@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lightgallery.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lg-zoom.css";
@import "https://cdn.jsdelivr.net/npm/lightgallery@2.0.0-beta.4/css/lg-video.css";

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.5 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --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-black:#000;
  --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-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,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-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.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 + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .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] {
  -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;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-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-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@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: .5rem;
}
.initialism {
  font-size: .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: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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.33333333%;
}
.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.66666667%;
}
.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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.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-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.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: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .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: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .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 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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;
  --bs-form-check-bg-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: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: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");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: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;
  --bs-form-switch-bg: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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.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: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .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.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: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.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: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");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .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 .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.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: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  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 {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: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");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: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");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg: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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-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-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@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-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.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 .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  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: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-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 0'/%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-.708'/%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%;
}
.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: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .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: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.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: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .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%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.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;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .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;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .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;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.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;
}
.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: .25rem !important;
}
.m-2 {
  margin: .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: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .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: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important;
}
.mt-2 {
  margin-top: .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: .25rem !important;
}
.me-2 {
  margin-right: .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: .25rem !important;
}
.mb-2 {
  margin-bottom: .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: .25rem !important;
}
.ms-2 {
  margin-left: .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: .25rem !important;
}
.p-2 {
  padding: .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: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .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: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important;
}
.pt-2 {
  padding-top: .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: .25rem !important;
}
.pe-2 {
  padding-right: .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: .25rem !important;
}
.pb-2 {
  padding-bottom: .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: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 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 + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .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-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !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: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !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;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-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-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.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: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-sm-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .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: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .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: .25rem !important;
  }
  .p-sm-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-md-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .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: .25rem !important;
  }
  .me-md-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .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: .25rem !important;
  }
  .p-md-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-lg-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .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: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .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: .25rem !important;
  }
  .p-lg-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-xl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-xxl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xxl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 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-inline-grid {
    display: inline-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/primeng/resources/themes/lara-light-blue/theme.css */
:root {
  font-family: "Inter var", sans-serif;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  font-variation-settings: normal;
  --font-family: "Inter var", sans-serif;
  --font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  --surface-a: #ffffff;
  --surface-b: #f9fafb;
  --surface-c: #f3f4f6;
  --surface-d: #e5e7eb;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #4b5563;
  --text-color-secondary: #6b7280;
  --primary-color: #3B82F6;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #f9fafb;
  --surface-100: #f3f4f6;
  --surface-200: #e5e7eb;
  --surface-300: #d1d5db;
  --surface-400: #9ca3af;
  --surface-500: #6b7280;
  --surface-600: #4b5563;
  --surface-700: #374151;
  --surface-800: #1f2937;
  --surface-900: #111827;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 6px;
  --surface-ground: #f9fafb;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #BFDBFE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EFF6FF;
  --highlight-text-color: #1D4ED8;
  color-scheme: light;
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url("./media/Inter-roman.var.woff2?v=3.19") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url("./media/Inter-italic.var.woff2?v=3.19") format("woff2");
}
:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f5f9ff;
  --primary-100:#d0e1fd;
  --primary-200:#abc9fb;
  --primary-300:#85b2f9;
  --primary-400:#609af8;
  --primary-500:#3b82f6;
  --primary-600:#326fd1;
  --primary-700:#295bac;
  --primary-800:#204887;
  --primary-900:#183462;
}
.p-editor-container .p-editor-toolbar {
  background: #f9fafb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6b7280;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #4b5563;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4b5563;
  background: #f3f4f6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #4b5563;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #4b5563;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #3B82F6;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #3B82F6;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #e24c4c;
  }
  .p-text-secondary {
    color: #6b7280;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 6px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.75rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #3B82F6;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.375rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.375rem 0.75rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #e24c4c;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #4b5563;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #3B82F6;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d1d5db;
    color: #4b5563;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e7eb;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e7eb;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e7eb;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6b7280;
    right: 3.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.75rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #e24c4c;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #e24c4c;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #3B82F6;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.375rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #d1d5db;
    color: #4b5563;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.375rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #e24c4c;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.75rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.75rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6b7280;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #e24c4c;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.75rem;
    margin-right: -1.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #e24c4c;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #f3f4f6;
    color: #6b7280;
    border-top: 1px solid #d1d5db;
    border-left: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0.75rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #d1d5db;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.5rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #e24c4c;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f3f4f6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7bcc5;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #3B82F6;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #2563eb;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #e24c4c;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #4b5563;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 6px;
  }
  .p-inputtext:enabled:hover {
    border-color: #3B82F6;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #e24c4c;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #6b7280;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #e24c4c;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.5rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.5rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.5rem;
  }
  ::-webkit-input-placeholder {
    color: #6b7280;
  }
  :-moz-placeholder {
    color: #6b7280;
  }
  ::-moz-placeholder {
    color: #6b7280;
  }
  :-ms-input-placeholder {
    color: #6b7280;
  }
  .p-input-filled .p-inputtext {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.65625rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.75rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #e24c4c;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-multiselect.p-variant-filled {
    background: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.75rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.75rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #e24c4c;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #e24c4c;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e7eb;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.5rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6b7280;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4.25rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6b7280;
    right: 2.5rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #d1d5db;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #4b5563;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #3B82F6;
    background: #3B82F6;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1D4ED8;
    background: #1D4ED8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #e24c4c;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #3B82F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1D4ED8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #3B82F6;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #e24c4c;
  }
  .p-slider {
    background: #e5e7eb;
    border: 0 none;
    border-radius: 6px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #3B82F6;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-slider .p-slider-range {
    background: #3B82F6;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #3B82F6;
    border-color: #3B82F6;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #d1d5db;
    color: #4b5563;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6b7280;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #4b5563;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #374151;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #3B82F6;
    border-color: #3B82F6;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #e24c4c;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #d1d5db;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #3B82F6;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.75rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6b7280;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
    background: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6b7280;
    width: 3rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f3f4f6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #e24c4c;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.375rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.75rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f3f4f6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.75rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6b7280;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-button:not(:disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6b7280;
    border-color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(59, 130, 246, 0.04);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(59, 130, 246, 0.16);
    color: #3B82F6;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #f3f4f6;
    color: #6b7280;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e7eb;
    color: #6b7280;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #3B82F6;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.75rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.65625rem 1.09375rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.9375rem 1.5625rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #64748b;
    border: 1px solid #64748b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #475569;
    color: #ffffff;
    border-color: #475569;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #334155;
    color: #ffffff;
    border-color: #334155;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    color: #64748b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #64748b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(100, 116, 139, 0.04);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(100, 116, 139, 0.16);
    border-color: transparent;
    color: #64748b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0ea5e9;
    border: 1px solid #0ea5e9;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #0369a1;
    color: #ffffff;
    border-color: #0369a1;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    color: #0ea5e9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0ea5e9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(14, 165, 233, 0.04);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(14, 165, 233, 0.16);
    border-color: transparent;
    color: #0ea5e9;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #22c55e;
    border: 1px solid #22c55e;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #15803d;
    color: #ffffff;
    border-color: #15803d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    color: #22c55e;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #22c55e;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(34, 197, 94, 0.04);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(34, 197, 94, 0.16);
    border-color: transparent;
    color: #22c55e;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #f97316;
    border: 1px solid #f97316;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ea580c;
    color: #ffffff;
    border-color: #ea580c;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #c2410c;
    color: #ffffff;
    border-color: #c2410c;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    color: #f97316;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #f97316;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(249, 115, 22, 0.04);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(249, 115, 22, 0.16);
    border-color: transparent;
    color: #f97316;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #9333ea;
    color: #ffffff;
    border-color: #9333ea;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7e22ce;
    color: #ffffff;
    border-color: #7e22ce;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.04);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ef4444;
    border: 1px solid #ef4444;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #dc2626;
    color: #ffffff;
    border-color: #dc2626;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #b91c1c;
    color: #ffffff;
    border-color: #b91c1c;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    color: #ef4444;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ef4444;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(239, 68, 68, 0.04);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(239, 68, 68, 0.16);
    border-color: transparent;
    color: #ef4444;
  }
  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast > .p-button,
  .p-splitbutton.p-button-contrast > .p-button {
    color: #ffffff;
    background: #1f2937;
    border: 1px solid #1f2937;
  }
  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #374151;
    color: #ffffff;
    border-color: #374151;
  }
  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #4b5563;
    color: #ffffff;
    border-color: #4b5563;
  }
  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    color: #1f2937;
    border: 1px solid;
  }
  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast > .p-button.p-button-text,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #1f2937;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(31, 41, 55, 0.04);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(31, 41, 55, 0.16);
    border-color: transparent;
    color: #1f2937;
  }
  .p-button.p-button-link {
    color: #1D4ED8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #1D4ED8;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #4b5563;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 6px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #d1d5db;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9ca3af;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EFF6FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EFF6FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-datatable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f9fafb;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f9fafb;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f8f8fa;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #1D4ED8;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    margin: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-orderlist .p-orderlist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.75rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-orderlist .p-orderlist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #70aeff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #e5e7eb;
    border-color: #e5e7eb;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-paginator {
    background: #ffffff;
    color: #6b7280;
    border: solid #f3f4f6;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6b7280;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EFF6FF;
    border-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #f3f4f6;
    border-color: transparent;
    color: #374151;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
  }
  .p-picklist .p-picklist-header {
    color: #374151;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.75rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-picklist .p-picklist-list {
    color: #4b5563;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #4b5563;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f8f8fa;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #f3f4f6;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #4b5563;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #3B82F6;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e7eb;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    padding: 1.25rem;
    border-radius: 6px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 6px;
    transition: box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6b7280;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #1D4ED8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.75rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #6b7280;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #8cbeff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #4b5563;
    padding: 0.5rem;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #EFF6FF;
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #1D4ED8;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
  }
  .p-treetable .p-sortable-column {
    outline-color: #BFDBFE;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #374151;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #1D4ED8;
    background: #EFF6FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #374151;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #374151;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #4b5563;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #4b5563;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f3f4f6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #BFDBFE;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #1D4ED8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #1D4ED8;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4b5563;
  }
  .p-treetable .p-column-resizer-helper {
    background: #3B82F6;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f9fafb;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f9fafb;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 700;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #4b5563;
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6b7280;
  }
  .p-card .p-card-content {
    padding: 1.25rem 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e7eb;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e7eb;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-radius: 6px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #f9fafb;
    font-weight: 700;
    border-radius: 6px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #374151;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    background: #f9fafb;
    color: #374151;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.75rem 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f9fafb;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1.25rem;
    border: 0 none;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-toolbar {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 6px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3B82F6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #374151;
    padding: 1.5rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #4b5563;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #3B82F6;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #2563eb;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6b7280;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #374151;
    border-color: transparent;
    background: #f3f4f6;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #4b5563;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #4b5563;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #4b5563;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #4b5563;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #4b5563;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f9fafb;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    color: #374151;
    border-bottom: 0 none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #e5e7eb;
    color: #4b5563;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #3B82F6;
    border-style: dashed;
    background-color: #EFF6FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #1D4ED8;
    color: #ffffff;
    border-color: #1D4ED8;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #4b5563;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6b7280;
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 6px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #BFDBFE;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #4b5563;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #374151;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 6px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 6px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6b7280;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6b7280;
      background: #f3f4f6;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #BFDBFE;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e7eb;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #e5e7eb;
    color: #6b7280;
    background: #f9fafb;
    border-radius: 6px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f9fafb;
    border-color: #e5e7eb;
    color: #374151;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e7eb;
    background: #f3f4f6;
    color: #374151;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #4b5563;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #4b5563;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6b7280;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #4b5563;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e7eb;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 6px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e7eb;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e5e7eb transparent;
    background: #ffffff;
    color: #6b7280;
    padding: 1.25rem;
    font-weight: 700;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #9ca3af;
    color: #6b7280;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #3B82F6;
    color: #3B82F6;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #3B82F6;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #BFDBFE;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #4b5563;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #4b5563;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6b7280;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #1D4ED8;
    background: #EFF6FF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #1D4ED8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(59, 130, 246, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4b5563;
    background: #e5e7eb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4b5563;
    background: #f3f4f6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4b5563;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6b7280;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e7eb;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.75rem 0.75rem;
    margin: 0;
    border-radius: 6px;
  }
  .p-inline-message.p-inline-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0px;
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3b82f6;
  }
  .p-inline-message.p-inline-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0px;
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1ea97c;
  }
  .p-inline-message.p-inline-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0px;
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #cc8925;
  }
  .p-inline-message.p-inline-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0px;
    color: #ff5757;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ff5757;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 6px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-message.p-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3b82f6;
  }
  .p-message.p-message-info .p-message-close {
    color: #3b82f6;
  }
  .p-message.p-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1ea97c;
  }
  .p-message.p-message-success .p-message-close {
    color: #1ea97c;
  }
  .p-message.p-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #cc8925;
  }
  .p-message.p-message-warn .p-message-close {
    color: #cc8925;
  }
  .p-message.p-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ff5757;
  }
  .p-message.p-message-error .p-message-close {
    color: #ff5757;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #ffffff;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: rgba(219, 234, 254, 0.7);
    border: solid #3b82f6;
    border-width: 0 0 0 6px;
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3b82f6;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: rgba(228, 248, 240, 0.7);
    border: solid #1ea97c;
    border-width: 0 0 0 6px;
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1ea97c;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: rgba(255, 242, 226, 0.7);
    border: solid #cc8925;
    border-width: 0 0 0 6px;
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #cc8925;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: rgba(255, 231, 230, 0.7);
    border: solid #ff5757;
    border-width: 0 0 0 6px;
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ff5757;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #64748b;
    border: solid #64748b;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #1f2937;
    border: solid #1f2937;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f9fafb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f9fafb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #d1d5db;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9ca3af;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EFF6FF;
    color: #1D4ED8;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f9fafb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-badge.p-badge-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-badge.p-badge-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #e5e7eb;
    color: #4b5563;
    border-radius: 16px;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.75rem 0.75rem;
    border-radius: 6px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #f3f4f6;
    color: #4b5563;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #3B82F6;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #3B82F6;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e7eb;
    border-radius: 6px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #3B82F6;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f9fafb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e5e7eb;
    border-radius: 6px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #3B82F6;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 6px;
  }
  .p-tag.p-tag-success {
    background-color: #22c55e;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0ea5e9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #f97316;
    color: #ffffff;
  }
  .p-tag.p-tag-danger {
    background-color: #ef4444;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #64748b;
    color: #ffffff;
  }
  .p-tag.p-tag-contrast {
    background-color: #1f2937;
    color: #ffffff;
  }
  .p-terminal {
    background: #ffffff;
    color: #4b5563;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-button-label {
    font-weight: 700;
  }
  .p-selectbutton > .p-button,
  .p-togglebutton.p-button {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #3B82F6;
  }
  .p-button:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-secondary:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #b0b9c6,
      0 1px 2px 0 black;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #88eaac,
      0 1px 2px 0 black;
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #83d3f8,
      0 1px 2px 0 black;
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #fcb98b,
      0 1px 2px 0 black;
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #d4aafb,
      0 1px 2px 0 black;
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #f7a2a2,
      0 1px 2px 0 black;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #3B82F6;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #3B82F6;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #9dc1fb,
      0 1px 2px 0 black;
  }
  .p-toast-message {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition:
      opacity 0.2s,
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #3B82F6;
    color: #ffffff;
  }
}

/* node_modules/primeng/resources/themes/saga-blue/theme.css */
:root {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #f8f9fa;
  --surface-c: #e9ecef;
  --surface-d: #dee2e6;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #495057;
  --text-color-secondary: #6c757d;
  --primary-color: #2196F3;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eeeeee;
  --surface-300: #e0e0e0;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding: 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 3px;
  --surface-ground: #f8f9fa;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: #e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #E3F2FD;
  --highlight-text-color: #495057;
  --focus-ring: 0 0 0 0.2rem #a6d5fa;
  color-scheme: light;
}
:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
  --red-50:#fff5f5;
  --red-100:#ffd1ce;
  --red-200:#ffada7;
  --red-300:#ff8980;
  --red-400:#ff6459;
  --red-500:#ff4032;
  --red-600:#d9362b;
  --red-700:#b32d23;
  --red-800:#8c231c;
  --red-900:#661a14;
  --primary-50:#f4fafe;
  --primary-100:#cae6fc;
  --primary-200:#a0d2fa;
  --primary-300:#75bef8;
  --primary-400:#4baaf5;
  --primary-500:#2196f3;
  --primary-600:#1c80cf;
  --primary-700:#1769aa;
  --primary-800:#125386;
  --primary-900:#0d3c61;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #2196F3;
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #f44336;
  }
  .p-text-secondary {
    color: #6c757d;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 3px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.5rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.857rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #2196F3;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.25rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.25rem 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #ced4da;
    color: #495057;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #f44336;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.5rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #f44336;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6c757d;
    right: 2.857rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #f44336;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #2196F3;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #495057;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #dee2e6;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6c757d;
    right: 2.857rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.5rem 0.5rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #f44336;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.5rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.5rem 1rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #f44336;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.5rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 20px;
    height: 20px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #2196F3;
    background: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #0b7ad1;
    background: #0b7ad1;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #f44336;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #f44336;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #2196F3;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.25rem 0.5rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #ced4da;
    color: #495057;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.25rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #f44336;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.5rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.5rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #6c757d;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #f44336;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.5rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #f8f9fa;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #f44336;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #e9ecef;
    color: #6c757d;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 0.5rem 0.5rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #ced4da;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.5rem;
    color: #6c757d;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.5rem;
    color: #6c757d;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #f44336;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #f44336;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.857rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.857rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f8f9fa;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f8f9fa;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b6bfc8;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #2196F3;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #0d89ec;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #f44336;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 3px;
  }
  .p-inputtext:enabled:hover {
    border-color: #2196F3;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #f44336;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.4375rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.625rem 0.625rem;
  }
  .p-float-label > label {
    left: 0.5rem;
    color: #6c757d;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #f44336;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.5rem;
    color: #6c757d;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2rem;
  }
  ::-webkit-input-placeholder {
    color: #6c757d;
  }
  :-moz-placeholder {
    color: #6c757d;
  }
  ::-moz-placeholder {
    color: #6c757d;
  }
  :-ms-input-placeholder {
    color: #6c757d;
  }
  .p-input-filled .p-inputtext {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.4375rem 0.4375rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.625rem 0.625rem;
  }
  .p-listbox {
    background: #ffffff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.5rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #f44336;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.5rem 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-multiselect.p-variant-filled {
    background: #f8f9fa;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.25rem 0.5rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.5rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.5rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #495057;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #f44336;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #f44336;
  }
  .p-password-panel {
    padding: 1rem;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #dee2e6;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #d32f2f;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #fbc02d;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #689f38;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6c757d;
    right: 0.5rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.5rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6c757d;
    right: 2rem;
  }
  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #ced4da;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #495057;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #2196F3;
    background: #2196F3;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #0b7ad1;
    background: #0b7ad1;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f8f9fa;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #2196F3;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #0b7ad1;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #f44336;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #2196F3;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #0b7ad1;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #e74c3c;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #2196F3;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #2196F3;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #c0392b;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #0d89ec;
    border-color: #0d89ec;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #f44336;
  }
  .p-slider {
    background: #dee2e6;
    border: 0 none;
    border-radius: 3px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #2196F3;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-slider .p-slider-range {
    background: #2196F3;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #2196F3;
    border-color: #2196F3;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6c757d;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: #ced4da;
    color: #495057;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #6c757d;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #2196F3;
    border-color: #2196F3;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #0d89ec;
    border-color: #0d89ec;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #f44336;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #ced4da;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #2196F3;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.5rem 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #6c757d;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.25rem 0.5rem;
    margin-right: 0.5rem;
    background: #dee2e6;
    color: #495057;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6c757d;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f8f9fa;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f8f9fa;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #f44336;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.25rem 0.5rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #f8f9fa;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f8f9fa;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.5rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6c757d;
    right: 2.357rem;
  }
  .p-button {
    color: #ffffff;
    background: #2196F3;
    border: 1px solid #2196F3;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #0d89ec;
    color: #ffffff;
    border-color: #0d89ec;
  }
  .p-button:not(:disabled):active {
    background: #0b7ad1;
    color: #ffffff;
    border-color: #0b7ad1;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(33, 150, 243, 0.04);
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(33, 150, 243, 0.16);
    color: #2196F3;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6c757d;
    border-color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(33, 150, 243, 0.04);
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(33, 150, 243, 0.16);
    color: #2196F3;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #e9ecef;
    color: #6c757d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #dee2e6;
    color: #6c757d;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #2196F3;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 2.357rem;
    padding: 0.5rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.4375rem 0.875rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 2.357rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #607d8b;
    border: 1px solid #607d8b;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #56717d;
    color: #ffffff;
    border-color: #56717d;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #beccd2;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #4d646f;
    color: #ffffff;
    border-color: #4d646f;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #607d8b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #0288d1;
    border: 1px solid #0288d1;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #027abc;
    color: #ffffff;
    border-color: #027abc;
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #89d4fe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #026da7;
    color: #ffffff;
    border-color: #026da7;
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(2, 136, 209, 0.04);
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(2, 136, 209, 0.16);
    color: #0288d1;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #0288d1;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(2, 136, 209, 0.04);
    border-color: transparent;
    color: #0288d1;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(2, 136, 209, 0.16);
    border-color: transparent;
    color: #0288d1;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #689f38;
    border: 1px solid #689f38;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #5e8f32;
    color: #ffffff;
    border-color: #5e8f32;
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #c2e0a8;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #537f2d;
    color: #ffffff;
    border-color: #537f2d;
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(104, 159, 56, 0.04);
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(104, 159, 56, 0.16);
    color: #689f38;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #689f38;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(104, 159, 56, 0.04);
    border-color: transparent;
    color: #689f38;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(104, 159, 56, 0.16);
    border-color: transparent;
    color: #689f38;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #212529;
    background: #fbc02d;
    border: 1px solid #fbc02d;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #fab710;
    color: #212529;
    border-color: #fab710;
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde6ab;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #e8a704;
    color: #212529;
    border-color: #e8a704;
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(251, 192, 45, 0.04);
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(251, 192, 45, 0.16);
    color: #fbc02d;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #fbc02d;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(251, 192, 45, 0.04);
    border-color: transparent;
    color: #fbc02d;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(251, 192, 45, 0.16);
    border-color: transparent;
    color: #fbc02d;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #9c27b0;
    border: 1px solid #9c27b0;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #8c239e;
    color: #ffffff;
    border-color: #8c239e;
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #df9eea;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7d1f8d;
    color: #ffffff;
    border-color: #7d1f8d;
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #9c27b0;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #d32f2f;
    border: 1px solid #d32f2f;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #c02929;
    color: #ffffff;
    border-color: #c02929;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #edacac;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #aa2424;
    color: #ffffff;
    border-color: #aa2424;
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(211, 47, 47, 0.04);
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(211, 47, 47, 0.16);
    color: #d32f2f;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #d32f2f;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(211, 47, 47, 0.04);
    border-color: transparent;
    color: #d32f2f;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(211, 47, 47, 0.16);
    border-color: transparent;
    color: #d32f2f;
  }
  .p-button.p-button-link {
    color: #0b7ad1;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #0b7ad1;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #0b7ad1;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #495057;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #343a40;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 3px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e9ecef;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #dee2e6;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #495057;
    background: #E3F2FD;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #e9ecef;
    color: #2196F3;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #a6d5fa;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #E3F2FD;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #E3F2FD;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-datatable .p-column-resizer-helper {
    background: #2196F3;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #f8f9fa;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f8f9fa;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #fcfcfc;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #495057;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #495057;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #E3F2FD;
    color: #495057;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.5rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.5rem 1rem;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.5rem 1rem;
    border-bottom: 0 none;
    color: #495057;
    background: #f8f9fa;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.5rem 1rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-orderlist .p-orderlist-header {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.5rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-orderlist .p-orderlist-list {
    color: #495057;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.5rem 1rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0 none;
    color: #495057;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #6cbbf5;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #dee2e6;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-paginator {
    background: #ffffff;
    color: #6c757d;
    border: solid #e9ecef;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #495057;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.357rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 2.357rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6c757d;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0.143rem;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #E3F2FD;
    border-color: #E3F2FD;
    color: #495057;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e9ecef;
    border-color: transparent;
    color: #495057;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
    border-color: #2196F3;
  }
  .p-picklist .p-picklist-header {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 600;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.5rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-picklist .p-picklist-list {
    color: #495057;
    padding: 0.5rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.5rem 1rem;
    margin: 0;
    border: 0 none;
    color: #495057;
    background: transparent;
    transition: box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #495057;
    background: #dee2e6;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #495057;
    background: #E3F2FD;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(33, 150, 243, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.5rem 1rem;
    color: #495057;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #e9ecef;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.5rem 1rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0 none;
    color: #495057;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #2196F3;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #dee2e6;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    padding: 1rem;
    border-radius: 3px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 3px;
    transition: box-shadow 0.2s;
    padding: 0;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.5rem;
    color: #6c757d;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #89c8f7;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 3px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    color: #495057;
    padding: 0;
    transition: box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #E3F2FD;
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #495057;
    background: #f8f9fa;
  }
  .p-treetable .p-sortable-column {
    outline-color: #a6d5fa;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #495057;
    background: #E3F2FD;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6c757d;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #2196F3;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #2196F3;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #495057;
    transition: box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f8f9fa;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #2196F3;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f8f9fa;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #0b7ad1;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #a6d5fa;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #E3F2FD;
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #495057;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #495057;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #495057;
  }
  .p-treetable .p-column-resizer-helper {
    background: #2196F3;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #f8f9fa;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 1px 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #495057;
  }
  .p-accordion .p-accordion-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 0;
  }
  .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
    border-radius: 0;
  }
  .p-accordion p-accordiontab .p-accordion-content {
    border-radius: 0;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-card {
    background: #ffffff;
    color: #495057;
    box-shadow:
      0 2px 1px -1px rgba(0, 0, 0, 0.2),
      0 1px 1px 0 rgba(0, 0, 0, 0.14),
      0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-card .p-card-body {
    padding: 1rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6c757d;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #dee2e6;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #dee2e6;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-radius: 3px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    font-weight: 600;
    border-radius: 3px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1rem;
    color: #495057;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #dee2e6;
    padding: 1rem;
    background: #f8f9fa;
    color: #495057;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 600;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.5rem 1rem;
  }
  .p-panel .p-panel-content {
    padding: 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panel .p-panel-footer {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #f8f9fa;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-splitter {
    border: 1px solid #dee2e6;
    background: #ffffff;
    border-radius: 3px;
    color: #495057;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f8f9fa;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #dee2e6;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #dee2e6;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2.357rem;
  }
  .p-tabview .p-tabview-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #ffffff;
    border-color: #6c757d;
    color: #6c757d;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #2196F3;
    color: #2196F3;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #ffffff;
    color: #2196F3;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 1rem;
    border: 0 none;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-toolbar {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 3px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #495057;
    border: 1px solid #e9ecef;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6c757d;
    font-weight: 600;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #E3F2FD;
    color: #495057;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #495057;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #2196F3;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1rem;
    color: #495057;
  }
  .p-stepper .p-stepper-separator {
    background-color: #dee2e6;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #495057;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #2196F3;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-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);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.5rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 3px;
    box-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);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #495057;
    padding: 1.5rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #495057;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    border-radius: 3px;
    box-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);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #2196F3;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #0d89ec;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f2f2f2;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-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);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #495057;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #495057;
    color: #ffffff;
    padding: 0.5rem 0.5rem;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #495057;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #495057;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #495057;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #495057;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: 1px solid #dee2e6;
    color: #495057;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #2196F3;
    border-style: dashed;
    background-color: #E3F2FD;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #0d89ec;
    color: #ffffff;
    border-color: #0d89ec;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #0b7ad1;
    color: #ffffff;
    border-color: #0b7ad1;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #495057;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6c757d;
  }
  .p-contextmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 3px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #495057;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.25rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1rem;
    color: #495057;
    background: #ffffff;
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 12.5rem;
    border-radius: 3px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6c757d;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6c757d;
      background: #e9ecef;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #a6d5fa;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow:
        0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #dee2e6;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #dee2e6;
    color: #495057;
    background: #f8f9fa;
    border-radius: 3px;
    transition: box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #495057;
    padding: 1rem;
    font-weight: 600;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #dee2e6;
    background: #e9ecef;
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.25rem 0;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-slidemenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1rem;
    color: #495057;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #495057;
    border: 1px solid #e9ecef;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6c757d;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #E3F2FD;
    color: #495057;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 600;
    color: #495057;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #dee2e6;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #dee2e6;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #dee2e6 transparent;
    background: #ffffff;
    color: #6c757d;
    padding: 1rem;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #ffffff;
    border-color: #6c757d;
    color: #6c757d;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #ffffff;
    border-color: #2196F3;
    color: #2196F3;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #ffffff;
    color: #2196F3;
    width: 2.357rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #a6d5fa;
  }
  .p-tieredmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #495057;
    transition: box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #495057;
    padding: 0.75rem 1rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #495057;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #495057;
    background: #dee2e6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #495057;
    background: #e9ecef;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.5rem 0.5rem;
    margin: 0;
    border-radius: 3px;
  }
  .p-inline-message.p-inline-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0px;
    color: #044868;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #044868;
  }
  .p-inline-message.p-inline-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0px;
    color: #224a23;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #224a23;
  }
  .p-inline-message.p-inline-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0px;
    color: #6d5100;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #6d5100;
  }
  .p-inline-message.p-inline-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0px;
    color: #73000c;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #73000c;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 3px;
  }
  .p-message .p-message-wrapper {
    padding: 1rem 1.5rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-message.p-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
  }
  .p-message.p-message-info .p-message-icon {
    color: #044868;
  }
  .p-message.p-message-info .p-message-close {
    color: #044868;
  }
  .p-message.p-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
  }
  .p-message.p-message-success .p-message-icon {
    color: #224a23;
  }
  .p-message.p-message-success .p-message-close {
    color: #224a23;
  }
  .p-message.p-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0 0 0 6px;
    color: #6d5100;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #6d5100;
  }
  .p-message.p-message-warn .p-message-close {
    color: #6d5100;
  }
  .p-message.p-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0 0 0 6px;
    color: #73000c;
  }
  .p-message.p-message-error .p-message-icon {
    color: #73000c;
  }
  .p-message.p-message-error .p-message-close {
    color: #73000c;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #b3e5fc;
    border: solid #0891cf;
    border-width: 0 0 0 6px;
    color: #044868;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #044868;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #c8e6c9;
    border: solid #439446;
    border-width: 0 0 0 6px;
    color: #224a23;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #224a23;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #ffecb3;
    border: solid #d9a300;
    border-width: 0 0 0 6px;
    color: #6d5100;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #6d5100;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #ffcdd2;
    border: solid #e60017;
    border-width: 0 0 0 6px;
    color: #73000c;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #73000c;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #f8f9fa;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #f8f9fa;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 3px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #f8f9fa;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #e9ecef;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #dee2e6;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #E3F2FD;
    color: #495057;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #f8f9fa;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #dee2e6;
    border-radius: 3px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-success {
    background-color: #689f38;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #0288d1;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #fbc02d;
    color: #212529;
  }
  .p-badge.p-badge-danger {
    background-color: #d32f2f;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #dee2e6;
    color: #495057;
    border-radius: 16px;
    padding: 0 0.5rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2rem;
    height: 2rem;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.5rem 0.5rem;
    border-radius: 3px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e9ecef;
    color: #495057;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #dee2e6;
    border-radius: 3px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #2196F3;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #2196F3;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #dee2e6;
    border-radius: 3px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #2196F3;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow:
      0 2px 4px -1px rgba(0, 0, 0, 0.2),
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f8f9fa;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: #e9ecef;
    border-radius: 3px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #2196F3;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
  }
  .p-tag.p-tag-success {
    background-color: #689f38;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #0288d1;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #fbc02d;
    color: #212529;
  }
  .p-tag.p-tag-danger {
    background-color: #d32f2f;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-terminal {
    background: #ffffff;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 1rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #2196F3;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #2196F3;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #2196F3;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #2196F3;
  }
}

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active,
.bs-datepicker-btns button:hover,
.bs-datepicker-btns button:focus,
.bs-datepicker-btns button:active,
.bs-datepicker-predefined-btns button:active,
.bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled],
.bs-datepicker-head button[disabled]:hover,
.bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled,
.bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after,
.bs-datepicker-body table td.active.select-start span:after,
.bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-],
.bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before,
.bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.is-highlighted:before,
.bs-datepicker-body table.days td.active + td.select-end:before,
.bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
.bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success,
.theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus,
.theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover,
.theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success,
.theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus,
.theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover,
.theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success,
.theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus,
.theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover,
.theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success,
.theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus,
.theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover,
.theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after,
.theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success,
.theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus,
.theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover,
.theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after,
.theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success,
.theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus,
.theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active,
.theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover,
.theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after,
.theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/* node_modules/ngx-lightbox/lightbox.css */
html.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  box-sizing: content-box;
  outline: none;
}
.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 10px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  max-width: 80%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-controlContainer {
  float: right;
}
.lb-data .lb-turnContainer {
  float: left;
  margin-right: 5px;
}
.lb-data .lb-zoomContainer {
  float: right;
  margin-right: 5px;
}
.lb-data .lb-downloadContainer {
  float: right;
  margin-right: 5px;
}
.lb-data .lb-closeContainer {
  float: right;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-turnLeft {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-turnRight {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-zoomOut {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-zoomIn {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-download {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAaUlEQVR4Ae3VgQVAIQCE4UZplDa70Rrt3gQ5eDry/wRIn1QNoka2l22FsW6C5JwAAQIE6IeF5+HR287tw9x5YzdSedcKKDXOTcZ0UQFTQOnta59RVUxAFTABVcAElAZRuEX1DxYQEV3oA58RWgFolpBxAAAAAElFTkSuQmCC) right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeOutOverlay {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutOverlay {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInOverlay {
  -webkit-animation-name: fadeInOverlay;
  animation-name: fadeInOverlay;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutOverlay {
  -webkit-animation-name: fadeOutOverlay;
  animation-name: fadeOutOverlay;
}
.animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.transition {
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-timing-function: ease;
}
.lb-image {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

/* 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, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
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:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.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:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.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:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
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-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 {
  --mdc-elevated-card-container-shape:4px;
}
html {
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-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);
}
html {
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-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-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
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 {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
}
html {
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color:rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
}
html {
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
}
html {
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --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:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
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 {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
}
html {
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
}
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;
}
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:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .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:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .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:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
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 {
  --mdc-dialog-container-shape:4px;
}
html {
  --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 {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-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-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-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-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-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);
  --mdc-switch-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);
}
html {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
}
html {
  --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 {
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-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);
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
}
html {
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-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:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --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 {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
}
html {
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.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 {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
}
html {
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.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 {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
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:rgba(0, 0, 0, 0.12);
}
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 {
  --mdc-secondary-navigation-tab-container-height:48px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
}
html {
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
}
html {
  --mat-checkbox-touch-target-display:block;
}
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 {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
}
html {
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
}
html {
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-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);
  --mdc-protected-button-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);
  --mdc-protected-button-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);
  --mdc-protected-button-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);
  --mdc-protected-button-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);
}
html {
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
}
html {
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
}
html {
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
}
html {
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
}
html {
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
}
html {
  --mdc-filled-button-container-height:36px;
}
html {
  --mdc-protected-button-container-height:36px;
}
html {
  --mdc-outlined-button-container-height:36px;
}
html {
  --mat-text-button-touch-target-display:block;
}
html {
  --mat-filled-button-touch-target-display:block;
}
html {
  --mat-protected-button-touch-target-display:block;
}
html {
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
}
html {
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
}
html {
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-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);
  --mdc-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);
  --mdc-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);
  --mdc-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);
}
html {
  --mdc-fab-small-container-shape:50%;
  --mdc-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);
  --mdc-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);
  --mdc-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);
  --mdc-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 {
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-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);
  --mdc-extended-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);
  --mdc-extended-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);
  --mdc-extended-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);
}
html {
  --mdc-fab-container-color:white;
}
html {
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color:white;
}
html {
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
}
html {
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color:#c5cae9;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-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 {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-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:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.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-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
}
html {
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
}
html {
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
}
html {
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-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-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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-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:black;
  --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.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --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:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --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-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:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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-content.mat-warn {
  --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:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --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-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.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;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-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-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:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --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-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:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --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;
}
html .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;
}
html .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:rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --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: .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: .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: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.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: .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: .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: .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: -.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: .0073529412em;
  margin: 0 0 64px;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/scss/owl.carousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  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(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.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 {
  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;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/scss/owl.theme.default.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.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: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.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 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* src/assets/fontawesome/css/fontawesome.min.css */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -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 {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,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%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* src/assets/fontawesome/css/all.min.css */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -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 {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,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%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-pixiv:before {
  content: "\e640";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-js-square:before,
.fa-square-js:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-brave:before {
  content: "\e63c";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-opensuse:before {
  content: "\e62b";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-rendact:before,
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-square-letterboxd:before {
  content: "\e62e";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before,
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-github-square:before,
.fa-square-github:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-google-scholar:before {
  content: "\e63b";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-signal-messenger:before {
  content: "\e663";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-mintbit:before {
  content: "\e62f";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-brave-reverse:before {
  content: "\e63d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before,
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-letterboxd:before {
  content: "\e62d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-upwork:before {
  content: "\e641";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-behance-square:before,
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-webflow:before {
  content: "\e65c";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-git-square:before,
.fa-square-git:before {
  content: "\f1d2";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2"), url("./media/fa-v4compatibility.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* src/assets/icons/fontawesome/css/all.min.css */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -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 {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,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%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-pixiv:before {
  content: "\e640";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-js-square:before,
.fa-square-js:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-brave:before {
  content: "\e63c";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-opensuse:before {
  content: "\e62b";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-rendact:before,
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-square-letterboxd:before {
  content: "\e62e";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before,
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-github-square:before,
.fa-square-github:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-google-scholar:before {
  content: "\e63b";
}
.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-signal-messenger:before {
  content: "\e663";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-mintbit:before {
  content: "\e62f";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-brave-reverse:before {
  content: "\e63d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before,
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-letterboxd:before {
  content: "\e62d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-upwork:before {
  content: "\e641";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-behance-square:before,
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-webflow:before {
  content: "\e65c";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-git-square:before,
.fa-square-git:before {
  content: "\f1d2";
}
.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
.fa-regular,
.far {
  font-weight: 400;
}
:host,
:root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2"), url("./media/fa-v4compatibility.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f27a;
}

/* src/assets/icons/fontawesome/css/fontawesome.min.css */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.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-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0s);
  animation-delay: var(--fa-animation-delay,0s);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -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 {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,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%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-arrows-to-circle:before {
  content: "\e4bd";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-at:before {
  content: "@";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-info:before {
  content: "\f129";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-explosion:before {
  content: "\e4e9";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-building-un:before {
  content: "\e4d9";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-anchor-circle-check:before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-bridge-circle-check:before {
  content: "\e4c9";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-school-circle-exclamation:before {
  content: "\e56c";
}
.fa-crop:before {
  content: "\f125";
}
.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-users-rectangle:before {
  content: "\e594";
}
.fa-people-roof:before {
  content: "\e537";
}
.fa-people-line:before {
  content: "\e534";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-truck-plane:before {
  content: "\e58f";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-jar-wheat:before {
  content: "\e517";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-pager:before {
  content: "\f815";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-k:before {
  content: "K";
}
.fa-landmark-flag:before {
  content: "\e51c";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-comments:before {
  content: "\f086";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-vial-virus:before {
  content: "\e597";
}
.fa-sheet-plastic:before {
  content: "\e571";
}
.fa-blog:before {
  content: "\f781";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-person-drowning:before {
  content: "\e545";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-w:before {
  content: "W";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-trowel-bricks:before {
  content: "\e58a";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-mars-and-venus-burst:before {
  content: "\e523";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-sun-plant-wilt:before {
  content: "\e57a";
}
.fa-toilets-portable:before {
  content: "\e584";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-clover:before {
  content: "\e139";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-house-fire:before {
  content: "\e50c";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-file-circle-question:before {
  content: "\e4ef";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-people-group:before {
  content: "\e533";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-film:before {
  content: "\f008";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-people-robbery:before {
  content: "\e536";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-school-circle-xmark:before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-memory:before {
  content: "\f538";
}
.fa-road-spikes:before {
  content: "\e568";
}
.fa-fire-burner:before {
  content: "\e4f1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-compress:before {
  content: "\f066";
}
.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-hands-holding-child:before {
  content: "\e4fa";
}
.fa-asterisk:before {
  content: "*";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-lock:before {
  content: "\f023";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-house-flood-water:before {
  content: "\e50e";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-bridge-lock:before {
  content: "\e4cc";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-heart-circle-minus:before {
  content: "\e4ff";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-person-rays:before {
  content: "\e54d";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-flask-vial:before {
  content: "\e4f3";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-om:before {
  content: "\f679";
}
.fa-worm:before {
  content: "\e599";
}
.fa-house-circle-xmark:before {
  content: "\e50b";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-road-circle-check:before {
  content: "\e564";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-land-mine-on:before {
  content: "\e51b";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-stairs:before {
  content: "\e289";
}
.fa-i:before {
  content: "I";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-pills:before {
  content: "\f484";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-v:before {
  content: "V";
}
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "\e579";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-road-barrier:before {
  content: "\e562";
}
.fa-school:before {
  content: "\f549";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-joint:before {
  content: "\f595";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-q:before {
  content: "Q";
}
.fa-g:before {
  content: "G";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-helmet-un:before {
  content: "\e503";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-folder-blank:before,
.fa-folder:before {
  content: "\f07b";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-chart-simple:before {
  content: "\e473";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-vial:before {
  content: "\f492";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-e:before {
  content: "E";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}
.fa-user:before {
  content: "\f007";
}
.fa-school-circle-check:before {
  content: "\e56b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-building-user:before {
  content: "\e4da";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-key:before {
  content: "\f084";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-person-half-dress:before {
  content: "\e548";
}
.fa-road-bridge:before {
  content: "\e563";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-c:before {
  content: "C";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-building-lock:before {
  content: "\e4d6";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-house-flag:before {
  content: "\e50d";
}
.fa-person-circle-minus:before {
  content: "\e540";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-star:before {
  content: "\f005";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-cross:before {
  content: "\f654";
}
.fa-box:before {
  content: "\f466";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-mobile-retro:before {
  content: "\e527";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-spider:before {
  content: "\f717";
}
.fa-hands-bound:before {
  content: "\e4f9";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-plane-circle-exclamation:before {
  content: "\e556";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-slash:before {
  content: "\f715";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-server:before {
  content: "\f233";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-shop-lock:before {
  content: "\e4a5";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-building-wheat:before {
  content: "\e4db";
}
.fa-person-breastfeeding:before {
  content: "\e53a";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-venus:before {
  content: "\f221";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-crown:before {
  content: "\f521";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-xmarks-lines:before {
  content: "\e59a";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-l:before {
  content: "L";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-heart-circle-plus:before {
  content: "\e500";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-city:before {
  content: "\f64f";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-headset:before {
  content: "\f590";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-road-circle-xmark:before {
  content: "\e566";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-house-circle-exclamation:before {
  content: "\e50a";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-bold:before {
  content: "\f032";
}
.fa-anchor-lock:before {
  content: "\e4ad";
}
.fa-building-ngo:before {
  content: "\e4d7";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-building-circle-check:before {
  content: "\e4d2";
}
.fa-person-chalkboard:before {
  content: "\e53d";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-cloud-showers-water:before {
  content: "\e4e4";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-train:before {
  content: "\f238";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-crow:before {
  content: "\f520";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-bucket:before {
  content: "\e4cf";
}
.fa-image:before {
  content: "\f03e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-folder-closed:before {
  content: "\e185";
}
.fa-house-tsunami:before {
  content: "\e515";
}
.fa-square-nfi:before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-plate-wheat:before {
  content: "\e55a";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-person-shelter:before {
  content: "\e54f";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-helicopter-symbol:before {
  content: "\e502";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-square-person-confined:before {
  content: "\e577";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-location-pin-lock:before {
  content: "\e51f";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-hill-avalanche:before {
  content: "\e507";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.fa-burst:before {
  content: "\e4dc";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-money-bills:before {
  content: "\e1f3";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-arrows-turn-right:before {
  content: "\e4c0";
}
.fa-vest:before {
  content: "\e085";
}
.fa-ferry:before {
  content: "\e4ea";
}
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-boxes-packing:before {
  content: "\e4c7";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}
.fa-bowl-food:before {
  content: "\e4c6";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-house-lock:before {
  content: "\e510";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-children:before {
  content: "\e4e1";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-mattress-pillow:before {
  content: "\e525";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-cruzeiro-sign:before {
  content: "\e152";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "\f3ed";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-virus:before {
  content: "\e074";
}
.fa-envelope-circle-check:before {
  content: "\e4e8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-arrows-to-dot:before {
  content: "\e4be";
}
.fa-archway:before {
  content: "\f557";
}
.fa-heart-circle-check:before {
  content: "\e4fd";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-italic:before {
  content: "\f033";
}
.fa-church:before {
  content: "\f51d";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-z:before {
  content: "Z";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-road-lock:before {
  content: "\e567";
}
.fa-a:before {
  content: "A";
}
.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-p:before {
  content: "P";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-locust:before {
  content: "\e520";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-person-dress-burst:before {
  content: "\e544";
}
.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-question:before {
  content: "?";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-code:before {
  content: "\f121";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart:before {
  content: "\e522";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-cubes-stacked:before {
  content: "\e4e6";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-f:before {
  content: "F";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-road:before {
  content: "\f018";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-person-circle-plus:before {
  content: "\e541";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-sack-xmark:before {
  content: "\e56a";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-fish-fins:before {
  content: "\e4f2";
}
.fa-building-flag:before {
  content: "\e4d5";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-poop:before {
  content: "\f619";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-eject:before {
  content: "\f052";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-plane-circle-check:before {
  content: "\e555";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-mask-ventilator:before {
  content: "\e524";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-person-circle-question:before {
  content: "\e542";
}
.fa-h:before {
  content: "H";
}
.fa-tarp:before {
  content: "\e57b";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-arrows-to-eye:before {
  content: "\e4bf";
}
.fa-plug-circle-bolt:before {
  content: "\e55b";
}
.fa-heart:before {
  content: "\f004";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-bottle-water:before {
  content: "\e4c5";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-kitchen-set:before {
  content: "\e51a";
}
.fa-r:before {
  content: "R";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-shield-dog:before {
  content: "\e573";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-money-bill-transfer:before {
  content: "\e528";
}
.fa-money-bill-trend-up:before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-circle:before {
  content: "\f111";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-users-rays:before {
  content: "\e593";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bugs:before {
  content: "\e4d0";
}
.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-book-bookmark:before {
  content: "\e0bb";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-bridge:before {
  content: "\e4c8";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-truck-front:before {
  content: "\e2b7";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}
.fa-truck-field:before {
  content: "\e58d";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-clipboard-question:before {
  content: "\e4e3";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-file-circle-minus:before {
  content: "\e4ed";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-house-medical-flag:before {
  content: "\e514";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-person-military-to-person:before {
  content: "\e54c";
}
.fa-file-shield:before {
  content: "\e4f0";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-pen:before {
  content: "\f304";
}
.fa-tower-observation:before {
  content: "\e586";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-bus:before {
  content: "\f207";
}
.fa-heart-circle-xmark:before {
  content: "\e501";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-plant-wilt:before {
  content: "\e5aa";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-child-dress:before {
  content: "\e59c";
}
.fa-users-between-lines:before {
  content: "\e591";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-phone:before {
  content: "\f095";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-child-reaching:before {
  content: "\e59d";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-mosquito-net:before {
  content: "\e52c";
}
.fa-bridge-water:before {
  content: "\e4ce";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-divide:before {
  content: "\f529";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-person-circle-xmark:before {
  content: "\e543";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-j:before {
  content: "J";
}
.fa-users-viewfinder:before {
  content: "\e595";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-o:before {
  content: "O";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-otter:before {
  content: "\f700";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-plane-lock:before {
  content: "\e558";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-comment:before {
  content: "\f075";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-circle-nodes:before {
  content: "\e4e2";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-truck-field-un:before {
  content: "\e58e";
}
.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-square-virus:before {
  content: "\e578";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-car-on:before {
  content: "\e4dd";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-water:before {
  content: "\f773";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-person-cane:before {
  content: "\e53c";
}
.fa-tent:before {
  content: "\e57d";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-money-bill-wheat:before {
  content: "\e52a";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-tarp-droplet:before {
  content: "\e57c";
}
.fa-house-medical-circle-check:before {
  content: "\e511";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-dna:before {
  content: "\f471";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-chess:before {
  content: "\f439";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-plug-circle-check:before {
  content: "\e55c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-mosquito:before {
  content: "\e52b";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-person-military-rifle:before {
  content: "\e54b";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-vials:before {
  content: "\f493";
}
.fa-plug-circle-plus:before {
  content: "\e55f";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-u:before {
  content: "U";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-s:before {
  content: "S";
}
.fa-timeline:before {
  content: "\e29c";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}
.fa-plane-up:before {
  content: "\e22d";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-mountain-city:before {
  content: "\e52e";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-person-pregnant:before {
  content: "\e31e";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-laptop-file:before {
  content: "\e51d";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-person-rifle:before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-images:before {
  content: "\f302";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-people-pulling:before {
  content: "\e535";
}
.fa-n:before {
  content: "N";
}
.fa-cable-car:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-building-circle-xmark:before {
  content: "\e4d4";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}
.fa-download:before {
  content: "\f019";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-file-circle-check:before {
  content: "\e5a0";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-b:before {
  content: "B";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-bowl-rice:before {
  content: "\e2eb";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-upload:before {
  content: "\f093";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-mound:before {
  content: "\e52d";
}
.fa-toilet-portable:before {
  content: "\e583";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-shield-cat:before {
  content: "\e572";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-glass-water:before {
  content: "\e4f4";
}
.fa-oil-well:before {
  content: "\e532";
}
.fa-vault:before {
  content: "\e2c5";
}
.fa-mars:before {
  content: "\f222";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-plane-circle-xmark:before {
  content: "\e557";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-sun:before {
  content: "\f185";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-bore-hole:before {
  content: "\e4c3";
}
.fa-industry:before {
  content: "\f275";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-less-than:before {
  content: "<";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-car-tunnel:before {
  content: "\e4de";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-person-through-window:before {
  content: "\e5a9";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-hands-holding-circle:before {
  content: "\e4fb";
}
.fa-bug:before {
  content: "\f188";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-hand-holding-hand:before {
  content: "\e4f7";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-mountain-sun:before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-truck-droplet:before {
  content: "\e58c";
}
.fa-file-circle-xmark:before {
  content: "\e5a1";
}
.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-bed:before {
  content: "\f236";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-plug-circle-xmark:before {
  content: "\e560";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-file:before {
  content: "\f15b";
}
.fa-greater-than:before {
  content: ">";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-person-burst:before {
  content: "\e53b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-socks:before {
  content: "\f696";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-section:before {
  content: "\e447";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-drum:before {
  content: "\f569";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-tree-city:before {
  content: "\e587";
}
.fa-play:before {
  content: "\f04b";
}
.fa-font:before {
  content: "\f031";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-person-circle-exclamation:before {
  content: "\e53f";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-school-lock:before {
  content: "\e56f";
}
.fa-tower-cell:before {
  content: "\e585";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-ranking-star:before {
  content: "\e561";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-person-harassing:before {
  content: "\e549";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-jug-detergent:before {
  content: "\e519";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-car-burst:before,
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-y:before {
  content: "Y";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-fish:before {
  content: "\f578";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-jet-fighter-up:before {
  content: "\e518";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-child-combatant:before,
.fa-child-rifle:before {
  content: "\e4e0";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-expand:before {
  content: "\f065";
}
.fa-computer:before {
  content: "\e4e5";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-building-shield:before {
  content: "\e4d8";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-users-line:before {
  content: "\e592";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}
.fa-lines-leaning:before {
  content: "\e51e";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-equals:before {
  content: "=";
}
.fa-blender:before {
  content: "\f517";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-map:before {
  content: "\f279";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-store:before {
  content: "\f54e";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-plug-circle-minus:before {
  content: "\e55e";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-school-flag:before {
  content: "\e56e";
}
.fa-fill:before {
  content: "\f575";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-notdef:before {
  content: "\e1fe";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-glass-water-droplet:before {
  content: "\e4f5";
}
.fa-display:before {
  content: "\e163";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-robot:before {
  content: "\f544";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-person-falling-burst:before {
  content: "\e547";
}
.fa-award:before {
  content: "\f559";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-shield-blank:before,
.fa-shield:before {
  content: "\f132";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}
.fa-tents:before {
  content: "\e582";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-moon:before {
  content: "\f186";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-music:before {
  content: "\f001";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-shield-heart:before {
  content: "\e574";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-hashtag:before {
  content: "#";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-t:before {
  content: "T";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-vial-circle-check:before {
  content: "\e596";
}
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-fan:before {
  content: "\f863";
}
.fa-person-walking-luggage:before {
  content: "\e554";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-bahai:before,
.fa-haykal:before {
  content: "\f666";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-file-circle-plus:before {
  content: "\e494";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-m:before {
  content: "M";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-book:before {
  content: "\f02d";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-check:before {
  content: "\f00c";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-house-circle-check:before {
  content: "\e509";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-truck-arrow-right:before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-person-falling:before {
  content: "\e546";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-rug:before {
  content: "\e569";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-handcuffs:before {
  content: "\e4f8";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-bottle-droplet:before {
  content: "\e4c4";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-hill-rockslide:before {
  content: "\e508";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-road-circle-exclamation:before {
  content: "\e565";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-person-walking-arrow-right:before {
  content: "\e552";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-dice:before {
  content: "\f522";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-train-tram:before {
  content: "\e5b4";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-jar:before {
  content: "\e516";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-plane:before {
  content: "\f072";
}
.fa-tent-arrows-down:before {
  content: "\e581";
}
.fa-exclamation:before {
  content: "!";
}
.fa-arrows-spin:before {
  content: "\e4bb";
}
.fa-print:before {
  content: "\f02f";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-x:before {
  content: "X";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-person-military-pointing:before {
  content: "\e54a";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-trowel:before {
  content: "\e589";
}
.fa-d:before {
  content: "D";
}
.fa-stapler:before {
  content: "\e5af";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-person-circle-check:before {
  content: "\e53e";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* src/assets/icons/tabler-icons/tabler-icons.css */
/*!
 * Tabler Icons 2.45.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("./media/tabler-icons.eot?v2.45.0");
  src:
    url("./media/tabler-icons.eot?#iefix-v2.45.0") format("embedded-opentype"),
    url("./media/tabler-icons.woff2?v2.45.0") format("woff2"),
    url("./media/tabler-icons.woff?") format("woff"),
    url("./media/tabler-icons.ttf?v2.45.0") format("truetype");
}
.ti {
  font-family: "tabler-icons" !important;
  speak: 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-12-hours:before {
  content: "\fc53";
}
.ti-123:before {
  content: "\f554";
}
.ti-24-hours:before {
  content: "\f5e7";
}
.ti-2fa:before {
  content: "\eca0";
}
.ti-360:before {
  content: "\f62f";
}
.ti-360-view:before {
  content: "\f566";
}
.ti-3d-cube-sphere:before {
  content: "\ecd7";
}
.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}
.ti-3d-rotate:before {
  content: "\f020";
}
.ti-a-b:before {
  content: "\ec36";
}
.ti-a-b-2:before {
  content: "\f25f";
}
.ti-a-b-off:before {
  content: "\f0a6";
}
.ti-abacus:before {
  content: "\f05c";
}
.ti-abacus-off:before {
  content: "\f3b6";
}
.ti-abc:before {
  content: "\f567";
}
.ti-access-point:before {
  content: "\ed1b";
}
.ti-access-point-off:before {
  content: "\ed1a";
}
.ti-accessible:before {
  content: "\eba9";
}
.ti-accessible-off:before {
  content: "\f0a7";
}
.ti-accessible-off-filled:before {
  content: "\f6ea";
}
.ti-activity:before {
  content: "\ed23";
}
.ti-activity-heartbeat:before {
  content: "\f0db";
}
.ti-ad:before {
  content: "\ea02";
}
.ti-ad-2:before {
  content: "\ef1f";
}
.ti-ad-circle:before {
  content: "\f79e";
}
.ti-ad-circle-filled:before {
  content: "\f7d3";
}
.ti-ad-circle-off:before {
  content: "\f79d";
}
.ti-ad-filled:before {
  content: "\f6eb";
}
.ti-ad-off:before {
  content: "\f3b7";
}
.ti-address-book:before {
  content: "\f021";
}
.ti-address-book-off:before {
  content: "\f3b8";
}
.ti-adjustments:before {
  content: "\ea03";
}
.ti-adjustments-alt:before {
  content: "\ec37";
}
.ti-adjustments-bolt:before {
  content: "\f7fb";
}
.ti-adjustments-cancel:before {
  content: "\f7fc";
}
.ti-adjustments-check:before {
  content: "\f7fd";
}
.ti-adjustments-code:before {
  content: "\f7fe";
}
.ti-adjustments-cog:before {
  content: "\f7ff";
}
.ti-adjustments-dollar:before {
  content: "\f800";
}
.ti-adjustments-down:before {
  content: "\f801";
}
.ti-adjustments-exclamation:before {
  content: "\f802";
}
.ti-adjustments-filled:before {
  content: "\f6ec";
}
.ti-adjustments-heart:before {
  content: "\f803";
}
.ti-adjustments-horizontal:before {
  content: "\ec38";
}
.ti-adjustments-minus:before {
  content: "\f804";
}
.ti-adjustments-off:before {
  content: "\f0a8";
}
.ti-adjustments-pause:before {
  content: "\f805";
}
.ti-adjustments-pin:before {
  content: "\f806";
}
.ti-adjustments-plus:before {
  content: "\f807";
}
.ti-adjustments-question:before {
  content: "\f808";
}
.ti-adjustments-search:before {
  content: "\f809";
}
.ti-adjustments-share:before {
  content: "\f80a";
}
.ti-adjustments-star:before {
  content: "\f80b";
}
.ti-adjustments-up:before {
  content: "\f80c";
}
.ti-adjustments-x:before {
  content: "\f80d";
}
.ti-aerial-lift:before {
  content: "\edfe";
}
.ti-affiliate:before {
  content: "\edff";
}
.ti-affiliate-filled:before {
  content: "\f6ed";
}
.ti-air-balloon:before {
  content: "\f4a6";
}
.ti-air-conditioning:before {
  content: "\f3a2";
}
.ti-air-conditioning-disabled:before {
  content: "\f542";
}
.ti-air-traffic-control:before {
  content: "\fb01";
}
.ti-alarm:before {
  content: "\ea04";
}
.ti-alarm-average:before {
  content: "\fc9e";
}
.ti-alarm-filled:before {
  content: "\f709";
}
.ti-alarm-minus:before {
  content: "\f630";
}
.ti-alarm-minus-filled:before {
  content: "\f70a";
}
.ti-alarm-off:before {
  content: "\f0a9";
}
.ti-alarm-plus:before {
  content: "\f631";
}
.ti-alarm-plus-filled:before {
  content: "\f70b";
}
.ti-alarm-snooze:before {
  content: "\f632";
}
.ti-alarm-snooze-filled:before {
  content: "\f70c";
}
.ti-album:before {
  content: "\f022";
}
.ti-album-off:before {
  content: "\f3b9";
}
.ti-alert-circle:before {
  content: "\ea05";
}
.ti-alert-circle-filled:before {
  content: "\f6ee";
}
.ti-alert-circle-off:before {
  content: "\fc65";
}
.ti-alert-hexagon:before {
  content: "\f80e";
}
.ti-alert-hexagon-filled:before {
  content: "\fa34";
}
.ti-alert-hexagon-off:before {
  content: "\fc66";
}
.ti-alert-octagon:before {
  content: "\ecc6";
}
.ti-alert-octagon-filled:before {
  content: "\f6ef";
}
.ti-alert-small:before {
  content: "\f80f";
}
.ti-alert-small-off:before {
  content: "\fc67";
}
.ti-alert-square:before {
  content: "\f811";
}
.ti-alert-square-filled:before {
  content: "\fa35";
}
.ti-alert-square-rounded:before {
  content: "\f810";
}
.ti-alert-square-rounded-filled:before {
  content: "\fa36";
}
.ti-alert-square-rounded-off:before {
  content: "\fc68";
}
.ti-alert-triangle:before {
  content: "\ea06";
}
.ti-alert-triangle-filled:before {
  content: "\f6f0";
}
.ti-alert-triangle-off:before {
  content: "\fc69";
}
.ti-alien:before {
  content: "\ebde";
}
.ti-alien-filled:before {
  content: "\f70d";
}
.ti-align-box-bottom-center:before {
  content: "\f530";
}
.ti-align-box-bottom-center-filled:before {
  content: "\f70e";
}
.ti-align-box-bottom-left:before {
  content: "\f531";
}
.ti-align-box-bottom-left-filled:before {
  content: "\f70f";
}
.ti-align-box-bottom-right:before {
  content: "\f532";
}
.ti-align-box-bottom-right-filled:before {
  content: "\f710";
}
.ti-align-box-center-bottom:before {
  content: "\facb";
}
.ti-align-box-center-middle:before {
  content: "\f79f";
}
.ti-align-box-center-middle-filled:before {
  content: "\f7d4";
}
.ti-align-box-center-stretch:before {
  content: "\facc";
}
.ti-align-box-center-top:before {
  content: "\facd";
}
.ti-align-box-left-bottom:before {
  content: "\f533";
}
.ti-align-box-left-bottom-filled:before {
  content: "\f711";
}
.ti-align-box-left-middle:before {
  content: "\f534";
}
.ti-align-box-left-middle-filled:before {
  content: "\f712";
}
.ti-align-box-left-stretch:before {
  content: "\face";
}
.ti-align-box-left-top:before {
  content: "\f535";
}
.ti-align-box-left-top-filled:before {
  content: "\f713";
}
.ti-align-box-right-bottom:before {
  content: "\f536";
}
.ti-align-box-right-bottom-filled:before {
  content: "\f714";
}
.ti-align-box-right-middle:before {
  content: "\f537";
}
.ti-align-box-right-middle-filled:before {
  content: "\f7d5";
}
.ti-align-box-right-stretch:before {
  content: "\facf";
}
.ti-align-box-right-top:before {
  content: "\f538";
}
.ti-align-box-right-top-filled:before {
  content: "\f715";
}
.ti-align-box-top-center:before {
  content: "\f539";
}
.ti-align-box-top-center-filled:before {
  content: "\f716";
}
.ti-align-box-top-left:before {
  content: "\f53a";
}
.ti-align-box-top-left-filled:before {
  content: "\f717";
}
.ti-align-box-top-right:before {
  content: "\f53b";
}
.ti-align-box-top-right-filled:before {
  content: "\f718";
}
.ti-align-center:before {
  content: "\ea07";
}
.ti-align-justified:before {
  content: "\ea08";
}
.ti-align-left:before {
  content: "\ea09";
}
.ti-align-right:before {
  content: "\ea0a";
}
.ti-alpha:before {
  content: "\f543";
}
.ti-alphabet-cyrillic:before {
  content: "\f1df";
}
.ti-alphabet-greek:before {
  content: "\f1e0";
}
.ti-alphabet-latin:before {
  content: "\f1e1";
}
.ti-alt:before {
  content: "\fc54";
}
.ti-ambulance:before {
  content: "\ebf5";
}
.ti-ampersand:before {
  content: "\f229";
}
.ti-analyze:before {
  content: "\f3a3";
}
.ti-analyze-filled:before {
  content: "\f719";
}
.ti-analyze-off:before {
  content: "\f3ba";
}
.ti-anchor:before {
  content: "\eb76";
}
.ti-anchor-off:before {
  content: "\f0f7";
}
.ti-angle:before {
  content: "\ef20";
}
.ti-ankh:before {
  content: "\f1cd";
}
.ti-antenna:before {
  content: "\f094";
}
.ti-antenna-bars-1:before {
  content: "\ecc7";
}
.ti-antenna-bars-2:before {
  content: "\ecc8";
}
.ti-antenna-bars-3:before {
  content: "\ecc9";
}
.ti-antenna-bars-4:before {
  content: "\ecca";
}
.ti-antenna-bars-5:before {
  content: "\eccb";
}
.ti-antenna-bars-off:before {
  content: "\f0aa";
}
.ti-antenna-off:before {
  content: "\f3bb";
}
.ti-aperture:before {
  content: "\eb58";
}
.ti-aperture-off:before {
  content: "\f3bc";
}
.ti-api:before {
  content: "\effd";
}
.ti-api-app:before {
  content: "\effc";
}
.ti-api-app-off:before {
  content: "\f0ab";
}
.ti-api-off:before {
  content: "\f0f8";
}
.ti-app-window:before {
  content: "\efe6";
}
.ti-app-window-filled:before {
  content: "\f71a";
}
.ti-apple:before {
  content: "\ef21";
}
.ti-apps:before {
  content: "\ebb6";
}
.ti-apps-filled:before {
  content: "\f6f1";
}
.ti-apps-off:before {
  content: "\f0ac";
}
.ti-archery-arrow:before {
  content: "\fc55";
}
.ti-archive:before {
  content: "\ea0b";
}
.ti-archive-filled:before {
  content: "\fa82";
}
.ti-archive-off:before {
  content: "\f0ad";
}
.ti-armchair:before {
  content: "\ef9e";
}
.ti-armchair-2:before {
  content: "\efe7";
}
.ti-armchair-2-off:before {
  content: "\f3bd";
}
.ti-armchair-off:before {
  content: "\f3be";
}
.ti-arrow-autofit-content:before {
  content: "\ef31";
}
.ti-arrow-autofit-content-filled:before {
  content: "\f6f2";
}
.ti-arrow-autofit-down:before {
  content: "\ef32";
}
.ti-arrow-autofit-height:before {
  content: "\ef33";
}
.ti-arrow-autofit-left:before {
  content: "\ef34";
}
.ti-arrow-autofit-right:before {
  content: "\ef35";
}
.ti-arrow-autofit-up:before {
  content: "\ef36";
}
.ti-arrow-autofit-width:before {
  content: "\ef37";
}
.ti-arrow-back:before {
  content: "\ea0c";
}
.ti-arrow-back-up:before {
  content: "\eb77";
}
.ti-arrow-back-up-double:before {
  content: "\f9ec";
}
.ti-arrow-badge-down:before {
  content: "\f60b";
}
.ti-arrow-badge-down-filled:before {
  content: "\f7d6";
}
.ti-arrow-badge-left:before {
  content: "\f60c";
}
.ti-arrow-badge-left-filled:before {
  content: "\f7d7";
}
.ti-arrow-badge-right:before {
  content: "\f60d";
}
.ti-arrow-badge-right-filled:before {
  content: "\f7d8";
}
.ti-arrow-badge-up:before {
  content: "\f60e";
}
.ti-arrow-badge-up-filled:before {
  content: "\f7d9";
}
.ti-arrow-bar-both:before {
  content: "\fadd";
}
.ti-arrow-bar-down:before {
  content: "\ea0d";
}
.ti-arrow-bar-left:before {
  content: "\ea0e";
}
.ti-arrow-bar-right:before {
  content: "\ea0f";
}
.ti-arrow-bar-to-down:before {
  content: "\ec88";
}
.ti-arrow-bar-to-left:before {
  content: "\ec89";
}
.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}
.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}
.ti-arrow-bar-up:before {
  content: "\ea10";
}
.ti-arrow-bear-left:before {
  content: "\f045";
}
.ti-arrow-bear-left-2:before {
  content: "\f044";
}
.ti-arrow-bear-right:before {
  content: "\f047";
}
.ti-arrow-bear-right-2:before {
  content: "\f046";
}
.ti-arrow-big-down:before {
  content: "\edda";
}
.ti-arrow-big-down-filled:before {
  content: "\f6c6";
}
.ti-arrow-big-down-line:before {
  content: "\efe8";
}
.ti-arrow-big-down-line-filled:before {
  content: "\f6c7";
}
.ti-arrow-big-down-lines:before {
  content: "\efe9";
}
.ti-arrow-big-down-lines-filled:before {
  content: "\f6c8";
}
.ti-arrow-big-left:before {
  content: "\eddb";
}
.ti-arrow-big-left-filled:before {
  content: "\f6c9";
}
.ti-arrow-big-left-line:before {
  content: "\efea";
}
.ti-arrow-big-left-line-filled:before {
  content: "\f6ca";
}
.ti-arrow-big-left-lines:before {
  content: "\efeb";
}
.ti-arrow-big-left-lines-filled:before {
  content: "\f6cb";
}
.ti-arrow-big-right:before {
  content: "\eddc";
}
.ti-arrow-big-right-filled:before {
  content: "\f6cc";
}
.ti-arrow-big-right-line:before {
  content: "\efec";
}
.ti-arrow-big-right-line-filled:before {
  content: "\f6cd";
}
.ti-arrow-big-right-lines:before {
  content: "\efed";
}
.ti-arrow-big-right-lines-filled:before {
  content: "\f6ce";
}
.ti-arrow-big-up:before {
  content: "\eddd";
}
.ti-arrow-big-up-filled:before {
  content: "\f6cf";
}
.ti-arrow-big-up-line:before {
  content: "\efee";
}
.ti-arrow-big-up-line-filled:before {
  content: "\f6d0";
}
.ti-arrow-big-up-lines:before {
  content: "\efef";
}
.ti-arrow-big-up-lines-filled:before {
  content: "\f6d1";
}
.ti-arrow-bounce:before {
  content: "\f3a4";
}
.ti-arrow-capsule:before {
  content: "\fade";
}
.ti-arrow-curve-left:before {
  content: "\f048";
}
.ti-arrow-curve-right:before {
  content: "\f049";
}
.ti-arrow-down:before {
  content: "\ea16";
}
.ti-arrow-down-bar:before {
  content: "\ed98";
}
.ti-arrow-down-circle:before {
  content: "\ea11";
}
.ti-arrow-down-left:before {
  content: "\ea13";
}
.ti-arrow-down-left-circle:before {
  content: "\ea12";
}
.ti-arrow-down-rhombus:before {
  content: "\f61d";
}
.ti-arrow-down-right:before {
  content: "\ea15";
}
.ti-arrow-down-right-circle:before {
  content: "\ea14";
}
.ti-arrow-down-square:before {
  content: "\ed9a";
}
.ti-arrow-down-tail:before {
  content: "\ed9b";
}
.ti-arrow-elbow-left:before {
  content: "\f9ed";
}
.ti-arrow-elbow-right:before {
  content: "\f9ee";
}
.ti-arrow-fork:before {
  content: "\f04a";
}
.ti-arrow-forward:before {
  content: "\ea17";
}
.ti-arrow-forward-up:before {
  content: "\eb78";
}
.ti-arrow-forward-up-double:before {
  content: "\f9ef";
}
.ti-arrow-guide:before {
  content: "\f22a";
}
.ti-arrow-iteration:before {
  content: "\f578";
}
.ti-arrow-left:before {
  content: "\ea19";
}
.ti-arrow-left-bar:before {
  content: "\ed9c";
}
.ti-arrow-left-circle:before {
  content: "\ea18";
}
.ti-arrow-left-rhombus:before {
  content: "\f61e";
}
.ti-arrow-left-right:before {
  content: "\f04b";
}
.ti-arrow-left-square:before {
  content: "\ed9d";
}
.ti-arrow-left-tail:before {
  content: "\ed9e";
}
.ti-arrow-loop-left:before {
  content: "\ed9f";
}
.ti-arrow-loop-left-2:before {
  content: "\f04c";
}
.ti-arrow-loop-right:before {
  content: "\eda0";
}
.ti-arrow-loop-right-2:before {
  content: "\f04d";
}
.ti-arrow-merge:before {
  content: "\f04e";
}
.ti-arrow-merge-alt-left:before {
  content: "\fc9f";
}
.ti-arrow-merge-alt-right:before {
  content: "\fca0";
}
.ti-arrow-merge-both:before {
  content: "\f23b";
}
.ti-arrow-merge-left:before {
  content: "\f23c";
}
.ti-arrow-merge-right:before {
  content: "\f23d";
}
.ti-arrow-move-down:before {
  content: "\f2ba";
}
.ti-arrow-move-left:before {
  content: "\f2bb";
}
.ti-arrow-move-right:before {
  content: "\f2bc";
}
.ti-arrow-move-up:before {
  content: "\f2bd";
}
.ti-arrow-narrow-down:before {
  content: "\ea1a";
}
.ti-arrow-narrow-left:before {
  content: "\ea1b";
}
.ti-arrow-narrow-right:before {
  content: "\ea1c";
}
.ti-arrow-narrow-up:before {
  content: "\ea1d";
}
.ti-arrow-ramp-left:before {
  content: "\ed3c";
}
.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}
.ti-arrow-ramp-left-3:before {
  content: "\f050";
}
.ti-arrow-ramp-right:before {
  content: "\ed3d";
}
.ti-arrow-ramp-right-2:before {
  content: "\f051";
}
.ti-arrow-ramp-right-3:before {
  content: "\f052";
}
.ti-arrow-right:before {
  content: "\ea1f";
}
.ti-arrow-right-bar:before {
  content: "\eda1";
}
.ti-arrow-right-circle:before {
  content: "\ea1e";
}
.ti-arrow-right-rhombus:before {
  content: "\f61f";
}
.ti-arrow-right-square:before {
  content: "\eda2";
}
.ti-arrow-right-tail:before {
  content: "\eda3";
}
.ti-arrow-rotary-first-left:before {
  content: "\f053";
}
.ti-arrow-rotary-first-right:before {
  content: "\f054";
}
.ti-arrow-rotary-last-left:before {
  content: "\f055";
}
.ti-arrow-rotary-last-right:before {
  content: "\f056";
}
.ti-arrow-rotary-left:before {
  content: "\f057";
}
.ti-arrow-rotary-right:before {
  content: "\f058";
}
.ti-arrow-rotary-straight:before {
  content: "\f059";
}
.ti-arrow-roundabout-left:before {
  content: "\f22b";
}
.ti-arrow-roundabout-right:before {
  content: "\f22c";
}
.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}
.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}
.ti-arrow-up:before {
  content: "\ea25";
}
.ti-arrow-up-bar:before {
  content: "\eda4";
}
.ti-arrow-up-circle:before {
  content: "\ea20";
}
.ti-arrow-up-left:before {
  content: "\ea22";
}
.ti-arrow-up-left-circle:before {
  content: "\ea21";
}
.ti-arrow-up-rhombus:before {
  content: "\f620";
}
.ti-arrow-up-right:before {
  content: "\ea24";
}
.ti-arrow-up-right-circle:before {
  content: "\ea23";
}
.ti-arrow-up-square:before {
  content: "\eda6";
}
.ti-arrow-up-tail:before {
  content: "\eda7";
}
.ti-arrow-wave-left-down:before {
  content: "\eda8";
}
.ti-arrow-wave-left-up:before {
  content: "\eda9";
}
.ti-arrow-wave-right-down:before {
  content: "\edaa";
}
.ti-arrow-wave-right-up:before {
  content: "\edab";
}
.ti-arrow-zig-zag:before {
  content: "\f4a7";
}
.ti-arrows-cross:before {
  content: "\effe";
}
.ti-arrows-diagonal:before {
  content: "\ea27";
}
.ti-arrows-diagonal-2:before {
  content: "\ea26";
}
.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}
.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}
.ti-arrows-diff:before {
  content: "\f296";
}
.ti-arrows-double-ne-sw:before {
  content: "\edde";
}
.ti-arrows-double-nw-se:before {
  content: "\eddf";
}
.ti-arrows-double-se-nw:before {
  content: "\ede0";
}
.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}
.ti-arrows-down:before {
  content: "\edad";
}
.ti-arrows-down-up:before {
  content: "\edac";
}
.ti-arrows-exchange:before {
  content: "\f1f4";
}
.ti-arrows-exchange-2:before {
  content: "\f1f3";
}
.ti-arrows-horizontal:before {
  content: "\eb59";
}
.ti-arrows-join:before {
  content: "\edaf";
}
.ti-arrows-join-2:before {
  content: "\edae";
}
.ti-arrows-left:before {
  content: "\edb1";
}
.ti-arrows-left-down:before {
  content: "\ee00";
}
.ti-arrows-left-right:before {
  content: "\edb0";
}
.ti-arrows-maximize:before {
  content: "\ea28";
}
.ti-arrows-minimize:before {
  content: "\ea29";
}
.ti-arrows-move:before {
  content: "\f22f";
}
.ti-arrows-move-horizontal:before {
  content: "\f22d";
}
.ti-arrows-move-vertical:before {
  content: "\f22e";
}
.ti-arrows-random:before {
  content: "\f095";
}
.ti-arrows-right:before {
  content: "\edb3";
}
.ti-arrows-right-down:before {
  content: "\ee01";
}
.ti-arrows-right-left:before {
  content: "\edb2";
}
.ti-arrows-shuffle:before {
  content: "\f000";
}
.ti-arrows-shuffle-2:before {
  content: "\efff";
}
.ti-arrows-sort:before {
  content: "\eb5a";
}
.ti-arrows-split:before {
  content: "\edb5";
}
.ti-arrows-split-2:before {
  content: "\edb4";
}
.ti-arrows-transfer-down:before {
  content: "\f2cc";
}
.ti-arrows-transfer-up:before {
  content: "\f2cd";
}
.ti-arrows-up:before {
  content: "\edb7";
}
.ti-arrows-up-down:before {
  content: "\edb6";
}
.ti-arrows-up-left:before {
  content: "\ee02";
}
.ti-arrows-up-right:before {
  content: "\ee03";
}
.ti-arrows-vertical:before {
  content: "\eb5b";
}
.ti-artboard:before {
  content: "\ea2a";
}
.ti-artboard-filled:before {
  content: "\fa83";
}
.ti-artboard-off:before {
  content: "\f0ae";
}
.ti-article:before {
  content: "\f1e2";
}
.ti-article-filled-filled:before {
  content: "\f7da";
}
.ti-article-off:before {
  content: "\f3bf";
}
.ti-aspect-ratio:before {
  content: "\ed30";
}
.ti-aspect-ratio-filled:before {
  content: "\f7db";
}
.ti-aspect-ratio-off:before {
  content: "\f0af";
}
.ti-assembly:before {
  content: "\f24d";
}
.ti-assembly-off:before {
  content: "\f3c0";
}
.ti-asset:before {
  content: "\f1ce";
}
.ti-asterisk:before {
  content: "\efd5";
}
.ti-asterisk-simple:before {
  content: "\efd4";
}
.ti-at:before {
  content: "\ea2b";
}
.ti-at-off:before {
  content: "\f0b0";
}
.ti-atom:before {
  content: "\eb79";
}
.ti-atom-2:before {
  content: "\ebdf";
}
.ti-atom-2-filled:before {
  content: "\f71b";
}
.ti-atom-off:before {
  content: "\f0f9";
}
.ti-augmented-reality:before {
  content: "\f023";
}
.ti-augmented-reality-2:before {
  content: "\f37e";
}
.ti-augmented-reality-off:before {
  content: "\f3c1";
}
.ti-automatic-gearbox:before {
  content: "\fc89";
}
.ti-award:before {
  content: "\ea2c";
}
.ti-award-filled:before {
  content: "\f71c";
}
.ti-award-off:before {
  content: "\f0fa";
}
.ti-axe:before {
  content: "\ef9f";
}
.ti-axis-x:before {
  content: "\ef45";
}
.ti-axis-y:before {
  content: "\ef46";
}
.ti-baby-bottle:before {
  content: "\f5d2";
}
.ti-baby-carriage:before {
  content: "\f05d";
}
.ti-background:before {
  content: "\fd2c";
}
.ti-backhoe:before {
  content: "\ed86";
}
.ti-backpack:before {
  content: "\ef47";
}
.ti-backpack-off:before {
  content: "\f3c2";
}
.ti-backslash:before {
  content: "\fab9";
}
.ti-backspace:before {
  content: "\ea2d";
}
.ti-backspace-filled:before {
  content: "\f7dc";
}
.ti-badge:before {
  content: "\efc2";
}
.ti-badge-3d:before {
  content: "\f555";
}
.ti-badge-4k:before {
  content: "\f556";
}
.ti-badge-8k:before {
  content: "\f557";
}
.ti-badge-ad:before {
  content: "\f558";
}
.ti-badge-ar:before {
  content: "\f559";
}
.ti-badge-cc:before {
  content: "\f55a";
}
.ti-badge-filled:before {
  content: "\f667";
}
.ti-badge-hd:before {
  content: "\f55b";
}
.ti-badge-off:before {
  content: "\f0fb";
}
.ti-badge-sd:before {
  content: "\f55c";
}
.ti-badge-tm:before {
  content: "\f55d";
}
.ti-badge-vo:before {
  content: "\f55e";
}
.ti-badge-vr:before {
  content: "\f55f";
}
.ti-badge-wc:before {
  content: "\f560";
}
.ti-badges:before {
  content: "\efc3";
}
.ti-badges-filled:before {
  content: "\f7dd";
}
.ti-badges-off:before {
  content: "\f0fc";
}
.ti-baguette:before {
  content: "\f3a5";
}
.ti-ball-american-football:before {
  content: "\ee04";
}
.ti-ball-american-football-off:before {
  content: "\f3c3";
}
.ti-ball-baseball:before {
  content: "\efa0";
}
.ti-ball-basketball:before {
  content: "\ec28";
}
.ti-ball-bowling:before {
  content: "\ec29";
}
.ti-ball-football:before {
  content: "\ee06";
}
.ti-ball-football-off:before {
  content: "\ee05";
}
.ti-ball-tennis:before {
  content: "\ec2a";
}
.ti-ball-volleyball:before {
  content: "\ec2b";
}
.ti-balloon:before {
  content: "\ef3a";
}
.ti-balloon-filled:before {
  content: "\fa84";
}
.ti-balloon-off:before {
  content: "\f0fd";
}
.ti-ballpen:before {
  content: "\f06e";
}
.ti-ballpen-filled:before {
  content: "\fa85";
}
.ti-ballpen-off:before {
  content: "\f0b1";
}
.ti-ban:before {
  content: "\ea2e";
}
.ti-bandage:before {
  content: "\eb7a";
}
.ti-bandage-filled:before {
  content: "\f7de";
}
.ti-bandage-off:before {
  content: "\f3c4";
}
.ti-barbell:before {
  content: "\eff0";
}
.ti-barbell-off:before {
  content: "\f0b2";
}
.ti-barcode:before {
  content: "\ebc6";
}
.ti-barcode-off:before {
  content: "\f0b3";
}
.ti-barrel:before {
  content: "\f0b4";
}
.ti-barrel-off:before {
  content: "\f0fe";
}
.ti-barrier-block:before {
  content: "\f00e";
}
.ti-barrier-block-off:before {
  content: "\f0b5";
}
.ti-baseline:before {
  content: "\f024";
}
.ti-baseline-density-large:before {
  content: "\f9f0";
}
.ti-baseline-density-medium:before {
  content: "\f9f1";
}
.ti-baseline-density-small:before {
  content: "\f9f2";
}
.ti-basket:before {
  content: "\ebe1";
}
.ti-basket-bolt:before {
  content: "\fb43";
}
.ti-basket-cancel:before {
  content: "\fb44";
}
.ti-basket-check:before {
  content: "\fb45";
}
.ti-basket-code:before {
  content: "\fb46";
}
.ti-basket-cog:before {
  content: "\fb47";
}
.ti-basket-discount:before {
  content: "\fb48";
}
.ti-basket-dollar:before {
  content: "\fb49";
}
.ti-basket-down:before {
  content: "\fb4a";
}
.ti-basket-exclamation:before {
  content: "\fb4b";
}
.ti-basket-filled:before {
  content: "\f7df";
}
.ti-basket-heart:before {
  content: "\fb4c";
}
.ti-basket-minus:before {
  content: "\fb4d";
}
.ti-basket-off:before {
  content: "\f0b6";
}
.ti-basket-pause:before {
  content: "\fb4e";
}
.ti-basket-pin:before {
  content: "\fb4f";
}
.ti-basket-plus:before {
  content: "\fb50";
}
.ti-basket-question:before {
  content: "\fb51";
}
.ti-basket-search:before {
  content: "\fb52";
}
.ti-basket-share:before {
  content: "\fb53";
}
.ti-basket-star:before {
  content: "\fb54";
}
.ti-basket-up:before {
  content: "\fb55";
}
.ti-basket-x:before {
  content: "\fb56";
}
.ti-bat:before {
  content: "\f284";
}
.ti-bath:before {
  content: "\ef48";
}
.ti-bath-filled:before {
  content: "\f71d";
}
.ti-bath-off:before {
  content: "\f0ff";
}
.ti-battery:before {
  content: "\ea34";
}
.ti-battery-1:before {
  content: "\ea2f";
}
.ti-battery-1-filled:before {
  content: "\f71e";
}
.ti-battery-2:before {
  content: "\ea30";
}
.ti-battery-2-filled:before {
  content: "\f71f";
}
.ti-battery-3:before {
  content: "\ea31";
}
.ti-battery-3-filled:before {
  content: "\f720";
}
.ti-battery-4:before {
  content: "\ea32";
}
.ti-battery-4-filled:before {
  content: "\f721";
}
.ti-battery-automotive:before {
  content: "\ee07";
}
.ti-battery-charging:before {
  content: "\ea33";
}
.ti-battery-charging-2:before {
  content: "\ef3b";
}
.ti-battery-eco:before {
  content: "\ef3c";
}
.ti-battery-filled:before {
  content: "\f668";
}
.ti-battery-off:before {
  content: "\ed1c";
}
.ti-beach:before {
  content: "\ef3d";
}
.ti-beach-off:before {
  content: "\f0b7";
}
.ti-bed:before {
  content: "\eb5c";
}
.ti-bed-filled:before {
  content: "\f7e0";
}
.ti-bed-flat:before {
  content: "\fca1";
}
.ti-bed-off:before {
  content: "\f100";
}
.ti-beer:before {
  content: "\efa1";
}
.ti-beer-filled:before {
  content: "\f7e1";
}
.ti-beer-off:before {
  content: "\f101";
}
.ti-bell:before {
  content: "\ea35";
}
.ti-bell-bolt:before {
  content: "\f812";
}
.ti-bell-cancel:before {
  content: "\f813";
}
.ti-bell-check:before {
  content: "\f814";
}
.ti-bell-code:before {
  content: "\f815";
}
.ti-bell-cog:before {
  content: "\f816";
}
.ti-bell-dollar:before {
  content: "\f817";
}
.ti-bell-down:before {
  content: "\f818";
}
.ti-bell-exclamation:before {
  content: "\f819";
}
.ti-bell-filled:before {
  content: "\f669";
}
.ti-bell-heart:before {
  content: "\f81a";
}
.ti-bell-minus:before {
  content: "\ede2";
}
.ti-bell-minus-filled:before {
  content: "\f722";
}
.ti-bell-off:before {
  content: "\ece9";
}
.ti-bell-pause:before {
  content: "\f81b";
}
.ti-bell-pin:before {
  content: "\f81c";
}
.ti-bell-plus:before {
  content: "\ede3";
}
.ti-bell-plus-filled:before {
  content: "\f723";
}
.ti-bell-question:before {
  content: "\f81d";
}
.ti-bell-ringing:before {
  content: "\ed07";
}
.ti-bell-ringing-2:before {
  content: "\ede4";
}
.ti-bell-ringing-2-filled:before {
  content: "\f724";
}
.ti-bell-ringing-filled:before {
  content: "\f725";
}
.ti-bell-school:before {
  content: "\f05e";
}
.ti-bell-search:before {
  content: "\f81e";
}
.ti-bell-share:before {
  content: "\f81f";
}
.ti-bell-star:before {
  content: "\f820";
}
.ti-bell-up:before {
  content: "\f821";
}
.ti-bell-x:before {
  content: "\ede5";
}
.ti-bell-x-filled:before {
  content: "\f726";
}
.ti-bell-z:before {
  content: "\eff1";
}
.ti-bell-z-filled:before {
  content: "\f727";
}
.ti-beta:before {
  content: "\f544";
}
.ti-bible:before {
  content: "\efc4";
}
.ti-bike:before {
  content: "\ea36";
}
.ti-bike-off:before {
  content: "\f0b8";
}
.ti-binary:before {
  content: "\ee08";
}
.ti-binary-off:before {
  content: "\f3c5";
}
.ti-binary-tree:before {
  content: "\f5d4";
}
.ti-binary-tree-2:before {
  content: "\f5d3";
}
.ti-biohazard:before {
  content: "\ecb8";
}
.ti-biohazard-off:before {
  content: "\f0b9";
}
.ti-blade:before {
  content: "\f4bd";
}
.ti-blade-filled:before {
  content: "\f7e2";
}
.ti-bleach:before {
  content: "\f2f3";
}
.ti-bleach-chlorine:before {
  content: "\f2f0";
}
.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}
.ti-bleach-off:before {
  content: "\f2f2";
}
.ti-blender:before {
  content: "\fca2";
}
.ti-blockquote:before {
  content: "\ee09";
}
.ti-bluetooth:before {
  content: "\ea37";
}
.ti-bluetooth-connected:before {
  content: "\ecea";
}
.ti-bluetooth-off:before {
  content: "\eceb";
}
.ti-bluetooth-x:before {
  content: "\f081";
}
.ti-blur:before {
  content: "\ef8c";
}
.ti-blur-off:before {
  content: "\f3c6";
}
.ti-bmp:before {
  content: "\f3a6";
}
.ti-body-scan:before {
  content: "\fca3";
}
.ti-bold:before {
  content: "\eb7b";
}
.ti-bold-off:before {
  content: "\f0ba";
}
.ti-bolt:before {
  content: "\ea38";
}
.ti-bolt-off:before {
  content: "\ecec";
}
.ti-bomb:before {
  content: "\f59c";
}
.ti-bomb-filled:before {
  content: "\fa86";
}
.ti-bone:before {
  content: "\edb8";
}
.ti-bone-off:before {
  content: "\f0bb";
}
.ti-bong:before {
  content: "\f3a7";
}
.ti-bong-off:before {
  content: "\f3c7";
}
.ti-book:before {
  content: "\ea39";
}
.ti-book-2:before {
  content: "\efc5";
}
.ti-book-download:before {
  content: "\f070";
}
.ti-book-filled:before {
  content: "\fa87";
}
.ti-book-off:before {
  content: "\f0bc";
}
.ti-book-upload:before {
  content: "\f071";
}
.ti-bookmark:before {
  content: "\ea3a";
}
.ti-bookmark-ai:before {
  content: "\fc8a";
}
.ti-bookmark-edit:before {
  content: "\fa5e";
}
.ti-bookmark-filled:before {
  content: "\fa88";
}
.ti-bookmark-minus:before {
  content: "\fa5f";
}
.ti-bookmark-off:before {
  content: "\eced";
}
.ti-bookmark-plus:before {
  content: "\fa60";
}
.ti-bookmark-question:before {
  content: "\fa61";
}
.ti-bookmarks:before {
  content: "\ed08";
}
.ti-bookmarks-filled:before {
  content: "\fb1f";
}
.ti-bookmarks-off:before {
  content: "\f0bd";
}
.ti-books:before {
  content: "\eff2";
}
.ti-books-off:before {
  content: "\f0be";
}
.ti-border-all:before {
  content: "\ea3b";
}
.ti-border-bottom:before {
  content: "\ea3c";
}
.ti-border-corner-pill:before {
  content: "\fd62";
}
.ti-border-corner-rounded:before {
  content: "\fd63";
}
.ti-border-corner-square:before {
  content: "\fd64";
}
.ti-border-corners:before {
  content: "\f7a0";
}
.ti-border-horizontal:before {
  content: "\ea3d";
}
.ti-border-inner:before {
  content: "\ea3e";
}
.ti-border-left:before {
  content: "\ea3f";
}
.ti-border-none:before {
  content: "\ea40";
}
.ti-border-outer:before {
  content: "\ea41";
}
.ti-border-radius:before {
  content: "\eb7c";
}
.ti-border-right:before {
  content: "\ea42";
}
.ti-border-sides:before {
  content: "\f7a1";
}
.ti-border-style:before {
  content: "\ee0a";
}
.ti-border-style-2:before {
  content: "\ef22";
}
.ti-border-top:before {
  content: "\ea43";
}
.ti-border-vertical:before {
  content: "\ea44";
}
.ti-bottle:before {
  content: "\ef0b";
}
.ti-bottle-filled:before {
  content: "\fa89";
}
.ti-bottle-off:before {
  content: "\f3c8";
}
.ti-bounce-left:before {
  content: "\f59d";
}
.ti-bounce-left-filled:before {
  content: "\fb20";
}
.ti-bounce-right:before {
  content: "\f59e";
}
.ti-bounce-right-filled:before {
  content: "\fb21";
}
.ti-bow:before {
  content: "\f096";
}
.ti-bowl:before {
  content: "\f4fa";
}
.ti-bowl-filled:before {
  content: "\fb22";
}
.ti-box:before {
  content: "\ea45";
}
.ti-box-align-bottom:before {
  content: "\f2a8";
}
.ti-box-align-bottom-filled:before {
  content: "\fa8a";
}
.ti-box-align-bottom-left:before {
  content: "\f2ce";
}
.ti-box-align-bottom-left-filled:before {
  content: "\fa8b";
}
.ti-box-align-bottom-right:before {
  content: "\f2cf";
}
.ti-box-align-bottom-right-filled:before {
  content: "\fa8c";
}
.ti-box-align-left:before {
  content: "\f2a9";
}
.ti-box-align-left-filled:before {
  content: "\fa8d";
}
.ti-box-align-right:before {
  content: "\f2aa";
}
.ti-box-align-right-filled:before {
  content: "\fa8e";
}
.ti-box-align-top:before {
  content: "\f2ab";
}
.ti-box-align-top-filled:before {
  content: "\fa8f";
}
.ti-box-align-top-left:before {
  content: "\f2d0";
}
.ti-box-align-top-left-filled:before {
  content: "\fa90";
}
.ti-box-align-top-right:before {
  content: "\f2d1";
}
.ti-box-align-top-right-filled:before {
  content: "\fa91";
}
.ti-box-margin:before {
  content: "\ee0b";
}
.ti-box-model:before {
  content: "\ee0c";
}
.ti-box-model-2:before {
  content: "\ef23";
}
.ti-box-model-2-off:before {
  content: "\f3c9";
}
.ti-box-model-off:before {
  content: "\f3ca";
}
.ti-box-multiple:before {
  content: "\ee17";
}
.ti-box-multiple-0:before {
  content: "\ee0d";
}
.ti-box-multiple-1:before {
  content: "\ee0e";
}
.ti-box-multiple-2:before {
  content: "\ee0f";
}
.ti-box-multiple-3:before {
  content: "\ee10";
}
.ti-box-multiple-4:before {
  content: "\ee11";
}
.ti-box-multiple-5:before {
  content: "\ee12";
}
.ti-box-multiple-6:before {
  content: "\ee13";
}
.ti-box-multiple-7:before {
  content: "\ee14";
}
.ti-box-multiple-8:before {
  content: "\ee15";
}
.ti-box-multiple-9:before {
  content: "\ee16";
}
.ti-box-off:before {
  content: "\f102";
}
.ti-box-padding:before {
  content: "\ee18";
}
.ti-box-seam:before {
  content: "\f561";
}
.ti-braces:before {
  content: "\ebcc";
}
.ti-braces-off:before {
  content: "\f0bf";
}
.ti-brackets:before {
  content: "\ebcd";
}
.ti-brackets-angle:before {
  content: "\fcb2";
}
.ti-brackets-angle-off:before {
  content: "\fcb1";
}
.ti-brackets-contain:before {
  content: "\f1e5";
}
.ti-brackets-contain-end:before {
  content: "\f1e3";
}
.ti-brackets-contain-start:before {
  content: "\f1e4";
}
.ti-brackets-off:before {
  content: "\f0c0";
}
.ti-braille:before {
  content: "\f545";
}
.ti-brain:before {
  content: "\f59f";
}
.ti-brand-4chan:before {
  content: "\f494";
}
.ti-brand-abstract:before {
  content: "\f495";
}
.ti-brand-adobe:before {
  content: "\f0dc";
}
.ti-brand-adonis-js:before {
  content: "\f496";
}
.ti-brand-airbnb:before {
  content: "\ed68";
}
.ti-brand-airtable:before {
  content: "\ef6a";
}
.ti-brand-algolia:before {
  content: "\f390";
}
.ti-brand-alipay:before {
  content: "\f7a2";
}
.ti-brand-alpine-js:before {
  content: "\f324";
}
.ti-brand-amazon:before {
  content: "\f230";
}
.ti-brand-amd:before {
  content: "\f653";
}
.ti-brand-amigo:before {
  content: "\f5f9";
}
.ti-brand-among-us:before {
  content: "\f205";
}
.ti-brand-android:before {
  content: "\ec16";
}
.ti-brand-angular:before {
  content: "\ef6b";
}
.ti-brand-ansible:before {
  content: "\fa70";
}
.ti-brand-ao3:before {
  content: "\f5e8";
}
.ti-brand-appgallery:before {
  content: "\f231";
}
.ti-brand-apple:before {
  content: "\ec17";
}
.ti-brand-apple-arcade:before {
  content: "\ed69";
}
.ti-brand-apple-filled:before {
  content: "\fd74";
}
.ti-brand-apple-podcast:before {
  content: "\f1e6";
}
.ti-brand-appstore:before {
  content: "\ed24";
}
.ti-brand-asana:before {
  content: "\edc5";
}
.ti-brand-auth0:before {
  content: "\fcb3";
}
.ti-brand-aws:before {
  content: "\fa4c";
}
.ti-brand-azure:before {
  content: "\fa4d";
}
.ti-brand-backbone:before {
  content: "\f325";
}
.ti-brand-badoo:before {
  content: "\f206";
}
.ti-brand-baidu:before {
  content: "\f5e9";
}
.ti-brand-bandcamp:before {
  content: "\f207";
}
.ti-brand-bandlab:before {
  content: "\f5fa";
}
.ti-brand-beats:before {
  content: "\f208";
}
.ti-brand-behance:before {
  content: "\ec6e";
}
.ti-brand-bilibili:before {
  content: "\f6d2";
}
.ti-brand-binance:before {
  content: "\f5a0";
}
.ti-brand-bing:before {
  content: "\edc6";
}
.ti-brand-bitbucket:before {
  content: "\edc7";
}
.ti-brand-blackberry:before {
  content: "\f568";
}
.ti-brand-blender:before {
  content: "\f326";
}
.ti-brand-blogger:before {
  content: "\f35a";
}
.ti-brand-bluesky:before {
  content: "\fd75";
}
.ti-brand-booking:before {
  content: "\edc8";
}
.ti-brand-bootstrap:before {
  content: "\ef3e";
}
.ti-brand-bulma:before {
  content: "\f327";
}
.ti-brand-bumble:before {
  content: "\f5fb";
}
.ti-brand-bunpo:before {
  content: "\f4cf";
}
.ti-brand-c-sharp:before {
  content: "\f003";
}
.ti-brand-cake:before {
  content: "\f7a3";
}
.ti-brand-cakephp:before {
  content: "\f7af";
}
.ti-brand-campaignmonitor:before {
  content: "\f328";
}
.ti-brand-carbon:before {
  content: "\f348";
}
.ti-brand-cashapp:before {
  content: "\f391";
}
.ti-brand-chrome:before {
  content: "\ec18";
}
.ti-brand-cinema-4d:before {
  content: "\fa71";
}
.ti-brand-citymapper:before {
  content: "\f5fc";
}
.ti-brand-cloudflare:before {
  content: "\fa4e";
}
.ti-brand-codecov:before {
  content: "\f329";
}
.ti-brand-codepen:before {
  content: "\ec6f";
}
.ti-brand-codesandbox:before {
  content: "\ed6a";
}
.ti-brand-cohost:before {
  content: "\f5d5";
}
.ti-brand-coinbase:before {
  content: "\f209";
}
.ti-brand-comedy-central:before {
  content: "\f217";
}
.ti-brand-coreos:before {
  content: "\f5fd";
}
.ti-brand-couchdb:before {
  content: "\f60f";
}
.ti-brand-couchsurfing:before {
  content: "\f392";
}
.ti-brand-cpp:before {
  content: "\f5fe";
}
.ti-brand-craft:before {
  content: "\fa72";
}
.ti-brand-crunchbase:before {
  content: "\f7e3";
}
.ti-brand-css3:before {
  content: "\ed6b";
}
.ti-brand-ctemplar:before {
  content: "\f4d0";
}
.ti-brand-cucumber:before {
  content: "\ef6c";
}
.ti-brand-cupra:before {
  content: "\f4d1";
}
.ti-brand-cypress:before {
  content: "\f333";
}
.ti-brand-d3:before {
  content: "\f24e";
}
.ti-brand-databricks:before {
  content: "\fc41";
}
.ti-brand-days-counter:before {
  content: "\f4d2";
}
.ti-brand-dcos:before {
  content: "\f32a";
}
.ti-brand-debian:before {
  content: "\ef57";
}
.ti-brand-deezer:before {
  content: "\f78b";
}
.ti-brand-deliveroo:before {
  content: "\f4d3";
}
.ti-brand-deno:before {
  content: "\f24f";
}
.ti-brand-denodo:before {
  content: "\f610";
}
.ti-brand-deviantart:before {
  content: "\ecfb";
}
.ti-brand-digg:before {
  content: "\fa73";
}
.ti-brand-dingtalk:before {
  content: "\f5ea";
}
.ti-brand-discord:before {
  content: "\ece3";
}
.ti-brand-discord-filled:before {
  content: "\f7e4";
}
.ti-brand-disney:before {
  content: "\f20a";
}
.ti-brand-disqus:before {
  content: "\edc9";
}
.ti-brand-django:before {
  content: "\f349";
}
.ti-brand-docker:before {
  content: "\edca";
}
.ti-brand-doctrine:before {
  content: "\ef6d";
}
.ti-brand-dolby-digital:before {
  content: "\f4d4";
}
.ti-brand-douban:before {
  content: "\f5ff";
}
.ti-brand-dribbble:before {
  content: "\ec19";
}
.ti-brand-dribbble-filled:before {
  content: "\f7e5";
}
.ti-brand-drops:before {
  content: "\f4d5";
}
.ti-brand-drupal:before {
  content: "\f393";
}
.ti-brand-edge:before {
  content: "\ecfc";
}
.ti-brand-elastic:before {
  content: "\f611";
}
.ti-brand-electronic-arts:before {
  content: "\fa74";
}
.ti-brand-ember:before {
  content: "\f497";
}
.ti-brand-envato:before {
  content: "\f394";
}
.ti-brand-etsy:before {
  content: "\f654";
}
.ti-brand-evernote:before {
  content: "\f600";
}
.ti-brand-facebook:before {
  content: "\ec1a";
}
.ti-brand-facebook-filled:before {
  content: "\f7e6";
}
.ti-brand-feedly:before {
  content: "\fa75";
}
.ti-brand-figma:before {
  content: "\ec93";
}
.ti-brand-filezilla:before {
  content: "\fa76";
}
.ti-brand-finder:before {
  content: "\f218";
}
.ti-brand-firebase:before {
  content: "\ef6e";
}
.ti-brand-firefox:before {
  content: "\ecfd";
}
.ti-brand-fiverr:before {
  content: "\f7a4";
}
.ti-brand-flickr:before {
  content: "\ecfe";
}
.ti-brand-flightradar24:before {
  content: "\f4d6";
}
.ti-brand-flipboard:before {
  content: "\f20b";
}
.ti-brand-flutter:before {
  content: "\f395";
}
.ti-brand-fortnite:before {
  content: "\f260";
}
.ti-brand-foursquare:before {
  content: "\ecff";
}
.ti-brand-framer:before {
  content: "\ec1b";
}
.ti-brand-framer-motion:before {
  content: "\f78c";
}
.ti-brand-funimation:before {
  content: "\f655";
}
.ti-brand-gatsby:before {
  content: "\f396";
}
.ti-brand-git:before {
  content: "\ef6f";
}
.ti-brand-github:before {
  content: "\ec1c";
}
.ti-brand-github-copilot:before {
  content: "\f4a8";
}
.ti-brand-github-filled:before {
  content: "\f7e7";
}
.ti-brand-gitlab:before {
  content: "\ec1d";
}
.ti-brand-gmail:before {
  content: "\efa2";
}
.ti-brand-golang:before {
  content: "\f78d";
}
.ti-brand-google:before {
  content: "\ec1f";
}
.ti-brand-google-analytics:before {
  content: "\edcb";
}
.ti-brand-google-big-query:before {
  content: "\f612";
}
.ti-brand-google-drive:before {
  content: "\ec1e";
}
.ti-brand-google-filled:before {
  content: "\fd1a";
}
.ti-brand-google-fit:before {
  content: "\f297";
}
.ti-brand-google-home:before {
  content: "\f601";
}
.ti-brand-google-maps:before {
  content: "\fa4f";
}
.ti-brand-google-one:before {
  content: "\f232";
}
.ti-brand-google-photos:before {
  content: "\f20c";
}
.ti-brand-google-play:before {
  content: "\ed25";
}
.ti-brand-google-podcasts:before {
  content: "\f656";
}
.ti-brand-grammarly:before {
  content: "\f32b";
}
.ti-brand-graphql:before {
  content: "\f32c";
}
.ti-brand-gravatar:before {
  content: "\edcc";
}
.ti-brand-grindr:before {
  content: "\f20d";
}
.ti-brand-guardian:before {
  content: "\f4fb";
}
.ti-brand-gumroad:before {
  content: "\f5d6";
}
.ti-brand-hbo:before {
  content: "\f657";
}
.ti-brand-headlessui:before {
  content: "\f32d";
}
.ti-brand-hexo:before {
  content: "\fa50";
}
.ti-brand-hipchat:before {
  content: "\edcd";
}
.ti-brand-html5:before {
  content: "\ed6c";
}
.ti-brand-inertia:before {
  content: "\f34a";
}
.ti-brand-instagram:before {
  content: "\ec20";
}
.ti-brand-intercom:before {
  content: "\f1cf";
}
.ti-brand-itch:before {
  content: "\fa22";
}
.ti-brand-javascript:before {
  content: "\ef0c";
}
.ti-brand-juejin:before {
  content: "\f7b0";
}
.ti-brand-kako-talk:before {
  content: "\fd2d";
}
.ti-brand-kbin:before {
  content: "\fad0";
}
.ti-brand-kick:before {
  content: "\fa23";
}
.ti-brand-kickstarter:before {
  content: "\edce";
}
.ti-brand-kotlin:before {
  content: "\ed6d";
}
.ti-brand-laravel:before {
  content: "\f34b";
}
.ti-brand-lastfm:before {
  content: "\f001";
}
.ti-brand-leetcode:before {
  content: "\fa51";
}
.ti-brand-letterboxd:before {
  content: "\fa24";
}
.ti-brand-line:before {
  content: "\f7e8";
}
.ti-brand-linkedin:before {
  content: "\ec8c";
}
.ti-brand-linktree:before {
  content: "\f1e7";
}
.ti-brand-linqpad:before {
  content: "\f562";
}
.ti-brand-livewire:before {
  content: "\fd76";
}
.ti-brand-loom:before {
  content: "\ef70";
}
.ti-brand-mailgun:before {
  content: "\f32e";
}
.ti-brand-mantine:before {
  content: "\f32f";
}
.ti-brand-mastercard:before {
  content: "\ef49";
}
.ti-brand-mastodon:before {
  content: "\f250";
}
.ti-brand-matrix:before {
  content: "\f5eb";
}
.ti-brand-mcdonalds:before {
  content: "\f251";
}
.ti-brand-medium:before {
  content: "\ec70";
}
.ti-brand-meetup:before {
  content: "\fc6a";
}
.ti-brand-mercedes:before {
  content: "\f072";
}
.ti-brand-messenger:before {
  content: "\ec71";
}
.ti-brand-meta:before {
  content: "\efb0";
}
.ti-brand-minecraft:before {
  content: "\faef";
}
.ti-brand-miniprogram:before {
  content: "\f602";
}
.ti-brand-mixpanel:before {
  content: "\f397";
}
.ti-brand-monday:before {
  content: "\f219";
}
.ti-brand-mongodb:before {
  content: "\f613";
}
.ti-brand-my-oppo:before {
  content: "\f4d7";
}
.ti-brand-mysql:before {
  content: "\f614";
}
.ti-brand-national-geographic:before {
  content: "\f603";
}
.ti-brand-nem:before {
  content: "\f5a1";
}
.ti-brand-netbeans:before {
  content: "\ef71";
}
.ti-brand-netease-music:before {
  content: "\f604";
}
.ti-brand-netflix:before {
  content: "\edcf";
}
.ti-brand-nexo:before {
  content: "\f5a2";
}
.ti-brand-nextcloud:before {
  content: "\f4d8";
}
.ti-brand-nextjs:before {
  content: "\f0dd";
}
.ti-brand-nodejs:before {
  content: "\fae0";
}
.ti-brand-nord-vpn:before {
  content: "\f37f";
}
.ti-brand-notion:before {
  content: "\ef7b";
}
.ti-brand-npm:before {
  content: "\f569";
}
.ti-brand-nuxt:before {
  content: "\f0de";
}
.ti-brand-nytimes:before {
  content: "\ef8d";
}
.ti-brand-oauth:before {
  content: "\fa52";
}
.ti-brand-office:before {
  content: "\f398";
}
.ti-brand-ok-ru:before {
  content: "\f399";
}
.ti-brand-onedrive:before {
  content: "\f5d7";
}
.ti-brand-onlyfans:before {
  content: "\f605";
}
.ti-brand-open-source:before {
  content: "\edd0";
}
.ti-brand-openai:before {
  content: "\f78e";
}
.ti-brand-openvpn:before {
  content: "\f39a";
}
.ti-brand-opera:before {
  content: "\ec21";
}
.ti-brand-pagekit:before {
  content: "\edd1";
}
.ti-brand-parsinta:before {
  content: "\fc42";
}
.ti-brand-patreon:before {
  content: "\edd2";
}
.ti-brand-patreon-filled:before {
  content: "\fcff";
}
.ti-brand-paypal:before {
  content: "\ec22";
}
.ti-brand-paypal-filled:before {
  content: "\f7e9";
}
.ti-brand-paypay:before {
  content: "\f5ec";
}
.ti-brand-peanut:before {
  content: "\f39b";
}
.ti-brand-pepsi:before {
  content: "\f261";
}
.ti-brand-php:before {
  content: "\ef72";
}
.ti-brand-picsart:before {
  content: "\f4d9";
}
.ti-brand-pinterest:before {
  content: "\ec8d";
}
.ti-brand-planetscale:before {
  content: "\f78f";
}
.ti-brand-pnpm:before {
  content: "\fd77";
}
.ti-brand-pocket:before {
  content: "\ed00";
}
.ti-brand-polymer:before {
  content: "\f498";
}
.ti-brand-powershell:before {
  content: "\f5ed";
}
.ti-brand-printables:before {
  content: "\fd1b";
}
.ti-brand-prisma:before {
  content: "\f499";
}
.ti-brand-producthunt:before {
  content: "\edd3";
}
.ti-brand-pushbullet:before {
  content: "\f330";
}
.ti-brand-pushover:before {
  content: "\f20e";
}
.ti-brand-python:before {
  content: "\ed01";
}
.ti-brand-qq:before {
  content: "\f606";
}
.ti-brand-radix-ui:before {
  content: "\f790";
}
.ti-brand-react:before {
  content: "\f34c";
}
.ti-brand-react-native:before {
  content: "\ef73";
}
.ti-brand-reason:before {
  content: "\f49a";
}
.ti-brand-reddit:before {
  content: "\ec8e";
}
.ti-brand-redhat:before {
  content: "\f331";
}
.ti-brand-redux:before {
  content: "\f3a8";
}
.ti-brand-revolut:before {
  content: "\f4da";
}
.ti-brand-rumble:before {
  content: "\fad1";
}
.ti-brand-rust:before {
  content: "\fa53";
}
.ti-brand-safari:before {
  content: "\ec23";
}
.ti-brand-samsungpass:before {
  content: "\f4db";
}
.ti-brand-sass:before {
  content: "\edd4";
}
.ti-brand-sentry:before {
  content: "\edd5";
}
.ti-brand-sharik:before {
  content: "\f4dc";
}
.ti-brand-shazam:before {
  content: "\edd6";
}
.ti-brand-shopee:before {
  content: "\f252";
}
.ti-brand-sketch:before {
  content: "\ec24";
}
.ti-brand-skype:before {
  content: "\ed02";
}
.ti-brand-slack:before {
  content: "\ec72";
}
.ti-brand-snapchat:before {
  content: "\ec25";
}
.ti-brand-snapseed:before {
  content: "\f253";
}
.ti-brand-snowflake:before {
  content: "\f615";
}
.ti-brand-socket-io:before {
  content: "\f49b";
}
.ti-brand-solidjs:before {
  content: "\f5ee";
}
.ti-brand-soundcloud:before {
  content: "\ed6e";
}
.ti-brand-spacehey:before {
  content: "\f4fc";
}
.ti-brand-speedtest:before {
  content: "\fa77";
}
.ti-brand-spotify:before {
  content: "\ed03";
}
.ti-brand-stackoverflow:before {
  content: "\ef58";
}
.ti-brand-stackshare:before {
  content: "\f607";
}
.ti-brand-steam:before {
  content: "\ed6f";
}
.ti-brand-stocktwits:before {
  content: "\fd78";
}
.ti-brand-storj:before {
  content: "\fa54";
}
.ti-brand-storybook:before {
  content: "\f332";
}
.ti-brand-storytel:before {
  content: "\f608";
}
.ti-brand-strava:before {
  content: "\f254";
}
.ti-brand-stripe:before {
  content: "\edd7";
}
.ti-brand-sublime-text:before {
  content: "\ef74";
}
.ti-brand-sugarizer:before {
  content: "\f7a5";
}
.ti-brand-supabase:before {
  content: "\f6d3";
}
.ti-brand-superhuman:before {
  content: "\f50c";
}
.ti-brand-supernova:before {
  content: "\f49c";
}
.ti-brand-surfshark:before {
  content: "\f255";
}
.ti-brand-svelte:before {
  content: "\f0df";
}
.ti-brand-swift:before {
  content: "\fa55";
}
.ti-brand-symfony:before {
  content: "\f616";
}
.ti-brand-tabler:before {
  content: "\ec8f";
}
.ti-brand-tailwind:before {
  content: "\eca1";
}
.ti-brand-taobao:before {
  content: "\f5ef";
}
.ti-brand-teams:before {
  content: "\fadf";
}
.ti-brand-ted:before {
  content: "\f658";
}
.ti-brand-telegram:before {
  content: "\ec26";
}
.ti-brand-terraform:before {
  content: "\fa56";
}
.ti-brand-tether:before {
  content: "\f5a3";
}
.ti-brand-thingiverse:before {
  content: "\fd1c";
}
.ti-brand-threads:before {
  content: "\fb02";
}
.ti-brand-threejs:before {
  content: "\f5f0";
}
.ti-brand-tidal:before {
  content: "\ed70";
}
.ti-brand-tiktok:before {
  content: "\ec73";
}
.ti-brand-tiktok-filled:before {
  content: "\f7ea";
}
.ti-brand-tinder:before {
  content: "\ed71";
}
.ti-brand-topbuzz:before {
  content: "\f50d";
}
.ti-brand-torchain:before {
  content: "\f5a4";
}
.ti-brand-toyota:before {
  content: "\f262";
}
.ti-brand-trello:before {
  content: "\f39d";
}
.ti-brand-tripadvisor:before {
  content: "\f002";
}
.ti-brand-tumblr:before {
  content: "\ed04";
}
.ti-brand-twilio:before {
  content: "\f617";
}
.ti-brand-twitch:before {
  content: "\ed05";
}
.ti-brand-twitter:before {
  content: "\ec27";
}
.ti-brand-twitter-filled:before {
  content: "\f7eb";
}
.ti-brand-typescript:before {
  content: "\f5f1";
}
.ti-brand-uber:before {
  content: "\ef75";
}
.ti-brand-ubuntu:before {
  content: "\ef59";
}
.ti-brand-unity:before {
  content: "\f49d";
}
.ti-brand-unsplash:before {
  content: "\edd8";
}
.ti-brand-upwork:before {
  content: "\f39e";
}
.ti-brand-valorant:before {
  content: "\f39f";
}
.ti-brand-vercel:before {
  content: "\ef24";
}
.ti-brand-vimeo:before {
  content: "\ed06";
}
.ti-brand-vinted:before {
  content: "\f20f";
}
.ti-brand-visa:before {
  content: "\f380";
}
.ti-brand-visual-studio:before {
  content: "\ef76";
}
.ti-brand-vite:before {
  content: "\f5f2";
}
.ti-brand-vivaldi:before {
  content: "\f210";
}
.ti-brand-vk:before {
  content: "\ed72";
}
.ti-brand-vlc:before {
  content: "\fa78";
}
.ti-brand-volkswagen:before {
  content: "\f50e";
}
.ti-brand-vsco:before {
  content: "\f334";
}
.ti-brand-vscode:before {
  content: "\f3a0";
}
.ti-brand-vue:before {
  content: "\f0e0";
}
.ti-brand-walmart:before {
  content: "\f211";
}
.ti-brand-waze:before {
  content: "\f5d8";
}
.ti-brand-webflow:before {
  content: "\f2d2";
}
.ti-brand-wechat:before {
  content: "\f5f3";
}
.ti-brand-weibo:before {
  content: "\f609";
}
.ti-brand-whatsapp:before {
  content: "\ec74";
}
.ti-brand-wikipedia:before {
  content: "\fa79";
}
.ti-brand-windows:before {
  content: "\ecd8";
}
.ti-brand-windy:before {
  content: "\f4dd";
}
.ti-brand-wish:before {
  content: "\f212";
}
.ti-brand-wix:before {
  content: "\f3a1";
}
.ti-brand-wordpress:before {
  content: "\f2d3";
}
.ti-brand-x:before {
  content: "\fc0f";
}
.ti-brand-x-filled:before {
  content: "\fc21";
}
.ti-brand-xamarin:before {
  content: "\fa7a";
}
.ti-brand-xbox:before {
  content: "\f298";
}
.ti-brand-xdeep:before {
  content: "\fc10";
}
.ti-brand-xing:before {
  content: "\f21a";
}
.ti-brand-yahoo:before {
  content: "\ed73";
}
.ti-brand-yandex:before {
  content: "\fae1";
}
.ti-brand-yarn:before {
  content: "\fd79";
}
.ti-brand-yatse:before {
  content: "\f213";
}
.ti-brand-ycombinator:before {
  content: "\edd9";
}
.ti-brand-youtube:before {
  content: "\ec90";
}
.ti-brand-youtube-filled:before {
  content: "\fc22";
}
.ti-brand-youtube-kids:before {
  content: "\f214";
}
.ti-brand-zalando:before {
  content: "\f49e";
}
.ti-brand-zapier:before {
  content: "\f49f";
}
.ti-brand-zeit:before {
  content: "\f335";
}
.ti-brand-zhihu:before {
  content: "\f60a";
}
.ti-brand-zoom:before {
  content: "\f215";
}
.ti-brand-zulip:before {
  content: "\f4de";
}
.ti-brand-zwift:before {
  content: "\f216";
}
.ti-bread:before {
  content: "\efa3";
}
.ti-bread-off:before {
  content: "\f3cb";
}
.ti-briefcase:before {
  content: "\ea46";
}
.ti-briefcase-2:before {
  content: "\fb03";
}
.ti-briefcase-filled:before {
  content: "\fd00";
}
.ti-briefcase-off:before {
  content: "\f3cc";
}
.ti-brightness:before {
  content: "\eb7f";
}
.ti-brightness-2:before {
  content: "\ee19";
}
.ti-brightness-down:before {
  content: "\eb7d";
}
.ti-brightness-down-filled:before {
  content: "\fb23";
}
.ti-brightness-half:before {
  content: "\ee1a";
}
.ti-brightness-off:before {
  content: "\f3cd";
}
.ti-brightness-up:before {
  content: "\eb7e";
}
.ti-brightness-up-filled:before {
  content: "\fb24";
}
.ti-broadcast:before {
  content: "\f1e9";
}
.ti-broadcast-off:before {
  content: "\f1e8";
}
.ti-browser:before {
  content: "\ebb7";
}
.ti-browser-check:before {
  content: "\efd6";
}
.ti-browser-off:before {
  content: "\f0c1";
}
.ti-browser-plus:before {
  content: "\efd7";
}
.ti-browser-x:before {
  content: "\efd8";
}
.ti-brush:before {
  content: "\ebb8";
}
.ti-brush-off:before {
  content: "\f0c2";
}
.ti-bucket:before {
  content: "\ea47";
}
.ti-bucket-droplet:before {
  content: "\f56a";
}
.ti-bucket-off:before {
  content: "\f103";
}
.ti-bug:before {
  content: "\ea48";
}
.ti-bug-filled:before {
  content: "\fd01";
}
.ti-bug-off:before {
  content: "\f0c3";
}
.ti-building:before {
  content: "\ea4f";
}
.ti-building-arch:before {
  content: "\ea49";
}
.ti-building-bank:before {
  content: "\ebe2";
}
.ti-building-bridge:before {
  content: "\ea4b";
}
.ti-building-bridge-2:before {
  content: "\ea4a";
}
.ti-building-broadcast-tower:before {
  content: "\f4be";
}
.ti-building-carousel:before {
  content: "\ed87";
}
.ti-building-castle:before {
  content: "\ed88";
}
.ti-building-church:before {
  content: "\ea4c";
}
.ti-building-circus:before {
  content: "\f4bf";
}
.ti-building-community:before {
  content: "\ebf6";
}
.ti-building-cottage:before {
  content: "\ee1b";
}
.ti-building-estate:before {
  content: "\f5a5";
}
.ti-building-factory:before {
  content: "\ee1c";
}
.ti-building-factory-2:before {
  content: "\f082";
}
.ti-building-fortress:before {
  content: "\ed89";
}
.ti-building-hospital:before {
  content: "\ea4d";
}
.ti-building-lighthouse:before {
  content: "\ed8a";
}
.ti-building-monument:before {
  content: "\ed26";
}
.ti-building-mosque:before {
  content: "\fa57";
}
.ti-building-pavilion:before {
  content: "\ebf7";
}
.ti-building-skyscraper:before {
  content: "\ec39";
}
.ti-building-stadium:before {
  content: "\f641";
}
.ti-building-store:before {
  content: "\ea4e";
}
.ti-building-tunnel:before {
  content: "\f5a6";
}
.ti-building-warehouse:before {
  content: "\ebe3";
}
.ti-building-wind-turbine:before {
  content: "\f4c0";
}
.ti-bulb:before {
  content: "\ea51";
}
.ti-bulb-filled:before {
  content: "\f66a";
}
.ti-bulb-off:before {
  content: "\ea50";
}
.ti-bulldozer:before {
  content: "\ee1d";
}
.ti-burger:before {
  content: "\fcb4";
}
.ti-bus:before {
  content: "\ebe4";
}
.ti-bus-off:before {
  content: "\f3ce";
}
.ti-bus-stop:before {
  content: "\f2d4";
}
.ti-businessplan:before {
  content: "\ee1e";
}
.ti-butterfly:before {
  content: "\efd9";
}
.ti-cactus:before {
  content: "\f21b";
}
.ti-cactus-filled:before {
  content: "\fb25";
}
.ti-cactus-off:before {
  content: "\f3cf";
}
.ti-cake:before {
  content: "\f00f";
}
.ti-cake-off:before {
  content: "\f104";
}
.ti-calculator:before {
  content: "\eb80";
}
.ti-calculator-filled:before {
  content: "\fb26";
}
.ti-calculator-off:before {
  content: "\f0c4";
}
.ti-calendar:before {
  content: "\ea53";
}
.ti-calendar-bolt:before {
  content: "\f822";
}
.ti-calendar-cancel:before {
  content: "\f823";
}
.ti-calendar-check:before {
  content: "\f824";
}
.ti-calendar-clock:before {
  content: "\fd2e";
}
.ti-calendar-code:before {
  content: "\f825";
}
.ti-calendar-cog:before {
  content: "\f826";
}
.ti-calendar-dollar:before {
  content: "\f827";
}
.ti-calendar-dot:before {
  content: "\fd3e";
}
.ti-calendar-down:before {
  content: "\f828";
}
.ti-calendar-due:before {
  content: "\f621";
}
.ti-calendar-event:before {
  content: "\ea52";
}
.ti-calendar-exclamation:before {
  content: "\f829";
}
.ti-calendar-filled:before {
  content: "\fb27";
}
.ti-calendar-heart:before {
  content: "\f82a";
}
.ti-calendar-minus:before {
  content: "\ebb9";
}
.ti-calendar-month:before {
  content: "\fd2f";
}
.ti-calendar-off:before {
  content: "\ee1f";
}
.ti-calendar-pause:before {
  content: "\f82b";
}
.ti-calendar-pin:before {
  content: "\f82c";
}
.ti-calendar-plus:before {
  content: "\ebba";
}
.ti-calendar-question:before {
  content: "\f82d";
}
.ti-calendar-repeat:before {
  content: "\fad2";
}
.ti-calendar-sad:before {
  content: "\fd1d";
}
.ti-calendar-search:before {
  content: "\f82e";
}
.ti-calendar-share:before {
  content: "\f82f";
}
.ti-calendar-smile:before {
  content: "\fd1e";
}
.ti-calendar-star:before {
  content: "\f830";
}
.ti-calendar-stats:before {
  content: "\ee20";
}
.ti-calendar-time:before {
  content: "\ee21";
}
.ti-calendar-up:before {
  content: "\f831";
}
.ti-calendar-user:before {
  content: "\fd1f";
}
.ti-calendar-week:before {
  content: "\fd30";
}
.ti-calendar-x:before {
  content: "\f832";
}
.ti-camera:before {
  content: "\ea54";
}
.ti-camera-bolt:before {
  content: "\f833";
}
.ti-camera-cancel:before {
  content: "\f834";
}
.ti-camera-check:before {
  content: "\f835";
}
.ti-camera-code:before {
  content: "\f836";
}
.ti-camera-cog:before {
  content: "\f837";
}
.ti-camera-dollar:before {
  content: "\f838";
}
.ti-camera-down:before {
  content: "\f839";
}
.ti-camera-exclamation:before {
  content: "\f83a";
}
.ti-camera-filled:before {
  content: "\fa37";
}
.ti-camera-heart:before {
  content: "\f83b";
}
.ti-camera-minus:before {
  content: "\ec3a";
}
.ti-camera-off:before {
  content: "\ecee";
}
.ti-camera-pause:before {
  content: "\f83c";
}
.ti-camera-pin:before {
  content: "\f83d";
}
.ti-camera-plus:before {
  content: "\ec3b";
}
.ti-camera-question:before {
  content: "\f83e";
}
.ti-camera-rotate:before {
  content: "\ee22";
}
.ti-camera-search:before {
  content: "\f83f";
}
.ti-camera-selfie:before {
  content: "\ee23";
}
.ti-camera-share:before {
  content: "\f840";
}
.ti-camera-star:before {
  content: "\f841";
}
.ti-camera-up:before {
  content: "\f842";
}
.ti-camera-x:before {
  content: "\f843";
}
.ti-camper:before {
  content: "\fa25";
}
.ti-campfire:before {
  content: "\f5a7";
}
.ti-campfire-filled:before {
  content: "\fb28";
}
.ti-candle:before {
  content: "\efc6";
}
.ti-candle-filled:before {
  content: "\fc23";
}
.ti-candy:before {
  content: "\ef0d";
}
.ti-candy-off:before {
  content: "\f0c5";
}
.ti-cane:before {
  content: "\f50f";
}
.ti-cannabis:before {
  content: "\f4c1";
}
.ti-capsule:before {
  content: "\fae3";
}
.ti-capsule-filled:before {
  content: "\fc24";
}
.ti-capsule-horizontal:before {
  content: "\fae2";
}
.ti-capsule-horizontal-filled:before {
  content: "\fc25";
}
.ti-capture:before {
  content: "\ec3c";
}
.ti-capture-filled:before {
  content: "\fb29";
}
.ti-capture-off:before {
  content: "\f0c6";
}
.ti-car:before {
  content: "\ebbb";
}
.ti-car-crane:before {
  content: "\ef25";
}
.ti-car-crash:before {
  content: "\efa4";
}
.ti-car-garage:before {
  content: "\fc77";
}
.ti-car-off:before {
  content: "\f0c7";
}
.ti-car-suv:before {
  content: "\fc8b";
}
.ti-car-turbine:before {
  content: "\f4fd";
}
.ti-caravan:before {
  content: "\ec7c";
}
.ti-cardboards:before {
  content: "\ed74";
}
.ti-cardboards-off:before {
  content: "\f0c8";
}
.ti-cards:before {
  content: "\f510";
}
.ti-cards-filled:before {
  content: "\fc26";
}
.ti-caret-down:before {
  content: "\eb5d";
}
.ti-caret-down-filled:before {
  content: "\fb2a";
}
.ti-caret-left:before {
  content: "\eb5e";
}
.ti-caret-left-filled:before {
  content: "\fb2b";
}
.ti-caret-left-right:before {
  content: "\fc43";
}
.ti-caret-left-right-filled:before {
  content: "\fd02";
}
.ti-caret-right:before {
  content: "\eb5f";
}
.ti-caret-right-filled:before {
  content: "\fb2c";
}
.ti-caret-up:before {
  content: "\eb60";
}
.ti-caret-up-down:before {
  content: "\fc44";
}
.ti-caret-up-down-filled:before {
  content: "\fd03";
}
.ti-caret-up-filled:before {
  content: "\fb2d";
}
.ti-carousel-horizontal:before {
  content: "\f659";
}
.ti-carousel-horizontal-filled:before {
  content: "\fa92";
}
.ti-carousel-vertical:before {
  content: "\f65a";
}
.ti-carousel-vertical-filled:before {
  content: "\fa93";
}
.ti-carrot:before {
  content: "\f21c";
}
.ti-carrot-off:before {
  content: "\f3d0";
}
.ti-cash:before {
  content: "\ea55";
}
.ti-cash-banknote:before {
  content: "\ee25";
}
.ti-cash-banknote-off:before {
  content: "\ee24";
}
.ti-cash-off:before {
  content: "\f105";
}
.ti-cast:before {
  content: "\ea56";
}
.ti-cast-off:before {
  content: "\f0c9";
}
.ti-cat:before {
  content: "\f65b";
}
.ti-category:before {
  content: "\f1f6";
}
.ti-category-2:before {
  content: "\f1f5";
}
.ti-category-filled:before {
  content: "\fb2e";
}
.ti-category-minus:before {
  content: "\fd20";
}
.ti-category-plus:before {
  content: "\fd21";
}
.ti-ce:before {
  content: "\ed75";
}
.ti-ce-off:before {
  content: "\f0ca";
}
.ti-cell:before {
  content: "\f05f";
}
.ti-cell-signal-1:before {
  content: "\f083";
}
.ti-cell-signal-2:before {
  content: "\f084";
}
.ti-cell-signal-3:before {
  content: "\f085";
}
.ti-cell-signal-4:before {
  content: "\f086";
}
.ti-cell-signal-5:before {
  content: "\f087";
}
.ti-cell-signal-off:before {
  content: "\f088";
}
.ti-certificate:before {
  content: "\ed76";
}
.ti-certificate-2:before {
  content: "\f073";
}
.ti-certificate-2-off:before {
  content: "\f0cb";
}
.ti-certificate-off:before {
  content: "\f0cc";
}
.ti-chair-director:before {
  content: "\f2d5";
}
.ti-chalkboard:before {
  content: "\f34d";
}
.ti-chalkboard-off:before {
  content: "\f3d1";
}
.ti-charging-pile:before {
  content: "\ee26";
}
.ti-chart-arcs:before {
  content: "\ee28";
}
.ti-chart-arcs-3:before {
  content: "\ee27";
}
.ti-chart-area:before {
  content: "\ea58";
}
.ti-chart-area-filled:before {
  content: "\f66b";
}
.ti-chart-area-line:before {
  content: "\ea57";
}
.ti-chart-area-line-filled:before {
  content: "\f66c";
}
.ti-chart-arrows:before {
  content: "\ee2a";
}
.ti-chart-arrows-vertical:before {
  content: "\ee29";
}
.ti-chart-bar:before {
  content: "\ea59";
}
.ti-chart-bar-off:before {
  content: "\f3d2";
}
.ti-chart-bubble:before {
  content: "\ec75";
}
.ti-chart-bubble-filled:before {
  content: "\f66d";
}
.ti-chart-candle:before {
  content: "\ea5a";
}
.ti-chart-candle-filled:before {
  content: "\f66e";
}
.ti-chart-circles:before {
  content: "\ee2b";
}
.ti-chart-donut:before {
  content: "\ea5b";
}
.ti-chart-donut-2:before {
  content: "\ee2c";
}
.ti-chart-donut-3:before {
  content: "\ee2d";
}
.ti-chart-donut-4:before {
  content: "\ee2e";
}
.ti-chart-donut-filled:before {
  content: "\f66f";
}
.ti-chart-dots:before {
  content: "\ee2f";
}
.ti-chart-dots-2:before {
  content: "\f097";
}
.ti-chart-dots-3:before {
  content: "\f098";
}
.ti-chart-dots-filled:before {
  content: "\fd04";
}
.ti-chart-grid-dots:before {
  content: "\f4c2";
}
.ti-chart-grid-dots-filled:before {
  content: "\fd05";
}
.ti-chart-histogram:before {
  content: "\f65c";
}
.ti-chart-infographic:before {
  content: "\ee30";
}
.ti-chart-line:before {
  content: "\ea5c";
}
.ti-chart-pie:before {
  content: "\ea5d";
}
.ti-chart-pie-2:before {
  content: "\ee31";
}
.ti-chart-pie-3:before {
  content: "\ee32";
}
.ti-chart-pie-4:before {
  content: "\ee33";
}
.ti-chart-pie-filled:before {
  content: "\f670";
}
.ti-chart-pie-off:before {
  content: "\f3d3";
}
.ti-chart-ppf:before {
  content: "\f618";
}
.ti-chart-radar:before {
  content: "\ed77";
}
.ti-chart-sankey:before {
  content: "\f619";
}
.ti-chart-treemap:before {
  content: "\f381";
}
.ti-check:before {
  content: "\ea5e";
}
.ti-checkbox:before {
  content: "\eba6";
}
.ti-checklist:before {
  content: "\f074";
}
.ti-checks:before {
  content: "\ebaa";
}
.ti-checkup-list:before {
  content: "\ef5a";
}
.ti-cheese:before {
  content: "\ef26";
}
.ti-chef-hat:before {
  content: "\f21d";
}
.ti-chef-hat-off:before {
  content: "\f3d4";
}
.ti-cherry:before {
  content: "\f511";
}
.ti-cherry-filled:before {
  content: "\f728";
}
.ti-chess:before {
  content: "\f382";
}
.ti-chess-bishop:before {
  content: "\f56b";
}
.ti-chess-bishop-filled:before {
  content: "\f729";
}
.ti-chess-filled:before {
  content: "\f72a";
}
.ti-chess-king:before {
  content: "\f56c";
}
.ti-chess-king-filled:before {
  content: "\f72b";
}
.ti-chess-knight:before {
  content: "\f56d";
}
.ti-chess-knight-filled:before {
  content: "\f72c";
}
.ti-chess-queen:before {
  content: "\f56e";
}
.ti-chess-queen-filled:before {
  content: "\f72d";
}
.ti-chess-rook:before {
  content: "\f56f";
}
.ti-chess-rook-filled:before {
  content: "\f72e";
}
.ti-chevron-compact-down:before {
  content: "\faf0";
}
.ti-chevron-compact-left:before {
  content: "\faf1";
}
.ti-chevron-compact-right:before {
  content: "\faf2";
}
.ti-chevron-compact-up:before {
  content: "\faf3";
}
.ti-chevron-down:before {
  content: "\ea5f";
}
.ti-chevron-down-left:before {
  content: "\ed09";
}
.ti-chevron-down-right:before {
  content: "\ed0a";
}
.ti-chevron-left:before {
  content: "\ea60";
}
.ti-chevron-left-pipe:before {
  content: "\fae4";
}
.ti-chevron-right:before {
  content: "\ea61";
}
.ti-chevron-right-pipe:before {
  content: "\fae5";
}
.ti-chevron-up:before {
  content: "\ea62";
}
.ti-chevron-up-left:before {
  content: "\ed0b";
}
.ti-chevron-up-right:before {
  content: "\ed0c";
}
.ti-chevrons-down:before {
  content: "\ea63";
}
.ti-chevrons-down-left:before {
  content: "\ed0d";
}
.ti-chevrons-down-right:before {
  content: "\ed0e";
}
.ti-chevrons-left:before {
  content: "\ea64";
}
.ti-chevrons-right:before {
  content: "\ea65";
}
.ti-chevrons-up:before {
  content: "\ea66";
}
.ti-chevrons-up-left:before {
  content: "\ed0f";
}
.ti-chevrons-up-right:before {
  content: "\ed10";
}
.ti-chisel:before {
  content: "\f383";
}
.ti-christmas-ball:before {
  content: "\fd31";
}
.ti-christmas-tree:before {
  content: "\ed78";
}
.ti-christmas-tree-off:before {
  content: "\f3d5";
}
.ti-circle:before {
  content: "\ea6b";
}
.ti-circle-0-filled:before {
  content: "\f72f";
}
.ti-circle-1-filled:before {
  content: "\f730";
}
.ti-circle-2-filled:before {
  content: "\f731";
}
.ti-circle-3-filled:before {
  content: "\f732";
}
.ti-circle-4-filled:before {
  content: "\f733";
}
.ti-circle-5-filled:before {
  content: "\f734";
}
.ti-circle-6-filled:before {
  content: "\f735";
}
.ti-circle-7-filled:before {
  content: "\f736";
}
.ti-circle-8-filled:before {
  content: "\f737";
}
.ti-circle-9-filled:before {
  content: "\f738";
}
.ti-circle-arrow-down:before {
  content: "\f6f9";
}
.ti-circle-arrow-down-filled:before {
  content: "\f6f4";
}
.ti-circle-arrow-down-left:before {
  content: "\f6f6";
}
.ti-circle-arrow-down-left-filled:before {
  content: "\f6f5";
}
.ti-circle-arrow-down-right:before {
  content: "\f6f8";
}
.ti-circle-arrow-down-right-filled:before {
  content: "\f6f7";
}
.ti-circle-arrow-left:before {
  content: "\f6fb";
}
.ti-circle-arrow-left-filled:before {
  content: "\f6fa";
}
.ti-circle-arrow-right:before {
  content: "\f6fd";
}
.ti-circle-arrow-right-filled:before {
  content: "\f6fc";
}
.ti-circle-arrow-up:before {
  content: "\f703";
}
.ti-circle-arrow-up-filled:before {
  content: "\f6fe";
}
.ti-circle-arrow-up-left:before {
  content: "\f700";
}
.ti-circle-arrow-up-left-filled:before {
  content: "\f6ff";
}
.ti-circle-arrow-up-right:before {
  content: "\f702";
}
.ti-circle-arrow-up-right-filled:before {
  content: "\f701";
}
.ti-circle-caret-down:before {
  content: "\f4a9";
}
.ti-circle-caret-left:before {
  content: "\f4aa";
}
.ti-circle-caret-right:before {
  content: "\f4ab";
}
.ti-circle-caret-up:before {
  content: "\f4ac";
}
.ti-circle-check:before {
  content: "\ea67";
}
.ti-circle-check-filled:before {
  content: "\f704";
}
.ti-circle-chevron-down:before {
  content: "\f622";
}
.ti-circle-chevron-left:before {
  content: "\f623";
}
.ti-circle-chevron-right:before {
  content: "\f624";
}
.ti-circle-chevron-up:before {
  content: "\f625";
}
.ti-circle-chevrons-down:before {
  content: "\f642";
}
.ti-circle-chevrons-left:before {
  content: "\f643";
}
.ti-circle-chevrons-right:before {
  content: "\f644";
}
.ti-circle-chevrons-up:before {
  content: "\f645";
}
.ti-circle-dashed:before {
  content: "\ed27";
}
.ti-circle-dashed-number-0:before {
  content: "\fc6b";
}
.ti-circle-dashed-number-1:before {
  content: "\fc6c";
}
.ti-circle-dashed-number-2:before {
  content: "\fc6d";
}
.ti-circle-dashed-number-3:before {
  content: "\fc6e";
}
.ti-circle-dashed-number-4:before {
  content: "\fc6f";
}
.ti-circle-dashed-number-5:before {
  content: "\fc70";
}
.ti-circle-dashed-number-6:before {
  content: "\fc71";
}
.ti-circle-dashed-number-7:before {
  content: "\fc72";
}
.ti-circle-dashed-number-8:before {
  content: "\fc73";
}
.ti-circle-dashed-number-9:before {
  content: "\fc74";
}
.ti-circle-dashed-percentage:before {
  content: "\fd7a";
}
.ti-circle-dashed-x:before {
  content: "\fc75";
}
.ti-circle-dot:before {
  content: "\efb1";
}
.ti-circle-dot-filled:before {
  content: "\f705";
}
.ti-circle-dotted:before {
  content: "\ed28";
}
.ti-circle-filled:before {
  content: "\f671";
}
.ti-circle-half:before {
  content: "\ee3f";
}
.ti-circle-half-2:before {
  content: "\eff3";
}
.ti-circle-half-vertical:before {
  content: "\ee3e";
}
.ti-circle-key:before {
  content: "\f633";
}
.ti-circle-key-filled:before {
  content: "\f706";
}
.ti-circle-letter-a:before {
  content: "\f441";
}
.ti-circle-letter-b:before {
  content: "\f442";
}
.ti-circle-letter-c:before {
  content: "\f443";
}
.ti-circle-letter-d:before {
  content: "\f444";
}
.ti-circle-letter-e:before {
  content: "\f445";
}
.ti-circle-letter-f:before {
  content: "\f446";
}
.ti-circle-letter-g:before {
  content: "\f447";
}
.ti-circle-letter-h:before {
  content: "\f448";
}
.ti-circle-letter-i:before {
  content: "\f449";
}
.ti-circle-letter-j:before {
  content: "\f44a";
}
.ti-circle-letter-k:before {
  content: "\f44b";
}
.ti-circle-letter-l:before {
  content: "\f44c";
}
.ti-circle-letter-m:before {
  content: "\f44d";
}
.ti-circle-letter-n:before {
  content: "\f44e";
}
.ti-circle-letter-o:before {
  content: "\f44f";
}
.ti-circle-letter-p:before {
  content: "\f450";
}
.ti-circle-letter-q:before {
  content: "\f451";
}
.ti-circle-letter-r:before {
  content: "\f452";
}
.ti-circle-letter-s:before {
  content: "\f453";
}
.ti-circle-letter-t:before {
  content: "\f454";
}
.ti-circle-letter-u:before {
  content: "\f455";
}
.ti-circle-letter-v:before {
  content: "\f4ad";
}
.ti-circle-letter-w:before {
  content: "\f456";
}
.ti-circle-letter-x:before {
  content: "\f4ae";
}
.ti-circle-letter-y:before {
  content: "\f457";
}
.ti-circle-letter-z:before {
  content: "\f458";
}
.ti-circle-minus:before {
  content: "\ea68";
}
.ti-circle-minus-2:before {
  content: "\fc8c";
}
.ti-circle-number-0:before {
  content: "\ee34";
}
.ti-circle-number-1:before {
  content: "\ee35";
}
.ti-circle-number-2:before {
  content: "\ee36";
}
.ti-circle-number-3:before {
  content: "\ee37";
}
.ti-circle-number-4:before {
  content: "\ee38";
}
.ti-circle-number-5:before {
  content: "\ee39";
}
.ti-circle-number-6:before {
  content: "\ee3a";
}
.ti-circle-number-7:before {
  content: "\ee3b";
}
.ti-circle-number-8:before {
  content: "\ee3c";
}
.ti-circle-number-9:before {
  content: "\ee3d";
}
.ti-circle-off:before {
  content: "\ee40";
}
.ti-circle-percentage:before {
  content: "\fd7b";
}
.ti-circle-plus:before {
  content: "\ea69";
}
.ti-circle-plus-2:before {
  content: "\fc8d";
}
.ti-circle-rectangle:before {
  content: "\f010";
}
.ti-circle-rectangle-off:before {
  content: "\f0cd";
}
.ti-circle-square:before {
  content: "\ece4";
}
.ti-circle-triangle:before {
  content: "\f011";
}
.ti-circle-x:before {
  content: "\ea6a";
}
.ti-circle-x-filled:before {
  content: "\f739";
}
.ti-circles:before {
  content: "\ece5";
}
.ti-circles-filled:before {
  content: "\f672";
}
.ti-circles-relation:before {
  content: "\f4c3";
}
.ti-circuit-ammeter:before {
  content: "\f271";
}
.ti-circuit-battery:before {
  content: "\f272";
}
.ti-circuit-bulb:before {
  content: "\f273";
}
.ti-circuit-capacitor:before {
  content: "\f275";
}
.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}
.ti-circuit-cell:before {
  content: "\f277";
}
.ti-circuit-cell-plus:before {
  content: "\f276";
}
.ti-circuit-changeover:before {
  content: "\f278";
}
.ti-circuit-diode:before {
  content: "\f27a";
}
.ti-circuit-diode-zener:before {
  content: "\f279";
}
.ti-circuit-ground:before {
  content: "\f27c";
}
.ti-circuit-ground-digital:before {
  content: "\f27b";
}
.ti-circuit-inductor:before {
  content: "\f27d";
}
.ti-circuit-motor:before {
  content: "\f27e";
}
.ti-circuit-pushbutton:before {
  content: "\f27f";
}
.ti-circuit-resistor:before {
  content: "\f280";
}
.ti-circuit-switch-closed:before {
  content: "\f281";
}
.ti-circuit-switch-open:before {
  content: "\f282";
}
.ti-circuit-voltmeter:before {
  content: "\f283";
}
.ti-clear-all:before {
  content: "\ee41";
}
.ti-clear-formatting:before {
  content: "\ebe5";
}
.ti-click:before {
  content: "\ebbc";
}
.ti-clipboard:before {
  content: "\ea6f";
}
.ti-clipboard-check:before {
  content: "\ea6c";
}
.ti-clipboard-copy:before {
  content: "\f299";
}
.ti-clipboard-data:before {
  content: "\f563";
}
.ti-clipboard-heart:before {
  content: "\f34e";
}
.ti-clipboard-list:before {
  content: "\ea6d";
}
.ti-clipboard-off:before {
  content: "\f0ce";
}
.ti-clipboard-plus:before {
  content: "\efb2";
}
.ti-clipboard-text:before {
  content: "\f089";
}
.ti-clipboard-typography:before {
  content: "\f34f";
}
.ti-clipboard-x:before {
  content: "\ea6e";
}
.ti-clock:before {
  content: "\ea70";
}
.ti-clock-12:before {
  content: "\fc56";
}
.ti-clock-2:before {
  content: "\f099";
}
.ti-clock-24:before {
  content: "\fc57";
}
.ti-clock-bolt:before {
  content: "\f844";
}
.ti-clock-cancel:before {
  content: "\f546";
}
.ti-clock-check:before {
  content: "\f7c1";
}
.ti-clock-code:before {
  content: "\f845";
}
.ti-clock-cog:before {
  content: "\f7c2";
}
.ti-clock-dollar:before {
  content: "\f846";
}
.ti-clock-down:before {
  content: "\f7c3";
}
.ti-clock-edit:before {
  content: "\f547";
}
.ti-clock-exclamation:before {
  content: "\f847";
}
.ti-clock-filled:before {
  content: "\f73a";
}
.ti-clock-heart:before {
  content: "\f7c4";
}
.ti-clock-hour-1:before {
  content: "\f313";
}
.ti-clock-hour-10:before {
  content: "\f314";
}
.ti-clock-hour-11:before {
  content: "\f315";
}
.ti-clock-hour-12:before {
  content: "\f316";
}
.ti-clock-hour-2:before {
  content: "\f317";
}
.ti-clock-hour-3:before {
  content: "\f318";
}
.ti-clock-hour-4:before {
  content: "\f319";
}
.ti-clock-hour-5:before {
  content: "\f31a";
}
.ti-clock-hour-6:before {
  content: "\f31b";
}
.ti-clock-hour-7:before {
  content: "\f31c";
}
.ti-clock-hour-8:before {
  content: "\f31d";
}
.ti-clock-hour-9:before {
  content: "\f31e";
}
.ti-clock-minus:before {
  content: "\f848";
}
.ti-clock-off:before {
  content: "\f0cf";
}
.ti-clock-pause:before {
  content: "\f548";
}
.ti-clock-pin:before {
  content: "\f849";
}
.ti-clock-play:before {
  content: "\f549";
}
.ti-clock-plus:before {
  content: "\f7c5";
}
.ti-clock-question:before {
  content: "\f7c6";
}
.ti-clock-record:before {
  content: "\f54a";
}
.ti-clock-search:before {
  content: "\f7c7";
}
.ti-clock-share:before {
  content: "\f84a";
}
.ti-clock-shield:before {
  content: "\f7c8";
}
.ti-clock-star:before {
  content: "\f7c9";
}
.ti-clock-stop:before {
  content: "\f54b";
}
.ti-clock-up:before {
  content: "\f7ca";
}
.ti-clock-x:before {
  content: "\f7cb";
}
.ti-clothes-rack:before {
  content: "\f285";
}
.ti-clothes-rack-off:before {
  content: "\f3d6";
}
.ti-cloud:before {
  content: "\ea76";
}
.ti-cloud-bolt:before {
  content: "\f84b";
}
.ti-cloud-cancel:before {
  content: "\f84c";
}
.ti-cloud-check:before {
  content: "\f84d";
}
.ti-cloud-code:before {
  content: "\f84e";
}
.ti-cloud-cog:before {
  content: "\f84f";
}
.ti-cloud-computing:before {
  content: "\f1d0";
}
.ti-cloud-data-connection:before {
  content: "\f1d1";
}
.ti-cloud-dollar:before {
  content: "\f850";
}
.ti-cloud-down:before {
  content: "\f851";
}
.ti-cloud-download:before {
  content: "\ea71";
}
.ti-cloud-exclamation:before {
  content: "\f852";
}
.ti-cloud-filled:before {
  content: "\f673";
}
.ti-cloud-fog:before {
  content: "\ecd9";
}
.ti-cloud-heart:before {
  content: "\f853";
}
.ti-cloud-lock:before {
  content: "\efdb";
}
.ti-cloud-lock-open:before {
  content: "\efda";
}
.ti-cloud-minus:before {
  content: "\f854";
}
.ti-cloud-network:before {
  content: "\fc78";
}
.ti-cloud-off:before {
  content: "\ed3e";
}
.ti-cloud-pause:before {
  content: "\f855";
}
.ti-cloud-pin:before {
  content: "\f856";
}
.ti-cloud-plus:before {
  content: "\f857";
}
.ti-cloud-question:before {
  content: "\f858";
}
.ti-cloud-rain:before {
  content: "\ea72";
}
.ti-cloud-search:before {
  content: "\f859";
}
.ti-cloud-share:before {
  content: "\f85a";
}
.ti-cloud-snow:before {
  content: "\ea73";
}
.ti-cloud-star:before {
  content: "\f85b";
}
.ti-cloud-storm:before {
  content: "\ea74";
}
.ti-cloud-up:before {
  content: "\f85c";
}
.ti-cloud-upload:before {
  content: "\ea75";
}
.ti-cloud-x:before {
  content: "\f85d";
}
.ti-clover:before {
  content: "\f1ea";
}
.ti-clover-2:before {
  content: "\f21e";
}
.ti-clubs:before {
  content: "\eff4";
}
.ti-clubs-filled:before {
  content: "\f674";
}
.ti-code:before {
  content: "\ea77";
}
.ti-code-asterix:before {
  content: "\f312";
}
.ti-code-circle:before {
  content: "\f4ff";
}
.ti-code-circle-2:before {
  content: "\f4fe";
}
.ti-code-dots:before {
  content: "\f61a";
}
.ti-code-minus:before {
  content: "\ee42";
}
.ti-code-off:before {
  content: "\f0d0";
}
.ti-code-plus:before {
  content: "\ee43";
}
.ti-coffee:before {
  content: "\ef0e";
}
.ti-coffee-off:before {
  content: "\f106";
}
.ti-coffin:before {
  content: "\f579";
}
.ti-coin:before {
  content: "\eb82";
}
.ti-coin-bitcoin:before {
  content: "\f2be";
}
.ti-coin-bitcoin-filled:before {
  content: "\fd06";
}
.ti-coin-euro:before {
  content: "\f2bf";
}
.ti-coin-euro-filled:before {
  content: "\fd07";
}
.ti-coin-filled:before {
  content: "\fd08";
}
.ti-coin-monero:before {
  content: "\f4a0";
}
.ti-coin-monero-filled:before {
  content: "\fd09";
}
.ti-coin-off:before {
  content: "\f0d1";
}
.ti-coin-pound:before {
  content: "\f2c0";
}
.ti-coin-pound-filled:before {
  content: "\fd0a";
}
.ti-coin-rupee:before {
  content: "\f2c1";
}
.ti-coin-rupee-filled:before {
  content: "\fd0b";
}
.ti-coin-taka:before {
  content: "\fd0d";
}
.ti-coin-taka-filled:before {
  content: "\fd0c";
}
.ti-coin-yen:before {
  content: "\f2c2";
}
.ti-coin-yen-filled:before {
  content: "\fd0e";
}
.ti-coin-yuan:before {
  content: "\f2c3";
}
.ti-coin-yuan-filled:before {
  content: "\fd0f";
}
.ti-coins:before {
  content: "\f65d";
}
.ti-color-filter:before {
  content: "\f5a8";
}
.ti-color-picker:before {
  content: "\ebe6";
}
.ti-color-picker-off:before {
  content: "\f0d2";
}
.ti-color-swatch:before {
  content: "\eb61";
}
.ti-color-swatch-off:before {
  content: "\f0d3";
}
.ti-column-insert-left:before {
  content: "\ee44";
}
.ti-column-insert-right:before {
  content: "\ee45";
}
.ti-column-remove:before {
  content: "\faf4";
}
.ti-columns:before {
  content: "\eb83";
}
.ti-columns-1:before {
  content: "\f6d4";
}
.ti-columns-2:before {
  content: "\f6d5";
}
.ti-columns-3:before {
  content: "\f6d6";
}
.ti-columns-off:before {
  content: "\f0d4";
}
.ti-comet:before {
  content: "\ec76";
}
.ti-command:before {
  content: "\ea78";
}
.ti-command-off:before {
  content: "\f3d7";
}
.ti-compass:before {
  content: "\ea79";
}
.ti-compass-filled:before {
  content: "\fd10";
}
.ti-compass-off:before {
  content: "\f0d5";
}
.ti-components:before {
  content: "\efa5";
}
.ti-components-off:before {
  content: "\f0d6";
}
.ti-cone:before {
  content: "\efdd";
}
.ti-cone-2:before {
  content: "\efdc";
}
.ti-cone-off:before {
  content: "\f3d8";
}
.ti-cone-plus:before {
  content: "\fa94";
}
.ti-confetti:before {
  content: "\ee46";
}
.ti-confetti-off:before {
  content: "\f3d9";
}
.ti-confucius:before {
  content: "\f58a";
}
.ti-container:before {
  content: "\ee47";
}
.ti-container-off:before {
  content: "\f107";
}
.ti-contrast:before {
  content: "\ec4e";
}
.ti-contrast-2:before {
  content: "\efc7";
}
.ti-contrast-2-off:before {
  content: "\f3da";
}
.ti-contrast-off:before {
  content: "\f3db";
}
.ti-cooker:before {
  content: "\f57a";
}
.ti-cookie:before {
  content: "\ef0f";
}
.ti-cookie-man:before {
  content: "\f4c4";
}
.ti-cookie-off:before {
  content: "\f0d7";
}
.ti-copy:before {
  content: "\ea7a";
}
.ti-copy-check:before {
  content: "\fd3f";
}
.ti-copy-minus:before {
  content: "\fd40";
}
.ti-copy-off:before {
  content: "\f0d8";
}
.ti-copy-plus:before {
  content: "\fd41";
}
.ti-copy-x:before {
  content: "\fd42";
}
.ti-copyleft:before {
  content: "\ec3d";
}
.ti-copyleft-filled:before {
  content: "\f73b";
}
.ti-copyleft-off:before {
  content: "\f0d9";
}
.ti-copyright:before {
  content: "\ea7b";
}
.ti-copyright-filled:before {
  content: "\f73c";
}
.ti-copyright-off:before {
  content: "\f0da";
}
.ti-corner-down-left:before {
  content: "\ea7c";
}
.ti-corner-down-left-double:before {
  content: "\ee48";
}
.ti-corner-down-right:before {
  content: "\ea7d";
}
.ti-corner-down-right-double:before {
  content: "\ee49";
}
.ti-corner-left-down:before {
  content: "\ea7e";
}
.ti-corner-left-down-double:before {
  content: "\ee4a";
}
.ti-corner-left-up:before {
  content: "\ea7f";
}
.ti-corner-left-up-double:before {
  content: "\ee4b";
}
.ti-corner-right-down:before {
  content: "\ea80";
}
.ti-corner-right-down-double:before {
  content: "\ee4c";
}
.ti-corner-right-up:before {
  content: "\ea81";
}
.ti-corner-right-up-double:before {
  content: "\ee4d";
}
.ti-corner-up-left:before {
  content: "\ea82";
}
.ti-corner-up-left-double:before {
  content: "\ee4e";
}
.ti-corner-up-right:before {
  content: "\ea83";
}
.ti-corner-up-right-double:before {
  content: "\ee4f";
}
.ti-cpu:before {
  content: "\ef8e";
}
.ti-cpu-2:before {
  content: "\f075";
}
.ti-cpu-off:before {
  content: "\f108";
}
.ti-crane:before {
  content: "\ef27";
}
.ti-crane-off:before {
  content: "\f109";
}
.ti-creative-commons:before {
  content: "\efb3";
}
.ti-creative-commons-by:before {
  content: "\f21f";
}
.ti-creative-commons-nc:before {
  content: "\f220";
}
.ti-creative-commons-nd:before {
  content: "\f221";
}
.ti-creative-commons-off:before {
  content: "\f10a";
}
.ti-creative-commons-sa:before {
  content: "\f222";
}
.ti-creative-commons-zero:before {
  content: "\f223";
}
.ti-credit-card:before {
  content: "\ea84";
}
.ti-credit-card-filled:before {
  content: "\fd11";
}
.ti-credit-card-off:before {
  content: "\ed11";
}
.ti-credit-card-pay:before {
  content: "\fd32";
}
.ti-credit-card-refund:before {
  content: "\fd33";
}
.ti-cricket:before {
  content: "\f09a";
}
.ti-crop:before {
  content: "\ea85";
}
.ti-crop-1-1:before {
  content: "\fd50";
}
.ti-crop-16-9:before {
  content: "\fd51";
}
.ti-crop-3-2:before {
  content: "\fd52";
}
.ti-crop-5-4:before {
  content: "\fd53";
}
.ti-crop-7-5:before {
  content: "\fd54";
}
.ti-crop-landscape:before {
  content: "\fd55";
}
.ti-crop-portrait:before {
  content: "\fd56";
}
.ti-cross:before {
  content: "\ef8f";
}
.ti-cross-filled:before {
  content: "\f675";
}
.ti-cross-off:before {
  content: "\f10b";
}
.ti-crosshair:before {
  content: "\ec3e";
}
.ti-crown:before {
  content: "\ed12";
}
.ti-crown-off:before {
  content: "\ee50";
}
.ti-crutches:before {
  content: "\ef5b";
}
.ti-crutches-off:before {
  content: "\f10c";
}
.ti-crystal-ball:before {
  content: "\f57b";
}
.ti-csv:before {
  content: "\f791";
}
.ti-cube:before {
  content: "\fa97";
}
.ti-cube-off:before {
  content: "\fa95";
}
.ti-cube-plus:before {
  content: "\fa96";
}
.ti-cube-send:before {
  content: "\f61b";
}
.ti-cube-unfolded:before {
  content: "\f61c";
}
.ti-cup:before {
  content: "\ef28";
}
.ti-cup-off:before {
  content: "\f10d";
}
.ti-curling:before {
  content: "\efc8";
}
.ti-curly-loop:before {
  content: "\ecda";
}
.ti-currency:before {
  content: "\efa6";
}
.ti-currency-afghani:before {
  content: "\f65e";
}
.ti-currency-bahraini:before {
  content: "\ee51";
}
.ti-currency-baht:before {
  content: "\f08a";
}
.ti-currency-bitcoin:before {
  content: "\ebab";
}
.ti-currency-cent:before {
  content: "\ee53";
}
.ti-currency-dinar:before {
  content: "\ee54";
}
.ti-currency-dirham:before {
  content: "\ee55";
}
.ti-currency-dogecoin:before {
  content: "\ef4b";
}
.ti-currency-dollar:before {
  content: "\eb84";
}
.ti-currency-dollar-australian:before {
  content: "\ee56";
}
.ti-currency-dollar-brunei:before {
  content: "\f36c";
}
.ti-currency-dollar-canadian:before {
  content: "\ee57";
}
.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}
.ti-currency-dollar-off:before {
  content: "\f3dc";
}
.ti-currency-dollar-singapore:before {
  content: "\ee58";
}
.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}
.ti-currency-dong:before {
  content: "\f36f";
}
.ti-currency-dram:before {
  content: "\f370";
}
.ti-currency-ethereum:before {
  content: "\ee59";
}
.ti-currency-euro:before {
  content: "\eb85";
}
.ti-currency-euro-off:before {
  content: "\f3dd";
}
.ti-currency-florin:before {
  content: "\faf5";
}
.ti-currency-forint:before {
  content: "\ee5a";
}
.ti-currency-frank:before {
  content: "\ee5b";
}
.ti-currency-guarani:before {
  content: "\f371";
}
.ti-currency-hryvnia:before {
  content: "\f372";
}
.ti-currency-iranian-rial:before {
  content: "\fa58";
}
.ti-currency-kip:before {
  content: "\f373";
}
.ti-currency-krone-czech:before {
  content: "\ee5c";
}
.ti-currency-krone-danish:before {
  content: "\ee5d";
}
.ti-currency-krone-swedish:before {
  content: "\ee5e";
}
.ti-currency-lari:before {
  content: "\f374";
}
.ti-currency-leu:before {
  content: "\ee5f";
}
.ti-currency-lira:before {
  content: "\ee60";
}
.ti-currency-litecoin:before {
  content: "\ee61";
}
.ti-currency-lyd:before {
  content: "\f375";
}
.ti-currency-manat:before {
  content: "\f376";
}
.ti-currency-monero:before {
  content: "\f377";
}
.ti-currency-naira:before {
  content: "\ee62";
}
.ti-currency-nano:before {
  content: "\f7a6";
}
.ti-currency-off:before {
  content: "\f3de";
}
.ti-currency-paanga:before {
  content: "\f378";
}
.ti-currency-peso:before {
  content: "\f65f";
}
.ti-currency-pound:before {
  content: "\ebac";
}
.ti-currency-pound-off:before {
  content: "\f3df";
}
.ti-currency-quetzal:before {
  content: "\f379";
}
.ti-currency-real:before {
  content: "\ee63";
}
.ti-currency-renminbi:before {
  content: "\ee64";
}
.ti-currency-ripple:before {
  content: "\ee65";
}
.ti-currency-riyal:before {
  content: "\ee66";
}
.ti-currency-rubel:before {
  content: "\ee67";
}
.ti-currency-rufiyaa:before {
  content: "\f37a";
}
.ti-currency-rupee:before {
  content: "\ebad";
}
.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}
.ti-currency-shekel:before {
  content: "\ee68";
}
.ti-currency-solana:before {
  content: "\f4a1";
}
.ti-currency-som:before {
  content: "\f37c";
}
.ti-currency-taka:before {
  content: "\ee69";
}
.ti-currency-tenge:before {
  content: "\f37d";
}
.ti-currency-tugrik:before {
  content: "\ee6a";
}
.ti-currency-won:before {
  content: "\ee6b";
}
.ti-currency-xrp:before {
  content: "\fd34";
}
.ti-currency-yen:before {
  content: "\ebae";
}
.ti-currency-yen-off:before {
  content: "\f3e0";
}
.ti-currency-yuan:before {
  content: "\f29a";
}
.ti-currency-zloty:before {
  content: "\ee6c";
}
.ti-current-location:before {
  content: "\ecef";
}
.ti-current-location-off:before {
  content: "\f10e";
}
.ti-cursor-off:before {
  content: "\f10f";
}
.ti-cursor-text:before {
  content: "\ee6d";
}
.ti-cut:before {
  content: "\ea86";
}
.ti-cylinder:before {
  content: "\f54c";
}
.ti-cylinder-off:before {
  content: "\fa98";
}
.ti-cylinder-plus:before {
  content: "\fa99";
}
.ti-dashboard:before {
  content: "\ea87";
}
.ti-dashboard-off:before {
  content: "\f3e1";
}
.ti-database:before {
  content: "\ea88";
}
.ti-database-cog:before {
  content: "\fa10";
}
.ti-database-dollar:before {
  content: "\fa11";
}
.ti-database-edit:before {
  content: "\fa12";
}
.ti-database-exclamation:before {
  content: "\fa13";
}
.ti-database-export:before {
  content: "\ee6e";
}
.ti-database-heart:before {
  content: "\fa14";
}
.ti-database-import:before {
  content: "\ee6f";
}
.ti-database-leak:before {
  content: "\fa15";
}
.ti-database-minus:before {
  content: "\fa16";
}
.ti-database-off:before {
  content: "\ee70";
}
.ti-database-plus:before {
  content: "\fa17";
}
.ti-database-search:before {
  content: "\fa18";
}
.ti-database-share:before {
  content: "\fa19";
}
.ti-database-star:before {
  content: "\fa1a";
}
.ti-database-x:before {
  content: "\fa1b";
}
.ti-decimal:before {
  content: "\fa26";
}
.ti-deer:before {
  content: "\f4c5";
}
.ti-delta:before {
  content: "\f53c";
}
.ti-dental:before {
  content: "\f025";
}
.ti-dental-broken:before {
  content: "\f286";
}
.ti-dental-off:before {
  content: "\f110";
}
.ti-deselect:before {
  content: "\f9f3";
}
.ti-desk:before {
  content: "\fd35";
}
.ti-details:before {
  content: "\ee71";
}
.ti-details-off:before {
  content: "\f3e2";
}
.ti-device-airpods:before {
  content: "\f5a9";
}
.ti-device-airpods-case:before {
  content: "\f646";
}
.ti-device-airtag:before {
  content: "\fae6";
}
.ti-device-analytics:before {
  content: "\ee72";
}
.ti-device-audio-tape:before {
  content: "\ee73";
}
.ti-device-camera-phone:before {
  content: "\f233";
}
.ti-device-cctv:before {
  content: "\ee74";
}
.ti-device-cctv-off:before {
  content: "\f3e3";
}
.ti-device-computer-camera:before {
  content: "\ee76";
}
.ti-device-computer-camera-off:before {
  content: "\ee75";
}
.ti-device-desktop:before {
  content: "\ea89";
}
.ti-device-desktop-analytics:before {
  content: "\ee77";
}
.ti-device-desktop-bolt:before {
  content: "\f85e";
}
.ti-device-desktop-cancel:before {
  content: "\f85f";
}
.ti-device-desktop-check:before {
  content: "\f860";
}
.ti-device-desktop-code:before {
  content: "\f861";
}
.ti-device-desktop-cog:before {
  content: "\f862";
}
.ti-device-desktop-dollar:before {
  content: "\f863";
}
.ti-device-desktop-down:before {
  content: "\f864";
}
.ti-device-desktop-exclamation:before {
  content: "\f865";
}
.ti-device-desktop-heart:before {
  content: "\f866";
}
.ti-device-desktop-minus:before {
  content: "\f867";
}
.ti-device-desktop-off:before {
  content: "\ee78";
}
.ti-device-desktop-pause:before {
  content: "\f868";
}
.ti-device-desktop-pin:before {
  content: "\f869";
}
.ti-device-desktop-plus:before {
  content: "\f86a";
}
.ti-device-desktop-question:before {
  content: "\f86b";
}
.ti-device-desktop-search:before {
  content: "\f86c";
}
.ti-device-desktop-share:before {
  content: "\f86d";
}
.ti-device-desktop-star:before {
  content: "\f86e";
}
.ti-device-desktop-up:before {
  content: "\f86f";
}
.ti-device-desktop-x:before {
  content: "\f870";
}
.ti-device-floppy:before {
  content: "\eb62";
}
.ti-device-gamepad:before {
  content: "\eb63";
}
.ti-device-gamepad-2:before {
  content: "\f1d2";
}
.ti-device-gamepad-3:before {
  content: "\fc58";
}
.ti-device-heart-monitor:before {
  content: "\f060";
}
.ti-device-heart-monitor-filled:before {
  content: "\fa38";
}
.ti-device-imac:before {
  content: "\f7a7";
}
.ti-device-imac-bolt:before {
  content: "\f871";
}
.ti-device-imac-cancel:before {
  content: "\f872";
}
.ti-device-imac-check:before {
  content: "\f873";
}
.ti-device-imac-code:before {
  content: "\f874";
}
.ti-device-imac-cog:before {
  content: "\f875";
}
.ti-device-imac-dollar:before {
  content: "\f876";
}
.ti-device-imac-down:before {
  content: "\f877";
}
.ti-device-imac-exclamation:before {
  content: "\f878";
}
.ti-device-imac-heart:before {
  content: "\f879";
}
.ti-device-imac-minus:before {
  content: "\f87a";
}
.ti-device-imac-off:before {
  content: "\f87b";
}
.ti-device-imac-pause:before {
  content: "\f87c";
}
.ti-device-imac-pin:before {
  content: "\f87d";
}
.ti-device-imac-plus:before {
  content: "\f87e";
}
.ti-device-imac-question:before {
  content: "\f87f";
}
.ti-device-imac-search:before {
  content: "\f880";
}
.ti-device-imac-share:before {
  content: "\f881";
}
.ti-device-imac-star:before {
  content: "\f882";
}
.ti-device-imac-up:before {
  content: "\f883";
}
.ti-device-imac-x:before {
  content: "\f884";
}
.ti-device-ipad:before {
  content: "\f648";
}
.ti-device-ipad-bolt:before {
  content: "\f885";
}
.ti-device-ipad-cancel:before {
  content: "\f886";
}
.ti-device-ipad-check:before {
  content: "\f887";
}
.ti-device-ipad-code:before {
  content: "\f888";
}
.ti-device-ipad-cog:before {
  content: "\f889";
}
.ti-device-ipad-dollar:before {
  content: "\f88a";
}
.ti-device-ipad-down:before {
  content: "\f88b";
}
.ti-device-ipad-exclamation:before {
  content: "\f88c";
}
.ti-device-ipad-heart:before {
  content: "\f88d";
}
.ti-device-ipad-horizontal:before {
  content: "\f647";
}
.ti-device-ipad-horizontal-bolt:before {
  content: "\f88e";
}
.ti-device-ipad-horizontal-cancel:before {
  content: "\f88f";
}
.ti-device-ipad-horizontal-check:before {
  content: "\f890";
}
.ti-device-ipad-horizontal-code:before {
  content: "\f891";
}
.ti-device-ipad-horizontal-cog:before {
  content: "\f892";
}
.ti-device-ipad-horizontal-dollar:before {
  content: "\f893";
}
.ti-device-ipad-horizontal-down:before {
  content: "\f894";
}
.ti-device-ipad-horizontal-exclamation:before {
  content: "\f895";
}
.ti-device-ipad-horizontal-heart:before {
  content: "\f896";
}
.ti-device-ipad-horizontal-minus:before {
  content: "\f897";
}
.ti-device-ipad-horizontal-off:before {
  content: "\f898";
}
.ti-device-ipad-horizontal-pause:before {
  content: "\f899";
}
.ti-device-ipad-horizontal-pin:before {
  content: "\f89a";
}
.ti-device-ipad-horizontal-plus:before {
  content: "\f89b";
}
.ti-device-ipad-horizontal-question:before {
  content: "\f89c";
}
.ti-device-ipad-horizontal-search:before {
  content: "\f89d";
}
.ti-device-ipad-horizontal-share:before {
  content: "\f89e";
}
.ti-device-ipad-horizontal-star:before {
  content: "\f89f";
}
.ti-device-ipad-horizontal-up:before {
  content: "\f8a0";
}
.ti-device-ipad-horizontal-x:before {
  content: "\f8a1";
}
.ti-device-ipad-minus:before {
  content: "\f8a2";
}
.ti-device-ipad-off:before {
  content: "\f8a3";
}
.ti-device-ipad-pause:before {
  content: "\f8a4";
}
.ti-device-ipad-pin:before {
  content: "\f8a5";
}
.ti-device-ipad-plus:before {
  content: "\f8a6";
}
.ti-device-ipad-question:before {
  content: "\f8a7";
}
.ti-device-ipad-search:before {
  content: "\f8a8";
}
.ti-device-ipad-share:before {
  content: "\f8a9";
}
.ti-device-ipad-star:before {
  content: "\f8aa";
}
.ti-device-ipad-up:before {
  content: "\f8ab";
}
.ti-device-ipad-x:before {
  content: "\f8ac";
}
.ti-device-landline-phone:before {
  content: "\f649";
}
.ti-device-laptop:before {
  content: "\eb64";
}
.ti-device-laptop-off:before {
  content: "\f061";
}
.ti-device-mobile:before {
  content: "\ea8a";
}
.ti-device-mobile-bolt:before {
  content: "\f8ad";
}
.ti-device-mobile-cancel:before {
  content: "\f8ae";
}
.ti-device-mobile-charging:before {
  content: "\f224";
}
.ti-device-mobile-check:before {
  content: "\f8af";
}
.ti-device-mobile-code:before {
  content: "\f8b0";
}
.ti-device-mobile-cog:before {
  content: "\f8b1";
}
.ti-device-mobile-dollar:before {
  content: "\f8b2";
}
.ti-device-mobile-down:before {
  content: "\f8b3";
}
.ti-device-mobile-exclamation:before {
  content: "\f8b4";
}
.ti-device-mobile-filled:before {
  content: "\fa39";
}
.ti-device-mobile-heart:before {
  content: "\f8b5";
}
.ti-device-mobile-message:before {
  content: "\ee79";
}
.ti-device-mobile-minus:before {
  content: "\f8b6";
}
.ti-device-mobile-off:before {
  content: "\f062";
}
.ti-device-mobile-pause:before {
  content: "\f8b7";
}
.ti-device-mobile-pin:before {
  content: "\f8b8";
}
.ti-device-mobile-plus:before {
  content: "\f8b9";
}
.ti-device-mobile-question:before {
  content: "\f8ba";
}
.ti-device-mobile-rotated:before {
  content: "\ecdb";
}
.ti-device-mobile-search:before {
  content: "\f8bb";
}
.ti-device-mobile-share:before {
  content: "\f8bc";
}
.ti-device-mobile-star:before {
  content: "\f8bd";
}
.ti-device-mobile-up:before {
  content: "\f8be";
}
.ti-device-mobile-vibration:before {
  content: "\eb86";
}
.ti-device-mobile-x:before {
  content: "\f8bf";
}
.ti-device-nintendo:before {
  content: "\f026";
}
.ti-device-nintendo-off:before {
  content: "\f111";
}
.ti-device-projector:before {
  content: "\fc11";
}
.ti-device-remote:before {
  content: "\f792";
}
.ti-device-sd-card:before {
  content: "\f384";
}
.ti-device-sim:before {
  content: "\f4b2";
}
.ti-device-sim-1:before {
  content: "\f4af";
}
.ti-device-sim-2:before {
  content: "\f4b0";
}
.ti-device-sim-3:before {
  content: "\f4b1";
}
.ti-device-speaker:before {
  content: "\ea8b";
}
.ti-device-speaker-off:before {
  content: "\f112";
}
.ti-device-tablet:before {
  content: "\ea8c";
}
.ti-device-tablet-bolt:before {
  content: "\f8c0";
}
.ti-device-tablet-cancel:before {
  content: "\f8c1";
}
.ti-device-tablet-check:before {
  content: "\f8c2";
}
.ti-device-tablet-code:before {
  content: "\f8c3";
}
.ti-device-tablet-cog:before {
  content: "\f8c4";
}
.ti-device-tablet-dollar:before {
  content: "\f8c5";
}
.ti-device-tablet-down:before {
  content: "\f8c6";
}
.ti-device-tablet-exclamation:before {
  content: "\f8c7";
}
.ti-device-tablet-filled:before {
  content: "\fa3a";
}
.ti-device-tablet-heart:before {
  content: "\f8c8";
}
.ti-device-tablet-minus:before {
  content: "\f8c9";
}
.ti-device-tablet-off:before {
  content: "\f063";
}
.ti-device-tablet-pause:before {
  content: "\f8ca";
}
.ti-device-tablet-pin:before {
  content: "\f8cb";
}
.ti-device-tablet-plus:before {
  content: "\f8cc";
}
.ti-device-tablet-question:before {
  content: "\f8cd";
}
.ti-device-tablet-search:before {
  content: "\f8ce";
}
.ti-device-tablet-share:before {
  content: "\f8cf";
}
.ti-device-tablet-star:before {
  content: "\f8d0";
}
.ti-device-tablet-up:before {
  content: "\f8d1";
}
.ti-device-tablet-x:before {
  content: "\f8d2";
}
.ti-device-tv:before {
  content: "\ea8d";
}
.ti-device-tv-off:before {
  content: "\f064";
}
.ti-device-tv-old:before {
  content: "\f1d3";
}
.ti-device-usb:before {
  content: "\fc59";
}
.ti-device-vision-pro:before {
  content: "\fae7";
}
.ti-device-watch:before {
  content: "\ebf9";
}
.ti-device-watch-bolt:before {
  content: "\f8d3";
}
.ti-device-watch-cancel:before {
  content: "\f8d4";
}
.ti-device-watch-check:before {
  content: "\f8d5";
}
.ti-device-watch-code:before {
  content: "\f8d6";
}
.ti-device-watch-cog:before {
  content: "\f8d7";
}
.ti-device-watch-dollar:before {
  content: "\f8d8";
}
.ti-device-watch-down:before {
  content: "\f8d9";
}
.ti-device-watch-exclamation:before {
  content: "\f8da";
}
.ti-device-watch-heart:before {
  content: "\f8db";
}
.ti-device-watch-minus:before {
  content: "\f8dc";
}
.ti-device-watch-off:before {
  content: "\f065";
}
.ti-device-watch-pause:before {
  content: "\f8dd";
}
.ti-device-watch-pin:before {
  content: "\f8de";
}
.ti-device-watch-plus:before {
  content: "\f8df";
}
.ti-device-watch-question:before {
  content: "\f8e0";
}
.ti-device-watch-search:before {
  content: "\f8e1";
}
.ti-device-watch-share:before {
  content: "\f8e2";
}
.ti-device-watch-star:before {
  content: "\f8e3";
}
.ti-device-watch-stats:before {
  content: "\ef7d";
}
.ti-device-watch-stats-2:before {
  content: "\ef7c";
}
.ti-device-watch-up:before {
  content: "\f8e4";
}
.ti-device-watch-x:before {
  content: "\f8e5";
}
.ti-devices:before {
  content: "\eb87";
}
.ti-devices-2:before {
  content: "\ed29";
}
.ti-devices-bolt:before {
  content: "\f8e6";
}
.ti-devices-cancel:before {
  content: "\f8e7";
}
.ti-devices-check:before {
  content: "\f8e8";
}
.ti-devices-code:before {
  content: "\f8e9";
}
.ti-devices-cog:before {
  content: "\f8ea";
}
.ti-devices-dollar:before {
  content: "\f8eb";
}
.ti-devices-down:before {
  content: "\f8ec";
}
.ti-devices-exclamation:before {
  content: "\f8ed";
}
.ti-devices-heart:before {
  content: "\f8ee";
}
.ti-devices-minus:before {
  content: "\f8ef";
}
.ti-devices-off:before {
  content: "\f3e4";
}
.ti-devices-pause:before {
  content: "\f8f0";
}
.ti-devices-pc:before {
  content: "\ee7a";
}
.ti-devices-pc-off:before {
  content: "\f113";
}
.ti-devices-pin:before {
  content: "\f8f1";
}
.ti-devices-plus:before {
  content: "\f8f2";
}
.ti-devices-question:before {
  content: "\f8f3";
}
.ti-devices-search:before {
  content: "\f8f4";
}
.ti-devices-share:before {
  content: "\f8f5";
}
.ti-devices-star:before {
  content: "\f8f6";
}
.ti-devices-up:before {
  content: "\f8f7";
}
.ti-devices-x:before {
  content: "\f8f8";
}
.ti-diabolo:before {
  content: "\fa9c";
}
.ti-diabolo-off:before {
  content: "\fa9a";
}
.ti-diabolo-plus:before {
  content: "\fa9b";
}
.ti-dialpad:before {
  content: "\f067";
}
.ti-dialpad-filled:before {
  content: "\fa3b";
}
.ti-dialpad-off:before {
  content: "\f114";
}
.ti-diamond:before {
  content: "\eb65";
}
.ti-diamond-filled:before {
  content: "\f73d";
}
.ti-diamond-off:before {
  content: "\f115";
}
.ti-diamonds:before {
  content: "\eff5";
}
.ti-diamonds-filled:before {
  content: "\f676";
}
.ti-dice:before {
  content: "\eb66";
}
.ti-dice-1:before {
  content: "\f08b";
}
.ti-dice-1-filled:before {
  content: "\f73e";
}
.ti-dice-2:before {
  content: "\f08c";
}
.ti-dice-2-filled:before {
  content: "\f73f";
}
.ti-dice-3:before {
  content: "\f08d";
}
.ti-dice-3-filled:before {
  content: "\f740";
}
.ti-dice-4:before {
  content: "\f08e";
}
.ti-dice-4-filled:before {
  content: "\f741";
}
.ti-dice-5:before {
  content: "\f08f";
}
.ti-dice-5-filled:before {
  content: "\f742";
}
.ti-dice-6:before {
  content: "\f090";
}
.ti-dice-6-filled:before {
  content: "\f743";
}
.ti-dice-filled:before {
  content: "\f744";
}
.ti-dimensions:before {
  content: "\ee7b";
}
.ti-direction:before {
  content: "\ebfb";
}
.ti-direction-arrows:before {
  content: "\fd36";
}
.ti-direction-horizontal:before {
  content: "\ebfa";
}
.ti-direction-sign:before {
  content: "\f1f7";
}
.ti-direction-sign-filled:before {
  content: "\f745";
}
.ti-direction-sign-off:before {
  content: "\f3e5";
}
.ti-directions:before {
  content: "\ea8e";
}
.ti-directions-off:before {
  content: "\f116";
}
.ti-disabled:before {
  content: "\ea8f";
}
.ti-disabled-2:before {
  content: "\ebaf";
}
.ti-disabled-off:before {
  content: "\f117";
}
.ti-disc:before {
  content: "\ea90";
}
.ti-disc-golf:before {
  content: "\f385";
}
.ti-disc-off:before {
  content: "\f118";
}
.ti-discount:before {
  content: "\ebbd";
}
.ti-discount-2:before {
  content: "\ee7c";
}
.ti-discount-2-off:before {
  content: "\f3e6";
}
.ti-discount-check:before {
  content: "\f1f8";
}
.ti-discount-check-filled:before {
  content: "\f746";
}
.ti-discount-off:before {
  content: "\f3e7";
}
.ti-divide:before {
  content: "\ed5c";
}
.ti-dna:before {
  content: "\ee7d";
}
.ti-dna-2:before {
  content: "\ef5c";
}
.ti-dna-2-off:before {
  content: "\f119";
}
.ti-dna-off:before {
  content: "\f11a";
}
.ti-dog:before {
  content: "\f660";
}
.ti-dog-bowl:before {
  content: "\ef29";
}
.ti-door:before {
  content: "\ef4e";
}
.ti-door-enter:before {
  content: "\ef4c";
}
.ti-door-exit:before {
  content: "\ef4d";
}
.ti-door-off:before {
  content: "\f11b";
}
.ti-dots:before {
  content: "\ea95";
}
.ti-dots-circle-horizontal:before {
  content: "\ea91";
}
.ti-dots-diagonal:before {
  content: "\ea93";
}
.ti-dots-diagonal-2:before {
  content: "\ea92";
}
.ti-dots-vertical:before {
  content: "\ea94";
}
.ti-download:before {
  content: "\ea96";
}
.ti-download-off:before {
  content: "\f11c";
}
.ti-drag-drop:before {
  content: "\eb89";
}
.ti-drag-drop-2:before {
  content: "\eb88";
}
.ti-drone:before {
  content: "\ed79";
}
.ti-drone-off:before {
  content: "\ee7e";
}
.ti-drop-circle:before {
  content: "\efde";
}
.ti-droplet:before {
  content: "\ea97";
}
.ti-droplet-bolt:before {
  content: "\f8f9";
}
.ti-droplet-cancel:before {
  content: "\f8fa";
}
.ti-droplet-check:before {
  content: "\f8fb";
}
.ti-droplet-code:before {
  content: "\f8fc";
}
.ti-droplet-cog:before {
  content: "\f8fd";
}
.ti-droplet-dollar:before {
  content: "\f8fe";
}
.ti-droplet-down:before {
  content: "\f8ff";
}
.ti-droplet-exclamation:before {
  content: "\f900";
}
.ti-droplet-filled:before {
  content: "\ee80";
}
.ti-droplet-half:before {
  content: "\ee82";
}
.ti-droplet-half-2:before {
  content: "\ee81";
}
.ti-droplet-half-2-filled:before {
  content: "\fb6c";
}
.ti-droplet-half-filled:before {
  content: "\f6c5";
}
.ti-droplet-heart:before {
  content: "\f901";
}
.ti-droplet-minus:before {
  content: "\f902";
}
.ti-droplet-off:before {
  content: "\ee83";
}
.ti-droplet-pause:before {
  content: "\f903";
}
.ti-droplet-pin:before {
  content: "\f904";
}
.ti-droplet-plus:before {
  content: "\f905";
}
.ti-droplet-question:before {
  content: "\f906";
}
.ti-droplet-search:before {
  content: "\f907";
}
.ti-droplet-share:before {
  content: "\f908";
}
.ti-droplet-star:before {
  content: "\f909";
}
.ti-droplet-up:before {
  content: "\f90a";
}
.ti-droplet-x:before {
  content: "\f90b";
}
.ti-droplets:before {
  content: "\fc12";
}
.ti-dual-screen:before {
  content: "\fa59";
}
.ti-e-passport:before {
  content: "\f4df";
}
.ti-ear:before {
  content: "\ebce";
}
.ti-ear-off:before {
  content: "\ee84";
}
.ti-ear-scan:before {
  content: "\fd57";
}
.ti-ease-in:before {
  content: "\f573";
}
.ti-ease-in-control-point:before {
  content: "\f570";
}
.ti-ease-in-out:before {
  content: "\f572";
}
.ti-ease-in-out-control-points:before {
  content: "\f571";
}
.ti-ease-out:before {
  content: "\f575";
}
.ti-ease-out-control-point:before {
  content: "\f574";
}
.ti-edit:before {
  content: "\ea98";
}
.ti-edit-circle:before {
  content: "\ee85";
}
.ti-edit-circle-off:before {
  content: "\f11d";
}
.ti-edit-off:before {
  content: "\f11e";
}
.ti-egg:before {
  content: "\eb8a";
}
.ti-egg-cracked:before {
  content: "\f2d6";
}
.ti-egg-filled:before {
  content: "\f678";
}
.ti-egg-fried:before {
  content: "\f386";
}
.ti-egg-off:before {
  content: "\f11f";
}
.ti-eggs:before {
  content: "\f500";
}
.ti-elevator:before {
  content: "\efdf";
}
.ti-elevator-off:before {
  content: "\f3e8";
}
.ti-emergency-bed:before {
  content: "\ef5d";
}
.ti-empathize:before {
  content: "\f29b";
}
.ti-empathize-off:before {
  content: "\f3e9";
}
.ti-emphasis:before {
  content: "\ebcf";
}
.ti-engine:before {
  content: "\ef7e";
}
.ti-engine-off:before {
  content: "\f120";
}
.ti-equal:before {
  content: "\ee87";
}
.ti-equal-double:before {
  content: "\f4e1";
}
.ti-equal-not:before {
  content: "\ee86";
}
.ti-eraser:before {
  content: "\eb8b";
}
.ti-eraser-off:before {
  content: "\f121";
}
.ti-error-404:before {
  content: "\f027";
}
.ti-error-404-off:before {
  content: "\f122";
}
.ti-escalator:before {
  content: "\fb06";
}
.ti-escalator-down:before {
  content: "\fb04";
}
.ti-escalator-up:before {
  content: "\fb05";
}
.ti-exchange:before {
  content: "\ebe7";
}
.ti-exchange-off:before {
  content: "\f123";
}
.ti-exclamation-circle:before {
  content: "\f634";
}
.ti-exclamation-mark:before {
  content: "\efb4";
}
.ti-exclamation-mark-off:before {
  content: "\f124";
}
.ti-explicit:before {
  content: "\f256";
}
.ti-explicit-off:before {
  content: "\f3ea";
}
.ti-exposure:before {
  content: "\eb8c";
}
.ti-exposure-0:before {
  content: "\f29c";
}
.ti-exposure-minus-1:before {
  content: "\f29d";
}
.ti-exposure-minus-2:before {
  content: "\f29e";
}
.ti-exposure-off:before {
  content: "\f3eb";
}
.ti-exposure-plus-1:before {
  content: "\f29f";
}
.ti-exposure-plus-2:before {
  content: "\f2a0";
}
.ti-external-link:before {
  content: "\ea99";
}
.ti-external-link-off:before {
  content: "\f125";
}
.ti-eye:before {
  content: "\ea9a";
}
.ti-eye-bolt:before {
  content: "\fb6d";
}
.ti-eye-cancel:before {
  content: "\fb6e";
}
.ti-eye-check:before {
  content: "\ee88";
}
.ti-eye-closed:before {
  content: "\f7ec";
}
.ti-eye-code:before {
  content: "\fb6f";
}
.ti-eye-cog:before {
  content: "\f7ed";
}
.ti-eye-discount:before {
  content: "\fb70";
}
.ti-eye-dollar:before {
  content: "\fb71";
}
.ti-eye-down:before {
  content: "\fb72";
}
.ti-eye-edit:before {
  content: "\f7ee";
}
.ti-eye-exclamation:before {
  content: "\f7ef";
}
.ti-eye-filled:before {
  content: "\f679";
}
.ti-eye-heart:before {
  content: "\f7f0";
}
.ti-eye-minus:before {
  content: "\fb73";
}
.ti-eye-off:before {
  content: "\ecf0";
}
.ti-eye-pause:before {
  content: "\fb74";
}
.ti-eye-pin:before {
  content: "\fb75";
}
.ti-eye-plus:before {
  content: "\fb76";
}
.ti-eye-question:before {
  content: "\fb77";
}
.ti-eye-search:before {
  content: "\fb78";
}
.ti-eye-share:before {
  content: "\fb79";
}
.ti-eye-star:before {
  content: "\fb7a";
}
.ti-eye-table:before {
  content: "\ef5e";
}
.ti-eye-up:before {
  content: "\fb7b";
}
.ti-eye-x:before {
  content: "\f7f1";
}
.ti-eyeglass:before {
  content: "\ee8a";
}
.ti-eyeglass-2:before {
  content: "\ee89";
}
.ti-eyeglass-off:before {
  content: "\f126";
}
.ti-face-id:before {
  content: "\ea9b";
}
.ti-face-id-error:before {
  content: "\efa7";
}
.ti-face-mask:before {
  content: "\efb5";
}
.ti-face-mask-off:before {
  content: "\f127";
}
.ti-fall:before {
  content: "\ecb9";
}
.ti-favicon:before {
  content: "\fd65";
}
.ti-feather:before {
  content: "\ee8b";
}
.ti-feather-off:before {
  content: "\f128";
}
.ti-fence:before {
  content: "\ef2a";
}
.ti-fence-off:before {
  content: "\f129";
}
.ti-fidget-spinner:before {
  content: "\f068";
}
.ti-file:before {
  content: "\eaa4";
}
.ti-file-3d:before {
  content: "\f032";
}
.ti-file-alert:before {
  content: "\ede6";
}
.ti-file-analytics:before {
  content: "\ede7";
}
.ti-file-arrow-left:before {
  content: "\f033";
}
.ti-file-arrow-right:before {
  content: "\f034";
}
.ti-file-barcode:before {
  content: "\f035";
}
.ti-file-broken:before {
  content: "\f501";
}
.ti-file-certificate:before {
  content: "\ed4d";
}
.ti-file-chart:before {
  content: "\f036";
}
.ti-file-check:before {
  content: "\ea9c";
}
.ti-file-code:before {
  content: "\ebd0";
}
.ti-file-code-2:before {
  content: "\ede8";
}
.ti-file-cv:before {
  content: "\fa5a";
}
.ti-file-database:before {
  content: "\f037";
}
.ti-file-delta:before {
  content: "\f53d";
}
.ti-file-description:before {
  content: "\f028";
}
.ti-file-diff:before {
  content: "\ecf1";
}
.ti-file-digit:before {
  content: "\efa8";
}
.ti-file-dislike:before {
  content: "\ed2a";
}
.ti-file-dollar:before {
  content: "\efe0";
}
.ti-file-dots:before {
  content: "\f038";
}
.ti-file-download:before {
  content: "\ea9d";
}
.ti-file-euro:before {
  content: "\efe1";
}
.ti-file-export:before {
  content: "\ede9";
}
.ti-file-filled:before {
  content: "\f747";
}
.ti-file-function:before {
  content: "\f53e";
}
.ti-file-horizontal:before {
  content: "\ebb0";
}
.ti-file-import:before {
  content: "\edea";
}
.ti-file-infinity:before {
  content: "\f502";
}
.ti-file-info:before {
  content: "\edec";
}
.ti-file-invoice:before {
  content: "\eb67";
}
.ti-file-lambda:before {
  content: "\f53f";
}
.ti-file-like:before {
  content: "\ed2b";
}
.ti-file-minus:before {
  content: "\ea9e";
}
.ti-file-music:before {
  content: "\ea9f";
}
.ti-file-neutral:before {
  content: "\fd22";
}
.ti-file-off:before {
  content: "\ecf2";
}
.ti-file-orientation:before {
  content: "\f2a1";
}
.ti-file-pencil:before {
  content: "\f039";
}
.ti-file-percent:before {
  content: "\f540";
}
.ti-file-phone:before {
  content: "\ecdc";
}
.ti-file-plus:before {
  content: "\eaa0";
}
.ti-file-power:before {
  content: "\f03a";
}
.ti-file-report:before {
  content: "\eded";
}
.ti-file-rss:before {
  content: "\f03b";
}
.ti-file-sad:before {
  content: "\fd23";
}
.ti-file-scissors:before {
  content: "\f03c";
}
.ti-file-search:before {
  content: "\ed5d";
}
.ti-file-settings:before {
  content: "\f029";
}
.ti-file-shredder:before {
  content: "\eaa1";
}
.ti-file-signal:before {
  content: "\f03d";
}
.ti-file-smile:before {
  content: "\fd24";
}
.ti-file-spreadsheet:before {
  content: "\f03e";
}
.ti-file-stack:before {
  content: "\f503";
}
.ti-file-star:before {
  content: "\f03f";
}
.ti-file-symlink:before {
  content: "\ed53";
}
.ti-file-text:before {
  content: "\eaa2";
}
.ti-file-text-ai:before {
  content: "\fa27";
}
.ti-file-time:before {
  content: "\f040";
}
.ti-file-type-bmp:before {
  content: "\fb07";
}
.ti-file-type-css:before {
  content: "\fb08";
}
.ti-file-type-csv:before {
  content: "\fb09";
}
.ti-file-type-doc:before {
  content: "\fb0a";
}
.ti-file-type-docx:before {
  content: "\fb0b";
}
.ti-file-type-html:before {
  content: "\fb0c";
}
.ti-file-type-jpg:before {
  content: "\fb0d";
}
.ti-file-type-js:before {
  content: "\fb0e";
}
.ti-file-type-jsx:before {
  content: "\fb0f";
}
.ti-file-type-pdf:before {
  content: "\fb10";
}
.ti-file-type-php:before {
  content: "\fb11";
}
.ti-file-type-png:before {
  content: "\fb12";
}
.ti-file-type-ppt:before {
  content: "\fb13";
}
.ti-file-type-rs:before {
  content: "\fb14";
}
.ti-file-type-sql:before {
  content: "\fb15";
}
.ti-file-type-svg:before {
  content: "\fb16";
}
.ti-file-type-ts:before {
  content: "\fb17";
}
.ti-file-type-tsx:before {
  content: "\fb18";
}
.ti-file-type-txt:before {
  content: "\fb19";
}
.ti-file-type-vue:before {
  content: "\fb1a";
}
.ti-file-type-xls:before {
  content: "\fb1b";
}
.ti-file-type-xml:before {
  content: "\fb1c";
}
.ti-file-type-zip:before {
  content: "\fb1d";
}
.ti-file-typography:before {
  content: "\f041";
}
.ti-file-unknown:before {
  content: "\f042";
}
.ti-file-upload:before {
  content: "\ec91";
}
.ti-file-vector:before {
  content: "\f043";
}
.ti-file-x:before {
  content: "\eaa3";
}
.ti-file-x-filled:before {
  content: "\f748";
}
.ti-file-zip:before {
  content: "\ed4e";
}
.ti-files:before {
  content: "\edef";
}
.ti-files-off:before {
  content: "\edee";
}
.ti-filter:before {
  content: "\eaa5";
}
.ti-filter-bolt:before {
  content: "\fb7c";
}
.ti-filter-cancel:before {
  content: "\fb7d";
}
.ti-filter-check:before {
  content: "\fb7e";
}
.ti-filter-code:before {
  content: "\fb7f";
}
.ti-filter-cog:before {
  content: "\f9fe";
}
.ti-filter-discount:before {
  content: "\fb80";
}
.ti-filter-dollar:before {
  content: "\f9ff";
}
.ti-filter-down:before {
  content: "\fb81";
}
.ti-filter-edit:before {
  content: "\fa00";
}
.ti-filter-exclamation:before {
  content: "\fb82";
}
.ti-filter-filled:before {
  content: "\fc27";
}
.ti-filter-heart:before {
  content: "\fb83";
}
.ti-filter-minus:before {
  content: "\fa01";
}
.ti-filter-off:before {
  content: "\ed2c";
}
.ti-filter-pause:before {
  content: "\fb84";
}
.ti-filter-pin:before {
  content: "\fb85";
}
.ti-filter-plus:before {
  content: "\fa02";
}
.ti-filter-question:before {
  content: "\fb86";
}
.ti-filter-search:before {
  content: "\fb87";
}
.ti-filter-share:before {
  content: "\fb88";
}
.ti-filter-star:before {
  content: "\fa03";
}
.ti-filter-up:before {
  content: "\fb89";
}
.ti-filter-x:before {
  content: "\fa04";
}
.ti-filters:before {
  content: "\f793";
}
.ti-fingerprint:before {
  content: "\ebd1";
}
.ti-fingerprint-off:before {
  content: "\f12a";
}
.ti-fingerprint-scan:before {
  content: "\fcb5";
}
.ti-fire-extinguisher:before {
  content: "\faf6";
}
.ti-fire-hydrant:before {
  content: "\f3a9";
}
.ti-fire-hydrant-off:before {
  content: "\f3ec";
}
.ti-firetruck:before {
  content: "\ebe8";
}
.ti-first-aid-kit:before {
  content: "\ef5f";
}
.ti-first-aid-kit-off:before {
  content: "\f3ed";
}
.ti-fish:before {
  content: "\ef2b";
}
.ti-fish-bone:before {
  content: "\f287";
}
.ti-fish-christianity:before {
  content: "\f58b";
}
.ti-fish-hook:before {
  content: "\f1f9";
}
.ti-fish-hook-off:before {
  content: "\f3ee";
}
.ti-fish-off:before {
  content: "\f12b";
}
.ti-flag:before {
  content: "\eaa6";
}
.ti-flag-2:before {
  content: "\ee8c";
}
.ti-flag-2-filled:before {
  content: "\f707";
}
.ti-flag-2-off:before {
  content: "\f12c";
}
.ti-flag-3:before {
  content: "\ee8d";
}
.ti-flag-3-filled:before {
  content: "\f708";
}
.ti-flag-bolt:before {
  content: "\fb8a";
}
.ti-flag-cancel:before {
  content: "\fb8b";
}
.ti-flag-check:before {
  content: "\fb8c";
}
.ti-flag-code:before {
  content: "\fb8d";
}
.ti-flag-cog:before {
  content: "\fb8e";
}
.ti-flag-discount:before {
  content: "\fb8f";
}
.ti-flag-dollar:before {
  content: "\fb90";
}
.ti-flag-down:before {
  content: "\fb91";
}
.ti-flag-exclamation:before {
  content: "\fb92";
}
.ti-flag-filled:before {
  content: "\f67a";
}
.ti-flag-heart:before {
  content: "\fb93";
}
.ti-flag-minus:before {
  content: "\fb94";
}
.ti-flag-off:before {
  content: "\f12d";
}
.ti-flag-pause:before {
  content: "\fb95";
}
.ti-flag-pin:before {
  content: "\fb96";
}
.ti-flag-plus:before {
  content: "\fb97";
}
.ti-flag-question:before {
  content: "\fb98";
}
.ti-flag-search:before {
  content: "\fb99";
}
.ti-flag-share:before {
  content: "\fb9a";
}
.ti-flag-star:before {
  content: "\fb9b";
}
.ti-flag-up:before {
  content: "\fb9c";
}
.ti-flag-x:before {
  content: "\fb9d";
}
.ti-flame:before {
  content: "\ec2c";
}
.ti-flame-off:before {
  content: "\f12e";
}
.ti-flare:before {
  content: "\ee8e";
}
.ti-flask:before {
  content: "\ebd2";
}
.ti-flask-2:before {
  content: "\ef60";
}
.ti-flask-2-filled:before {
  content: "\fd12";
}
.ti-flask-2-off:before {
  content: "\f12f";
}
.ti-flask-filled:before {
  content: "\fd13";
}
.ti-flask-off:before {
  content: "\f130";
}
.ti-flip-flops:before {
  content: "\f564";
}
.ti-flip-horizontal:before {
  content: "\eaa7";
}
.ti-flip-vertical:before {
  content: "\eaa8";
}
.ti-float-center:before {
  content: "\ebb1";
}
.ti-float-left:before {
  content: "\ebb2";
}
.ti-float-none:before {
  content: "\ed13";
}
.ti-float-right:before {
  content: "\ebb3";
}
.ti-flower:before {
  content: "\eff6";
}
.ti-flower-off:before {
  content: "\f131";
}
.ti-focus:before {
  content: "\eb8d";
}
.ti-focus-2:before {
  content: "\ebd3";
}
.ti-focus-auto:before {
  content: "\fa62";
}
.ti-focus-centered:before {
  content: "\f02a";
}
.ti-fold:before {
  content: "\ed56";
}
.ti-fold-down:before {
  content: "\ed54";
}
.ti-fold-up:before {
  content: "\ed55";
}
.ti-folder:before {
  content: "\eaad";
}
.ti-folder-bolt:before {
  content: "\f90c";
}
.ti-folder-cancel:before {
  content: "\f90d";
}
.ti-folder-check:before {
  content: "\f90e";
}
.ti-folder-code:before {
  content: "\f90f";
}
.ti-folder-cog:before {
  content: "\f910";
}
.ti-folder-dollar:before {
  content: "\f911";
}
.ti-folder-down:before {
  content: "\f912";
}
.ti-folder-exclamation:before {
  content: "\f913";
}
.ti-folder-filled:before {
  content: "\f749";
}
.ti-folder-heart:before {
  content: "\f914";
}
.ti-folder-minus:before {
  content: "\eaaa";
}
.ti-folder-off:before {
  content: "\ed14";
}
.ti-folder-open:before {
  content: "\faf7";
}
.ti-folder-pause:before {
  content: "\f915";
}
.ti-folder-pin:before {
  content: "\f916";
}
.ti-folder-plus:before {
  content: "\eaab";
}
.ti-folder-question:before {
  content: "\f917";
}
.ti-folder-root:before {
  content: "\fd43";
}
.ti-folder-search:before {
  content: "\f918";
}
.ti-folder-share:before {
  content: "\f919";
}
.ti-folder-star:before {
  content: "\f91a";
}
.ti-folder-symlink:before {
  content: "\f91b";
}
.ti-folder-up:before {
  content: "\f91c";
}
.ti-folder-x:before {
  content: "\eaac";
}
.ti-folders:before {
  content: "\eaae";
}
.ti-folders-off:before {
  content: "\f133";
}
.ti-forbid:before {
  content: "\ebd5";
}
.ti-forbid-2:before {
  content: "\ebd4";
}
.ti-forbid-2-filled:before {
  content: "\fc28";
}
.ti-forbid-filled:before {
  content: "\fc29";
}
.ti-forklift:before {
  content: "\ebe9";
}
.ti-forms:before {
  content: "\ee8f";
}
.ti-fountain:before {
  content: "\f09b";
}
.ti-fountain-filled:before {
  content: "\fc2a";
}
.ti-fountain-off:before {
  content: "\f134";
}
.ti-frame:before {
  content: "\eaaf";
}
.ti-frame-off:before {
  content: "\f135";
}
.ti-free-rights:before {
  content: "\efb6";
}
.ti-freeze-column:before {
  content: "\fa63";
}
.ti-freeze-row:before {
  content: "\fa65";
}
.ti-freeze-row-column:before {
  content: "\fa64";
}
.ti-fridge:before {
  content: "\f1fa";
}
.ti-fridge-off:before {
  content: "\f3ef";
}
.ti-friends:before {
  content: "\eab0";
}
.ti-friends-off:before {
  content: "\f136";
}
.ti-frustum:before {
  content: "\fa9f";
}
.ti-frustum-off:before {
  content: "\fa9d";
}
.ti-frustum-plus:before {
  content: "\fa9e";
}
.ti-function:before {
  content: "\f225";
}
.ti-function-filled:before {
  content: "\fc2b";
}
.ti-function-off:before {
  content: "\f3f0";
}
.ti-galaxy:before {
  content: "\fcb6";
}
.ti-garden-cart:before {
  content: "\f23e";
}
.ti-garden-cart-off:before {
  content: "\f3f1";
}
.ti-gas-station:before {
  content: "\ec7d";
}
.ti-gas-station-off:before {
  content: "\f137";
}
.ti-gauge:before {
  content: "\eab1";
}
.ti-gauge-filled:before {
  content: "\fc2c";
}
.ti-gauge-off:before {
  content: "\f138";
}
.ti-gavel:before {
  content: "\ef90";
}
.ti-gender-agender:before {
  content: "\f0e1";
}
.ti-gender-androgyne:before {
  content: "\f0e2";
}
.ti-gender-bigender:before {
  content: "\f0e3";
}
.ti-gender-demiboy:before {
  content: "\f0e4";
}
.ti-gender-demigirl:before {
  content: "\f0e5";
}
.ti-gender-epicene:before {
  content: "\f0e6";
}
.ti-gender-female:before {
  content: "\f0e7";
}
.ti-gender-femme:before {
  content: "\f0e8";
}
.ti-gender-genderfluid:before {
  content: "\f0e9";
}
.ti-gender-genderless:before {
  content: "\f0ea";
}
.ti-gender-genderqueer:before {
  content: "\f0eb";
}
.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}
.ti-gender-intergender:before {
  content: "\f0ed";
}
.ti-gender-male:before {
  content: "\f0ee";
}
.ti-gender-neutrois:before {
  content: "\f0ef";
}
.ti-gender-third:before {
  content: "\f0f0";
}
.ti-gender-transgender:before {
  content: "\f0f1";
}
.ti-gender-trasvesti:before {
  content: "\f0f2";
}
.ti-geometry:before {
  content: "\ee90";
}
.ti-ghost:before {
  content: "\eb8e";
}
.ti-ghost-2:before {
  content: "\f57c";
}
.ti-ghost-2-filled:before {
  content: "\f74a";
}
.ti-ghost-3:before {
  content: "\fc13";
}
.ti-ghost-filled:before {
  content: "\f74b";
}
.ti-ghost-off:before {
  content: "\f3f2";
}
.ti-gif:before {
  content: "\f257";
}
.ti-gift:before {
  content: "\eb68";
}
.ti-gift-card:before {
  content: "\f3aa";
}
.ti-gift-card-filled:before {
  content: "\fc2d";
}
.ti-gift-filled:before {
  content: "\fd14";
}
.ti-gift-off:before {
  content: "\f3f3";
}
.ti-git-branch:before {
  content: "\eab2";
}
.ti-git-branch-deleted:before {
  content: "\f57d";
}
.ti-git-cherry-pick:before {
  content: "\f57e";
}
.ti-git-commit:before {
  content: "\eab3";
}
.ti-git-compare:before {
  content: "\eab4";
}
.ti-git-fork:before {
  content: "\eb8f";
}
.ti-git-merge:before {
  content: "\eab5";
}
.ti-git-pull-request:before {
  content: "\eab6";
}
.ti-git-pull-request-closed:before {
  content: "\ef7f";
}
.ti-git-pull-request-draft:before {
  content: "\efb7";
}
.ti-gizmo:before {
  content: "\f02b";
}
.ti-glass:before {
  content: "\eab8";
}
.ti-glass-full:before {
  content: "\eab7";
}
.ti-glass-full-filled:before {
  content: "\fc2e";
}
.ti-glass-off:before {
  content: "\ee91";
}
.ti-globe:before {
  content: "\eab9";
}
.ti-globe-filled:before {
  content: "\fc2f";
}
.ti-globe-off:before {
  content: "\f139";
}
.ti-go-game:before {
  content: "\f512";
}
.ti-golf:before {
  content: "\ed8c";
}
.ti-golf-off:before {
  content: "\f13a";
}
.ti-gps:before {
  content: "\ed7a";
}
.ti-gradienter:before {
  content: "\f3ab";
}
.ti-grain:before {
  content: "\ee92";
}
.ti-graph:before {
  content: "\f288";
}
.ti-graph-filled:before {
  content: "\fd15";
}
.ti-graph-off:before {
  content: "\f3f4";
}
.ti-grave:before {
  content: "\f580";
}
.ti-grave-2:before {
  content: "\f57f";
}
.ti-grid-3x3:before {
  content: "\fca4";
}
.ti-grid-4x4:before {
  content: "\fca5";
}
.ti-grid-dots:before {
  content: "\eaba";
}
.ti-grid-goldenratio:before {
  content: "\fca6";
}
.ti-grid-pattern:before {
  content: "\efc9";
}
.ti-grid-scan:before {
  content: "\fca7";
}
.ti-grill:before {
  content: "\efa9";
}
.ti-grill-fork:before {
  content: "\f35b";
}
.ti-grill-off:before {
  content: "\f3f5";
}
.ti-grill-spatula:before {
  content: "\f35c";
}
.ti-grip-horizontal:before {
  content: "\ec00";
}
.ti-grip-vertical:before {
  content: "\ec01";
}
.ti-growth:before {
  content: "\ee93";
}
.ti-guitar-pick:before {
  content: "\f4c6";
}
.ti-guitar-pick-filled:before {
  content: "\f67b";
}
.ti-gymnastics:before {
  content: "\fd44";
}
.ti-h-1:before {
  content: "\ec94";
}
.ti-h-2:before {
  content: "\ec95";
}
.ti-h-3:before {
  content: "\ec96";
}
.ti-h-4:before {
  content: "\ec97";
}
.ti-h-5:before {
  content: "\ec98";
}
.ti-h-6:before {
  content: "\ec99";
}
.ti-hammer:before {
  content: "\ef91";
}
.ti-hammer-off:before {
  content: "\f13c";
}
.ti-hand-click:before {
  content: "\ef4f";
}
.ti-hand-finger:before {
  content: "\ee94";
}
.ti-hand-finger-off:before {
  content: "\f13d";
}
.ti-hand-grab:before {
  content: "\f091";
}
.ti-hand-little-finger:before {
  content: "\ee95";
}
.ti-hand-middle-finger:before {
  content: "\ec2d";
}
.ti-hand-move:before {
  content: "\ef50";
}
.ti-hand-off:before {
  content: "\ed15";
}
.ti-hand-ring-finger:before {
  content: "\ee96";
}
.ti-hand-rock:before {
  content: "\ee97";
}
.ti-hand-sanitizer:before {
  content: "\f5f4";
}
.ti-hand-stop:before {
  content: "\ec2e";
}
.ti-hand-three-fingers:before {
  content: "\ee98";
}
.ti-hand-two-fingers:before {
  content: "\ee99";
}
.ti-hanger:before {
  content: "\ee9a";
}
.ti-hanger-2:before {
  content: "\f09c";
}
.ti-hanger-off:before {
  content: "\f13e";
}
.ti-hash:before {
  content: "\eabc";
}
.ti-haze:before {
  content: "\efaa";
}
.ti-haze-moon:before {
  content: "\faf8";
}
.ti-hdr:before {
  content: "\fa7b";
}
.ti-heading:before {
  content: "\ee9b";
}
.ti-heading-off:before {
  content: "\f13f";
}
.ti-headphones:before {
  content: "\eabd";
}
.ti-headphones-filled:before {
  content: "\fa3c";
}
.ti-headphones-off:before {
  content: "\ed1d";
}
.ti-headset:before {
  content: "\eb90";
}
.ti-headset-off:before {
  content: "\f3f6";
}
.ti-health-recognition:before {
  content: "\f1fb";
}
.ti-heart:before {
  content: "\eabe";
}
.ti-heart-bolt:before {
  content: "\fb9e";
}
.ti-heart-broken:before {
  content: "\ecba";
}
.ti-heart-cancel:before {
  content: "\fb9f";
}
.ti-heart-check:before {
  content: "\fba0";
}
.ti-heart-code:before {
  content: "\fba1";
}
.ti-heart-cog:before {
  content: "\fba2";
}
.ti-heart-discount:before {
  content: "\fba3";
}
.ti-heart-dollar:before {
  content: "\fba4";
}
.ti-heart-down:before {
  content: "\fba5";
}
.ti-heart-exclamation:before {
  content: "\fba6";
}
.ti-heart-filled:before {
  content: "\f67c";
}
.ti-heart-handshake:before {
  content: "\f0f3";
}
.ti-heart-minus:before {
  content: "\f140";
}
.ti-heart-off:before {
  content: "\f141";
}
.ti-heart-pause:before {
  content: "\fba7";
}
.ti-heart-pin:before {
  content: "\fba8";
}
.ti-heart-plus:before {
  content: "\f142";
}
.ti-heart-question:before {
  content: "\fba9";
}
.ti-heart-rate-monitor:before {
  content: "\ef61";
}
.ti-heart-search:before {
  content: "\fbaa";
}
.ti-heart-share:before {
  content: "\fbab";
}
.ti-heart-star:before {
  content: "\fbac";
}
.ti-heart-up:before {
  content: "\fbad";
}
.ti-heart-x:before {
  content: "\fbae";
}
.ti-heartbeat:before {
  content: "\ef92";
}
.ti-hearts:before {
  content: "\f387";
}
.ti-hearts-off:before {
  content: "\f3f7";
}
.ti-helicopter:before {
  content: "\ed8e";
}
.ti-helicopter-landing:before {
  content: "\ed8d";
}
.ti-helmet:before {
  content: "\efca";
}
.ti-helmet-off:before {
  content: "\f143";
}
.ti-help:before {
  content: "\eabf";
}
.ti-help-circle:before {
  content: "\f91d";
}
.ti-help-circle-filled:before {
  content: "\fa3d";
}
.ti-help-hexagon:before {
  content: "\f7a8";
}
.ti-help-hexagon-filled:before {
  content: "\fa3e";
}
.ti-help-octagon:before {
  content: "\f7a9";
}
.ti-help-octagon-filled:before {
  content: "\fa3f";
}
.ti-help-off:before {
  content: "\f3f8";
}
.ti-help-small:before {
  content: "\f91e";
}
.ti-help-square:before {
  content: "\f920";
}
.ti-help-square-filled:before {
  content: "\fa40";
}
.ti-help-square-rounded:before {
  content: "\f91f";
}
.ti-help-square-rounded-filled:before {
  content: "\fa41";
}
.ti-help-triangle:before {
  content: "\f921";
}
.ti-help-triangle-filled:before {
  content: "\fa42";
}
.ti-hemisphere:before {
  content: "\faa2";
}
.ti-hemisphere-off:before {
  content: "\faa0";
}
.ti-hemisphere-plus:before {
  content: "\faa1";
}
.ti-hexagon:before {
  content: "\ec02";
}
.ti-hexagon-0-filled:before {
  content: "\f74c";
}
.ti-hexagon-1-filled:before {
  content: "\f74d";
}
.ti-hexagon-2-filled:before {
  content: "\f74e";
}
.ti-hexagon-3-filled:before {
  content: "\f74f";
}
.ti-hexagon-3d:before {
  content: "\f4c7";
}
.ti-hexagon-4-filled:before {
  content: "\f750";
}
.ti-hexagon-5-filled:before {
  content: "\f751";
}
.ti-hexagon-6-filled:before {
  content: "\f752";
}
.ti-hexagon-7-filled:before {
  content: "\f753";
}
.ti-hexagon-8-filled:before {
  content: "\f754";
}
.ti-hexagon-9-filled:before {
  content: "\f755";
}
.ti-hexagon-filled:before {
  content: "\f67d";
}
.ti-hexagon-letter-a:before {
  content: "\f463";
}
.ti-hexagon-letter-b:before {
  content: "\f464";
}
.ti-hexagon-letter-c:before {
  content: "\f465";
}
.ti-hexagon-letter-d:before {
  content: "\f466";
}
.ti-hexagon-letter-e:before {
  content: "\f467";
}
.ti-hexagon-letter-f:before {
  content: "\f468";
}
.ti-hexagon-letter-g:before {
  content: "\f469";
}
.ti-hexagon-letter-h:before {
  content: "\f46a";
}
.ti-hexagon-letter-i:before {
  content: "\f46b";
}
.ti-hexagon-letter-j:before {
  content: "\f46c";
}
.ti-hexagon-letter-k:before {
  content: "\f46d";
}
.ti-hexagon-letter-l:before {
  content: "\f46e";
}
.ti-hexagon-letter-m:before {
  content: "\f46f";
}
.ti-hexagon-letter-n:before {
  content: "\f470";
}
.ti-hexagon-letter-o:before {
  content: "\f471";
}
.ti-hexagon-letter-p:before {
  content: "\f472";
}
.ti-hexagon-letter-q:before {
  content: "\f473";
}
.ti-hexagon-letter-r:before {
  content: "\f474";
}
.ti-hexagon-letter-s:before {
  content: "\f475";
}
.ti-hexagon-letter-t:before {
  content: "\f476";
}
.ti-hexagon-letter-u:before {
  content: "\f477";
}
.ti-hexagon-letter-v:before {
  content: "\f4b3";
}
.ti-hexagon-letter-w:before {
  content: "\f478";
}
.ti-hexagon-letter-x:before {
  content: "\f479";
}
.ti-hexagon-letter-y:before {
  content: "\f47a";
}
.ti-hexagon-letter-z:before {
  content: "\f47b";
}
.ti-hexagon-minus:before {
  content: "\fc8f";
}
.ti-hexagon-minus-2:before {
  content: "\fc8e";
}
.ti-hexagon-number-0:before {
  content: "\f459";
}
.ti-hexagon-number-1:before {
  content: "\f45a";
}
.ti-hexagon-number-2:before {
  content: "\f45b";
}
.ti-hexagon-number-3:before {
  content: "\f45c";
}
.ti-hexagon-number-4:before {
  content: "\f45d";
}
.ti-hexagon-number-5:before {
  content: "\f45e";
}
.ti-hexagon-number-6:before {
  content: "\f45f";
}
.ti-hexagon-number-7:before {
  content: "\f460";
}
.ti-hexagon-number-8:before {
  content: "\f461";
}
.ti-hexagon-number-9:before {
  content: "\f462";
}
.ti-hexagon-off:before {
  content: "\ee9c";
}
.ti-hexagon-plus:before {
  content: "\fc45";
}
.ti-hexagon-plus-2:before {
  content: "\fc90";
}
.ti-hexagonal-prism:before {
  content: "\faa5";
}
.ti-hexagonal-prism-off:before {
  content: "\faa3";
}
.ti-hexagonal-prism-plus:before {
  content: "\faa4";
}
.ti-hexagonal-pyramid:before {
  content: "\faa8";
}
.ti-hexagonal-pyramid-off:before {
  content: "\faa6";
}
.ti-hexagonal-pyramid-plus:before {
  content: "\faa7";
}
.ti-hexagons:before {
  content: "\f09d";
}
.ti-hexagons-off:before {
  content: "\f3f9";
}
.ti-hierarchy:before {
  content: "\ee9e";
}
.ti-hierarchy-2:before {
  content: "\ee9d";
}
.ti-hierarchy-3:before {
  content: "\f289";
}
.ti-hierarchy-off:before {
  content: "\f3fa";
}
.ti-highlight:before {
  content: "\ef3f";
}
.ti-highlight-off:before {
  content: "\f144";
}
.ti-history:before {
  content: "\ebea";
}
.ti-history-off:before {
  content: "\f3fb";
}
.ti-history-toggle:before {
  content: "\f1fc";
}
.ti-home:before {
  content: "\eac1";
}
.ti-home-2:before {
  content: "\eac0";
}
.ti-home-bolt:before {
  content: "\f336";
}
.ti-home-cancel:before {
  content: "\f350";
}
.ti-home-check:before {
  content: "\f337";
}
.ti-home-cog:before {
  content: "\f338";
}
.ti-home-dollar:before {
  content: "\f339";
}
.ti-home-dot:before {
  content: "\f33a";
}
.ti-home-down:before {
  content: "\f33b";
}
.ti-home-eco:before {
  content: "\f351";
}
.ti-home-edit:before {
  content: "\f352";
}
.ti-home-exclamation:before {
  content: "\f33c";
}
.ti-home-hand:before {
  content: "\f504";
}
.ti-home-heart:before {
  content: "\f353";
}
.ti-home-infinity:before {
  content: "\f505";
}
.ti-home-link:before {
  content: "\f354";
}
.ti-home-minus:before {
  content: "\f33d";
}
.ti-home-move:before {
  content: "\f33e";
}
.ti-home-off:before {
  content: "\f145";
}
.ti-home-plus:before {
  content: "\f33f";
}
.ti-home-question:before {
  content: "\f340";
}
.ti-home-ribbon:before {
  content: "\f355";
}
.ti-home-search:before {
  content: "\f341";
}
.ti-home-share:before {
  content: "\f342";
}
.ti-home-shield:before {
  content: "\f343";
}
.ti-home-signal:before {
  content: "\f356";
}
.ti-home-star:before {
  content: "\f344";
}
.ti-home-stats:before {
  content: "\f345";
}
.ti-home-up:before {
  content: "\f346";
}
.ti-home-x:before {
  content: "\f347";
}
.ti-horse:before {
  content: "\fc46";
}
.ti-horse-toy:before {
  content: "\f28a";
}
.ti-horseshoe:before {
  content: "\fcb7";
}
.ti-hospital:before {
  content: "\fd59";
}
.ti-hospital-circle:before {
  content: "\fd58";
}
.ti-hotel-service:before {
  content: "\ef80";
}
.ti-hourglass:before {
  content: "\ef93";
}
.ti-hourglass-empty:before {
  content: "\f146";
}
.ti-hourglass-filled:before {
  content: "\f756";
}
.ti-hourglass-high:before {
  content: "\f092";
}
.ti-hourglass-low:before {
  content: "\f093";
}
.ti-hourglass-off:before {
  content: "\f147";
}
.ti-html:before {
  content: "\f7b1";
}
.ti-http-connect:before {
  content: "\fa28";
}
.ti-http-delete:before {
  content: "\fa29";
}
.ti-http-get:before {
  content: "\fa2a";
}
.ti-http-head:before {
  content: "\fa2b";
}
.ti-http-options:before {
  content: "\fa2c";
}
.ti-http-patch:before {
  content: "\fa2d";
}
.ti-http-post:before {
  content: "\fa2e";
}
.ti-http-put:before {
  content: "\fa2f";
}
.ti-http-que:before {
  content: "\fa5b";
}
.ti-http-trace:before {
  content: "\fa30";
}
.ti-ice-cream:before {
  content: "\eac2";
}
.ti-ice-cream-2:before {
  content: "\ee9f";
}
.ti-ice-cream-off:before {
  content: "\f148";
}
.ti-ice-skating:before {
  content: "\efcb";
}
.ti-icons:before {
  content: "\f1d4";
}
.ti-icons-off:before {
  content: "\f3fc";
}
.ti-id:before {
  content: "\eac3";
}
.ti-id-badge:before {
  content: "\eff7";
}
.ti-id-badge-2:before {
  content: "\f076";
}
.ti-id-badge-off:before {
  content: "\f3fd";
}
.ti-id-off:before {
  content: "\f149";
}
.ti-inbox:before {
  content: "\eac4";
}
.ti-inbox-off:before {
  content: "\f14a";
}
.ti-indent-decrease:before {
  content: "\eb91";
}
.ti-indent-increase:before {
  content: "\eb92";
}
.ti-infinity:before {
  content: "\eb69";
}
.ti-infinity-off:before {
  content: "\f3fe";
}
.ti-info-circle:before {
  content: "\eac5";
}
.ti-info-circle-filled:before {
  content: "\f6d8";
}
.ti-info-hexagon:before {
  content: "\f7aa";
}
.ti-info-hexagon-filled:before {
  content: "\fa43";
}
.ti-info-octagon:before {
  content: "\f7ab";
}
.ti-info-octagon-filled:before {
  content: "\fa44";
}
.ti-info-small:before {
  content: "\f922";
}
.ti-info-square:before {
  content: "\eac6";
}
.ti-info-square-filled:before {
  content: "\fa45";
}
.ti-info-square-rounded:before {
  content: "\f635";
}
.ti-info-square-rounded-filled:before {
  content: "\f6d9";
}
.ti-info-triangle:before {
  content: "\f923";
}
.ti-info-triangle-filled:before {
  content: "\fa46";
}
.ti-inner-shadow-bottom:before {
  content: "\f520";
}
.ti-inner-shadow-bottom-filled:before {
  content: "\f757";
}
.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}
.ti-inner-shadow-bottom-left-filled:before {
  content: "\f758";
}
.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}
.ti-inner-shadow-bottom-right-filled:before {
  content: "\f759";
}
.ti-inner-shadow-left:before {
  content: "\f521";
}
.ti-inner-shadow-left-filled:before {
  content: "\f75a";
}
.ti-inner-shadow-right:before {
  content: "\f522";
}
.ti-inner-shadow-right-filled:before {
  content: "\f75b";
}
.ti-inner-shadow-top:before {
  content: "\f525";
}
.ti-inner-shadow-top-filled:before {
  content: "\f75c";
}
.ti-inner-shadow-top-left:before {
  content: "\f523";
}
.ti-inner-shadow-top-left-filled:before {
  content: "\f75d";
}
.ti-inner-shadow-top-right:before {
  content: "\f524";
}
.ti-inner-shadow-top-right-filled:before {
  content: "\f75e";
}
.ti-input-ai:before {
  content: "\fc5a";
}
.ti-input-check:before {
  content: "\fc5b";
}
.ti-input-search:before {
  content: "\f2a2";
}
.ti-input-x:before {
  content: "\fc5c";
}
.ti-ironing:before {
  content: "\fa7c";
}
.ti-ironing-1:before {
  content: "\f2f4";
}
.ti-ironing-2:before {
  content: "\f2f5";
}
.ti-ironing-3:before {
  content: "\f2f6";
}
.ti-ironing-off:before {
  content: "\f2f7";
}
.ti-ironing-steam:before {
  content: "\f2f9";
}
.ti-ironing-steam-off:before {
  content: "\f2f8";
}
.ti-irregular-polyhedron:before {
  content: "\faab";
}
.ti-irregular-polyhedron-off:before {
  content: "\faa9";
}
.ti-irregular-polyhedron-plus:before {
  content: "\faaa";
}
.ti-italic:before {
  content: "\eb93";
}
.ti-jacket:before {
  content: "\f661";
}
.ti-jetpack:before {
  content: "\f581";
}
.ti-jewish-star:before {
  content: "\f3ff";
}
.ti-jewish-star-filled:before {
  content: "\f67e";
}
.ti-jpg:before {
  content: "\f3ac";
}
.ti-json:before {
  content: "\f7b2";
}
.ti-jump-rope:before {
  content: "\ed8f";
}
.ti-karate:before {
  content: "\ed32";
}
.ti-kayak:before {
  content: "\f1d6";
}
.ti-kering:before {
  content: "\efb8";
}
.ti-key:before {
  content: "\eac7";
}
.ti-key-off:before {
  content: "\f14b";
}
.ti-keyboard:before {
  content: "\ebd6";
}
.ti-keyboard-hide:before {
  content: "\ec7e";
}
.ti-keyboard-off:before {
  content: "\eea0";
}
.ti-keyboard-show:before {
  content: "\ec7f";
}
.ti-keyframe:before {
  content: "\f576";
}
.ti-keyframe-align-center:before {
  content: "\f582";
}
.ti-keyframe-align-center-filled:before {
  content: "\fc30";
}
.ti-keyframe-align-horizontal:before {
  content: "\f583";
}
.ti-keyframe-align-horizontal-filled:before {
  content: "\fc31";
}
.ti-keyframe-align-vertical:before {
  content: "\f584";
}
.ti-keyframe-align-vertical-filled:before {
  content: "\fc32";
}
.ti-keyframe-filled:before {
  content: "\fc33";
}
.ti-keyframes:before {
  content: "\f585";
}
.ti-keyframes-filled:before {
  content: "\fc34";
}
.ti-ladder:before {
  content: "\efe2";
}
.ti-ladder-off:before {
  content: "\f14c";
}
.ti-ladle:before {
  content: "\fc14";
}
.ti-lambda:before {
  content: "\f541";
}
.ti-lamp:before {
  content: "\efab";
}
.ti-lamp-2:before {
  content: "\f09e";
}
.ti-lamp-off:before {
  content: "\f14d";
}
.ti-lane:before {
  content: "\faf9";
}
.ti-language:before {
  content: "\ebbe";
}
.ti-language-hiragana:before {
  content: "\ef77";
}
.ti-language-katakana:before {
  content: "\ef78";
}
.ti-language-off:before {
  content: "\f14e";
}
.ti-lasso:before {
  content: "\efac";
}
.ti-lasso-off:before {
  content: "\f14f";
}
.ti-lasso-polygon:before {
  content: "\f388";
}
.ti-layers-difference:before {
  content: "\eac8";
}
.ti-layers-intersect:before {
  content: "\eac9";
}
.ti-layers-intersect-2:before {
  content: "\eff8";
}
.ti-layers-linked:before {
  content: "\eea1";
}
.ti-layers-off:before {
  content: "\f150";
}
.ti-layers-subtract:before {
  content: "\eaca";
}
.ti-layers-union:before {
  content: "\eacb";
}
.ti-layout:before {
  content: "\eadb";
}
.ti-layout-2:before {
  content: "\eacc";
}
.ti-layout-align-bottom:before {
  content: "\eacd";
}
.ti-layout-align-center:before {
  content: "\eace";
}
.ti-layout-align-left:before {
  content: "\eacf";
}
.ti-layout-align-middle:before {
  content: "\ead0";
}
.ti-layout-align-right:before {
  content: "\ead1";
}
.ti-layout-align-top:before {
  content: "\ead2";
}
.ti-layout-board:before {
  content: "\ef95";
}
.ti-layout-board-split:before {
  content: "\ef94";
}
.ti-layout-bottombar:before {
  content: "\ead3";
}
.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}
.ti-layout-bottombar-collapse-filled:before {
  content: "\fc35";
}
.ti-layout-bottombar-expand:before {
  content: "\f28c";
}
.ti-layout-bottombar-expand-filled:before {
  content: "\fc36";
}
.ti-layout-bottombar-filled:before {
  content: "\fc37";
}
.ti-layout-bottombar-inactive:before {
  content: "\fd45";
}
.ti-layout-cards:before {
  content: "\ec13";
}
.ti-layout-collage:before {
  content: "\f389";
}
.ti-layout-columns:before {
  content: "\ead4";
}
.ti-layout-dashboard:before {
  content: "\f02c";
}
.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}
.ti-layout-distribute-vertical:before {
  content: "\ead6";
}
.ti-layout-grid:before {
  content: "\edba";
}
.ti-layout-grid-add:before {
  content: "\edb9";
}
.ti-layout-grid-remove:before {
  content: "\fa7d";
}
.ti-layout-kanban:before {
  content: "\ec3f";
}
.ti-layout-list:before {
  content: "\ec14";
}
.ti-layout-navbar:before {
  content: "\ead7";
}
.ti-layout-navbar-collapse:before {
  content: "\f28d";
}
.ti-layout-navbar-collapse-filled:before {
  content: "\fc38";
}
.ti-layout-navbar-expand:before {
  content: "\f28e";
}
.ti-layout-navbar-expand-filled:before {
  content: "\fc39";
}
.ti-layout-navbar-filled:before {
  content: "\fc3a";
}
.ti-layout-navbar-inactive:before {
  content: "\fd46";
}
.ti-layout-off:before {
  content: "\f151";
}
.ti-layout-rows:before {
  content: "\ead8";
}
.ti-layout-sidebar:before {
  content: "\eada";
}
.ti-layout-sidebar-inactive:before {
  content: "\fd47";
}
.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}
.ti-layout-sidebar-left-collapse-filled:before {
  content: "\fc3b";
}
.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}
.ti-layout-sidebar-left-expand-filled:before {
  content: "\fc3c";
}
.ti-layout-sidebar-right:before {
  content: "\ead9";
}
.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}
.ti-layout-sidebar-right-collapse-filled:before {
  content: "\fc3d";
}
.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}
.ti-layout-sidebar-right-expand-filled:before {
  content: "\fc3e";
}
.ti-layout-sidebar-right-inactive:before {
  content: "\fd48";
}
.ti-leaf:before {
  content: "\ed4f";
}
.ti-leaf-off:before {
  content: "\f400";
}
.ti-lego:before {
  content: "\eadc";
}
.ti-lego-off:before {
  content: "\f401";
}
.ti-lemon:before {
  content: "\ef10";
}
.ti-lemon-2:before {
  content: "\ef81";
}
.ti-letter-a:before {
  content: "\ec50";
}
.ti-letter-a-small:before {
  content: "\fcc7";
}
.ti-letter-b:before {
  content: "\ec51";
}
.ti-letter-b-small:before {
  content: "\fcc8";
}
.ti-letter-c:before {
  content: "\ec52";
}
.ti-letter-c-small:before {
  content: "\fcc9";
}
.ti-letter-case:before {
  content: "\eea5";
}
.ti-letter-case-lower:before {
  content: "\eea2";
}
.ti-letter-case-toggle:before {
  content: "\eea3";
}
.ti-letter-case-upper:before {
  content: "\eea4";
}
.ti-letter-d:before {
  content: "\ec53";
}
.ti-letter-d-small:before {
  content: "\fcca";
}
.ti-letter-e:before {
  content: "\ec54";
}
.ti-letter-e-small:before {
  content: "\fccb";
}
.ti-letter-f:before {
  content: "\ec55";
}
.ti-letter-f-small:before {
  content: "\fccc";
}
.ti-letter-g:before {
  content: "\ec56";
}
.ti-letter-g-small:before {
  content: "\fccd";
}
.ti-letter-h:before {
  content: "\ec57";
}
.ti-letter-h-small:before {
  content: "\fcce";
}
.ti-letter-i:before {
  content: "\ec58";
}
.ti-letter-i-small:before {
  content: "\fccf";
}
.ti-letter-j:before {
  content: "\ec59";
}
.ti-letter-j-small:before {
  content: "\fcd0";
}
.ti-letter-k:before {
  content: "\ec5a";
}
.ti-letter-k-small:before {
  content: "\fcd1";
}
.ti-letter-l:before {
  content: "\ec5b";
}
.ti-letter-l-small:before {
  content: "\fcd2";
}
.ti-letter-m:before {
  content: "\ec5c";
}
.ti-letter-m-small:before {
  content: "\fcd3";
}
.ti-letter-n:before {
  content: "\ec5d";
}
.ti-letter-n-small:before {
  content: "\fcd4";
}
.ti-letter-o:before {
  content: "\ec5e";
}
.ti-letter-o-small:before {
  content: "\fcd5";
}
.ti-letter-p:before {
  content: "\ec5f";
}
.ti-letter-p-small:before {
  content: "\fcd6";
}
.ti-letter-q:before {
  content: "\ec60";
}
.ti-letter-q-small:before {
  content: "\fcd7";
}
.ti-letter-r:before {
  content: "\ec61";
}
.ti-letter-r-small:before {
  content: "\fcd8";
}
.ti-letter-s:before {
  content: "\ec62";
}
.ti-letter-s-small:before {
  content: "\fcd9";
}
.ti-letter-spacing:before {
  content: "\eea6";
}
.ti-letter-t:before {
  content: "\ec63";
}
.ti-letter-t-small:before {
  content: "\fcda";
}
.ti-letter-u:before {
  content: "\ec64";
}
.ti-letter-u-small:before {
  content: "\fcdb";
}
.ti-letter-v:before {
  content: "\ec65";
}
.ti-letter-v-small:before {
  content: "\fcdc";
}
.ti-letter-w:before {
  content: "\ec66";
}
.ti-letter-w-small:before {
  content: "\fcdd";
}
.ti-letter-x:before {
  content: "\ec67";
}
.ti-letter-x-small:before {
  content: "\fcde";
}
.ti-letter-y:before {
  content: "\ec68";
}
.ti-letter-y-small:before {
  content: "\fcdf";
}
.ti-letter-z:before {
  content: "\ec69";
}
.ti-letter-z-small:before {
  content: "\fce0";
}
.ti-library:before {
  content: "\fd4c";
}
.ti-library-minus:before {
  content: "\fd49";
}
.ti-library-photo:before {
  content: "\fd4a";
}
.ti-library-plus:before {
  content: "\fd4b";
}
.ti-license:before {
  content: "\ebc0";
}
.ti-license-off:before {
  content: "\f153";
}
.ti-lifebuoy:before {
  content: "\eadd";
}
.ti-lifebuoy-off:before {
  content: "\f154";
}
.ti-lighter:before {
  content: "\f794";
}
.ti-line:before {
  content: "\ec40";
}
.ti-line-dashed:before {
  content: "\eea7";
}
.ti-line-dotted:before {
  content: "\eea8";
}
.ti-line-height:before {
  content: "\eb94";
}
.ti-line-scan:before {
  content: "\fcb8";
}
.ti-link:before {
  content: "\eade";
}
.ti-link-minus:before {
  content: "\fd16";
}
.ti-link-off:before {
  content: "\f402";
}
.ti-link-plus:before {
  content: "\fd17";
}
.ti-list:before {
  content: "\eb6b";
}
.ti-list-check:before {
  content: "\eb6a";
}
.ti-list-details:before {
  content: "\ef40";
}
.ti-list-letters:before {
  content: "\fc47";
}
.ti-list-numbers:before {
  content: "\ef11";
}
.ti-list-search:before {
  content: "\eea9";
}
.ti-list-tree:before {
  content: "\fafa";
}
.ti-live-photo:before {
  content: "\eadf";
}
.ti-live-photo-off:before {
  content: "\f403";
}
.ti-live-view:before {
  content: "\ec6b";
}
.ti-load-balancer:before {
  content: "\fa5c";
}
.ti-loader:before {
  content: "\eca3";
}
.ti-loader-2:before {
  content: "\f226";
}
.ti-loader-3:before {
  content: "\f513";
}
.ti-loader-quarter:before {
  content: "\eca2";
}
.ti-location:before {
  content: "\eae0";
}
.ti-location-bolt:before {
  content: "\fbaf";
}
.ti-location-broken:before {
  content: "\f2c4";
}
.ti-location-cancel:before {
  content: "\fbb0";
}
.ti-location-check:before {
  content: "\fbb1";
}
.ti-location-code:before {
  content: "\fbb2";
}
.ti-location-cog:before {
  content: "\fbb3";
}
.ti-location-discount:before {
  content: "\fbb4";
}
.ti-location-dollar:before {
  content: "\fbb5";
}
.ti-location-down:before {
  content: "\fbb6";
}
.ti-location-exclamation:before {
  content: "\fbb7";
}
.ti-location-filled:before {
  content: "\f67f";
}
.ti-location-heart:before {
  content: "\fbb8";
}
.ti-location-minus:before {
  content: "\fbb9";
}
.ti-location-off:before {
  content: "\f155";
}
.ti-location-pause:before {
  content: "\fbba";
}
.ti-location-pin:before {
  content: "\fbbb";
}
.ti-location-plus:before {
  content: "\fbbc";
}
.ti-location-question:before {
  content: "\fbbd";
}
.ti-location-search:before {
  content: "\fbbe";
}
.ti-location-share:before {
  content: "\fbbf";
}
.ti-location-star:before {
  content: "\fbc0";
}
.ti-location-up:before {
  content: "\fbc1";
}
.ti-location-x:before {
  content: "\fbc2";
}
.ti-lock:before {
  content: "\eae2";
}
.ti-lock-access:before {
  content: "\eeaa";
}
.ti-lock-access-off:before {
  content: "\f404";
}
.ti-lock-bolt:before {
  content: "\f924";
}
.ti-lock-cancel:before {
  content: "\f925";
}
.ti-lock-check:before {
  content: "\f926";
}
.ti-lock-code:before {
  content: "\f927";
}
.ti-lock-cog:before {
  content: "\f928";
}
.ti-lock-dollar:before {
  content: "\f929";
}
.ti-lock-down:before {
  content: "\f92a";
}
.ti-lock-exclamation:before {
  content: "\f92b";
}
.ti-lock-heart:before {
  content: "\f92c";
}
.ti-lock-minus:before {
  content: "\f92d";
}
.ti-lock-off:before {
  content: "\ed1e";
}
.ti-lock-open:before {
  content: "\eae1";
}
.ti-lock-open-off:before {
  content: "\f156";
}
.ti-lock-pause:before {
  content: "\f92e";
}
.ti-lock-pin:before {
  content: "\f92f";
}
.ti-lock-plus:before {
  content: "\f930";
}
.ti-lock-question:before {
  content: "\f931";
}
.ti-lock-search:before {
  content: "\f932";
}
.ti-lock-share:before {
  content: "\f933";
}
.ti-lock-square:before {
  content: "\ef51";
}
.ti-lock-square-rounded:before {
  content: "\f636";
}
.ti-lock-square-rounded-filled:before {
  content: "\f6da";
}
.ti-lock-star:before {
  content: "\f934";
}
.ti-lock-up:before {
  content: "\f935";
}
.ti-lock-x:before {
  content: "\f936";
}
.ti-logic-and:before {
  content: "\f240";
}
.ti-logic-buffer:before {
  content: "\f241";
}
.ti-logic-nand:before {
  content: "\f242";
}
.ti-logic-nor:before {
  content: "\f243";
}
.ti-logic-not:before {
  content: "\f244";
}
.ti-logic-or:before {
  content: "\f245";
}
.ti-logic-xnor:before {
  content: "\f246";
}
.ti-logic-xor:before {
  content: "\f247";
}
.ti-login:before {
  content: "\eba7";
}
.ti-login-2:before {
  content: "\fc76";
}
.ti-logout:before {
  content: "\eba8";
}
.ti-logout-2:before {
  content: "\fa7e";
}
.ti-lollipop:before {
  content: "\efcc";
}
.ti-lollipop-off:before {
  content: "\f157";
}
.ti-luggage:before {
  content: "\efad";
}
.ti-luggage-off:before {
  content: "\f158";
}
.ti-lungs:before {
  content: "\ef62";
}
.ti-lungs-off:before {
  content: "\f405";
}
.ti-macro:before {
  content: "\eeab";
}
.ti-macro-off:before {
  content: "\f406";
}
.ti-magnet:before {
  content: "\eae3";
}
.ti-magnet-off:before {
  content: "\f159";
}
.ti-magnetic:before {
  content: "\fcb9";
}
.ti-mail:before {
  content: "\eae5";
}
.ti-mail-ai:before {
  content: "\fa31";
}
.ti-mail-bolt:before {
  content: "\f937";
}
.ti-mail-cancel:before {
  content: "\f938";
}
.ti-mail-check:before {
  content: "\f939";
}
.ti-mail-code:before {
  content: "\f93a";
}
.ti-mail-cog:before {
  content: "\f93b";
}
.ti-mail-dollar:before {
  content: "\f93c";
}
.ti-mail-down:before {
  content: "\f93d";
}
.ti-mail-exclamation:before {
  content: "\f93e";
}
.ti-mail-fast:before {
  content: "\f069";
}
.ti-mail-filled:before {
  content: "\fa47";
}
.ti-mail-forward:before {
  content: "\eeac";
}
.ti-mail-heart:before {
  content: "\f93f";
}
.ti-mail-minus:before {
  content: "\f940";
}
.ti-mail-off:before {
  content: "\f15a";
}
.ti-mail-opened:before {
  content: "\eae4";
}
.ti-mail-opened-filled:before {
  content: "\fa48";
}
.ti-mail-pause:before {
  content: "\f941";
}
.ti-mail-pin:before {
  content: "\f942";
}
.ti-mail-plus:before {
  content: "\f943";
}
.ti-mail-question:before {
  content: "\f944";
}
.ti-mail-search:before {
  content: "\f945";
}
.ti-mail-share:before {
  content: "\f946";
}
.ti-mail-star:before {
  content: "\f947";
}
.ti-mail-up:before {
  content: "\f948";
}
.ti-mail-x:before {
  content: "\f949";
}
.ti-mailbox:before {
  content: "\eead";
}
.ti-mailbox-off:before {
  content: "\f15b";
}
.ti-man:before {
  content: "\eae6";
}
.ti-manual-gearbox:before {
  content: "\ed7b";
}
.ti-map:before {
  content: "\eae9";
}
.ti-map-2:before {
  content: "\eae7";
}
.ti-map-bolt:before {
  content: "\fbc3";
}
.ti-map-cancel:before {
  content: "\fbc4";
}
.ti-map-check:before {
  content: "\fbc5";
}
.ti-map-code:before {
  content: "\fbc6";
}
.ti-map-cog:before {
  content: "\fbc7";
}
.ti-map-discount:before {
  content: "\fbc8";
}
.ti-map-dollar:before {
  content: "\fbc9";
}
.ti-map-down:before {
  content: "\fbca";
}
.ti-map-east:before {
  content: "\fc5d";
}
.ti-map-exclamation:before {
  content: "\fbcb";
}
.ti-map-heart:before {
  content: "\fbcc";
}
.ti-map-minus:before {
  content: "\fbcd";
}
.ti-map-north:before {
  content: "\fc5e";
}
.ti-map-off:before {
  content: "\f15c";
}
.ti-map-pause:before {
  content: "\fbce";
}
.ti-map-pin:before {
  content: "\eae8";
}
.ti-map-pin-2:before {
  content: "\fc48";
}
.ti-map-pin-bolt:before {
  content: "\f94a";
}
.ti-map-pin-cancel:before {
  content: "\f94b";
}
.ti-map-pin-check:before {
  content: "\f94c";
}
.ti-map-pin-code:before {
  content: "\f94d";
}
.ti-map-pin-cog:before {
  content: "\f94e";
}
.ti-map-pin-dollar:before {
  content: "\f94f";
}
.ti-map-pin-down:before {
  content: "\f950";
}
.ti-map-pin-exclamation:before {
  content: "\f951";
}
.ti-map-pin-filled:before {
  content: "\f680";
}
.ti-map-pin-heart:before {
  content: "\f952";
}
.ti-map-pin-minus:before {
  content: "\f953";
}
.ti-map-pin-off:before {
  content: "\ecf3";
}
.ti-map-pin-pause:before {
  content: "\f954";
}
.ti-map-pin-pin:before {
  content: "\f955";
}
.ti-map-pin-plus:before {
  content: "\f956";
}
.ti-map-pin-question:before {
  content: "\f957";
}
.ti-map-pin-search:before {
  content: "\f958";
}
.ti-map-pin-share:before {
  content: "\f795";
}
.ti-map-pin-star:before {
  content: "\f959";
}
.ti-map-pin-up:before {
  content: "\f95a";
}
.ti-map-pin-x:before {
  content: "\f95b";
}
.ti-map-pins:before {
  content: "\ed5e";
}
.ti-map-plus:before {
  content: "\fbcf";
}
.ti-map-question:before {
  content: "\fbd0";
}
.ti-map-route:before {
  content: "\fc79";
}
.ti-map-search:before {
  content: "\ef82";
}
.ti-map-share:before {
  content: "\fbd1";
}
.ti-map-south:before {
  content: "\fc5f";
}
.ti-map-star:before {
  content: "\fbd2";
}
.ti-map-up:before {
  content: "\fbd3";
}
.ti-map-west:before {
  content: "\fc60";
}
.ti-map-x:before {
  content: "\fbd4";
}
.ti-markdown:before {
  content: "\ec41";
}
.ti-markdown-off:before {
  content: "\f407";
}
.ti-marquee:before {
  content: "\ec77";
}
.ti-marquee-2:before {
  content: "\eeae";
}
.ti-marquee-off:before {
  content: "\f15d";
}
.ti-mars:before {
  content: "\ec80";
}
.ti-mask:before {
  content: "\eeb0";
}
.ti-mask-off:before {
  content: "\eeaf";
}
.ti-masks-theater:before {
  content: "\f263";
}
.ti-masks-theater-off:before {
  content: "\f408";
}
.ti-massage:before {
  content: "\eeb1";
}
.ti-matchstick:before {
  content: "\f577";
}
.ti-math:before {
  content: "\ebeb";
}
.ti-math-1-divide-2:before {
  content: "\f4e2";
}
.ti-math-1-divide-3:before {
  content: "\f4e3";
}
.ti-math-avg:before {
  content: "\f0f4";
}
.ti-math-equal-greater:before {
  content: "\f4e4";
}
.ti-math-equal-lower:before {
  content: "\f4e5";
}
.ti-math-function:before {
  content: "\eeb2";
}
.ti-math-function-off:before {
  content: "\f15e";
}
.ti-math-function-y:before {
  content: "\f4e6";
}
.ti-math-greater:before {
  content: "\f4e7";
}
.ti-math-integral:before {
  content: "\f4e9";
}
.ti-math-integral-x:before {
  content: "\f4e8";
}
.ti-math-integrals:before {
  content: "\f4ea";
}
.ti-math-lower:before {
  content: "\f4eb";
}
.ti-math-max:before {
  content: "\f0f5";
}
.ti-math-min:before {
  content: "\f0f6";
}
.ti-math-not:before {
  content: "\f4ec";
}
.ti-math-off:before {
  content: "\f409";
}
.ti-math-pi:before {
  content: "\f4ee";
}
.ti-math-pi-divide-2:before {
  content: "\f4ed";
}
.ti-math-symbols:before {
  content: "\eeb3";
}
.ti-math-x-divide-2:before {
  content: "\f4ef";
}
.ti-math-x-divide-y:before {
  content: "\f4f1";
}
.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}
.ti-math-x-minus-x:before {
  content: "\f4f2";
}
.ti-math-x-minus-y:before {
  content: "\f4f3";
}
.ti-math-x-plus-x:before {
  content: "\f4f4";
}
.ti-math-x-plus-y:before {
  content: "\f4f5";
}
.ti-math-xy:before {
  content: "\f4f6";
}
.ti-math-y-minus-y:before {
  content: "\f4f7";
}
.ti-math-y-plus-y:before {
  content: "\f4f8";
}
.ti-maximize:before {
  content: "\eaea";
}
.ti-maximize-off:before {
  content: "\f15f";
}
.ti-meat:before {
  content: "\ef12";
}
.ti-meat-off:before {
  content: "\f40a";
}
.ti-medal:before {
  content: "\ec78";
}
.ti-medal-2:before {
  content: "\efcd";
}
.ti-medical-cross:before {
  content: "\ec2f";
}
.ti-medical-cross-circle:before {
  content: "\fae8";
}
.ti-medical-cross-filled:before {
  content: "\f681";
}
.ti-medical-cross-off:before {
  content: "\f160";
}
.ti-medicine-syrup:before {
  content: "\ef63";
}
.ti-meeple:before {
  content: "\f514";
}
.ti-melon:before {
  content: "\fc7a";
}
.ti-menorah:before {
  content: "\f58c";
}
.ti-menu:before {
  content: "\eaeb";
}
.ti-menu-2:before {
  content: "\ec42";
}
.ti-menu-deep:before {
  content: "\fafb";
}
.ti-menu-order:before {
  content: "\f5f5";
}
.ti-message:before {
  content: "\eaef";
}
.ti-message-2:before {
  content: "\eaec";
}
.ti-message-2-bolt:before {
  content: "\f95c";
}
.ti-message-2-cancel:before {
  content: "\f95d";
}
.ti-message-2-check:before {
  content: "\f95e";
}
.ti-message-2-code:before {
  content: "\f012";
}
.ti-message-2-cog:before {
  content: "\f95f";
}
.ti-message-2-dollar:before {
  content: "\f960";
}
.ti-message-2-down:before {
  content: "\f961";
}
.ti-message-2-exclamation:before {
  content: "\f962";
}
.ti-message-2-heart:before {
  content: "\f963";
}
.ti-message-2-minus:before {
  content: "\f964";
}
.ti-message-2-off:before {
  content: "\f40b";
}
.ti-message-2-pause:before {
  content: "\f965";
}
.ti-message-2-pin:before {
  content: "\f966";
}
.ti-message-2-plus:before {
  content: "\f967";
}
.ti-message-2-question:before {
  content: "\f968";
}
.ti-message-2-search:before {
  content: "\f969";
}
.ti-message-2-share:before {
  content: "\f077";
}
.ti-message-2-star:before {
  content: "\f96a";
}
.ti-message-2-up:before {
  content: "\f96b";
}
.ti-message-2-x:before {
  content: "\f96c";
}
.ti-message-bolt:before {
  content: "\f96d";
}
.ti-message-cancel:before {
  content: "\f96e";
}
.ti-message-chatbot:before {
  content: "\f38a";
}
.ti-message-check:before {
  content: "\f96f";
}
.ti-message-circle:before {
  content: "\eaed";
}
.ti-message-circle-2:before {
  content: "\ed3f";
}
.ti-message-circle-2-filled:before {
  content: "\f682";
}
.ti-message-circle-bolt:before {
  content: "\f970";
}
.ti-message-circle-cancel:before {
  content: "\f971";
}
.ti-message-circle-check:before {
  content: "\f972";
}
.ti-message-circle-code:before {
  content: "\f973";
}
.ti-message-circle-cog:before {
  content: "\f974";
}
.ti-message-circle-dollar:before {
  content: "\f975";
}
.ti-message-circle-down:before {
  content: "\f976";
}
.ti-message-circle-exclamation:before {
  content: "\f977";
}
.ti-message-circle-heart:before {
  content: "\f978";
}
.ti-message-circle-minus:before {
  content: "\f979";
}
.ti-message-circle-off:before {
  content: "\ed40";
}
.ti-message-circle-pause:before {
  content: "\f97a";
}
.ti-message-circle-pin:before {
  content: "\f97b";
}
.ti-message-circle-plus:before {
  content: "\f97c";
}
.ti-message-circle-question:before {
  content: "\f97d";
}
.ti-message-circle-search:before {
  content: "\f97e";
}
.ti-message-circle-share:before {
  content: "\f97f";
}
.ti-message-circle-star:before {
  content: "\f980";
}
.ti-message-circle-up:before {
  content: "\f981";
}
.ti-message-circle-x:before {
  content: "\f982";
}
.ti-message-code:before {
  content: "\f013";
}
.ti-message-cog:before {
  content: "\f983";
}
.ti-message-dollar:before {
  content: "\f984";
}
.ti-message-dots:before {
  content: "\eaee";
}
.ti-message-down:before {
  content: "\f985";
}
.ti-message-exclamation:before {
  content: "\f986";
}
.ti-message-forward:before {
  content: "\f28f";
}
.ti-message-heart:before {
  content: "\f987";
}
.ti-message-language:before {
  content: "\efae";
}
.ti-message-minus:before {
  content: "\f988";
}
.ti-message-off:before {
  content: "\ed41";
}
.ti-message-pause:before {
  content: "\f989";
}
.ti-message-pin:before {
  content: "\f98a";
}
.ti-message-plus:before {
  content: "\ec9a";
}
.ti-message-question:before {
  content: "\f98b";
}
.ti-message-reply:before {
  content: "\fd4d";
}
.ti-message-report:before {
  content: "\ec9b";
}
.ti-message-search:before {
  content: "\f98c";
}
.ti-message-share:before {
  content: "\f078";
}
.ti-message-star:before {
  content: "\f98d";
}
.ti-message-up:before {
  content: "\f98e";
}
.ti-message-x:before {
  content: "\f98f";
}
.ti-messages:before {
  content: "\eb6c";
}
.ti-messages-off:before {
  content: "\ed42";
}
.ti-meteor:before {
  content: "\f1fd";
}
.ti-meteor-off:before {
  content: "\f40c";
}
.ti-meter-cube:before {
  content: "\fd7c";
}
.ti-meter-square:before {
  content: "\fd7d";
}
.ti-metronome:before {
  content: "\fd25";
}
.ti-michelin-bib-gourmand:before {
  content: "\fae9";
}
.ti-michelin-star:before {
  content: "\faeb";
}
.ti-michelin-star-green:before {
  content: "\faea";
}
.ti-mickey:before {
  content: "\f2a3";
}
.ti-mickey-filled:before {
  content: "\f683";
}
.ti-microphone:before {
  content: "\eaf0";
}
.ti-microphone-2:before {
  content: "\ef2c";
}
.ti-microphone-2-off:before {
  content: "\f40d";
}
.ti-microphone-off:before {
  content: "\ed16";
}
.ti-microscope:before {
  content: "\ef64";
}
.ti-microscope-off:before {
  content: "\f40e";
}
.ti-microwave:before {
  content: "\f248";
}
.ti-microwave-off:before {
  content: "\f264";
}
.ti-military-award:before {
  content: "\f079";
}
.ti-military-rank:before {
  content: "\efcf";
}
.ti-milk:before {
  content: "\ef13";
}
.ti-milk-off:before {
  content: "\f40f";
}
.ti-milkshake:before {
  content: "\f4c8";
}
.ti-minimize:before {
  content: "\eaf1";
}
.ti-minus:before {
  content: "\eaf2";
}
.ti-minus-vertical:before {
  content: "\eeb4";
}
.ti-mist:before {
  content: "\ec30";
}
.ti-mist-off:before {
  content: "\f410";
}
.ti-mobiledata:before {
  content: "\f9f5";
}
.ti-mobiledata-off:before {
  content: "\f9f4";
}
.ti-moneybag:before {
  content: "\f506";
}
.ti-mood-angry:before {
  content: "\f2de";
}
.ti-mood-annoyed:before {
  content: "\f2e0";
}
.ti-mood-annoyed-2:before {
  content: "\f2df";
}
.ti-mood-boy:before {
  content: "\ed2d";
}
.ti-mood-check:before {
  content: "\f7b3";
}
.ti-mood-cog:before {
  content: "\f7b4";
}
.ti-mood-confuzed:before {
  content: "\eaf3";
}
.ti-mood-confuzed-filled:before {
  content: "\f7f2";
}
.ti-mood-crazy-happy:before {
  content: "\ed90";
}
.ti-mood-cry:before {
  content: "\ecbb";
}
.ti-mood-dollar:before {
  content: "\f7b5";
}
.ti-mood-edit:before {
  content: "\fa05";
}
.ti-mood-empty:before {
  content: "\eeb5";
}
.ti-mood-empty-filled:before {
  content: "\f7f3";
}
.ti-mood-happy:before {
  content: "\eaf4";
}
.ti-mood-happy-filled:before {
  content: "\f7f4";
}
.ti-mood-heart:before {
  content: "\f7b6";
}
.ti-mood-kid:before {
  content: "\ec03";
}
.ti-mood-kid-filled:before {
  content: "\f7f5";
}
.ti-mood-look-down:before {
  content: "\fd37";
}
.ti-mood-look-left:before {
  content: "\f2c5";
}
.ti-mood-look-right:before {
  content: "\f2c6";
}
.ti-mood-look-up:before {
  content: "\fd38";
}
.ti-mood-minus:before {
  content: "\f7b7";
}
.ti-mood-nerd:before {
  content: "\f2e1";
}
.ti-mood-nervous:before {
  content: "\ef96";
}
.ti-mood-neutral:before {
  content: "\eaf5";
}
.ti-mood-neutral-filled:before {
  content: "\f7f6";
}
.ti-mood-off:before {
  content: "\f161";
}
.ti-mood-pin:before {
  content: "\f7b8";
}
.ti-mood-plus:before {
  content: "\f7b9";
}
.ti-mood-puzzled:before {
  content: "\fd39";
}
.ti-mood-sad:before {
  content: "\eaf6";
}
.ti-mood-sad-2:before {
  content: "\f2e2";
}
.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}
.ti-mood-sad-filled:before {
  content: "\f7f7";
}
.ti-mood-sad-squint:before {
  content: "\f2e4";
}
.ti-mood-search:before {
  content: "\f7ba";
}
.ti-mood-share:before {
  content: "\fa06";
}
.ti-mood-sick:before {
  content: "\f2e5";
}
.ti-mood-silence:before {
  content: "\f2e6";
}
.ti-mood-sing:before {
  content: "\f2c7";
}
.ti-mood-smile:before {
  content: "\eaf7";
}
.ti-mood-smile-beam:before {
  content: "\f2e7";
}
.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}
.ti-mood-smile-filled:before {
  content: "\f7f8";
}
.ti-mood-suprised:before {
  content: "\ec04";
}
.ti-mood-tongue:before {
  content: "\eb95";
}
.ti-mood-tongue-wink:before {
  content: "\f2ea";
}
.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}
.ti-mood-unamused:before {
  content: "\f2eb";
}
.ti-mood-up:before {
  content: "\f7bb";
}
.ti-mood-wink:before {
  content: "\f2ed";
}
.ti-mood-wink-2:before {
  content: "\f2ec";
}
.ti-mood-wrrr:before {
  content: "\f2ee";
}
.ti-mood-x:before {
  content: "\f7bc";
}
.ti-mood-xd:before {
  content: "\f2ef";
}
.ti-moon:before {
  content: "\eaf8";
}
.ti-moon-2:before {
  content: "\ece6";
}
.ti-moon-filled:before {
  content: "\f684";
}
.ti-moon-off:before {
  content: "\f162";
}
.ti-moon-stars:before {
  content: "\ece7";
}
.ti-moped:before {
  content: "\ecbc";
}
.ti-motorbike:before {
  content: "\eeb6";
}
.ti-mountain:before {
  content: "\ef97";
}
.ti-mountain-off:before {
  content: "\f411";
}
.ti-mouse:before {
  content: "\eaf9";
}
.ti-mouse-2:before {
  content: "\f1d7";
}
.ti-mouse-filled:before {
  content: "\fb2f";
}
.ti-mouse-off:before {
  content: "\f163";
}
.ti-moustache:before {
  content: "\f4c9";
}
.ti-movie:before {
  content: "\eafa";
}
.ti-movie-off:before {
  content: "\f164";
}
.ti-mug:before {
  content: "\eafb";
}
.ti-mug-off:before {
  content: "\f165";
}
.ti-multiplier-0-5x:before {
  content: "\ef41";
}
.ti-multiplier-1-5x:before {
  content: "\ef42";
}
.ti-multiplier-1x:before {
  content: "\ef43";
}
.ti-multiplier-2x:before {
  content: "\ef44";
}
.ti-mushroom:before {
  content: "\ef14";
}
.ti-mushroom-filled:before {
  content: "\f7f9";
}
.ti-mushroom-off:before {
  content: "\f412";
}
.ti-music:before {
  content: "\eafc";
}
.ti-music-bolt:before {
  content: "\fbd5";
}
.ti-music-cancel:before {
  content: "\fbd6";
}
.ti-music-check:before {
  content: "\fbd7";
}
.ti-music-code:before {
  content: "\fbd8";
}
.ti-music-cog:before {
  content: "\fbd9";
}
.ti-music-discount:before {
  content: "\fbda";
}
.ti-music-dollar:before {
  content: "\fbdb";
}
.ti-music-down:before {
  content: "\fbdc";
}
.ti-music-exclamation:before {
  content: "\fbdd";
}
.ti-music-heart:before {
  content: "\fbde";
}
.ti-music-minus:before {
  content: "\fbdf";
}
.ti-music-off:before {
  content: "\f166";
}
.ti-music-pause:before {
  content: "\fbe0";
}
.ti-music-pin:before {
  content: "\fbe1";
}
.ti-music-plus:before {
  content: "\fbe2";
}
.ti-music-question:before {
  content: "\fbe3";
}
.ti-music-search:before {
  content: "\fbe4";
}
.ti-music-share:before {
  content: "\fbe5";
}
.ti-music-star:before {
  content: "\fbe6";
}
.ti-music-up:before {
  content: "\fbe7";
}
.ti-music-x:before {
  content: "\fbe8";
}
.ti-navigation:before {
  content: "\f2c8";
}
.ti-navigation-bolt:before {
  content: "\fbe9";
}
.ti-navigation-cancel:before {
  content: "\fbea";
}
.ti-navigation-check:before {
  content: "\fbeb";
}
.ti-navigation-code:before {
  content: "\fbec";
}
.ti-navigation-cog:before {
  content: "\fbed";
}
.ti-navigation-discount:before {
  content: "\fbee";
}
.ti-navigation-dollar:before {
  content: "\fbef";
}
.ti-navigation-down:before {
  content: "\fbf0";
}
.ti-navigation-east:before {
  content: "\fcba";
}
.ti-navigation-exclamation:before {
  content: "\fbf1";
}
.ti-navigation-filled:before {
  content: "\f685";
}
.ti-navigation-heart:before {
  content: "\fbf2";
}
.ti-navigation-minus:before {
  content: "\fbf3";
}
.ti-navigation-north:before {
  content: "\fcbb";
}
.ti-navigation-off:before {
  content: "\f413";
}
.ti-navigation-pause:before {
  content: "\fbf4";
}
.ti-navigation-pin:before {
  content: "\fbf5";
}
.ti-navigation-plus:before {
  content: "\fbf6";
}
.ti-navigation-question:before {
  content: "\fbf7";
}
.ti-navigation-search:before {
  content: "\fbf8";
}
.ti-navigation-share:before {
  content: "\fbf9";
}
.ti-navigation-south:before {
  content: "\fcbc";
}
.ti-navigation-star:before {
  content: "\fbfa";
}
.ti-navigation-top:before {
  content: "\faec";
}
.ti-navigation-up:before {
  content: "\fbfb";
}
.ti-navigation-west:before {
  content: "\fcbd";
}
.ti-navigation-x:before {
  content: "\fbfc";
}
.ti-needle:before {
  content: "\f508";
}
.ti-needle-thread:before {
  content: "\f507";
}
.ti-network:before {
  content: "\f09f";
}
.ti-network-off:before {
  content: "\f414";
}
.ti-new-section:before {
  content: "\ebc1";
}
.ti-news:before {
  content: "\eafd";
}
.ti-news-off:before {
  content: "\f167";
}
.ti-nfc:before {
  content: "\eeb7";
}
.ti-nfc-off:before {
  content: "\f168";
}
.ti-no-copyright:before {
  content: "\efb9";
}
.ti-no-creative-commons:before {
  content: "\efba";
}
.ti-no-derivatives:before {
  content: "\efbb";
}
.ti-north-star:before {
  content: "\f014";
}
.ti-note:before {
  content: "\eb6d";
}
.ti-note-off:before {
  content: "\f169";
}
.ti-notebook:before {
  content: "\eb96";
}
.ti-notebook-off:before {
  content: "\f415";
}
.ti-notes:before {
  content: "\eb6e";
}
.ti-notes-off:before {
  content: "\f16a";
}
.ti-notification:before {
  content: "\eafe";
}
.ti-notification-off:before {
  content: "\f16b";
}
.ti-number:before {
  content: "\f1fe";
}
.ti-number-0:before {
  content: "\edf0";
}
.ti-number-0-small:before {
  content: "\fce1";
}
.ti-number-1:before {
  content: "\edf1";
}
.ti-number-1-small:before {
  content: "\fce2";
}
.ti-number-10-small:before {
  content: "\fce3";
}
.ti-number-11-small:before {
  content: "\fce4";
}
.ti-number-12-small:before {
  content: "\fce5";
}
.ti-number-13-small:before {
  content: "\fce6";
}
.ti-number-14-small:before {
  content: "\fce7";
}
.ti-number-15-small:before {
  content: "\fce8";
}
.ti-number-16-small:before {
  content: "\fce9";
}
.ti-number-17-small:before {
  content: "\fcea";
}
.ti-number-18-small:before {
  content: "\fceb";
}
.ti-number-19-small:before {
  content: "\fcec";
}
.ti-number-2:before {
  content: "\edf2";
}
.ti-number-2-small:before {
  content: "\fced";
}
.ti-number-20-small:before {
  content: "\fcee";
}
.ti-number-21-small:before {
  content: "\fcef";
}
.ti-number-22-small:before {
  content: "\fcf0";
}
.ti-number-23-small:before {
  content: "\fcf1";
}
.ti-number-24-small:before {
  content: "\fcf2";
}
.ti-number-25-small:before {
  content: "\fcf3";
}
.ti-number-26-small:before {
  content: "\fcf4";
}
.ti-number-27-small:before {
  content: "\fcf5";
}
.ti-number-28-small:before {
  content: "\fcf6";
}
.ti-number-29-small:before {
  content: "\fcf7";
}
.ti-number-3:before {
  content: "\edf3";
}
.ti-number-3-small:before {
  content: "\fcf8";
}
.ti-number-4:before {
  content: "\edf4";
}
.ti-number-4-small:before {
  content: "\fcf9";
}
.ti-number-5:before {
  content: "\edf5";
}
.ti-number-5-small:before {
  content: "\fcfa";
}
.ti-number-6:before {
  content: "\edf6";
}
.ti-number-6-small:before {
  content: "\fcfb";
}
.ti-number-7:before {
  content: "\edf7";
}
.ti-number-7-small:before {
  content: "\fcfc";
}
.ti-number-8:before {
  content: "\edf8";
}
.ti-number-8-small:before {
  content: "\fcfd";
}
.ti-number-9:before {
  content: "\edf9";
}
.ti-number-9-small:before {
  content: "\fcfe";
}
.ti-numbers:before {
  content: "\f015";
}
.ti-nurse:before {
  content: "\ef65";
}
.ti-nut:before {
  content: "\fc61";
}
.ti-octagon:before {
  content: "\ecbd";
}
.ti-octagon-filled:before {
  content: "\f686";
}
.ti-octagon-minus:before {
  content: "\fc92";
}
.ti-octagon-minus-2:before {
  content: "\fc91";
}
.ti-octagon-off:before {
  content: "\eeb8";
}
.ti-octagon-plus:before {
  content: "\fc94";
}
.ti-octagon-plus-2:before {
  content: "\fc93";
}
.ti-octahedron:before {
  content: "\faae";
}
.ti-octahedron-off:before {
  content: "\faac";
}
.ti-octahedron-plus:before {
  content: "\faad";
}
.ti-old:before {
  content: "\eeb9";
}
.ti-olympics:before {
  content: "\eeba";
}
.ti-olympics-off:before {
  content: "\f416";
}
.ti-om:before {
  content: "\f58d";
}
.ti-omega:before {
  content: "\eb97";
}
.ti-outbound:before {
  content: "\f249";
}
.ti-outlet:before {
  content: "\ebd7";
}
.ti-oval:before {
  content: "\f02e";
}
.ti-oval-filled:before {
  content: "\f687";
}
.ti-oval-vertical:before {
  content: "\f02d";
}
.ti-oval-vertical-filled:before {
  content: "\f688";
}
.ti-overline:before {
  content: "\eebb";
}
.ti-package:before {
  content: "\eaff";
}
.ti-package-export:before {
  content: "\f07a";
}
.ti-package-import:before {
  content: "\f07b";
}
.ti-package-off:before {
  content: "\f16c";
}
.ti-packages:before {
  content: "\f2c9";
}
.ti-pacman:before {
  content: "\eebc";
}
.ti-page-break:before {
  content: "\ec81";
}
.ti-paint:before {
  content: "\eb00";
}
.ti-paint-filled:before {
  content: "\f75f";
}
.ti-paint-off:before {
  content: "\f16d";
}
.ti-palette:before {
  content: "\eb01";
}
.ti-palette-off:before {
  content: "\f16e";
}
.ti-panorama-horizontal:before {
  content: "\ed33";
}
.ti-panorama-horizontal-off:before {
  content: "\f417";
}
.ti-panorama-vertical:before {
  content: "\ed34";
}
.ti-panorama-vertical-off:before {
  content: "\f418";
}
.ti-paper-bag:before {
  content: "\f02f";
}
.ti-paper-bag-off:before {
  content: "\f16f";
}
.ti-paperclip:before {
  content: "\eb02";
}
.ti-parachute:before {
  content: "\ed7c";
}
.ti-parachute-off:before {
  content: "\f170";
}
.ti-parentheses:before {
  content: "\ebd8";
}
.ti-parentheses-off:before {
  content: "\f171";
}
.ti-parking:before {
  content: "\eb03";
}
.ti-parking-circle:before {
  content: "\fd5a";
}
.ti-parking-off:before {
  content: "\f172";
}
.ti-password:before {
  content: "\f4ca";
}
.ti-password-fingerprint:before {
  content: "\fc7b";
}
.ti-password-mobile-phone:before {
  content: "\fc7c";
}
.ti-password-user:before {
  content: "\fc7d";
}
.ti-paw:before {
  content: "\eff9";
}
.ti-paw-filled:before {
  content: "\f689";
}
.ti-paw-off:before {
  content: "\f419";
}
.ti-paywall:before {
  content: "\fd7e";
}
.ti-pdf:before {
  content: "\f7ac";
}
.ti-peace:before {
  content: "\ecbe";
}
.ti-pencil:before {
  content: "\eb04";
}
.ti-pencil-bolt:before {
  content: "\fbfd";
}
.ti-pencil-cancel:before {
  content: "\fbfe";
}
.ti-pencil-check:before {
  content: "\fbff";
}
.ti-pencil-code:before {
  content: "\fc00";
}
.ti-pencil-cog:before {
  content: "\fc01";
}
.ti-pencil-discount:before {
  content: "\fc02";
}
.ti-pencil-dollar:before {
  content: "\fc03";
}
.ti-pencil-down:before {
  content: "\fc04";
}
.ti-pencil-exclamation:before {
  content: "\fc05";
}
.ti-pencil-heart:before {
  content: "\fc06";
}
.ti-pencil-minus:before {
  content: "\f1eb";
}
.ti-pencil-off:before {
  content: "\f173";
}
.ti-pencil-pause:before {
  content: "\fc07";
}
.ti-pencil-pin:before {
  content: "\fc08";
}
.ti-pencil-plus:before {
  content: "\f1ec";
}
.ti-pencil-question:before {
  content: "\fc09";
}
.ti-pencil-search:before {
  content: "\fc0a";
}
.ti-pencil-share:before {
  content: "\fc0b";
}
.ti-pencil-star:before {
  content: "\fc0c";
}
.ti-pencil-up:before {
  content: "\fc0d";
}
.ti-pencil-x:before {
  content: "\fc0e";
}
.ti-pennant:before {
  content: "\ed7d";
}
.ti-pennant-2:before {
  content: "\f06a";
}
.ti-pennant-2-filled:before {
  content: "\f68a";
}
.ti-pennant-filled:before {
  content: "\f68b";
}
.ti-pennant-off:before {
  content: "\f174";
}
.ti-pentagon:before {
  content: "\efe3";
}
.ti-pentagon-filled:before {
  content: "\f68c";
}
.ti-pentagon-number-0:before {
  content: "\fc7e";
}
.ti-pentagon-number-1:before {
  content: "\fc7f";
}
.ti-pentagon-number-2:before {
  content: "\fc80";
}
.ti-pentagon-number-3:before {
  content: "\fc81";
}
.ti-pentagon-number-4:before {
  content: "\fc82";
}
.ti-pentagon-number-5:before {
  content: "\fc83";
}
.ti-pentagon-number-6:before {
  content: "\fc84";
}
.ti-pentagon-number-7:before {
  content: "\fc85";
}
.ti-pentagon-number-8:before {
  content: "\fc86";
}
.ti-pentagon-number-9:before {
  content: "\fc87";
}
.ti-pentagon-off:before {
  content: "\f41a";
}
.ti-pentagon-plus:before {
  content: "\fc49";
}
.ti-pentagon-x:before {
  content: "\fc88";
}
.ti-pentagram:before {
  content: "\f586";
}
.ti-pepper:before {
  content: "\ef15";
}
.ti-pepper-off:before {
  content: "\f175";
}
.ti-percentage:before {
  content: "\ecf4";
}
.ti-perfume:before {
  content: "\f509";
}
.ti-perspective:before {
  content: "\eebd";
}
.ti-perspective-off:before {
  content: "\f176";
}
.ti-phone:before {
  content: "\eb09";
}
.ti-phone-call:before {
  content: "\eb05";
}
.ti-phone-calling:before {
  content: "\ec43";
}
.ti-phone-check:before {
  content: "\ec05";
}
.ti-phone-filled:before {
  content: "\fa49";
}
.ti-phone-incoming:before {
  content: "\eb06";
}
.ti-phone-off:before {
  content: "\ecf5";
}
.ti-phone-outgoing:before {
  content: "\eb07";
}
.ti-phone-pause:before {
  content: "\eb08";
}
.ti-phone-plus:before {
  content: "\ec06";
}
.ti-phone-x:before {
  content: "\ec07";
}
.ti-photo:before {
  content: "\eb0a";
}
.ti-photo-ai:before {
  content: "\fa32";
}
.ti-photo-bolt:before {
  content: "\f990";
}
.ti-photo-cancel:before {
  content: "\f35d";
}
.ti-photo-check:before {
  content: "\f35e";
}
.ti-photo-circle:before {
  content: "\fc4a";
}
.ti-photo-circle-minus:before {
  content: "\fc62";
}
.ti-photo-circle-plus:before {
  content: "\fc63";
}
.ti-photo-code:before {
  content: "\f991";
}
.ti-photo-cog:before {
  content: "\f992";
}
.ti-photo-dollar:before {
  content: "\f993";
}
.ti-photo-down:before {
  content: "\f35f";
}
.ti-photo-edit:before {
  content: "\f360";
}
.ti-photo-exclamation:before {
  content: "\f994";
}
.ti-photo-filled:before {
  content: "\fa4a";
}
.ti-photo-heart:before {
  content: "\f361";
}
.ti-photo-hexagon:before {
  content: "\fc4b";
}
.ti-photo-minus:before {
  content: "\f362";
}
.ti-photo-off:before {
  content: "\ecf6";
}
.ti-photo-pause:before {
  content: "\f995";
}
.ti-photo-pentagon:before {
  content: "\fc4c";
}
.ti-photo-pin:before {
  content: "\f996";
}
.ti-photo-plus:before {
  content: "\f363";
}
.ti-photo-question:before {
  content: "\f997";
}
.ti-photo-scan:before {
  content: "\fca8";
}
.ti-photo-search:before {
  content: "\f364";
}
.ti-photo-sensor:before {
  content: "\f798";
}
.ti-photo-sensor-2:before {
  content: "\f796";
}
.ti-photo-sensor-3:before {
  content: "\f797";
}
.ti-photo-share:before {
  content: "\f998";
}
.ti-photo-shield:before {
  content: "\f365";
}
.ti-photo-square-rounded:before {
  content: "\fc4d";
}
.ti-photo-star:before {
  content: "\f366";
}
.ti-photo-up:before {
  content: "\f38b";
}
.ti-photo-video:before {
  content: "\fc95";
}
.ti-photo-x:before {
  content: "\f367";
}
.ti-physotherapist:before {
  content: "\eebe";
}
.ti-piano:before {
  content: "\fad3";
}
.ti-pick:before {
  content: "\fafc";
}
.ti-picture-in-picture:before {
  content: "\ed35";
}
.ti-picture-in-picture-off:before {
  content: "\ed43";
}
.ti-picture-in-picture-on:before {
  content: "\ed44";
}
.ti-picture-in-picture-top:before {
  content: "\efe4";
}
.ti-pig:before {
  content: "\ef52";
}
.ti-pig-money:before {
  content: "\f38c";
}
.ti-pig-off:before {
  content: "\f177";
}
.ti-pilcrow:before {
  content: "\f5f6";
}
.ti-pilcrow-left:before {
  content: "\fd7f";
}
.ti-pilcrow-right:before {
  content: "\fd80";
}
.ti-pill:before {
  content: "\ec44";
}
.ti-pill-off:before {
  content: "\f178";
}
.ti-pills:before {
  content: "\ef66";
}
.ti-pin:before {
  content: "\ec9c";
}
.ti-pin-end:before {
  content: "\fd5b";
}
.ti-pin-filled:before {
  content: "\f68d";
}
.ti-pin-invoke:before {
  content: "\fd5c";
}
.ti-ping-pong:before {
  content: "\f38d";
}
.ti-pinned:before {
  content: "\ed60";
}
.ti-pinned-filled:before {
  content: "\f68e";
}
.ti-pinned-off:before {
  content: "\ed5f";
}
.ti-pizza:before {
  content: "\edbb";
}
.ti-pizza-off:before {
  content: "\f179";
}
.ti-placeholder:before {
  content: "\f626";
}
.ti-plane:before {
  content: "\eb6f";
}
.ti-plane-arrival:before {
  content: "\eb99";
}
.ti-plane-departure:before {
  content: "\eb9a";
}
.ti-plane-inflight:before {
  content: "\ef98";
}
.ti-plane-off:before {
  content: "\f17a";
}
.ti-plane-tilt:before {
  content: "\f1ed";
}
.ti-planet:before {
  content: "\ec08";
}
.ti-planet-off:before {
  content: "\f17b";
}
.ti-plant:before {
  content: "\ed50";
}
.ti-plant-2:before {
  content: "\ed7e";
}
.ti-plant-2-off:before {
  content: "\f17c";
}
.ti-plant-off:before {
  content: "\f17d";
}
.ti-play-basketball:before {
  content: "\fa66";
}
.ti-play-card:before {
  content: "\eebf";
}
.ti-play-card-off:before {
  content: "\f17e";
}
.ti-play-football:before {
  content: "\fa67";
}
.ti-play-handball:before {
  content: "\fa68";
}
.ti-play-volleyball:before {
  content: "\fa69";
}
.ti-player-eject:before {
  content: "\efbc";
}
.ti-player-eject-filled:before {
  content: "\f68f";
}
.ti-player-pause:before {
  content: "\ed45";
}
.ti-player-pause-filled:before {
  content: "\f690";
}
.ti-player-play:before {
  content: "\ed46";
}
.ti-player-play-filled:before {
  content: "\f691";
}
.ti-player-record:before {
  content: "\ed47";
}
.ti-player-record-filled:before {
  content: "\f692";
}
.ti-player-skip-back:before {
  content: "\ed48";
}
.ti-player-skip-back-filled:before {
  content: "\f693";
}
.ti-player-skip-forward:before {
  content: "\ed49";
}
.ti-player-skip-forward-filled:before {
  content: "\f694";
}
.ti-player-stop:before {
  content: "\ed4a";
}
.ti-player-stop-filled:before {
  content: "\f695";
}
.ti-player-track-next:before {
  content: "\ed4b";
}
.ti-player-track-next-filled:before {
  content: "\f696";
}
.ti-player-track-prev:before {
  content: "\ed4c";
}
.ti-player-track-prev-filled:before {
  content: "\f697";
}
.ti-playlist:before {
  content: "\eec0";
}
.ti-playlist-add:before {
  content: "\f008";
}
.ti-playlist-off:before {
  content: "\f17f";
}
.ti-playlist-x:before {
  content: "\f009";
}
.ti-playstation-circle:before {
  content: "\f2ad";
}
.ti-playstation-square:before {
  content: "\f2ae";
}
.ti-playstation-triangle:before {
  content: "\f2af";
}
.ti-playstation-x:before {
  content: "\f2b0";
}
.ti-plug:before {
  content: "\ebd9";
}
.ti-plug-connected:before {
  content: "\f00a";
}
.ti-plug-connected-x:before {
  content: "\f0a0";
}
.ti-plug-off:before {
  content: "\f180";
}
.ti-plug-x:before {
  content: "\f0a1";
}
.ti-plus:before {
  content: "\eb0b";
}
.ti-plus-equal:before {
  content: "\f7ad";
}
.ti-plus-minus:before {
  content: "\f7ae";
}
.ti-png:before {
  content: "\f3ad";
}
.ti-podium:before {
  content: "\f1d8";
}
.ti-podium-off:before {
  content: "\f41b";
}
.ti-point:before {
  content: "\eb0c";
}
.ti-point-filled:before {
  content: "\f698";
}
.ti-point-off:before {
  content: "\f181";
}
.ti-pointer:before {
  content: "\f265";
}
.ti-pointer-bolt:before {
  content: "\f999";
}
.ti-pointer-cancel:before {
  content: "\f99a";
}
.ti-pointer-check:before {
  content: "\f99b";
}
.ti-pointer-code:before {
  content: "\f99c";
}
.ti-pointer-cog:before {
  content: "\f99d";
}
.ti-pointer-dollar:before {
  content: "\f99e";
}
.ti-pointer-down:before {
  content: "\f99f";
}
.ti-pointer-exclamation:before {
  content: "\f9a0";
}
.ti-pointer-filled:before {
  content: "\fb30";
}
.ti-pointer-heart:before {
  content: "\f9a1";
}
.ti-pointer-minus:before {
  content: "\f9a2";
}
.ti-pointer-off:before {
  content: "\f9a3";
}
.ti-pointer-pause:before {
  content: "\f9a4";
}
.ti-pointer-pin:before {
  content: "\f9a5";
}
.ti-pointer-plus:before {
  content: "\f9a6";
}
.ti-pointer-question:before {
  content: "\f9a7";
}
.ti-pointer-search:before {
  content: "\f9a8";
}
.ti-pointer-share:before {
  content: "\f9a9";
}
.ti-pointer-star:before {
  content: "\f9aa";
}
.ti-pointer-up:before {
  content: "\f9ab";
}
.ti-pointer-x:before {
  content: "\f9ac";
}
.ti-pokeball:before {
  content: "\eec1";
}
.ti-pokeball-off:before {
  content: "\f41c";
}
.ti-poker-chip:before {
  content: "\f515";
}
.ti-polaroid:before {
  content: "\eec2";
}
.ti-polaroid-filled:before {
  content: "\fa4b";
}
.ti-polygon:before {
  content: "\efd0";
}
.ti-polygon-off:before {
  content: "\f182";
}
.ti-poo:before {
  content: "\f258";
}
.ti-pool:before {
  content: "\ed91";
}
.ti-pool-off:before {
  content: "\f41d";
}
.ti-power:before {
  content: "\eb0d";
}
.ti-pray:before {
  content: "\ecbf";
}
.ti-premium-rights:before {
  content: "\efbd";
}
.ti-prescription:before {
  content: "\ef99";
}
.ti-presentation:before {
  content: "\eb70";
}
.ti-presentation-analytics:before {
  content: "\eec3";
}
.ti-presentation-off:before {
  content: "\f183";
}
.ti-printer:before {
  content: "\eb0e";
}
.ti-printer-off:before {
  content: "\f184";
}
.ti-prism:before {
  content: "\fab1";
}
.ti-prism-off:before {
  content: "\faaf";
}
.ti-prism-plus:before {
  content: "\fab0";
}
.ti-prison:before {
  content: "\ef79";
}
.ti-progress:before {
  content: "\fa0d";
}
.ti-progress-alert:before {
  content: "\fa07";
}
.ti-progress-bolt:before {
  content: "\fa08";
}
.ti-progress-check:before {
  content: "\fa09";
}
.ti-progress-down:before {
  content: "\fa0a";
}
.ti-progress-help:before {
  content: "\fa0b";
}
.ti-progress-x:before {
  content: "\fa0c";
}
.ti-prompt:before {
  content: "\eb0f";
}
.ti-propeller:before {
  content: "\eec4";
}
.ti-propeller-off:before {
  content: "\f185";
}
.ti-protocol:before {
  content: "\fd81";
}
.ti-pumpkin-scary:before {
  content: "\f587";
}
.ti-puzzle:before {
  content: "\eb10";
}
.ti-puzzle-2:before {
  content: "\ef83";
}
.ti-puzzle-filled:before {
  content: "\f699";
}
.ti-puzzle-off:before {
  content: "\f186";
}
.ti-pyramid:before {
  content: "\eec5";
}
.ti-pyramid-off:before {
  content: "\f187";
}
.ti-pyramid-plus:before {
  content: "\fab2";
}
.ti-qrcode:before {
  content: "\eb11";
}
.ti-qrcode-off:before {
  content: "\f41e";
}
.ti-question-mark:before {
  content: "\ec9d";
}
.ti-quote:before {
  content: "\efbe";
}
.ti-quote-off:before {
  content: "\f188";
}
.ti-quotes:before {
  content: "\fb1e";
}
.ti-radar:before {
  content: "\f017";
}
.ti-radar-2:before {
  content: "\f016";
}
.ti-radar-off:before {
  content: "\f41f";
}
.ti-radio:before {
  content: "\ef2d";
}
.ti-radio-off:before {
  content: "\f420";
}
.ti-radioactive:before {
  content: "\ecc0";
}
.ti-radioactive-filled:before {
  content: "\f760";
}
.ti-radioactive-off:before {
  content: "\f189";
}
.ti-radius-bottom-left:before {
  content: "\eec6";
}
.ti-radius-bottom-right:before {
  content: "\eec7";
}
.ti-radius-top-left:before {
  content: "\eec8";
}
.ti-radius-top-right:before {
  content: "\eec9";
}
.ti-rainbow:before {
  content: "\edbc";
}
.ti-rainbow-off:before {
  content: "\f18a";
}
.ti-rating-12-plus:before {
  content: "\f266";
}
.ti-rating-14-plus:before {
  content: "\f267";
}
.ti-rating-16-plus:before {
  content: "\f268";
}
.ti-rating-18-plus:before {
  content: "\f269";
}
.ti-rating-21-plus:before {
  content: "\f26a";
}
.ti-razor:before {
  content: "\f4b5";
}
.ti-razor-electric:before {
  content: "\f4b4";
}
.ti-receipt:before {
  content: "\edfd";
}
.ti-receipt-2:before {
  content: "\edfa";
}
.ti-receipt-bitcoin:before {
  content: "\fd66";
}
.ti-receipt-dollar:before {
  content: "\fd67";
}
.ti-receipt-euro:before {
  content: "\fd68";
}
.ti-receipt-off:before {
  content: "\edfb";
}
.ti-receipt-pound:before {
  content: "\fd69";
}
.ti-receipt-refund:before {
  content: "\edfc";
}
.ti-receipt-rupee:before {
  content: "\fd82";
}
.ti-receipt-tax:before {
  content: "\edbd";
}
.ti-receipt-yen:before {
  content: "\fd6a";
}
.ti-receipt-yuan:before {
  content: "\fd6b";
}
.ti-recharging:before {
  content: "\eeca";
}
.ti-record-mail:before {
  content: "\eb12";
}
.ti-record-mail-off:before {
  content: "\f18b";
}
.ti-rectangle:before {
  content: "\ed37";
}
.ti-rectangle-filled:before {
  content: "\f69a";
}
.ti-rectangle-rounded-bottom:before {
  content: "\faed";
}
.ti-rectangle-rounded-top:before {
  content: "\faee";
}
.ti-rectangle-vertical:before {
  content: "\ed36";
}
.ti-rectangle-vertical-filled:before {
  content: "\f69b";
}
.ti-rectangular-prism:before {
  content: "\fab5";
}
.ti-rectangular-prism-off:before {
  content: "\fab3";
}
.ti-rectangular-prism-plus:before {
  content: "\fab4";
}
.ti-recycle:before {
  content: "\eb9b";
}
.ti-recycle-off:before {
  content: "\f18c";
}
.ti-refresh:before {
  content: "\eb13";
}
.ti-refresh-alert:before {
  content: "\ed57";
}
.ti-refresh-dot:before {
  content: "\efbf";
}
.ti-refresh-off:before {
  content: "\f18d";
}
.ti-regex:before {
  content: "\f31f";
}
.ti-regex-off:before {
  content: "\f421";
}
.ti-registered:before {
  content: "\eb14";
}
.ti-relation-many-to-many:before {
  content: "\ed7f";
}
.ti-relation-one-to-many:before {
  content: "\ed80";
}
.ti-relation-one-to-one:before {
  content: "\ed81";
}
.ti-reload:before {
  content: "\f3ae";
}
.ti-reorder:before {
  content: "\fc15";
}
.ti-repeat:before {
  content: "\eb72";
}
.ti-repeat-off:before {
  content: "\f18e";
}
.ti-repeat-once:before {
  content: "\eb71";
}
.ti-replace:before {
  content: "\ebc7";
}
.ti-replace-filled:before {
  content: "\f69c";
}
.ti-replace-off:before {
  content: "\f422";
}
.ti-report:before {
  content: "\eece";
}
.ti-report-analytics:before {
  content: "\eecb";
}
.ti-report-medical:before {
  content: "\eecc";
}
.ti-report-money:before {
  content: "\eecd";
}
.ti-report-off:before {
  content: "\f18f";
}
.ti-report-search:before {
  content: "\ef84";
}
.ti-reserved-line:before {
  content: "\f9f6";
}
.ti-resize:before {
  content: "\eecf";
}
.ti-restore:before {
  content: "\fafd";
}
.ti-rewind-backward-10:before {
  content: "\faba";
}
.ti-rewind-backward-15:before {
  content: "\fabb";
}
.ti-rewind-backward-20:before {
  content: "\fabc";
}
.ti-rewind-backward-30:before {
  content: "\fabd";
}
.ti-rewind-backward-40:before {
  content: "\fabe";
}
.ti-rewind-backward-5:before {
  content: "\fabf";
}
.ti-rewind-backward-50:before {
  content: "\fac0";
}
.ti-rewind-backward-60:before {
  content: "\fac1";
}
.ti-rewind-forward-10:before {
  content: "\fac2";
}
.ti-rewind-forward-15:before {
  content: "\fac3";
}
.ti-rewind-forward-20:before {
  content: "\fac4";
}
.ti-rewind-forward-30:before {
  content: "\fac5";
}
.ti-rewind-forward-40:before {
  content: "\fac6";
}
.ti-rewind-forward-5:before {
  content: "\fac7";
}
.ti-rewind-forward-50:before {
  content: "\fac8";
}
.ti-rewind-forward-60:before {
  content: "\fac9";
}
.ti-ribbon-health:before {
  content: "\f58e";
}
.ti-rings:before {
  content: "\fa6a";
}
.ti-ripple:before {
  content: "\ed82";
}
.ti-ripple-off:before {
  content: "\f190";
}
.ti-road:before {
  content: "\f018";
}
.ti-road-off:before {
  content: "\f191";
}
.ti-road-sign:before {
  content: "\ecdd";
}
.ti-robot:before {
  content: "\f00b";
}
.ti-robot-face:before {
  content: "\fcbe";
}
.ti-robot-off:before {
  content: "\f192";
}
.ti-rocket:before {
  content: "\ec45";
}
.ti-rocket-off:before {
  content: "\f193";
}
.ti-roller-skating:before {
  content: "\efd1";
}
.ti-rollercoaster:before {
  content: "\f0a2";
}
.ti-rollercoaster-off:before {
  content: "\f423";
}
.ti-rosette:before {
  content: "\f599";
}
.ti-rosette-filled:before {
  content: "\f69d";
}
.ti-rosette-number-0:before {
  content: "\f58f";
}
.ti-rosette-number-1:before {
  content: "\f590";
}
.ti-rosette-number-2:before {
  content: "\f591";
}
.ti-rosette-number-3:before {
  content: "\f592";
}
.ti-rosette-number-4:before {
  content: "\f593";
}
.ti-rosette-number-5:before {
  content: "\f594";
}
.ti-rosette-number-6:before {
  content: "\f595";
}
.ti-rosette-number-7:before {
  content: "\f596";
}
.ti-rosette-number-8:before {
  content: "\f597";
}
.ti-rosette-number-9:before {
  content: "\f598";
}
.ti-rotate:before {
  content: "\eb16";
}
.ti-rotate-2:before {
  content: "\ebb4";
}
.ti-rotate-360:before {
  content: "\ef85";
}
.ti-rotate-clockwise:before {
  content: "\eb15";
}
.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}
.ti-rotate-dot:before {
  content: "\efe5";
}
.ti-rotate-rectangle:before {
  content: "\ec15";
}
.ti-route:before {
  content: "\eb17";
}
.ti-route-2:before {
  content: "\f4b6";
}
.ti-route-alt-left:before {
  content: "\fca9";
}
.ti-route-alt-right:before {
  content: "\fcaa";
}
.ti-route-off:before {
  content: "\f194";
}
.ti-route-scan:before {
  content: "\fcbf";
}
.ti-route-square:before {
  content: "\fcac";
}
.ti-route-square-2:before {
  content: "\fcab";
}
.ti-route-x:before {
  content: "\fcae";
}
.ti-route-x-2:before {
  content: "\fcad";
}
.ti-router:before {
  content: "\eb18";
}
.ti-router-off:before {
  content: "\f424";
}
.ti-row-insert-bottom:before {
  content: "\eed0";
}
.ti-row-insert-top:before {
  content: "\eed1";
}
.ti-row-remove:before {
  content: "\fafe";
}
.ti-rss:before {
  content: "\eb19";
}
.ti-rubber-stamp:before {
  content: "\f5ab";
}
.ti-rubber-stamp-off:before {
  content: "\f5aa";
}
.ti-ruler:before {
  content: "\eb1a";
}
.ti-ruler-2:before {
  content: "\eed2";
}
.ti-ruler-2-off:before {
  content: "\f195";
}
.ti-ruler-3:before {
  content: "\f290";
}
.ti-ruler-measure:before {
  content: "\f291";
}
.ti-ruler-off:before {
  content: "\f196";
}
.ti-run:before {
  content: "\ec82";
}
.ti-rv-truck:before {
  content: "\fcc0";
}
.ti-s-turn-down:before {
  content: "\f516";
}
.ti-s-turn-left:before {
  content: "\f517";
}
.ti-s-turn-right:before {
  content: "\f518";
}
.ti-s-turn-up:before {
  content: "\f519";
}
.ti-sailboat:before {
  content: "\ec83";
}
.ti-sailboat-2:before {
  content: "\f5f7";
}
.ti-sailboat-off:before {
  content: "\f425";
}
.ti-salad:before {
  content: "\f50a";
}
.ti-salt:before {
  content: "\ef16";
}
.ti-sandbox:before {
  content: "\fd6c";
}
.ti-satellite:before {
  content: "\eed3";
}
.ti-satellite-off:before {
  content: "\f197";
}
.ti-sausage:before {
  content: "\ef17";
}
.ti-scale:before {
  content: "\ebc2";
}
.ti-scale-off:before {
  content: "\f198";
}
.ti-scale-outline:before {
  content: "\ef53";
}
.ti-scale-outline-off:before {
  content: "\f199";
}
.ti-scan:before {
  content: "\ebc8";
}
.ti-scan-eye:before {
  content: "\f1ff";
}
.ti-schema:before {
  content: "\f200";
}
.ti-schema-off:before {
  content: "\f426";
}
.ti-school:before {
  content: "\ecf7";
}
.ti-school-bell:before {
  content: "\f64a";
}
.ti-school-off:before {
  content: "\f19a";
}
.ti-scissors:before {
  content: "\eb1b";
}
.ti-scissors-off:before {
  content: "\f19b";
}
.ti-scooter:before {
  content: "\ec6c";
}
.ti-scooter-electric:before {
  content: "\ecc1";
}
.ti-scoreboard:before {
  content: "\fa6b";
}
.ti-screen-share:before {
  content: "\ed18";
}
.ti-screen-share-off:before {
  content: "\ed17";
}
.ti-screenshot:before {
  content: "\f201";
}
.ti-scribble:before {
  content: "\f0a3";
}
.ti-scribble-off:before {
  content: "\f427";
}
.ti-script:before {
  content: "\f2da";
}
.ti-script-minus:before {
  content: "\f2d7";
}
.ti-script-plus:before {
  content: "\f2d8";
}
.ti-script-x:before {
  content: "\f2d9";
}
.ti-scuba-diving:before {
  content: "\fd4e";
}
.ti-scuba-mask:before {
  content: "\eed4";
}
.ti-scuba-mask-off:before {
  content: "\f428";
}
.ti-sdk:before {
  content: "\f3af";
}
.ti-search:before {
  content: "\eb1c";
}
.ti-search-off:before {
  content: "\f19c";
}
.ti-section:before {
  content: "\eed5";
}
.ti-section-sign:before {
  content: "\f019";
}
.ti-seeding:before {
  content: "\ed51";
}
.ti-seeding-off:before {
  content: "\f19d";
}
.ti-select:before {
  content: "\ec9e";
}
.ti-select-all:before {
  content: "\f9f7";
}
.ti-selector:before {
  content: "\eb1d";
}
.ti-send:before {
  content: "\eb1e";
}
.ti-send-2:before {
  content: "\fd5d";
}
.ti-send-off:before {
  content: "\f429";
}
.ti-seo:before {
  content: "\f26b";
}
.ti-separator:before {
  content: "\ebda";
}
.ti-separator-horizontal:before {
  content: "\ec79";
}
.ti-separator-vertical:before {
  content: "\ec7a";
}
.ti-server:before {
  content: "\eb1f";
}
.ti-server-2:before {
  content: "\f07c";
}
.ti-server-bolt:before {
  content: "\f320";
}
.ti-server-cog:before {
  content: "\f321";
}
.ti-server-off:before {
  content: "\f19e";
}
.ti-servicemark:before {
  content: "\ec09";
}
.ti-settings:before {
  content: "\eb20";
}
.ti-settings-2:before {
  content: "\f5ac";
}
.ti-settings-automation:before {
  content: "\eed6";
}
.ti-settings-bolt:before {
  content: "\f9ad";
}
.ti-settings-cancel:before {
  content: "\f9ae";
}
.ti-settings-check:before {
  content: "\f9af";
}
.ti-settings-code:before {
  content: "\f9b0";
}
.ti-settings-cog:before {
  content: "\f9b1";
}
.ti-settings-dollar:before {
  content: "\f9b2";
}
.ti-settings-down:before {
  content: "\f9b3";
}
.ti-settings-exclamation:before {
  content: "\f9b4";
}
.ti-settings-filled:before {
  content: "\f69e";
}
.ti-settings-heart:before {
  content: "\f9b5";
}
.ti-settings-minus:before {
  content: "\f9b6";
}
.ti-settings-off:before {
  content: "\f19f";
}
.ti-settings-pause:before {
  content: "\f9b7";
}
.ti-settings-pin:before {
  content: "\f9b8";
}
.ti-settings-plus:before {
  content: "\f9b9";
}
.ti-settings-question:before {
  content: "\f9ba";
}
.ti-settings-search:before {
  content: "\f9bb";
}
.ti-settings-share:before {
  content: "\f9bc";
}
.ti-settings-star:before {
  content: "\f9bd";
}
.ti-settings-up:before {
  content: "\f9be";
}
.ti-settings-x:before {
  content: "\f9bf";
}
.ti-shadow:before {
  content: "\eed8";
}
.ti-shadow-off:before {
  content: "\eed7";
}
.ti-shape:before {
  content: "\eb9c";
}
.ti-shape-2:before {
  content: "\eed9";
}
.ti-shape-3:before {
  content: "\eeda";
}
.ti-shape-off:before {
  content: "\f1a0";
}
.ti-share:before {
  content: "\eb21";
}
.ti-share-2:before {
  content: "\f799";
}
.ti-share-3:before {
  content: "\f7bd";
}
.ti-share-off:before {
  content: "\f1a1";
}
.ti-shi-jumping:before {
  content: "\fa6c";
}
.ti-shield:before {
  content: "\eb24";
}
.ti-shield-bolt:before {
  content: "\f9c0";
}
.ti-shield-cancel:before {
  content: "\f9c1";
}
.ti-shield-check:before {
  content: "\eb22";
}
.ti-shield-check-filled:before {
  content: "\f761";
}
.ti-shield-checkered:before {
  content: "\ef9a";
}
.ti-shield-checkered-filled:before {
  content: "\f762";
}
.ti-shield-chevron:before {
  content: "\ef9b";
}
.ti-shield-code:before {
  content: "\f9c2";
}
.ti-shield-cog:before {
  content: "\f9c3";
}
.ti-shield-dollar:before {
  content: "\f9c4";
}
.ti-shield-down:before {
  content: "\f9c5";
}
.ti-shield-exclamation:before {
  content: "\f9c6";
}
.ti-shield-filled:before {
  content: "\f69f";
}
.ti-shield-half:before {
  content: "\f358";
}
.ti-shield-half-filled:before {
  content: "\f357";
}
.ti-shield-heart:before {
  content: "\f9c7";
}
.ti-shield-lock:before {
  content: "\ed58";
}
.ti-shield-lock-filled:before {
  content: "\f763";
}
.ti-shield-minus:before {
  content: "\f9c8";
}
.ti-shield-off:before {
  content: "\ecf8";
}
.ti-shield-pause:before {
  content: "\f9c9";
}
.ti-shield-pin:before {
  content: "\f9ca";
}
.ti-shield-plus:before {
  content: "\f9cb";
}
.ti-shield-question:before {
  content: "\f9cc";
}
.ti-shield-search:before {
  content: "\f9cd";
}
.ti-shield-share:before {
  content: "\f9ce";
}
.ti-shield-star:before {
  content: "\f9cf";
}
.ti-shield-up:before {
  content: "\f9d0";
}
.ti-shield-x:before {
  content: "\eb23";
}
.ti-ship:before {
  content: "\ec84";
}
.ti-ship-off:before {
  content: "\f42a";
}
.ti-shirt:before {
  content: "\ec0a";
}
.ti-shirt-filled:before {
  content: "\f6a0";
}
.ti-shirt-off:before {
  content: "\f1a2";
}
.ti-shirt-sport:before {
  content: "\f26c";
}
.ti-shoe:before {
  content: "\efd2";
}
.ti-shoe-off:before {
  content: "\f1a4";
}
.ti-shopping-bag:before {
  content: "\f5f8";
}
.ti-shopping-bag-check:before {
  content: "\fc16";
}
.ti-shopping-bag-discount:before {
  content: "\fc17";
}
.ti-shopping-bag-edit:before {
  content: "\fc18";
}
.ti-shopping-bag-exclamation:before {
  content: "\fc19";
}
.ti-shopping-bag-minus:before {
  content: "\fc1a";
}
.ti-shopping-bag-plus:before {
  content: "\fc1b";
}
.ti-shopping-bag-search:before {
  content: "\fc1c";
}
.ti-shopping-bag-x:before {
  content: "\fc1d";
}
.ti-shopping-cart:before {
  content: "\eb25";
}
.ti-shopping-cart-bolt:before {
  content: "\fb57";
}
.ti-shopping-cart-cancel:before {
  content: "\fb58";
}
.ti-shopping-cart-check:before {
  content: "\fb59";
}
.ti-shopping-cart-code:before {
  content: "\fb5a";
}
.ti-shopping-cart-cog:before {
  content: "\fb5b";
}
.ti-shopping-cart-copy:before {
  content: "\fb5c";
}
.ti-shopping-cart-discount:before {
  content: "\fb5d";
}
.ti-shopping-cart-dollar:before {
  content: "\fb5e";
}
.ti-shopping-cart-down:before {
  content: "\fb5f";
}
.ti-shopping-cart-exclamation:before {
  content: "\fb60";
}
.ti-shopping-cart-filled:before {
  content: "\fc3f";
}
.ti-shopping-cart-heart:before {
  content: "\fb61";
}
.ti-shopping-cart-minus:before {
  content: "\fb62";
}
.ti-shopping-cart-off:before {
  content: "\eedc";
}
.ti-shopping-cart-pause:before {
  content: "\fb63";
}
.ti-shopping-cart-pin:before {
  content: "\fb64";
}
.ti-shopping-cart-plus:before {
  content: "\fb65";
}
.ti-shopping-cart-question:before {
  content: "\fb66";
}
.ti-shopping-cart-search:before {
  content: "\fb67";
}
.ti-shopping-cart-share:before {
  content: "\fb68";
}
.ti-shopping-cart-star:before {
  content: "\fb69";
}
.ti-shopping-cart-up:before {
  content: "\fb6a";
}
.ti-shopping-cart-x:before {
  content: "\fb6b";
}
.ti-shovel:before {
  content: "\f1d9";
}
.ti-shovel-pitchforks:before {
  content: "\fd3a";
}
.ti-shredder:before {
  content: "\eedf";
}
.ti-sign-left:before {
  content: "\f06b";
}
.ti-sign-left-filled:before {
  content: "\f6a1";
}
.ti-sign-right:before {
  content: "\f06c";
}
.ti-sign-right-filled:before {
  content: "\f6a2";
}
.ti-signal-2g:before {
  content: "\f79a";
}
.ti-signal-3g:before {
  content: "\f1ee";
}
.ti-signal-4g:before {
  content: "\f1ef";
}
.ti-signal-4g-plus:before {
  content: "\f259";
}
.ti-signal-5g:before {
  content: "\f1f0";
}
.ti-signal-6g:before {
  content: "\f9f8";
}
.ti-signal-e:before {
  content: "\f9f9";
}
.ti-signal-g:before {
  content: "\f9fa";
}
.ti-signal-h:before {
  content: "\f9fc";
}
.ti-signal-h-plus:before {
  content: "\f9fb";
}
.ti-signal-lte:before {
  content: "\f9fd";
}
.ti-signature:before {
  content: "\eee0";
}
.ti-signature-off:before {
  content: "\f1a5";
}
.ti-sitemap:before {
  content: "\eb9d";
}
.ti-sitemap-off:before {
  content: "\f1a6";
}
.ti-skateboard:before {
  content: "\ecc2";
}
.ti-skateboard-off:before {
  content: "\f42b";
}
.ti-skateboarding:before {
  content: "\faca";
}
.ti-skew-x:before {
  content: "\fd3b";
}
.ti-skew-y:before {
  content: "\fd3c";
}
.ti-skull:before {
  content: "\f292";
}
.ti-slash:before {
  content: "\f4f9";
}
.ti-slashes:before {
  content: "\f588";
}
.ti-sleigh:before {
  content: "\ef9c";
}
.ti-slice:before {
  content: "\ebdb";
}
.ti-slideshow:before {
  content: "\ebc9";
}
.ti-smart-home:before {
  content: "\ecde";
}
.ti-smart-home-off:before {
  content: "\f1a7";
}
.ti-smoking:before {
  content: "\ecc4";
}
.ti-smoking-no:before {
  content: "\ecc3";
}
.ti-snowboarding:before {
  content: "\fd4f";
}
.ti-snowflake:before {
  content: "\ec0b";
}
.ti-snowflake-off:before {
  content: "\f1a8";
}
.ti-snowman:before {
  content: "\f26d";
}
.ti-soccer-field:before {
  content: "\ed92";
}
.ti-social:before {
  content: "\ebec";
}
.ti-social-off:before {
  content: "\f1a9";
}
.ti-sock:before {
  content: "\eee1";
}
.ti-sofa:before {
  content: "\efaf";
}
.ti-sofa-off:before {
  content: "\f42c";
}
.ti-solar-electricity:before {
  content: "\fcc1";
}
.ti-solar-panel:before {
  content: "\f7bf";
}
.ti-solar-panel-2:before {
  content: "\f7be";
}
.ti-sort-0-9:before {
  content: "\f54d";
}
.ti-sort-9-0:before {
  content: "\f54e";
}
.ti-sort-a-z:before {
  content: "\f54f";
}
.ti-sort-ascending:before {
  content: "\eb26";
}
.ti-sort-ascending-2:before {
  content: "\eee2";
}
.ti-sort-ascending-letters:before {
  content: "\ef18";
}
.ti-sort-ascending-numbers:before {
  content: "\ef19";
}
.ti-sort-descending:before {
  content: "\eb27";
}
.ti-sort-descending-2:before {
  content: "\eee3";
}
.ti-sort-descending-letters:before {
  content: "\ef1a";
}
.ti-sort-descending-numbers:before {
  content: "\ef1b";
}
.ti-sort-z-a:before {
  content: "\f550";
}
.ti-sos:before {
  content: "\f24a";
}
.ti-soup:before {
  content: "\ef2e";
}
.ti-soup-off:before {
  content: "\f42d";
}
.ti-source-code:before {
  content: "\f4a2";
}
.ti-space:before {
  content: "\ec0c";
}
.ti-space-off:before {
  content: "\f1aa";
}
.ti-spacing-horizontal:before {
  content: "\ef54";
}
.ti-spacing-vertical:before {
  content: "\ef55";
}
.ti-spade:before {
  content: "\effa";
}
.ti-spade-filled:before {
  content: "\f6a3";
}
.ti-sparkles:before {
  content: "\f6d7";
}
.ti-speakerphone:before {
  content: "\ed61";
}
.ti-speedboat:before {
  content: "\ed93";
}
.ti-sphere:before {
  content: "\fab8";
}
.ti-sphere-off:before {
  content: "\fab6";
}
.ti-sphere-plus:before {
  content: "\fab7";
}
.ti-spider:before {
  content: "\f293";
}
.ti-spiral:before {
  content: "\f294";
}
.ti-spiral-off:before {
  content: "\f42e";
}
.ti-sport-billard:before {
  content: "\eee4";
}
.ti-spray:before {
  content: "\f50b";
}
.ti-spy:before {
  content: "\f227";
}
.ti-spy-off:before {
  content: "\f42f";
}
.ti-sql:before {
  content: "\f7c0";
}
.ti-square:before {
  content: "\eb2c";
}
.ti-square-0-filled:before {
  content: "\f764";
}
.ti-square-1-filled:before {
  content: "\f765";
}
.ti-square-2-filled:before {
  content: "\f7fa";
}
.ti-square-3-filled:before {
  content: "\f766";
}
.ti-square-4-filled:before {
  content: "\f767";
}
.ti-square-5-filled:before {
  content: "\f768";
}
.ti-square-6-filled:before {
  content: "\f769";
}
.ti-square-7-filled:before {
  content: "\f76a";
}
.ti-square-8-filled:before {
  content: "\f76b";
}
.ti-square-9-filled:before {
  content: "\f76c";
}
.ti-square-arrow-down:before {
  content: "\f4b7";
}
.ti-square-arrow-down-filled:before {
  content: "\fb31";
}
.ti-square-arrow-left:before {
  content: "\f4b8";
}
.ti-square-arrow-left-filled:before {
  content: "\fb32";
}
.ti-square-arrow-right:before {
  content: "\f4b9";
}
.ti-square-arrow-right-filled:before {
  content: "\fb33";
}
.ti-square-arrow-up:before {
  content: "\f4ba";
}
.ti-square-arrow-up-filled:before {
  content: "\fb34";
}
.ti-square-asterisk:before {
  content: "\f01a";
}
.ti-square-asterisk-filled:before {
  content: "\fb35";
}
.ti-square-check:before {
  content: "\eb28";
}
.ti-square-check-filled:before {
  content: "\f76d";
}
.ti-square-chevron-down:before {
  content: "\f627";
}
.ti-square-chevron-down-filled:before {
  content: "\fb36";
}
.ti-square-chevron-left:before {
  content: "\f628";
}
.ti-square-chevron-left-filled:before {
  content: "\fb37";
}
.ti-square-chevron-right:before {
  content: "\f629";
}
.ti-square-chevron-right-filled:before {
  content: "\fb38";
}
.ti-square-chevron-up:before {
  content: "\f62a";
}
.ti-square-chevron-up-filled:before {
  content: "\fb39";
}
.ti-square-chevrons-down:before {
  content: "\f64b";
}
.ti-square-chevrons-down-filled:before {
  content: "\fb3a";
}
.ti-square-chevrons-left:before {
  content: "\f64c";
}
.ti-square-chevrons-left-filled:before {
  content: "\fb3b";
}
.ti-square-chevrons-right:before {
  content: "\f64d";
}
.ti-square-chevrons-right-filled:before {
  content: "\fb3c";
}
.ti-square-chevrons-up:before {
  content: "\f64e";
}
.ti-square-chevrons-up-filled:before {
  content: "\fb3d";
}
.ti-square-dot:before {
  content: "\ed59";
}
.ti-square-dot-filled:before {
  content: "\fb3e";
}
.ti-square-f0:before {
  content: "\f526";
}
.ti-square-f0-filled:before {
  content: "\f76e";
}
.ti-square-f1:before {
  content: "\f527";
}
.ti-square-f1-filled:before {
  content: "\f76f";
}
.ti-square-f2:before {
  content: "\f528";
}
.ti-square-f2-filled:before {
  content: "\f770";
}
.ti-square-f3:before {
  content: "\f529";
}
.ti-square-f3-filled:before {
  content: "\f771";
}
.ti-square-f4:before {
  content: "\f52a";
}
.ti-square-f4-filled:before {
  content: "\f772";
}
.ti-square-f5:before {
  content: "\f52b";
}
.ti-square-f5-filled:before {
  content: "\f773";
}
.ti-square-f6:before {
  content: "\f52c";
}
.ti-square-f6-filled:before {
  content: "\f774";
}
.ti-square-f7:before {
  content: "\f52d";
}
.ti-square-f7-filled:before {
  content: "\f775";
}
.ti-square-f8:before {
  content: "\f52e";
}
.ti-square-f8-filled:before {
  content: "\f776";
}
.ti-square-f9:before {
  content: "\f52f";
}
.ti-square-f9-filled:before {
  content: "\f777";
}
.ti-square-filled:before {
  content: "\fc40";
}
.ti-square-forbid:before {
  content: "\ed5b";
}
.ti-square-forbid-2:before {
  content: "\ed5a";
}
.ti-square-half:before {
  content: "\effb";
}
.ti-square-key:before {
  content: "\f638";
}
.ti-square-letter-a:before {
  content: "\f47c";
}
.ti-square-letter-b:before {
  content: "\f47d";
}
.ti-square-letter-c:before {
  content: "\f47e";
}
.ti-square-letter-d:before {
  content: "\f47f";
}
.ti-square-letter-e:before {
  content: "\f480";
}
.ti-square-letter-f:before {
  content: "\f481";
}
.ti-square-letter-g:before {
  content: "\f482";
}
.ti-square-letter-h:before {
  content: "\f483";
}
.ti-square-letter-i:before {
  content: "\f484";
}
.ti-square-letter-j:before {
  content: "\f485";
}
.ti-square-letter-k:before {
  content: "\f486";
}
.ti-square-letter-l:before {
  content: "\f487";
}
.ti-square-letter-m:before {
  content: "\f488";
}
.ti-square-letter-n:before {
  content: "\f489";
}
.ti-square-letter-o:before {
  content: "\f48a";
}
.ti-square-letter-p:before {
  content: "\f48b";
}
.ti-square-letter-q:before {
  content: "\f48c";
}
.ti-square-letter-r:before {
  content: "\f48d";
}
.ti-square-letter-s:before {
  content: "\f48e";
}
.ti-square-letter-t:before {
  content: "\f48f";
}
.ti-square-letter-u:before {
  content: "\f490";
}
.ti-square-letter-v:before {
  content: "\f4bb";
}
.ti-square-letter-w:before {
  content: "\f491";
}
.ti-square-letter-x:before {
  content: "\f4bc";
}
.ti-square-letter-y:before {
  content: "\f492";
}
.ti-square-letter-z:before {
  content: "\f493";
}
.ti-square-minus:before {
  content: "\eb29";
}
.ti-square-minus-filled:before {
  content: "\fb3f";
}
.ti-square-number-0:before {
  content: "\eee5";
}
.ti-square-number-1:before {
  content: "\eee6";
}
.ti-square-number-2:before {
  content: "\eee7";
}
.ti-square-number-3:before {
  content: "\eee8";
}
.ti-square-number-4:before {
  content: "\eee9";
}
.ti-square-number-5:before {
  content: "\eeea";
}
.ti-square-number-6:before {
  content: "\eeeb";
}
.ti-square-number-7:before {
  content: "\eeec";
}
.ti-square-number-8:before {
  content: "\eeed";
}
.ti-square-number-9:before {
  content: "\eeee";
}
.ti-square-off:before {
  content: "\eeef";
}
.ti-square-percentage:before {
  content: "\fd83";
}
.ti-square-plus:before {
  content: "\eb2a";
}
.ti-square-plus-2:before {
  content: "\fc96";
}
.ti-square-root:before {
  content: "\eef1";
}
.ti-square-root-2:before {
  content: "\eef0";
}
.ti-square-rotated:before {
  content: "\ecdf";
}
.ti-square-rotated-filled:before {
  content: "\f6a4";
}
.ti-square-rotated-forbid:before {
  content: "\f01c";
}
.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}
.ti-square-rotated-off:before {
  content: "\eef2";
}
.ti-square-rounded:before {
  content: "\f59a";
}
.ti-square-rounded-arrow-down:before {
  content: "\f639";
}
.ti-square-rounded-arrow-down-filled:before {
  content: "\f6db";
}
.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}
.ti-square-rounded-arrow-left-filled:before {
  content: "\f6dc";
}
.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}
.ti-square-rounded-arrow-right-filled:before {
  content: "\f6dd";
}
.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}
.ti-square-rounded-arrow-up-filled:before {
  content: "\f6de";
}
.ti-square-rounded-check:before {
  content: "\f63d";
}
.ti-square-rounded-check-filled:before {
  content: "\f6df";
}
.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}
.ti-square-rounded-chevron-down-filled:before {
  content: "\f6e0";
}
.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}
.ti-square-rounded-chevron-left-filled:before {
  content: "\f6e1";
}
.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}
.ti-square-rounded-chevron-right-filled:before {
  content: "\f6e2";
}
.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}
.ti-square-rounded-chevron-up-filled:before {
  content: "\f6e3";
}
.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}
.ti-square-rounded-chevrons-down-filled:before {
  content: "\f6e4";
}
.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}
.ti-square-rounded-chevrons-left-filled:before {
  content: "\f6e5";
}
.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}
.ti-square-rounded-chevrons-right-filled:before {
  content: "\f6e6";
}
.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}
.ti-square-rounded-chevrons-up-filled:before {
  content: "\f6e7";
}
.ti-square-rounded-filled:before {
  content: "\f6a5";
}
.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}
.ti-square-rounded-letter-b:before {
  content: "\f5af";
}
.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}
.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}
.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}
.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}
.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}
.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}
.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}
.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}
.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}
.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}
.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}
.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}
.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}
.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}
.ti-square-rounded-letter-q:before {
  content: "\f5be";
}
.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}
.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}
.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}
.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}
.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}
.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}
.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}
.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}
.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}
.ti-square-rounded-minus:before {
  content: "\f63e";
}
.ti-square-rounded-minus-2:before {
  content: "\fc97";
}
.ti-square-rounded-minus-filled:before {
  content: "\fb40";
}
.ti-square-rounded-number-0:before {
  content: "\f5c8";
}
.ti-square-rounded-number-0-filled:before {
  content: "\f778";
}
.ti-square-rounded-number-1:before {
  content: "\f5c9";
}
.ti-square-rounded-number-1-filled:before {
  content: "\f779";
}
.ti-square-rounded-number-2:before {
  content: "\f5ca";
}
.ti-square-rounded-number-2-filled:before {
  content: "\f77a";
}
.ti-square-rounded-number-3:before {
  content: "\f5cb";
}
.ti-square-rounded-number-3-filled:before {
  content: "\f77b";
}
.ti-square-rounded-number-4:before {
  content: "\f5cc";
}
.ti-square-rounded-number-4-filled:before {
  content: "\f77c";
}
.ti-square-rounded-number-5:before {
  content: "\f5cd";
}
.ti-square-rounded-number-5-filled:before {
  content: "\f77d";
}
.ti-square-rounded-number-6:before {
  content: "\f5ce";
}
.ti-square-rounded-number-6-filled:before {
  content: "\f77e";
}
.ti-square-rounded-number-7:before {
  content: "\f5cf";
}
.ti-square-rounded-number-7-filled:before {
  content: "\f77f";
}
.ti-square-rounded-number-8:before {
  content: "\f5d0";
}
.ti-square-rounded-number-8-filled:before {
  content: "\f780";
}
.ti-square-rounded-number-9:before {
  content: "\f5d1";
}
.ti-square-rounded-number-9-filled:before {
  content: "\f781";
}
.ti-square-rounded-percentage:before {
  content: "\fd84";
}
.ti-square-rounded-plus:before {
  content: "\f63f";
}
.ti-square-rounded-plus-2:before {
  content: "\fc98";
}
.ti-square-rounded-plus-filled:before {
  content: "\f6e8";
}
.ti-square-rounded-x:before {
  content: "\f640";
}
.ti-square-rounded-x-filled:before {
  content: "\f6e9";
}
.ti-square-toggle:before {
  content: "\eef4";
}
.ti-square-toggle-horizontal:before {
  content: "\eef3";
}
.ti-square-x:before {
  content: "\eb2b";
}
.ti-square-x-filled:before {
  content: "\fb41";
}
.ti-squares-diagonal:before {
  content: "\eef5";
}
.ti-squares-filled:before {
  content: "\eef6";
}
.ti-stack:before {
  content: "\eb2d";
}
.ti-stack-2:before {
  content: "\eef7";
}
.ti-stack-3:before {
  content: "\ef9d";
}
.ti-stack-back:before {
  content: "\fd26";
}
.ti-stack-backward:before {
  content: "\fd27";
}
.ti-stack-forward:before {
  content: "\fd28";
}
.ti-stack-front:before {
  content: "\fd29";
}
.ti-stack-middle:before {
  content: "\fd2a";
}
.ti-stack-pop:before {
  content: "\f234";
}
.ti-stack-push:before {
  content: "\f235";
}
.ti-stairs:before {
  content: "\eca6";
}
.ti-stairs-down:before {
  content: "\eca4";
}
.ti-stairs-up:before {
  content: "\eca5";
}
.ti-star:before {
  content: "\eb2e";
}
.ti-star-filled:before {
  content: "\f6a6";
}
.ti-star-half:before {
  content: "\ed19";
}
.ti-star-half-filled:before {
  content: "\f6a7";
}
.ti-star-off:before {
  content: "\ed62";
}
.ti-stars:before {
  content: "\ed38";
}
.ti-stars-filled:before {
  content: "\f6a8";
}
.ti-stars-off:before {
  content: "\f430";
}
.ti-status-change:before {
  content: "\f3b0";
}
.ti-steam:before {
  content: "\f24b";
}
.ti-steering-wheel:before {
  content: "\ec7b";
}
.ti-steering-wheel-off:before {
  content: "\f431";
}
.ti-step-into:before {
  content: "\ece0";
}
.ti-step-out:before {
  content: "\ece1";
}
.ti-stereo-glasses:before {
  content: "\f4cb";
}
.ti-stethoscope:before {
  content: "\edbe";
}
.ti-stethoscope-off:before {
  content: "\f432";
}
.ti-sticker:before {
  content: "\eb2f";
}
.ti-sticker-2:before {
  content: "\fd3d";
}
.ti-storm:before {
  content: "\f24c";
}
.ti-storm-off:before {
  content: "\f433";
}
.ti-stretching:before {
  content: "\f2db";
}
.ti-stretching-2:before {
  content: "\fa6d";
}
.ti-strikethrough:before {
  content: "\eb9e";
}
.ti-submarine:before {
  content: "\ed94";
}
.ti-subscript:before {
  content: "\eb9f";
}
.ti-subtask:before {
  content: "\ec9f";
}
.ti-sum:before {
  content: "\eb73";
}
.ti-sum-off:before {
  content: "\f1ab";
}
.ti-sun:before {
  content: "\eb30";
}
.ti-sun-electricity:before {
  content: "\fcc2";
}
.ti-sun-filled:before {
  content: "\f6a9";
}
.ti-sun-high:before {
  content: "\f236";
}
.ti-sun-low:before {
  content: "\f237";
}
.ti-sun-moon:before {
  content: "\f4a3";
}
.ti-sun-off:before {
  content: "\ed63";
}
.ti-sun-wind:before {
  content: "\f238";
}
.ti-sunglasses:before {
  content: "\f239";
}
.ti-sunrise:before {
  content: "\ef1c";
}
.ti-sunset:before {
  content: "\ec31";
}
.ti-sunset-2:before {
  content: "\f23a";
}
.ti-superscript:before {
  content: "\eba0";
}
.ti-svg:before {
  content: "\f25a";
}
.ti-swimming:before {
  content: "\ec92";
}
.ti-swipe:before {
  content: "\f551";
}
.ti-swipe-down:before {
  content: "\fd5e";
}
.ti-swipe-left:before {
  content: "\fd5f";
}
.ti-swipe-right:before {
  content: "\fd60";
}
.ti-swipe-up:before {
  content: "\fd61";
}
.ti-switch:before {
  content: "\eb33";
}
.ti-switch-2:before {
  content: "\edbf";
}
.ti-switch-3:before {
  content: "\edc0";
}
.ti-switch-horizontal:before {
  content: "\eb31";
}
.ti-switch-vertical:before {
  content: "\eb32";
}
.ti-sword:before {
  content: "\f030";
}
.ti-sword-off:before {
  content: "\f434";
}
.ti-swords:before {
  content: "\f132";
}
.ti-table:before {
  content: "\eba1";
}
.ti-table-alias:before {
  content: "\f25b";
}
.ti-table-column:before {
  content: "\faff";
}
.ti-table-down:before {
  content: "\fa1c";
}
.ti-table-export:before {
  content: "\eef8";
}
.ti-table-filled:before {
  content: "\f782";
}
.ti-table-heart:before {
  content: "\fa1d";
}
.ti-table-import:before {
  content: "\eef9";
}
.ti-table-minus:before {
  content: "\fa1e";
}
.ti-table-off:before {
  content: "\eefa";
}
.ti-table-options:before {
  content: "\f25c";
}
.ti-table-plus:before {
  content: "\fa1f";
}
.ti-table-row:before {
  content: "\fb00";
}
.ti-table-share:before {
  content: "\fa20";
}
.ti-table-shortcut:before {
  content: "\f25d";
}
.ti-tag:before {
  content: "\eb34";
}
.ti-tag-off:before {
  content: "\efc0";
}
.ti-tag-starred:before {
  content: "\fc99";
}
.ti-tags:before {
  content: "\ef86";
}
.ti-tags-off:before {
  content: "\efc1";
}
.ti-tallymark-1:before {
  content: "\ec46";
}
.ti-tallymark-2:before {
  content: "\ec47";
}
.ti-tallymark-3:before {
  content: "\ec48";
}
.ti-tallymark-4:before {
  content: "\ec49";
}
.ti-tallymarks:before {
  content: "\ec4a";
}
.ti-tank:before {
  content: "\ed95";
}
.ti-target:before {
  content: "\eb35";
}
.ti-target-arrow:before {
  content: "\f51a";
}
.ti-target-off:before {
  content: "\f1ad";
}
.ti-teapot:before {
  content: "\f552";
}
.ti-telescope:before {
  content: "\f07d";
}
.ti-telescope-off:before {
  content: "\f1ae";
}
.ti-temperature:before {
  content: "\eb38";
}
.ti-temperature-celsius:before {
  content: "\eb36";
}
.ti-temperature-fahrenheit:before {
  content: "\eb37";
}
.ti-temperature-minus:before {
  content: "\ebed";
}
.ti-temperature-off:before {
  content: "\f1af";
}
.ti-temperature-plus:before {
  content: "\ebee";
}
.ti-template:before {
  content: "\eb39";
}
.ti-template-off:before {
  content: "\f1b0";
}
.ti-tent:before {
  content: "\eefb";
}
.ti-tent-off:before {
  content: "\f435";
}
.ti-terminal:before {
  content: "\ebdc";
}
.ti-terminal-2:before {
  content: "\ebef";
}
.ti-test-pipe:before {
  content: "\eb3a";
}
.ti-test-pipe-2:before {
  content: "\f0a4";
}
.ti-test-pipe-off:before {
  content: "\f1b1";
}
.ti-tex:before {
  content: "\f4e0";
}
.ti-text-caption:before {
  content: "\f4a4";
}
.ti-text-color:before {
  content: "\f2dc";
}
.ti-text-decrease:before {
  content: "\f202";
}
.ti-text-direction-ltr:before {
  content: "\eefc";
}
.ti-text-direction-rtl:before {
  content: "\eefd";
}
.ti-text-grammar:before {
  content: "\fd6d";
}
.ti-text-increase:before {
  content: "\f203";
}
.ti-text-orientation:before {
  content: "\f2a4";
}
.ti-text-plus:before {
  content: "\f2a5";
}
.ti-text-recognition:before {
  content: "\f204";
}
.ti-text-resize:before {
  content: "\ef87";
}
.ti-text-scan-2:before {
  content: "\fcc3";
}
.ti-text-size:before {
  content: "\f2b1";
}
.ti-text-spellcheck:before {
  content: "\f2a6";
}
.ti-text-wrap:before {
  content: "\ebdd";
}
.ti-text-wrap-disabled:before {
  content: "\eca7";
}
.ti-texture:before {
  content: "\f51b";
}
.ti-theater:before {
  content: "\f79b";
}
.ti-thermometer:before {
  content: "\ef67";
}
.ti-thumb-down:before {
  content: "\eb3b";
}
.ti-thumb-down-filled:before {
  content: "\f6aa";
}
.ti-thumb-down-off:before {
  content: "\f436";
}
.ti-thumb-up:before {
  content: "\eb3c";
}
.ti-thumb-up-filled:before {
  content: "\f6ab";
}
.ti-thumb-up-off:before {
  content: "\f437";
}
.ti-tic-tac:before {
  content: "\f51c";
}
.ti-ticket:before {
  content: "\eb3d";
}
.ti-ticket-off:before {
  content: "\f1b2";
}
.ti-tie:before {
  content: "\f07e";
}
.ti-tilde:before {
  content: "\f4a5";
}
.ti-tilt-shift:before {
  content: "\eefe";
}
.ti-tilt-shift-off:before {
  content: "\f1b3";
}
.ti-time-duration-0:before {
  content: "\fad4";
}
.ti-time-duration-10:before {
  content: "\fad5";
}
.ti-time-duration-15:before {
  content: "\fad6";
}
.ti-time-duration-30:before {
  content: "\fad7";
}
.ti-time-duration-45:before {
  content: "\fad8";
}
.ti-time-duration-5:before {
  content: "\fad9";
}
.ti-time-duration-60:before {
  content: "\fada";
}
.ti-time-duration-90:before {
  content: "\fadb";
}
.ti-time-duration-off:before {
  content: "\fadc";
}
.ti-timeline:before {
  content: "\f031";
}
.ti-timeline-event:before {
  content: "\f553";
}
.ti-timeline-event-exclamation:before {
  content: "\f662";
}
.ti-timeline-event-filled:before {
  content: "\fd18";
}
.ti-timeline-event-minus:before {
  content: "\f663";
}
.ti-timeline-event-plus:before {
  content: "\f664";
}
.ti-timeline-event-text:before {
  content: "\f665";
}
.ti-timeline-event-x:before {
  content: "\f666";
}
.ti-tir:before {
  content: "\ebf0";
}
.ti-toggle-left:before {
  content: "\eb3e";
}
.ti-toggle-right:before {
  content: "\eb3f";
}
.ti-toilet-paper:before {
  content: "\efd3";
}
.ti-toilet-paper-off:before {
  content: "\f1b4";
}
.ti-toml:before {
  content: "\fa5d";
}
.ti-tool:before {
  content: "\eb40";
}
.ti-tools:before {
  content: "\ebca";
}
.ti-tools-kitchen:before {
  content: "\ed64";
}
.ti-tools-kitchen-2:before {
  content: "\eeff";
}
.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}
.ti-tools-kitchen-3:before {
  content: "\fd2b";
}
.ti-tools-kitchen-off:before {
  content: "\f1b6";
}
.ti-tools-off:before {
  content: "\f1b7";
}
.ti-tooltip:before {
  content: "\f2dd";
}
.ti-topology-bus:before {
  content: "\f5d9";
}
.ti-topology-complex:before {
  content: "\f5da";
}
.ti-topology-full:before {
  content: "\f5dc";
}
.ti-topology-full-hierarchy:before {
  content: "\f5db";
}
.ti-topology-ring:before {
  content: "\f5df";
}
.ti-topology-ring-2:before {
  content: "\f5dd";
}
.ti-topology-ring-3:before {
  content: "\f5de";
}
.ti-topology-star:before {
  content: "\f5e5";
}
.ti-topology-star-2:before {
  content: "\f5e0";
}
.ti-topology-star-3:before {
  content: "\f5e1";
}
.ti-topology-star-ring:before {
  content: "\f5e4";
}
.ti-topology-star-ring-2:before {
  content: "\f5e2";
}
.ti-topology-star-ring-3:before {
  content: "\f5e3";
}
.ti-torii:before {
  content: "\f59b";
}
.ti-tornado:before {
  content: "\ece2";
}
.ti-tournament:before {
  content: "\ecd0";
}
.ti-tower:before {
  content: "\f2cb";
}
.ti-tower-off:before {
  content: "\f2ca";
}
.ti-track:before {
  content: "\ef00";
}
.ti-tractor:before {
  content: "\ec0d";
}
.ti-trademark:before {
  content: "\ec0e";
}
.ti-traffic-cone:before {
  content: "\ec0f";
}
.ti-traffic-cone-off:before {
  content: "\f1b8";
}
.ti-traffic-lights:before {
  content: "\ed39";
}
.ti-traffic-lights-off:before {
  content: "\f1b9";
}
.ti-train:before {
  content: "\ed96";
}
.ti-transaction-bitcoin:before {
  content: "\fd6e";
}
.ti-transaction-dollar:before {
  content: "\fd6f";
}
.ti-transaction-euro:before {
  content: "\fd70";
}
.ti-transaction-pound:before {
  content: "\fd71";
}
.ti-transaction-rupee:before {
  content: "\fd85";
}
.ti-transaction-yen:before {
  content: "\fd72";
}
.ti-transaction-yuan:before {
  content: "\fd73";
}
.ti-transfer:before {
  content: "\fc1f";
}
.ti-transfer-in:before {
  content: "\ef2f";
}
.ti-transfer-out:before {
  content: "\ef30";
}
.ti-transfer-vertical:before {
  content: "\fc1e";
}
.ti-transform:before {
  content: "\f38e";
}
.ti-transform-filled:before {
  content: "\f6ac";
}
.ti-transition-bottom:before {
  content: "\f2b2";
}
.ti-transition-left:before {
  content: "\f2b3";
}
.ti-transition-right:before {
  content: "\f2b4";
}
.ti-transition-top:before {
  content: "\f2b5";
}
.ti-trash:before {
  content: "\eb41";
}
.ti-trash-filled:before {
  content: "\f783";
}
.ti-trash-off:before {
  content: "\ed65";
}
.ti-trash-x:before {
  content: "\ef88";
}
.ti-trash-x-filled:before {
  content: "\f784";
}
.ti-treadmill:before {
  content: "\fa6e";
}
.ti-tree:before {
  content: "\ef01";
}
.ti-trees:before {
  content: "\ec10";
}
.ti-trekking:before {
  content: "\f5ad";
}
.ti-trending-down:before {
  content: "\eb42";
}
.ti-trending-down-2:before {
  content: "\edc1";
}
.ti-trending-down-3:before {
  content: "\edc2";
}
.ti-trending-up:before {
  content: "\eb43";
}
.ti-trending-up-2:before {
  content: "\edc3";
}
.ti-trending-up-3:before {
  content: "\edc4";
}
.ti-triangle:before {
  content: "\eb44";
}
.ti-triangle-filled:before {
  content: "\f6ad";
}
.ti-triangle-inverted:before {
  content: "\f01d";
}
.ti-triangle-inverted-filled:before {
  content: "\f6ae";
}
.ti-triangle-minus:before {
  content: "\fc9b";
}
.ti-triangle-minus-2:before {
  content: "\fc9a";
}
.ti-triangle-off:before {
  content: "\ef02";
}
.ti-triangle-plus:before {
  content: "\fc9d";
}
.ti-triangle-plus-2:before {
  content: "\fc9c";
}
.ti-triangle-square-circle:before {
  content: "\ece8";
}
.ti-triangle-square-circle-filled:before {
  content: "\fb42";
}
.ti-triangles:before {
  content: "\f0a5";
}
.ti-trident:before {
  content: "\ecc5";
}
.ti-trolley:before {
  content: "\f4cc";
}
.ti-trophy:before {
  content: "\eb45";
}
.ti-trophy-filled:before {
  content: "\f6af";
}
.ti-trophy-off:before {
  content: "\f438";
}
.ti-trowel:before {
  content: "\f368";
}
.ti-truck:before {
  content: "\ebc4";
}
.ti-truck-delivery:before {
  content: "\ec4b";
}
.ti-truck-loading:before {
  content: "\f1da";
}
.ti-truck-off:before {
  content: "\ef03";
}
.ti-truck-return:before {
  content: "\ec4c";
}
.ti-txt:before {
  content: "\f3b1";
}
.ti-typography:before {
  content: "\ebc5";
}
.ti-typography-off:before {
  content: "\f1ba";
}
.ti-ufo:before {
  content: "\f26f";
}
.ti-ufo-off:before {
  content: "\f26e";
}
.ti-umbrella:before {
  content: "\ebf1";
}
.ti-umbrella-filled:before {
  content: "\f6b0";
}
.ti-umbrella-off:before {
  content: "\f1bb";
}
.ti-underline:before {
  content: "\eba2";
}
.ti-universe:before {
  content: "\fcc4";
}
.ti-unlink:before {
  content: "\eb46";
}
.ti-upload:before {
  content: "\eb47";
}
.ti-urgent:before {
  content: "\eb48";
}
.ti-usb:before {
  content: "\f00c";
}
.ti-user:before {
  content: "\eb4d";
}
.ti-user-bolt:before {
  content: "\f9d1";
}
.ti-user-cancel:before {
  content: "\f9d2";
}
.ti-user-check:before {
  content: "\eb49";
}
.ti-user-circle:before {
  content: "\ef68";
}
.ti-user-code:before {
  content: "\f9d3";
}
.ti-user-cog:before {
  content: "\f9d4";
}
.ti-user-dollar:before {
  content: "\f9d5";
}
.ti-user-down:before {
  content: "\f9d6";
}
.ti-user-edit:before {
  content: "\f7cc";
}
.ti-user-exclamation:before {
  content: "\ec12";
}
.ti-user-filled:before {
  content: "\fd19";
}
.ti-user-heart:before {
  content: "\f7cd";
}
.ti-user-hexagon:before {
  content: "\fc4e";
}
.ti-user-minus:before {
  content: "\eb4a";
}
.ti-user-off:before {
  content: "\ecf9";
}
.ti-user-pause:before {
  content: "\f9d7";
}
.ti-user-pentagon:before {
  content: "\fc4f";
}
.ti-user-pin:before {
  content: "\f7ce";
}
.ti-user-plus:before {
  content: "\eb4b";
}
.ti-user-question:before {
  content: "\f7cf";
}
.ti-user-scan:before {
  content: "\fcaf";
}
.ti-user-search:before {
  content: "\ef89";
}
.ti-user-share:before {
  content: "\f9d8";
}
.ti-user-shield:before {
  content: "\f7d0";
}
.ti-user-square:before {
  content: "\fc51";
}
.ti-user-square-rounded:before {
  content: "\fc50";
}
.ti-user-star:before {
  content: "\f7d1";
}
.ti-user-up:before {
  content: "\f7d2";
}
.ti-user-x:before {
  content: "\eb4c";
}
.ti-users:before {
  content: "\ebf2";
}
.ti-users-group:before {
  content: "\fa21";
}
.ti-users-minus:before {
  content: "\fa0e";
}
.ti-users-plus:before {
  content: "\fa0f";
}
.ti-uv-index:before {
  content: "\f3b2";
}
.ti-ux-circle:before {
  content: "\f369";
}
.ti-vaccine:before {
  content: "\ef04";
}
.ti-vaccine-bottle:before {
  content: "\ef69";
}
.ti-vaccine-bottle-off:before {
  content: "\f439";
}
.ti-vaccine-off:before {
  content: "\f1bc";
}
.ti-vacuum-cleaner:before {
  content: "\f5e6";
}
.ti-variable:before {
  content: "\ef05";
}
.ti-variable-minus:before {
  content: "\f36a";
}
.ti-variable-off:before {
  content: "\f1bd";
}
.ti-variable-plus:before {
  content: "\f36b";
}
.ti-vector:before {
  content: "\eca9";
}
.ti-vector-bezier:before {
  content: "\ef1d";
}
.ti-vector-bezier-2:before {
  content: "\f1a3";
}
.ti-vector-bezier-arc:before {
  content: "\f4cd";
}
.ti-vector-bezier-circle:before {
  content: "\f4ce";
}
.ti-vector-off:before {
  content: "\f1be";
}
.ti-vector-spline:before {
  content: "\f565";
}
.ti-vector-triangle:before {
  content: "\eca8";
}
.ti-vector-triangle-off:before {
  content: "\f1bf";
}
.ti-venus:before {
  content: "\ec86";
}
.ti-versions:before {
  content: "\ed52";
}
.ti-versions-filled:before {
  content: "\f6b1";
}
.ti-versions-off:before {
  content: "\f1c0";
}
.ti-video:before {
  content: "\ed22";
}
.ti-video-minus:before {
  content: "\ed1f";
}
.ti-video-off:before {
  content: "\ed20";
}
.ti-video-plus:before {
  content: "\ed21";
}
.ti-view-360:before {
  content: "\ed84";
}
.ti-view-360-off:before {
  content: "\f1c1";
}
.ti-viewfinder:before {
  content: "\eb4e";
}
.ti-viewfinder-off:before {
  content: "\f1c2";
}
.ti-viewport-narrow:before {
  content: "\ebf3";
}
.ti-viewport-wide:before {
  content: "\ebf4";
}
.ti-vinyl:before {
  content: "\f00d";
}
.ti-vip:before {
  content: "\f3b3";
}
.ti-vip-off:before {
  content: "\f43a";
}
.ti-virus:before {
  content: "\eb74";
}
.ti-virus-off:before {
  content: "\ed66";
}
.ti-virus-search:before {
  content: "\ed67";
}
.ti-vocabulary:before {
  content: "\ef1e";
}
.ti-vocabulary-off:before {
  content: "\f43b";
}
.ti-volcano:before {
  content: "\f79c";
}
.ti-volume:before {
  content: "\eb51";
}
.ti-volume-2:before {
  content: "\eb4f";
}
.ti-volume-3:before {
  content: "\eb50";
}
.ti-volume-off:before {
  content: "\f1c3";
}
.ti-vs:before {
  content: "\fc52";
}
.ti-walk:before {
  content: "\ec87";
}
.ti-wall:before {
  content: "\ef7a";
}
.ti-wall-off:before {
  content: "\f43c";
}
.ti-wallet:before {
  content: "\eb75";
}
.ti-wallet-off:before {
  content: "\f1c4";
}
.ti-wallpaper:before {
  content: "\ef56";
}
.ti-wallpaper-off:before {
  content: "\f1c5";
}
.ti-wand:before {
  content: "\ebcb";
}
.ti-wand-off:before {
  content: "\f1c6";
}
.ti-wash:before {
  content: "\f311";
}
.ti-wash-dry:before {
  content: "\f304";
}
.ti-wash-dry-1:before {
  content: "\f2fa";
}
.ti-wash-dry-2:before {
  content: "\f2fb";
}
.ti-wash-dry-3:before {
  content: "\f2fc";
}
.ti-wash-dry-a:before {
  content: "\f2fd";
}
.ti-wash-dry-dip:before {
  content: "\f2fe";
}
.ti-wash-dry-f:before {
  content: "\f2ff";
}
.ti-wash-dry-flat:before {
  content: "\fa7f";
}
.ti-wash-dry-hang:before {
  content: "\f300";
}
.ti-wash-dry-off:before {
  content: "\f301";
}
.ti-wash-dry-p:before {
  content: "\f302";
}
.ti-wash-dry-shade:before {
  content: "\f303";
}
.ti-wash-dry-w:before {
  content: "\f322";
}
.ti-wash-dryclean:before {
  content: "\f305";
}
.ti-wash-dryclean-off:before {
  content: "\f323";
}
.ti-wash-eco:before {
  content: "\fa80";
}
.ti-wash-gentle:before {
  content: "\f306";
}
.ti-wash-hand:before {
  content: "\fa81";
}
.ti-wash-machine:before {
  content: "\f25e";
}
.ti-wash-off:before {
  content: "\f307";
}
.ti-wash-press:before {
  content: "\f308";
}
.ti-wash-temperature-1:before {
  content: "\f309";
}
.ti-wash-temperature-2:before {
  content: "\f30a";
}
.ti-wash-temperature-3:before {
  content: "\f30b";
}
.ti-wash-temperature-4:before {
  content: "\f30c";
}
.ti-wash-temperature-5:before {
  content: "\f30d";
}
.ti-wash-temperature-6:before {
  content: "\f30e";
}
.ti-wash-tumble-dry:before {
  content: "\f30f";
}
.ti-wash-tumble-off:before {
  content: "\f310";
}
.ti-waterpolo:before {
  content: "\fa6f";
}
.ti-wave-saw-tool:before {
  content: "\ecd3";
}
.ti-wave-sine:before {
  content: "\ecd4";
}
.ti-wave-square:before {
  content: "\ecd5";
}
.ti-waves-electricity:before {
  content: "\fcc5";
}
.ti-webhook:before {
  content: "\f01e";
}
.ti-webhook-off:before {
  content: "\f43d";
}
.ti-weight:before {
  content: "\f589";
}
.ti-wheel:before {
  content: "\fc64";
}
.ti-wheelchair:before {
  content: "\f1db";
}
.ti-wheelchair-off:before {
  content: "\f43e";
}
.ti-whirl:before {
  content: "\f51d";
}
.ti-wifi:before {
  content: "\eb52";
}
.ti-wifi-0:before {
  content: "\eba3";
}
.ti-wifi-1:before {
  content: "\eba4";
}
.ti-wifi-2:before {
  content: "\eba5";
}
.ti-wifi-off:before {
  content: "\ecfa";
}
.ti-wind:before {
  content: "\ec34";
}
.ti-wind-electricity:before {
  content: "\fcc6";
}
.ti-wind-off:before {
  content: "\f1c7";
}
.ti-windmill:before {
  content: "\ed85";
}
.ti-windmill-filled:before {
  content: "\f6b2";
}
.ti-windmill-off:before {
  content: "\f1c8";
}
.ti-window:before {
  content: "\ef06";
}
.ti-window-maximize:before {
  content: "\f1f1";
}
.ti-window-minimize:before {
  content: "\f1f2";
}
.ti-window-off:before {
  content: "\f1c9";
}
.ti-windsock:before {
  content: "\f06d";
}
.ti-wiper:before {
  content: "\ecab";
}
.ti-wiper-wash:before {
  content: "\ecaa";
}
.ti-woman:before {
  content: "\eb53";
}
.ti-wood:before {
  content: "\f359";
}
.ti-world:before {
  content: "\eb54";
}
.ti-world-bolt:before {
  content: "\f9d9";
}
.ti-world-cancel:before {
  content: "\f9da";
}
.ti-world-check:before {
  content: "\f9db";
}
.ti-world-code:before {
  content: "\f9dc";
}
.ti-world-cog:before {
  content: "\f9dd";
}
.ti-world-dollar:before {
  content: "\f9de";
}
.ti-world-down:before {
  content: "\f9df";
}
.ti-world-download:before {
  content: "\ef8a";
}
.ti-world-exclamation:before {
  content: "\f9e0";
}
.ti-world-heart:before {
  content: "\f9e1";
}
.ti-world-latitude:before {
  content: "\ed2e";
}
.ti-world-longitude:before {
  content: "\ed2f";
}
.ti-world-minus:before {
  content: "\f9e2";
}
.ti-world-off:before {
  content: "\f1ca";
}
.ti-world-pause:before {
  content: "\f9e3";
}
.ti-world-pin:before {
  content: "\f9e4";
}
.ti-world-plus:before {
  content: "\f9e5";
}
.ti-world-question:before {
  content: "\f9e6";
}
.ti-world-search:before {
  content: "\f9e7";
}
.ti-world-share:before {
  content: "\f9e8";
}
.ti-world-star:before {
  content: "\f9e9";
}
.ti-world-up:before {
  content: "\f9ea";
}
.ti-world-upload:before {
  content: "\ef8b";
}
.ti-world-www:before {
  content: "\f38f";
}
.ti-world-x:before {
  content: "\f9eb";
}
.ti-wrecking-ball:before {
  content: "\ed97";
}
.ti-writing:before {
  content: "\ef08";
}
.ti-writing-off:before {
  content: "\f1cb";
}
.ti-writing-sign:before {
  content: "\ef07";
}
.ti-writing-sign-off:before {
  content: "\f1cc";
}
.ti-x:before {
  content: "\eb55";
}
.ti-xbox-a:before {
  content: "\f2b6";
}
.ti-xbox-b:before {
  content: "\f2b7";
}
.ti-xbox-x:before {
  content: "\f2b8";
}
.ti-xbox-y:before {
  content: "\f2b9";
}
.ti-xd:before {
  content: "\fa33";
}
.ti-xxx:before {
  content: "\fc20";
}
.ti-yin-yang:before {
  content: "\ec35";
}
.ti-yin-yang-filled:before {
  content: "\f785";
}
.ti-yoga:before {
  content: "\f01f";
}
.ti-zeppelin:before {
  content: "\f270";
}
.ti-zeppelin-off:before {
  content: "\f43f";
}
.ti-zip:before {
  content: "\f3b4";
}
.ti-zodiac-aquarius:before {
  content: "\ecac";
}
.ti-zodiac-aries:before {
  content: "\ecad";
}
.ti-zodiac-cancer:before {
  content: "\ecae";
}
.ti-zodiac-capricorn:before {
  content: "\ecaf";
}
.ti-zodiac-gemini:before {
  content: "\ecb0";
}
.ti-zodiac-leo:before {
  content: "\ecb1";
}
.ti-zodiac-libra:before {
  content: "\ecb2";
}
.ti-zodiac-pisces:before {
  content: "\ecb3";
}
.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}
.ti-zodiac-scorpio:before {
  content: "\ecb5";
}
.ti-zodiac-taurus:before {
  content: "\ecb6";
}
.ti-zodiac-virgo:before {
  content: "\ecb7";
}
.ti-zoom-cancel:before {
  content: "\ec4d";
}
.ti-zoom-check:before {
  content: "\ef09";
}
.ti-zoom-check-filled:before {
  content: "\f786";
}
.ti-zoom-code:before {
  content: "\f07f";
}
.ti-zoom-exclamation:before {
  content: "\f080";
}
.ti-zoom-filled:before {
  content: "\f787";
}
.ti-zoom-in:before {
  content: "\eb56";
}
.ti-zoom-in-area:before {
  content: "\f1dc";
}
.ti-zoom-in-area-filled:before {
  content: "\f788";
}
.ti-zoom-in-filled:before {
  content: "\f789";
}
.ti-zoom-money:before {
  content: "\ef0a";
}
.ti-zoom-out:before {
  content: "\eb57";
}
.ti-zoom-out-area:before {
  content: "\f1dd";
}
.ti-zoom-out-filled:before {
  content: "\f78a";
}
.ti-zoom-pan:before {
  content: "\f1de";
}
.ti-zoom-question:before {
  content: "\edeb";
}
.ti-zoom-replace:before {
  content: "\f2a7";
}
.ti-zoom-reset:before {
  content: "\f295";
}
.ti-zoom-scan:before {
  content: "\fcb0";
}
.ti-zzz:before {
  content: "\f228";
}
.ti-zzz-off:before {
  content: "\f440";
}

/* src/assets/icons/feather/css/iconfont.css */
@font-face {
  font-family: "feather";
  src: url("./media/feather.eot?t=1525787366991");
  src:
    url("./media/feather.eot?t=1525787366991#iefix") format("embedded-opentype"),
    url("./media/feather.woff?t=1525787366991") format("woff"),
    url("./media/feather.ttf?t=1525787366991") format("truetype"),
    url("./media/feather.svg?t=1525787366991#feather") format("svg");
}
.feather {
  font-family: "feather" !important;
  speak: 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-alert-octagon:before {
  content: "\e81b";
}
.icon-alert-circle:before {
  content: "\e81c";
}
.icon-activity:before {
  content: "\e81d";
}
.icon-alert-triangle:before {
  content: "\e81e";
}
.icon-align-center:before {
  content: "\e81f";
}
.icon-airplay:before {
  content: "\e820";
}
.icon-align-justify:before {
  content: "\e821";
}
.icon-align-left:before {
  content: "\e822";
}
.icon-align-right:before {
  content: "\e823";
}
.icon-arrow-down-left:before {
  content: "\e824";
}
.icon-arrow-down-right:before {
  content: "\e825";
}
.icon-anchor:before {
  content: "\e826";
}
.icon-aperture:before {
  content: "\e827";
}
.icon-arrow-left:before {
  content: "\e828";
}
.icon-arrow-right:before {
  content: "\e829";
}
.icon-arrow-down:before {
  content: "\e82a";
}
.icon-arrow-up-left:before {
  content: "\e82b";
}
.icon-arrow-up-right:before {
  content: "\e82c";
}
.icon-arrow-up:before {
  content: "\e82d";
}
.icon-award:before {
  content: "\e82e";
}
.icon-bar-chart:before {
  content: "\e82f";
}
.icon-at-sign:before {
  content: "\e830";
}
.icon-bar-chart-2:before {
  content: "\e831";
}
.icon-battery-charging:before {
  content: "\e832";
}
.icon-bell-off:before {
  content: "\e833";
}
.icon-battery:before {
  content: "\e834";
}
.icon-bluetooth:before {
  content: "\e835";
}
.icon-bell:before {
  content: "\e836";
}
.icon-book:before {
  content: "\e837";
}
.icon-briefcase:before {
  content: "\e838";
}
.icon-camera-off:before {
  content: "\e839";
}
.icon-calendar:before {
  content: "\e83a";
}
.icon-bookmark:before {
  content: "\e83b";
}
.icon-box:before {
  content: "\e83c";
}
.icon-camera:before {
  content: "\e83d";
}
.icon-check-circle:before {
  content: "\e83e";
}
.icon-check:before {
  content: "\e83f";
}
.icon-check-square:before {
  content: "\e840";
}
.icon-cast:before {
  content: "\e841";
}
.icon-chevron-down:before {
  content: "\e842";
}
.icon-chevron-left:before {
  content: "\e843";
}
.icon-chevron-right:before {
  content: "\e844";
}
.icon-chevron-up:before {
  content: "\e845";
}
.icon-chevrons-down:before {
  content: "\e846";
}
.icon-chevrons-right:before {
  content: "\e847";
}
.icon-chevrons-up:before {
  content: "\e848";
}
.icon-chevrons-left:before {
  content: "\e849";
}
.icon-circle:before {
  content: "\e84a";
}
.icon-clipboard:before {
  content: "\e84b";
}
.icon-chrome:before {
  content: "\e84c";
}
.icon-clock:before {
  content: "\e84d";
}
.icon-cloud-lightning:before {
  content: "\e84e";
}
.icon-cloud-drizzle:before {
  content: "\e84f";
}
.icon-cloud-rain:before {
  content: "\e850";
}
.icon-cloud-off:before {
  content: "\e851";
}
.icon-codepen:before {
  content: "\e852";
}
.icon-cloud-snow:before {
  content: "\e853";
}
.icon-compass:before {
  content: "\e854";
}
.icon-copy:before {
  content: "\e855";
}
.icon-corner-down-right:before {
  content: "\e856";
}
.icon-corner-down-left:before {
  content: "\e857";
}
.icon-corner-left-down:before {
  content: "\e858";
}
.icon-corner-left-up:before {
  content: "\e859";
}
.icon-corner-up-left:before {
  content: "\e85a";
}
.icon-corner-up-right:before {
  content: "\e85b";
}
.icon-corner-right-down:before {
  content: "\e85c";
}
.icon-corner-right-up:before {
  content: "\e85d";
}
.icon-cpu:before {
  content: "\e85e";
}
.icon-credit-card:before {
  content: "\e85f";
}
.icon-crosshair:before {
  content: "\e860";
}
.icon-disc:before {
  content: "\e861";
}
.icon-delete:before {
  content: "\e862";
}
.icon-download-cloud:before {
  content: "\e863";
}
.icon-download:before {
  content: "\e864";
}
.icon-droplet:before {
  content: "\e865";
}
.icon-edit-2:before {
  content: "\e866";
}
.icon-edit:before {
  content: "\e867";
}
.icon-edit-1:before {
  content: "\e868";
}
.icon-external-link:before {
  content: "\e869";
}
.icon-eye:before {
  content: "\e86a";
}
.icon-feather:before {
  content: "\e86b";
}
.icon-facebook:before {
  content: "\e86c";
}
.icon-file-minus:before {
  content: "\e86d";
}
.icon-eye-off:before {
  content: "\e86e";
}
.icon-fast-forward:before {
  content: "\e86f";
}
.icon-file-text:before {
  content: "\e870";
}
.icon-film:before {
  content: "\e871";
}
.icon-file:before {
  content: "\e872";
}
.icon-file-plus:before {
  content: "\e873";
}
.icon-folder:before {
  content: "\e874";
}
.icon-filter:before {
  content: "\e875";
}
.icon-flag:before {
  content: "\e876";
}
.icon-globe:before {
  content: "\e877";
}
.icon-grid:before {
  content: "\e878";
}
.icon-heart:before {
  content: "\e879";
}
.icon-home:before {
  content: "\e87a";
}
.icon-github:before {
  content: "\e87b";
}
.icon-image:before {
  content: "\e87c";
}
.icon-inbox:before {
  content: "\e87d";
}
.icon-layers:before {
  content: "\e87e";
}
.icon-info:before {
  content: "\e87f";
}
.icon-instagram:before {
  content: "\e880";
}
.icon-layout:before {
  content: "\e881";
}
.icon-link-2:before {
  content: "\e882";
}
.icon-life-buoy:before {
  content: "\e883";
}
.icon-link:before {
  content: "\e884";
}
.icon-log-in:before {
  content: "\e885";
}
.icon-list:before {
  content: "\e886";
}
.icon-lock:before {
  content: "\e887";
}
.icon-log-out:before {
  content: "\e888";
}
.icon-loader:before {
  content: "\e889";
}
.icon-mail:before {
  content: "\e88a";
}
.icon-maximize-2:before {
  content: "\e88b";
}
.icon-map:before {
  content: "\e88c";
}
.icon-map-pin:before {
  content: "\e88e";
}
.icon-menu:before {
  content: "\e88f";
}
.icon-message-circle:before {
  content: "\e890";
}
.icon-message-square:before {
  content: "\e891";
}
.icon-minimize-2:before {
  content: "\e892";
}
.icon-mic-off:before {
  content: "\e893";
}
.icon-minus-circle:before {
  content: "\e894";
}
.icon-mic:before {
  content: "\e895";
}
.icon-minus-square:before {
  content: "\e896";
}
.icon-minus:before {
  content: "\e897";
}
.icon-moon:before {
  content: "\e898";
}
.icon-monitor:before {
  content: "\e899";
}
.icon-more-vertical:before {
  content: "\e89a";
}
.icon-more-horizontal:before {
  content: "\e89b";
}
.icon-move:before {
  content: "\e89c";
}
.icon-music:before {
  content: "\e89d";
}
.icon-navigation-2:before {
  content: "\e89e";
}
.icon-navigation:before {
  content: "\e89f";
}
.icon-octagon:before {
  content: "\e8a0";
}
.icon-package:before {
  content: "\e8a1";
}
.icon-pause-circle:before {
  content: "\e8a2";
}
.icon-pause:before {
  content: "\e8a3";
}
.icon-percent:before {
  content: "\e8a4";
}
.icon-phone-call:before {
  content: "\e8a5";
}
.icon-phone-forwarded:before {
  content: "\e8a6";
}
.icon-phone-missed:before {
  content: "\e8a7";
}
.icon-phone-off:before {
  content: "\e8a8";
}
.icon-phone-incoming:before {
  content: "\e8a9";
}
.icon-phone:before {
  content: "\e8aa";
}
.icon-phone-outgoing:before {
  content: "\e8ab";
}
.icon-pie-chart:before {
  content: "\e8ac";
}
.icon-play-circle:before {
  content: "\e8ad";
}
.icon-play:before {
  content: "\e8ae";
}
.icon-plus-square:before {
  content: "\e8af";
}
.icon-plus-circle:before {
  content: "\e8b0";
}
.icon-plus:before {
  content: "\e8b1";
}
.icon-pocket:before {
  content: "\e8b2";
}
.icon-printer:before {
  content: "\e8b3";
}
.icon-power:before {
  content: "\e8b4";
}
.icon-radio:before {
  content: "\e8b5";
}
.icon-repeat:before {
  content: "\e8b6";
}
.icon-refresh-ccw:before {
  content: "\e8b7";
}
.icon-rewind:before {
  content: "\e8b8";
}
.icon-rotate-ccw:before {
  content: "\e8b9";
}
.icon-refresh-cw:before {
  content: "\e8ba";
}
.icon-rotate-cw:before {
  content: "\e8bb";
}
.icon-save:before {
  content: "\e8bc";
}
.icon-search:before {
  content: "\e8bd";
}
.icon-server:before {
  content: "\e8be";
}
.icon-scissors:before {
  content: "\e8bf";
}
.icon-share-2:before {
  content: "\e8c0";
}
.icon-share:before {
  content: "\e8c1";
}
.icon-shield:before {
  content: "\e8c2";
}
.icon-settings:before {
  content: "\e8c3";
}
.icon-skip-back:before {
  content: "\e8c4";
}
.icon-shuffle:before {
  content: "\e8c5";
}
.icon-sidebar:before {
  content: "\e8c6";
}
.icon-skip-forward:before {
  content: "\e8c7";
}
.icon-slack:before {
  content: "\e8c8";
}
.icon-slash:before {
  content: "\e8c9";
}
.icon-smartphone:before {
  content: "\e8ca";
}
.icon-square:before {
  content: "\e8cb";
}
.icon-speaker:before {
  content: "\e8cc";
}
.icon-star:before {
  content: "\e8cd";
}
.icon-stop-circle:before {
  content: "\e8ce";
}
.icon-sun:before {
  content: "\e8cf";
}
.icon-sunrise:before {
  content: "\e8d0";
}
.icon-tablet:before {
  content: "\e8d1";
}
.icon-tag:before {
  content: "\e8d2";
}
.icon-sunset:before {
  content: "\e8d3";
}
.icon-target:before {
  content: "\e8d4";
}
.icon-thermometer:before {
  content: "\e8d5";
}
.icon-thumbs-up:before {
  content: "\e8d6";
}
.icon-thumbs-down:before {
  content: "\e8d7";
}
.icon-toggle-left:before {
  content: "\e8d8";
}
.icon-toggle-right:before {
  content: "\e8d9";
}
.icon-trash-2:before {
  content: "\e8da";
}
.icon-trash:before {
  content: "\e8db";
}
.icon-trending-up:before {
  content: "\e8dc";
}
.icon-trending-down:before {
  content: "\e8dd";
}
.icon-triangle:before {
  content: "\e8de";
}
.icon-type:before {
  content: "\e8df";
}
.icon-twitter:before {
  content: "\e8e0";
}
.icon-upload:before {
  content: "\e8e1";
}
.icon-umbrella:before {
  content: "\e8e2";
}
.icon-upload-cloud:before {
  content: "\e8e3";
}
.icon-unlock:before {
  content: "\e8e4";
}
.icon-user-check:before {
  content: "\e8e5";
}
.icon-user-minus:before {
  content: "\e8e6";
}
.icon-user-plus:before {
  content: "\e8e7";
}
.icon-user-x:before {
  content: "\e8e8";
}
.icon-user:before {
  content: "\e8e9";
}
.icon-users:before {
  content: "\e8ea";
}
.icon-video-off:before {
  content: "\e8eb";
}
.icon-video:before {
  content: "\e8ec";
}
.icon-voicemail:before {
  content: "\e8ed";
}
.icon-volume-x:before {
  content: "\e8ee";
}
.icon-volume-2:before {
  content: "\e8ef";
}
.icon-volume-1:before {
  content: "\e8f0";
}
.icon-volume:before {
  content: "\e8f1";
}
.icon-watch:before {
  content: "\e8f2";
}
.icon-wifi:before {
  content: "\e8f3";
}
.icon-x-square:before {
  content: "\e8f4";
}
.icon-wind:before {
  content: "\e8f5";
}
.icon-x:before {
  content: "\e8f6";
}
.icon-x-circle:before {
  content: "\e8f7";
}
.icon-zap:before {
  content: "\e8f8";
}
.icon-zoom-in:before {
  content: "\e8f9";
}
.icon-zoom-out:before {
  content: "\e8fa";
}
.icon-command:before {
  content: "\e8fb";
}
.icon-cloud:before {
  content: "\e8fc";
}
.icon-hash:before {
  content: "\e8fd";
}
.icon-headphones:before {
  content: "\e8fe";
}
.icon-underline:before {
  content: "\e8ff";
}
.icon-italic:before {
  content: "\e900";
}
.icon-bold:before {
  content: "\e901";
}
.icon-crop:before {
  content: "\e902";
}
.icon-help-circle:before {
  content: "\e903";
}
.icon-paperclip:before {
  content: "\e904";
}
.icon-shopping-cart:before {
  content: "\e905";
}
.icon-tv:before {
  content: "\e906";
}
.icon-wifi-off:before {
  content: "\e907";
}
.icon-minimize:before {
  content: "\e88d";
}
.icon-maximize:before {
  content: "\e908";
}
.icon-gitlab:before {
  content: "\e909";
}
.icon-sliders:before {
  content: "\e90a";
}
.icon-star-on:before {
  content: "\e90b";
}
.icon-heart-on:before {
  content: "\e90c";
}
.icon-archive:before {
  content: "\e90d";
}
.icon-arrow-down-circle:before {
  content: "\e90e";
}
.icon-arrow-up-circle:before {
  content: "\e90f";
}
.icon-arrow-left-circle:before {
  content: "\e910";
}
.icon-arrow-right-circle:before {
  content: "\e911";
}
.icon-bar-chart-line-:before {
  content: "\e912";
}
.icon-bar-chart-line:before {
  content: "\e913";
}
.icon-book-open:before {
  content: "\e914";
}
.icon-code:before {
  content: "\e915";
}
.icon-database:before {
  content: "\e916";
}
.icon-dollar-sign:before {
  content: "\e917";
}
.icon-folder-plus:before {
  content: "\e918";
}
.icon-gift:before {
  content: "\e919";
}
.icon-folder-minus:before {
  content: "\e91a";
}
.icon-git-commit:before {
  content: "\e91b";
}
.icon-git-branch:before {
  content: "\e91c";
}
.icon-git-pull-request:before {
  content: "\e91d";
}
.icon-git-merge:before {
  content: "\e91e";
}
.icon-linkedin:before {
  content: "\e91f";
}
.icon-hard-drive:before {
  content: "\e920";
}
.icon-more-vertical-:before {
  content: "\e921";
}
.icon-more-horizontal-:before {
  content: "\e922";
}
.icon-rss:before {
  content: "\e923";
}
.icon-send:before {
  content: "\e924";
}
.icon-shield-off:before {
  content: "\e925";
}
.icon-shopping-bag:before {
  content: "\e926";
}
.icon-terminal:before {
  content: "\e927";
}
.icon-truck:before {
  content: "\e928";
}
.icon-zap-off:before {
  content: "\e929";
}
.icon-youtube:before {
  content: "\e92a";
}

/* src/assets/icons/ionic/ionicons.css */
/*!
  Ionicons, v1.5.0
  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
*/
@font-face {
  font-family: "Ionicons";
  src: url("./media/ionicons.eot?v=1.5.0");
  src:
    url("./media/ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"),
    url("./media/ionicons.ttf?v=1.5.0") format("truetype"),
    url("./media/ionicons.woff?v=1.5.0") format("woff"),
    url("./media/ionicons.svg?v=1.5.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading,
.ionicons,
.ion-alert,
.ion-alert-circled,
.ion-android-add,
.ion-android-add-contact,
.ion-android-alarm,
.ion-android-archive,
.ion-android-arrow-back,
.ion-android-arrow-down-left,
.ion-android-arrow-down-right,
.ion-android-arrow-forward,
.ion-android-arrow-up-left,
.ion-android-arrow-up-right,
.ion-android-battery,
.ion-android-book,
.ion-android-calendar,
.ion-android-call,
.ion-android-camera,
.ion-android-chat,
.ion-android-checkmark,
.ion-android-clock,
.ion-android-close,
.ion-android-contact,
.ion-android-contacts,
.ion-android-data,
.ion-android-developer,
.ion-android-display,
.ion-android-download,
.ion-android-drawer,
.ion-android-dropdown,
.ion-android-earth,
.ion-android-folder,
.ion-android-forums,
.ion-android-friends,
.ion-android-hand,
.ion-android-image,
.ion-android-inbox,
.ion-android-information,
.ion-android-keypad,
.ion-android-lightbulb,
.ion-android-locate,
.ion-android-location,
.ion-android-mail,
.ion-android-microphone,
.ion-android-mixer,
.ion-android-more,
.ion-android-note,
.ion-android-playstore,
.ion-android-printer,
.ion-android-promotion,
.ion-android-reminder,
.ion-android-remove,
.ion-android-search,
.ion-android-send,
.ion-android-settings,
.ion-android-share,
.ion-android-social,
.ion-android-social-user,
.ion-android-sort,
.ion-android-stair-drawer,
.ion-android-star,
.ion-android-stopwatch,
.ion-android-storage,
.ion-android-system-back,
.ion-android-system-home,
.ion-android-system-windows,
.ion-android-timer,
.ion-android-trash,
.ion-android-user-menu,
.ion-android-volume,
.ion-android-wifi,
.ion-aperture,
.ion-archive,
.ion-arrow-down-a,
.ion-arrow-down-b,
.ion-arrow-down-c,
.ion-arrow-expand,
.ion-arrow-graph-down-left,
.ion-arrow-graph-down-right,
.ion-arrow-graph-up-left,
.ion-arrow-graph-up-right,
.ion-arrow-left-a,
.ion-arrow-left-b,
.ion-arrow-left-c,
.ion-arrow-move,
.ion-arrow-resize,
.ion-arrow-return-left,
.ion-arrow-return-right,
.ion-arrow-right-a,
.ion-arrow-right-b,
.ion-arrow-right-c,
.ion-arrow-shrink,
.ion-arrow-swap,
.ion-arrow-up-a,
.ion-arrow-up-b,
.ion-arrow-up-c,
.ion-asterisk,
.ion-at,
.ion-bag,
.ion-battery-charging,
.ion-battery-empty,
.ion-battery-full,
.ion-battery-half,
.ion-battery-low,
.ion-beaker,
.ion-beer,
.ion-bluetooth,
.ion-bonfire,
.ion-bookmark,
.ion-briefcase,
.ion-bug,
.ion-calculator,
.ion-calendar,
.ion-camera,
.ion-card,
.ion-cash,
.ion-chatbox,
.ion-chatbox-working,
.ion-chatboxes,
.ion-chatbubble,
.ion-chatbubble-working,
.ion-chatbubbles,
.ion-checkmark,
.ion-checkmark-circled,
.ion-checkmark-round,
.ion-chevron-down,
.ion-chevron-left,
.ion-chevron-right,
.ion-chevron-up,
.ion-clipboard,
.ion-clock,
.ion-close,
.ion-close-circled,
.ion-close-round,
.ion-closed-captioning,
.ion-cloud,
.ion-code,
.ion-code-download,
.ion-code-working,
.ion-coffee,
.ion-compass,
.ion-compose,
.ion-connection-bars,
.ion-contrast,
.ion-cube,
.ion-disc,
.ion-document,
.ion-document-text,
.ion-drag,
.ion-earth,
.ion-edit,
.ion-egg,
.ion-eject,
.ion-email,
.ion-eye,
.ion-eye-disabled,
.ion-female,
.ion-filing,
.ion-film-marker,
.ion-fireball,
.ion-flag,
.ion-flame,
.ion-flash,
.ion-flash-off,
.ion-flask,
.ion-folder,
.ion-fork,
.ion-fork-repo,
.ion-forward,
.ion-funnel,
.ion-game-controller-a,
.ion-game-controller-b,
.ion-gear-a,
.ion-gear-b,
.ion-grid,
.ion-hammer,
.ion-happy,
.ion-headphone,
.ion-heart,
.ion-heart-broken,
.ion-help,
.ion-help-buoy,
.ion-help-circled,
.ion-home,
.ion-icecream,
.ion-icon-social-google-plus,
.ion-icon-social-google-plus-outline,
.ion-image,
.ion-images,
.ion-information,
.ion-information-circled,
.ion-ionic,
.ion-ios7-alarm,
.ion-ios7-alarm-outline,
.ion-ios7-albums,
.ion-ios7-albums-outline,
.ion-ios7-americanfootball,
.ion-ios7-americanfootball-outline,
.ion-ios7-analytics,
.ion-ios7-analytics-outline,
.ion-ios7-arrow-back,
.ion-ios7-arrow-down,
.ion-ios7-arrow-forward,
.ion-ios7-arrow-left,
.ion-ios7-arrow-right,
.ion-ios7-arrow-thin-down,
.ion-ios7-arrow-thin-left,
.ion-ios7-arrow-thin-right,
.ion-ios7-arrow-thin-up,
.ion-ios7-arrow-up,
.ion-ios7-at,
.ion-ios7-at-outline,
.ion-ios7-barcode,
.ion-ios7-barcode-outline,
.ion-ios7-baseball,
.ion-ios7-baseball-outline,
.ion-ios7-basketball,
.ion-ios7-basketball-outline,
.ion-ios7-bell,
.ion-ios7-bell-outline,
.ion-ios7-bolt,
.ion-ios7-bolt-outline,
.ion-ios7-bookmarks,
.ion-ios7-bookmarks-outline,
.ion-ios7-box,
.ion-ios7-box-outline,
.ion-ios7-briefcase,
.ion-ios7-briefcase-outline,
.ion-ios7-browsers,
.ion-ios7-browsers-outline,
.ion-ios7-calculator,
.ion-ios7-calculator-outline,
.ion-ios7-calendar,
.ion-ios7-calendar-outline,
.ion-ios7-camera,
.ion-ios7-camera-outline,
.ion-ios7-cart,
.ion-ios7-cart-outline,
.ion-ios7-chatboxes,
.ion-ios7-chatboxes-outline,
.ion-ios7-chatbubble,
.ion-ios7-chatbubble-outline,
.ion-ios7-checkmark,
.ion-ios7-checkmark-empty,
.ion-ios7-checkmark-outline,
.ion-ios7-circle-filled,
.ion-ios7-circle-outline,
.ion-ios7-clock,
.ion-ios7-clock-outline,
.ion-ios7-close,
.ion-ios7-close-empty,
.ion-ios7-close-outline,
.ion-ios7-cloud,
.ion-ios7-cloud-download,
.ion-ios7-cloud-download-outline,
.ion-ios7-cloud-outline,
.ion-ios7-cloud-upload,
.ion-ios7-cloud-upload-outline,
.ion-ios7-cloudy,
.ion-ios7-cloudy-night,
.ion-ios7-cloudy-night-outline,
.ion-ios7-cloudy-outline,
.ion-ios7-cog,
.ion-ios7-cog-outline,
.ion-ios7-compose,
.ion-ios7-compose-outline,
.ion-ios7-contact,
.ion-ios7-contact-outline,
.ion-ios7-copy,
.ion-ios7-copy-outline,
.ion-ios7-download,
.ion-ios7-download-outline,
.ion-ios7-drag,
.ion-ios7-email,
.ion-ios7-email-outline,
.ion-ios7-expand,
.ion-ios7-eye,
.ion-ios7-eye-outline,
.ion-ios7-fastforward,
.ion-ios7-fastforward-outline,
.ion-ios7-filing,
.ion-ios7-filing-outline,
.ion-ios7-film,
.ion-ios7-film-outline,
.ion-ios7-flag,
.ion-ios7-flag-outline,
.ion-ios7-folder,
.ion-ios7-folder-outline,
.ion-ios7-football,
.ion-ios7-football-outline,
.ion-ios7-gear,
.ion-ios7-gear-outline,
.ion-ios7-glasses,
.ion-ios7-glasses-outline,
.ion-ios7-heart,
.ion-ios7-heart-outline,
.ion-ios7-help,
.ion-ios7-help-empty,
.ion-ios7-help-outline,
.ion-ios7-home,
.ion-ios7-home-outline,
.ion-ios7-infinite,
.ion-ios7-infinite-outline,
.ion-ios7-information,
.ion-ios7-information-empty,
.ion-ios7-information-outline,
.ion-ios7-ionic-outline,
.ion-ios7-keypad,
.ion-ios7-keypad-outline,
.ion-ios7-lightbulb,
.ion-ios7-lightbulb-outline,
.ion-ios7-location,
.ion-ios7-location-outline,
.ion-ios7-locked,
.ion-ios7-locked-outline,
.ion-ios7-loop,
.ion-ios7-loop-strong,
.ion-ios7-medkit,
.ion-ios7-medkit-outline,
.ion-ios7-mic,
.ion-ios7-mic-off,
.ion-ios7-mic-outline,
.ion-ios7-minus,
.ion-ios7-minus-empty,
.ion-ios7-minus-outline,
.ion-ios7-monitor,
.ion-ios7-monitor-outline,
.ion-ios7-moon,
.ion-ios7-moon-outline,
.ion-ios7-more,
.ion-ios7-more-outline,
.ion-ios7-musical-note,
.ion-ios7-musical-notes,
.ion-ios7-navigate,
.ion-ios7-navigate-outline,
.ion-ios7-paper,
.ion-ios7-paper-outline,
.ion-ios7-paperplane,
.ion-ios7-paperplane-outline,
.ion-ios7-partlysunny,
.ion-ios7-partlysunny-outline,
.ion-ios7-pause,
.ion-ios7-pause-outline,
.ion-ios7-paw,
.ion-ios7-paw-outline,
.ion-ios7-people,
.ion-ios7-people-outline,
.ion-ios7-person,
.ion-ios7-person-outline,
.ion-ios7-personadd,
.ion-ios7-personadd-outline,
.ion-ios7-photos,
.ion-ios7-photos-outline,
.ion-ios7-pie,
.ion-ios7-pie-outline,
.ion-ios7-play,
.ion-ios7-play-outline,
.ion-ios7-plus,
.ion-ios7-plus-empty,
.ion-ios7-plus-outline,
.ion-ios7-pricetag,
.ion-ios7-pricetag-outline,
.ion-ios7-pricetags,
.ion-ios7-pricetags-outline,
.ion-ios7-printer,
.ion-ios7-printer-outline,
.ion-ios7-pulse,
.ion-ios7-pulse-strong,
.ion-ios7-rainy,
.ion-ios7-rainy-outline,
.ion-ios7-recording,
.ion-ios7-recording-outline,
.ion-ios7-redo,
.ion-ios7-redo-outline,
.ion-ios7-refresh,
.ion-ios7-refresh-empty,
.ion-ios7-refresh-outline,
.ion-ios7-reload,
.ion-ios7-reverse-camera,
.ion-ios7-reverse-camera-outline,
.ion-ios7-rewind,
.ion-ios7-rewind-outline,
.ion-ios7-search,
.ion-ios7-search-strong,
.ion-ios7-settings,
.ion-ios7-settings-strong,
.ion-ios7-shrink,
.ion-ios7-skipbackward,
.ion-ios7-skipbackward-outline,
.ion-ios7-skipforward,
.ion-ios7-skipforward-outline,
.ion-ios7-snowy,
.ion-ios7-speedometer,
.ion-ios7-speedometer-outline,
.ion-ios7-star,
.ion-ios7-star-half,
.ion-ios7-star-outline,
.ion-ios7-stopwatch,
.ion-ios7-stopwatch-outline,
.ion-ios7-sunny,
.ion-ios7-sunny-outline,
.ion-ios7-telephone,
.ion-ios7-telephone-outline,
.ion-ios7-tennisball,
.ion-ios7-tennisball-outline,
.ion-ios7-thunderstorm,
.ion-ios7-thunderstorm-outline,
.ion-ios7-time,
.ion-ios7-time-outline,
.ion-ios7-timer,
.ion-ios7-timer-outline,
.ion-ios7-toggle,
.ion-ios7-toggle-outline,
.ion-ios7-trash,
.ion-ios7-trash-outline,
.ion-ios7-undo,
.ion-ios7-undo-outline,
.ion-ios7-unlocked,
.ion-ios7-unlocked-outline,
.ion-ios7-upload,
.ion-ios7-upload-outline,
.ion-ios7-videocam,
.ion-ios7-videocam-outline,
.ion-ios7-volume-high,
.ion-ios7-volume-low,
.ion-ios7-wineglass,
.ion-ios7-wineglass-outline,
.ion-ios7-world,
.ion-ios7-world-outline,
.ion-ipad,
.ion-iphone,
.ion-ipod,
.ion-jet,
.ion-key,
.ion-knife,
.ion-laptop,
.ion-leaf,
.ion-levels,
.ion-lightbulb,
.ion-link,
.ion-load-a,
.ion-load-b,
.ion-load-c,
.ion-load-d,
.ion-location,
.ion-locked,
.ion-log-in,
.ion-log-out,
.ion-loop,
.ion-magnet,
.ion-male,
.ion-man,
.ion-map,
.ion-medkit,
.ion-merge,
.ion-mic-a,
.ion-mic-b,
.ion-mic-c,
.ion-minus,
.ion-minus-circled,
.ion-minus-round,
.ion-model-s,
.ion-monitor,
.ion-more,
.ion-mouse,
.ion-music-note,
.ion-navicon,
.ion-navicon-round,
.ion-navigate,
.ion-network,
.ion-no-smoking,
.ion-nuclear,
.ion-outlet,
.ion-paper-airplane,
.ion-paperclip,
.ion-pause,
.ion-person,
.ion-person-add,
.ion-person-stalker,
.ion-pie-graph,
.ion-pin,
.ion-pinpoint,
.ion-pizza,
.ion-plane,
.ion-planet,
.ion-play,
.ion-playstation,
.ion-plus,
.ion-plus-circled,
.ion-plus-round,
.ion-podium,
.ion-pound,
.ion-power,
.ion-pricetag,
.ion-pricetags,
.ion-printer,
.ion-pull-request,
.ion-qr-scanner,
.ion-quote,
.ion-radio-waves,
.ion-record,
.ion-refresh,
.ion-reply,
.ion-reply-all,
.ion-ribbon-a,
.ion-ribbon-b,
.ion-sad,
.ion-scissors,
.ion-search,
.ion-settings,
.ion-share,
.ion-shuffle,
.ion-skip-backward,
.ion-skip-forward,
.ion-social-android,
.ion-social-android-outline,
.ion-social-apple,
.ion-social-apple-outline,
.ion-social-bitcoin,
.ion-social-bitcoin-outline,
.ion-social-buffer,
.ion-social-buffer-outline,
.ion-social-designernews,
.ion-social-designernews-outline,
.ion-social-dribbble,
.ion-social-dribbble-outline,
.ion-social-dropbox,
.ion-social-dropbox-outline,
.ion-social-facebook,
.ion-social-facebook-outline,
.ion-social-foursquare,
.ion-social-foursquare-outline,
.ion-social-freebsd-devil,
.ion-social-github,
.ion-social-github-outline,
.ion-social-google,
.ion-social-google-outline,
.ion-social-googleplus,
.ion-social-googleplus-outline,
.ion-social-hackernews,
.ion-social-hackernews-outline,
.ion-social-instagram,
.ion-social-instagram-outline,
.ion-social-linkedin,
.ion-social-linkedin-outline,
.ion-social-pinterest,
.ion-social-pinterest-outline,
.ion-social-reddit,
.ion-social-reddit-outline,
.ion-social-rss,
.ion-social-rss-outline,
.ion-social-skype,
.ion-social-skype-outline,
.ion-social-tumblr,
.ion-social-tumblr-outline,
.ion-social-tux,
.ion-social-twitter,
.ion-social-twitter-outline,
.ion-social-usd,
.ion-social-usd-outline,
.ion-social-vimeo,
.ion-social-vimeo-outline,
.ion-social-windows,
.ion-social-windows-outline,
.ion-social-wordpress,
.ion-social-wordpress-outline,
.ion-social-yahoo,
.ion-social-yahoo-outline,
.ion-social-youtube,
.ion-social-youtube-outline,
.ion-speakerphone,
.ion-speedometer,
.ion-spoon,
.ion-star,
.ion-stats-bars,
.ion-steam,
.ion-stop,
.ion-thermometer,
.ion-thumbsdown,
.ion-thumbsup,
.ion-toggle,
.ion-toggle-filled,
.ion-trash-a,
.ion-trash-b,
.ion-trophy,
.ion-umbrella,
.ion-university,
.ion-unlocked,
.ion-upload,
.ion-usb,
.ion-videocamera,
.ion-volume-high,
.ion-volume-low,
.ion-volume-medium,
.ion-volume-mute,
.ion-wand,
.ion-waterdrop,
.ion-wifi,
.ion-wineglass,
.ion-woman,
.ion-wrench,
.ion-xbox {
  display: inline-block;
  font-family: "Ionicons";
  speak: 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-spin,
.ion-loading-a,
.ion-loading-b,
.ion-loading-c,
.ion-loading-d,
.ion-looping,
.ion-refreshing,
.ion-ios7-reloading {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ion-loading-a {
  -webkit-animation-timing-function: steps(8, start);
  -moz-animation-timing-function: steps(8, start);
  animation-timing-function: steps(8, start);
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-contact:before {
  content: "\f2c6";
}
.ion-android-alarm:before {
  content: "\f2c8";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down-left:before {
  content: "\f2cb";
}
.ion-android-arrow-down-right:before {
  content: "\f2cc";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up-left:before {
  content: "\f2cd";
}
.ion-android-arrow-up-right:before {
  content: "\f2ce";
}
.ion-android-battery:before {
  content: "\f2cf";
}
.ion-android-book:before {
  content: "\f2d0";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkmark:before {
  content: "\f2d5";
}
.ion-android-clock:before {
  content: "\f2d6";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-data:before {
  content: "\f2da";
}
.ion-android-developer:before {
  content: "\f2db";
}
.ion-android-display:before {
  content: "\f2dc";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drawer:before {
  content: "\f310";
}
.ion-android-dropdown:before {
  content: "\f2de";
}
.ion-android-earth:before {
  content: "\f2df";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-forums:before {
  content: "\f2e1";
}
.ion-android-friends:before {
  content: "\f2e2";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-inbox:before {
  content: "\f2e5";
}
.ion-android-information:before {
  content: "\f2e6";
}
.ion-android-keypad:before {
  content: "\f2e7";
}
.ion-android-lightbulb:before {
  content: "\f2e8";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-location:before {
  content: "\f2ea";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-mixer:before {
  content: "\f2ed";
}
.ion-android-more:before {
  content: "\f2ee";
}
.ion-android-note:before {
  content: "\f2ef";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-printer:before {
  content: "\f2f1";
}
.ion-android-promotion:before {
  content: "\f2f2";
}
.ion-android-reminder:before {
  content: "\f2f3";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-social:before {
  content: "\f2fa";
}
.ion-android-social-user:before {
  content: "\f2f9";
}
.ion-android-sort:before {
  content: "\f2fb";
}
.ion-android-stair-drawer:before {
  content: "\f311";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-storage:before {
  content: "\f2fe";
}
.ion-android-system-back:before {
  content: "\f2ff";
}
.ion-android-system-home:before {
  content: "\f300";
}
.ion-android-system-windows:before {
  content: "\f301";
}
.ion-android-timer:before {
  content: "\f302";
}
.ion-android-trash:before {
  content: "\f303";
}
.ion-android-user-menu:before {
  content: "\f312";
}
.ion-android-volume:before {
  content: "\f304";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-flask:before {
  content: "\f138";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-game-controller-a:before {
  content: "\f13b";
}
.ion-game-controller-b:before {
  content: "\f13c";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-icon-social-google-plus:before {
  content: "\f146";
}
.ion-icon-social-google-plus-outline:before {
  content: "\f145";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios7-alarm:before {
  content: "\f14d";
}
.ion-ios7-alarm-outline:before {
  content: "\f14c";
}
.ion-ios7-albums:before {
  content: "\f14f";
}
.ion-ios7-albums-outline:before {
  content: "\f14e";
}
.ion-ios7-americanfootball:before {
  content: "\f31f";
}
.ion-ios7-americanfootball-outline:before {
  content: "\f31e";
}
.ion-ios7-analytics:before {
  content: "\f321";
}
.ion-ios7-analytics-outline:before {
  content: "\f320";
}
.ion-ios7-arrow-back:before {
  content: "\f150";
}
.ion-ios7-arrow-down:before {
  content: "\f151";
}
.ion-ios7-arrow-forward:before {
  content: "\f152";
}
.ion-ios7-arrow-left:before {
  content: "\f153";
}
.ion-ios7-arrow-right:before {
  content: "\f154";
}
.ion-ios7-arrow-thin-down:before {
  content: "\f27e";
}
.ion-ios7-arrow-thin-left:before {
  content: "\f27f";
}
.ion-ios7-arrow-thin-right:before {
  content: "\f280";
}
.ion-ios7-arrow-thin-up:before {
  content: "\f281";
}
.ion-ios7-arrow-up:before {
  content: "\f155";
}
.ion-ios7-at:before {
  content: "\f157";
}
.ion-ios7-at-outline:before {
  content: "\f156";
}
.ion-ios7-barcode:before {
  content: "\f323";
}
.ion-ios7-barcode-outline:before {
  content: "\f322";
}
.ion-ios7-baseball:before {
  content: "\f325";
}
.ion-ios7-baseball-outline:before {
  content: "\f324";
}
.ion-ios7-basketball:before {
  content: "\f327";
}
.ion-ios7-basketball-outline:before {
  content: "\f326";
}
.ion-ios7-bell:before {
  content: "\f159";
}
.ion-ios7-bell-outline:before {
  content: "\f158";
}
.ion-ios7-bolt:before {
  content: "\f15b";
}
.ion-ios7-bolt-outline:before {
  content: "\f15a";
}
.ion-ios7-bookmarks:before {
  content: "\f15d";
}
.ion-ios7-bookmarks-outline:before {
  content: "\f15c";
}
.ion-ios7-box:before {
  content: "\f15f";
}
.ion-ios7-box-outline:before {
  content: "\f15e";
}
.ion-ios7-briefcase:before {
  content: "\f283";
}
.ion-ios7-briefcase-outline:before {
  content: "\f282";
}
.ion-ios7-browsers:before {
  content: "\f161";
}
.ion-ios7-browsers-outline:before {
  content: "\f160";
}
.ion-ios7-calculator:before {
  content: "\f285";
}
.ion-ios7-calculator-outline:before {
  content: "\f284";
}
.ion-ios7-calendar:before {
  content: "\f163";
}
.ion-ios7-calendar-outline:before {
  content: "\f162";
}
.ion-ios7-camera:before {
  content: "\f165";
}
.ion-ios7-camera-outline:before {
  content: "\f164";
}
.ion-ios7-cart:before {
  content: "\f167";
}
.ion-ios7-cart-outline:before {
  content: "\f166";
}
.ion-ios7-chatboxes:before {
  content: "\f169";
}
.ion-ios7-chatboxes-outline:before {
  content: "\f168";
}
.ion-ios7-chatbubble:before {
  content: "\f16b";
}
.ion-ios7-chatbubble-outline:before {
  content: "\f16a";
}
.ion-ios7-checkmark:before {
  content: "\f16e";
}
.ion-ios7-checkmark-empty:before {
  content: "\f16c";
}
.ion-ios7-checkmark-outline:before {
  content: "\f16d";
}
.ion-ios7-circle-filled:before {
  content: "\f16f";
}
.ion-ios7-circle-outline:before {
  content: "\f170";
}
.ion-ios7-clock:before {
  content: "\f172";
}
.ion-ios7-clock-outline:before {
  content: "\f171";
}
.ion-ios7-close:before {
  content: "\f2bc";
}
.ion-ios7-close-empty:before {
  content: "\f2bd";
}
.ion-ios7-close-outline:before {
  content: "\f2bb";
}
.ion-ios7-cloud:before {
  content: "\f178";
}
.ion-ios7-cloud-download:before {
  content: "\f174";
}
.ion-ios7-cloud-download-outline:before {
  content: "\f173";
}
.ion-ios7-cloud-outline:before {
  content: "\f175";
}
.ion-ios7-cloud-upload:before {
  content: "\f177";
}
.ion-ios7-cloud-upload-outline:before {
  content: "\f176";
}
.ion-ios7-cloudy:before {
  content: "\f17a";
}
.ion-ios7-cloudy-night:before {
  content: "\f308";
}
.ion-ios7-cloudy-night-outline:before {
  content: "\f307";
}
.ion-ios7-cloudy-outline:before {
  content: "\f179";
}
.ion-ios7-cog:before {
  content: "\f17c";
}
.ion-ios7-cog-outline:before {
  content: "\f17b";
}
.ion-ios7-compose:before {
  content: "\f17e";
}
.ion-ios7-compose-outline:before {
  content: "\f17d";
}
.ion-ios7-contact:before {
  content: "\f180";
}
.ion-ios7-contact-outline:before {
  content: "\f17f";
}
.ion-ios7-copy:before {
  content: "\f182";
}
.ion-ios7-copy-outline:before {
  content: "\f181";
}
.ion-ios7-download:before {
  content: "\f184";
}
.ion-ios7-download-outline:before {
  content: "\f183";
}
.ion-ios7-drag:before {
  content: "\f185";
}
.ion-ios7-email:before {
  content: "\f187";
}
.ion-ios7-email-outline:before {
  content: "\f186";
}
.ion-ios7-expand:before {
  content: "\f30d";
}
.ion-ios7-eye:before {
  content: "\f189";
}
.ion-ios7-eye-outline:before {
  content: "\f188";
}
.ion-ios7-fastforward:before {
  content: "\f18b";
}
.ion-ios7-fastforward-outline:before {
  content: "\f18a";
}
.ion-ios7-filing:before {
  content: "\f18d";
}
.ion-ios7-filing-outline:before {
  content: "\f18c";
}
.ion-ios7-film:before {
  content: "\f18f";
}
.ion-ios7-film-outline:before {
  content: "\f18e";
}
.ion-ios7-flag:before {
  content: "\f191";
}
.ion-ios7-flag-outline:before {
  content: "\f190";
}
.ion-ios7-folder:before {
  content: "\f193";
}
.ion-ios7-folder-outline:before {
  content: "\f192";
}
.ion-ios7-football:before {
  content: "\f329";
}
.ion-ios7-football-outline:before {
  content: "\f328";
}
.ion-ios7-gear:before {
  content: "\f195";
}
.ion-ios7-gear-outline:before {
  content: "\f194";
}
.ion-ios7-glasses:before {
  content: "\f197";
}
.ion-ios7-glasses-outline:before {
  content: "\f196";
}
.ion-ios7-heart:before {
  content: "\f199";
}
.ion-ios7-heart-outline:before {
  content: "\f198";
}
.ion-ios7-help:before {
  content: "\f19c";
}
.ion-ios7-help-empty:before {
  content: "\f19a";
}
.ion-ios7-help-outline:before {
  content: "\f19b";
}
.ion-ios7-home:before {
  content: "\f32b";
}
.ion-ios7-home-outline:before {
  content: "\f32a";
}
.ion-ios7-infinite:before {
  content: "\f19e";
}
.ion-ios7-infinite-outline:before {
  content: "\f19d";
}
.ion-ios7-information:before {
  content: "\f1a1";
}
.ion-ios7-information-empty:before {
  content: "\f19f";
}
.ion-ios7-information-outline:before {
  content: "\f1a0";
}
.ion-ios7-ionic-outline:before {
  content: "\f1a2";
}
.ion-ios7-keypad:before {
  content: "\f1a4";
}
.ion-ios7-keypad-outline:before {
  content: "\f1a3";
}
.ion-ios7-lightbulb:before {
  content: "\f287";
}
.ion-ios7-lightbulb-outline:before {
  content: "\f286";
}
.ion-ios7-location:before {
  content: "\f1a6";
}
.ion-ios7-location-outline:before {
  content: "\f1a5";
}
.ion-ios7-locked:before {
  content: "\f1a8";
}
.ion-ios7-locked-outline:before {
  content: "\f1a7";
}
.ion-ios7-loop:before {
  content: "\f32d";
}
.ion-ios7-loop-strong:before {
  content: "\f32c";
}
.ion-ios7-medkit:before {
  content: "\f289";
}
.ion-ios7-medkit-outline:before {
  content: "\f288";
}
.ion-ios7-mic:before {
  content: "\f1ab";
}
.ion-ios7-mic-off:before {
  content: "\f1a9";
}
.ion-ios7-mic-outline:before {
  content: "\f1aa";
}
.ion-ios7-minus:before {
  content: "\f1ae";
}
.ion-ios7-minus-empty:before {
  content: "\f1ac";
}
.ion-ios7-minus-outline:before {
  content: "\f1ad";
}
.ion-ios7-monitor:before {
  content: "\f1b0";
}
.ion-ios7-monitor-outline:before {
  content: "\f1af";
}
.ion-ios7-moon:before {
  content: "\f1b2";
}
.ion-ios7-moon-outline:before {
  content: "\f1b1";
}
.ion-ios7-more:before {
  content: "\f1b4";
}
.ion-ios7-more-outline:before {
  content: "\f1b3";
}
.ion-ios7-musical-note:before {
  content: "\f1b5";
}
.ion-ios7-musical-notes:before {
  content: "\f1b6";
}
.ion-ios7-navigate:before {
  content: "\f1b8";
}
.ion-ios7-navigate-outline:before {
  content: "\f1b7";
}
.ion-ios7-paper:before {
  content: "\f32f";
}
.ion-ios7-paper-outline:before {
  content: "\f32e";
}
.ion-ios7-paperplane:before {
  content: "\f1ba";
}
.ion-ios7-paperplane-outline:before {
  content: "\f1b9";
}
.ion-ios7-partlysunny:before {
  content: "\f1bc";
}
.ion-ios7-partlysunny-outline:before {
  content: "\f1bb";
}
.ion-ios7-pause:before {
  content: "\f1be";
}
.ion-ios7-pause-outline:before {
  content: "\f1bd";
}
.ion-ios7-paw:before {
  content: "\f331";
}
.ion-ios7-paw-outline:before {
  content: "\f330";
}
.ion-ios7-people:before {
  content: "\f1c0";
}
.ion-ios7-people-outline:before {
  content: "\f1bf";
}
.ion-ios7-person:before {
  content: "\f1c2";
}
.ion-ios7-person-outline:before {
  content: "\f1c1";
}
.ion-ios7-personadd:before {
  content: "\f1c4";
}
.ion-ios7-personadd-outline:before {
  content: "\f1c3";
}
.ion-ios7-photos:before {
  content: "\f1c6";
}
.ion-ios7-photos-outline:before {
  content: "\f1c5";
}
.ion-ios7-pie:before {
  content: "\f28b";
}
.ion-ios7-pie-outline:before {
  content: "\f28a";
}
.ion-ios7-play:before {
  content: "\f1c8";
}
.ion-ios7-play-outline:before {
  content: "\f1c7";
}
.ion-ios7-plus:before {
  content: "\f1cb";
}
.ion-ios7-plus-empty:before {
  content: "\f1c9";
}
.ion-ios7-plus-outline:before {
  content: "\f1ca";
}
.ion-ios7-pricetag:before {
  content: "\f28d";
}
.ion-ios7-pricetag-outline:before {
  content: "\f28c";
}
.ion-ios7-pricetags:before {
  content: "\f333";
}
.ion-ios7-pricetags-outline:before {
  content: "\f332";
}
.ion-ios7-printer:before {
  content: "\f1cd";
}
.ion-ios7-printer-outline:before {
  content: "\f1cc";
}
.ion-ios7-pulse:before {
  content: "\f335";
}
.ion-ios7-pulse-strong:before {
  content: "\f334";
}
.ion-ios7-rainy:before {
  content: "\f1cf";
}
.ion-ios7-rainy-outline:before {
  content: "\f1ce";
}
.ion-ios7-recording:before {
  content: "\f1d1";
}
.ion-ios7-recording-outline:before {
  content: "\f1d0";
}
.ion-ios7-redo:before {
  content: "\f1d3";
}
.ion-ios7-redo-outline:before {
  content: "\f1d2";
}
.ion-ios7-refresh:before {
  content: "\f1d6";
}
.ion-ios7-refresh-empty:before {
  content: "\f1d4";
}
.ion-ios7-refresh-outline:before {
  content: "\f1d5";
}
.ion-ios7-reload:before,
.ion-ios7-reloading:before {
  content: "\f28e";
}
.ion-ios7-reverse-camera:before {
  content: "\f337";
}
.ion-ios7-reverse-camera-outline:before {
  content: "\f336";
}
.ion-ios7-rewind:before {
  content: "\f1d8";
}
.ion-ios7-rewind-outline:before {
  content: "\f1d7";
}
.ion-ios7-search:before {
  content: "\f1da";
}
.ion-ios7-search-strong:before {
  content: "\f1d9";
}
.ion-ios7-settings:before {
  content: "\f339";
}
.ion-ios7-settings-strong:before {
  content: "\f338";
}
.ion-ios7-shrink:before {
  content: "\f30e";
}
.ion-ios7-skipbackward:before {
  content: "\f1dc";
}
.ion-ios7-skipbackward-outline:before {
  content: "\f1db";
}
.ion-ios7-skipforward:before {
  content: "\f1de";
}
.ion-ios7-skipforward-outline:before {
  content: "\f1dd";
}
.ion-ios7-snowy:before {
  content: "\f309";
}
.ion-ios7-speedometer:before {
  content: "\f290";
}
.ion-ios7-speedometer-outline:before {
  content: "\f28f";
}
.ion-ios7-star:before {
  content: "\f1e0";
}
.ion-ios7-star-half:before {
  content: "\f33a";
}
.ion-ios7-star-outline:before {
  content: "\f1df";
}
.ion-ios7-stopwatch:before {
  content: "\f1e2";
}
.ion-ios7-stopwatch-outline:before {
  content: "\f1e1";
}
.ion-ios7-sunny:before {
  content: "\f1e4";
}
.ion-ios7-sunny-outline:before {
  content: "\f1e3";
}
.ion-ios7-telephone:before {
  content: "\f1e6";
}
.ion-ios7-telephone-outline:before {
  content: "\f1e5";
}
.ion-ios7-tennisball:before {
  content: "\f33c";
}
.ion-ios7-tennisball-outline:before {
  content: "\f33b";
}
.ion-ios7-thunderstorm:before {
  content: "\f1e8";
}
.ion-ios7-thunderstorm-outline:before {
  content: "\f1e7";
}
.ion-ios7-time:before {
  content: "\f292";
}
.ion-ios7-time-outline:before {
  content: "\f291";
}
.ion-ios7-timer:before {
  content: "\f1ea";
}
.ion-ios7-timer-outline:before {
  content: "\f1e9";
}
.ion-ios7-toggle:before {
  content: "\f33e";
}
.ion-ios7-toggle-outline:before {
  content: "\f33d";
}
.ion-ios7-trash:before {
  content: "\f1ec";
}
.ion-ios7-trash-outline:before {
  content: "\f1eb";
}
.ion-ios7-undo:before {
  content: "\f1ee";
}
.ion-ios7-undo-outline:before {
  content: "\f1ed";
}
.ion-ios7-unlocked:before {
  content: "\f1f0";
}
.ion-ios7-unlocked-outline:before {
  content: "\f1ef";
}
.ion-ios7-upload:before {
  content: "\f1f2";
}
.ion-ios7-upload-outline:before {
  content: "\f1f1";
}
.ion-ios7-videocam:before {
  content: "\f1f4";
}
.ion-ios7-videocam-outline:before {
  content: "\f1f3";
}
.ion-ios7-volume-high:before {
  content: "\f1f5";
}
.ion-ios7-volume-low:before {
  content: "\f1f6";
}
.ion-ios7-wineglass:before {
  content: "\f294";
}
.ion-ios7-wineglass-outline:before {
  content: "\f293";
}
.ion-ios7-world:before {
  content: "\f1f8";
}
.ion-ios7-world-outline:before {
  content: "\f1f7";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before,
.ion-loading-a:before {
  content: "\f29a";
}
.ion-load-b:before,
.ion-loading-b:before {
  content: "\f29b";
}
.ion-load-c:before,
.ion-loading-c:before {
  content: "\f29c";
}
.ion-load-d:before,
.ion-loading-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before,
.ion-looping:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before,
.ion-refreshing:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}

/* src/assets/icons/pe7/pe-icon-7.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: 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;
}
.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/icons/material/materialdesignicons.css */
@font-face {
  font-family: "Material Design Icons";
  src: url("./media/materialdesignicons-webfont.eot?v=7.1.96");
  src:
    url("./media/materialdesignicons-webfont.eot?#iefix&v=7.1.96") format("embedded-opentype"),
    url("./media/materialdesignicons-webfont.woff2?v=7.1.96") format("woff2"),
    url("./media/materialdesignicons-webfont.woff?v=7.1.96") format("woff"),
    url("./media/materialdesignicons-webfont.ttf?v=7.1.96") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  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-ab-testing::before {
  content: "\f01c9";
}
.mdi-abacus::before {
  content: "\f16e0";
}
.mdi-abjad-arabic::before {
  content: "\f1328";
}
.mdi-abjad-hebrew::before {
  content: "\f1329";
}
.mdi-abugida-devanagari::before {
  content: "\f132a";
}
.mdi-abugida-thai::before {
  content: "\f132b";
}
.mdi-access-point::before {
  content: "\f0003";
}
.mdi-access-point-check::before {
  content: "\f1538";
}
.mdi-access-point-minus::before {
  content: "\f1539";
}
.mdi-access-point-network::before {
  content: "\f0002";
}
.mdi-access-point-network-off::before {
  content: "\f0be1";
}
.mdi-access-point-off::before {
  content: "\f1511";
}
.mdi-access-point-plus::before {
  content: "\f153a";
}
.mdi-access-point-remove::before {
  content: "\f153b";
}
.mdi-account::before {
  content: "\f0004";
}
.mdi-account-alert::before {
  content: "\f0005";
}
.mdi-account-alert-outline::before {
  content: "\f0b50";
}
.mdi-account-arrow-down::before {
  content: "\f1868";
}
.mdi-account-arrow-down-outline::before {
  content: "\f1869";
}
.mdi-account-arrow-left::before {
  content: "\f0b51";
}
.mdi-account-arrow-left-outline::before {
  content: "\f0b52";
}
.mdi-account-arrow-right::before {
  content: "\f0b53";
}
.mdi-account-arrow-right-outline::before {
  content: "\f0b54";
}
.mdi-account-arrow-up::before {
  content: "\f1867";
}
.mdi-account-arrow-up-outline::before {
  content: "\f186a";
}
.mdi-account-badge::before {
  content: "\f1b0a";
}
.mdi-account-badge-outline::before {
  content: "\f1b0b";
}
.mdi-account-box::before {
  content: "\f0006";
}
.mdi-account-box-multiple::before {
  content: "\f0934";
}
.mdi-account-box-multiple-outline::before {
  content: "\f100a";
}
.mdi-account-box-outline::before {
  content: "\f0007";
}
.mdi-account-cancel::before {
  content: "\f12df";
}
.mdi-account-cancel-outline::before {
  content: "\f12e0";
}
.mdi-account-card::before {
  content: "\f1ba4";
}
.mdi-account-card-outline::before {
  content: "\f1ba5";
}
.mdi-account-cash::before {
  content: "\f1097";
}
.mdi-account-cash-outline::before {
  content: "\f1098";
}
.mdi-account-check::before {
  content: "\f0008";
}
.mdi-account-check-outline::before {
  content: "\f0be2";
}
.mdi-account-child::before {
  content: "\f0a89";
}
.mdi-account-child-circle::before {
  content: "\f0a8a";
}
.mdi-account-child-outline::before {
  content: "\f10c8";
}
.mdi-account-circle::before {
  content: "\f0009";
}
.mdi-account-circle-outline::before {
  content: "\f0b55";
}
.mdi-account-clock::before {
  content: "\f0b56";
}
.mdi-account-clock-outline::before {
  content: "\f0b57";
}
.mdi-account-cog::before {
  content: "\f1370";
}
.mdi-account-cog-outline::before {
  content: "\f1371";
}
.mdi-account-convert::before {
  content: "\f000a";
}
.mdi-account-convert-outline::before {
  content: "\f1301";
}
.mdi-account-cowboy-hat::before {
  content: "\f0e9b";
}
.mdi-account-cowboy-hat-outline::before {
  content: "\f17f3";
}
.mdi-account-credit-card::before {
  content: "\f1ba6";
}
.mdi-account-credit-card-outline::before {
  content: "\f1ba7";
}
.mdi-account-details::before {
  content: "\f0631";
}
.mdi-account-details-outline::before {
  content: "\f1372";
}
.mdi-account-edit::before {
  content: "\f06bc";
}
.mdi-account-edit-outline::before {
  content: "\f0ffb";
}
.mdi-account-eye::before {
  content: "\f0420";
}
.mdi-account-eye-outline::before {
  content: "\f127b";
}
.mdi-account-filter::before {
  content: "\f0936";
}
.mdi-account-filter-outline::before {
  content: "\f0f9d";
}
.mdi-account-group::before {
  content: "\f0849";
}
.mdi-account-group-outline::before {
  content: "\f0b58";
}
.mdi-account-hard-hat::before {
  content: "\f05b5";
}
.mdi-account-hard-hat-outline::before {
  content: "\f1a1f";
}
.mdi-account-heart::before {
  content: "\f0899";
}
.mdi-account-heart-outline::before {
  content: "\f0be3";
}
.mdi-account-injury::before {
  content: "\f1815";
}
.mdi-account-injury-outline::before {
  content: "\f1816";
}
.mdi-account-key::before {
  content: "\f000b";
}
.mdi-account-key-outline::before {
  content: "\f0be4";
}
.mdi-account-lock::before {
  content: "\f115e";
}
.mdi-account-lock-open::before {
  content: "\f1960";
}
.mdi-account-lock-open-outline::before {
  content: "\f1961";
}
.mdi-account-lock-outline::before {
  content: "\f115f";
}
.mdi-account-minus::before {
  content: "\f000d";
}
.mdi-account-minus-outline::before {
  content: "\f0aec";
}
.mdi-account-multiple::before {
  content: "\f000e";
}
.mdi-account-multiple-check::before {
  content: "\f08c5";
}
.mdi-account-multiple-check-outline::before {
  content: "\f11fe";
}
.mdi-account-multiple-minus::before {
  content: "\f05d3";
}
.mdi-account-multiple-minus-outline::before {
  content: "\f0be5";
}
.mdi-account-multiple-outline::before {
  content: "\f000f";
}
.mdi-account-multiple-plus::before {
  content: "\f0010";
}
.mdi-account-multiple-plus-outline::before {
  content: "\f0800";
}
.mdi-account-multiple-remove::before {
  content: "\f120a";
}
.mdi-account-multiple-remove-outline::before {
  content: "\f120b";
}
.mdi-account-music::before {
  content: "\f0803";
}
.mdi-account-music-outline::before {
  content: "\f0ce9";
}
.mdi-account-network::before {
  content: "\f0011";
}
.mdi-account-network-off::before {
  content: "\f1af1";
}
.mdi-account-network-off-outline::before {
  content: "\f1af2";
}
.mdi-account-network-outline::before {
  content: "\f0be6";
}
.mdi-account-off::before {
  content: "\f0012";
}
.mdi-account-off-outline::before {
  content: "\f0be7";
}
.mdi-account-outline::before {
  content: "\f0013";
}
.mdi-account-plus::before {
  content: "\f0014";
}
.mdi-account-plus-outline::before {
  content: "\f0801";
}
.mdi-account-question::before {
  content: "\f0b59";
}
.mdi-account-question-outline::before {
  content: "\f0b5a";
}
.mdi-account-reactivate::before {
  content: "\f152b";
}
.mdi-account-reactivate-outline::before {
  content: "\f152c";
}
.mdi-account-remove::before {
  content: "\f0015";
}
.mdi-account-remove-outline::before {
  content: "\f0aed";
}
.mdi-account-school::before {
  content: "\f1a20";
}
.mdi-account-school-outline::before {
  content: "\f1a21";
}
.mdi-account-search::before {
  content: "\f0016";
}
.mdi-account-search-outline::before {
  content: "\f0935";
}
.mdi-account-settings::before {
  content: "\f0630";
}
.mdi-account-settings-outline::before {
  content: "\f10c9";
}
.mdi-account-star::before {
  content: "\f0017";
}
.mdi-account-star-outline::before {
  content: "\f0be8";
}
.mdi-account-supervisor::before {
  content: "\f0a8b";
}
.mdi-account-supervisor-circle::before {
  content: "\f0a8c";
}
.mdi-account-supervisor-circle-outline::before {
  content: "\f14ec";
}
.mdi-account-supervisor-outline::before {
  content: "\f112d";
}
.mdi-account-switch::before {
  content: "\f0019";
}
.mdi-account-switch-outline::before {
  content: "\f04cb";
}
.mdi-account-sync::before {
  content: "\f191b";
}
.mdi-account-sync-outline::before {
  content: "\f191c";
}
.mdi-account-tag::before {
  content: "\f1c1b";
}
.mdi-account-tag-outline::before {
  content: "\f1c1c";
}
.mdi-account-tie::before {
  content: "\f0ce3";
}
.mdi-account-tie-hat::before {
  content: "\f1898";
}
.mdi-account-tie-hat-outline::before {
  content: "\f1899";
}
.mdi-account-tie-outline::before {
  content: "\f10ca";
}
.mdi-account-tie-voice::before {
  content: "\f1308";
}
.mdi-account-tie-voice-off::before {
  content: "\f130a";
}
.mdi-account-tie-voice-off-outline::before {
  content: "\f130b";
}
.mdi-account-tie-voice-outline::before {
  content: "\f1309";
}
.mdi-account-tie-woman::before {
  content: "\f1a8c";
}
.mdi-account-voice::before {
  content: "\f05cb";
}
.mdi-account-voice-off::before {
  content: "\f0ed4";
}
.mdi-account-wrench::before {
  content: "\f189a";
}
.mdi-account-wrench-outline::before {
  content: "\f189b";
}
.mdi-adjust::before {
  content: "\f001a";
}
.mdi-advertisements::before {
  content: "\f192a";
}
.mdi-advertisements-off::before {
  content: "\f192b";
}
.mdi-air-conditioner::before {
  content: "\f001b";
}
.mdi-air-filter::before {
  content: "\f0d43";
}
.mdi-air-horn::before {
  content: "\f0dac";
}
.mdi-air-humidifier::before {
  content: "\f1099";
}
.mdi-air-humidifier-off::before {
  content: "\f1466";
}
.mdi-air-purifier::before {
  content: "\f0d44";
}
.mdi-air-purifier-off::before {
  content: "\f1b57";
}
.mdi-airbag::before {
  content: "\f0be9";
}
.mdi-airballoon::before {
  content: "\f001c";
}
.mdi-airballoon-outline::before {
  content: "\f100b";
}
.mdi-airplane::before {
  content: "\f001d";
}
.mdi-airplane-alert::before {
  content: "\f187a";
}
.mdi-airplane-check::before {
  content: "\f187b";
}
.mdi-airplane-clock::before {
  content: "\f187c";
}
.mdi-airplane-cog::before {
  content: "\f187d";
}
.mdi-airplane-edit::before {
  content: "\f187e";
}
.mdi-airplane-landing::before {
  content: "\f05d4";
}
.mdi-airplane-marker::before {
  content: "\f187f";
}
.mdi-airplane-minus::before {
  content: "\f1880";
}
.mdi-airplane-off::before {
  content: "\f001e";
}
.mdi-airplane-plus::before {
  content: "\f1881";
}
.mdi-airplane-remove::before {
  content: "\f1882";
}
.mdi-airplane-search::before {
  content: "\f1883";
}
.mdi-airplane-settings::before {
  content: "\f1884";
}
.mdi-airplane-takeoff::before {
  content: "\f05d5";
}
.mdi-airport::before {
  content: "\f084b";
}
.mdi-alarm::before {
  content: "\f0020";
}
.mdi-alarm-bell::before {
  content: "\f078e";
}
.mdi-alarm-check::before {
  content: "\f0021";
}
.mdi-alarm-light::before {
  content: "\f078f";
}
.mdi-alarm-light-off::before {
  content: "\f171e";
}
.mdi-alarm-light-off-outline::before {
  content: "\f171f";
}
.mdi-alarm-light-outline::before {
  content: "\f0bea";
}
.mdi-alarm-multiple::before {
  content: "\f0022";
}
.mdi-alarm-note::before {
  content: "\f0e71";
}
.mdi-alarm-note-off::before {
  content: "\f0e72";
}
.mdi-alarm-off::before {
  content: "\f0023";
}
.mdi-alarm-panel::before {
  content: "\f15c4";
}
.mdi-alarm-panel-outline::before {
  content: "\f15c5";
}
.mdi-alarm-plus::before {
  content: "\f0024";
}
.mdi-alarm-snooze::before {
  content: "\f068e";
}
.mdi-album::before {
  content: "\f0025";
}
.mdi-alert::before {
  content: "\f0026";
}
.mdi-alert-box::before {
  content: "\f0027";
}
.mdi-alert-box-outline::before {
  content: "\f0ce4";
}
.mdi-alert-circle::before {
  content: "\f0028";
}
.mdi-alert-circle-check::before {
  content: "\f11ed";
}
.mdi-alert-circle-check-outline::before {
  content: "\f11ee";
}
.mdi-alert-circle-outline::before {
  content: "\f05d6";
}
.mdi-alert-decagram::before {
  content: "\f06bd";
}
.mdi-alert-decagram-outline::before {
  content: "\f0ce5";
}
.mdi-alert-minus::before {
  content: "\f14bb";
}
.mdi-alert-minus-outline::before {
  content: "\f14be";
}
.mdi-alert-octagon::before {
  content: "\f0029";
}
.mdi-alert-octagon-outline::before {
  content: "\f0ce6";
}
.mdi-alert-octagram::before {
  content: "\f0767";
}
.mdi-alert-octagram-outline::before {
  content: "\f0ce7";
}
.mdi-alert-outline::before {
  content: "\f002a";
}
.mdi-alert-plus::before {
  content: "\f14ba";
}
.mdi-alert-plus-outline::before {
  content: "\f14bd";
}
.mdi-alert-remove::before {
  content: "\f14bc";
}
.mdi-alert-remove-outline::before {
  content: "\f14bf";
}
.mdi-alert-rhombus::before {
  content: "\f11ce";
}
.mdi-alert-rhombus-outline::before {
  content: "\f11cf";
}
.mdi-alien::before {
  content: "\f089a";
}
.mdi-alien-outline::before {
  content: "\f10cb";
}
.mdi-align-horizontal-center::before {
  content: "\f11c3";
}
.mdi-align-horizontal-distribute::before {
  content: "\f1962";
}
.mdi-align-horizontal-left::before {
  content: "\f11c2";
}
.mdi-align-horizontal-right::before {
  content: "\f11c4";
}
.mdi-align-vertical-bottom::before {
  content: "\f11c5";
}
.mdi-align-vertical-center::before {
  content: "\f11c6";
}
.mdi-align-vertical-distribute::before {
  content: "\f1963";
}
.mdi-align-vertical-top::before {
  content: "\f11c7";
}
.mdi-all-inclusive::before {
  content: "\f06be";
}
.mdi-all-inclusive-box::before {
  content: "\f188d";
}
.mdi-all-inclusive-box-outline::before {
  content: "\f188e";
}
.mdi-allergy::before {
  content: "\f1258";
}
.mdi-alpha::before {
  content: "\f002b";
}
.mdi-alpha-a::before {
  content: "\f0aee";
}
.mdi-alpha-a-box::before {
  content: "\f0b08";
}
.mdi-alpha-a-box-outline::before {
  content: "\f0beb";
}
.mdi-alpha-a-circle::before {
  content: "\f0bec";
}
.mdi-alpha-a-circle-outline::before {
  content: "\f0bed";
}
.mdi-alpha-b::before {
  content: "\f0aef";
}
.mdi-alpha-b-box::before {
  content: "\f0b09";
}
.mdi-alpha-b-box-outline::before {
  content: "\f0bee";
}
.mdi-alpha-b-circle::before {
  content: "\f0bef";
}
.mdi-alpha-b-circle-outline::before {
  content: "\f0bf0";
}
.mdi-alpha-c::before {
  content: "\f0af0";
}
.mdi-alpha-c-box::before {
  content: "\f0b0a";
}
.mdi-alpha-c-box-outline::before {
  content: "\f0bf1";
}
.mdi-alpha-c-circle::before {
  content: "\f0bf2";
}
.mdi-alpha-c-circle-outline::before {
  content: "\f0bf3";
}
.mdi-alpha-d::before {
  content: "\f0af1";
}
.mdi-alpha-d-box::before {
  content: "\f0b0b";
}
.mdi-alpha-d-box-outline::before {
  content: "\f0bf4";
}
.mdi-alpha-d-circle::before {
  content: "\f0bf5";
}
.mdi-alpha-d-circle-outline::before {
  content: "\f0bf6";
}
.mdi-alpha-e::before {
  content: "\f0af2";
}
.mdi-alpha-e-box::before {
  content: "\f0b0c";
}
.mdi-alpha-e-box-outline::before {
  content: "\f0bf7";
}
.mdi-alpha-e-circle::before {
  content: "\f0bf8";
}
.mdi-alpha-e-circle-outline::before {
  content: "\f0bf9";
}
.mdi-alpha-f::before {
  content: "\f0af3";
}
.mdi-alpha-f-box::before {
  content: "\f0b0d";
}
.mdi-alpha-f-box-outline::before {
  content: "\f0bfa";
}
.mdi-alpha-f-circle::before {
  content: "\f0bfb";
}
.mdi-alpha-f-circle-outline::before {
  content: "\f0bfc";
}
.mdi-alpha-g::before {
  content: "\f0af4";
}
.mdi-alpha-g-box::before {
  content: "\f0b0e";
}
.mdi-alpha-g-box-outline::before {
  content: "\f0bfd";
}
.mdi-alpha-g-circle::before {
  content: "\f0bfe";
}
.mdi-alpha-g-circle-outline::before {
  content: "\f0bff";
}
.mdi-alpha-h::before {
  content: "\f0af5";
}
.mdi-alpha-h-box::before {
  content: "\f0b0f";
}
.mdi-alpha-h-box-outline::before {
  content: "\f0c00";
}
.mdi-alpha-h-circle::before {
  content: "\f0c01";
}
.mdi-alpha-h-circle-outline::before {
  content: "\f0c02";
}
.mdi-alpha-i::before {
  content: "\f0af6";
}
.mdi-alpha-i-box::before {
  content: "\f0b10";
}
.mdi-alpha-i-box-outline::before {
  content: "\f0c03";
}
.mdi-alpha-i-circle::before {
  content: "\f0c04";
}
.mdi-alpha-i-circle-outline::before {
  content: "\f0c05";
}
.mdi-alpha-j::before {
  content: "\f0af7";
}
.mdi-alpha-j-box::before {
  content: "\f0b11";
}
.mdi-alpha-j-box-outline::before {
  content: "\f0c06";
}
.mdi-alpha-j-circle::before {
  content: "\f0c07";
}
.mdi-alpha-j-circle-outline::before {
  content: "\f0c08";
}
.mdi-alpha-k::before {
  content: "\f0af8";
}
.mdi-alpha-k-box::before {
  content: "\f0b12";
}
.mdi-alpha-k-box-outline::before {
  content: "\f0c09";
}
.mdi-alpha-k-circle::before {
  content: "\f0c0a";
}
.mdi-alpha-k-circle-outline::before {
  content: "\f0c0b";
}
.mdi-alpha-l::before {
  content: "\f0af9";
}
.mdi-alpha-l-box::before {
  content: "\f0b13";
}
.mdi-alpha-l-box-outline::before {
  content: "\f0c0c";
}
.mdi-alpha-l-circle::before {
  content: "\f0c0d";
}
.mdi-alpha-l-circle-outline::before {
  content: "\f0c0e";
}
.mdi-alpha-m::before {
  content: "\f0afa";
}
.mdi-alpha-m-box::before {
  content: "\f0b14";
}
.mdi-alpha-m-box-outline::before {
  content: "\f0c0f";
}
.mdi-alpha-m-circle::before {
  content: "\f0c10";
}
.mdi-alpha-m-circle-outline::before {
  content: "\f0c11";
}
.mdi-alpha-n::before {
  content: "\f0afb";
}
.mdi-alpha-n-box::before {
  content: "\f0b15";
}
.mdi-alpha-n-box-outline::before {
  content: "\f0c12";
}
.mdi-alpha-n-circle::before {
  content: "\f0c13";
}
.mdi-alpha-n-circle-outline::before {
  content: "\f0c14";
}
.mdi-alpha-o::before {
  content: "\f0afc";
}
.mdi-alpha-o-box::before {
  content: "\f0b16";
}
.mdi-alpha-o-box-outline::before {
  content: "\f0c15";
}
.mdi-alpha-o-circle::before {
  content: "\f0c16";
}
.mdi-alpha-o-circle-outline::before {
  content: "\f0c17";
}
.mdi-alpha-p::before {
  content: "\f0afd";
}
.mdi-alpha-p-box::before {
  content: "\f0b17";
}
.mdi-alpha-p-box-outline::before {
  content: "\f0c18";
}
.mdi-alpha-p-circle::before {
  content: "\f0c19";
}
.mdi-alpha-p-circle-outline::before {
  content: "\f0c1a";
}
.mdi-alpha-q::before {
  content: "\f0afe";
}
.mdi-alpha-q-box::before {
  content: "\f0b18";
}
.mdi-alpha-q-box-outline::before {
  content: "\f0c1b";
}
.mdi-alpha-q-circle::before {
  content: "\f0c1c";
}
.mdi-alpha-q-circle-outline::before {
  content: "\f0c1d";
}
.mdi-alpha-r::before {
  content: "\f0aff";
}
.mdi-alpha-r-box::before {
  content: "\f0b19";
}
.mdi-alpha-r-box-outline::before {
  content: "\f0c1e";
}
.mdi-alpha-r-circle::before {
  content: "\f0c1f";
}
.mdi-alpha-r-circle-outline::before {
  content: "\f0c20";
}
.mdi-alpha-s::before {
  content: "\f0b00";
}
.mdi-alpha-s-box::before {
  content: "\f0b1a";
}
.mdi-alpha-s-box-outline::before {
  content: "\f0c21";
}
.mdi-alpha-s-circle::before {
  content: "\f0c22";
}
.mdi-alpha-s-circle-outline::before {
  content: "\f0c23";
}
.mdi-alpha-t::before {
  content: "\f0b01";
}
.mdi-alpha-t-box::before {
  content: "\f0b1b";
}
.mdi-alpha-t-box-outline::before {
  content: "\f0c24";
}
.mdi-alpha-t-circle::before {
  content: "\f0c25";
}
.mdi-alpha-t-circle-outline::before {
  content: "\f0c26";
}
.mdi-alpha-u::before {
  content: "\f0b02";
}
.mdi-alpha-u-box::before {
  content: "\f0b1c";
}
.mdi-alpha-u-box-outline::before {
  content: "\f0c27";
}
.mdi-alpha-u-circle::before {
  content: "\f0c28";
}
.mdi-alpha-u-circle-outline::before {
  content: "\f0c29";
}
.mdi-alpha-v::before {
  content: "\f0b03";
}
.mdi-alpha-v-box::before {
  content: "\f0b1d";
}
.mdi-alpha-v-box-outline::before {
  content: "\f0c2a";
}
.mdi-alpha-v-circle::before {
  content: "\f0c2b";
}
.mdi-alpha-v-circle-outline::before {
  content: "\f0c2c";
}
.mdi-alpha-w::before {
  content: "\f0b04";
}
.mdi-alpha-w-box::before {
  content: "\f0b1e";
}
.mdi-alpha-w-box-outline::before {
  content: "\f0c2d";
}
.mdi-alpha-w-circle::before {
  content: "\f0c2e";
}
.mdi-alpha-w-circle-outline::before {
  content: "\f0c2f";
}
.mdi-alpha-x::before {
  content: "\f0b05";
}
.mdi-alpha-x-box::before {
  content: "\f0b1f";
}
.mdi-alpha-x-box-outline::before {
  content: "\f0c30";
}
.mdi-alpha-x-circle::before {
  content: "\f0c31";
}
.mdi-alpha-x-circle-outline::before {
  content: "\f0c32";
}
.mdi-alpha-y::before {
  content: "\f0b06";
}
.mdi-alpha-y-box::before {
  content: "\f0b20";
}
.mdi-alpha-y-box-outline::before {
  content: "\f0c33";
}
.mdi-alpha-y-circle::before {
  content: "\f0c34";
}
.mdi-alpha-y-circle-outline::before {
  content: "\f0c35";
}
.mdi-alpha-z::before {
  content: "\f0b07";
}
.mdi-alpha-z-box::before {
  content: "\f0b21";
}
.mdi-alpha-z-box-outline::before {
  content: "\f0c36";
}
.mdi-alpha-z-circle::before {
  content: "\f0c37";
}
.mdi-alpha-z-circle-outline::before {
  content: "\f0c38";
}
.mdi-alphabet-aurebesh::before {
  content: "\f132c";
}
.mdi-alphabet-cyrillic::before {
  content: "\f132d";
}
.mdi-alphabet-greek::before {
  content: "\f132e";
}
.mdi-alphabet-latin::before {
  content: "\f132f";
}
.mdi-alphabet-piqad::before {
  content: "\f1330";
}
.mdi-alphabet-tengwar::before {
  content: "\f1337";
}
.mdi-alphabetical::before {
  content: "\f002c";
}
.mdi-alphabetical-off::before {
  content: "\f100c";
}
.mdi-alphabetical-variant::before {
  content: "\f100d";
}
.mdi-alphabetical-variant-off::before {
  content: "\f100e";
}
.mdi-altimeter::before {
  content: "\f05d7";
}
.mdi-ambulance::before {
  content: "\f002f";
}
.mdi-ammunition::before {
  content: "\f0ce8";
}
.mdi-ampersand::before {
  content: "\f0a8d";
}
.mdi-amplifier::before {
  content: "\f0030";
}
.mdi-amplifier-off::before {
  content: "\f11b5";
}
.mdi-anchor::before {
  content: "\f0031";
}
.mdi-android::before {
  content: "\f0032";
}
.mdi-android-studio::before {
  content: "\f0034";
}
.mdi-angle-acute::before {
  content: "\f0937";
}
.mdi-angle-obtuse::before {
  content: "\f0938";
}
.mdi-angle-right::before {
  content: "\f0939";
}
.mdi-angular::before {
  content: "\f06b2";
}
.mdi-angularjs::before {
  content: "\f06bf";
}
.mdi-animation::before {
  content: "\f05d8";
}
.mdi-animation-outline::before {
  content: "\f0a8f";
}
.mdi-animation-play::before {
  content: "\f093a";
}
.mdi-animation-play-outline::before {
  content: "\f0a90";
}
.mdi-ansible::before {
  content: "\f109a";
}
.mdi-antenna::before {
  content: "\f1119";
}
.mdi-anvil::before {
  content: "\f089b";
}
.mdi-apache-kafka::before {
  content: "\f100f";
}
.mdi-api::before {
  content: "\f109b";
}
.mdi-api-off::before {
  content: "\f1257";
}
.mdi-apple::before {
  content: "\f0035";
}
.mdi-apple-finder::before {
  content: "\f0036";
}
.mdi-apple-icloud::before {
  content: "\f0038";
}
.mdi-apple-ios::before {
  content: "\f0037";
}
.mdi-apple-keyboard-caps::before {
  content: "\f0632";
}
.mdi-apple-keyboard-command::before {
  content: "\f0633";
}
.mdi-apple-keyboard-control::before {
  content: "\f0634";
}
.mdi-apple-keyboard-option::before {
  content: "\f0635";
}
.mdi-apple-keyboard-shift::before {
  content: "\f0636";
}
.mdi-apple-safari::before {
  content: "\f0039";
}
.mdi-application::before {
  content: "\f08c6";
}
.mdi-application-array::before {
  content: "\f10f5";
}
.mdi-application-array-outline::before {
  content: "\f10f6";
}
.mdi-application-braces::before {
  content: "\f10f7";
}
.mdi-application-braces-outline::before {
  content: "\f10f8";
}
.mdi-application-brackets::before {
  content: "\f0c8b";
}
.mdi-application-brackets-outline::before {
  content: "\f0c8c";
}
.mdi-application-cog::before {
  content: "\f0675";
}
.mdi-application-cog-outline::before {
  content: "\f1577";
}
.mdi-application-edit::before {
  content: "\f00ae";
}
.mdi-application-edit-outline::before {
  content: "\f0619";
}
.mdi-application-export::before {
  content: "\f0dad";
}
.mdi-application-import::before {
  content: "\f0dae";
}
.mdi-application-outline::before {
  content: "\f0614";
}
.mdi-application-parentheses::before {
  content: "\f10f9";
}
.mdi-application-parentheses-outline::before {
  content: "\f10fa";
}
.mdi-application-settings::before {
  content: "\f0b60";
}
.mdi-application-settings-outline::before {
  content: "\f1555";
}
.mdi-application-variable::before {
  content: "\f10fb";
}
.mdi-application-variable-outline::before {
  content: "\f10fc";
}
.mdi-approximately-equal::before {
  content: "\f0f9e";
}
.mdi-approximately-equal-box::before {
  content: "\f0f9f";
}
.mdi-apps::before {
  content: "\f003b";
}
.mdi-apps-box::before {
  content: "\f0d46";
}
.mdi-arch::before {
  content: "\f08c7";
}
.mdi-archive::before {
  content: "\f003c";
}
.mdi-archive-alert::before {
  content: "\f14fd";
}
.mdi-archive-alert-outline::before {
  content: "\f14fe";
}
.mdi-archive-arrow-down::before {
  content: "\f1259";
}
.mdi-archive-arrow-down-outline::before {
  content: "\f125a";
}
.mdi-archive-arrow-up::before {
  content: "\f125b";
}
.mdi-archive-arrow-up-outline::before {
  content: "\f125c";
}
.mdi-archive-cancel::before {
  content: "\f174b";
}
.mdi-archive-cancel-outline::before {
  content: "\f174c";
}
.mdi-archive-check::before {
  content: "\f174d";
}
.mdi-archive-check-outline::before {
  content: "\f174e";
}
.mdi-archive-clock::before {
  content: "\f174f";
}
.mdi-archive-clock-outline::before {
  content: "\f1750";
}
.mdi-archive-cog::before {
  content: "\f1751";
}
.mdi-archive-cog-outline::before {
  content: "\f1752";
}
.mdi-archive-edit::before {
  content: "\f1753";
}
.mdi-archive-edit-outline::before {
  content: "\f1754";
}
.mdi-archive-eye::before {
  content: "\f1755";
}
.mdi-archive-eye-outline::before {
  content: "\f1756";
}
.mdi-archive-lock::before {
  content: "\f1757";
}
.mdi-archive-lock-open::before {
  content: "\f1758";
}
.mdi-archive-lock-open-outline::before {
  content: "\f1759";
}
.mdi-archive-lock-outline::before {
  content: "\f175a";
}
.mdi-archive-marker::before {
  content: "\f175b";
}
.mdi-archive-marker-outline::before {
  content: "\f175c";
}
.mdi-archive-minus::before {
  content: "\f175d";
}
.mdi-archive-minus-outline::before {
  content: "\f175e";
}
.mdi-archive-music::before {
  content: "\f175f";
}
.mdi-archive-music-outline::before {
  content: "\f1760";
}
.mdi-archive-off::before {
  content: "\f1761";
}
.mdi-archive-off-outline::before {
  content: "\f1762";
}
.mdi-archive-outline::before {
  content: "\f120e";
}
.mdi-archive-plus::before {
  content: "\f1763";
}
.mdi-archive-plus-outline::before {
  content: "\f1764";
}
.mdi-archive-refresh::before {
  content: "\f1765";
}
.mdi-archive-refresh-outline::before {
  content: "\f1766";
}
.mdi-archive-remove::before {
  content: "\f1767";
}
.mdi-archive-remove-outline::before {
  content: "\f1768";
}
.mdi-archive-search::before {
  content: "\f1769";
}
.mdi-archive-search-outline::before {
  content: "\f176a";
}
.mdi-archive-settings::before {
  content: "\f176b";
}
.mdi-archive-settings-outline::before {
  content: "\f176c";
}
.mdi-archive-star::before {
  content: "\f176d";
}
.mdi-archive-star-outline::before {
  content: "\f176e";
}
.mdi-archive-sync::before {
  content: "\f176f";
}
.mdi-archive-sync-outline::before {
  content: "\f1770";
}
.mdi-arm-flex::before {
  content: "\f0fd7";
}
.mdi-arm-flex-outline::before {
  content: "\f0fd6";
}
.mdi-arrange-bring-forward::before {
  content: "\f003d";
}
.mdi-arrange-bring-to-front::before {
  content: "\f003e";
}
.mdi-arrange-send-backward::before {
  content: "\f003f";
}
.mdi-arrange-send-to-back::before {
  content: "\f0040";
}
.mdi-arrow-all::before {
  content: "\f0041";
}
.mdi-arrow-bottom-left::before {
  content: "\f0042";
}
.mdi-arrow-bottom-left-bold-box::before {
  content: "\f1964";
}
.mdi-arrow-bottom-left-bold-box-outline::before {
  content: "\f1965";
}
.mdi-arrow-bottom-left-bold-outline::before {
  content: "\f09b7";
}
.mdi-arrow-bottom-left-thick::before {
  content: "\f09b8";
}
.mdi-arrow-bottom-left-thin::before {
  content: "\f19b6";
}
.mdi-arrow-bottom-left-thin-circle-outline::before {
  content: "\f1596";
}
.mdi-arrow-bottom-right::before {
  content: "\f0043";
}
.mdi-arrow-bottom-right-bold-box::before {
  content: "\f1966";
}
.mdi-arrow-bottom-right-bold-box-outline::before {
  content: "\f1967";
}
.mdi-arrow-bottom-right-bold-outline::before {
  content: "\f09b9";
}
.mdi-arrow-bottom-right-thick::before {
  content: "\f09ba";
}
.mdi-arrow-bottom-right-thin::before {
  content: "\f19b7";
}
.mdi-arrow-bottom-right-thin-circle-outline::before {
  content: "\f1595";
}
.mdi-arrow-collapse::before {
  content: "\f0615";
}
.mdi-arrow-collapse-all::before {
  content: "\f0044";
}
.mdi-arrow-collapse-down::before {
  content: "\f0792";
}
.mdi-arrow-collapse-horizontal::before {
  content: "\f084c";
}
.mdi-arrow-collapse-left::before {
  content: "\f0793";
}
.mdi-arrow-collapse-right::before {
  content: "\f0794";
}
.mdi-arrow-collapse-up::before {
  content: "\f0795";
}
.mdi-arrow-collapse-vertical::before {
  content: "\f084d";
}
.mdi-arrow-decision::before {
  content: "\f09bb";
}
.mdi-arrow-decision-auto::before {
  content: "\f09bc";
}
.mdi-arrow-decision-auto-outline::before {
  content: "\f09bd";
}
.mdi-arrow-decision-outline::before {
  content: "\f09be";
}
.mdi-arrow-down::before {
  content: "\f0045";
}
.mdi-arrow-down-bold::before {
  content: "\f072e";
}
.mdi-arrow-down-bold-box::before {
  content: "\f072f";
}
.mdi-arrow-down-bold-box-outline::before {
  content: "\f0730";
}
.mdi-arrow-down-bold-circle::before {
  content: "\f0047";
}
.mdi-arrow-down-bold-circle-outline::before {
  content: "\f0048";
}
.mdi-arrow-down-bold-hexagon-outline::before {
  content: "\f0049";
}
.mdi-arrow-down-bold-outline::before {
  content: "\f09bf";
}
.mdi-arrow-down-box::before {
  content: "\f06c0";
}
.mdi-arrow-down-circle::before {
  content: "\f0cdb";
}
.mdi-arrow-down-circle-outline::before {
  content: "\f0cdc";
}
.mdi-arrow-down-drop-circle::before {
  content: "\f004a";
}
.mdi-arrow-down-drop-circle-outline::before {
  content: "\f004b";
}
.mdi-arrow-down-left::before {
  content: "\f17a1";
}
.mdi-arrow-down-left-bold::before {
  content: "\f17a2";
}
.mdi-arrow-down-right::before {
  content: "\f17a3";
}
.mdi-arrow-down-right-bold::before {
  content: "\f17a4";
}
.mdi-arrow-down-thick::before {
  content: "\f0046";
}
.mdi-arrow-down-thin::before {
  content: "\f19b3";
}
.mdi-arrow-down-thin-circle-outline::before {
  content: "\f1599";
}
.mdi-arrow-expand::before {
  content: "\f0616";
}
.mdi-arrow-expand-all::before {
  content: "\f004c";
}
.mdi-arrow-expand-down::before {
  content: "\f0796";
}
.mdi-arrow-expand-horizontal::before {
  content: "\f084e";
}
.mdi-arrow-expand-left::before {
  content: "\f0797";
}
.mdi-arrow-expand-right::before {
  content: "\f0798";
}
.mdi-arrow-expand-up::before {
  content: "\f0799";
}
.mdi-arrow-expand-vertical::before {
  content: "\f084f";
}
.mdi-arrow-horizontal-lock::before {
  content: "\f115b";
}
.mdi-arrow-left::before {
  content: "\f004d";
}
.mdi-arrow-left-bold::before {
  content: "\f0731";
}
.mdi-arrow-left-bold-box::before {
  content: "\f0732";
}
.mdi-arrow-left-bold-box-outline::before {
  content: "\f0733";
}
.mdi-arrow-left-bold-circle::before {
  content: "\f004f";
}
.mdi-arrow-left-bold-circle-outline::before {
  content: "\f0050";
}
.mdi-arrow-left-bold-hexagon-outline::before {
  content: "\f0051";
}
.mdi-arrow-left-bold-outline::before {
  content: "\f09c0";
}
.mdi-arrow-left-bottom::before {
  content: "\f17a5";
}
.mdi-arrow-left-bottom-bold::before {
  content: "\f17a6";
}
.mdi-arrow-left-box::before {
  content: "\f06c1";
}
.mdi-arrow-left-circle::before {
  content: "\f0cdd";
}
.mdi-arrow-left-circle-outline::before {
  content: "\f0cde";
}
.mdi-arrow-left-drop-circle::before {
  content: "\f0052";
}
.mdi-arrow-left-drop-circle-outline::before {
  content: "\f0053";
}
.mdi-arrow-left-right::before {
  content: "\f0e73";
}
.mdi-arrow-left-right-bold::before {
  content: "\f0e74";
}
.mdi-arrow-left-right-bold-outline::before {
  content: "\f09c1";
}
.mdi-arrow-left-thick::before {
  content: "\f004e";
}
.mdi-arrow-left-thin::before {
  content: "\f19b1";
}
.mdi-arrow-left-thin-circle-outline::before {
  content: "\f159a";
}
.mdi-arrow-left-top::before {
  content: "\f17a7";
}
.mdi-arrow-left-top-bold::before {
  content: "\f17a8";
}
.mdi-arrow-projectile::before {
  content: "\f1840";
}
.mdi-arrow-projectile-multiple::before {
  content: "\f183f";
}
.mdi-arrow-right::before {
  content: "\f0054";
}
.mdi-arrow-right-bold::before {
  content: "\f0734";
}
.mdi-arrow-right-bold-box::before {
  content: "\f0735";
}
.mdi-arrow-right-bold-box-outline::before {
  content: "\f0736";
}
.mdi-arrow-right-bold-circle::before {
  content: "\f0056";
}
.mdi-arrow-right-bold-circle-outline::before {
  content: "\f0057";
}
.mdi-arrow-right-bold-hexagon-outline::before {
  content: "\f0058";
}
.mdi-arrow-right-bold-outline::before {
  content: "\f09c2";
}
.mdi-arrow-right-bottom::before {
  content: "\f17a9";
}
.mdi-arrow-right-bottom-bold::before {
  content: "\f17aa";
}
.mdi-arrow-right-box::before {
  content: "\f06c2";
}
.mdi-arrow-right-circle::before {
  content: "\f0cdf";
}
.mdi-arrow-right-circle-outline::before {
  content: "\f0ce0";
}
.mdi-arrow-right-drop-circle::before {
  content: "\f0059";
}
.mdi-arrow-right-drop-circle-outline::before {
  content: "\f005a";
}
.mdi-arrow-right-thick::before {
  content: "\f0055";
}
.mdi-arrow-right-thin::before {
  content: "\f19b0";
}
.mdi-arrow-right-thin-circle-outline::before {
  content: "\f1598";
}
.mdi-arrow-right-top::before {
  content: "\f17ab";
}
.mdi-arrow-right-top-bold::before {
  content: "\f17ac";
}
.mdi-arrow-split-horizontal::before {
  content: "\f093b";
}
.mdi-arrow-split-vertical::before {
  content: "\f093c";
}
.mdi-arrow-top-left::before {
  content: "\f005b";
}
.mdi-arrow-top-left-bold-box::before {
  content: "\f1968";
}
.mdi-arrow-top-left-bold-box-outline::before {
  content: "\f1969";
}
.mdi-arrow-top-left-bold-outline::before {
  content: "\f09c3";
}
.mdi-arrow-top-left-bottom-right::before {
  content: "\f0e75";
}
.mdi-arrow-top-left-bottom-right-bold::before {
  content: "\f0e76";
}
.mdi-arrow-top-left-thick::before {
  content: "\f09c4";
}
.mdi-arrow-top-left-thin::before {
  content: "\f19b5";
}
.mdi-arrow-top-left-thin-circle-outline::before {
  content: "\f1593";
}
.mdi-arrow-top-right::before {
  content: "\f005c";
}
.mdi-arrow-top-right-bold-box::before {
  content: "\f196a";
}
.mdi-arrow-top-right-bold-box-outline::before {
  content: "\f196b";
}
.mdi-arrow-top-right-bold-outline::before {
  content: "\f09c5";
}
.mdi-arrow-top-right-bottom-left::before {
  content: "\f0e77";
}
.mdi-arrow-top-right-bottom-left-bold::before {
  content: "\f0e78";
}
.mdi-arrow-top-right-thick::before {
  content: "\f09c6";
}
.mdi-arrow-top-right-thin::before {
  content: "\f19b4";
}
.mdi-arrow-top-right-thin-circle-outline::before {
  content: "\f1594";
}
.mdi-arrow-u-down-left::before {
  content: "\f17ad";
}
.mdi-arrow-u-down-left-bold::before {
  content: "\f17ae";
}
.mdi-arrow-u-down-right::before {
  content: "\f17af";
}
.mdi-arrow-u-down-right-bold::before {
  content: "\f17b0";
}
.mdi-arrow-u-left-bottom::before {
  content: "\f17b1";
}
.mdi-arrow-u-left-bottom-bold::before {
  content: "\f17b2";
}
.mdi-arrow-u-left-top::before {
  content: "\f17b3";
}
.mdi-arrow-u-left-top-bold::before {
  content: "\f17b4";
}
.mdi-arrow-u-right-bottom::before {
  content: "\f17b5";
}
.mdi-arrow-u-right-bottom-bold::before {
  content: "\f17b6";
}
.mdi-arrow-u-right-top::before {
  content: "\f17b7";
}
.mdi-arrow-u-right-top-bold::before {
  content: "\f17b8";
}
.mdi-arrow-u-up-left::before {
  content: "\f17b9";
}
.mdi-arrow-u-up-left-bold::before {
  content: "\f17ba";
}
.mdi-arrow-u-up-right::before {
  content: "\f17bb";
}
.mdi-arrow-u-up-right-bold::before {
  content: "\f17bc";
}
.mdi-arrow-up::before {
  content: "\f005d";
}
.mdi-arrow-up-bold::before {
  content: "\f0737";
}
.mdi-arrow-up-bold-box::before {
  content: "\f0738";
}
.mdi-arrow-up-bold-box-outline::before {
  content: "\f0739";
}
.mdi-arrow-up-bold-circle::before {
  content: "\f005f";
}
.mdi-arrow-up-bold-circle-outline::before {
  content: "\f0060";
}
.mdi-arrow-up-bold-hexagon-outline::before {
  content: "\f0061";
}
.mdi-arrow-up-bold-outline::before {
  content: "\f09c7";
}
.mdi-arrow-up-box::before {
  content: "\f06c3";
}
.mdi-arrow-up-circle::before {
  content: "\f0ce1";
}
.mdi-arrow-up-circle-outline::before {
  content: "\f0ce2";
}
.mdi-arrow-up-down::before {
  content: "\f0e79";
}
.mdi-arrow-up-down-bold::before {
  content: "\f0e7a";
}
.mdi-arrow-up-down-bold-outline::before {
  content: "\f09c8";
}
.mdi-arrow-up-drop-circle::before {
  content: "\f0062";
}
.mdi-arrow-up-drop-circle-outline::before {
  content: "\f0063";
}
.mdi-arrow-up-left::before {
  content: "\f17bd";
}
.mdi-arrow-up-left-bold::before {
  content: "\f17be";
}
.mdi-arrow-up-right::before {
  content: "\f17bf";
}
.mdi-arrow-up-right-bold::before {
  content: "\f17c0";
}
.mdi-arrow-up-thick::before {
  content: "\f005e";
}
.mdi-arrow-up-thin::before {
  content: "\f19b2";
}
.mdi-arrow-up-thin-circle-outline::before {
  content: "\f1597";
}
.mdi-arrow-vertical-lock::before {
  content: "\f115c";
}
.mdi-artboard::before {
  content: "\f1b9a";
}
.mdi-artstation::before {
  content: "\f0b5b";
}
.mdi-aspect-ratio::before {
  content: "\f0a24";
}
.mdi-assistant::before {
  content: "\f0064";
}
.mdi-asterisk::before {
  content: "\f06c4";
}
.mdi-asterisk-circle-outline::before {
  content: "\f1a27";
}
.mdi-at::before {
  content: "\f0065";
}
.mdi-atlassian::before {
  content: "\f0804";
}
.mdi-atm::before {
  content: "\f0d47";
}
.mdi-atom::before {
  content: "\f0768";
}
.mdi-atom-variant::before {
  content: "\f0e7b";
}
.mdi-attachment::before {
  content: "\f0066";
}
.mdi-attachment-check::before {
  content: "\f1ac1";
}
.mdi-attachment-lock::before {
  content: "\f19c4";
}
.mdi-attachment-minus::before {
  content: "\f1ac2";
}
.mdi-attachment-off::before {
  content: "\f1ac3";
}
.mdi-attachment-plus::before {
  content: "\f1ac4";
}
.mdi-attachment-remove::before {
  content: "\f1ac5";
}
.mdi-atv::before {
  content: "\f1b70";
}
.mdi-audio-input-rca::before {
  content: "\f186b";
}
.mdi-audio-input-stereo-minijack::before {
  content: "\f186c";
}
.mdi-audio-input-xlr::before {
  content: "\f186d";
}
.mdi-audio-video::before {
  content: "\f093d";
}
.mdi-audio-video-off::before {
  content: "\f11b6";
}
.mdi-augmented-reality::before {
  content: "\f0850";
}
.mdi-aurora::before {
  content: "\f1bb9";
}
.mdi-auto-download::before {
  content: "\f137e";
}
.mdi-auto-fix::before {
  content: "\f0068";
}
.mdi-auto-upload::before {
  content: "\f0069";
}
.mdi-autorenew::before {
  content: "\f006a";
}
.mdi-autorenew-off::before {
  content: "\f19e7";
}
.mdi-av-timer::before {
  content: "\f006b";
}
.mdi-awning::before {
  content: "\f1b87";
}
.mdi-awning-outline::before {
  content: "\f1b88";
}
.mdi-aws::before {
  content: "\f0e0f";
}
.mdi-axe::before {
  content: "\f08c8";
}
.mdi-axe-battle::before {
  content: "\f1842";
}
.mdi-axis::before {
  content: "\f0d48";
}
.mdi-axis-arrow::before {
  content: "\f0d49";
}
.mdi-axis-arrow-info::before {
  content: "\f140e";
}
.mdi-axis-arrow-lock::before {
  content: "\f0d4a";
}
.mdi-axis-lock::before {
  content: "\f0d4b";
}
.mdi-axis-x-arrow::before {
  content: "\f0d4c";
}
.mdi-axis-x-arrow-lock::before {
  content: "\f0d4d";
}
.mdi-axis-x-rotate-clockwise::before {
  content: "\f0d4e";
}
.mdi-axis-x-rotate-counterclockwise::before {
  content: "\f0d4f";
}
.mdi-axis-x-y-arrow-lock::before {
  content: "\f0d50";
}
.mdi-axis-y-arrow::before {
  content: "\f0d51";
}
.mdi-axis-y-arrow-lock::before {
  content: "\f0d52";
}
.mdi-axis-y-rotate-clockwise::before {
  content: "\f0d53";
}
.mdi-axis-y-rotate-counterclockwise::before {
  content: "\f0d54";
}
.mdi-axis-z-arrow::before {
  content: "\f0d55";
}
.mdi-axis-z-arrow-lock::before {
  content: "\f0d56";
}
.mdi-axis-z-rotate-clockwise::before {
  content: "\f0d57";
}
.mdi-axis-z-rotate-counterclockwise::before {
  content: "\f0d58";
}
.mdi-babel::before {
  content: "\f0a25";
}
.mdi-baby::before {
  content: "\f006c";
}
.mdi-baby-bottle::before {
  content: "\f0f39";
}
.mdi-baby-bottle-outline::before {
  content: "\f0f3a";
}
.mdi-baby-buggy::before {
  content: "\f13e0";
}
.mdi-baby-buggy-off::before {
  content: "\f1af3";
}
.mdi-baby-carriage::before {
  content: "\f068f";
}
.mdi-baby-carriage-off::before {
  content: "\f0fa0";
}
.mdi-baby-face::before {
  content: "\f0e7c";
}
.mdi-baby-face-outline::before {
  content: "\f0e7d";
}
.mdi-backburger::before {
  content: "\f006d";
}
.mdi-backspace::before {
  content: "\f006e";
}
.mdi-backspace-outline::before {
  content: "\f0b5c";
}
.mdi-backspace-reverse::before {
  content: "\f0e7e";
}
.mdi-backspace-reverse-outline::before {
  content: "\f0e7f";
}
.mdi-backup-restore::before {
  content: "\f006f";
}
.mdi-bacteria::before {
  content: "\f0ed5";
}
.mdi-bacteria-outline::before {
  content: "\f0ed6";
}
.mdi-badge-account::before {
  content: "\f0da7";
}
.mdi-badge-account-alert::before {
  content: "\f0da8";
}
.mdi-badge-account-alert-outline::before {
  content: "\f0da9";
}
.mdi-badge-account-horizontal::before {
  content: "\f0e0d";
}
.mdi-badge-account-horizontal-outline::before {
  content: "\f0e0e";
}
.mdi-badge-account-outline::before {
  content: "\f0daa";
}
.mdi-badminton::before {
  content: "\f0851";
}
.mdi-bag-carry-on::before {
  content: "\f0f3b";
}
.mdi-bag-carry-on-check::before {
  content: "\f0d65";
}
.mdi-bag-carry-on-off::before {
  content: "\f0f3c";
}
.mdi-bag-checked::before {
  content: "\f0f3d";
}
.mdi-bag-personal::before {
  content: "\f0e10";
}
.mdi-bag-personal-off::before {
  content: "\f0e11";
}
.mdi-bag-personal-off-outline::before {
  content: "\f0e12";
}
.mdi-bag-personal-outline::before {
  content: "\f0e13";
}
.mdi-bag-personal-tag::before {
  content: "\f1b0c";
}
.mdi-bag-personal-tag-outline::before {
  content: "\f1b0d";
}
.mdi-bag-suitcase::before {
  content: "\f158b";
}
.mdi-bag-suitcase-off::before {
  content: "\f158d";
}
.mdi-bag-suitcase-off-outline::before {
  content: "\f158e";
}
.mdi-bag-suitcase-outline::before {
  content: "\f158c";
}
.mdi-baguette::before {
  content: "\f0f3e";
}
.mdi-balcony::before {
  content: "\f1817";
}
.mdi-balloon::before {
  content: "\f0a26";
}
.mdi-ballot::before {
  content: "\f09c9";
}
.mdi-ballot-outline::before {
  content: "\f09ca";
}
.mdi-ballot-recount::before {
  content: "\f0c39";
}
.mdi-ballot-recount-outline::before {
  content: "\f0c3a";
}
.mdi-bandage::before {
  content: "\f0daf";
}
.mdi-bank::before {
  content: "\f0070";
}
.mdi-bank-check::before {
  content: "\f1655";
}
.mdi-bank-circle::before {
  content: "\f1c03";
}
.mdi-bank-circle-outline::before {
  content: "\f1c04";
}
.mdi-bank-minus::before {
  content: "\f0db0";
}
.mdi-bank-off::before {
  content: "\f1656";
}
.mdi-bank-off-outline::before {
  content: "\f1657";
}
.mdi-bank-outline::before {
  content: "\f0e80";
}
.mdi-bank-plus::before {
  content: "\f0db1";
}
.mdi-bank-remove::before {
  content: "\f0db2";
}
.mdi-bank-transfer::before {
  content: "\f0a27";
}
.mdi-bank-transfer-in::before {
  content: "\f0a28";
}
.mdi-bank-transfer-out::before {
  content: "\f0a29";
}
.mdi-barcode::before {
  content: "\f0071";
}
.mdi-barcode-off::before {
  content: "\f1236";
}
.mdi-barcode-scan::before {
  content: "\f0072";
}
.mdi-barley::before {
  content: "\f0073";
}
.mdi-barley-off::before {
  content: "\f0b5d";
}
.mdi-barn::before {
  content: "\f0b5e";
}
.mdi-barrel::before {
  content: "\f0074";
}
.mdi-barrel-outline::before {
  content: "\f1a28";
}
.mdi-baseball::before {
  content: "\f0852";
}
.mdi-baseball-bat::before {
  content: "\f0853";
}
.mdi-baseball-diamond::before {
  content: "\f15ec";
}
.mdi-baseball-diamond-outline::before {
  content: "\f15ed";
}
.mdi-bash::before {
  content: "\f1183";
}
.mdi-basket::before {
  content: "\f0076";
}
.mdi-basket-check::before {
  content: "\f18e5";
}
.mdi-basket-check-outline::before {
  content: "\f18e6";
}
.mdi-basket-fill::before {
  content: "\f0077";
}
.mdi-basket-minus::before {
  content: "\f1523";
}
.mdi-basket-minus-outline::before {
  content: "\f1524";
}
.mdi-basket-off::before {
  content: "\f1525";
}
.mdi-basket-off-outline::before {
  content: "\f1526";
}
.mdi-basket-outline::before {
  content: "\f1181";
}
.mdi-basket-plus::before {
  content: "\f1527";
}
.mdi-basket-plus-outline::before {
  content: "\f1528";
}
.mdi-basket-remove::before {
  content: "\f1529";
}
.mdi-basket-remove-outline::before {
  content: "\f152a";
}
.mdi-basket-unfill::before {
  content: "\f0078";
}
.mdi-basketball::before {
  content: "\f0806";
}
.mdi-basketball-hoop::before {
  content: "\f0c3b";
}
.mdi-basketball-hoop-outline::before {
  content: "\f0c3c";
}
.mdi-bat::before {
  content: "\f0b5f";
}
.mdi-bathtub::before {
  content: "\f1818";
}
.mdi-bathtub-outline::before {
  content: "\f1819";
}
.mdi-battery::before {
  content: "\f0079";
}
.mdi-battery-10::before {
  content: "\f007a";
}
.mdi-battery-10-bluetooth::before {
  content: "\f093e";
}
.mdi-battery-20::before {
  content: "\f007b";
}
.mdi-battery-20-bluetooth::before {
  content: "\f093f";
}
.mdi-battery-30::before {
  content: "\f007c";
}
.mdi-battery-30-bluetooth::before {
  content: "\f0940";
}
.mdi-battery-40::before {
  content: "\f007d";
}
.mdi-battery-40-bluetooth::before {
  content: "\f0941";
}
.mdi-battery-50::before {
  content: "\f007e";
}
.mdi-battery-50-bluetooth::before {
  content: "\f0942";
}
.mdi-battery-60::before {
  content: "\f007f";
}
.mdi-battery-60-bluetooth::before {
  content: "\f0943";
}
.mdi-battery-70::before {
  content: "\f0080";
}
.mdi-battery-70-bluetooth::before {
  content: "\f0944";
}
.mdi-battery-80::before {
  content: "\f0081";
}
.mdi-battery-80-bluetooth::before {
  content: "\f0945";
}
.mdi-battery-90::before {
  content: "\f0082";
}
.mdi-battery-90-bluetooth::before {
  content: "\f0946";
}
.mdi-battery-alert::before {
  content: "\f0083";
}
.mdi-battery-alert-bluetooth::before {
  content: "\f0947";
}
.mdi-battery-alert-variant::before {
  content: "\f10cc";
}
.mdi-battery-alert-variant-outline::before {
  content: "\f10cd";
}
.mdi-battery-arrow-down::before {
  content: "\f17de";
}
.mdi-battery-arrow-down-outline::before {
  content: "\f17df";
}
.mdi-battery-arrow-up::before {
  content: "\f17e0";
}
.mdi-battery-arrow-up-outline::before {
  content: "\f17e1";
}
.mdi-battery-bluetooth::before {
  content: "\f0948";
}
.mdi-battery-bluetooth-variant::before {
  content: "\f0949";
}
.mdi-battery-charging::before {
  content: "\f0084";
}
.mdi-battery-charging-10::before {
  content: "\f089c";
}
.mdi-battery-charging-100::before {
  content: "\f0085";
}
.mdi-battery-charging-20::before {
  content: "\f0086";
}
.mdi-battery-charging-30::before {
  content: "\f0087";
}
.mdi-battery-charging-40::before {
  content: "\f0088";
}
.mdi-battery-charging-50::before {
  content: "\f089d";
}
.mdi-battery-charging-60::before {
  content: "\f0089";
}
.mdi-battery-charging-70::before {
  content: "\f089e";
}
.mdi-battery-charging-80::before {
  content: "\f008a";
}
.mdi-battery-charging-90::before {
  content: "\f008b";
}
.mdi-battery-charging-high::before {
  content: "\f12a6";
}
.mdi-battery-charging-low::before {
  content: "\f12a4";
}
.mdi-battery-charging-medium::before {
  content: "\f12a5";
}
.mdi-battery-charging-outline::before {
  content: "\f089f";
}
.mdi-battery-charging-wireless::before {
  content: "\f0807";
}
.mdi-battery-charging-wireless-10::before {
  content: "\f0808";
}
.mdi-battery-charging-wireless-20::before {
  content: "\f0809";
}
.mdi-battery-charging-wireless-30::before {
  content: "\f080a";
}
.mdi-battery-charging-wireless-40::before {
  content: "\f080b";
}
.mdi-battery-charging-wireless-50::before {
  content: "\f080c";
}
.mdi-battery-charging-wireless-60::before {
  content: "\f080d";
}
.mdi-battery-charging-wireless-70::before {
  content: "\f080e";
}
.mdi-battery-charging-wireless-80::before {
  content: "\f080f";
}
.mdi-battery-charging-wireless-90::before {
  content: "\f0810";
}
.mdi-battery-charging-wireless-alert::before {
  content: "\f0811";
}
.mdi-battery-charging-wireless-outline::before {
  content: "\f0812";
}
.mdi-battery-check::before {
  content: "\f17e2";
}
.mdi-battery-check-outline::before {
  content: "\f17e3";
}
.mdi-battery-clock::before {
  content: "\f19e5";
}
.mdi-battery-clock-outline::before {
  content: "\f19e6";
}
.mdi-battery-heart::before {
  content: "\f120f";
}
.mdi-battery-heart-outline::before {
  content: "\f1210";
}
.mdi-battery-heart-variant::before {
  content: "\f1211";
}
.mdi-battery-high::before {
  content: "\f12a3";
}
.mdi-battery-lock::before {
  content: "\f179c";
}
.mdi-battery-lock-open::before {
  content: "\f179d";
}
.mdi-battery-low::before {
  content: "\f12a1";
}
.mdi-battery-medium::before {
  content: "\f12a2";
}
.mdi-battery-minus::before {
  content: "\f17e4";
}
.mdi-battery-minus-outline::before {
  content: "\f17e5";
}
.mdi-battery-minus-variant::before {
  content: "\f008c";
}
.mdi-battery-negative::before {
  content: "\f008d";
}
.mdi-battery-off::before {
  content: "\f125d";
}
.mdi-battery-off-outline::before {
  content: "\f125e";
}
.mdi-battery-outline::before {
  content: "\f008e";
}
.mdi-battery-plus::before {
  content: "\f17e6";
}
.mdi-battery-plus-outline::before {
  content: "\f17e7";
}
.mdi-battery-plus-variant::before {
  content: "\f008f";
}
.mdi-battery-positive::before {
  content: "\f0090";
}
.mdi-battery-remove::before {
  content: "\f17e8";
}
.mdi-battery-remove-outline::before {
  content: "\f17e9";
}
.mdi-battery-sync::before {
  content: "\f1834";
}
.mdi-battery-sync-outline::before {
  content: "\f1835";
}
.mdi-battery-unknown::before {
  content: "\f0091";
}
.mdi-battery-unknown-bluetooth::before {
  content: "\f094a";
}
.mdi-beach::before {
  content: "\f0092";
}
.mdi-beaker::before {
  content: "\f0cea";
}
.mdi-beaker-alert::before {
  content: "\f1229";
}
.mdi-beaker-alert-outline::before {
  content: "\f122a";
}
.mdi-beaker-check::before {
  content: "\f122b";
}
.mdi-beaker-check-outline::before {
  content: "\f122c";
}
.mdi-beaker-minus::before {
  content: "\f122d";
}
.mdi-beaker-minus-outline::before {
  content: "\f122e";
}
.mdi-beaker-outline::before {
  content: "\f0690";
}
.mdi-beaker-plus::before {
  content: "\f122f";
}
.mdi-beaker-plus-outline::before {
  content: "\f1230";
}
.mdi-beaker-question::before {
  content: "\f1231";
}
.mdi-beaker-question-outline::before {
  content: "\f1232";
}
.mdi-beaker-remove::before {
  content: "\f1233";
}
.mdi-beaker-remove-outline::before {
  content: "\f1234";
}
.mdi-bed::before {
  content: "\f02e3";
}
.mdi-bed-clock::before {
  content: "\f1b94";
}
.mdi-bed-double::before {
  content: "\f0fd4";
}
.mdi-bed-double-outline::before {
  content: "\f0fd3";
}
.mdi-bed-empty::before {
  content: "\f08a0";
}
.mdi-bed-king::before {
  content: "\f0fd2";
}
.mdi-bed-king-outline::before {
  content: "\f0fd1";
}
.mdi-bed-outline::before {
  content: "\f0099";
}
.mdi-bed-queen::before {
  content: "\f0fd0";
}
.mdi-bed-queen-outline::before {
  content: "\f0fdb";
}
.mdi-bed-single::before {
  content: "\f106d";
}
.mdi-bed-single-outline::before {
  content: "\f106e";
}
.mdi-bee::before {
  content: "\f0fa1";
}
.mdi-bee-flower::before {
  content: "\f0fa2";
}
.mdi-beehive-off-outline::before {
  content: "\f13ed";
}
.mdi-beehive-outline::before {
  content: "\f10ce";
}
.mdi-beekeeper::before {
  content: "\f14e2";
}
.mdi-beer::before {
  content: "\f0098";
}
.mdi-beer-outline::before {
  content: "\f130c";
}
.mdi-bell::before {
  content: "\f009a";
}
.mdi-bell-alert::before {
  content: "\f0d59";
}
.mdi-bell-alert-outline::before {
  content: "\f0e81";
}
.mdi-bell-badge::before {
  content: "\f116b";
}
.mdi-bell-badge-outline::before {
  content: "\f0178";
}
.mdi-bell-cancel::before {
  content: "\f13e7";
}
.mdi-bell-cancel-outline::before {
  content: "\f13e8";
}
.mdi-bell-check::before {
  content: "\f11e5";
}
.mdi-bell-check-outline::before {
  content: "\f11e6";
}
.mdi-bell-circle::before {
  content: "\f0d5a";
}
.mdi-bell-circle-outline::before {
  content: "\f0d5b";
}
.mdi-bell-cog::before {
  content: "\f1a29";
}
.mdi-bell-cog-outline::before {
  content: "\f1a2a";
}
.mdi-bell-minus::before {
  content: "\f13e9";
}
.mdi-bell-minus-outline::before {
  content: "\f13ea";
}
.mdi-bell-off::before {
  content: "\f009b";
}
.mdi-bell-off-outline::before {
  content: "\f0a91";
}
.mdi-bell-outline::before {
  content: "\f009c";
}
.mdi-bell-plus::before {
  content: "\f009d";
}
.mdi-bell-plus-outline::before {
  content: "\f0a92";
}
.mdi-bell-remove::before {
  content: "\f13eb";
}
.mdi-bell-remove-outline::before {
  content: "\f13ec";
}
.mdi-bell-ring::before {
  content: "\f009e";
}
.mdi-bell-ring-outline::before {
  content: "\f009f";
}
.mdi-bell-sleep::before {
  content: "\f00a0";
}
.mdi-bell-sleep-outline::before {
  content: "\f0a93";
}
.mdi-beta::before {
  content: "\f00a1";
}
.mdi-betamax::before {
  content: "\f09cb";
}
.mdi-biathlon::before {
  content: "\f0e14";
}
.mdi-bicycle::before {
  content: "\f109c";
}
.mdi-bicycle-basket::before {
  content: "\f1235";
}
.mdi-bicycle-cargo::before {
  content: "\f189c";
}
.mdi-bicycle-electric::before {
  content: "\f15b4";
}
.mdi-bicycle-penny-farthing::before {
  content: "\f15e9";
}
.mdi-bike::before {
  content: "\f00a3";
}
.mdi-bike-fast::before {
  content: "\f111f";
}
.mdi-billboard::before {
  content: "\f1010";
}
.mdi-billiards::before {
  content: "\f0b61";
}
.mdi-billiards-rack::before {
  content: "\f0b62";
}
.mdi-binoculars::before {
  content: "\f00a5";
}
.mdi-bio::before {
  content: "\f00a6";
}
.mdi-biohazard::before {
  content: "\f00a7";
}
.mdi-bird::before {
  content: "\f15c6";
}
.mdi-bitbucket::before {
  content: "\f00a8";
}
.mdi-bitcoin::before {
  content: "\f0813";
}
.mdi-black-mesa::before {
  content: "\f00a9";
}
.mdi-blender::before {
  content: "\f0ceb";
}
.mdi-blender-outline::before {
  content: "\f181a";
}
.mdi-blender-software::before {
  content: "\f00ab";
}
.mdi-blinds::before {
  content: "\f00ac";
}
.mdi-blinds-horizontal::before {
  content: "\f1a2b";
}
.mdi-blinds-horizontal-closed::before {
  content: "\f1a2c";
}
.mdi-blinds-open::before {
  content: "\f1011";
}
.mdi-blinds-vertical::before {
  content: "\f1a2d";
}
.mdi-blinds-vertical-closed::before {
  content: "\f1a2e";
}
.mdi-block-helper::before {
  content: "\f00ad";
}
.mdi-blood-bag::before {
  content: "\f0cec";
}
.mdi-bluetooth::before {
  content: "\f00af";
}
.mdi-bluetooth-audio::before {
  content: "\f00b0";
}
.mdi-bluetooth-connect::before {
  content: "\f00b1";
}
.mdi-bluetooth-off::before {
  content: "\f00b2";
}
.mdi-bluetooth-settings::before {
  content: "\f00b3";
}
.mdi-bluetooth-transfer::before {
  content: "\f00b4";
}
.mdi-blur::before {
  content: "\f00b5";
}
.mdi-blur-linear::before {
  content: "\f00b6";
}
.mdi-blur-off::before {
  content: "\f00b7";
}
.mdi-blur-radial::before {
  content: "\f00b8";
}
.mdi-bolt::before {
  content: "\f0db3";
}
.mdi-bomb::before {
  content: "\f0691";
}
.mdi-bomb-off::before {
  content: "\f06c5";
}
.mdi-bone::before {
  content: "\f00b9";
}
.mdi-bone-off::before {
  content: "\f19e0";
}
.mdi-book::before {
  content: "\f00ba";
}
.mdi-book-account::before {
  content: "\f13ad";
}
.mdi-book-account-outline::before {
  content: "\f13ae";
}
.mdi-book-alert::before {
  content: "\f167c";
}
.mdi-book-alert-outline::before {
  content: "\f167d";
}
.mdi-book-alphabet::before {
  content: "\f061d";
}
.mdi-book-arrow-down::before {
  content: "\f167e";
}
.mdi-book-arrow-down-outline::before {
  content: "\f167f";
}
.mdi-book-arrow-left::before {
  content: "\f1680";
}
.mdi-book-arrow-left-outline::before {
  content: "\f1681";
}
.mdi-book-arrow-right::before {
  content: "\f1682";
}
.mdi-book-arrow-right-outline::before {
  content: "\f1683";
}
.mdi-book-arrow-up::before {
  content: "\f1684";
}
.mdi-book-arrow-up-outline::before {
  content: "\f1685";
}
.mdi-book-cancel::before {
  content: "\f1686";
}
.mdi-book-cancel-outline::before {
  content: "\f1687";
}
.mdi-book-check::before {
  content: "\f14f3";
}
.mdi-book-check-outline::before {
  content: "\f14f4";
}
.mdi-book-clock::before {
  content: "\f1688";
}
.mdi-book-clock-outline::before {
  content: "\f1689";
}
.mdi-book-cog::before {
  content: "\f168a";
}
.mdi-book-cog-outline::before {
  content: "\f168b";
}
.mdi-book-cross::before {
  content: "\f00a2";
}
.mdi-book-edit::before {
  content: "\f168c";
}
.mdi-book-edit-outline::before {
  content: "\f168d";
}
.mdi-book-education::before {
  content: "\f16c9";
}
.mdi-book-education-outline::before {
  content: "\f16ca";
}
.mdi-book-heart::before {
  content: "\f1a1d";
}
.mdi-book-heart-outline::before {
  content: "\f1a1e";
}
.mdi-book-information-variant::before {
  content: "\f106f";
}
.mdi-book-lock::before {
  content: "\f079a";
}
.mdi-book-lock-open::before {
  content: "\f079b";
}
.mdi-book-lock-open-outline::before {
  content: "\f168e";
}
.mdi-book-lock-outline::before {
  content: "\f168f";
}
.mdi-book-marker::before {
  content: "\f1690";
}
.mdi-book-marker-outline::before {
  content: "\f1691";
}
.mdi-book-minus::before {
  content: "\f05d9";
}
.mdi-book-minus-multiple::before {
  content: "\f0a94";
}
.mdi-book-minus-multiple-outline::before {
  content: "\f090b";
}
.mdi-book-minus-outline::before {
  content: "\f1692";
}
.mdi-book-multiple::before {
  content: "\f00bb";
}
.mdi-book-multiple-outline::before {
  content: "\f0436";
}
.mdi-book-music::before {
  content: "\f0067";
}
.mdi-book-music-outline::before {
  content: "\f1693";
}
.mdi-book-off::before {
  content: "\f1694";
}
.mdi-book-off-outline::before {
  content: "\f1695";
}
.mdi-book-open::before {
  content: "\f00bd";
}
.mdi-book-open-blank-variant::before {
  content: "\f00be";
}
.mdi-book-open-outline::before {
  content: "\f0b63";
}
.mdi-book-open-page-variant::before {
  content: "\f05da";
}
.mdi-book-open-page-variant-outline::before {
  content: "\f15d6";
}
.mdi-book-open-variant::before {
  content: "\f14f7";
}
.mdi-book-outline::before {
  content: "\f0b64";
}
.mdi-book-play::before {
  content: "\f0e82";
}
.mdi-book-play-outline::before {
  content: "\f0e83";
}
.mdi-book-plus::before {
  content: "\f05db";
}
.mdi-book-plus-multiple::before {
  content: "\f0a95";
}
.mdi-book-plus-multiple-outline::before {
  content: "\f0ade";
}
.mdi-book-plus-outline::before {
  content: "\f1696";
}
.mdi-book-refresh::before {
  content: "\f1697";
}
.mdi-book-refresh-outline::before {
  content: "\f1698";
}
.mdi-book-remove::before {
  content: "\f0a97";
}
.mdi-book-remove-multiple::before {
  content: "\f0a96";
}
.mdi-book-remove-multiple-outline::before {
  content: "\f04ca";
}
.mdi-book-remove-outline::before {
  content: "\f1699";
}
.mdi-book-search::before {
  content: "\f0e84";
}
.mdi-book-search-outline::before {
  content: "\f0e85";
}
.mdi-book-settings::before {
  content: "\f169a";
}
.mdi-book-settings-outline::before {
  content: "\f169b";
}
.mdi-book-sync::before {
  content: "\f169c";
}
.mdi-book-sync-outline::before {
  content: "\f16c8";
}
.mdi-book-variant::before {
  content: "\f00bf";
}
.mdi-bookmark::before {
  content: "\f00c0";
}
.mdi-bookmark-box::before {
  content: "\f1b75";
}
.mdi-bookmark-box-multiple::before {
  content: "\f196c";
}
.mdi-bookmark-box-multiple-outline::before {
  content: "\f196d";
}
.mdi-bookmark-box-outline::before {
  content: "\f1b76";
}
.mdi-bookmark-check::before {
  content: "\f00c1";
}
.mdi-bookmark-check-outline::before {
  content: "\f137b";
}
.mdi-bookmark-minus::before {
  content: "\f09cc";
}
.mdi-bookmark-minus-outline::before {
  content: "\f09cd";
}
.mdi-bookmark-multiple::before {
  content: "\f0e15";
}
.mdi-bookmark-multiple-outline::before {
  content: "\f0e16";
}
.mdi-bookmark-music::before {
  content: "\f00c2";
}
.mdi-bookmark-music-outline::before {
  content: "\f1379";
}
.mdi-bookmark-off::before {
  content: "\f09ce";
}
.mdi-bookmark-off-outline::before {
  content: "\f09cf";
}
.mdi-bookmark-outline::before {
  content: "\f00c3";
}
.mdi-bookmark-plus::before {
  content: "\f00c5";
}
.mdi-bookmark-plus-outline::before {
  content: "\f00c4";
}
.mdi-bookmark-remove::before {
  content: "\f00c6";
}
.mdi-bookmark-remove-outline::before {
  content: "\f137a";
}
.mdi-bookshelf::before {
  content: "\f125f";
}
.mdi-boom-gate::before {
  content: "\f0e86";
}
.mdi-boom-gate-alert::before {
  content: "\f0e87";
}
.mdi-boom-gate-alert-outline::before {
  content: "\f0e88";
}
.mdi-boom-gate-arrow-down::before {
  content: "\f0e89";
}
.mdi-boom-gate-arrow-down-outline::before {
  content: "\f0e8a";
}
.mdi-boom-gate-arrow-up::before {
  content: "\f0e8c";
}
.mdi-boom-gate-arrow-up-outline::before {
  content: "\f0e8d";
}
.mdi-boom-gate-outline::before {
  content: "\f0e8b";
}
.mdi-boom-gate-up::before {
  content: "\f17f9";
}
.mdi-boom-gate-up-outline::before {
  content: "\f17fa";
}
.mdi-boombox::before {
  content: "\f05dc";
}
.mdi-boomerang::before {
  content: "\f10cf";
}
.mdi-bootstrap::before {
  content: "\f06c6";
}
.mdi-border-all::before {
  content: "\f00c7";
}
.mdi-border-all-variant::before {
  content: "\f08a1";
}
.mdi-border-bottom::before {
  content: "\f00c8";
}
.mdi-border-bottom-variant::before {
  content: "\f08a2";
}
.mdi-border-color::before {
  content: "\f00c9";
}
.mdi-border-horizontal::before {
  content: "\f00ca";
}
.mdi-border-inside::before {
  content: "\f00cb";
}
.mdi-border-left::before {
  content: "\f00cc";
}
.mdi-border-left-variant::before {
  content: "\f08a3";
}
.mdi-border-none::before {
  content: "\f00cd";
}
.mdi-border-none-variant::before {
  content: "\f08a4";
}
.mdi-border-outside::before {
  content: "\f00ce";
}
.mdi-border-radius::before {
  content: "\f1af4";
}
.mdi-border-right::before {
  content: "\f00cf";
}
.mdi-border-right-variant::before {
  content: "\f08a5";
}
.mdi-border-style::before {
  content: "\f00d0";
}
.mdi-border-top::before {
  content: "\f00d1";
}
.mdi-border-top-variant::before {
  content: "\f08a6";
}
.mdi-border-vertical::before {
  content: "\f00d2";
}
.mdi-bottle-soda::before {
  content: "\f1070";
}
.mdi-bottle-soda-classic::before {
  content: "\f1071";
}
.mdi-bottle-soda-classic-outline::before {
  content: "\f1363";
}
.mdi-bottle-soda-outline::before {
  content: "\f1072";
}
.mdi-bottle-tonic::before {
  content: "\f112e";
}
.mdi-bottle-tonic-outline::before {
  content: "\f112f";
}
.mdi-bottle-tonic-plus::before {
  content: "\f1130";
}
.mdi-bottle-tonic-plus-outline::before {
  content: "\f1131";
}
.mdi-bottle-tonic-skull::before {
  content: "\f1132";
}
.mdi-bottle-tonic-skull-outline::before {
  content: "\f1133";
}
.mdi-bottle-wine::before {
  content: "\f0854";
}
.mdi-bottle-wine-outline::before {
  content: "\f1310";
}
.mdi-bow-arrow::before {
  content: "\f1841";
}
.mdi-bow-tie::before {
  content: "\f0678";
}
.mdi-bowl::before {
  content: "\f028e";
}
.mdi-bowl-mix::before {
  content: "\f0617";
}
.mdi-bowl-mix-outline::before {
  content: "\f02e4";
}
.mdi-bowl-outline::before {
  content: "\f02a9";
}
.mdi-bowling::before {
  content: "\f00d3";
}
.mdi-box::before {
  content: "\f00d4";
}
.mdi-box-cutter::before {
  content: "\f00d5";
}
.mdi-box-cutter-off::before {
  content: "\f0b4a";
}
.mdi-box-shadow::before {
  content: "\f0637";
}
.mdi-boxing-glove::before {
  content: "\f0b65";
}
.mdi-braille::before {
  content: "\f09d0";
}
.mdi-brain::before {
  content: "\f09d1";
}
.mdi-bread-slice::before {
  content: "\f0cee";
}
.mdi-bread-slice-outline::before {
  content: "\f0cef";
}
.mdi-bridge::before {
  content: "\f0618";
}
.mdi-briefcase::before {
  content: "\f00d6";
}
.mdi-briefcase-account::before {
  content: "\f0cf0";
}
.mdi-briefcase-account-outline::before {
  content: "\f0cf1";
}
.mdi-briefcase-arrow-left-right::before {
  content: "\f1a8d";
}
.mdi-briefcase-arrow-left-right-outline::before {
  content: "\f1a8e";
}
.mdi-briefcase-arrow-up-down::before {
  content: "\f1a8f";
}
.mdi-briefcase-arrow-up-down-outline::before {
  content: "\f1a90";
}
.mdi-briefcase-check::before {
  content: "\f00d7";
}
.mdi-briefcase-check-outline::before {
  content: "\f131e";
}
.mdi-briefcase-clock::before {
  content: "\f10d0";
}
.mdi-briefcase-clock-outline::before {
  content: "\f10d1";
}
.mdi-briefcase-download::before {
  content: "\f00d8";
}
.mdi-briefcase-download-outline::before {
  content: "\f0c3d";
}
.mdi-briefcase-edit::before {
  content: "\f0a98";
}
.mdi-briefcase-edit-outline::before {
  content: "\f0c3e";
}
.mdi-briefcase-eye::before {
  content: "\f17d9";
}
.mdi-briefcase-eye-outline::before {
  content: "\f17da";
}
.mdi-briefcase-minus::before {
  content: "\f0a2a";
}
.mdi-briefcase-minus-outline::before {
  content: "\f0c3f";
}
.mdi-briefcase-off::before {
  content: "\f1658";
}
.mdi-briefcase-off-outline::before {
  content: "\f1659";
}
.mdi-briefcase-outline::before {
  content: "\f0814";
}
.mdi-briefcase-plus::before {
  content: "\f0a2b";
}
.mdi-briefcase-plus-outline::before {
  content: "\f0c40";
}
.mdi-briefcase-remove::before {
  content: "\f0a2c";
}
.mdi-briefcase-remove-outline::before {
  content: "\f0c41";
}
.mdi-briefcase-search::before {
  content: "\f0a2d";
}
.mdi-briefcase-search-outline::before {
  content: "\f0c42";
}
.mdi-briefcase-upload::before {
  content: "\f00d9";
}
.mdi-briefcase-upload-outline::before {
  content: "\f0c43";
}
.mdi-briefcase-variant::before {
  content: "\f1494";
}
.mdi-briefcase-variant-off::before {
  content: "\f165a";
}
.mdi-briefcase-variant-off-outline::before {
  content: "\f165b";
}
.mdi-briefcase-variant-outline::before {
  content: "\f1495";
}
.mdi-brightness-1::before {
  content: "\f00da";
}
.mdi-brightness-2::before {
  content: "\f00db";
}
.mdi-brightness-3::before {
  content: "\f00dc";
}
.mdi-brightness-4::before {
  content: "\f00dd";
}
.mdi-brightness-5::before {
  content: "\f00de";
}
.mdi-brightness-6::before {
  content: "\f00df";
}
.mdi-brightness-7::before {
  content: "\f00e0";
}
.mdi-brightness-auto::before {
  content: "\f00e1";
}
.mdi-brightness-percent::before {
  content: "\f0cf2";
}
.mdi-broadcast::before {
  content: "\f1720";
}
.mdi-broadcast-off::before {
  content: "\f1721";
}
.mdi-broom::before {
  content: "\f00e2";
}
.mdi-brush::before {
  content: "\f00e3";
}
.mdi-brush-off::before {
  content: "\f1771";
}
.mdi-brush-outline::before {
  content: "\f1a0d";
}
.mdi-brush-variant::before {
  content: "\f1813";
}
.mdi-bucket::before {
  content: "\f1415";
}
.mdi-bucket-outline::before {
  content: "\f1416";
}
.mdi-buffet::before {
  content: "\f0578";
}
.mdi-bug::before {
  content: "\f00e4";
}
.mdi-bug-check::before {
  content: "\f0a2e";
}
.mdi-bug-check-outline::before {
  content: "\f0a2f";
}
.mdi-bug-outline::before {
  content: "\f0a30";
}
.mdi-bug-pause::before {
  content: "\f1af5";
}
.mdi-bug-pause-outline::before {
  content: "\f1af6";
}
.mdi-bug-play::before {
  content: "\f1af7";
}
.mdi-bug-play-outline::before {
  content: "\f1af8";
}
.mdi-bug-stop::before {
  content: "\f1af9";
}
.mdi-bug-stop-outline::before {
  content: "\f1afa";
}
.mdi-bugle::before {
  content: "\f0db4";
}
.mdi-bulkhead-light::before {
  content: "\f1a2f";
}
.mdi-bulldozer::before {
  content: "\f0b22";
}
.mdi-bullet::before {
  content: "\f0cf3";
}
.mdi-bulletin-board::before {
  content: "\f00e5";
}
.mdi-bullhorn::before {
  content: "\f00e6";
}
.mdi-bullhorn-outline::before {
  content: "\f0b23";
}
.mdi-bullhorn-variant::before {
  content: "\f196e";
}
.mdi-bullhorn-variant-outline::before {
  content: "\f196f";
}
.mdi-bullseye::before {
  content: "\f05dd";
}
.mdi-bullseye-arrow::before {
  content: "\f08c9";
}
.mdi-bulma::before {
  content: "\f12e7";
}
.mdi-bunk-bed::before {
  content: "\f1302";
}
.mdi-bunk-bed-outline::before {
  content: "\f0097";
}
.mdi-bus::before {
  content: "\f00e7";
}
.mdi-bus-alert::before {
  content: "\f0a99";
}
.mdi-bus-articulated-end::before {
  content: "\f079c";
}
.mdi-bus-articulated-front::before {
  content: "\f079d";
}
.mdi-bus-clock::before {
  content: "\f08ca";
}
.mdi-bus-double-decker::before {
  content: "\f079e";
}
.mdi-bus-electric::before {
  content: "\f191d";
}
.mdi-bus-marker::before {
  content: "\f1212";
}
.mdi-bus-multiple::before {
  content: "\f0f3f";
}
.mdi-bus-school::before {
  content: "\f079f";
}
.mdi-bus-side::before {
  content: "\f07a0";
}
.mdi-bus-stop::before {
  content: "\f1012";
}
.mdi-bus-stop-covered::before {
  content: "\f1013";
}
.mdi-bus-stop-uncovered::before {
  content: "\f1014";
}
.mdi-butterfly::before {
  content: "\f1589";
}
.mdi-butterfly-outline::before {
  content: "\f158a";
}
.mdi-button-cursor::before {
  content: "\f1b4f";
}
.mdi-button-pointer::before {
  content: "\f1b50";
}
.mdi-cabin-a-frame::before {
  content: "\f188c";
}
.mdi-cable-data::before {
  content: "\f1394";
}
.mdi-cached::before {
  content: "\f00e8";
}
.mdi-cactus::before {
  content: "\f0db5";
}
.mdi-cake::before {
  content: "\f00e9";
}
.mdi-cake-layered::before {
  content: "\f00ea";
}
.mdi-cake-variant::before {
  content: "\f00eb";
}
.mdi-cake-variant-outline::before {
  content: "\f17f0";
}
.mdi-calculator::before {
  content: "\f00ec";
}
.mdi-calculator-variant::before {
  content: "\f0a9a";
}
.mdi-calculator-variant-outline::before {
  content: "\f15a6";
}
.mdi-calendar::before {
  content: "\f00ed";
}
.mdi-calendar-account::before {
  content: "\f0ed7";
}
.mdi-calendar-account-outline::before {
  content: "\f0ed8";
}
.mdi-calendar-alert::before {
  content: "\f0a31";
}
.mdi-calendar-alert-outline::before {
  content: "\f1b62";
}
.mdi-calendar-arrow-left::before {
  content: "\f1134";
}
.mdi-calendar-arrow-right::before {
  content: "\f1135";
}
.mdi-calendar-badge::before {
  content: "\f1b9d";
}
.mdi-calendar-badge-outline::before {
  content: "\f1b9e";
}
.mdi-calendar-blank::before {
  content: "\f00ee";
}
.mdi-calendar-blank-multiple::before {
  content: "\f1073";
}
.mdi-calendar-blank-outline::before {
  content: "\f0b66";
}
.mdi-calendar-check::before {
  content: "\f00ef";
}
.mdi-calendar-check-outline::before {
  content: "\f0c44";
}
.mdi-calendar-clock::before {
  content: "\f00f0";
}
.mdi-calendar-clock-outline::before {
  content: "\f16e1";
}
.mdi-calendar-collapse-horizontal::before {
  content: "\f189d";
}
.mdi-calendar-collapse-horizontal-outline::before {
  content: "\f1b63";
}
.mdi-calendar-cursor::before {
  content: "\f157b";
}
.mdi-calendar-cursor-outline::before {
  content: "\f1b64";
}
.mdi-calendar-edit::before {
  content: "\f08a7";
}
.mdi-calendar-edit-outline::before {
  content: "\f1b65";
}
.mdi-calendar-end::before {
  content: "\f166c";
}
.mdi-calendar-end-outline::before {
  content: "\f1b66";
}
.mdi-calendar-expand-horizontal::before {
  content: "\f189e";
}
.mdi-calendar-expand-horizontal-outline::before {
  content: "\f1b67";
}
.mdi-calendar-export::before {
  content: "\f0b24";
}
.mdi-calendar-export-outline::before {
  content: "\f1b68";
}
.mdi-calendar-filter::before {
  content: "\f1a32";
}
.mdi-calendar-filter-outline::before {
  content: "\f1a33";
}
.mdi-calendar-heart::before {
  content: "\f09d2";
}
.mdi-calendar-heart-outline::before {
  content: "\f1b69";
}
.mdi-calendar-import::before {
  content: "\f0b25";
}
.mdi-calendar-import-outline::before {
  content: "\f1b6a";
}
.mdi-calendar-lock::before {
  content: "\f1641";
}
.mdi-calendar-lock-open::before {
  content: "\f1b5b";
}
.mdi-calendar-lock-open-outline::before {
  content: "\f1b5c";
}
.mdi-calendar-lock-outline::before {
  content: "\f1642";
}
.mdi-calendar-minus::before {
  content: "\f0d5c";
}
.mdi-calendar-minus-outline::before {
  content: "\f1b6b";
}
.mdi-calendar-month::before {
  content: "\f0e17";
}
.mdi-calendar-month-outline::before {
  content: "\f0e18";
}
.mdi-calendar-multiple::before {
  content: "\f00f1";
}
.mdi-calendar-multiple-check::before {
  content: "\f00f2";
}
.mdi-calendar-multiselect::before {
  content: "\f0a32";
}
.mdi-calendar-multiselect-outline::before {
  content: "\f1b55";
}
.mdi-calendar-outline::before {
  content: "\f0b67";
}
.mdi-calendar-plus::before {
  content: "\f00f3";
}
.mdi-calendar-plus-outline::before {
  content: "\f1b6c";
}
.mdi-calendar-question::before {
  content: "\f0692";
}
.mdi-calendar-question-outline::before {
  content: "\f1b6d";
}
.mdi-calendar-range::before {
  content: "\f0679";
}
.mdi-calendar-range-outline::before {
  content: "\f0b68";
}
.mdi-calendar-refresh::before {
  content: "\f01e1";
}
.mdi-calendar-refresh-outline::before {
  content: "\f0203";
}
.mdi-calendar-remove::before {
  content: "\f00f4";
}
.mdi-calendar-remove-outline::before {
  content: "\f0c45";
}
.mdi-calendar-search::before {
  content: "\f094c";
}
.mdi-calendar-search-outline::before {
  content: "\f1b6e";
}
.mdi-calendar-star::before {
  content: "\f09d3";
}
.mdi-calendar-star-outline::before {
  content: "\f1b53";
}
.mdi-calendar-start::before {
  content: "\f166d";
}
.mdi-calendar-start-outline::before {
  content: "\f1b6f";
}
.mdi-calendar-sync::before {
  content: "\f0e8e";
}
.mdi-calendar-sync-outline::before {
  content: "\f0e8f";
}
.mdi-calendar-text::before {
  content: "\f00f5";
}
.mdi-calendar-text-outline::before {
  content: "\f0c46";
}
.mdi-calendar-today::before {
  content: "\f00f6";
}
.mdi-calendar-today-outline::before {
  content: "\f1a30";
}
.mdi-calendar-week::before {
  content: "\f0a33";
}
.mdi-calendar-week-begin::before {
  content: "\f0a34";
}
.mdi-calendar-week-begin-outline::before {
  content: "\f1a31";
}
.mdi-calendar-week-outline::before {
  content: "\f1a34";
}
.mdi-calendar-weekend::before {
  content: "\f0ed9";
}
.mdi-calendar-weekend-outline::before {
  content: "\f0eda";
}
.mdi-call-made::before {
  content: "\f00f7";
}
.mdi-call-merge::before {
  content: "\f00f8";
}
.mdi-call-missed::before {
  content: "\f00f9";
}
.mdi-call-received::before {
  content: "\f00fa";
}
.mdi-call-split::before {
  content: "\f00fb";
}
.mdi-camcorder::before {
  content: "\f00fc";
}
.mdi-camcorder-off::before {
  content: "\f00ff";
}
.mdi-camera::before {
  content: "\f0100";
}
.mdi-camera-account::before {
  content: "\f08cb";
}
.mdi-camera-burst::before {
  content: "\f0693";
}
.mdi-camera-control::before {
  content: "\f0b69";
}
.mdi-camera-document::before {
  content: "\f1871";
}
.mdi-camera-document-off::before {
  content: "\f1872";
}
.mdi-camera-enhance::before {
  content: "\f0101";
}
.mdi-camera-enhance-outline::before {
  content: "\f0b6a";
}
.mdi-camera-flip::before {
  content: "\f15d9";
}
.mdi-camera-flip-outline::before {
  content: "\f15da";
}
.mdi-camera-front::before {
  content: "\f0102";
}
.mdi-camera-front-variant::before {
  content: "\f0103";
}
.mdi-camera-gopro::before {
  content: "\f07a1";
}
.mdi-camera-image::before {
  content: "\f08cc";
}
.mdi-camera-iris::before {
  content: "\f0104";
}
.mdi-camera-lock::before {
  content: "\f1a14";
}
.mdi-camera-lock-open::before {
  content: "\f1c0d";
}
.mdi-camera-lock-open-outline::before {
  content: "\f1c0e";
}
.mdi-camera-lock-outline::before {
  content: "\f1a15";
}
.mdi-camera-marker::before {
  content: "\f19a7";
}
.mdi-camera-marker-outline::before {
  content: "\f19a8";
}
.mdi-camera-metering-center::before {
  content: "\f07a2";
}
.mdi-camera-metering-matrix::before {
  content: "\f07a3";
}
.mdi-camera-metering-partial::before {
  content: "\f07a4";
}
.mdi-camera-metering-spot::before {
  content: "\f07a5";
}
.mdi-camera-off::before {
  content: "\f05df";
}
.mdi-camera-off-outline::before {
  content: "\f19bf";
}
.mdi-camera-outline::before {
  content: "\f0d5d";
}
.mdi-camera-party-mode::before {
  content: "\f0105";
}
.mdi-camera-plus::before {
  content: "\f0edb";
}
.mdi-camera-plus-outline::before {
  content: "\f0edc";
}
.mdi-camera-rear::before {
  content: "\f0106";
}
.mdi-camera-rear-variant::before {
  content: "\f0107";
}
.mdi-camera-retake::before {
  content: "\f0e19";
}
.mdi-camera-retake-outline::before {
  content: "\f0e1a";
}
.mdi-camera-switch::before {
  content: "\f0108";
}
.mdi-camera-switch-outline::before {
  content: "\f084a";
}
.mdi-camera-timer::before {
  content: "\f0109";
}
.mdi-camera-wireless::before {
  content: "\f0db6";
}
.mdi-camera-wireless-outline::before {
  content: "\f0db7";
}
.mdi-campfire::before {
  content: "\f0edd";
}
.mdi-cancel::before {
  content: "\f073a";
}
.mdi-candelabra::before {
  content: "\f17d2";
}
.mdi-candelabra-fire::before {
  content: "\f17d3";
}
.mdi-candle::before {
  content: "\f05e2";
}
.mdi-candy::before {
  content: "\f1970";
}
.mdi-candy-off::before {
  content: "\f1971";
}
.mdi-candy-off-outline::before {
  content: "\f1972";
}
.mdi-candy-outline::before {
  content: "\f1973";
}
.mdi-candycane::before {
  content: "\f010a";
}
.mdi-cannabis::before {
  content: "\f07a6";
}
.mdi-cannabis-off::before {
  content: "\f166e";
}
.mdi-caps-lock::before {
  content: "\f0a9b";
}
.mdi-car::before {
  content: "\f010b";
}
.mdi-car-2-plus::before {
  content: "\f1015";
}
.mdi-car-3-plus::before {
  content: "\f1016";
}
.mdi-car-arrow-left::before {
  content: "\f13b2";
}
.mdi-car-arrow-right::before {
  content: "\f13b3";
}
.mdi-car-back::before {
  content: "\f0e1b";
}
.mdi-car-battery::before {
  content: "\f010c";
}
.mdi-car-brake-abs::before {
  content: "\f0c47";
}
.mdi-car-brake-alert::before {
  content: "\f0c48";
}
.mdi-car-brake-fluid-level::before {
  content: "\f1909";
}
.mdi-car-brake-hold::before {
  content: "\f0d5e";
}
.mdi-car-brake-low-pressure::before {
  content: "\f190a";
}
.mdi-car-brake-parking::before {
  content: "\f0d5f";
}
.mdi-car-brake-retarder::before {
  content: "\f1017";
}
.mdi-car-brake-temperature::before {
  content: "\f190b";
}
.mdi-car-brake-worn-linings::before {
  content: "\f190c";
}
.mdi-car-child-seat::before {
  content: "\f0fa3";
}
.mdi-car-clock::before {
  content: "\f1974";
}
.mdi-car-clutch::before {
  content: "\f1018";
}
.mdi-car-cog::before {
  content: "\f13cc";
}
.mdi-car-connected::before {
  content: "\f010d";
}
.mdi-car-convertible::before {
  content: "\f07a7";
}
.mdi-car-coolant-level::before {
  content: "\f1019";
}
.mdi-car-cruise-control::before {
  content: "\f0d60";
}
.mdi-car-defrost-front::before {
  content: "\f0d61";
}
.mdi-car-defrost-rear::before {
  content: "\f0d62";
}
.mdi-car-door::before {
  content: "\f0b6b";
}
.mdi-car-door-lock::before {
  content: "\f109d";
}
.mdi-car-electric::before {
  content: "\f0b6c";
}
.mdi-car-electric-outline::before {
  content: "\f15b5";
}
.mdi-car-emergency::before {
  content: "\f160f";
}
.mdi-car-esp::before {
  content: "\f0c49";
}
.mdi-car-estate::before {
  content: "\f07a8";
}
.mdi-car-hatchback::before {
  content: "\f07a9";
}
.mdi-car-info::before {
  content: "\f11be";
}
.mdi-car-key::before {
  content: "\f0b6d";
}
.mdi-car-lifted-pickup::before {
  content: "\f152d";
}
.mdi-car-light-alert::before {
  content: "\f190d";
}
.mdi-car-light-dimmed::before {
  content: "\f0c4a";
}
.mdi-car-light-fog::before {
  content: "\f0c4b";
}
.mdi-car-light-high::before {
  content: "\f0c4c";
}
.mdi-car-limousine::before {
  content: "\f08cd";
}
.mdi-car-multiple::before {
  content: "\f0b6e";
}
.mdi-car-off::before {
  content: "\f0e1c";
}
.mdi-car-outline::before {
  content: "\f14ed";
}
.mdi-car-parking-lights::before {
  content: "\f0d63";
}
.mdi-car-pickup::before {
  content: "\f07aa";
}
.mdi-car-search::before {
  content: "\f1b8d";
}
.mdi-car-search-outline::before {
  content: "\f1b8e";
}
.mdi-car-seat::before {
  content: "\f0fa4";
}
.mdi-car-seat-cooler::before {
  content: "\f0fa5";
}
.mdi-car-seat-heater::before {
  content: "\f0fa6";
}
.mdi-car-select::before {
  content: "\f1879";
}
.mdi-car-settings::before {
  content: "\f13cd";
}
.mdi-car-shift-pattern::before {
  content: "\f0f40";
}
.mdi-car-side::before {
  content: "\f07ab";
}
.mdi-car-speed-limiter::before {
  content: "\f190e";
}
.mdi-car-sports::before {
  content: "\f07ac";
}
.mdi-car-tire-alert::before {
  content: "\f0c4d";
}
.mdi-car-traction-control::before {
  content: "\f0d64";
}
.mdi-car-turbocharger::before {
  content: "\f101a";
}
.mdi-car-wash::before {
  content: "\f010e";
}
.mdi-car-windshield::before {
  content: "\f101b";
}
.mdi-car-windshield-outline::before {
  content: "\f101c";
}
.mdi-car-wireless::before {
  content: "\f1878";
}
.mdi-car-wrench::before {
  content: "\f1814";
}
.mdi-carabiner::before {
  content: "\f14c0";
}
.mdi-caravan::before {
  content: "\f07ad";
}
.mdi-card::before {
  content: "\f0b6f";
}
.mdi-card-account-details::before {
  content: "\f05d2";
}
.mdi-card-account-details-outline::before {
  content: "\f0dab";
}
.mdi-card-account-details-star::before {
  content: "\f02a3";
}
.mdi-card-account-details-star-outline::before {
  content: "\f06db";
}
.mdi-card-account-mail::before {
  content: "\f018e";
}
.mdi-card-account-mail-outline::before {
  content: "\f0e98";
}
.mdi-card-account-phone::before {
  content: "\f0e99";
}
.mdi-card-account-phone-outline::before {
  content: "\f0e9a";
}
.mdi-card-bulleted::before {
  content: "\f0b70";
}
.mdi-card-bulleted-off::before {
  content: "\f0b71";
}
.mdi-card-bulleted-off-outline::before {
  content: "\f0b72";
}
.mdi-card-bulleted-outline::before {
  content: "\f0b73";
}
.mdi-card-bulleted-settings::before {
  content: "\f0b74";
}
.mdi-card-bulleted-settings-outline::before {
  content: "\f0b75";
}
.mdi-card-minus::before {
  content: "\f1600";
}
.mdi-card-minus-outline::before {
  content: "\f1601";
}
.mdi-card-multiple::before {
  content: "\f17f1";
}
.mdi-card-multiple-outline::before {
  content: "\f17f2";
}
.mdi-card-off::before {
  content: "\f1602";
}
.mdi-card-off-outline::before {
  content: "\f1603";
}
.mdi-card-outline::before {
  content: "\f0b76";
}
.mdi-card-plus::before {
  content: "\f11ff";
}
.mdi-card-plus-outline::before {
  content: "\f1200";
}
.mdi-card-remove::before {
  content: "\f1604";
}
.mdi-card-remove-outline::before {
  content: "\f1605";
}
.mdi-card-search::before {
  content: "\f1074";
}
.mdi-card-search-outline::before {
  content: "\f1075";
}
.mdi-card-text::before {
  content: "\f0b77";
}
.mdi-card-text-outline::before {
  content: "\f0b78";
}
.mdi-cards::before {
  content: "\f0638";
}
.mdi-cards-club::before {
  content: "\f08ce";
}
.mdi-cards-club-outline::before {
  content: "\f189f";
}
.mdi-cards-diamond::before {
  content: "\f08cf";
}
.mdi-cards-diamond-outline::before {
  content: "\f101d";
}
.mdi-cards-heart::before {
  content: "\f08d0";
}
.mdi-cards-heart-outline::before {
  content: "\f18a0";
}
.mdi-cards-outline::before {
  content: "\f0639";
}
.mdi-cards-playing::before {
  content: "\f18a1";
}
.mdi-cards-playing-club::before {
  content: "\f18a2";
}
.mdi-cards-playing-club-multiple::before {
  content: "\f18a3";
}
.mdi-cards-playing-club-multiple-outline::before {
  content: "\f18a4";
}
.mdi-cards-playing-club-outline::before {
  content: "\f18a5";
}
.mdi-cards-playing-diamond::before {
  content: "\f18a6";
}
.mdi-cards-playing-diamond-multiple::before {
  content: "\f18a7";
}
.mdi-cards-playing-diamond-multiple-outline::before {
  content: "\f18a8";
}
.mdi-cards-playing-diamond-outline::before {
  content: "\f18a9";
}
.mdi-cards-playing-heart::before {
  content: "\f18aa";
}
.mdi-cards-playing-heart-multiple::before {
  content: "\f18ab";
}
.mdi-cards-playing-heart-multiple-outline::before {
  content: "\f18ac";
}
.mdi-cards-playing-heart-outline::before {
  content: "\f18ad";
}
.mdi-cards-playing-outline::before {
  content: "\f063a";
}
.mdi-cards-playing-spade::before {
  content: "\f18ae";
}
.mdi-cards-playing-spade-multiple::before {
  content: "\f18af";
}
.mdi-cards-playing-spade-multiple-outline::before {
  content: "\f18b0";
}
.mdi-cards-playing-spade-outline::before {
  content: "\f18b1";
}
.mdi-cards-spade::before {
  content: "\f08d1";
}
.mdi-cards-spade-outline::before {
  content: "\f18b2";
}
.mdi-cards-variant::before {
  content: "\f06c7";
}
.mdi-carrot::before {
  content: "\f010f";
}
.mdi-cart::before {
  content: "\f0110";
}
.mdi-cart-arrow-down::before {
  content: "\f0d66";
}
.mdi-cart-arrow-right::before {
  content: "\f0c4e";
}
.mdi-cart-arrow-up::before {
  content: "\f0d67";
}
.mdi-cart-check::before {
  content: "\f15ea";
}
.mdi-cart-heart::before {
  content: "\f18e0";
}
.mdi-cart-minus::before {
  content: "\f0d68";
}
.mdi-cart-off::before {
  content: "\f066b";
}
.mdi-cart-outline::before {
  content: "\f0111";
}
.mdi-cart-percent::before {
  content: "\f1bae";
}
.mdi-cart-plus::before {
  content: "\f0112";
}
.mdi-cart-remove::before {
  content: "\f0d69";
}
.mdi-cart-variant::before {
  content: "\f15eb";
}
.mdi-case-sensitive-alt::before {
  content: "\f0113";
}
.mdi-cash::before {
  content: "\f0114";
}
.mdi-cash-100::before {
  content: "\f0115";
}
.mdi-cash-check::before {
  content: "\f14ee";
}
.mdi-cash-clock::before {
  content: "\f1a91";
}
.mdi-cash-fast::before {
  content: "\f185c";
}
.mdi-cash-lock::before {
  content: "\f14ea";
}
.mdi-cash-lock-open::before {
  content: "\f14eb";
}
.mdi-cash-marker::before {
  content: "\f0db8";
}
.mdi-cash-minus::before {
  content: "\f1260";
}
.mdi-cash-multiple::before {
  content: "\f0116";
}
.mdi-cash-plus::before {
  content: "\f1261";
}
.mdi-cash-refund::before {
  content: "\f0a9c";
}
.mdi-cash-register::before {
  content: "\f0cf4";
}
.mdi-cash-remove::before {
  content: "\f1262";
}
.mdi-cash-sync::before {
  content: "\f1a92";
}
.mdi-cassette::before {
  content: "\f09d4";
}
.mdi-cast::before {
  content: "\f0118";
}
.mdi-cast-audio::before {
  content: "\f101e";
}
.mdi-cast-audio-variant::before {
  content: "\f1749";
}
.mdi-cast-connected::before {
  content: "\f0119";
}
.mdi-cast-education::before {
  content: "\f0e1d";
}
.mdi-cast-off::before {
  content: "\f078a";
}
.mdi-cast-variant::before {
  content: "\f001f";
}
.mdi-castle::before {
  content: "\f011a";
}
.mdi-cat::before {
  content: "\f011b";
}
.mdi-cctv::before {
  content: "\f07ae";
}
.mdi-cctv-off::before {
  content: "\f185f";
}
.mdi-ceiling-fan::before {
  content: "\f1797";
}
.mdi-ceiling-fan-light::before {
  content: "\f1798";
}
.mdi-ceiling-light::before {
  content: "\f0769";
}
.mdi-ceiling-light-multiple::before {
  content: "\f18dd";
}
.mdi-ceiling-light-multiple-outline::before {
  content: "\f18de";
}
.mdi-ceiling-light-outline::before {
  content: "\f17c7";
}
.mdi-cellphone::before {
  content: "\f011c";
}
.mdi-cellphone-arrow-down::before {
  content: "\f09d5";
}
.mdi-cellphone-arrow-down-variant::before {
  content: "\f19c5";
}
.mdi-cellphone-basic::before {
  content: "\f011e";
}
.mdi-cellphone-charging::before {
  content: "\f1397";
}
.mdi-cellphone-check::before {
  content: "\f17fd";
}
.mdi-cellphone-cog::before {
  content: "\f0951";
}
.mdi-cellphone-dock::before {
  content: "\f011f";
}
.mdi-cellphone-information::before {
  content: "\f0f41";
}
.mdi-cellphone-key::before {
  content: "\f094e";
}
.mdi-cellphone-link::before {
  content: "\f0121";
}
.mdi-cellphone-link-off::before {
  content: "\f0122";
}
.mdi-cellphone-lock::before {
  content: "\f094f";
}
.mdi-cellphone-marker::before {
  content: "\f183a";
}
.mdi-cellphone-message::before {
  content: "\f08d3";
}
.mdi-cellphone-message-off::before {
  content: "\f10d2";
}
.mdi-cellphone-nfc::before {
  content: "\f0e90";
}
.mdi-cellphone-nfc-off::before {
  content: "\f12d8";
}
.mdi-cellphone-off::before {
  content: "\f0950";
}
.mdi-cellphone-play::before {
  content: "\f101f";
}
.mdi-cellphone-remove::before {
  content: "\f094d";
}
.mdi-cellphone-screenshot::before {
  content: "\f0a35";
}
.mdi-cellphone-settings::before {
  content: "\f0123";
}
.mdi-cellphone-sound::before {
  content: "\f0952";
}
.mdi-cellphone-text::before {
  content: "\f08d2";
}
.mdi-cellphone-wireless::before {
  content: "\f0815";
}
.mdi-centos::before {
  content: "\f111a";
}
.mdi-certificate::before {
  content: "\f0124";
}
.mdi-certificate-outline::before {
  content: "\f1188";
}
.mdi-chair-rolling::before {
  content: "\f0f48";
}
.mdi-chair-school::before {
  content: "\f0125";
}
.mdi-chandelier::before {
  content: "\f1793";
}
.mdi-charity::before {
  content: "\f0c4f";
}
.mdi-chart-arc::before {
  content: "\f0126";
}
.mdi-chart-areaspline::before {
  content: "\f0127";
}
.mdi-chart-areaspline-variant::before {
  content: "\f0e91";
}
.mdi-chart-bar::before {
  content: "\f0128";
}
.mdi-chart-bar-stacked::before {
  content: "\f076a";
}
.mdi-chart-bell-curve::before {
  content: "\f0c50";
}
.mdi-chart-bell-curve-cumulative::before {
  content: "\f0fa7";
}
.mdi-chart-box::before {
  content: "\f154d";
}
.mdi-chart-box-outline::before {
  content: "\f154e";
}
.mdi-chart-box-plus-outline::before {
  content: "\f154f";
}
.mdi-chart-bubble::before {
  content: "\f05e3";
}
.mdi-chart-donut::before {
  content: "\f07af";
}
.mdi-chart-donut-variant::before {
  content: "\f07b0";
}
.mdi-chart-gantt::before {
  content: "\f066c";
}
.mdi-chart-histogram::before {
  content: "\f0129";
}
.mdi-chart-line::before {
  content: "\f012a";
}
.mdi-chart-line-stacked::before {
  content: "\f076b";
}
.mdi-chart-line-variant::before {
  content: "\f07b1";
}
.mdi-chart-multiline::before {
  content: "\f08d4";
}
.mdi-chart-multiple::before {
  content: "\f1213";
}
.mdi-chart-pie::before {
  content: "\f012b";
}
.mdi-chart-pie-outline::before {
  content: "\f1bdf";
}
.mdi-chart-ppf::before {
  content: "\f1380";
}
.mdi-chart-sankey::before {
  content: "\f11df";
}
.mdi-chart-sankey-variant::before {
  content: "\f11e0";
}
.mdi-chart-scatter-plot::before {
  content: "\f0e92";
}
.mdi-chart-scatter-plot-hexbin::before {
  content: "\f066d";
}
.mdi-chart-timeline::before {
  content: "\f066e";
}
.mdi-chart-timeline-variant::before {
  content: "\f0e93";
}
.mdi-chart-timeline-variant-shimmer::before {
  content: "\f15b6";
}
.mdi-chart-tree::before {
  content: "\f0e94";
}
.mdi-chart-waterfall::before {
  content: "\f1918";
}
.mdi-chat::before {
  content: "\f0b79";
}
.mdi-chat-alert::before {
  content: "\f0b7a";
}
.mdi-chat-alert-outline::before {
  content: "\f12c9";
}
.mdi-chat-minus::before {
  content: "\f1410";
}
.mdi-chat-minus-outline::before {
  content: "\f1413";
}
.mdi-chat-outline::before {
  content: "\f0ede";
}
.mdi-chat-plus::before {
  content: "\f140f";
}
.mdi-chat-plus-outline::before {
  content: "\f1412";
}
.mdi-chat-processing::before {
  content: "\f0b7b";
}
.mdi-chat-processing-outline::before {
  content: "\f12ca";
}
.mdi-chat-question::before {
  content: "\f1738";
}
.mdi-chat-question-outline::before {
  content: "\f1739";
}
.mdi-chat-remove::before {
  content: "\f1411";
}
.mdi-chat-remove-outline::before {
  content: "\f1414";
}
.mdi-chat-sleep::before {
  content: "\f12d1";
}
.mdi-chat-sleep-outline::before {
  content: "\f12d2";
}
.mdi-check::before {
  content: "\f012c";
}
.mdi-check-all::before {
  content: "\f012d";
}
.mdi-check-bold::before {
  content: "\f0e1e";
}
.mdi-check-circle::before {
  content: "\f05e0";
}
.mdi-check-circle-outline::before {
  content: "\f05e1";
}
.mdi-check-decagram::before {
  content: "\f0791";
}
.mdi-check-decagram-outline::before {
  content: "\f1740";
}
.mdi-check-network::before {
  content: "\f0c53";
}
.mdi-check-network-outline::before {
  content: "\f0c54";
}
.mdi-check-outline::before {
  content: "\f0855";
}
.mdi-check-underline::before {
  content: "\f0e1f";
}
.mdi-check-underline-circle::before {
  content: "\f0e20";
}
.mdi-check-underline-circle-outline::before {
  content: "\f0e21";
}
.mdi-checkbook::before {
  content: "\f0a9d";
}
.mdi-checkbox-blank::before {
  content: "\f012e";
}
.mdi-checkbox-blank-badge::before {
  content: "\f1176";
}
.mdi-checkbox-blank-badge-outline::before {
  content: "\f0117";
}
.mdi-checkbox-blank-circle::before {
  content: "\f012f";
}
.mdi-checkbox-blank-circle-outline::before {
  content: "\f0130";
}
.mdi-checkbox-blank-off::before {
  content: "\f12ec";
}
.mdi-checkbox-blank-off-outline::before {
  content: "\f12ed";
}
.mdi-checkbox-blank-outline::before {
  content: "\f0131";
}
.mdi-checkbox-intermediate::before {
  content: "\f0856";
}
.mdi-checkbox-intermediate-variant::before {
  content: "\f1b54";
}
.mdi-checkbox-marked::before {
  content: "\f0132";
}
.mdi-checkbox-marked-circle::before {
  content: "\f0133";
}
.mdi-checkbox-marked-circle-outline::before {
  content: "\f0134";
}
.mdi-checkbox-marked-circle-plus-outline::before {
  content: "\f1927";
}
.mdi-checkbox-marked-outline::before {
  content: "\f0135";
}
.mdi-checkbox-multiple-blank::before {
  content: "\f0136";
}
.mdi-checkbox-multiple-blank-circle::before {
  content: "\f063b";
}
.mdi-checkbox-multiple-blank-circle-outline::before {
  content: "\f063c";
}
.mdi-checkbox-multiple-blank-outline::before {
  content: "\f0137";
}
.mdi-checkbox-multiple-marked::before {
  content: "\f0138";
}
.mdi-checkbox-multiple-marked-circle::before {
  content: "\f063d";
}
.mdi-checkbox-multiple-marked-circle-outline::before {
  content: "\f063e";
}
.mdi-checkbox-multiple-marked-outline::before {
  content: "\f0139";
}
.mdi-checkbox-multiple-outline::before {
  content: "\f0c51";
}
.mdi-checkbox-outline::before {
  content: "\f0c52";
}
.mdi-checkerboard::before {
  content: "\f013a";
}
.mdi-checkerboard-minus::before {
  content: "\f1202";
}
.mdi-checkerboard-plus::before {
  content: "\f1201";
}
.mdi-checkerboard-remove::before {
  content: "\f1203";
}
.mdi-cheese::before {
  content: "\f12b9";
}
.mdi-cheese-off::before {
  content: "\f13ee";
}
.mdi-chef-hat::before {
  content: "\f0b7c";
}
.mdi-chemical-weapon::before {
  content: "\f013b";
}
.mdi-chess-bishop::before {
  content: "\f085c";
}
.mdi-chess-king::before {
  content: "\f0857";
}
.mdi-chess-knight::before {
  content: "\f0858";
}
.mdi-chess-pawn::before {
  content: "\f0859";
}
.mdi-chess-queen::before {
  content: "\f085a";
}
.mdi-chess-rook::before {
  content: "\f085b";
}
.mdi-chevron-double-down::before {
  content: "\f013c";
}
.mdi-chevron-double-left::before {
  content: "\f013d";
}
.mdi-chevron-double-right::before {
  content: "\f013e";
}
.mdi-chevron-double-up::before {
  content: "\f013f";
}
.mdi-chevron-down::before {
  content: "\f0140";
}
.mdi-chevron-down-box::before {
  content: "\f09d6";
}
.mdi-chevron-down-box-outline::before {
  content: "\f09d7";
}
.mdi-chevron-down-circle::before {
  content: "\f0b26";
}
.mdi-chevron-down-circle-outline::before {
  content: "\f0b27";
}
.mdi-chevron-left::before {
  content: "\f0141";
}
.mdi-chevron-left-box::before {
  content: "\f09d8";
}
.mdi-chevron-left-box-outline::before {
  content: "\f09d9";
}
.mdi-chevron-left-circle::before {
  content: "\f0b28";
}
.mdi-chevron-left-circle-outline::before {
  content: "\f0b29";
}
.mdi-chevron-right::before {
  content: "\f0142";
}
.mdi-chevron-right-box::before {
  content: "\f09da";
}
.mdi-chevron-right-box-outline::before {
  content: "\f09db";
}
.mdi-chevron-right-circle::before {
  content: "\f0b2a";
}
.mdi-chevron-right-circle-outline::before {
  content: "\f0b2b";
}
.mdi-chevron-triple-down::before {
  content: "\f0db9";
}
.mdi-chevron-triple-left::before {
  content: "\f0dba";
}
.mdi-chevron-triple-right::before {
  content: "\f0dbb";
}
.mdi-chevron-triple-up::before {
  content: "\f0dbc";
}
.mdi-chevron-up::before {
  content: "\f0143";
}
.mdi-chevron-up-box::before {
  content: "\f09dc";
}
.mdi-chevron-up-box-outline::before {
  content: "\f09dd";
}
.mdi-chevron-up-circle::before {
  content: "\f0b2c";
}
.mdi-chevron-up-circle-outline::before {
  content: "\f0b2d";
}
.mdi-chili-alert::before {
  content: "\f17ea";
}
.mdi-chili-alert-outline::before {
  content: "\f17eb";
}
.mdi-chili-hot::before {
  content: "\f07b2";
}
.mdi-chili-hot-outline::before {
  content: "\f17ec";
}
.mdi-chili-medium::before {
  content: "\f07b3";
}
.mdi-chili-medium-outline::before {
  content: "\f17ed";
}
.mdi-chili-mild::before {
  content: "\f07b4";
}
.mdi-chili-mild-outline::before {
  content: "\f17ee";
}
.mdi-chili-off::before {
  content: "\f1467";
}
.mdi-chili-off-outline::before {
  content: "\f17ef";
}
.mdi-chip::before {
  content: "\f061a";
}
.mdi-church::before {
  content: "\f0144";
}
.mdi-church-outline::before {
  content: "\f1b02";
}
.mdi-cigar::before {
  content: "\f1189";
}
.mdi-cigar-off::before {
  content: "\f141b";
}
.mdi-circle::before {
  content: "\f0765";
}
.mdi-circle-box::before {
  content: "\f15dc";
}
.mdi-circle-box-outline::before {
  content: "\f15dd";
}
.mdi-circle-double::before {
  content: "\f0e95";
}
.mdi-circle-edit-outline::before {
  content: "\f08d5";
}
.mdi-circle-expand::before {
  content: "\f0e96";
}
.mdi-circle-half::before {
  content: "\f1395";
}
.mdi-circle-half-full::before {
  content: "\f1396";
}
.mdi-circle-medium::before {
  content: "\f09de";
}
.mdi-circle-multiple::before {
  content: "\f0b38";
}
.mdi-circle-multiple-outline::before {
  content: "\f0695";
}
.mdi-circle-off-outline::before {
  content: "\f10d3";
}
.mdi-circle-opacity::before {
  content: "\f1853";
}
.mdi-circle-outline::before {
  content: "\f0766";
}
.mdi-circle-slice-1::before {
  content: "\f0a9e";
}
.mdi-circle-slice-2::before {
  content: "\f0a9f";
}
.mdi-circle-slice-3::before {
  content: "\f0aa0";
}
.mdi-circle-slice-4::before {
  content: "\f0aa1";
}
.mdi-circle-slice-5::before {
  content: "\f0aa2";
}
.mdi-circle-slice-6::before {
  content: "\f0aa3";
}
.mdi-circle-slice-7::before {
  content: "\f0aa4";
}
.mdi-circle-slice-8::before {
  content: "\f0aa5";
}
.mdi-circle-small::before {
  content: "\f09df";
}
.mdi-circular-saw::before {
  content: "\f0e22";
}
.mdi-city::before {
  content: "\f0146";
}
.mdi-city-variant::before {
  content: "\f0a36";
}
.mdi-city-variant-outline::before {
  content: "\f0a37";
}
.mdi-clipboard::before {
  content: "\f0147";
}
.mdi-clipboard-account::before {
  content: "\f0148";
}
.mdi-clipboard-account-outline::before {
  content: "\f0c55";
}
.mdi-clipboard-alert::before {
  content: "\f0149";
}
.mdi-clipboard-alert-outline::before {
  content: "\f0cf7";
}
.mdi-clipboard-arrow-down::before {
  content: "\f014a";
}
.mdi-clipboard-arrow-down-outline::before {
  content: "\f0c56";
}
.mdi-clipboard-arrow-left::before {
  content: "\f014b";
}
.mdi-clipboard-arrow-left-outline::before {
  content: "\f0cf8";
}
.mdi-clipboard-arrow-right::before {
  content: "\f0cf9";
}
.mdi-clipboard-arrow-right-outline::before {
  content: "\f0cfa";
}
.mdi-clipboard-arrow-up::before {
  content: "\f0c57";
}
.mdi-clipboard-arrow-up-outline::before {
  content: "\f0c58";
}
.mdi-clipboard-check::before {
  content: "\f014e";
}
.mdi-clipboard-check-multiple::before {
  content: "\f1263";
}
.mdi-clipboard-check-multiple-outline::before {
  content: "\f1264";
}
.mdi-clipboard-check-outline::before {
  content: "\f08a8";
}
.mdi-clipboard-clock::before {
  content: "\f16e2";
}
.mdi-clipboard-clock-outline::before {
  content: "\f16e3";
}
.mdi-clipboard-edit::before {
  content: "\f14e5";
}
.mdi-clipboard-edit-outline::before {
  content: "\f14e6";
}
.mdi-clipboard-file::before {
  content: "\f1265";
}
.mdi-clipboard-file-outline::before {
  content: "\f1266";
}
.mdi-clipboard-flow::before {
  content: "\f06c8";
}
.mdi-clipboard-flow-outline::before {
  content: "\f1117";
}
.mdi-clipboard-list::before {
  content: "\f10d4";
}
.mdi-clipboard-list-outline::before {
  content: "\f10d5";
}
.mdi-clipboard-minus::before {
  content: "\f1618";
}
.mdi-clipboard-minus-outline::before {
  content: "\f1619";
}
.mdi-clipboard-multiple::before {
  content: "\f1267";
}
.mdi-clipboard-multiple-outline::before {
  content: "\f1268";
}
.mdi-clipboard-off::before {
  content: "\f161a";
}
.mdi-clipboard-off-outline::before {
  content: "\f161b";
}
.mdi-clipboard-outline::before {
  content: "\f014c";
}
.mdi-clipboard-play::before {
  content: "\f0c59";
}
.mdi-clipboard-play-multiple::before {
  content: "\f1269";
}
.mdi-clipboard-play-multiple-outline::before {
  content: "\f126a";
}
.mdi-clipboard-play-outline::before {
  content: "\f0c5a";
}
.mdi-clipboard-plus::before {
  content: "\f0751";
}
.mdi-clipboard-plus-outline::before {
  content: "\f131f";
}
.mdi-clipboard-pulse::before {
  content: "\f085d";
}
.mdi-clipboard-pulse-outline::before {
  content: "\f085e";
}
.mdi-clipboard-remove::before {
  content: "\f161c";
}
.mdi-clipboard-remove-outline::before {
  content: "\f161d";
}
.mdi-clipboard-search::before {
  content: "\f161e";
}
.mdi-clipboard-search-outline::before {
  content: "\f161f";
}
.mdi-clipboard-text::before {
  content: "\f014d";
}
.mdi-clipboard-text-clock::before {
  content: "\f18f9";
}
.mdi-clipboard-text-clock-outline::before {
  content: "\f18fa";
}
.mdi-clipboard-text-multiple::before {
  content: "\f126b";
}
.mdi-clipboard-text-multiple-outline::before {
  content: "\f126c";
}
.mdi-clipboard-text-off::before {
  content: "\f1620";
}
.mdi-clipboard-text-off-outline::before {
  content: "\f1621";
}
.mdi-clipboard-text-outline::before {
  content: "\f0a38";
}
.mdi-clipboard-text-play::before {
  content: "\f0c5b";
}
.mdi-clipboard-text-play-outline::before {
  content: "\f0c5c";
}
.mdi-clipboard-text-search::before {
  content: "\f1622";
}
.mdi-clipboard-text-search-outline::before {
  content: "\f1623";
}
.mdi-clippy::before {
  content: "\f014f";
}
.mdi-clock::before {
  content: "\f0954";
}
.mdi-clock-alert::before {
  content: "\f0955";
}
.mdi-clock-alert-outline::before {
  content: "\f05ce";
}
.mdi-clock-check::before {
  content: "\f0fa8";
}
.mdi-clock-check-outline::before {
  content: "\f0fa9";
}
.mdi-clock-digital::before {
  content: "\f0e97";
}
.mdi-clock-edit::before {
  content: "\f19ba";
}
.mdi-clock-edit-outline::before {
  content: "\f19bb";
}
.mdi-clock-end::before {
  content: "\f0151";
}
.mdi-clock-fast::before {
  content: "\f0152";
}
.mdi-clock-in::before {
  content: "\f0153";
}
.mdi-clock-minus::before {
  content: "\f1863";
}
.mdi-clock-minus-outline::before {
  content: "\f1864";
}
.mdi-clock-out::before {
  content: "\f0154";
}
.mdi-clock-outline::before {
  content: "\f0150";
}
.mdi-clock-plus::before {
  content: "\f1861";
}
.mdi-clock-plus-outline::before {
  content: "\f1862";
}
.mdi-clock-remove::before {
  content: "\f1865";
}
.mdi-clock-remove-outline::before {
  content: "\f1866";
}
.mdi-clock-start::before {
  content: "\f0155";
}
.mdi-clock-time-eight::before {
  content: "\f1446";
}
.mdi-clock-time-eight-outline::before {
  content: "\f1452";
}
.mdi-clock-time-eleven::before {
  content: "\f1449";
}
.mdi-clock-time-eleven-outline::before {
  content: "\f1455";
}
.mdi-clock-time-five::before {
  content: "\f1443";
}
.mdi-clock-time-five-outline::before {
  content: "\f144f";
}
.mdi-clock-time-four::before {
  content: "\f1442";
}
.mdi-clock-time-four-outline::before {
  content: "\f144e";
}
.mdi-clock-time-nine::before {
  content: "\f1447";
}
.mdi-clock-time-nine-outline::before {
  content: "\f1453";
}
.mdi-clock-time-one::before {
  content: "\f143f";
}
.mdi-clock-time-one-outline::before {
  content: "\f144b";
}
.mdi-clock-time-seven::before {
  content: "\f1445";
}
.mdi-clock-time-seven-outline::before {
  content: "\f1451";
}
.mdi-clock-time-six::before {
  content: "\f1444";
}
.mdi-clock-time-six-outline::before {
  content: "\f1450";
}
.mdi-clock-time-ten::before {
  content: "\f1448";
}
.mdi-clock-time-ten-outline::before {
  content: "\f1454";
}
.mdi-clock-time-three::before {
  content: "\f1441";
}
.mdi-clock-time-three-outline::before {
  content: "\f144d";
}
.mdi-clock-time-twelve::before {
  content: "\f144a";
}
.mdi-clock-time-twelve-outline::before {
  content: "\f1456";
}
.mdi-clock-time-two::before {
  content: "\f1440";
}
.mdi-clock-time-two-outline::before {
  content: "\f144c";
}
.mdi-close::before {
  content: "\f0156";
}
.mdi-close-box::before {
  content: "\f0157";
}
.mdi-close-box-multiple::before {
  content: "\f0c5d";
}
.mdi-close-box-multiple-outline::before {
  content: "\f0c5e";
}
.mdi-close-box-outline::before {
  content: "\f0158";
}
.mdi-close-circle::before {
  content: "\f0159";
}
.mdi-close-circle-multiple::before {
  content: "\f062a";
}
.mdi-close-circle-multiple-outline::before {
  content: "\f0883";
}
.mdi-close-circle-outline::before {
  content: "\f015a";
}
.mdi-close-network::before {
  content: "\f015b";
}
.mdi-close-network-outline::before {
  content: "\f0c5f";
}
.mdi-close-octagon::before {
  content: "\f015c";
}
.mdi-close-octagon-outline::before {
  content: "\f015d";
}
.mdi-close-outline::before {
  content: "\f06c9";
}
.mdi-close-thick::before {
  content: "\f1398";
}
.mdi-closed-caption::before {
  content: "\f015e";
}
.mdi-closed-caption-outline::before {
  content: "\f0dbd";
}
.mdi-cloud::before {
  content: "\f015f";
}
.mdi-cloud-alert::before {
  content: "\f09e0";
}
.mdi-cloud-alert-outline::before {
  content: "\f1be0";
}
.mdi-cloud-arrow-down::before {
  content: "\f1be1";
}
.mdi-cloud-arrow-down-outline::before {
  content: "\f1be2";
}
.mdi-cloud-arrow-left::before {
  content: "\f1be3";
}
.mdi-cloud-arrow-left-outline::before {
  content: "\f1be4";
}
.mdi-cloud-arrow-right::before {
  content: "\f1be5";
}
.mdi-cloud-arrow-right-outline::before {
  content: "\f1be6";
}
.mdi-cloud-arrow-up::before {
  content: "\f1be7";
}
.mdi-cloud-arrow-up-outline::before {
  content: "\f1be8";
}
.mdi-cloud-braces::before {
  content: "\f07b5";
}
.mdi-cloud-cancel::before {
  content: "\f1be9";
}
.mdi-cloud-cancel-outline::before {
  content: "\f1bea";
}
.mdi-cloud-check::before {
  content: "\f1beb";
}
.mdi-cloud-check-outline::before {
  content: "\f1bec";
}
.mdi-cloud-check-variant::before {
  content: "\f0160";
}
.mdi-cloud-check-variant-outline::before {
  content: "\f12cc";
}
.mdi-cloud-circle::before {
  content: "\f0161";
}
.mdi-cloud-circle-outline::before {
  content: "\f1bed";
}
.mdi-cloud-clock::before {
  content: "\f1bee";
}
.mdi-cloud-clock-outline::before {
  content: "\f1bef";
}
.mdi-cloud-cog::before {
  content: "\f1bf0";
}
.mdi-cloud-cog-outline::before {
  content: "\f1bf1";
}
.mdi-cloud-download::before {
  content: "\f0162";
}
.mdi-cloud-download-outline::before {
  content: "\f0b7d";
}
.mdi-cloud-lock::before {
  content: "\f11f1";
}
.mdi-cloud-lock-open::before {
  content: "\f1bf2";
}
.mdi-cloud-lock-open-outline::before {
  content: "\f1bf3";
}
.mdi-cloud-lock-outline::before {
  content: "\f11f2";
}
.mdi-cloud-minus::before {
  content: "\f1bf4";
}
.mdi-cloud-minus-outline::before {
  content: "\f1bf5";
}
.mdi-cloud-off::before {
  content: "\f1bf6";
}
.mdi-cloud-off-outline::before {
  content: "\f0164";
}
.mdi-cloud-outline::before {
  content: "\f0163";
}
.mdi-cloud-percent::before {
  content: "\f1a35";
}
.mdi-cloud-percent-outline::before {
  content: "\f1a36";
}
.mdi-cloud-plus::before {
  content: "\f1bf7";
}
.mdi-cloud-plus-outline::before {
  content: "\f1bf8";
}
.mdi-cloud-print::before {
  content: "\f0165";
}
.mdi-cloud-print-outline::before {
  content: "\f0166";
}
.mdi-cloud-question::before {
  content: "\f0a39";
}
.mdi-cloud-question-outline::before {
  content: "\f1bf9";
}
.mdi-cloud-refresh::before {
  content: "\f1bfa";
}
.mdi-cloud-refresh-outline::before {
  content: "\f1bfb";
}
.mdi-cloud-refresh-variant::before {
  content: "\f052a";
}
.mdi-cloud-refresh-variant-outline::before {
  content: "\f1bfc";
}
.mdi-cloud-remove::before {
  content: "\f1bfd";
}
.mdi-cloud-remove-outline::before {
  content: "\f1bfe";
}
.mdi-cloud-search::before {
  content: "\f0956";
}
.mdi-cloud-search-outline::before {
  content: "\f0957";
}
.mdi-cloud-sync::before {
  content: "\f063f";
}
.mdi-cloud-sync-outline::before {
  content: "\f12d6";
}
.mdi-cloud-tags::before {
  content: "\f07b6";
}
.mdi-cloud-upload::before {
  content: "\f0167";
}
.mdi-cloud-upload-outline::before {
  content: "\f0b7e";
}
.mdi-clouds::before {
  content: "\f1b95";
}
.mdi-clover::before {
  content: "\f0816";
}
.mdi-coach-lamp::before {
  content: "\f1020";
}
.mdi-coach-lamp-variant::before {
  content: "\f1a37";
}
.mdi-coat-rack::before {
  content: "\f109e";
}
.mdi-code-array::before {
  content: "\f0168";
}
.mdi-code-braces::before {
  content: "\f0169";
}
.mdi-code-braces-box::before {
  content: "\f10d6";
}
.mdi-code-brackets::before {
  content: "\f016a";
}
.mdi-code-equal::before {
  content: "\f016b";
}
.mdi-code-greater-than::before {
  content: "\f016c";
}
.mdi-code-greater-than-or-equal::before {
  content: "\f016d";
}
.mdi-code-json::before {
  content: "\f0626";
}
.mdi-code-less-than::before {
  content: "\f016e";
}
.mdi-code-less-than-or-equal::before {
  content: "\f016f";
}
.mdi-code-not-equal::before {
  content: "\f0170";
}
.mdi-code-not-equal-variant::before {
  content: "\f0171";
}
.mdi-code-parentheses::before {
  content: "\f0172";
}
.mdi-code-parentheses-box::before {
  content: "\f10d7";
}
.mdi-code-string::before {
  content: "\f0173";
}
.mdi-code-tags::before {
  content: "\f0174";
}
.mdi-code-tags-check::before {
  content: "\f0694";
}
.mdi-codepen::before {
  content: "\f0175";
}
.mdi-coffee::before {
  content: "\f0176";
}
.mdi-coffee-maker::before {
  content: "\f109f";
}
.mdi-coffee-maker-check::before {
  content: "\f1931";
}
.mdi-coffee-maker-check-outline::before {
  content: "\f1932";
}
.mdi-coffee-maker-outline::before {
  content: "\f181b";
}
.mdi-coffee-off::before {
  content: "\f0faa";
}
.mdi-coffee-off-outline::before {
  content: "\f0fab";
}
.mdi-coffee-outline::before {
  content: "\f06ca";
}
.mdi-coffee-to-go::before {
  content: "\f0177";
}
.mdi-coffee-to-go-outline::before {
  content: "\f130e";
}
.mdi-coffin::before {
  content: "\f0b7f";
}
.mdi-cog::before {
  content: "\f0493";
}
.mdi-cog-box::before {
  content: "\f0494";
}
.mdi-cog-clockwise::before {
  content: "\f11dd";
}
.mdi-cog-counterclockwise::before {
  content: "\f11de";
}
.mdi-cog-off::before {
  content: "\f13ce";
}
.mdi-cog-off-outline::before {
  content: "\f13cf";
}
.mdi-cog-outline::before {
  content: "\f08bb";
}
.mdi-cog-pause::before {
  content: "\f1933";
}
.mdi-cog-pause-outline::before {
  content: "\f1934";
}
.mdi-cog-play::before {
  content: "\f1935";
}
.mdi-cog-play-outline::before {
  content: "\f1936";
}
.mdi-cog-refresh::before {
  content: "\f145e";
}
.mdi-cog-refresh-outline::before {
  content: "\f145f";
}
.mdi-cog-stop::before {
  content: "\f1937";
}
.mdi-cog-stop-outline::before {
  content: "\f1938";
}
.mdi-cog-sync::before {
  content: "\f1460";
}
.mdi-cog-sync-outline::before {
  content: "\f1461";
}
.mdi-cog-transfer::before {
  content: "\f105b";
}
.mdi-cog-transfer-outline::before {
  content: "\f105c";
}
.mdi-cogs::before {
  content: "\f08d6";
}
.mdi-collage::before {
  content: "\f0640";
}
.mdi-collapse-all::before {
  content: "\f0aa6";
}
.mdi-collapse-all-outline::before {
  content: "\f0aa7";
}
.mdi-color-helper::before {
  content: "\f0179";
}
.mdi-comma::before {
  content: "\f0e23";
}
.mdi-comma-box::before {
  content: "\f0e2b";
}
.mdi-comma-box-outline::before {
  content: "\f0e24";
}
.mdi-comma-circle::before {
  content: "\f0e25";
}
.mdi-comma-circle-outline::before {
  content: "\f0e26";
}
.mdi-comment::before {
  content: "\f017a";
}
.mdi-comment-account::before {
  content: "\f017b";
}
.mdi-comment-account-outline::before {
  content: "\f017c";
}
.mdi-comment-alert::before {
  content: "\f017d";
}
.mdi-comment-alert-outline::before {
  content: "\f017e";
}
.mdi-comment-arrow-left::before {
  content: "\f09e1";
}
.mdi-comment-arrow-left-outline::before {
  content: "\f09e2";
}
.mdi-comment-arrow-right::before {
  content: "\f09e3";
}
.mdi-comment-arrow-right-outline::before {
  content: "\f09e4";
}
.mdi-comment-bookmark::before {
  content: "\f15ae";
}
.mdi-comment-bookmark-outline::before {
  content: "\f15af";
}
.mdi-comment-check::before {
  content: "\f017f";
}
.mdi-comment-check-outline::before {
  content: "\f0180";
}
.mdi-comment-edit::before {
  content: "\f11bf";
}
.mdi-comment-edit-outline::before {
  content: "\f12c4";
}
.mdi-comment-eye::before {
  content: "\f0a3a";
}
.mdi-comment-eye-outline::before {
  content: "\f0a3b";
}
.mdi-comment-flash::before {
  content: "\f15b0";
}
.mdi-comment-flash-outline::before {
  content: "\f15b1";
}
.mdi-comment-minus::before {
  content: "\f15df";
}
.mdi-comment-minus-outline::before {
  content: "\f15e0";
}
.mdi-comment-multiple::before {
  content: "\f085f";
}
.mdi-comment-multiple-outline::before {
  content: "\f0181";
}
.mdi-comment-off::before {
  content: "\f15e1";
}
.mdi-comment-off-outline::before {
  content: "\f15e2";
}
.mdi-comment-outline::before {
  content: "\f0182";
}
.mdi-comment-plus::before {
  content: "\f09e5";
}
.mdi-comment-plus-outline::before {
  content: "\f0183";
}
.mdi-comment-processing::before {
  content: "\f0184";
}
.mdi-comment-processing-outline::before {
  content: "\f0185";
}
.mdi-comment-question::before {
  content: "\f0817";
}
.mdi-comment-question-outline::before {
  content: "\f0186";
}
.mdi-comment-quote::before {
  content: "\f1021";
}
.mdi-comment-quote-outline::before {
  content: "\f1022";
}
.mdi-comment-remove::before {
  content: "\f05de";
}
.mdi-comment-remove-outline::before {
  content: "\f0187";
}
.mdi-comment-search::before {
  content: "\f0a3c";
}
.mdi-comment-search-outline::before {
  content: "\f0a3d";
}
.mdi-comment-text::before {
  content: "\f0188";
}
.mdi-comment-text-multiple::before {
  content: "\f0860";
}
.mdi-comment-text-multiple-outline::before {
  content: "\f0861";
}
.mdi-comment-text-outline::before {
  content: "\f0189";
}
.mdi-compare::before {
  content: "\f018a";
}
.mdi-compare-horizontal::before {
  content: "\f1492";
}
.mdi-compare-remove::before {
  content: "\f18b3";
}
.mdi-compare-vertical::before {
  content: "\f1493";
}
.mdi-compass::before {
  content: "\f018b";
}
.mdi-compass-off::before {
  content: "\f0b80";
}
.mdi-compass-off-outline::before {
  content: "\f0b81";
}
.mdi-compass-outline::before {
  content: "\f018c";
}
.mdi-compass-rose::before {
  content: "\f1382";
}
.mdi-compost::before {
  content: "\f1a38";
}
.mdi-cone::before {
  content: "\f194c";
}
.mdi-cone-off::before {
  content: "\f194d";
}
.mdi-connection::before {
  content: "\f1616";
}
.mdi-console::before {
  content: "\f018d";
}
.mdi-console-line::before {
  content: "\f07b7";
}
.mdi-console-network::before {
  content: "\f08a9";
}
.mdi-console-network-outline::before {
  content: "\f0c60";
}
.mdi-consolidate::before {
  content: "\f10d8";
}
.mdi-contactless-payment::before {
  content: "\f0d6a";
}
.mdi-contactless-payment-circle::before {
  content: "\f0321";
}
.mdi-contactless-payment-circle-outline::before {
  content: "\f0408";
}
.mdi-contacts::before {
  content: "\f06cb";
}
.mdi-contacts-outline::before {
  content: "\f05b8";
}
.mdi-contain::before {
  content: "\f0a3e";
}
.mdi-contain-end::before {
  content: "\f0a3f";
}
.mdi-contain-start::before {
  content: "\f0a40";
}
.mdi-content-copy::before {
  content: "\f018f";
}
.mdi-content-cut::before {
  content: "\f0190";
}
.mdi-content-duplicate::before {
  content: "\f0191";
}
.mdi-content-paste::before {
  content: "\f0192";
}
.mdi-content-save::before {
  content: "\f0193";
}
.mdi-content-save-alert::before {
  content: "\f0f42";
}
.mdi-content-save-alert-outline::before {
  content: "\f0f43";
}
.mdi-content-save-all::before {
  content: "\f0194";
}
.mdi-content-save-all-outline::before {
  content: "\f0f44";
}
.mdi-content-save-check::before {
  content: "\f18ea";
}
.mdi-content-save-check-outline::before {
  content: "\f18eb";
}
.mdi-content-save-cog::before {
  content: "\f145b";
}
.mdi-content-save-cog-outline::before {
  content: "\f145c";
}
.mdi-content-save-edit::before {
  content: "\f0cfb";
}
.mdi-content-save-edit-outline::before {
  content: "\f0cfc";
}
.mdi-content-save-minus::before {
  content: "\f1b43";
}
.mdi-content-save-minus-outline::before {
  content: "\f1b44";
}
.mdi-content-save-move::before {
  content: "\f0e27";
}
.mdi-content-save-move-outline::before {
  content: "\f0e28";
}
.mdi-content-save-off::before {
  content: "\f1643";
}
.mdi-content-save-off-outline::before {
  content: "\f1644";
}
.mdi-content-save-outline::before {
  content: "\f0818";
}
.mdi-content-save-plus::before {
  content: "\f1b41";
}
.mdi-content-save-plus-outline::before {
  content: "\f1b42";
}
.mdi-content-save-settings::before {
  content: "\f061b";
}
.mdi-content-save-settings-outline::before {
  content: "\f0b2e";
}
.mdi-contrast::before {
  content: "\f0195";
}
.mdi-contrast-box::before {
  content: "\f0196";
}
.mdi-contrast-circle::before {
  content: "\f0197";
}
.mdi-controller::before {
  content: "\f02b4";
}
.mdi-controller-classic::before {
  content: "\f0b82";
}
.mdi-controller-classic-outline::before {
  content: "\f0b83";
}
.mdi-controller-off::before {
  content: "\f02b5";
}
.mdi-cookie::before {
  content: "\f0198";
}
.mdi-cookie-alert::before {
  content: "\f16d0";
}
.mdi-cookie-alert-outline::before {
  content: "\f16d1";
}
.mdi-cookie-check::before {
  content: "\f16d2";
}
.mdi-cookie-check-outline::before {
  content: "\f16d3";
}
.mdi-cookie-clock::before {
  content: "\f16e4";
}
.mdi-cookie-clock-outline::before {
  content: "\f16e5";
}
.mdi-cookie-cog::before {
  content: "\f16d4";
}
.mdi-cookie-cog-outline::before {
  content: "\f16d5";
}
.mdi-cookie-edit::before {
  content: "\f16e6";
}
.mdi-cookie-edit-outline::before {
  content: "\f16e7";
}
.mdi-cookie-lock::before {
  content: "\f16e8";
}
.mdi-cookie-lock-outline::before {
  content: "\f16e9";
}
.mdi-cookie-minus::before {
  content: "\f16da";
}
.mdi-cookie-minus-outline::before {
  content: "\f16db";
}
.mdi-cookie-off::before {
  content: "\f16ea";
}
.mdi-cookie-off-outline::before {
  content: "\f16eb";
}
.mdi-cookie-outline::before {
  content: "\f16de";
}
.mdi-cookie-plus::before {
  content: "\f16d6";
}
.mdi-cookie-plus-outline::before {
  content: "\f16d7";
}
.mdi-cookie-refresh::before {
  content: "\f16ec";
}
.mdi-cookie-refresh-outline::before {
  content: "\f16ed";
}
.mdi-cookie-remove::before {
  content: "\f16d8";
}
.mdi-cookie-remove-outline::before {
  content: "\f16d9";
}
.mdi-cookie-settings::before {
  content: "\f16dc";
}
.mdi-cookie-settings-outline::before {
  content: "\f16dd";
}
.mdi-coolant-temperature::before {
  content: "\f03c8";
}
.mdi-copyleft::before {
  content: "\f1939";
}
.mdi-copyright::before {
  content: "\f05e6";
}
.mdi-cordova::before {
  content: "\f0958";
}
.mdi-corn::before {
  content: "\f07b8";
}
.mdi-corn-off::before {
  content: "\f13ef";
}
.mdi-cosine-wave::before {
  content: "\f1479";
}
.mdi-counter::before {
  content: "\f0199";
}
.mdi-countertop::before {
  content: "\f181c";
}
.mdi-countertop-outline::before {
  content: "\f181d";
}
.mdi-cow::before {
  content: "\f019a";
}
.mdi-cow-off::before {
  content: "\f18fc";
}
.mdi-cpu-32-bit::before {
  content: "\f0edf";
}
.mdi-cpu-64-bit::before {
  content: "\f0ee0";
}
.mdi-cradle::before {
  content: "\f198b";
}
.mdi-cradle-outline::before {
  content: "\f1991";
}
.mdi-crane::before {
  content: "\f0862";
}
.mdi-creation::before {
  content: "\f0674";
}
.mdi-creative-commons::before {
  content: "\f0d6b";
}
.mdi-credit-card::before {
  content: "\f0fef";
}
.mdi-credit-card-check::before {
  content: "\f13d0";
}
.mdi-credit-card-check-outline::before {
  content: "\f13d1";
}
.mdi-credit-card-chip::before {
  content: "\f190f";
}
.mdi-credit-card-chip-outline::before {
  content: "\f1910";
}
.mdi-credit-card-clock::before {
  content: "\f0ee1";
}
.mdi-credit-card-clock-outline::before {
  content: "\f0ee2";
}
.mdi-credit-card-edit::before {
  content: "\f17d7";
}
.mdi-credit-card-edit-outline::before {
  content: "\f17d8";
}
.mdi-credit-card-fast::before {
  content: "\f1911";
}
.mdi-credit-card-fast-outline::before {
  content: "\f1912";
}
.mdi-credit-card-lock::before {
  content: "\f18e7";
}
.mdi-credit-card-lock-outline::before {
  content: "\f18e8";
}
.mdi-credit-card-marker::before {
  content: "\f06a8";
}
.mdi-credit-card-marker-outline::before {
  content: "\f0dbe";
}
.mdi-credit-card-minus::before {
  content: "\f0fac";
}
.mdi-credit-card-minus-outline::before {
  content: "\f0fad";
}
.mdi-credit-card-multiple::before {
  content: "\f0ff0";
}
.mdi-credit-card-multiple-outline::before {
  content: "\f019c";
}
.mdi-credit-card-off::before {
  content: "\f0ff1";
}
.mdi-credit-card-off-outline::before {
  content: "\f05e4";
}
.mdi-credit-card-outline::before {
  content: "\f019b";
}
.mdi-credit-card-plus::before {
  content: "\f0ff2";
}
.mdi-credit-card-plus-outline::before {
  content: "\f0676";
}
.mdi-credit-card-refresh::before {
  content: "\f1645";
}
.mdi-credit-card-refresh-outline::before {
  content: "\f1646";
}
.mdi-credit-card-refund::before {
  content: "\f0ff3";
}
.mdi-credit-card-refund-outline::before {
  content: "\f0aa8";
}
.mdi-credit-card-remove::before {
  content: "\f0fae";
}
.mdi-credit-card-remove-outline::before {
  content: "\f0faf";
}
.mdi-credit-card-scan::before {
  content: "\f0ff4";
}
.mdi-credit-card-scan-outline::before {
  content: "\f019d";
}
.mdi-credit-card-search::before {
  content: "\f1647";
}
.mdi-credit-card-search-outline::before {
  content: "\f1648";
}
.mdi-credit-card-settings::before {
  content: "\f0ff5";
}
.mdi-credit-card-settings-outline::before {
  content: "\f08d7";
}
.mdi-credit-card-sync::before {
  content: "\f1649";
}
.mdi-credit-card-sync-outline::before {
  content: "\f164a";
}
.mdi-credit-card-wireless::before {
  content: "\f0802";
}
.mdi-credit-card-wireless-off::before {
  content: "\f057a";
}
.mdi-credit-card-wireless-off-outline::before {
  content: "\f057b";
}
.mdi-credit-card-wireless-outline::before {
  content: "\f0d6c";
}
.mdi-cricket::before {
  content: "\f0d6d";
}
.mdi-crop::before {
  content: "\f019e";
}
.mdi-crop-free::before {
  content: "\f019f";
}
.mdi-crop-landscape::before {
  content: "\f01a0";
}
.mdi-crop-portrait::before {
  content: "\f01a1";
}
.mdi-crop-rotate::before {
  content: "\f0696";
}
.mdi-crop-square::before {
  content: "\f01a2";
}
.mdi-cross::before {
  content: "\f0953";
}
.mdi-cross-bolnisi::before {
  content: "\f0ced";
}
.mdi-cross-celtic::before {
  content: "\f0cf5";
}
.mdi-cross-outline::before {
  content: "\f0cf6";
}
.mdi-crosshairs::before {
  content: "\f01a3";
}
.mdi-crosshairs-gps::before {
  content: "\f01a4";
}
.mdi-crosshairs-off::before {
  content: "\f0f45";
}
.mdi-crosshairs-question::before {
  content: "\f1136";
}
.mdi-crowd::before {
  content: "\f1975";
}
.mdi-crown::before {
  content: "\f01a5";
}
.mdi-crown-circle::before {
  content: "\f17dc";
}
.mdi-crown-circle-outline::before {
  content: "\f17dd";
}
.mdi-crown-outline::before {
  content: "\f11d0";
}
.mdi-cryengine::before {
  content: "\f0959";
}
.mdi-crystal-ball::before {
  content: "\f0b2f";
}
.mdi-cube::before {
  content: "\f01a6";
}
.mdi-cube-off::before {
  content: "\f141c";
}
.mdi-cube-off-outline::before {
  content: "\f141d";
}
.mdi-cube-outline::before {
  content: "\f01a7";
}
.mdi-cube-scan::before {
  content: "\f0b84";
}
.mdi-cube-send::before {
  content: "\f01a8";
}
.mdi-cube-unfolded::before {
  content: "\f01a9";
}
.mdi-cup::before {
  content: "\f01aa";
}
.mdi-cup-off::before {
  content: "\f05e5";
}
.mdi-cup-off-outline::before {
  content: "\f137d";
}
.mdi-cup-outline::before {
  content: "\f130f";
}
.mdi-cup-water::before {
  content: "\f01ab";
}
.mdi-cupboard::before {
  content: "\f0f46";
}
.mdi-cupboard-outline::before {
  content: "\f0f47";
}
.mdi-cupcake::before {
  content: "\f095a";
}
.mdi-curling::before {
  content: "\f0863";
}
.mdi-currency-bdt::before {
  content: "\f0864";
}
.mdi-currency-brl::before {
  content: "\f0b85";
}
.mdi-currency-btc::before {
  content: "\f01ac";
}
.mdi-currency-cny::before {
  content: "\f07ba";
}
.mdi-currency-eth::before {
  content: "\f07bb";
}
.mdi-currency-eur::before {
  content: "\f01ad";
}
.mdi-currency-eur-off::before {
  content: "\f1315";
}
.mdi-currency-fra::before {
  content: "\f1a39";
}
.mdi-currency-gbp::before {
  content: "\f01ae";
}
.mdi-currency-ils::before {
  content: "\f0c61";
}
.mdi-currency-inr::before {
  content: "\f01af";
}
.mdi-currency-jpy::before {
  content: "\f07bc";
}
.mdi-currency-krw::before {
  content: "\f07bd";
}
.mdi-currency-kzt::before {
  content: "\f0865";
}
.mdi-currency-mnt::before {
  content: "\f1512";
}
.mdi-currency-ngn::before {
  content: "\f01b0";
}
.mdi-currency-php::before {
  content: "\f09e6";
}
.mdi-currency-rial::before {
  content: "\f0e9c";
}
.mdi-currency-rub::before {
  content: "\f01b1";
}
.mdi-currency-rupee::before {
  content: "\f1976";
}
.mdi-currency-sign::before {
  content: "\f07be";
}
.mdi-currency-thb::before {
  content: "\f1c05";
}
.mdi-currency-try::before {
  content: "\f01b2";
}
.mdi-currency-twd::before {
  content: "\f07bf";
}
.mdi-currency-uah::before {
  content: "\f1b9b";
}
.mdi-currency-usd::before {
  content: "\f01c1";
}
.mdi-currency-usd-off::before {
  content: "\f067a";
}
.mdi-current-ac::before {
  content: "\f1480";
}
.mdi-current-dc::before {
  content: "\f095c";
}
.mdi-cursor-default::before {
  content: "\f01c0";
}
.mdi-cursor-default-click::before {
  content: "\f0cfd";
}
.mdi-cursor-default-click-outline::before {
  content: "\f0cfe";
}
.mdi-cursor-default-gesture::before {
  content: "\f1127";
}
.mdi-cursor-default-gesture-outline::before {
  content: "\f1128";
}
.mdi-cursor-default-outline::before {
  content: "\f01bf";
}
.mdi-cursor-move::before {
  content: "\f01be";
}
.mdi-cursor-pointer::before {
  content: "\f01bd";
}
.mdi-cursor-text::before {
  content: "\f05e7";
}
.mdi-curtains::before {
  content: "\f1846";
}
.mdi-curtains-closed::before {
  content: "\f1847";
}
.mdi-cylinder::before {
  content: "\f194e";
}
.mdi-cylinder-off::before {
  content: "\f194f";
}
.mdi-dance-ballroom::before {
  content: "\f15fb";
}
.mdi-dance-pole::before {
  content: "\f1578";
}
.mdi-data-matrix::before {
  content: "\f153c";
}
.mdi-data-matrix-edit::before {
  content: "\f153d";
}
.mdi-data-matrix-minus::before {
  content: "\f153e";
}
.mdi-data-matrix-plus::before {
  content: "\f153f";
}
.mdi-data-matrix-remove::before {
  content: "\f1540";
}
.mdi-data-matrix-scan::before {
  content: "\f1541";
}
.mdi-database::before {
  content: "\f01bc";
}
.mdi-database-alert::before {
  content: "\f163a";
}
.mdi-database-alert-outline::before {
  content: "\f1624";
}
.mdi-database-arrow-down::before {
  content: "\f163b";
}
.mdi-database-arrow-down-outline::before {
  content: "\f1625";
}
.mdi-database-arrow-left::before {
  content: "\f163c";
}
.mdi-database-arrow-left-outline::before {
  content: "\f1626";
}
.mdi-database-arrow-right::before {
  content: "\f163d";
}
.mdi-database-arrow-right-outline::before {
  content: "\f1627";
}
.mdi-database-arrow-up::before {
  content: "\f163e";
}
.mdi-database-arrow-up-outline::before {
  content: "\f1628";
}
.mdi-database-check::before {
  content: "\f0aa9";
}
.mdi-database-check-outline::before {
  content: "\f1629";
}
.mdi-database-clock::before {
  content: "\f163f";
}
.mdi-database-clock-outline::before {
  content: "\f162a";
}
.mdi-database-cog::before {
  content: "\f164b";
}
.mdi-database-cog-outline::before {
  content: "\f164c";
}
.mdi-database-edit::before {
  content: "\f0b86";
}
.mdi-database-edit-outline::before {
  content: "\f162b";
}
.mdi-database-export::before {
  content: "\f095e";
}
.mdi-database-export-outline::before {
  content: "\f162c";
}
.mdi-database-eye::before {
  content: "\f191f";
}
.mdi-database-eye-off::before {
  content: "\f1920";
}
.mdi-database-eye-off-outline::before {
  content: "\f1921";
}
.mdi-database-eye-outline::before {
  content: "\f1922";
}
.mdi-database-import::before {
  content: "\f095d";
}
.mdi-database-import-outline::before {
  content: "\f162d";
}
.mdi-database-lock::before {
  content: "\f0aaa";
}
.mdi-database-lock-outline::before {
  content: "\f162e";
}
.mdi-database-marker::before {
  content: "\f12f6";
}
.mdi-database-marker-outline::before {
  content: "\f162f";
}
.mdi-database-minus::before {
  content: "\f01bb";
}
.mdi-database-minus-outline::before {
  content: "\f1630";
}
.mdi-database-off::before {
  content: "\f1640";
}
.mdi-database-off-outline::before {
  content: "\f1631";
}
.mdi-database-outline::before {
  content: "\f1632";
}
.mdi-database-plus::before {
  content: "\f01ba";
}
.mdi-database-plus-outline::before {
  content: "\f1633";
}
.mdi-database-refresh::before {
  content: "\f05c2";
}
.mdi-database-refresh-outline::before {
  content: "\f1634";
}
.mdi-database-remove::before {
  content: "\f0d00";
}
.mdi-database-remove-outline::before {
  content: "\f1635";
}
.mdi-database-search::before {
  content: "\f0866";
}
.mdi-database-search-outline::before {
  content: "\f1636";
}
.mdi-database-settings::before {
  content: "\f0d01";
}
.mdi-database-settings-outline::before {
  content: "\f1637";
}
.mdi-database-sync::before {
  content: "\f0cff";
}
.mdi-database-sync-outline::before {
  content: "\f1638";
}
.mdi-death-star::before {
  content: "\f08d8";
}
.mdi-death-star-variant::before {
  content: "\f08d9";
}
.mdi-deathly-hallows::before {
  content: "\f0b87";
}
.mdi-debian::before {
  content: "\f08da";
}
.mdi-debug-step-into::before {
  content: "\f01b9";
}
.mdi-debug-step-out::before {
  content: "\f01b8";
}
.mdi-debug-step-over::before {
  content: "\f01b7";
}
.mdi-decagram::before {
  content: "\f076c";
}
.mdi-decagram-outline::before {
  content: "\f076d";
}
.mdi-decimal::before {
  content: "\f10a1";
}
.mdi-decimal-comma::before {
  content: "\f10a2";
}
.mdi-decimal-comma-decrease::before {
  content: "\f10a3";
}
.mdi-decimal-comma-increase::before {
  content: "\f10a4";
}
.mdi-decimal-decrease::before {
  content: "\f01b6";
}
.mdi-decimal-increase::before {
  content: "\f01b5";
}
.mdi-delete::before {
  content: "\f01b4";
}
.mdi-delete-alert::before {
  content: "\f10a5";
}
.mdi-delete-alert-outline::before {
  content: "\f10a6";
}
.mdi-delete-circle::before {
  content: "\f0683";
}
.mdi-delete-circle-outline::before {
  content: "\f0b88";
}
.mdi-delete-clock::before {
  content: "\f1556";
}
.mdi-delete-clock-outline::before {
  content: "\f1557";
}
.mdi-delete-empty::before {
  content: "\f06cc";
}
.mdi-delete-empty-outline::before {
  content: "\f0e9d";
}
.mdi-delete-forever::before {
  content: "\f05e8";
}
.mdi-delete-forever-outline::before {
  content: "\f0b89";
}
.mdi-delete-off::before {
  content: "\f10a7";
}
.mdi-delete-off-outline::before {
  content: "\f10a8";
}
.mdi-delete-outline::before {
  content: "\f09e7";
}
.mdi-delete-restore::before {
  content: "\f0819";
}
.mdi-delete-sweep::before {
  content: "\f05e9";
}
.mdi-delete-sweep-outline::before {
  content: "\f0c62";
}
.mdi-delete-variant::before {
  content: "\f01b3";
}
.mdi-delta::before {
  content: "\f01c2";
}
.mdi-desk::before {
  content: "\f1239";
}
.mdi-desk-lamp::before {
  content: "\f095f";
}
.mdi-desk-lamp-off::before {
  content: "\f1b1f";
}
.mdi-desk-lamp-on::before {
  content: "\f1b20";
}
.mdi-deskphone::before {
  content: "\f01c3";
}
.mdi-desktop-classic::before {
  content: "\f07c0";
}
.mdi-desktop-tower::before {
  content: "\f01c5";
}
.mdi-desktop-tower-monitor::before {
  content: "\f0aab";
}
.mdi-details::before {
  content: "\f01c6";
}
.mdi-dev-to::before {
  content: "\f0d6e";
}
.mdi-developer-board::before {
  content: "\f0697";
}
.mdi-deviantart::before {
  content: "\f01c7";
}
.mdi-devices::before {
  content: "\f0fb0";
}
.mdi-dharmachakra::before {
  content: "\f094b";
}
.mdi-diabetes::before {
  content: "\f1126";
}
.mdi-dialpad::before {
  content: "\f061c";
}
.mdi-diameter::before {
  content: "\f0c63";
}
.mdi-diameter-outline::before {
  content: "\f0c64";
}
.mdi-diameter-variant::before {
  content: "\f0c65";
}
.mdi-diamond::before {
  content: "\f0b8a";
}
.mdi-diamond-outline::before {
  content: "\f0b8b";
}
.mdi-diamond-stone::before {
  content: "\f01c8";
}
.mdi-dice-1::before {
  content: "\f01ca";
}
.mdi-dice-1-outline::before {
  content: "\f114a";
}
.mdi-dice-2::before {
  content: "\f01cb";
}
.mdi-dice-2-outline::before {
  content: "\f114b";
}
.mdi-dice-3::before {
  content: "\f01cc";
}
.mdi-dice-3-outline::before {
  content: "\f114c";
}
.mdi-dice-4::before {
  content: "\f01cd";
}
.mdi-dice-4-outline::before {
  content: "\f114d";
}
.mdi-dice-5::before {
  content: "\f01ce";
}
.mdi-dice-5-outline::before {
  content: "\f114e";
}
.mdi-dice-6::before {
  content: "\f01cf";
}
.mdi-dice-6-outline::before {
  content: "\f114f";
}
.mdi-dice-d10::before {
  content: "\f1153";
}
.mdi-dice-d10-outline::before {
  content: "\f076f";
}
.mdi-dice-d12::before {
  content: "\f1154";
}
.mdi-dice-d12-outline::before {
  content: "\f0867";
}
.mdi-dice-d20::before {
  content: "\f1155";
}
.mdi-dice-d20-outline::before {
  content: "\f05ea";
}
.mdi-dice-d4::before {
  content: "\f1150";
}
.mdi-dice-d4-outline::before {
  content: "\f05eb";
}
.mdi-dice-d6::before {
  content: "\f1151";
}
.mdi-dice-d6-outline::before {
  content: "\f05ed";
}
.mdi-dice-d8::before {
  content: "\f1152";
}
.mdi-dice-d8-outline::before {
  content: "\f05ec";
}
.mdi-dice-multiple::before {
  content: "\f076e";
}
.mdi-dice-multiple-outline::before {
  content: "\f1156";
}
.mdi-digital-ocean::before {
  content: "\f1237";
}
.mdi-dip-switch::before {
  content: "\f07c1";
}
.mdi-directions::before {
  content: "\f01d0";
}
.mdi-directions-fork::before {
  content: "\f0641";
}
.mdi-disc::before {
  content: "\f05ee";
}
.mdi-disc-alert::before {
  content: "\f01d1";
}
.mdi-disc-player::before {
  content: "\f0960";
}
.mdi-dishwasher::before {
  content: "\f0aac";
}
.mdi-dishwasher-alert::before {
  content: "\f11b8";
}
.mdi-dishwasher-off::before {
  content: "\f11b9";
}
.mdi-disqus::before {
  content: "\f01d2";
}
.mdi-distribute-horizontal-center::before {
  content: "\f11c9";
}
.mdi-distribute-horizontal-left::before {
  content: "\f11c8";
}
.mdi-distribute-horizontal-right::before {
  content: "\f11ca";
}
.mdi-distribute-vertical-bottom::before {
  content: "\f11cb";
}
.mdi-distribute-vertical-center::before {
  content: "\f11cc";
}
.mdi-distribute-vertical-top::before {
  content: "\f11cd";
}
.mdi-diversify::before {
  content: "\f1877";
}
.mdi-diving::before {
  content: "\f1977";
}
.mdi-diving-flippers::before {
  content: "\f0dbf";
}
.mdi-diving-helmet::before {
  content: "\f0dc0";
}
.mdi-diving-scuba::before {
  content: "\f1b77";
}
.mdi-diving-scuba-flag::before {
  content: "\f0dc2";
}
.mdi-diving-scuba-mask::before {
  content: "\f0dc1";
}
.mdi-diving-scuba-tank::before {
  content: "\f0dc3";
}
.mdi-diving-scuba-tank-multiple::before {
  content: "\f0dc4";
}
.mdi-diving-snorkel::before {
  content: "\f0dc5";
}
.mdi-division::before {
  content: "\f01d4";
}
.mdi-division-box::before {
  content: "\f01d5";
}
.mdi-dlna::before {
  content: "\f0a41";
}
.mdi-dna::before {
  content: "\f0684";
}
.mdi-dns::before {
  content: "\f01d6";
}
.mdi-dns-outline::before {
  content: "\f0b8c";
}
.mdi-dock-bottom::before {
  content: "\f10a9";
}
.mdi-dock-left::before {
  content: "\f10aa";
}
.mdi-dock-right::before {
  content: "\f10ab";
}
.mdi-dock-top::before {
  content: "\f1513";
}
.mdi-dock-window::before {
  content: "\f10ac";
}
.mdi-docker::before {
  content: "\f0868";
}
.mdi-doctor::before {
  content: "\f0a42";
}
.mdi-dog::before {
  content: "\f0a43";
}
.mdi-dog-service::before {
  content: "\f0aad";
}
.mdi-dog-side::before {
  content: "\f0a44";
}
.mdi-dog-side-off::before {
  content: "\f16ee";
}
.mdi-dolby::before {
  content: "\f06b3";
}
.mdi-dolly::before {
  content: "\f0e9e";
}
.mdi-dolphin::before {
  content: "\f18b4";
}
.mdi-domain::before {
  content: "\f01d7";
}
.mdi-domain-off::before {
  content: "\f0d6f";
}
.mdi-domain-plus::before {
  content: "\f10ad";
}
.mdi-domain-remove::before {
  content: "\f10ae";
}
.mdi-dome-light::before {
  content: "\f141e";
}
.mdi-domino-mask::before {
  content: "\f1023";
}
.mdi-donkey::before {
  content: "\f07c2";
}
.mdi-door::before {
  content: "\f081a";
}
.mdi-door-closed::before {
  content: "\f081b";
}
.mdi-door-closed-lock::before {
  content: "\f10af";
}
.mdi-door-open::before {
  content: "\f081c";
}
.mdi-door-sliding::before {
  content: "\f181e";
}
.mdi-door-sliding-lock::before {
  content: "\f181f";
}
.mdi-door-sliding-open::before {
  content: "\f1820";
}
.mdi-doorbell::before {
  content: "\f12e6";
}
.mdi-doorbell-video::before {
  content: "\f0869";
}
.mdi-dot-net::before {
  content: "\f0aae";
}
.mdi-dots-circle::before {
  content: "\f1978";
}
.mdi-dots-grid::before {
  content: "\f15fc";
}
.mdi-dots-hexagon::before {
  content: "\f15ff";
}
.mdi-dots-horizontal::before {
  content: "\f01d8";
}
.mdi-dots-horizontal-circle::before {
  content: "\f07c3";
}
.mdi-dots-horizontal-circle-outline::before {
  content: "\f0b8d";
}
.mdi-dots-square::before {
  content: "\f15fd";
}
.mdi-dots-triangle::before {
  content: "\f15fe";
}
.mdi-dots-vertical::before {
  content: "\f01d9";
}
.mdi-dots-vertical-circle::before {
  content: "\f07c4";
}
.mdi-dots-vertical-circle-outline::before {
  content: "\f0b8e";
}
.mdi-download::before {
  content: "\f01da";
}
.mdi-download-box::before {
  content: "\f1462";
}
.mdi-download-box-outline::before {
  content: "\f1463";
}
.mdi-download-circle::before {
  content: "\f1464";
}
.mdi-download-circle-outline::before {
  content: "\f1465";
}
.mdi-download-lock::before {
  content: "\f1320";
}
.mdi-download-lock-outline::before {
  content: "\f1321";
}
.mdi-download-multiple::before {
  content: "\f09e9";
}
.mdi-download-network::before {
  content: "\f06f4";
}
.mdi-download-network-outline::before {
  content: "\f0c66";
}
.mdi-download-off::before {
  content: "\f10b0";
}
.mdi-download-off-outline::before {
  content: "\f10b1";
}
.mdi-download-outline::before {
  content: "\f0b8f";
}
.mdi-drag::before {
  content: "\f01db";
}
.mdi-drag-horizontal::before {
  content: "\f01dc";
}
.mdi-drag-horizontal-variant::before {
  content: "\f12f0";
}
.mdi-drag-variant::before {
  content: "\f0b90";
}
.mdi-drag-vertical::before {
  content: "\f01dd";
}
.mdi-drag-vertical-variant::before {
  content: "\f12f1";
}
.mdi-drama-masks::before {
  content: "\f0d02";
}
.mdi-draw::before {
  content: "\f0f49";
}
.mdi-draw-pen::before {
  content: "\f19b9";
}
.mdi-drawing::before {
  content: "\f01de";
}
.mdi-drawing-box::before {
  content: "\f01df";
}
.mdi-dresser::before {
  content: "\f0f4a";
}
.mdi-dresser-outline::before {
  content: "\f0f4b";
}
.mdi-drone::before {
  content: "\f01e2";
}
.mdi-dropbox::before {
  content: "\f01e3";
}
.mdi-drupal::before {
  content: "\f01e4";
}
.mdi-duck::before {
  content: "\f01e5";
}
.mdi-dumbbell::before {
  content: "\f01e6";
}
.mdi-dump-truck::before {
  content: "\f0c67";
}
.mdi-ear-hearing::before {
  content: "\f07c5";
}
.mdi-ear-hearing-loop::before {
  content: "\f1aee";
}
.mdi-ear-hearing-off::before {
  content: "\f0a45";
}
.mdi-earbuds::before {
  content: "\f184f";
}
.mdi-earbuds-off::before {
  content: "\f1850";
}
.mdi-earbuds-off-outline::before {
  content: "\f1851";
}
.mdi-earbuds-outline::before {
  content: "\f1852";
}
.mdi-earth::before {
  content: "\f01e7";
}
.mdi-earth-arrow-right::before {
  content: "\f1311";
}
.mdi-earth-box::before {
  content: "\f06cd";
}
.mdi-earth-box-minus::before {
  content: "\f1407";
}
.mdi-earth-box-off::before {
  content: "\f06ce";
}
.mdi-earth-box-plus::before {
  content: "\f1406";
}
.mdi-earth-box-remove::before {
  content: "\f1408";
}
.mdi-earth-minus::before {
  content: "\f1404";
}
.mdi-earth-off::before {
  content: "\f01e8";
}
.mdi-earth-plus::before {
  content: "\f1403";
}
.mdi-earth-remove::before {
  content: "\f1405";
}
.mdi-egg::before {
  content: "\f0aaf";
}
.mdi-egg-easter::before {
  content: "\f0ab0";
}
.mdi-egg-fried::before {
  content: "\f184a";
}
.mdi-egg-off::before {
  content: "\f13f0";
}
.mdi-egg-off-outline::before {
  content: "\f13f1";
}
.mdi-egg-outline::before {
  content: "\f13f2";
}
.mdi-eiffel-tower::before {
  content: "\f156b";
}
.mdi-eight-track::before {
  content: "\f09ea";
}
.mdi-eject::before {
  content: "\f01ea";
}
.mdi-eject-circle::before {
  content: "\f1b23";
}
.mdi-eject-circle-outline::before {
  content: "\f1b24";
}
.mdi-eject-outline::before {
  content: "\f0b91";
}
.mdi-electric-switch::before {
  content: "\f0e9f";
}
.mdi-electric-switch-closed::before {
  content: "\f10d9";
}
.mdi-electron-framework::before {
  content: "\f1024";
}
.mdi-elephant::before {
  content: "\f07c6";
}
.mdi-elevation-decline::before {
  content: "\f01eb";
}
.mdi-elevation-rise::before {
  content: "\f01ec";
}
.mdi-elevator::before {
  content: "\f01ed";
}
.mdi-elevator-down::before {
  content: "\f12c2";
}
.mdi-elevator-passenger::before {
  content: "\f1381";
}
.mdi-elevator-passenger-off::before {
  content: "\f1979";
}
.mdi-elevator-passenger-off-outline::before {
  content: "\f197a";
}
.mdi-elevator-passenger-outline::before {
  content: "\f197b";
}
.mdi-elevator-up::before {
  content: "\f12c1";
}
.mdi-ellipse::before {
  content: "\f0ea0";
}
.mdi-ellipse-outline::before {
  content: "\f0ea1";
}
.mdi-email::before {
  content: "\f01ee";
}
.mdi-email-alert::before {
  content: "\f06cf";
}
.mdi-email-alert-outline::before {
  content: "\f0d42";
}
.mdi-email-arrow-left::before {
  content: "\f10da";
}
.mdi-email-arrow-left-outline::before {
  content: "\f10db";
}
.mdi-email-arrow-right::before {
  content: "\f10dc";
}
.mdi-email-arrow-right-outline::before {
  content: "\f10dd";
}
.mdi-email-box::before {
  content: "\f0d03";
}
.mdi-email-check::before {
  content: "\f0ab1";
}
.mdi-email-check-outline::before {
  content: "\f0ab2";
}
.mdi-email-edit::before {
  content: "\f0ee3";
}
.mdi-email-edit-outline::before {
  content: "\f0ee4";
}
.mdi-email-fast::before {
  content: "\f186f";
}
.mdi-email-fast-outline::before {
  content: "\f1870";
}
.mdi-email-lock::before {
  content: "\f01f1";
}
.mdi-email-lock-outline::before {
  content: "\f1b61";
}
.mdi-email-mark-as-unread::before {
  content: "\f0b92";
}
.mdi-email-minus::before {
  content: "\f0ee5";
}
.mdi-email-minus-outline::before {
  content: "\f0ee6";
}
.mdi-email-multiple::before {
  content: "\f0ee7";
}
.mdi-email-multiple-outline::before {
  content: "\f0ee8";
}
.mdi-email-newsletter::before {
  content: "\f0fb1";
}
.mdi-email-off::before {
  content: "\f13e3";
}
.mdi-email-off-outline::before {
  content: "\f13e4";
}
.mdi-email-open::before {
  content: "\f01ef";
}
.mdi-email-open-multiple::before {
  content: "\f0ee9";
}
.mdi-email-open-multiple-outline::before {
  content: "\f0eea";
}
.mdi-email-open-outline::before {
  content: "\f05ef";
}
.mdi-email-outline::before {
  content: "\f01f0";
}
.mdi-email-plus::before {
  content: "\f09eb";
}
.mdi-email-plus-outline::before {
  content: "\f09ec";
}
.mdi-email-remove::before {
  content: "\f1661";
}
.mdi-email-remove-outline::before {
  content: "\f1662";
}
.mdi-email-seal::before {
  content: "\f195b";
}
.mdi-email-seal-outline::before {
  content: "\f195c";
}
.mdi-email-search::before {
  content: "\f0961";
}
.mdi-email-search-outline::before {
  content: "\f0962";
}
.mdi-email-sync::before {
  content: "\f12c7";
}
.mdi-email-sync-outline::before {
  content: "\f12c8";
}
.mdi-email-variant::before {
  content: "\f05f0";
}
.mdi-ember::before {
  content: "\f0b30";
}
.mdi-emby::before {
  content: "\f06b4";
}
.mdi-emoticon::before {
  content: "\f0c68";
}
.mdi-emoticon-angry::before {
  content: "\f0c69";
}
.mdi-emoticon-angry-outline::before {
  content: "\f0c6a";
}
.mdi-emoticon-confused::before {
  content: "\f10de";
}
.mdi-emoticon-confused-outline::before {
  content: "\f10df";
}
.mdi-emoticon-cool::before {
  content: "\f0c6b";
}
.mdi-emoticon-cool-outline::before {
  content: "\f01f3";
}
.mdi-emoticon-cry::before {
  content: "\f0c6c";
}
.mdi-emoticon-cry-outline::before {
  content: "\f0c6d";
}
.mdi-emoticon-dead::before {
  content: "\f0c6e";
}
.mdi-emoticon-dead-outline::before {
  content: "\f069b";
}
.mdi-emoticon-devil::before {
  content: "\f0c6f";
}
.mdi-emoticon-devil-outline::before {
  content: "\f01f4";
}
.mdi-emoticon-excited::before {
  content: "\f0c70";
}
.mdi-emoticon-excited-outline::before {
  content: "\f069c";
}
.mdi-emoticon-frown::before {
  content: "\f0f4c";
}
.mdi-emoticon-frown-outline::before {
  content: "\f0f4d";
}
.mdi-emoticon-happy::before {
  content: "\f0c71";
}
.mdi-emoticon-happy-outline::before {
  content: "\f01f5";
}
.mdi-emoticon-kiss::before {
  content: "\f0c72";
}
.mdi-emoticon-kiss-outline::before {
  content: "\f0c73";
}
.mdi-emoticon-lol::before {
  content: "\f1214";
}
.mdi-emoticon-lol-outline::before {
  content: "\f1215";
}
.mdi-emoticon-neutral::before {
  content: "\f0c74";
}
.mdi-emoticon-neutral-outline::before {
  content: "\f01f6";
}
.mdi-emoticon-outline::before {
  content: "\f01f2";
}
.mdi-emoticon-poop::before {
  content: "\f01f7";
}
.mdi-emoticon-poop-outline::before {
  content: "\f0c75";
}
.mdi-emoticon-sad::before {
  content: "\f0c76";
}
.mdi-emoticon-sad-outline::before {
  content: "\f01f8";
}
.mdi-emoticon-sick::before {
  content: "\f157c";
}
.mdi-emoticon-sick-outline::before {
  content: "\f157d";
}
.mdi-emoticon-tongue::before {
  content: "\f01f9";
}
.mdi-emoticon-tongue-outline::before {
  content: "\f0c77";
}
.mdi-emoticon-wink::before {
  content: "\f0c78";
}
.mdi-emoticon-wink-outline::before {
  content: "\f0c79";
}
.mdi-engine::before {
  content: "\f01fa";
}
.mdi-engine-off::before {
  content: "\f0a46";
}
.mdi-engine-off-outline::before {
  content: "\f0a47";
}
.mdi-engine-outline::before {
  content: "\f01fb";
}
.mdi-epsilon::before {
  content: "\f10e0";
}
.mdi-equal::before {
  content: "\f01fc";
}
.mdi-equal-box::before {
  content: "\f01fd";
}
.mdi-equalizer::before {
  content: "\f0ea2";
}
.mdi-equalizer-outline::before {
  content: "\f0ea3";
}
.mdi-eraser::before {
  content: "\f01fe";
}
.mdi-eraser-variant::before {
  content: "\f0642";
}
.mdi-escalator::before {
  content: "\f01ff";
}
.mdi-escalator-box::before {
  content: "\f1399";
}
.mdi-escalator-down::before {
  content: "\f12c0";
}
.mdi-escalator-up::before {
  content: "\f12bf";
}
.mdi-eslint::before {
  content: "\f0c7a";
}
.mdi-et::before {
  content: "\f0ab3";
}
.mdi-ethereum::before {
  content: "\f086a";
}
.mdi-ethernet::before {
  content: "\f0200";
}
.mdi-ethernet-cable::before {
  content: "\f0201";
}
.mdi-ethernet-cable-off::before {
  content: "\f0202";
}
.mdi-ev-plug-ccs1::before {
  content: "\f1519";
}
.mdi-ev-plug-ccs2::before {
  content: "\f151a";
}
.mdi-ev-plug-chademo::before {
  content: "\f151b";
}
.mdi-ev-plug-tesla::before {
  content: "\f151c";
}
.mdi-ev-plug-type1::before {
  content: "\f151d";
}
.mdi-ev-plug-type2::before {
  content: "\f151e";
}
.mdi-ev-station::before {
  content: "\f05f1";
}
.mdi-evernote::before {
  content: "\f0204";
}
.mdi-excavator::before {
  content: "\f1025";
}
.mdi-exclamation::before {
  content: "\f0205";
}
.mdi-exclamation-thick::before {
  content: "\f1238";
}
.mdi-exit-run::before {
  content: "\f0a48";
}
.mdi-exit-to-app::before {
  content: "\f0206";
}
.mdi-expand-all::before {
  content: "\f0ab4";
}
.mdi-expand-all-outline::before {
  content: "\f0ab5";
}
.mdi-expansion-card::before {
  content: "\f08ae";
}
.mdi-expansion-card-variant::before {
  content: "\f0fb2";
}
.mdi-exponent::before {
  content: "\f0963";
}
.mdi-exponent-box::before {
  content: "\f0964";
}
.mdi-export::before {
  content: "\f0207";
}
.mdi-export-variant::before {
  content: "\f0b93";
}
.mdi-eye::before {
  content: "\f0208";
}
.mdi-eye-arrow-left::before {
  content: "\f18fd";
}
.mdi-eye-arrow-left-outline::before {
  content: "\f18fe";
}
.mdi-eye-arrow-right::before {
  content: "\f18ff";
}
.mdi-eye-arrow-right-outline::before {
  content: "\f1900";
}
.mdi-eye-check::before {
  content: "\f0d04";
}
.mdi-eye-check-outline::before {
  content: "\f0d05";
}
.mdi-eye-circle::before {
  content: "\f0b94";
}
.mdi-eye-circle-outline::before {
  content: "\f0b95";
}
.mdi-eye-lock::before {
  content: "\f1c06";
}
.mdi-eye-lock-open::before {
  content: "\f1c07";
}
.mdi-eye-lock-open-outline::before {
  content: "\f1c08";
}
.mdi-eye-lock-outline::before {
  content: "\f1c09";
}
.mdi-eye-minus::before {
  content: "\f1026";
}
.mdi-eye-minus-outline::before {
  content: "\f1027";
}
.mdi-eye-off::before {
  content: "\f0209";
}
.mdi-eye-off-outline::before {
  content: "\f06d1";
}
.mdi-eye-outline::before {
  content: "\f06d0";
}
.mdi-eye-plus::before {
  content: "\f086b";
}
.mdi-eye-plus-outline::before {
  content: "\f086c";
}
.mdi-eye-refresh::before {
  content: "\f197c";
}
.mdi-eye-refresh-outline::before {
  content: "\f197d";
}
.mdi-eye-remove::before {
  content: "\f15e3";
}
.mdi-eye-remove-outline::before {
  content: "\f15e4";
}
.mdi-eye-settings::before {
  content: "\f086d";
}
.mdi-eye-settings-outline::before {
  content: "\f086e";
}
.mdi-eyedropper::before {
  content: "\f020a";
}
.mdi-eyedropper-minus::before {
  content: "\f13dd";
}
.mdi-eyedropper-off::before {
  content: "\f13df";
}
.mdi-eyedropper-plus::before {
  content: "\f13dc";
}
.mdi-eyedropper-remove::before {
  content: "\f13de";
}
.mdi-eyedropper-variant::before {
  content: "\f020b";
}
.mdi-face-agent::before {
  content: "\f0d70";
}
.mdi-face-man::before {
  content: "\f0643";
}
.mdi-face-man-outline::before {
  content: "\f0b96";
}
.mdi-face-man-profile::before {
  content: "\f0644";
}
.mdi-face-man-shimmer::before {
  content: "\f15cc";
}
.mdi-face-man-shimmer-outline::before {
  content: "\f15cd";
}
.mdi-face-mask::before {
  content: "\f1586";
}
.mdi-face-mask-outline::before {
  content: "\f1587";
}
.mdi-face-recognition::before {
  content: "\f0c7b";
}
.mdi-face-woman::before {
  content: "\f1077";
}
.mdi-face-woman-outline::before {
  content: "\f1078";
}
.mdi-face-woman-profile::before {
  content: "\f1076";
}
.mdi-face-woman-shimmer::before {
  content: "\f15ce";
}
.mdi-face-woman-shimmer-outline::before {
  content: "\f15cf";
}
.mdi-facebook::before {
  content: "\f020c";
}
.mdi-facebook-gaming::before {
  content: "\f07dd";
}
.mdi-facebook-messenger::before {
  content: "\f020e";
}
.mdi-facebook-workplace::before {
  content: "\f0b31";
}
.mdi-factory::before {
  content: "\f020f";
}
.mdi-family-tree::before {
  content: "\f160e";
}
.mdi-fan::before {
  content: "\f0210";
}
.mdi-fan-alert::before {
  content: "\f146c";
}
.mdi-fan-auto::before {
  content: "\f171d";
}
.mdi-fan-chevron-down::before {
  content: "\f146d";
}
.mdi-fan-chevron-up::before {
  content: "\f146e";
}
.mdi-fan-clock::before {
  content: "\f1a3a";
}
.mdi-fan-minus::before {
  content: "\f1470";
}
.mdi-fan-off::before {
  content: "\f081d";
}
.mdi-fan-plus::before {
  content: "\f146f";
}
.mdi-fan-remove::before {
  content: "\f1471";
}
.mdi-fan-speed-1::before {
  content: "\f1472";
}
.mdi-fan-speed-2::before {
  content: "\f1473";
}
.mdi-fan-speed-3::before {
  content: "\f1474";
}
.mdi-fast-forward::before {
  content: "\f0211";
}
.mdi-fast-forward-10::before {
  content: "\f0d71";
}
.mdi-fast-forward-15::before {
  content: "\f193a";
}
.mdi-fast-forward-30::before {
  content: "\f0d06";
}
.mdi-fast-forward-45::before {
  content: "\f1b12";
}
.mdi-fast-forward-5::before {
  content: "\f11f8";
}
.mdi-fast-forward-60::before {
  content: "\f160b";
}
.mdi-fast-forward-outline::before {
  content: "\f06d2";
}
.mdi-faucet::before {
  content: "\f1b29";
}
.mdi-faucet-variant::before {
  content: "\f1b2a";
}
.mdi-fax::before {
  content: "\f0212";
}
.mdi-feather::before {
  content: "\f06d3";
}
.mdi-feature-search::before {
  content: "\f0a49";
}
.mdi-feature-search-outline::before {
  content: "\f0a4a";
}
.mdi-fedora::before {
  content: "\f08db";
}
.mdi-fence::before {
  content: "\f179a";
}
.mdi-fence-electric::before {
  content: "\f17f6";
}
.mdi-fencing::before {
  content: "\f14c1";
}
.mdi-ferris-wheel::before {
  content: "\f0ea4";
}
.mdi-ferry::before {
  content: "\f0213";
}
.mdi-file::before {
  content: "\f0214";
}
.mdi-file-account::before {
  content: "\f073b";
}
.mdi-file-account-outline::before {
  content: "\f1028";
}
.mdi-file-alert::before {
  content: "\f0a4b";
}
.mdi-file-alert-outline::before {
  content: "\f0a4c";
}
.mdi-file-arrow-left-right::before {
  content: "\f1a93";
}
.mdi-file-arrow-left-right-outline::before {
  content: "\f1a94";
}
.mdi-file-arrow-up-down::before {
  content: "\f1a95";
}
.mdi-file-arrow-up-down-outline::before {
  content: "\f1a96";
}
.mdi-file-cabinet::before {
  content: "\f0ab6";
}
.mdi-file-cad::before {
  content: "\f0eeb";
}
.mdi-file-cad-box::before {
  content: "\f0eec";
}
.mdi-file-cancel::before {
  content: "\f0dc6";
}
.mdi-file-cancel-outline::before {
  content: "\f0dc7";
}
.mdi-file-certificate::before {
  content: "\f1186";
}
.mdi-file-certificate-outline::before {
  content: "\f1187";
}
.mdi-file-chart::before {
  content: "\f0215";
}
.mdi-file-chart-check::before {
  content: "\f19c6";
}
.mdi-file-chart-check-outline::before {
  content: "\f19c7";
}
.mdi-file-chart-outline::before {
  content: "\f1029";
}
.mdi-file-check::before {
  content: "\f0216";
}
.mdi-file-check-outline::before {
  content: "\f0e29";
}
.mdi-file-clock::before {
  content: "\f12e1";
}
.mdi-file-clock-outline::before {
  content: "\f12e2";
}
.mdi-file-cloud::before {
  content: "\f0217";
}
.mdi-file-cloud-outline::before {
  content: "\f102a";
}
.mdi-file-code::before {
  content: "\f022e";
}
.mdi-file-code-outline::before {
  content: "\f102b";
}
.mdi-file-cog::before {
  content: "\f107b";
}
.mdi-file-cog-outline::before {
  content: "\f107c";
}
.mdi-file-compare::before {
  content: "\f08aa";
}
.mdi-file-delimited::before {
  content: "\f0218";
}
.mdi-file-delimited-outline::before {
  content: "\f0ea5";
}
.mdi-file-document::before {
  content: "\f0219";
}
.mdi-file-document-alert::before {
  content: "\f1a97";
}
.mdi-file-document-alert-outline::before {
  content: "\f1a98";
}
.mdi-file-document-arrow-right::before {
  content: "\f1c0f";
}
.mdi-file-document-arrow-right-outline::before {
  content: "\f1c10";
}
.mdi-file-document-check::before {
  content: "\f1a99";
}
.mdi-file-document-check-outline::before {
  content: "\f1a9a";
}
.mdi-file-document-edit::before {
  content: "\f0dc8";
}
.mdi-file-document-edit-outline::before {
  content: "\f0dc9";
}
.mdi-file-document-minus::before {
  content: "\f1a9b";
}
.mdi-file-document-minus-outline::before {
  content: "\f1a9c";
}
.mdi-file-document-multiple::before {
  content: "\f1517";
}
.mdi-file-document-multiple-outline::before {
  content: "\f1518";
}
.mdi-file-document-outline::before {
  content: "\f09ee";
}
.mdi-file-document-plus::before {
  content: "\f1a9d";
}
.mdi-file-document-plus-outline::before {
  content: "\f1a9e";
}
.mdi-file-document-remove::before {
  content: "\f1a9f";
}
.mdi-file-document-remove-outline::before {
  content: "\f1aa0";
}
.mdi-file-download::before {
  content: "\f0965";
}
.mdi-file-download-outline::before {
  content: "\f0966";
}
.mdi-file-edit::before {
  content: "\f11e7";
}
.mdi-file-edit-outline::before {
  content: "\f11e8";
}
.mdi-file-excel::before {
  content: "\f021b";
}
.mdi-file-excel-box::before {
  content: "\f021c";
}
.mdi-file-excel-box-outline::before {
  content: "\f102c";
}
.mdi-file-excel-outline::before {
  content: "\f102d";
}
.mdi-file-export::before {
  content: "\f021d";
}
.mdi-file-export-outline::before {
  content: "\f102e";
}
.mdi-file-eye::before {
  content: "\f0dca";
}
.mdi-file-eye-outline::before {
  content: "\f0dcb";
}
.mdi-file-find::before {
  content: "\f021e";
}
.mdi-file-find-outline::before {
  content: "\f0b97";
}
.mdi-file-gif-box::before {
  content: "\f0d78";
}
.mdi-file-hidden::before {
  content: "\f0613";
}
.mdi-file-image::before {
  content: "\f021f";
}
.mdi-file-image-marker::before {
  content: "\f1772";
}
.mdi-file-image-marker-outline::before {
  content: "\f1773";
}
.mdi-file-image-minus::before {
  content: "\f193b";
}
.mdi-file-image-minus-outline::before {
  content: "\f193c";
}
.mdi-file-image-outline::before {
  content: "\f0eb0";
}
.mdi-file-image-plus::before {
  content: "\f193d";
}
.mdi-file-image-plus-outline::before {
  content: "\f193e";
}
.mdi-file-image-remove::before {
  content: "\f193f";
}
.mdi-file-image-remove-outline::before {
  content: "\f1940";
}
.mdi-file-import::before {
  content: "\f0220";
}
.mdi-file-import-outline::before {
  content: "\f102f";
}
.mdi-file-jpg-box::before {
  content: "\f0225";
}
.mdi-file-key::before {
  content: "\f1184";
}
.mdi-file-key-outline::before {
  content: "\f1185";
}
.mdi-file-link::before {
  content: "\f1177";
}
.mdi-file-link-outline::before {
  content: "\f1178";
}
.mdi-file-lock::before {
  content: "\f0221";
}
.mdi-file-lock-open::before {
  content: "\f19c8";
}
.mdi-file-lock-open-outline::before {
  content: "\f19c9";
}
.mdi-file-lock-outline::before {
  content: "\f1030";
}
.mdi-file-marker::before {
  content: "\f1774";
}
.mdi-file-marker-outline::before {
  content: "\f1775";
}
.mdi-file-minus::before {
  content: "\f1aa1";
}
.mdi-file-minus-outline::before {
  content: "\f1aa2";
}
.mdi-file-move::before {
  content: "\f0ab9";
}
.mdi-file-move-outline::before {
  content: "\f1031";
}
.mdi-file-multiple::before {
  content: "\f0222";
}
.mdi-file-multiple-outline::before {
  content: "\f1032";
}
.mdi-file-music::before {
  content: "\f0223";
}
.mdi-file-music-outline::before {
  content: "\f0e2a";
}
.mdi-file-outline::before {
  content: "\f0224";
}
.mdi-file-pdf-box::before {
  content: "\f0226";
}
.mdi-file-percent::before {
  content: "\f081e";
}
.mdi-file-percent-outline::before {
  content: "\f1033";
}
.mdi-file-phone::before {
  content: "\f1179";
}
.mdi-file-phone-outline::before {
  content: "\f117a";
}
.mdi-file-plus::before {
  content: "\f0752";
}
.mdi-file-plus-outline::before {
  content: "\f0eed";
}
.mdi-file-png-box::before {
  content: "\f0e2d";
}
.mdi-file-powerpoint::before {
  content: "\f0227";
}
.mdi-file-powerpoint-box::before {
  content: "\f0228";
}
.mdi-file-powerpoint-box-outline::before {
  content: "\f1034";
}
.mdi-file-powerpoint-outline::before {
  content: "\f1035";
}
.mdi-file-presentation-box::before {
  content: "\f0229";
}
.mdi-file-question::before {
  content: "\f086f";
}
.mdi-file-question-outline::before {
  content: "\f1036";
}
.mdi-file-refresh::before {
  content: "\f0918";
}
.mdi-file-refresh-outline::before {
  content: "\f0541";
}
.mdi-file-remove::before {
  content: "\f0b98";
}
.mdi-file-remove-outline::before {
  content: "\f1037";
}
.mdi-file-replace::before {
  content: "\f0b32";
}
.mdi-file-replace-outline::before {
  content: "\f0b33";
}
.mdi-file-restore::before {
  content: "\f0670";
}
.mdi-file-restore-outline::before {
  content: "\f1038";
}
.mdi-file-rotate-left::before {
  content: "\f1a3b";
}
.mdi-file-rotate-left-outline::before {
  content: "\f1a3c";
}
.mdi-file-rotate-right::before {
  content: "\f1a3d";
}
.mdi-file-rotate-right-outline::before {
  content: "\f1a3e";
}
.mdi-file-search::before {
  content: "\f0c7c";
}
.mdi-file-search-outline::before {
  content: "\f0c7d";
}
.mdi-file-send::before {
  content: "\f022a";
}
.mdi-file-send-outline::before {
  content: "\f1039";
}
.mdi-file-settings::before {
  content: "\f1079";
}
.mdi-file-settings-outline::before {
  content: "\f107a";
}
.mdi-file-sign::before {
  content: "\f19c3";
}
.mdi-file-star::before {
  content: "\f103a";
}
.mdi-file-star-outline::before {
  content: "\f103b";
}
.mdi-file-swap::before {
  content: "\f0fb4";
}
.mdi-file-swap-outline::before {
  content: "\f0fb5";
}
.mdi-file-sync::before {
  content: "\f1216";
}
.mdi-file-sync-outline::before {
  content: "\f1217";
}
.mdi-file-table::before {
  content: "\f0c7e";
}
.mdi-file-table-box::before {
  content: "\f10e1";
}
.mdi-file-table-box-multiple::before {
  content: "\f10e2";
}
.mdi-file-table-box-multiple-outline::before {
  content: "\f10e3";
}
.mdi-file-table-box-outline::before {
  content: "\f10e4";
}
.mdi-file-table-outline::before {
  content: "\f0c7f";
}
.mdi-file-tree::before {
  content: "\f0645";
}
.mdi-file-tree-outline::before {
  content: "\f13d2";
}
.mdi-file-undo::before {
  content: "\f08dc";
}
.mdi-file-undo-outline::before {
  content: "\f103c";
}
.mdi-file-upload::before {
  content: "\f0a4d";
}
.mdi-file-upload-outline::before {
  content: "\f0a4e";
}
.mdi-file-video::before {
  content: "\f022b";
}
.mdi-file-video-outline::before {
  content: "\f0e2c";
}
.mdi-file-word::before {
  content: "\f022c";
}
.mdi-file-word-box::before {
  content: "\f022d";
}
.mdi-file-word-box-outline::before {
  content: "\f103d";
}
.mdi-file-word-outline::before {
  content: "\f103e";
}
.mdi-file-xml-box::before {
  content: "\f1b4b";
}
.mdi-film::before {
  content: "\f022f";
}
.mdi-filmstrip::before {
  content: "\f0230";
}
.mdi-filmstrip-box::before {
  content: "\f0332";
}
.mdi-filmstrip-box-multiple::before {
  content: "\f0d18";
}
.mdi-filmstrip-off::before {
  content: "\f0231";
}
.mdi-filter::before {
  content: "\f0232";
}
.mdi-filter-check::before {
  content: "\f18ec";
}
.mdi-filter-check-outline::before {
  content: "\f18ed";
}
.mdi-filter-cog::before {
  content: "\f1aa3";
}
.mdi-filter-cog-outline::before {
  content: "\f1aa4";
}
.mdi-filter-menu::before {
  content: "\f10e5";
}
.mdi-filter-menu-outline::before {
  content: "\f10e6";
}
.mdi-filter-minus::before {
  content: "\f0eee";
}
.mdi-filter-minus-outline::before {
  content: "\f0eef";
}
.mdi-filter-multiple::before {
  content: "\f1a3f";
}
.mdi-filter-multiple-outline::before {
  content: "\f1a40";
}
.mdi-filter-off::before {
  content: "\f14ef";
}
.mdi-filter-off-outline::before {
  content: "\f14f0";
}
.mdi-filter-outline::before {
  content: "\f0233";
}
.mdi-filter-plus::before {
  content: "\f0ef0";
}
.mdi-filter-plus-outline::before {
  content: "\f0ef1";
}
.mdi-filter-remove::before {
  content: "\f0234";
}
.mdi-filter-remove-outline::before {
  content: "\f0235";
}
.mdi-filter-settings::before {
  content: "\f1aa5";
}
.mdi-filter-settings-outline::before {
  content: "\f1aa6";
}
.mdi-filter-variant::before {
  content: "\f0236";
}
.mdi-filter-variant-minus::before {
  content: "\f1112";
}
.mdi-filter-variant-plus::before {
  content: "\f1113";
}
.mdi-filter-variant-remove::before {
  content: "\f103f";
}
.mdi-finance::before {
  content: "\f081f";
}
.mdi-find-replace::before {
  content: "\f06d4";
}
.mdi-fingerprint::before {
  content: "\f0237";
}
.mdi-fingerprint-off::before {
  content: "\f0eb1";
}
.mdi-fire::before {
  content: "\f0238";
}
.mdi-fire-alert::before {
  content: "\f15d7";
}
.mdi-fire-circle::before {
  content: "\f1807";
}
.mdi-fire-extinguisher::before {
  content: "\f0ef2";
}
.mdi-fire-hydrant::before {
  content: "\f1137";
}
.mdi-fire-hydrant-alert::before {
  content: "\f1138";
}
.mdi-fire-hydrant-off::before {
  content: "\f1139";
}
.mdi-fire-off::before {
  content: "\f1722";
}
.mdi-fire-truck::before {
  content: "\f08ab";
}
.mdi-firebase::before {
  content: "\f0967";
}
.mdi-firefox::before {
  content: "\f0239";
}
.mdi-fireplace::before {
  content: "\f0e2e";
}
.mdi-fireplace-off::before {
  content: "\f0e2f";
}
.mdi-firewire::before {
  content: "\f05be";
}
.mdi-firework::before {
  content: "\f0e30";
}
.mdi-firework-off::before {
  content: "\f1723";
}
.mdi-fish::before {
  content: "\f023a";
}
.mdi-fish-off::before {
  content: "\f13f3";
}
.mdi-fishbowl::before {
  content: "\f0ef3";
}
.mdi-fishbowl-outline::before {
  content: "\f0ef4";
}
.mdi-fit-to-page::before {
  content: "\f0ef5";
}
.mdi-fit-to-page-outline::before {
  content: "\f0ef6";
}
.mdi-fit-to-screen::before {
  content: "\f18f4";
}
.mdi-fit-to-screen-outline::before {
  content: "\f18f5";
}
.mdi-flag::before {
  content: "\f023b";
}
.mdi-flag-checkered::before {
  content: "\f023c";
}
.mdi-flag-minus::before {
  content: "\f0b99";
}
.mdi-flag-minus-outline::before {
  content: "\f10b2";
}
.mdi-flag-off::before {
  content: "\f18ee";
}
.mdi-flag-off-outline::before {
  content: "\f18ef";
}
.mdi-flag-outline::before {
  content: "\f023d";
}
.mdi-flag-plus::before {
  content: "\f0b9a";
}
.mdi-flag-plus-outline::before {
  content: "\f10b3";
}
.mdi-flag-remove::before {
  content: "\f0b9b";
}
.mdi-flag-remove-outline::before {
  content: "\f10b4";
}
.mdi-flag-triangle::before {
  content: "\f023f";
}
.mdi-flag-variant::before {
  content: "\f0240";
}
.mdi-flag-variant-minus::before {
  content: "\f1bb4";
}
.mdi-flag-variant-minus-outline::before {
  content: "\f1bb5";
}
.mdi-flag-variant-off::before {
  content: "\f1bb0";
}
.mdi-flag-variant-off-outline::before {
  content: "\f1bb1";
}
.mdi-flag-variant-outline::before {
  content: "\f023e";
}
.mdi-flag-variant-plus::before {
  content: "\f1bb2";
}
.mdi-flag-variant-plus-outline::before {
  content: "\f1bb3";
}
.mdi-flag-variant-remove::before {
  content: "\f1bb6";
}
.mdi-flag-variant-remove-outline::before {
  content: "\f1bb7";
}
.mdi-flare::before {
  content: "\f0d72";
}
.mdi-flash::before {
  content: "\f0241";
}
.mdi-flash-alert::before {
  content: "\f0ef7";
}
.mdi-flash-alert-outline::before {
  content: "\f0ef8";
}
.mdi-flash-auto::before {
  content: "\f0242";
}
.mdi-flash-off::before {
  content: "\f0243";
}
.mdi-flash-off-outline::before {
  content: "\f1b45";
}
.mdi-flash-outline::before {
  content: "\f06d5";
}
.mdi-flash-red-eye::before {
  content: "\f067b";
}
.mdi-flash-triangle::before {
  content: "\f1b1d";
}
.mdi-flash-triangle-outline::before {
  content: "\f1b1e";
}
.mdi-flashlight::before {
  content: "\f0244";
}
.mdi-flashlight-off::before {
  content: "\f0245";
}
.mdi-flask::before {
  content: "\f0093";
}
.mdi-flask-empty::before {
  content: "\f0094";
}
.mdi-flask-empty-minus::before {
  content: "\f123a";
}
.mdi-flask-empty-minus-outline::before {
  content: "\f123b";
}
.mdi-flask-empty-off::before {
  content: "\f13f4";
}
.mdi-flask-empty-off-outline::before {
  content: "\f13f5";
}
.mdi-flask-empty-outline::before {
  content: "\f0095";
}
.mdi-flask-empty-plus::before {
  content: "\f123c";
}
.mdi-flask-empty-plus-outline::before {
  content: "\f123d";
}
.mdi-flask-empty-remove::before {
  content: "\f123e";
}
.mdi-flask-empty-remove-outline::before {
  content: "\f123f";
}
.mdi-flask-minus::before {
  content: "\f1240";
}
.mdi-flask-minus-outline::before {
  content: "\f1241";
}
.mdi-flask-off::before {
  content: "\f13f6";
}
.mdi-flask-off-outline::before {
  content: "\f13f7";
}
.mdi-flask-outline::before {
  content: "\f0096";
}
.mdi-flask-plus::before {
  content: "\f1242";
}
.mdi-flask-plus-outline::before {
  content: "\f1243";
}
.mdi-flask-remove::before {
  content: "\f1244";
}
.mdi-flask-remove-outline::before {
  content: "\f1245";
}
.mdi-flask-round-bottom::before {
  content: "\f124b";
}
.mdi-flask-round-bottom-empty::before {
  content: "\f124c";
}
.mdi-flask-round-bottom-empty-outline::before {
  content: "\f124d";
}
.mdi-flask-round-bottom-outline::before {
  content: "\f124e";
}
.mdi-fleur-de-lis::before {
  content: "\f1303";
}
.mdi-flip-horizontal::before {
  content: "\f10e7";
}
.mdi-flip-to-back::before {
  content: "\f0247";
}
.mdi-flip-to-front::before {
  content: "\f0248";
}
.mdi-flip-vertical::before {
  content: "\f10e8";
}
.mdi-floor-lamp::before {
  content: "\f08dd";
}
.mdi-floor-lamp-dual::before {
  content: "\f1040";
}
.mdi-floor-lamp-dual-outline::before {
  content: "\f17ce";
}
.mdi-floor-lamp-outline::before {
  content: "\f17c8";
}
.mdi-floor-lamp-torchiere::before {
  content: "\f1747";
}
.mdi-floor-lamp-torchiere-outline::before {
  content: "\f17d6";
}
.mdi-floor-lamp-torchiere-variant::before {
  content: "\f1041";
}
.mdi-floor-lamp-torchiere-variant-outline::before {
  content: "\f17cf";
}
.mdi-floor-plan::before {
  content: "\f0821";
}
.mdi-floppy::before {
  content: "\f0249";
}
.mdi-floppy-variant::before {
  content: "\f09ef";
}
.mdi-flower::before {
  content: "\f024a";
}
.mdi-flower-outline::before {
  content: "\f09f0";
}
.mdi-flower-pollen::before {
  content: "\f1885";
}
.mdi-flower-pollen-outline::before {
  content: "\f1886";
}
.mdi-flower-poppy::before {
  content: "\f0d08";
}
.mdi-flower-tulip::before {
  content: "\f09f1";
}
.mdi-flower-tulip-outline::before {
  content: "\f09f2";
}
.mdi-focus-auto::before {
  content: "\f0f4e";
}
.mdi-focus-field::before {
  content: "\f0f4f";
}
.mdi-focus-field-horizontal::before {
  content: "\f0f50";
}
.mdi-focus-field-vertical::before {
  content: "\f0f51";
}
.mdi-folder::before {
  content: "\f024b";
}
.mdi-folder-account::before {
  content: "\f024c";
}
.mdi-folder-account-outline::before {
  content: "\f0b9c";
}
.mdi-folder-alert::before {
  content: "\f0dcc";
}
.mdi-folder-alert-outline::before {
  content: "\f0dcd";
}
.mdi-folder-arrow-down::before {
  content: "\f19e8";
}
.mdi-folder-arrow-down-outline::before {
  content: "\f19e9";
}
.mdi-folder-arrow-left::before {
  content: "\f19ea";
}
.mdi-folder-arrow-left-outline::before {
  content: "\f19eb";
}
.mdi-folder-arrow-left-right::before {
  content: "\f19ec";
}
.mdi-folder-arrow-left-right-outline::before {
  content: "\f19ed";
}
.mdi-folder-arrow-right::before {
  content: "\f19ee";
}
.mdi-folder-arrow-right-outline::before {
  content: "\f19ef";
}
.mdi-folder-arrow-up::before {
  content: "\f19f0";
}
.mdi-folder-arrow-up-down::before {
  content: "\f19f1";
}
.mdi-folder-arrow-up-down-outline::before {
  content: "\f19f2";
}
.mdi-folder-arrow-up-outline::before {
  content: "\f19f3";
}
.mdi-folder-cancel::before {
  content: "\f19f4";
}
.mdi-folder-cancel-outline::before {
  content: "\f19f5";
}
.mdi-folder-check::before {
  content: "\f197e";
}
.mdi-folder-check-outline::before {
  content: "\f197f";
}
.mdi-folder-clock::before {
  content: "\f0aba";
}
.mdi-folder-clock-outline::before {
  content: "\f0abb";
}
.mdi-folder-cog::before {
  content: "\f107f";
}
.mdi-folder-cog-outline::before {
  content: "\f1080";
}
.mdi-folder-download::before {
  content: "\f024d";
}
.mdi-folder-download-outline::before {
  content: "\f10e9";
}
.mdi-folder-edit::before {
  content: "\f08de";
}
.mdi-folder-edit-outline::before {
  content: "\f0dce";
}
.mdi-folder-eye::before {
  content: "\f178a";
}
.mdi-folder-eye-outline::before {
  content: "\f178b";
}
.mdi-folder-file::before {
  content: "\f19f6";
}
.mdi-folder-file-outline::before {
  content: "\f19f7";
}
.mdi-folder-google-drive::before {
  content: "\f024e";
}
.mdi-folder-heart::before {
  content: "\f10ea";
}
.mdi-folder-heart-outline::before {
  content: "\f10eb";
}
.mdi-folder-hidden::before {
  content: "\f179e";
}
.mdi-folder-home::before {
  content: "\f10b5";
}
.mdi-folder-home-outline::before {
  content: "\f10b6";
}
.mdi-folder-image::before {
  content: "\f024f";
}
.mdi-folder-information::before {
  content: "\f10b7";
}
.mdi-folder-information-outline::before {
  content: "\f10b8";
}
.mdi-folder-key::before {
  content: "\f08ac";
}
.mdi-folder-key-network::before {
  content: "\f08ad";
}
.mdi-folder-key-network-outline::before {
  content: "\f0c80";
}
.mdi-folder-key-outline::before {
  content: "\f10ec";
}
.mdi-folder-lock::before {
  content: "\f0250";
}
.mdi-folder-lock-open::before {
  content: "\f0251";
}
.mdi-folder-lock-open-outline::before {
  content: "\f1aa7";
}
.mdi-folder-lock-outline::before {
  content: "\f1aa8";
}
.mdi-folder-marker::before {
  content: "\f126d";
}
.mdi-folder-marker-outline::before {
  content: "\f126e";
}
.mdi-folder-minus::before {
  content: "\f1b49";
}
.mdi-folder-minus-outline::before {
  content: "\f1b4a";
}
.mdi-folder-move::before {
  content: "\f0252";
}
.mdi-folder-move-outline::before {
  content: "\f1246";
}
.mdi-folder-multiple::before {
  content: "\f0253";
}
.mdi-folder-multiple-image::before {
  content: "\f0254";
}
.mdi-folder-multiple-outline::before {
  content: "\f0255";
}
.mdi-folder-multiple-plus::before {
  content: "\f147e";
}
.mdi-folder-multiple-plus-outline::before {
  content: "\f147f";
}
.mdi-folder-music::before {
  content: "\f1359";
}
.mdi-folder-music-outline::before {
  content: "\f135a";
}
.mdi-folder-network::before {
  content: "\f0870";
}
.mdi-folder-network-outline::before {
  content: "\f0c81";
}
.mdi-folder-off::before {
  content: "\f19f8";
}
.mdi-folder-off-outline::before {
  content: "\f19f9";
}
.mdi-folder-open::before {
  content: "\f0770";
}
.mdi-folder-open-outline::before {
  content: "\f0dcf";
}
.mdi-folder-outline::before {
  content: "\f0256";
}
.mdi-folder-play::before {
  content: "\f19fa";
}
.mdi-folder-play-outline::before {
  content: "\f19fb";
}
.mdi-folder-plus::before {
  content: "\f0257";
}
.mdi-folder-plus-outline::before {
  content: "\f0b9d";
}
.mdi-folder-pound::before {
  content: "\f0d09";
}
.mdi-folder-pound-outline::before {
  content: "\f0d0a";
}
.mdi-folder-question::before {
  content: "\f19ca";
}
.mdi-folder-question-outline::before {
  content: "\f19cb";
}
.mdi-folder-refresh::before {
  content: "\f0749";
}
.mdi-folder-refresh-outline::before {
  content: "\f0542";
}
.mdi-folder-remove::before {
  content: "\f0258";
}
.mdi-folder-remove-outline::before {
  content: "\f0b9e";
}
.mdi-folder-search::before {
  content: "\f0968";
}
.mdi-folder-search-outline::before {
  content: "\f0969";
}
.mdi-folder-settings::before {
  content: "\f107d";
}
.mdi-folder-settings-outline::before {
  content: "\f107e";
}
.mdi-folder-star::before {
  content: "\f069d";
}
.mdi-folder-star-multiple::before {
  content: "\f13d3";
}
.mdi-folder-star-multiple-outline::before {
  content: "\f13d4";
}
.mdi-folder-star-outline::before {
  content: "\f0b9f";
}
.mdi-folder-swap::before {
  content: "\f0fb6";
}
.mdi-folder-swap-outline::before {
  content: "\f0fb7";
}
.mdi-folder-sync::before {
  content: "\f0d0b";
}
.mdi-folder-sync-outline::before {
  content: "\f0d0c";
}
.mdi-folder-table::before {
  content: "\f12e3";
}
.mdi-folder-table-outline::before {
  content: "\f12e4";
}
.mdi-folder-text::before {
  content: "\f0c82";
}
.mdi-folder-text-outline::before {
  content: "\f0c83";
}
.mdi-folder-upload::before {
  content: "\f0259";
}
.mdi-folder-upload-outline::before {
  content: "\f10ed";
}
.mdi-folder-wrench::before {
  content: "\f19fc";
}
.mdi-folder-wrench-outline::before {
  content: "\f19fd";
}
.mdi-folder-zip::before {
  content: "\f06eb";
}
.mdi-folder-zip-outline::before {
  content: "\f07b9";
}
.mdi-font-awesome::before {
  content: "\f003a";
}
.mdi-food::before {
  content: "\f025a";
}
.mdi-food-apple::before {
  content: "\f025b";
}
.mdi-food-apple-outline::before {
  content: "\f0c84";
}
.mdi-food-croissant::before {
  content: "\f07c8";
}
.mdi-food-drumstick::before {
  content: "\f141f";
}
.mdi-food-drumstick-off::before {
  content: "\f1468";
}
.mdi-food-drumstick-off-outline::before {
  content: "\f1469";
}
.mdi-food-drumstick-outline::before {
  content: "\f1420";
}
.mdi-food-fork-drink::before {
  content: "\f05f2";
}
.mdi-food-halal::before {
  content: "\f1572";
}
.mdi-food-hot-dog::before {
  content: "\f184b";
}
.mdi-food-kosher::before {
  content: "\f1573";
}
.mdi-food-off::before {
  content: "\f05f3";
}
.mdi-food-off-outline::before {
  content: "\f1915";
}
.mdi-food-outline::before {
  content: "\f1916";
}
.mdi-food-steak::before {
  content: "\f146a";
}
.mdi-food-steak-off::before {
  content: "\f146b";
}
.mdi-food-takeout-box::before {
  content: "\f1836";
}
.mdi-food-takeout-box-outline::before {
  content: "\f1837";
}
.mdi-food-turkey::before {
  content: "\f171c";
}
.mdi-food-variant::before {
  content: "\f025c";
}
.mdi-food-variant-off::before {
  content: "\f13e5";
}
.mdi-foot-print::before {
  content: "\f0f52";
}
.mdi-football::before {
  content: "\f025d";
}
.mdi-football-australian::before {
  content: "\f025e";
}
.mdi-football-helmet::before {
  content: "\f025f";
}
.mdi-forest::before {
  content: "\f1897";
}
.mdi-forklift::before {
  content: "\f07c9";
}
.mdi-form-dropdown::before {
  content: "\f1400";
}
.mdi-form-select::before {
  content: "\f1401";
}
.mdi-form-textarea::before {
  content: "\f1095";
}
.mdi-form-textbox::before {
  content: "\f060e";
}
.mdi-form-textbox-lock::before {
  content: "\f135d";
}
.mdi-form-textbox-password::before {
  content: "\f07f5";
}
.mdi-format-align-bottom::before {
  content: "\f0753";
}
.mdi-format-align-center::before {
  content: "\f0260";
}
.mdi-format-align-justify::before {
  content: "\f0261";
}
.mdi-format-align-left::before {
  content: "\f0262";
}
.mdi-format-align-middle::before {
  content: "\f0754";
}
.mdi-format-align-right::before {
  content: "\f0263";
}
.mdi-format-align-top::before {
  content: "\f0755";
}
.mdi-format-annotation-minus::before {
  content: "\f0abc";
}
.mdi-format-annotation-plus::before {
  content: "\f0646";
}
.mdi-format-bold::before {
  content: "\f0264";
}
.mdi-format-clear::before {
  content: "\f0265";
}
.mdi-format-color-fill::before {
  content: "\f0266";
}
.mdi-format-color-highlight::before {
  content: "\f0e31";
}
.mdi-format-color-marker-cancel::before {
  content: "\f1313";
}
.mdi-format-color-text::before {
  content: "\f069e";
}
.mdi-format-columns::before {
  content: "\f08df";
}
.mdi-format-float-center::before {
  content: "\f0267";
}
.mdi-format-float-left::before {
  content: "\f0268";
}
.mdi-format-float-none::before {
  content: "\f0269";
}
.mdi-format-float-right::before {
  content: "\f026a";
}
.mdi-format-font::before {
  content: "\f06d6";
}
.mdi-format-font-size-decrease::before {
  content: "\f09f3";
}
.mdi-format-font-size-increase::before {
  content: "\f09f4";
}
.mdi-format-header-1::before {
  content: "\f026b";
}
.mdi-format-header-2::before {
  content: "\f026c";
}
.mdi-format-header-3::before {
  content: "\f026d";
}
.mdi-format-header-4::before {
  content: "\f026e";
}
.mdi-format-header-5::before {
  content: "\f026f";
}
.mdi-format-header-6::before {
  content: "\f0270";
}
.mdi-format-header-decrease::before {
  content: "\f0271";
}
.mdi-format-header-equal::before {
  content: "\f0272";
}
.mdi-format-header-increase::before {
  content: "\f0273";
}
.mdi-format-header-pound::before {
  content: "\f0274";
}
.mdi-format-horizontal-align-center::before {
  content: "\f061e";
}
.mdi-format-horizontal-align-left::before {
  content: "\f061f";
}
.mdi-format-horizontal-align-right::before {
  content: "\f0620";
}
.mdi-format-indent-decrease::before {
  content: "\f0275";
}
.mdi-format-indent-increase::before {
  content: "\f0276";
}
.mdi-format-italic::before {
  content: "\f0277";
}
.mdi-format-letter-case::before {
  content: "\f0b34";
}
.mdi-format-letter-case-lower::before {
  content: "\f0b35";
}
.mdi-format-letter-case-upper::before {
  content: "\f0b36";
}
.mdi-format-letter-ends-with::before {
  content: "\f0fb8";
}
.mdi-format-letter-matches::before {
  content: "\f0fb9";
}
.mdi-format-letter-spacing::before {
  content: "\f1956";
}
.mdi-format-letter-spacing-variant::before {
  content: "\f1afb";
}
.mdi-format-letter-starts-with::before {
  content: "\f0fba";
}
.mdi-format-line-height::before {
  content: "\f1afc";
}
.mdi-format-line-spacing::before {
  content: "\f0278";
}
.mdi-format-line-style::before {
  content: "\f05c8";
}
.mdi-format-line-weight::before {
  content: "\f05c9";
}
.mdi-format-list-bulleted::before {
  content: "\f0279";
}
.mdi-format-list-bulleted-square::before {
  content: "\f0dd0";
}
.mdi-format-list-bulleted-triangle::before {
  content: "\f0eb2";
}
.mdi-format-list-bulleted-type::before {
  content: "\f027a";
}
.mdi-format-list-checkbox::before {
  content: "\f096a";
}
.mdi-format-list-checks::before {
  content: "\f0756";
}
.mdi-format-list-group::before {
  content: "\f1860";
}
.mdi-format-list-group-plus::before {
  content: "\f1b56";
}
.mdi-format-list-numbered::before {
  content: "\f027b";
}
.mdi-format-list-numbered-rtl::before {
  content: "\f0d0d";
}
.mdi-format-list-text::before {
  content: "\f126f";
}
.mdi-format-overline::before {
  content: "\f0eb3";
}
.mdi-format-page-break::before {
  content: "\f06d7";
}
.mdi-format-page-split::before {
  content: "\f1917";
}
.mdi-format-paint::before {
  content: "\f027c";
}
.mdi-format-paragraph::before {
  content: "\f027d";
}
.mdi-format-paragraph-spacing::before {
  content: "\f1afd";
}
.mdi-format-pilcrow::before {
  content: "\f06d8";
}
.mdi-format-pilcrow-arrow-left::before {
  content: "\f0286";
}
.mdi-format-pilcrow-arrow-right::before {
  content: "\f0285";
}
.mdi-format-quote-close::before {
  content: "\f027e";
}
.mdi-format-quote-close-outline::before {
  content: "\f11a8";
}
.mdi-format-quote-open::before {
  content: "\f0757";
}
.mdi-format-quote-open-outline::before {
  content: "\f11a7";
}
.mdi-format-rotate-90::before {
  content: "\f06aa";
}
.mdi-format-section::before {
  content: "\f069f";
}
.mdi-format-size::before {
  content: "\f027f";
}
.mdi-format-strikethrough::before {
  content: "\f0280";
}
.mdi-format-strikethrough-variant::before {
  content: "\f0281";
}
.mdi-format-subscript::before {
  content: "\f0282";
}
.mdi-format-superscript::before {
  content: "\f0283";
}
.mdi-format-text::before {
  content: "\f0284";
}
.mdi-format-text-rotation-angle-down::before {
  content: "\f0fbb";
}
.mdi-format-text-rotation-angle-up::before {
  content: "\f0fbc";
}
.mdi-format-text-rotation-down::before {
  content: "\f0d73";
}
.mdi-format-text-rotation-down-vertical::before {
  content: "\f0fbd";
}
.mdi-format-text-rotation-none::before {
  content: "\f0d74";
}
.mdi-format-text-rotation-up::before {
  content: "\f0fbe";
}
.mdi-format-text-rotation-vertical::before {
  content: "\f0fbf";
}
.mdi-format-text-variant::before {
  content: "\f0e32";
}
.mdi-format-text-variant-outline::before {
  content: "\f150f";
}
.mdi-format-text-wrapping-clip::before {
  content: "\f0d0e";
}
.mdi-format-text-wrapping-overflow::before {
  content: "\f0d0f";
}
.mdi-format-text-wrapping-wrap::before {
  content: "\f0d10";
}
.mdi-format-textbox::before {
  content: "\f0d11";
}
.mdi-format-title::before {
  content: "\f05f4";
}
.mdi-format-underline::before {
  content: "\f0287";
}
.mdi-format-underline-wavy::before {
  content: "\f18e9";
}
.mdi-format-vertical-align-bottom::before {
  content: "\f0621";
}
.mdi-format-vertical-align-center::before {
  content: "\f0622";
}
.mdi-format-vertical-align-top::before {
  content: "\f0623";
}
.mdi-format-wrap-inline::before {
  content: "\f0288";
}
.mdi-format-wrap-square::before {
  content: "\f0289";
}
.mdi-format-wrap-tight::before {
  content: "\f028a";
}
.mdi-format-wrap-top-bottom::before {
  content: "\f028b";
}
.mdi-forum::before {
  content: "\f028c";
}
.mdi-forum-minus::before {
  content: "\f1aa9";
}
.mdi-forum-minus-outline::before {
  content: "\f1aaa";
}
.mdi-forum-outline::before {
  content: "\f0822";
}
.mdi-forum-plus::before {
  content: "\f1aab";
}
.mdi-forum-plus-outline::before {
  content: "\f1aac";
}
.mdi-forum-remove::before {
  content: "\f1aad";
}
.mdi-forum-remove-outline::before {
  content: "\f1aae";
}
.mdi-forward::before {
  content: "\f028d";
}
.mdi-forwardburger::before {
  content: "\f0d75";
}
.mdi-fountain::before {
  content: "\f096b";
}
.mdi-fountain-pen::before {
  content: "\f0d12";
}
.mdi-fountain-pen-tip::before {
  content: "\f0d13";
}
.mdi-fraction-one-half::before {
  content: "\f1992";
}
.mdi-freebsd::before {
  content: "\f08e0";
}
.mdi-french-fries::before {
  content: "\f1957";
}
.mdi-frequently-asked-questions::before {
  content: "\f0eb4";
}
.mdi-fridge::before {
  content: "\f0290";
}
.mdi-fridge-alert::before {
  content: "\f11b1";
}
.mdi-fridge-alert-outline::before {
  content: "\f11b2";
}
.mdi-fridge-bottom::before {
  content: "\f0292";
}
.mdi-fridge-industrial::before {
  content: "\f15ee";
}
.mdi-fridge-industrial-alert::before {
  content: "\f15ef";
}
.mdi-fridge-industrial-alert-outline::before {
  content: "\f15f0";
}
.mdi-fridge-industrial-off::before {
  content: "\f15f1";
}
.mdi-fridge-industrial-off-outline::before {
  content: "\f15f2";
}
.mdi-fridge-industrial-outline::before {
  content: "\f15f3";
}
.mdi-fridge-off::before {
  content: "\f11af";
}
.mdi-fridge-off-outline::before {
  content: "\f11b0";
}
.mdi-fridge-outline::before {
  content: "\f028f";
}
.mdi-fridge-top::before {
  content: "\f0291";
}
.mdi-fridge-variant::before {
  content: "\f15f4";
}
.mdi-fridge-variant-alert::before {
  content: "\f15f5";
}
.mdi-fridge-variant-alert-outline::before {
  content: "\f15f6";
}
.mdi-fridge-variant-off::before {
  content: "\f15f7";
}
.mdi-fridge-variant-off-outline::before {
  content: "\f15f8";
}
.mdi-fridge-variant-outline::before {
  content: "\f15f9";
}
.mdi-fruit-cherries::before {
  content: "\f1042";
}
.mdi-fruit-cherries-off::before {
  content: "\f13f8";
}
.mdi-fruit-citrus::before {
  content: "\f1043";
}
.mdi-fruit-citrus-off::before {
  content: "\f13f9";
}
.mdi-fruit-grapes::before {
  content: "\f1044";
}
.mdi-fruit-grapes-outline::before {
  content: "\f1045";
}
.mdi-fruit-pear::before {
  content: "\f1a0e";
}
.mdi-fruit-pineapple::before {
  content: "\f1046";
}
.mdi-fruit-watermelon::before {
  content: "\f1047";
}
.mdi-fuel::before {
  content: "\f07ca";
}
.mdi-fuel-cell::before {
  content: "\f18b5";
}
.mdi-fullscreen::before {
  content: "\f0293";
}
.mdi-fullscreen-exit::before {
  content: "\f0294";
}
.mdi-function::before {
  content: "\f0295";
}
.mdi-function-variant::before {
  content: "\f0871";
}
.mdi-furigana-horizontal::before {
  content: "\f1081";
}
.mdi-furigana-vertical::before {
  content: "\f1082";
}
.mdi-fuse::before {
  content: "\f0c85";
}
.mdi-fuse-alert::before {
  content: "\f142d";
}
.mdi-fuse-blade::before {
  content: "\f0c86";
}
.mdi-fuse-off::before {
  content: "\f142c";
}
.mdi-gamepad::before {
  content: "\f0296";
}
.mdi-gamepad-circle::before {
  content: "\f0e33";
}
.mdi-gamepad-circle-down::before {
  content: "\f0e34";
}
.mdi-gamepad-circle-left::before {
  content: "\f0e35";
}
.mdi-gamepad-circle-outline::before {
  content: "\f0e36";
}
.mdi-gamepad-circle-right::before {
  content: "\f0e37";
}
.mdi-gamepad-circle-up::before {
  content: "\f0e38";
}
.mdi-gamepad-down::before {
  content: "\f0e39";
}
.mdi-gamepad-left::before {
  content: "\f0e3a";
}
.mdi-gamepad-outline::before {
  content: "\f1919";
}
.mdi-gamepad-right::before {
  content: "\f0e3b";
}
.mdi-gamepad-round::before {
  content: "\f0e3c";
}
.mdi-gamepad-round-down::before {
  content: "\f0e3d";
}
.mdi-gamepad-round-left::before {
  content: "\f0e3e";
}
.mdi-gamepad-round-outline::before {
  content: "\f0e3f";
}
.mdi-gamepad-round-right::before {
  content: "\f0e40";
}
.mdi-gamepad-round-up::before {
  content: "\f0e41";
}
.mdi-gamepad-square::before {
  content: "\f0eb5";
}
.mdi-gamepad-square-outline::before {
  content: "\f0eb6";
}
.mdi-gamepad-up::before {
  content: "\f0e42";
}
.mdi-gamepad-variant::before {
  content: "\f0297";
}
.mdi-gamepad-variant-outline::before {
  content: "\f0eb7";
}
.mdi-gamma::before {
  content: "\f10ee";
}
.mdi-gantry-crane::before {
  content: "\f0dd1";
}
.mdi-garage::before {
  content: "\f06d9";
}
.mdi-garage-alert::before {
  content: "\f0872";
}
.mdi-garage-alert-variant::before {
  content: "\f12d5";
}
.mdi-garage-lock::before {
  content: "\f17fb";
}
.mdi-garage-open::before {
  content: "\f06da";
}
.mdi-garage-open-variant::before {
  content: "\f12d4";
}
.mdi-garage-variant::before {
  content: "\f12d3";
}
.mdi-garage-variant-lock::before {
  content: "\f17fc";
}
.mdi-gas-burner::before {
  content: "\f1a1b";
}
.mdi-gas-cylinder::before {
  content: "\f0647";
}
.mdi-gas-station::before {
  content: "\f0298";
}
.mdi-gas-station-off::before {
  content: "\f1409";
}
.mdi-gas-station-off-outline::before {
  content: "\f140a";
}
.mdi-gas-station-outline::before {
  content: "\f0eb8";
}
.mdi-gate::before {
  content: "\f0299";
}
.mdi-gate-alert::before {
  content: "\f17f8";
}
.mdi-gate-and::before {
  content: "\f08e1";
}
.mdi-gate-arrow-left::before {
  content: "\f17f7";
}
.mdi-gate-arrow-right::before {
  content: "\f1169";
}
.mdi-gate-buffer::before {
  content: "\f1afe";
}
.mdi-gate-nand::before {
  content: "\f08e2";
}
.mdi-gate-nor::before {
  content: "\f08e3";
}
.mdi-gate-not::before {
  content: "\f08e4";
}
.mdi-gate-open::before {
  content: "\f116a";
}
.mdi-gate-or::before {
  content: "\f08e5";
}
.mdi-gate-xnor::before {
  content: "\f08e6";
}
.mdi-gate-xor::before {
  content: "\f08e7";
}
.mdi-gatsby::before {
  content: "\f0e43";
}
.mdi-gauge::before {
  content: "\f029a";
}
.mdi-gauge-empty::before {
  content: "\f0873";
}
.mdi-gauge-full::before {
  content: "\f0874";
}
.mdi-gauge-low::before {
  content: "\f0875";
}
.mdi-gavel::before {
  content: "\f029b";
}
.mdi-gender-female::before {
  content: "\f029c";
}
.mdi-gender-male::before {
  content: "\f029d";
}
.mdi-gender-male-female::before {
  content: "\f029e";
}
.mdi-gender-male-female-variant::before {
  content: "\f113f";
}
.mdi-gender-non-binary::before {
  content: "\f1140";
}
.mdi-gender-transgender::before {
  content: "\f029f";
}
.mdi-gentoo::before {
  content: "\f08e8";
}
.mdi-gesture::before {
  content: "\f07cb";
}
.mdi-gesture-double-tap::before {
  content: "\f073c";
}
.mdi-gesture-pinch::before {
  content: "\f0abd";
}
.mdi-gesture-spread::before {
  content: "\f0abe";
}
.mdi-gesture-swipe::before {
  content: "\f0d76";
}
.mdi-gesture-swipe-down::before {
  content: "\f073d";
}
.mdi-gesture-swipe-horizontal::before {
  content: "\f0abf";
}
.mdi-gesture-swipe-left::before {
  content: "\f073e";
}
.mdi-gesture-swipe-right::before {
  content: "\f073f";
}
.mdi-gesture-swipe-up::before {
  content: "\f0740";
}
.mdi-gesture-swipe-vertical::before {
  content: "\f0ac0";
}
.mdi-gesture-tap::before {
  content: "\f0741";
}
.mdi-gesture-tap-box::before {
  content: "\f12a9";
}
.mdi-gesture-tap-button::before {
  content: "\f12a8";
}
.mdi-gesture-tap-hold::before {
  content: "\f0d77";
}
.mdi-gesture-two-double-tap::before {
  content: "\f0742";
}
.mdi-gesture-two-tap::before {
  content: "\f0743";
}
.mdi-ghost::before {
  content: "\f02a0";
}
.mdi-ghost-off::before {
  content: "\f09f5";
}
.mdi-ghost-off-outline::before {
  content: "\f165c";
}
.mdi-ghost-outline::before {
  content: "\f165d";
}
.mdi-gift::before {
  content: "\f0e44";
}
.mdi-gift-off::before {
  content: "\f16ef";
}
.mdi-gift-off-outline::before {
  content: "\f16f0";
}
.mdi-gift-open::before {
  content: "\f16f1";
}
.mdi-gift-open-outline::before {
  content: "\f16f2";
}
.mdi-gift-outline::before {
  content: "\f02a1";
}
.mdi-git::before {
  content: "\f02a2";
}
.mdi-github::before {
  content: "\f02a4";
}
.mdi-gitlab::before {
  content: "\f0ba0";
}
.mdi-glass-cocktail::before {
  content: "\f0356";
}
.mdi-glass-cocktail-off::before {
  content: "\f15e6";
}
.mdi-glass-flute::before {
  content: "\f02a5";
}
.mdi-glass-fragile::before {
  content: "\f1873";
}
.mdi-glass-mug::before {
  content: "\f02a6";
}
.mdi-glass-mug-off::before {
  content: "\f15e7";
}
.mdi-glass-mug-variant::before {
  content: "\f1116";
}
.mdi-glass-mug-variant-off::before {
  content: "\f15e8";
}
.mdi-glass-pint-outline::before {
  content: "\f130d";
}
.mdi-glass-stange::before {
  content: "\f02a7";
}
.mdi-glass-tulip::before {
  content: "\f02a8";
}
.mdi-glass-wine::before {
  content: "\f0876";
}
.mdi-glasses::before {
  content: "\f02aa";
}
.mdi-globe-light::before {
  content: "\f066f";
}
.mdi-globe-light-outline::before {
  content: "\f12d7";
}
.mdi-globe-model::before {
  content: "\f08e9";
}
.mdi-gmail::before {
  content: "\f02ab";
}
.mdi-gnome::before {
  content: "\f02ac";
}
.mdi-go-kart::before {
  content: "\f0d79";
}
.mdi-go-kart-track::before {
  content: "\f0d7a";
}
.mdi-gog::before {
  content: "\f0ba1";
}
.mdi-gold::before {
  content: "\f124f";
}
.mdi-golf::before {
  content: "\f0823";
}
.mdi-golf-cart::before {
  content: "\f11a4";
}
.mdi-golf-tee::before {
  content: "\f1083";
}
.mdi-gondola::before {
  content: "\f0686";
}
.mdi-goodreads::before {
  content: "\f0d7b";
}
.mdi-google::before {
  content: "\f02ad";
}
.mdi-google-ads::before {
  content: "\f0c87";
}
.mdi-google-analytics::before {
  content: "\f07cc";
}
.mdi-google-assistant::before {
  content: "\f07cd";
}
.mdi-google-cardboard::before {
  content: "\f02ae";
}
.mdi-google-chrome::before {
  content: "\f02af";
}
.mdi-google-circles::before {
  content: "\f02b0";
}
.mdi-google-circles-communities::before {
  content: "\f02b1";
}
.mdi-google-circles-extended::before {
  content: "\f02b2";
}
.mdi-google-circles-group::before {
  content: "\f02b3";
}
.mdi-google-classroom::before {
  content: "\f02c0";
}
.mdi-google-cloud::before {
  content: "\f11f6";
}
.mdi-google-downasaur::before {
  content: "\f1362";
}
.mdi-google-drive::before {
  content: "\f02b6";
}
.mdi-google-earth::before {
  content: "\f02b7";
}
.mdi-google-fit::before {
  content: "\f096c";
}
.mdi-google-glass::before {
  content: "\f02b8";
}
.mdi-google-hangouts::before {
  content: "\f02c9";
}
.mdi-google-keep::before {
  content: "\f06dc";
}
.mdi-google-lens::before {
  content: "\f09f6";
}
.mdi-google-maps::before {
  content: "\f05f5";
}
.mdi-google-my-business::before {
  content: "\f1048";
}
.mdi-google-nearby::before {
  content: "\f02b9";
}
.mdi-google-play::before {
  content: "\f02bc";
}
.mdi-google-plus::before {
  content: "\f02bd";
}
.mdi-google-podcast::before {
  content: "\f0eb9";
}
.mdi-google-spreadsheet::before {
  content: "\f09f7";
}
.mdi-google-street-view::before {
  content: "\f0c88";
}
.mdi-google-translate::before {
  content: "\f02bf";
}
.mdi-gradient-horizontal::before {
  content: "\f174a";
}
.mdi-gradient-vertical::before {
  content: "\f06a0";
}
.mdi-grain::before {
  content: "\f0d7c";
}
.mdi-graph::before {
  content: "\f1049";
}
.mdi-graph-outline::before {
  content: "\f104a";
}
.mdi-graphql::before {
  content: "\f0877";
}
.mdi-grass::before {
  content: "\f1510";
}
.mdi-grave-stone::before {
  content: "\f0ba2";
}
.mdi-grease-pencil::before {
  content: "\f0648";
}
.mdi-greater-than::before {
  content: "\f096d";
}
.mdi-greater-than-or-equal::before {
  content: "\f096e";
}
.mdi-greenhouse::before {
  content: "\f002d";
}
.mdi-grid::before {
  content: "\f02c1";
}
.mdi-grid-large::before {
  content: "\f0758";
}
.mdi-grid-off::before {
  content: "\f02c2";
}
.mdi-grill::before {
  content: "\f0e45";
}
.mdi-grill-outline::before {
  content: "\f118a";
}
.mdi-group::before {
  content: "\f02c3";
}
.mdi-guitar-acoustic::before {
  content: "\f0771";
}
.mdi-guitar-electric::before {
  content: "\f02c4";
}
.mdi-guitar-pick::before {
  content: "\f02c5";
}
.mdi-guitar-pick-outline::before {
  content: "\f02c6";
}
.mdi-guy-fawkes-mask::before {
  content: "\f0825";
}
.mdi-gymnastics::before {
  content: "\f1a41";
}
.mdi-hail::before {
  content: "\f0ac1";
}
.mdi-hair-dryer::before {
  content: "\f10ef";
}
.mdi-hair-dryer-outline::before {
  content: "\f10f0";
}
.mdi-halloween::before {
  content: "\f0ba3";
}
.mdi-hamburger::before {
  content: "\f0685";
}
.mdi-hamburger-check::before {
  content: "\f1776";
}
.mdi-hamburger-minus::before {
  content: "\f1777";
}
.mdi-hamburger-off::before {
  content: "\f1778";
}
.mdi-hamburger-plus::before {
  content: "\f1779";
}
.mdi-hamburger-remove::before {
  content: "\f177a";
}
.mdi-hammer::before {
  content: "\f08ea";
}
.mdi-hammer-screwdriver::before {
  content: "\f1322";
}
.mdi-hammer-sickle::before {
  content: "\f1887";
}
.mdi-hammer-wrench::before {
  content: "\f1323";
}
.mdi-hand-back-left::before {
  content: "\f0e46";
}
.mdi-hand-back-left-off::before {
  content: "\f1830";
}
.mdi-hand-back-left-off-outline::before {
  content: "\f1832";
}
.mdi-hand-back-left-outline::before {
  content: "\f182c";
}
.mdi-hand-back-right::before {
  content: "\f0e47";
}
.mdi-hand-back-right-off::before {
  content: "\f1831";
}
.mdi-hand-back-right-off-outline::before {
  content: "\f1833";
}
.mdi-hand-back-right-outline::before {
  content: "\f182d";
}
.mdi-hand-clap::before {
  content: "\f194b";
}
.mdi-hand-clap-off::before {
  content: "\f1a42";
}
.mdi-hand-coin::before {
  content: "\f188f";
}
.mdi-hand-coin-outline::before {
  content: "\f1890";
}
.mdi-hand-cycle::before {
  content: "\f1b9c";
}
.mdi-hand-extended::before {
  content: "\f18b6";
}
.mdi-hand-extended-outline::before {
  content: "\f18b7";
}
.mdi-hand-front-left::before {
  content: "\f182b";
}
.mdi-hand-front-left-outline::before {
  content: "\f182e";
}
.mdi-hand-front-right::before {
  content: "\f0a4f";
}
.mdi-hand-front-right-outline::before {
  content: "\f182f";
}
.mdi-hand-heart::before {
  content: "\f10f1";
}
.mdi-hand-heart-outline::before {
  content: "\f157e";
}
.mdi-hand-okay::before {
  content: "\f0a50";
}
.mdi-hand-peace::before {
  content: "\f0a51";
}
.mdi-hand-peace-variant::before {
  content: "\f0a52";
}
.mdi-hand-pointing-down::before {
  content: "\f0a53";
}
.mdi-hand-pointing-left::before {
  content: "\f0a54";
}
.mdi-hand-pointing-right::before {
  content: "\f02c7";
}
.mdi-hand-pointing-up::before {
  content: "\f0a55";
}
.mdi-hand-saw::before {
  content: "\f0e48";
}
.mdi-hand-wash::before {
  content: "\f157f";
}
.mdi-hand-wash-outline::before {
  content: "\f1580";
}
.mdi-hand-water::before {
  content: "\f139f";
}
.mdi-hand-wave::before {
  content: "\f1821";
}
.mdi-hand-wave-outline::before {
  content: "\f1822";
}
.mdi-handball::before {
  content: "\f0f53";
}
.mdi-handcuffs::before {
  content: "\f113e";
}
.mdi-hands-pray::before {
  content: "\f0579";
}
.mdi-handshake::before {
  content: "\f1218";
}
.mdi-handshake-outline::before {
  content: "\f15a1";
}
.mdi-hanger::before {
  content: "\f02c8";
}
.mdi-hard-hat::before {
  content: "\f096f";
}
.mdi-harddisk::before {
  content: "\f02ca";
}
.mdi-harddisk-plus::before {
  content: "\f104b";
}
.mdi-harddisk-remove::before {
  content: "\f104c";
}
.mdi-hat-fedora::before {
  content: "\f0ba4";
}
.mdi-hazard-lights::before {
  content: "\f0c89";
}
.mdi-hdmi-port::before {
  content: "\f1bb8";
}
.mdi-hdr::before {
  content: "\f0d7d";
}
.mdi-hdr-off::before {
  content: "\f0d7e";
}
.mdi-head::before {
  content: "\f135e";
}
.mdi-head-alert::before {
  content: "\f1338";
}
.mdi-head-alert-outline::before {
  content: "\f1339";
}
.mdi-head-check::before {
  content: "\f133a";
}
.mdi-head-check-outline::before {
  content: "\f133b";
}
.mdi-head-cog::before {
  content: "\f133c";
}
.mdi-head-cog-outline::before {
  content: "\f133d";
}
.mdi-head-dots-horizontal::before {
  content: "\f133e";
}
.mdi-head-dots-horizontal-outline::before {
  content: "\f133f";
}
.mdi-head-flash::before {
  content: "\f1340";
}
.mdi-head-flash-outline::before {
  content: "\f1341";
}
.mdi-head-heart::before {
  content: "\f1342";
}
.mdi-head-heart-outline::before {
  content: "\f1343";
}
.mdi-head-lightbulb::before {
  content: "\f1344";
}
.mdi-head-lightbulb-outline::before {
  content: "\f1345";
}
.mdi-head-minus::before {
  content: "\f1346";
}
.mdi-head-minus-outline::before {
  content: "\f1347";
}
.mdi-head-outline::before {
  content: "\f135f";
}
.mdi-head-plus::before {
  content: "\f1348";
}
.mdi-head-plus-outline::before {
  content: "\f1349";
}
.mdi-head-question::before {
  content: "\f134a";
}
.mdi-head-question-outline::before {
  content: "\f134b";
}
.mdi-head-remove::before {
  content: "\f134c";
}
.mdi-head-remove-outline::before {
  content: "\f134d";
}
.mdi-head-snowflake::before {
  content: "\f134e";
}
.mdi-head-snowflake-outline::before {
  content: "\f134f";
}
.mdi-head-sync::before {
  content: "\f1350";
}
.mdi-head-sync-outline::before {
  content: "\f1351";
}
.mdi-headphones::before {
  content: "\f02cb";
}
.mdi-headphones-bluetooth::before {
  content: "\f0970";
}
.mdi-headphones-box::before {
  content: "\f02cc";
}
.mdi-headphones-off::before {
  content: "\f07ce";
}
.mdi-headphones-settings::before {
  content: "\f02cd";
}
.mdi-headset::before {
  content: "\f02ce";
}
.mdi-headset-dock::before {
  content: "\f02cf";
}
.mdi-headset-off::before {
  content: "\f02d0";
}
.mdi-heart::before {
  content: "\f02d1";
}
.mdi-heart-box::before {
  content: "\f02d2";
}
.mdi-heart-box-outline::before {
  content: "\f02d3";
}
.mdi-heart-broken::before {
  content: "\f02d4";
}
.mdi-heart-broken-outline::before {
  content: "\f0d14";
}
.mdi-heart-circle::before {
  content: "\f0971";
}
.mdi-heart-circle-outline::before {
  content: "\f0972";
}
.mdi-heart-cog::before {
  content: "\f1663";
}
.mdi-heart-cog-outline::before {
  content: "\f1664";
}
.mdi-heart-flash::before {
  content: "\f0ef9";
}
.mdi-heart-half::before {
  content: "\f06df";
}
.mdi-heart-half-full::before {
  content: "\f06de";
}
.mdi-heart-half-outline::before {
  content: "\f06e0";
}
.mdi-heart-minus::before {
  content: "\f142f";
}
.mdi-heart-minus-outline::before {
  content: "\f1432";
}
.mdi-heart-multiple::before {
  content: "\f0a56";
}
.mdi-heart-multiple-outline::before {
  content: "\f0a57";
}
.mdi-heart-off::before {
  content: "\f0759";
}
.mdi-heart-off-outline::before {
  content: "\f1434";
}
.mdi-heart-outline::before {
  content: "\f02d5";
}
.mdi-heart-plus::before {
  content: "\f142e";
}
.mdi-heart-plus-outline::before {
  content: "\f1431";
}
.mdi-heart-pulse::before {
  content: "\f05f6";
}
.mdi-heart-remove::before {
  content: "\f1430";
}
.mdi-heart-remove-outline::before {
  content: "\f1433";
}
.mdi-heart-settings::before {
  content: "\f1665";
}
.mdi-heart-settings-outline::before {
  content: "\f1666";
}
.mdi-heat-pump::before {
  content: "\f1a43";
}
.mdi-heat-pump-outline::before {
  content: "\f1a44";
}
.mdi-heat-wave::before {
  content: "\f1a45";
}
.mdi-heating-coil::before {
  content: "\f1aaf";
}
.mdi-helicopter::before {
  content: "\f0ac2";
}
.mdi-help::before {
  content: "\f02d6";
}
.mdi-help-box::before {
  content: "\f078b";
}
.mdi-help-box-multiple::before {
  content: "\f1c0a";
}
.mdi-help-box-multiple-outline::before {
  content: "\f1c0b";
}
.mdi-help-box-outline::before {
  content: "\f1c0c";
}
.mdi-help-circle::before {
  content: "\f02d7";
}
.mdi-help-circle-outline::before {
  content: "\f0625";
}
.mdi-help-network::before {
  content: "\f06f5";
}
.mdi-help-network-outline::before {
  content: "\f0c8a";
}
.mdi-help-rhombus::before {
  content: "\f0ba5";
}
.mdi-help-rhombus-outline::before {
  content: "\f0ba6";
}
.mdi-hexadecimal::before {
  content: "\f12a7";
}
.mdi-hexagon::before {
  content: "\f02d8";
}
.mdi-hexagon-multiple::before {
  content: "\f06e1";
}
.mdi-hexagon-multiple-outline::before {
  content: "\f10f2";
}
.mdi-hexagon-outline::before {
  content: "\f02d9";
}
.mdi-hexagon-slice-1::before {
  content: "\f0ac3";
}
.mdi-hexagon-slice-2::before {
  content: "\f0ac4";
}
.mdi-hexagon-slice-3::before {
  content: "\f0ac5";
}
.mdi-hexagon-slice-4::before {
  content: "\f0ac6";
}
.mdi-hexagon-slice-5::before {
  content: "\f0ac7";
}
.mdi-hexagon-slice-6::before {
  content: "\f0ac8";
}
.mdi-hexagram::before {
  content: "\f0ac9";
}
.mdi-hexagram-outline::before {
  content: "\f0aca";
}
.mdi-high-definition::before {
  content: "\f07cf";
}
.mdi-high-definition-box::before {
  content: "\f0878";
}
.mdi-highway::before {
  content: "\f05f7";
}
.mdi-hiking::before {
  content: "\f0d7f";
}
.mdi-history::before {
  content: "\f02da";
}
.mdi-hockey-puck::before {
  content: "\f0879";
}
.mdi-hockey-sticks::before {
  content: "\f087a";
}
.mdi-hololens::before {
  content: "\f02db";
}
.mdi-home::before {
  content: "\f02dc";
}
.mdi-home-account::before {
  content: "\f0826";
}
.mdi-home-alert::before {
  content: "\f087b";
}
.mdi-home-alert-outline::before {
  content: "\f15d0";
}
.mdi-home-analytics::before {
  content: "\f0eba";
}
.mdi-home-assistant::before {
  content: "\f07d0";
}
.mdi-home-automation::before {
  content: "\f07d1";
}
.mdi-home-battery::before {
  content: "\f1901";
}
.mdi-home-battery-outline::before {
  content: "\f1902";
}
.mdi-home-circle::before {
  content: "\f07d2";
}
.mdi-home-circle-outline::before {
  content: "\f104d";
}
.mdi-home-city::before {
  content: "\f0d15";
}
.mdi-home-city-outline::before {
  content: "\f0d16";
}
.mdi-home-clock::before {
  content: "\f1a12";
}
.mdi-home-clock-outline::before {
  content: "\f1a13";
}
.mdi-home-edit::before {
  content: "\f1159";
}
.mdi-home-edit-outline::before {
  content: "\f115a";
}
.mdi-home-export-outline::before {
  content: "\f0f9b";
}
.mdi-home-flood::before {
  content: "\f0efa";
}
.mdi-home-floor-0::before {
  content: "\f0dd2";
}
.mdi-home-floor-1::before {
  content: "\f0d80";
}
.mdi-home-floor-2::before {
  content: "\f0d81";
}
.mdi-home-floor-3::before {
  content: "\f0d82";
}
.mdi-home-floor-a::before {
  content: "\f0d83";
}
.mdi-home-floor-b::before {
  content: "\f0d84";
}
.mdi-home-floor-g::before {
  content: "\f0d85";
}
.mdi-home-floor-l::before {
  content: "\f0d86";
}
.mdi-home-floor-negative-1::before {
  content: "\f0dd3";
}
.mdi-home-group::before {
  content: "\f0dd4";
}
.mdi-home-group-minus::before {
  content: "\f19c1";
}
.mdi-home-group-plus::before {
  content: "\f19c0";
}
.mdi-home-group-remove::before {
  content: "\f19c2";
}
.mdi-home-heart::before {
  content: "\f0827";
}
.mdi-home-import-outline::before {
  content: "\f0f9c";
}
.mdi-home-lightbulb::before {
  content: "\f1251";
}
.mdi-home-lightbulb-outline::before {
  content: "\f1252";
}
.mdi-home-lightning-bolt::before {
  content: "\f1903";
}
.mdi-home-lightning-bolt-outline::before {
  content: "\f1904";
}
.mdi-home-lock::before {
  content: "\f08eb";
}
.mdi-home-lock-open::before {
  content: "\f08ec";
}
.mdi-home-map-marker::before {
  content: "\f05f8";
}
.mdi-home-minus::before {
  content: "\f0974";
}
.mdi-home-minus-outline::before {
  content: "\f13d5";
}
.mdi-home-modern::before {
  content: "\f02dd";
}
.mdi-home-off::before {
  content: "\f1a46";
}
.mdi-home-off-outline::before {
  content: "\f1a47";
}
.mdi-home-outline::before {
  content: "\f06a1";
}
.mdi-home-plus::before {
  content: "\f0975";
}
.mdi-home-plus-outline::before {
  content: "\f13d6";
}
.mdi-home-remove::before {
  content: "\f1247";
}
.mdi-home-remove-outline::before {
  content: "\f13d7";
}
.mdi-home-roof::before {
  content: "\f112b";
}
.mdi-home-search::before {
  content: "\f13b0";
}
.mdi-home-search-outline::before {
  content: "\f13b1";
}
.mdi-home-silo::before {
  content: "\f1ba0";
}
.mdi-home-silo-outline::before {
  content: "\f1ba1";
}
.mdi-home-switch::before {
  content: "\f1794";
}
.mdi-home-switch-outline::before {
  content: "\f1795";
}
.mdi-home-thermometer::before {
  content: "\f0f54";
}
.mdi-home-thermometer-outline::before {
  content: "\f0f55";
}
.mdi-home-variant::before {
  content: "\f02de";
}
.mdi-home-variant-outline::before {
  content: "\f0ba7";
}
.mdi-hook::before {
  content: "\f06e2";
}
.mdi-hook-off::before {
  content: "\f06e3";
}
.mdi-hoop-house::before {
  content: "\f0e56";
}
.mdi-hops::before {
  content: "\f02df";
}
.mdi-horizontal-rotate-clockwise::before {
  content: "\f10f3";
}
.mdi-horizontal-rotate-counterclockwise::before {
  content: "\f10f4";
}
.mdi-horse::before {
  content: "\f15bf";
}
.mdi-horse-human::before {
  content: "\f15c0";
}
.mdi-horse-variant::before {
  content: "\f15c1";
}
.mdi-horse-variant-fast::before {
  content: "\f186e";
}
.mdi-horseshoe::before {
  content: "\f0a58";
}
.mdi-hospital::before {
  content: "\f0ff6";
}
.mdi-hospital-box::before {
  content: "\f02e0";
}
.mdi-hospital-box-outline::before {
  content: "\f0ff7";
}
.mdi-hospital-building::before {
  content: "\f02e1";
}
.mdi-hospital-marker::before {
  content: "\f02e2";
}
.mdi-hot-tub::before {
  content: "\f0828";
}
.mdi-hours-24::before {
  content: "\f1478";
}
.mdi-hubspot::before {
  content: "\f0d17";
}
.mdi-hulu::before {
  content: "\f0829";
}
.mdi-human::before {
  content: "\f02e6";
}
.mdi-human-baby-changing-table::before {
  content: "\f138b";
}
.mdi-human-cane::before {
  content: "\f1581";
}
.mdi-human-capacity-decrease::before {
  content: "\f159b";
}
.mdi-human-capacity-increase::before {
  content: "\f159c";
}
.mdi-human-child::before {
  content: "\f02e7";
}
.mdi-human-dolly::before {
  content: "\f1980";
}
.mdi-human-edit::before {
  content: "\f14e8";
}
.mdi-human-female::before {
  content: "\f0649";
}
.mdi-human-female-boy::before {
  content: "\f0a59";
}
.mdi-human-female-dance::before {
  content: "\f15c9";
}
.mdi-human-female-female::before {
  content: "\f0a5a";
}
.mdi-human-female-girl::before {
  content: "\f0a5b";
}
.mdi-human-greeting::before {
  content: "\f17c4";
}
.mdi-human-greeting-proximity::before {
  content: "\f159d";
}
.mdi-human-greeting-variant::before {
  content: "\f064a";
}
.mdi-human-handsdown::before {
  content: "\f064b";
}
.mdi-human-handsup::before {
  content: "\f064c";
}
.mdi-human-male::before {
  content: "\f064d";
}
.mdi-human-male-board::before {
  content: "\f0890";
}
.mdi-human-male-board-poll::before {
  content: "\f0846";
}
.mdi-human-male-boy::before {
  content: "\f0a5c";
}
.mdi-human-male-child::before {
  content: "\f138c";
}
.mdi-human-male-female::before {
  content: "\f02e8";
}
.mdi-human-male-female-child::before {
  content: "\f1823";
}
.mdi-human-male-girl::before {
  content: "\f0a5d";
}
.mdi-human-male-height::before {
  content: "\f0efb";
}
.mdi-human-male-height-variant::before {
  content: "\f0efc";
}
.mdi-human-male-male::before {
  content: "\f0a5e";
}
.mdi-human-non-binary::before {
  content: "\f1848";
}
.mdi-human-pregnant::before {
  content: "\f05cf";
}
.mdi-human-queue::before {
  content: "\f1571";
}
.mdi-human-scooter::before {
  content: "\f11e9";
}
.mdi-human-walker::before {
  content: "\f1b71";
}
.mdi-human-wheelchair::before {
  content: "\f138d";
}
.mdi-human-white-cane::before {
  content: "\f1981";
}
.mdi-humble-bundle::before {
  content: "\f0744";
}
.mdi-hvac::before {
  content: "\f1352";
}
.mdi-hvac-off::before {
  content: "\f159e";
}
.mdi-hydraulic-oil-level::before {
  content: "\f1324";
}
.mdi-hydraulic-oil-temperature::before {
  content: "\f1325";
}
.mdi-hydro-power::before {
  content: "\f12e5";
}
.mdi-hydrogen-station::before {
  content: "\f1894";
}
.mdi-ice-cream::before {
  content: "\f082a";
}
.mdi-ice-cream-off::before {
  content: "\f0e52";
}
.mdi-ice-pop::before {
  content: "\f0efd";
}
.mdi-id-card::before {
  content: "\f0fc0";
}
.mdi-identifier::before {
  content: "\f0efe";
}
.mdi-ideogram-cjk::before {
  content: "\f1331";
}
.mdi-ideogram-cjk-variant::before {
  content: "\f1332";
}
.mdi-image::before {
  content: "\f02e9";
}
.mdi-image-album::before {
  content: "\f02ea";
}
.mdi-image-area::before {
  content: "\f02eb";
}
.mdi-image-area-close::before {
  content: "\f02ec";
}
.mdi-image-auto-adjust::before {
  content: "\f0fc1";
}
.mdi-image-broken::before {
  content: "\f02ed";
}
.mdi-image-broken-variant::before {
  content: "\f02ee";
}
.mdi-image-check::before {
  content: "\f1b25";
}
.mdi-image-check-outline::before {
  content: "\f1b26";
}
.mdi-image-edit::before {
  content: "\f11e3";
}
.mdi-image-edit-outline::before {
  content: "\f11e4";
}
.mdi-image-filter-black-white::before {
  content: "\f02f0";
}
.mdi-image-filter-center-focus::before {
  content: "\f02f1";
}
.mdi-image-filter-center-focus-strong::before {
  content: "\f0eff";
}
.mdi-image-filter-center-focus-strong-outline::before {
  content: "\f0f00";
}
.mdi-image-filter-center-focus-weak::before {
  content: "\f02f2";
}
.mdi-image-filter-drama::before {
  content: "\f02f3";
}
.mdi-image-filter-drama-outline::before {
  content: "\f1bff";
}
.mdi-image-filter-frames::before {
  content: "\f02f4";
}
.mdi-image-filter-hdr::before {
  content: "\f02f5";
}
.mdi-image-filter-none::before {
  content: "\f02f6";
}
.mdi-image-filter-tilt-shift::before {
  content: "\f02f7";
}
.mdi-image-filter-vintage::before {
  content: "\f02f8";
}
.mdi-image-frame::before {
  content: "\f0e49";
}
.mdi-image-lock::before {
  content: "\f1ab0";
}
.mdi-image-lock-outline::before {
  content: "\f1ab1";
}
.mdi-image-marker::before {
  content: "\f177b";
}
.mdi-image-marker-outline::before {
  content: "\f177c";
}
.mdi-image-minus::before {
  content: "\f1419";
}
.mdi-image-minus-outline::before {
  content: "\f1b47";
}
.mdi-image-move::before {
  content: "\f09f8";
}
.mdi-image-multiple::before {
  content: "\f02f9";
}
.mdi-image-multiple-outline::before {
  content: "\f02ef";
}
.mdi-image-off::before {
  content: "\f082b";
}
.mdi-image-off-outline::before {
  content: "\f11d1";
}
.mdi-image-outline::before {
  content: "\f0976";
}
.mdi-image-plus::before {
  content: "\f087c";
}
.mdi-image-plus-outline::before {
  content: "\f1b46";
}
.mdi-image-refresh::before {
  content: "\f19fe";
}
.mdi-image-refresh-outline::before {
  content: "\f19ff";
}
.mdi-image-remove::before {
  content: "\f1418";
}
.mdi-image-remove-outline::before {
  content: "\f1b48";
}
.mdi-image-search::before {
  content: "\f0977";
}
.mdi-image-search-outline::before {
  content: "\f0978";
}
.mdi-image-size-select-actual::before {
  content: "\f0c8d";
}
.mdi-image-size-select-large::before {
  content: "\f0c8e";
}
.mdi-image-size-select-small::before {
  content: "\f0c8f";
}
.mdi-image-sync::before {
  content: "\f1a00";
}
.mdi-image-sync-outline::before {
  content: "\f1a01";
}
.mdi-image-text::before {
  content: "\f160d";
}
.mdi-import::before {
  content: "\f02fa";
}
.mdi-inbox::before {
  content: "\f0687";
}
.mdi-inbox-arrow-down::before {
  content: "\f02fb";
}
.mdi-inbox-arrow-down-outline::before {
  content: "\f1270";
}
.mdi-inbox-arrow-up::before {
  content: "\f03d1";
}
.mdi-inbox-arrow-up-outline::before {
  content: "\f1271";
}
.mdi-inbox-full::before {
  content: "\f1272";
}
.mdi-inbox-full-outline::before {
  content: "\f1273";
}
.mdi-inbox-multiple::before {
  content: "\f08b0";
}
.mdi-inbox-multiple-outline::before {
  content: "\f0ba8";
}
.mdi-inbox-outline::before {
  content: "\f1274";
}
.mdi-inbox-remove::before {
  content: "\f159f";
}
.mdi-inbox-remove-outline::before {
  content: "\f15a0";
}
.mdi-incognito::before {
  content: "\f05f9";
}
.mdi-incognito-circle::before {
  content: "\f1421";
}
.mdi-incognito-circle-off::before {
  content: "\f1422";
}
.mdi-incognito-off::before {
  content: "\f0075";
}
.mdi-induction::before {
  content: "\f184c";
}
.mdi-infinity::before {
  content: "\f06e4";
}
.mdi-information::before {
  content: "\f02fc";
}
.mdi-information-off::before {
  content: "\f178c";
}
.mdi-information-off-outline::before {
  content: "\f178d";
}
.mdi-information-outline::before {
  content: "\f02fd";
}
.mdi-information-variant::before {
  content: "\f064e";
}
.mdi-instagram::before {
  content: "\f02fe";
}
.mdi-instrument-triangle::before {
  content: "\f104e";
}
.mdi-integrated-circuit-chip::before {
  content: "\f1913";
}
.mdi-invert-colors::before {
  content: "\f0301";
}
.mdi-invert-colors-off::before {
  content: "\f0e4a";
}
.mdi-iobroker::before {
  content: "\f12e8";
}
.mdi-ip::before {
  content: "\f0a5f";
}
.mdi-ip-network::before {
  content: "\f0a60";
}
.mdi-ip-network-outline::before {
  content: "\f0c90";
}
.mdi-ip-outline::before {
  content: "\f1982";
}
.mdi-ipod::before {
  content: "\f0c91";
}
.mdi-iron::before {
  content: "\f1824";
}
.mdi-iron-board::before {
  content: "\f1838";
}
.mdi-iron-outline::before {
  content: "\f1825";
}
.mdi-island::before {
  content: "\f104f";
}
.mdi-iv-bag::before {
  content: "\f10b9";
}
.mdi-jabber::before {
  content: "\f0dd5";
}
.mdi-jeepney::before {
  content: "\f0302";
}
.mdi-jellyfish::before {
  content: "\f0f01";
}
.mdi-jellyfish-outline::before {
  content: "\f0f02";
}
.mdi-jira::before {
  content: "\f0303";
}
.mdi-jquery::before {
  content: "\f087d";
}
.mdi-jsfiddle::before {
  content: "\f0304";
}
.mdi-jump-rope::before {
  content: "\f12ff";
}
.mdi-kabaddi::before {
  content: "\f0d87";
}
.mdi-kangaroo::before {
  content: "\f1558";
}
.mdi-karate::before {
  content: "\f082c";
}
.mdi-kayaking::before {
  content: "\f08af";
}
.mdi-keg::before {
  content: "\f0305";
}
.mdi-kettle::before {
  content: "\f05fa";
}
.mdi-kettle-alert::before {
  content: "\f1317";
}
.mdi-kettle-alert-outline::before {
  content: "\f1318";
}
.mdi-kettle-off::before {
  content: "\f131b";
}
.mdi-kettle-off-outline::before {
  content: "\f131c";
}
.mdi-kettle-outline::before {
  content: "\f0f56";
}
.mdi-kettle-pour-over::before {
  content: "\f173c";
}
.mdi-kettle-steam::before {
  content: "\f1319";
}
.mdi-kettle-steam-outline::before {
  content: "\f131a";
}
.mdi-kettlebell::before {
  content: "\f1300";
}
.mdi-key::before {
  content: "\f0306";
}
.mdi-key-alert::before {
  content: "\f1983";
}
.mdi-key-alert-outline::before {
  content: "\f1984";
}
.mdi-key-arrow-right::before {
  content: "\f1312";
}
.mdi-key-chain::before {
  content: "\f1574";
}
.mdi-key-chain-variant::before {
  content: "\f1575";
}
.mdi-key-change::before {
  content: "\f0307";
}
.mdi-key-link::before {
  content: "\f119f";
}
.mdi-key-minus::before {
  content: "\f0308";
}
.mdi-key-outline::before {
  content: "\f0dd6";
}
.mdi-key-plus::before {
  content: "\f0309";
}
.mdi-key-remove::before {
  content: "\f030a";
}
.mdi-key-star::before {
  content: "\f119e";
}
.mdi-key-variant::before {
  content: "\f030b";
}
.mdi-key-wireless::before {
  content: "\f0fc2";
}
.mdi-keyboard::before {
  content: "\f030c";
}
.mdi-keyboard-backspace::before {
  content: "\f030d";
}
.mdi-keyboard-caps::before {
  content: "\f030e";
}
.mdi-keyboard-close::before {
  content: "\f030f";
}
.mdi-keyboard-close-outline::before {
  content: "\f1c00";
}
.mdi-keyboard-esc::before {
  content: "\f12b7";
}
.mdi-keyboard-f1::before {
  content: "\f12ab";
}
.mdi-keyboard-f10::before {
  content: "\f12b4";
}
.mdi-keyboard-f11::before {
  content: "\f12b5";
}
.mdi-keyboard-f12::before {
  content: "\f12b6";
}
.mdi-keyboard-f2::before {
  content: "\f12ac";
}
.mdi-keyboard-f3::before {
  content: "\f12ad";
}
.mdi-keyboard-f4::before {
  content: "\f12ae";
}
.mdi-keyboard-f5::before {
  content: "\f12af";
}
.mdi-keyboard-f6::before {
  content: "\f12b0";
}
.mdi-keyboard-f7::before {
  content: "\f12b1";
}
.mdi-keyboard-f8::before {
  content: "\f12b2";
}
.mdi-keyboard-f9::before {
  content: "\f12b3";
}
.mdi-keyboard-off::before {
  content: "\f0310";
}
.mdi-keyboard-off-outline::before {
  content: "\f0e4b";
}
.mdi-keyboard-outline::before {
  content: "\f097b";
}
.mdi-keyboard-return::before {
  content: "\f0311";
}
.mdi-keyboard-settings::before {
  content: "\f09f9";
}
.mdi-keyboard-settings-outline::before {
  content: "\f09fa";
}
.mdi-keyboard-space::before {
  content: "\f1050";
}
.mdi-keyboard-tab::before {
  content: "\f0312";
}
.mdi-keyboard-tab-reverse::before {
  content: "\f0325";
}
.mdi-keyboard-variant::before {
  content: "\f0313";
}
.mdi-khanda::before {
  content: "\f10fd";
}
.mdi-kickstarter::before {
  content: "\f0745";
}
.mdi-kite::before {
  content: "\f1985";
}
.mdi-kite-outline::before {
  content: "\f1986";
}
.mdi-kitesurfing::before {
  content: "\f1744";
}
.mdi-klingon::before {
  content: "\f135b";
}
.mdi-knife::before {
  content: "\f09fb";
}
.mdi-knife-military::before {
  content: "\f09fc";
}
.mdi-knob::before {
  content: "\f1b96";
}
.mdi-koala::before {
  content: "\f173f";
}
.mdi-kodi::before {
  content: "\f0314";
}
.mdi-kubernetes::before {
  content: "\f10fe";
}
.mdi-label::before {
  content: "\f0315";
}
.mdi-label-multiple::before {
  content: "\f1375";
}
.mdi-label-multiple-outline::before {
  content: "\f1376";
}
.mdi-label-off::before {
  content: "\f0acb";
}
.mdi-label-off-outline::before {
  content: "\f0acc";
}
.mdi-label-outline::before {
  content: "\f0316";
}
.mdi-label-percent::before {
  content: "\f12ea";
}
.mdi-label-percent-outline::before {
  content: "\f12eb";
}
.mdi-label-variant::before {
  content: "\f0acd";
}
.mdi-label-variant-outline::before {
  content: "\f0ace";
}
.mdi-ladder::before {
  content: "\f15a2";
}
.mdi-ladybug::before {
  content: "\f082d";
}
.mdi-lambda::before {
  content: "\f0627";
}
.mdi-lamp::before {
  content: "\f06b5";
}
.mdi-lamp-outline::before {
  content: "\f17d0";
}
.mdi-lamps::before {
  content: "\f1576";
}
.mdi-lamps-outline::before {
  content: "\f17d1";
}
.mdi-lan::before {
  content: "\f0317";
}
.mdi-lan-check::before {
  content: "\f12aa";
}
.mdi-lan-connect::before {
  content: "\f0318";
}
.mdi-lan-disconnect::before {
  content: "\f0319";
}
.mdi-lan-pending::before {
  content: "\f031a";
}
.mdi-land-fields::before {
  content: "\f1ab2";
}
.mdi-land-plots::before {
  content: "\f1ab3";
}
.mdi-land-plots-circle::before {
  content: "\f1ab4";
}
.mdi-land-plots-circle-variant::before {
  content: "\f1ab5";
}
.mdi-land-rows-horizontal::before {
  content: "\f1ab6";
}
.mdi-land-rows-vertical::before {
  content: "\f1ab7";
}
.mdi-landslide::before {
  content: "\f1a48";
}
.mdi-landslide-outline::before {
  content: "\f1a49";
}
.mdi-language-c::before {
  content: "\f0671";
}
.mdi-language-cpp::before {
  content: "\f0672";
}
.mdi-language-csharp::before {
  content: "\f031b";
}
.mdi-language-css3::before {
  content: "\f031c";
}
.mdi-language-fortran::before {
  content: "\f121a";
}
.mdi-language-go::before {
  content: "\f07d3";
}
.mdi-language-haskell::before {
  content: "\f0c92";
}
.mdi-language-html5::before {
  content: "\f031d";
}
.mdi-language-java::before {
  content: "\f0b37";
}
.mdi-language-javascript::before {
  content: "\f031e";
}
.mdi-language-kotlin::before {
  content: "\f1219";
}
.mdi-language-lua::before {
  content: "\f08b1";
}
.mdi-language-markdown::before {
  content: "\f0354";
}
.mdi-language-markdown-outline::before {
  content: "\f0f5b";
}
.mdi-language-php::before {
  content: "\f031f";
}
.mdi-language-python::before {
  content: "\f0320";
}
.mdi-language-r::before {
  content: "\f07d4";
}
.mdi-language-ruby::before {
  content: "\f0d2d";
}
.mdi-language-ruby-on-rails::before {
  content: "\f0acf";
}
.mdi-language-rust::before {
  content: "\f1617";
}
.mdi-language-swift::before {
  content: "\f06e5";
}
.mdi-language-typescript::before {
  content: "\f06e6";
}
.mdi-language-xaml::before {
  content: "\f0673";
}
.mdi-laptop::before {
  content: "\f0322";
}
.mdi-laptop-account::before {
  content: "\f1a4a";
}
.mdi-laptop-off::before {
  content: "\f06e7";
}
.mdi-laravel::before {
  content: "\f0ad0";
}
.mdi-laser-pointer::before {
  content: "\f1484";
}
.mdi-lasso::before {
  content: "\f0f03";
}
.mdi-lastpass::before {
  content: "\f0446";
}
.mdi-latitude::before {
  content: "\f0f57";
}
.mdi-launch::before {
  content: "\f0327";
}
.mdi-lava-lamp::before {
  content: "\f07d5";
}
.mdi-layers::before {
  content: "\f0328";
}
.mdi-layers-edit::before {
  content: "\f1892";
}
.mdi-layers-minus::before {
  content: "\f0e4c";
}
.mdi-layers-off::before {
  content: "\f0329";
}
.mdi-layers-off-outline::before {
  content: "\f09fd";
}
.mdi-layers-outline::before {
  content: "\f09fe";
}
.mdi-layers-plus::before {
  content: "\f0e4d";
}
.mdi-layers-remove::before {
  content: "\f0e4e";
}
.mdi-layers-search::before {
  content: "\f1206";
}
.mdi-layers-search-outline::before {
  content: "\f1207";
}
.mdi-layers-triple::before {
  content: "\f0f58";
}
.mdi-layers-triple-outline::before {
  content: "\f0f59";
}
.mdi-lead-pencil::before {
  content: "\f064f";
}
.mdi-leaf::before {
  content: "\f032a";
}
.mdi-leaf-circle::before {
  content: "\f1905";
}
.mdi-leaf-circle-outline::before {
  content: "\f1906";
}
.mdi-leaf-maple::before {
  content: "\f0c93";
}
.mdi-leaf-maple-off::before {
  content: "\f12da";
}
.mdi-leaf-off::before {
  content: "\f12d9";
}
.mdi-leak::before {
  content: "\f0dd7";
}
.mdi-leak-off::before {
  content: "\f0dd8";
}
.mdi-lectern::before {
  content: "\f1af0";
}
.mdi-led-off::before {
  content: "\f032b";
}
.mdi-led-on::before {
  content: "\f032c";
}
.mdi-led-outline::before {
  content: "\f032d";
}
.mdi-led-strip::before {
  content: "\f07d6";
}
.mdi-led-strip-variant::before {
  content: "\f1051";
}
.mdi-led-strip-variant-off::before {
  content: "\f1a4b";
}
.mdi-led-variant-off::before {
  content: "\f032e";
}
.mdi-led-variant-on::before {
  content: "\f032f";
}
.mdi-led-variant-outline::before {
  content: "\f0330";
}
.mdi-leek::before {
  content: "\f117d";
}
.mdi-less-than::before {
  content: "\f097c";
}
.mdi-less-than-or-equal::before {
  content: "\f097d";
}
.mdi-library::before {
  content: "\f0331";
}
.mdi-library-outline::before {
  content: "\f1a22";
}
.mdi-library-shelves::before {
  content: "\f0ba9";
}
.mdi-license::before {
  content: "\f0fc3";
}
.mdi-lifebuoy::before {
  content: "\f087e";
}
.mdi-light-flood-down::before {
  content: "\f1987";
}
.mdi-light-flood-up::before {
  content: "\f1988";
}
.mdi-light-recessed::before {
  content: "\f179b";
}
.mdi-light-switch::before {
  content: "\f097e";
}
.mdi-light-switch-off::before {
  content: "\f1a24";
}
.mdi-lightbulb::before {
  content: "\f0335";
}
.mdi-lightbulb-alert::before {
  content: "\f19e1";
}
.mdi-lightbulb-alert-outline::before {
  content: "\f19e2";
}
.mdi-lightbulb-auto::before {
  content: "\f1800";
}
.mdi-lightbulb-auto-outline::before {
  content: "\f1801";
}
.mdi-lightbulb-cfl::before {
  content: "\f1208";
}
.mdi-lightbulb-cfl-off::before {
  content: "\f1209";
}
.mdi-lightbulb-cfl-spiral::before {
  content: "\f1275";
}
.mdi-lightbulb-cfl-spiral-off::before {
  content: "\f12c3";
}
.mdi-lightbulb-fluorescent-tube::before {
  content: "\f1804";
}
.mdi-lightbulb-fluorescent-tube-outline::before {
  content: "\f1805";
}
.mdi-lightbulb-group::before {
  content: "\f1253";
}
.mdi-lightbulb-group-off::before {
  content: "\f12cd";
}
.mdi-lightbulb-group-off-outline::before {
  content: "\f12ce";
}
.mdi-lightbulb-group-outline::before {
  content: "\f1254";
}
.mdi-lightbulb-multiple::before {
  content: "\f1255";
}
.mdi-lightbulb-multiple-off::before {
  content: "\f12cf";
}
.mdi-lightbulb-multiple-off-outline::before {
  content: "\f12d0";
}
.mdi-lightbulb-multiple-outline::before {
  content: "\f1256";
}
.mdi-lightbulb-night::before {
  content: "\f1a4c";
}
.mdi-lightbulb-night-outline::before {
  content: "\f1a4d";
}
.mdi-lightbulb-off::before {
  content: "\f0e4f";
}
.mdi-lightbulb-off-outline::before {
  content: "\f0e50";
}
.mdi-lightbulb-on::before {
  content: "\f06e8";
}
.mdi-lightbulb-on-10::before {
  content: "\f1a4e";
}
.mdi-lightbulb-on-20::before {
  content: "\f1a4f";
}
.mdi-lightbulb-on-30::before {
  content: "\f1a50";
}
.mdi-lightbulb-on-40::before {
  content: "\f1a51";
}
.mdi-lightbulb-on-50::before {
  content: "\f1a52";
}
.mdi-lightbulb-on-60::before {
  content: "\f1a53";
}
.mdi-lightbulb-on-70::before {
  content: "\f1a54";
}
.mdi-lightbulb-on-80::before {
  content: "\f1a55";
}
.mdi-lightbulb-on-90::before {
  content: "\f1a56";
}
.mdi-lightbulb-on-outline::before {
  content: "\f06e9";
}
.mdi-lightbulb-outline::before {
  content: "\f0336";
}
.mdi-lightbulb-question::before {
  content: "\f19e3";
}
.mdi-lightbulb-question-outline::before {
  content: "\f19e4";
}
.mdi-lightbulb-spot::before {
  content: "\f17f4";
}
.mdi-lightbulb-spot-off::before {
  content: "\f17f5";
}
.mdi-lightbulb-variant::before {
  content: "\f1802";
}
.mdi-lightbulb-variant-outline::before {
  content: "\f1803";
}
.mdi-lighthouse::before {
  content: "\f09ff";
}
.mdi-lighthouse-on::before {
  content: "\f0a00";
}
.mdi-lightning-bolt::before {
  content: "\f140b";
}
.mdi-lightning-bolt-circle::before {
  content: "\f0820";
}
.mdi-lightning-bolt-outline::before {
  content: "\f140c";
}
.mdi-line-scan::before {
  content: "\f0624";
}
.mdi-lingerie::before {
  content: "\f1476";
}
.mdi-link::before {
  content: "\f0337";
}
.mdi-link-box::before {
  content: "\f0d1a";
}
.mdi-link-box-outline::before {
  content: "\f0d1b";
}
.mdi-link-box-variant::before {
  content: "\f0d1c";
}
.mdi-link-box-variant-outline::before {
  content: "\f0d1d";
}
.mdi-link-lock::before {
  content: "\f10ba";
}
.mdi-link-off::before {
  content: "\f0338";
}
.mdi-link-plus::before {
  content: "\f0c94";
}
.mdi-link-variant::before {
  content: "\f0339";
}
.mdi-link-variant-minus::before {
  content: "\f10ff";
}
.mdi-link-variant-off::before {
  content: "\f033a";
}
.mdi-link-variant-plus::before {
  content: "\f1100";
}
.mdi-link-variant-remove::before {
  content: "\f1101";
}
.mdi-linkedin::before {
  content: "\f033b";
}
.mdi-linux::before {
  content: "\f033d";
}
.mdi-linux-mint::before {
  content: "\f08ed";
}
.mdi-lipstick::before {
  content: "\f13b5";
}
.mdi-liquid-spot::before {
  content: "\f1826";
}
.mdi-liquor::before {
  content: "\f191e";
}
.mdi-list-box::before {
  content: "\f1b7b";
}
.mdi-list-box-outline::before {
  content: "\f1b7c";
}
.mdi-list-status::before {
  content: "\f15ab";
}
.mdi-litecoin::before {
  content: "\f0a61";
}
.mdi-loading::before {
  content: "\f0772";
}
.mdi-location-enter::before {
  content: "\f0fc4";
}
.mdi-location-exit::before {
  content: "\f0fc5";
}
.mdi-lock::before {
  content: "\f033e";
}
.mdi-lock-alert::before {
  content: "\f08ee";
}
.mdi-lock-alert-outline::before {
  content: "\f15d1";
}
.mdi-lock-check::before {
  content: "\f139a";
}
.mdi-lock-check-outline::before {
  content: "\f16a8";
}
.mdi-lock-clock::before {
  content: "\f097f";
}
.mdi-lock-minus::before {
  content: "\f16a9";
}
.mdi-lock-minus-outline::before {
  content: "\f16aa";
}
.mdi-lock-off::before {
  content: "\f1671";
}
.mdi-lock-off-outline::before {
  content: "\f1672";
}
.mdi-lock-open::before {
  content: "\f033f";
}
.mdi-lock-open-alert::before {
  content: "\f139b";
}
.mdi-lock-open-alert-outline::before {
  content: "\f15d2";
}
.mdi-lock-open-check::before {
  content: "\f139c";
}
.mdi-lock-open-check-outline::before {
  content: "\f16ab";
}
.mdi-lock-open-minus::before {
  content: "\f16ac";
}
.mdi-lock-open-minus-outline::before {
  content: "\f16ad";
}
.mdi-lock-open-outline::before {
  content: "\f0340";
}
.mdi-lock-open-plus::before {
  content: "\f16ae";
}
.mdi-lock-open-plus-outline::before {
  content: "\f16af";
}
.mdi-lock-open-remove::before {
  content: "\f16b0";
}
.mdi-lock-open-remove-outline::before {
  content: "\f16b1";
}
.mdi-lock-open-variant::before {
  content: "\f0fc6";
}
.mdi-lock-open-variant-outline::before {
  content: "\f0fc7";
}
.mdi-lock-outline::before {
  content: "\f0341";
}
.mdi-lock-pattern::before {
  content: "\f06ea";
}
.mdi-lock-percent::before {
  content: "\f1c12";
}
.mdi-lock-percent-open::before {
  content: "\f1c13";
}
.mdi-lock-percent-open-outline::before {
  content: "\f1c14";
}
.mdi-lock-percent-open-variant::before {
  content: "\f1c15";
}
.mdi-lock-percent-open-variant-outline::before {
  content: "\f1c16";
}
.mdi-lock-percent-outline::before {
  content: "\f1c17";
}
.mdi-lock-plus::before {
  content: "\f05fb";
}
.mdi-lock-plus-outline::before {
  content: "\f16b2";
}
.mdi-lock-question::before {
  content: "\f08ef";
}
.mdi-lock-remove::before {
  content: "\f16b3";
}
.mdi-lock-remove-outline::before {
  content: "\f16b4";
}
.mdi-lock-reset::before {
  content: "\f0773";
}
.mdi-lock-smart::before {
  content: "\f08b2";
}
.mdi-locker::before {
  content: "\f07d7";
}
.mdi-locker-multiple::before {
  content: "\f07d8";
}
.mdi-login::before {
  content: "\f0342";
}
.mdi-login-variant::before {
  content: "\f05fc";
}
.mdi-logout::before {
  content: "\f0343";
}
.mdi-logout-variant::before {
  content: "\f05fd";
}
.mdi-longitude::before {
  content: "\f0f5a";
}
.mdi-looks::before {
  content: "\f0344";
}
.mdi-lotion::before {
  content: "\f1582";
}
.mdi-lotion-outline::before {
  content: "\f1583";
}
.mdi-lotion-plus::before {
  content: "\f1584";
}
.mdi-lotion-plus-outline::before {
  content: "\f1585";
}
.mdi-loupe::before {
  content: "\f0345";
}
.mdi-lumx::before {
  content: "\f0346";
}
.mdi-lungs::before {
  content: "\f1084";
}
.mdi-mace::before {
  content: "\f1843";
}
.mdi-magazine-pistol::before {
  content: "\f0324";
}
.mdi-magazine-rifle::before {
  content: "\f0323";
}
.mdi-magic-staff::before {
  content: "\f1844";
}
.mdi-magnet::before {
  content: "\f0347";
}
.mdi-magnet-on::before {
  content: "\f0348";
}
.mdi-magnify::before {
  content: "\f0349";
}
.mdi-magnify-close::before {
  content: "\f0980";
}
.mdi-magnify-expand::before {
  content: "\f1874";
}
.mdi-magnify-minus::before {
  content: "\f034a";
}
.mdi-magnify-minus-cursor::before {
  content: "\f0a62";
}
.mdi-magnify-minus-outline::before {
  content: "\f06ec";
}
.mdi-magnify-plus::before {
  content: "\f034b";
}
.mdi-magnify-plus-cursor::before {
  content: "\f0a63";
}
.mdi-magnify-plus-outline::before {
  content: "\f06ed";
}
.mdi-magnify-remove-cursor::before {
  content: "\f120c";
}
.mdi-magnify-remove-outline::before {
  content: "\f120d";
}
.mdi-magnify-scan::before {
  content: "\f1276";
}
.mdi-mail::before {
  content: "\f0ebb";
}
.mdi-mailbox::before {
  content: "\f06ee";
}
.mdi-mailbox-open::before {
  content: "\f0d88";
}
.mdi-mailbox-open-outline::before {
  content: "\f0d89";
}
.mdi-mailbox-open-up::before {
  content: "\f0d8a";
}
.mdi-mailbox-open-up-outline::before {
  content: "\f0d8b";
}
.mdi-mailbox-outline::before {
  content: "\f0d8c";
}
.mdi-mailbox-up::before {
  content: "\f0d8d";
}
.mdi-mailbox-up-outline::before {
  content: "\f0d8e";
}
.mdi-manjaro::before {
  content: "\f160a";
}
.mdi-map::before {
  content: "\f034d";
}
.mdi-map-check::before {
  content: "\f0ebc";
}
.mdi-map-check-outline::before {
  content: "\f0ebd";
}
.mdi-map-clock::before {
  content: "\f0d1e";
}
.mdi-map-clock-outline::before {
  content: "\f0d1f";
}
.mdi-map-legend::before {
  content: "\f0a01";
}
.mdi-map-marker::before {
  content: "\f034e";
}
.mdi-map-marker-account::before {
  content: "\f18e3";
}
.mdi-map-marker-account-outline::before {
  content: "\f18e4";
}
.mdi-map-marker-alert::before {
  content: "\f0f05";
}
.mdi-map-marker-alert-outline::before {
  content: "\f0f06";
}
.mdi-map-marker-check::before {
  content: "\f0c95";
}
.mdi-map-marker-check-outline::before {
  content: "\f12fb";
}
.mdi-map-marker-circle::before {
  content: "\f034f";
}
.mdi-map-marker-distance::before {
  content: "\f08f0";
}
.mdi-map-marker-down::before {
  content: "\f1102";
}
.mdi-map-marker-left::before {
  content: "\f12db";
}
.mdi-map-marker-left-outline::before {
  content: "\f12dd";
}
.mdi-map-marker-minus::before {
  content: "\f0650";
}
.mdi-map-marker-minus-outline::before {
  content: "\f12f9";
}
.mdi-map-marker-multiple::before {
  content: "\f0350";
}
.mdi-map-marker-multiple-outline::before {
  content: "\f1277";
}
.mdi-map-marker-off::before {
  content: "\f0351";
}
.mdi-map-marker-off-outline::before {
  content: "\f12fd";
}
.mdi-map-marker-outline::before {
  content: "\f07d9";
}
.mdi-map-marker-path::before {
  content: "\f0d20";
}
.mdi-map-marker-plus::before {
  content: "\f0651";
}
.mdi-map-marker-plus-outline::before {
  content: "\f12f8";
}
.mdi-map-marker-question::before {
  content: "\f0f07";
}
.mdi-map-marker-question-outline::before {
  content: "\f0f08";
}
.mdi-map-marker-radius::before {
  content: "\f0352";
}
.mdi-map-marker-radius-outline::before {
  content: "\f12fc";
}
.mdi-map-marker-remove::before {
  content: "\f0f09";
}
.mdi-map-marker-remove-outline::before {
  content: "\f12fa";
}
.mdi-map-marker-remove-variant::before {
  content: "\f0f0a";
}
.mdi-map-marker-right::before {
  content: "\f12dc";
}
.mdi-map-marker-right-outline::before {
  content: "\f12de";
}
.mdi-map-marker-star::before {
  content: "\f1608";
}
.mdi-map-marker-star-outline::before {
  content: "\f1609";
}
.mdi-map-marker-up::before {
  content: "\f1103";
}
.mdi-map-minus::before {
  content: "\f0981";
}
.mdi-map-outline::before {
  content: "\f0982";
}
.mdi-map-plus::before {
  content: "\f0983";
}
.mdi-map-search::before {
  content: "\f0984";
}
.mdi-map-search-outline::before {
  content: "\f0985";
}
.mdi-mapbox::before {
  content: "\f0baa";
}
.mdi-margin::before {
  content: "\f0353";
}
.mdi-marker::before {
  content: "\f0652";
}
.mdi-marker-cancel::before {
  content: "\f0dd9";
}
.mdi-marker-check::before {
  content: "\f0355";
}
.mdi-mastodon::before {
  content: "\f0ad1";
}
.mdi-material-design::before {
  content: "\f0986";
}
.mdi-material-ui::before {
  content: "\f0357";
}
.mdi-math-compass::before {
  content: "\f0358";
}
.mdi-math-cos::before {
  content: "\f0c96";
}
.mdi-math-integral::before {
  content: "\f0fc8";
}
.mdi-math-integral-box::before {
  content: "\f0fc9";
}
.mdi-math-log::before {
  content: "\f1085";
}
.mdi-math-norm::before {
  content: "\f0fca";
}
.mdi-math-norm-box::before {
  content: "\f0fcb";
}
.mdi-math-sin::before {
  content: "\f0c97";
}
.mdi-math-tan::before {
  content: "\f0c98";
}
.mdi-matrix::before {
  content: "\f0628";
}
.mdi-medal::before {
  content: "\f0987";
}
.mdi-medal-outline::before {
  content: "\f1326";
}
.mdi-medical-bag::before {
  content: "\f06ef";
}
.mdi-medical-cotton-swab::before {
  content: "\f1ab8";
}
.mdi-medication::before {
  content: "\f1b14";
}
.mdi-medication-outline::before {
  content: "\f1b15";
}
.mdi-meditation::before {
  content: "\f117b";
}
.mdi-memory::before {
  content: "\f035b";
}
.mdi-menorah::before {
  content: "\f17d4";
}
.mdi-menorah-fire::before {
  content: "\f17d5";
}
.mdi-menu::before {
  content: "\f035c";
}
.mdi-menu-down::before {
  content: "\f035d";
}
.mdi-menu-down-outline::before {
  content: "\f06b6";
}
.mdi-menu-left::before {
  content: "\f035e";
}
.mdi-menu-left-outline::before {
  content: "\f0a02";
}
.mdi-menu-open::before {
  content: "\f0bab";
}
.mdi-menu-right::before {
  content: "\f035f";
}
.mdi-menu-right-outline::before {
  content: "\f0a03";
}
.mdi-menu-swap::before {
  content: "\f0a64";
}
.mdi-menu-swap-outline::before {
  content: "\f0a65";
}
.mdi-menu-up::before {
  content: "\f0360";
}
.mdi-menu-up-outline::before {
  content: "\f06b7";
}
.mdi-merge::before {
  content: "\f0f5c";
}
.mdi-message::before {
  content: "\f0361";
}
.mdi-message-alert::before {
  content: "\f0362";
}
.mdi-message-alert-outline::before {
  content: "\f0a04";
}
.mdi-message-arrow-left::before {
  content: "\f12f2";
}
.mdi-message-arrow-left-outline::before {
  content: "\f12f3";
}
.mdi-message-arrow-right::before {
  content: "\f12f4";
}
.mdi-message-arrow-right-outline::before {
  content: "\f12f5";
}
.mdi-message-badge::before {
  content: "\f1941";
}
.mdi-message-badge-outline::before {
  content: "\f1942";
}
.mdi-message-bookmark::before {
  content: "\f15ac";
}
.mdi-message-bookmark-outline::before {
  content: "\f15ad";
}
.mdi-message-bulleted::before {
  content: "\f06a2";
}
.mdi-message-bulleted-off::before {
  content: "\f06a3";
}
.mdi-message-check::before {
  content: "\f1b8a";
}
.mdi-message-check-outline::before {
  content: "\f1b8b";
}
.mdi-message-cog::before {
  content: "\f06f1";
}
.mdi-message-cog-outline::before {
  content: "\f1172";
}
.mdi-message-draw::before {
  content: "\f0363";
}
.mdi-message-fast::before {
  content: "\f19cc";
}
.mdi-message-fast-outline::before {
  content: "\f19cd";
}
.mdi-message-flash::before {
  content: "\f15a9";
}
.mdi-message-flash-outline::before {
  content: "\f15aa";
}
.mdi-message-image::before {
  content: "\f0364";
}
.mdi-message-image-outline::before {
  content: "\f116c";
}
.mdi-message-lock::before {
  content: "\f0fcc";
}
.mdi-message-lock-outline::before {
  content: "\f116d";
}
.mdi-message-minus::before {
  content: "\f116e";
}
.mdi-message-minus-outline::before {
  content: "\f116f";
}
.mdi-message-off::before {
  content: "\f164d";
}
.mdi-message-off-outline::before {
  content: "\f164e";
}
.mdi-message-outline::before {
  content: "\f0365";
}
.mdi-message-plus::before {
  content: "\f0653";
}
.mdi-message-plus-outline::before {
  content: "\f10bb";
}
.mdi-message-processing::before {
  content: "\f0366";
}
.mdi-message-processing-outline::before {
  content: "\f1170";
}
.mdi-message-question::before {
  content: "\f173a";
}
.mdi-message-question-outline::before {
  content: "\f173b";
}
.mdi-message-reply::before {
  content: "\f0367";
}
.mdi-message-reply-outline::before {
  content: "\f173d";
}
.mdi-message-reply-text::before {
  content: "\f0368";
}
.mdi-message-reply-text-outline::before {
  content: "\f173e";
}
.mdi-message-settings::before {
  content: "\f06f0";
}
.mdi-message-settings-outline::before {
  content: "\f1171";
}
.mdi-message-star::before {
  content: "\f069a";
}
.mdi-message-star-outline::before {
  content: "\f1250";
}
.mdi-message-text::before {
  content: "\f0369";
}
.mdi-message-text-clock::before {
  content: "\f1173";
}
.mdi-message-text-clock-outline::before {
  content: "\f1174";
}
.mdi-message-text-fast::before {
  content: "\f19ce";
}
.mdi-message-text-fast-outline::before {
  content: "\f19cf";
}
.mdi-message-text-lock::before {
  content: "\f0fcd";
}
.mdi-message-text-lock-outline::before {
  content: "\f1175";
}
.mdi-message-text-outline::before {
  content: "\f036a";
}
.mdi-message-video::before {
  content: "\f036b";
}
.mdi-meteor::before {
  content: "\f0629";
}
.mdi-meter-electric::before {
  content: "\f1a57";
}
.mdi-meter-electric-outline::before {
  content: "\f1a58";
}
.mdi-meter-gas::before {
  content: "\f1a59";
}
.mdi-meter-gas-outline::before {
  content: "\f1a5a";
}
.mdi-metronome::before {
  content: "\f07da";
}
.mdi-metronome-tick::before {
  content: "\f07db";
}
.mdi-micro-sd::before {
  content: "\f07dc";
}
.mdi-microphone::before {
  content: "\f036c";
}
.mdi-microphone-message::before {
  content: "\f050a";
}
.mdi-microphone-message-off::before {
  content: "\f050b";
}
.mdi-microphone-minus::before {
  content: "\f08b3";
}
.mdi-microphone-off::before {
  content: "\f036d";
}
.mdi-microphone-outline::before {
  content: "\f036e";
}
.mdi-microphone-plus::before {
  content: "\f08b4";
}
.mdi-microphone-question::before {
  content: "\f1989";
}
.mdi-microphone-question-outline::before {
  content: "\f198a";
}
.mdi-microphone-settings::before {
  content: "\f036f";
}
.mdi-microphone-variant::before {
  content: "\f0370";
}
.mdi-microphone-variant-off::before {
  content: "\f0371";
}
.mdi-microscope::before {
  content: "\f0654";
}
.mdi-microsoft::before {
  content: "\f0372";
}
.mdi-microsoft-access::before {
  content: "\f138e";
}
.mdi-microsoft-azure::before {
  content: "\f0805";
}
.mdi-microsoft-azure-devops::before {
  content: "\f0fd5";
}
.mdi-microsoft-bing::before {
  content: "\f00a4";
}
.mdi-microsoft-dynamics-365::before {
  content: "\f0988";
}
.mdi-microsoft-edge::before {
  content: "\f01e9";
}
.mdi-microsoft-excel::before {
  content: "\f138f";
}
.mdi-microsoft-internet-explorer::before {
  content: "\f0300";
}
.mdi-microsoft-office::before {
  content: "\f03c6";
}
.mdi-microsoft-onedrive::before {
  content: "\f03ca";
}
.mdi-microsoft-onenote::before {
  content: "\f0747";
}
.mdi-microsoft-outlook::before {
  content: "\f0d22";
}
.mdi-microsoft-powerpoint::before {
  content: "\f1390";
}
.mdi-microsoft-sharepoint::before {
  content: "\f1391";
}
.mdi-microsoft-teams::before {
  content: "\f02bb";
}
.mdi-microsoft-visual-studio::before {
  content: "\f0610";
}
.mdi-microsoft-visual-studio-code::before {
  content: "\f0a1e";
}
.mdi-microsoft-windows::before {
  content: "\f05b3";
}
.mdi-microsoft-windows-classic::before {
  content: "\f0a21";
}
.mdi-microsoft-word::before {
  content: "\f1392";
}
.mdi-microsoft-xbox::before {
  content: "\f05b9";
}
.mdi-microsoft-xbox-controller::before {
  content: "\f05ba";
}
.mdi-microsoft-xbox-controller-battery-alert::before {
  content: "\f074b";
}
.mdi-microsoft-xbox-controller-battery-charging::before {
  content: "\f0a22";
}
.mdi-microsoft-xbox-controller-battery-empty::before {
  content: "\f074c";
}
.mdi-microsoft-xbox-controller-battery-full::before {
  content: "\f074d";
}
.mdi-microsoft-xbox-controller-battery-low::before {
  content: "\f074e";
}
.mdi-microsoft-xbox-controller-battery-medium::before {
  content: "\f074f";
}
.mdi-microsoft-xbox-controller-battery-unknown::before {
  content: "\f0750";
}
.mdi-microsoft-xbox-controller-menu::before {
  content: "\f0e6f";
}
.mdi-microsoft-xbox-controller-off::before {
  content: "\f05bb";
}
.mdi-microsoft-xbox-controller-view::before {
  content: "\f0e70";
}
.mdi-microwave::before {
  content: "\f0c99";
}
.mdi-microwave-off::before {
  content: "\f1423";
}
.mdi-middleware::before {
  content: "\f0f5d";
}
.mdi-middleware-outline::before {
  content: "\f0f5e";
}
.mdi-midi::before {
  content: "\f08f1";
}
.mdi-midi-port::before {
  content: "\f08f2";
}
.mdi-mine::before {
  content: "\f0dda";
}
.mdi-minecraft::before {
  content: "\f0373";
}
.mdi-mini-sd::before {
  content: "\f0a05";
}
.mdi-minidisc::before {
  content: "\f0a06";
}
.mdi-minus::before {
  content: "\f0374";
}
.mdi-minus-box::before {
  content: "\f0375";
}
.mdi-minus-box-multiple::before {
  content: "\f1141";
}
.mdi-minus-box-multiple-outline::before {
  content: "\f1142";
}
.mdi-minus-box-outline::before {
  content: "\f06f2";
}
.mdi-minus-circle::before {
  content: "\f0376";
}
.mdi-minus-circle-multiple::before {
  content: "\f035a";
}
.mdi-minus-circle-multiple-outline::before {
  content: "\f0ad3";
}
.mdi-minus-circle-off::before {
  content: "\f1459";
}
.mdi-minus-circle-off-outline::before {
  content: "\f145a";
}
.mdi-minus-circle-outline::before {
  content: "\f0377";
}
.mdi-minus-network::before {
  content: "\f0378";
}
.mdi-minus-network-outline::before {
  content: "\f0c9a";
}
.mdi-minus-thick::before {
  content: "\f1639";
}
.mdi-mirror::before {
  content: "\f11fd";
}
.mdi-mirror-rectangle::before {
  content: "\f179f";
}
.mdi-mirror-variant::before {
  content: "\f17a0";
}
.mdi-mixed-martial-arts::before {
  content: "\f0d8f";
}
.mdi-mixed-reality::before {
  content: "\f087f";
}
.mdi-molecule::before {
  content: "\f0bac";
}
.mdi-molecule-co::before {
  content: "\f12fe";
}
.mdi-molecule-co2::before {
  content: "\f07e4";
}
.mdi-monitor::before {
  content: "\f0379";
}
.mdi-monitor-account::before {
  content: "\f1a5b";
}
.mdi-monitor-arrow-down::before {
  content: "\f19d0";
}
.mdi-monitor-arrow-down-variant::before {
  content: "\f19d1";
}
.mdi-monitor-cellphone::before {
  content: "\f0989";
}
.mdi-monitor-cellphone-star::before {
  content: "\f098a";
}
.mdi-monitor-dashboard::before {
  content: "\f0a07";
}
.mdi-monitor-edit::before {
  content: "\f12c6";
}
.mdi-monitor-eye::before {
  content: "\f13b4";
}
.mdi-monitor-lock::before {
  content: "\f0ddb";
}
.mdi-monitor-multiple::before {
  content: "\f037a";
}
.mdi-monitor-off::before {
  content: "\f0d90";
}
.mdi-monitor-screenshot::before {
  content: "\f0e51";
}
.mdi-monitor-share::before {
  content: "\f1483";
}
.mdi-monitor-shimmer::before {
  content: "\f1104";
}
.mdi-monitor-small::before {
  content: "\f1876";
}
.mdi-monitor-speaker::before {
  content: "\f0f5f";
}
.mdi-monitor-speaker-off::before {
  content: "\f0f60";
}
.mdi-monitor-star::before {
  content: "\f0ddc";
}
.mdi-moon-first-quarter::before {
  content: "\f0f61";
}
.mdi-moon-full::before {
  content: "\f0f62";
}
.mdi-moon-last-quarter::before {
  content: "\f0f63";
}
.mdi-moon-new::before {
  content: "\f0f64";
}
.mdi-moon-waning-crescent::before {
  content: "\f0f65";
}
.mdi-moon-waning-gibbous::before {
  content: "\f0f66";
}
.mdi-moon-waxing-crescent::before {
  content: "\f0f67";
}
.mdi-moon-waxing-gibbous::before {
  content: "\f0f68";
}
.mdi-moped::before {
  content: "\f1086";
}
.mdi-moped-electric::before {
  content: "\f15b7";
}
.mdi-moped-electric-outline::before {
  content: "\f15b8";
}
.mdi-moped-outline::before {
  content: "\f15b9";
}
.mdi-more::before {
  content: "\f037b";
}
.mdi-mortar-pestle::before {
  content: "\f1748";
}
.mdi-mortar-pestle-plus::before {
  content: "\f03f1";
}
.mdi-mosque::before {
  content: "\f0d45";
}
.mdi-mosque-outline::before {
  content: "\f1827";
}
.mdi-mother-heart::before {
  content: "\f1314";
}
.mdi-mother-nurse::before {
  content: "\f0d21";
}
.mdi-motion::before {
  content: "\f15b2";
}
.mdi-motion-outline::before {
  content: "\f15b3";
}
.mdi-motion-pause::before {
  content: "\f1590";
}
.mdi-motion-pause-outline::before {
  content: "\f1592";
}
.mdi-motion-play::before {
  content: "\f158f";
}
.mdi-motion-play-outline::before {
  content: "\f1591";
}
.mdi-motion-sensor::before {
  content: "\f0d91";
}
.mdi-motion-sensor-off::before {
  content: "\f1435";
}
.mdi-motorbike::before {
  content: "\f037c";
}
.mdi-motorbike-electric::before {
  content: "\f15ba";
}
.mdi-motorbike-off::before {
  content: "\f1b16";
}
.mdi-mouse::before {
  content: "\f037d";
}
.mdi-mouse-bluetooth::before {
  content: "\f098b";
}
.mdi-mouse-move-down::before {
  content: "\f1550";
}
.mdi-mouse-move-up::before {
  content: "\f1551";
}
.mdi-mouse-move-vertical::before {
  content: "\f1552";
}
.mdi-mouse-off::before {
  content: "\f037e";
}
.mdi-mouse-variant::before {
  content: "\f037f";
}
.mdi-mouse-variant-off::before {
  content: "\f0380";
}
.mdi-move-resize::before {
  content: "\f0655";
}
.mdi-move-resize-variant::before {
  content: "\f0656";
}
.mdi-movie::before {
  content: "\f0381";
}
.mdi-movie-check::before {
  content: "\f16f3";
}
.mdi-movie-check-outline::before {
  content: "\f16f4";
}
.mdi-movie-cog::before {
  content: "\f16f5";
}
.mdi-movie-cog-outline::before {
  content: "\f16f6";
}
.mdi-movie-edit::before {
  content: "\f1122";
}
.mdi-movie-edit-outline::before {
  content: "\f1123";
}
.mdi-movie-filter::before {
  content: "\f1124";
}
.mdi-movie-filter-outline::before {
  content: "\f1125";
}
.mdi-movie-minus::before {
  content: "\f16f7";
}
.mdi-movie-minus-outline::before {
  content: "\f16f8";
}
.mdi-movie-off::before {
  content: "\f16f9";
}
.mdi-movie-off-outline::before {
  content: "\f16fa";
}
.mdi-movie-open::before {
  content: "\f0fce";
}
.mdi-movie-open-check::before {
  content: "\f16fb";
}
.mdi-movie-open-check-outline::before {
  content: "\f16fc";
}
.mdi-movie-open-cog::before {
  content: "\f16fd";
}
.mdi-movie-open-cog-outline::before {
  content: "\f16fe";
}
.mdi-movie-open-edit::before {
  content: "\f16ff";
}
.mdi-movie-open-edit-outline::before {
  content: "\f1700";
}
.mdi-movie-open-minus::before {
  content: "\f1701";
}
.mdi-movie-open-minus-outline::before {
  content: "\f1702";
}
.mdi-movie-open-off::before {
  content: "\f1703";
}
.mdi-movie-open-off-outline::before {
  content: "\f1704";
}
.mdi-movie-open-outline::before {
  content: "\f0fcf";
}
.mdi-movie-open-play::before {
  content: "\f1705";
}
.mdi-movie-open-play-outline::before {
  content: "\f1706";
}
.mdi-movie-open-plus::before {
  content: "\f1707";
}
.mdi-movie-open-plus-outline::before {
  content: "\f1708";
}
.mdi-movie-open-remove::before {
  content: "\f1709";
}
.mdi-movie-open-remove-outline::before {
  content: "\f170a";
}
.mdi-movie-open-settings::before {
  content: "\f170b";
}
.mdi-movie-open-settings-outline::before {
  content: "\f170c";
}
.mdi-movie-open-star::before {
  content: "\f170d";
}
.mdi-movie-open-star-outline::before {
  content: "\f170e";
}
.mdi-movie-outline::before {
  content: "\f0ddd";
}
.mdi-movie-play::before {
  content: "\f170f";
}
.mdi-movie-play-outline::before {
  content: "\f1710";
}
.mdi-movie-plus::before {
  content: "\f1711";
}
.mdi-movie-plus-outline::before {
  content: "\f1712";
}
.mdi-movie-remove::before {
  content: "\f1713";
}
.mdi-movie-remove-outline::before {
  content: "\f1714";
}
.mdi-movie-roll::before {
  content: "\f07de";
}
.mdi-movie-search::before {
  content: "\f11d2";
}
.mdi-movie-search-outline::before {
  content: "\f11d3";
}
.mdi-movie-settings::before {
  content: "\f1715";
}
.mdi-movie-settings-outline::before {
  content: "\f1716";
}
.mdi-movie-star::before {
  content: "\f1717";
}
.mdi-movie-star-outline::before {
  content: "\f1718";
}
.mdi-mower::before {
  content: "\f166f";
}
.mdi-mower-bag::before {
  content: "\f1670";
}
.mdi-mower-bag-on::before {
  content: "\f1b60";
}
.mdi-mower-on::before {
  content: "\f1b5f";
}
.mdi-muffin::before {
  content: "\f098c";
}
.mdi-multicast::before {
  content: "\f1893";
}
.mdi-multimedia::before {
  content: "\f1b97";
}
.mdi-multiplication::before {
  content: "\f0382";
}
.mdi-multiplication-box::before {
  content: "\f0383";
}
.mdi-mushroom::before {
  content: "\f07df";
}
.mdi-mushroom-off::before {
  content: "\f13fa";
}
.mdi-mushroom-off-outline::before {
  content: "\f13fb";
}
.mdi-mushroom-outline::before {
  content: "\f07e0";
}
.mdi-music::before {
  content: "\f075a";
}
.mdi-music-accidental-double-flat::before {
  content: "\f0f69";
}
.mdi-music-accidental-double-sharp::before {
  content: "\f0f6a";
}
.mdi-music-accidental-flat::before {
  content: "\f0f6b";
}
.mdi-music-accidental-natural::before {
  content: "\f0f6c";
}
.mdi-music-accidental-sharp::before {
  content: "\f0f6d";
}
.mdi-music-box::before {
  content: "\f0384";
}
.mdi-music-box-multiple::before {
  content: "\f0333";
}
.mdi-music-box-multiple-outline::before {
  content: "\f0f04";
}
.mdi-music-box-outline::before {
  content: "\f0385";
}
.mdi-music-circle::before {
  content: "\f0386";
}
.mdi-music-circle-outline::before {
  content: "\f0ad4";
}
.mdi-music-clef-alto::before {
  content: "\f0f6e";
}
.mdi-music-clef-bass::before {
  content: "\f0f6f";
}
.mdi-music-clef-treble::before {
  content: "\f0f70";
}
.mdi-music-note::before {
  content: "\f0387";
}
.mdi-music-note-bluetooth::before {
  content: "\f05fe";
}
.mdi-music-note-bluetooth-off::before {
  content: "\f05ff";
}
.mdi-music-note-eighth::before {
  content: "\f0388";
}
.mdi-music-note-eighth-dotted::before {
  content: "\f0f71";
}
.mdi-music-note-half::before {
  content: "\f0389";
}
.mdi-music-note-half-dotted::before {
  content: "\f0f72";
}
.mdi-music-note-minus::before {
  content: "\f1b89";
}
.mdi-music-note-off::before {
  content: "\f038a";
}
.mdi-music-note-off-outline::before {
  content: "\f0f73";
}
.mdi-music-note-outline::before {
  content: "\f0f74";
}
.mdi-music-note-plus::before {
  content: "\f0dde";
}
.mdi-music-note-quarter::before {
  content: "\f038b";
}
.mdi-music-note-quarter-dotted::before {
  content: "\f0f75";
}
.mdi-music-note-sixteenth::before {
  content: "\f038c";
}
.mdi-music-note-sixteenth-dotted::before {
  content: "\f0f76";
}
.mdi-music-note-whole::before {
  content: "\f038d";
}
.mdi-music-note-whole-dotted::before {
  content: "\f0f77";
}
.mdi-music-off::before {
  content: "\f075b";
}
.mdi-music-rest-eighth::before {
  content: "\f0f78";
}
.mdi-music-rest-half::before {
  content: "\f0f79";
}
.mdi-music-rest-quarter::before {
  content: "\f0f7a";
}
.mdi-music-rest-sixteenth::before {
  content: "\f0f7b";
}
.mdi-music-rest-whole::before {
  content: "\f0f7c";
}
.mdi-mustache::before {
  content: "\f15de";
}
.mdi-nail::before {
  content: "\f0ddf";
}
.mdi-nas::before {
  content: "\f08f3";
}
.mdi-nativescript::before {
  content: "\f0880";
}
.mdi-nature::before {
  content: "\f038e";
}
.mdi-nature-people::before {
  content: "\f038f";
}
.mdi-navigation::before {
  content: "\f0390";
}
.mdi-navigation-outline::before {
  content: "\f1607";
}
.mdi-navigation-variant::before {
  content: "\f18f0";
}
.mdi-navigation-variant-outline::before {
  content: "\f18f1";
}
.mdi-near-me::before {
  content: "\f05cd";
}
.mdi-necklace::before {
  content: "\f0f0b";
}
.mdi-needle::before {
  content: "\f0391";
}
.mdi-needle-off::before {
  content: "\f19d2";
}
.mdi-netflix::before {
  content: "\f0746";
}
.mdi-network::before {
  content: "\f06f3";
}
.mdi-network-off::before {
  content: "\f0c9b";
}
.mdi-network-off-outline::before {
  content: "\f0c9c";
}
.mdi-network-outline::before {
  content: "\f0c9d";
}
.mdi-network-pos::before {
  content: "\f1acb";
}
.mdi-network-strength-1::before {
  content: "\f08f4";
}
.mdi-network-strength-1-alert::before {
  content: "\f08f5";
}
.mdi-network-strength-2::before {
  content: "\f08f6";
}
.mdi-network-strength-2-alert::before {
  content: "\f08f7";
}
.mdi-network-strength-3::before {
  content: "\f08f8";
}
.mdi-network-strength-3-alert::before {
  content: "\f08f9";
}
.mdi-network-strength-4::before {
  content: "\f08fa";
}
.mdi-network-strength-4-alert::before {
  content: "\f08fb";
}
.mdi-network-strength-4-cog::before {
  content: "\f191a";
}
.mdi-network-strength-off::before {
  content: "\f08fc";
}
.mdi-network-strength-off-outline::before {
  content: "\f08fd";
}
.mdi-network-strength-outline::before {
  content: "\f08fe";
}
.mdi-new-box::before {
  content: "\f0394";
}
.mdi-newspaper::before {
  content: "\f0395";
}
.mdi-newspaper-check::before {
  content: "\f1943";
}
.mdi-newspaper-minus::before {
  content: "\f0f0c";
}
.mdi-newspaper-plus::before {
  content: "\f0f0d";
}
.mdi-newspaper-remove::before {
  content: "\f1944";
}
.mdi-newspaper-variant::before {
  content: "\f1001";
}
.mdi-newspaper-variant-multiple::before {
  content: "\f1002";
}
.mdi-newspaper-variant-multiple-outline::before {
  content: "\f1003";
}
.mdi-newspaper-variant-outline::before {
  content: "\f1004";
}
.mdi-nfc::before {
  content: "\f0396";
}
.mdi-nfc-search-variant::before {
  content: "\f0e53";
}
.mdi-nfc-tap::before {
  content: "\f0397";
}
.mdi-nfc-variant::before {
  content: "\f0398";
}
.mdi-nfc-variant-off::before {
  content: "\f0e54";
}
.mdi-ninja::before {
  content: "\f0774";
}
.mdi-nintendo-game-boy::before {
  content: "\f1393";
}
.mdi-nintendo-switch::before {
  content: "\f07e1";
}
.mdi-nintendo-wii::before {
  content: "\f05ab";
}
.mdi-nintendo-wiiu::before {
  content: "\f072d";
}
.mdi-nix::before {
  content: "\f1105";
}
.mdi-nodejs::before {
  content: "\f0399";
}
.mdi-noodles::before {
  content: "\f117e";
}
.mdi-not-equal::before {
  content: "\f098d";
}
.mdi-not-equal-variant::before {
  content: "\f098e";
}
.mdi-note::before {
  content: "\f039a";
}
.mdi-note-alert::before {
  content: "\f177d";
}
.mdi-note-alert-outline::before {
  content: "\f177e";
}
.mdi-note-check::before {
  content: "\f177f";
}
.mdi-note-check-outline::before {
  content: "\f1780";
}
.mdi-note-edit::before {
  content: "\f1781";
}
.mdi-note-edit-outline::before {
  content: "\f1782";
}
.mdi-note-minus::before {
  content: "\f164f";
}
.mdi-note-minus-outline::before {
  content: "\f1650";
}
.mdi-note-multiple::before {
  content: "\f06b8";
}
.mdi-note-multiple-outline::before {
  content: "\f06b9";
}
.mdi-note-off::before {
  content: "\f1783";
}
.mdi-note-off-outline::before {
  content: "\f1784";
}
.mdi-note-outline::before {
  content: "\f039b";
}
.mdi-note-plus::before {
  content: "\f039c";
}
.mdi-note-plus-outline::before {
  content: "\f039d";
}
.mdi-note-remove::before {
  content: "\f1651";
}
.mdi-note-remove-outline::before {
  content: "\f1652";
}
.mdi-note-search::before {
  content: "\f1653";
}
.mdi-note-search-outline::before {
  content: "\f1654";
}
.mdi-note-text::before {
  content: "\f039e";
}
.mdi-note-text-outline::before {
  content: "\f11d7";
}
.mdi-notebook::before {
  content: "\f082e";
}
.mdi-notebook-check::before {
  content: "\f14f5";
}
.mdi-notebook-check-outline::before {
  content: "\f14f6";
}
.mdi-notebook-edit::before {
  content: "\f14e7";
}
.mdi-notebook-edit-outline::before {
  content: "\f14e9";
}
.mdi-notebook-heart::before {
  content: "\f1a0b";
}
.mdi-notebook-heart-outline::before {
  content: "\f1a0c";
}
.mdi-notebook-minus::before {
  content: "\f1610";
}
.mdi-notebook-minus-outline::before {
  content: "\f1611";
}
.mdi-notebook-multiple::before {
  content: "\f0e55";
}
.mdi-notebook-outline::before {
  content: "\f0ebf";
}
.mdi-notebook-plus::before {
  content: "\f1612";
}
.mdi-notebook-plus-outline::before {
  content: "\f1613";
}
.mdi-notebook-remove::before {
  content: "\f1614";
}
.mdi-notebook-remove-outline::before {
  content: "\f1615";
}
.mdi-notification-clear-all::before {
  content: "\f039f";
}
.mdi-npm::before {
  content: "\f06f7";
}
.mdi-nuke::before {
  content: "\f06a4";
}
.mdi-null::before {
  content: "\f07e2";
}
.mdi-numeric::before {
  content: "\f03a0";
}
.mdi-numeric-0::before {
  content: "\f0b39";
}
.mdi-numeric-0-box::before {
  content: "\f03a1";
}
.mdi-numeric-0-box-multiple::before {
  content: "\f0f0e";
}
.mdi-numeric-0-box-multiple-outline::before {
  content: "\f03a2";
}
.mdi-numeric-0-box-outline::before {
  content: "\f03a3";
}
.mdi-numeric-0-circle::before {
  content: "\f0c9e";
}
.mdi-numeric-0-circle-outline::before {
  content: "\f0c9f";
}
.mdi-numeric-1::before {
  content: "\f0b3a";
}
.mdi-numeric-1-box::before {
  content: "\f03a4";
}
.mdi-numeric-1-box-multiple::before {
  content: "\f0f0f";
}
.mdi-numeric-1-box-multiple-outline::before {
  content: "\f03a5";
}
.mdi-numeric-1-box-outline::before {
  content: "\f03a6";
}
.mdi-numeric-1-circle::before {
  content: "\f0ca0";
}
.mdi-numeric-1-circle-outline::before {
  content: "\f0ca1";
}
.mdi-numeric-10::before {
  content: "\f0fe9";
}
.mdi-numeric-10-box::before {
  content: "\f0f7d";
}
.mdi-numeric-10-box-multiple::before {
  content: "\f0fea";
}
.mdi-numeric-10-box-multiple-outline::before {
  content: "\f0feb";
}
.mdi-numeric-10-box-outline::before {
  content: "\f0f7e";
}
.mdi-numeric-10-circle::before {
  content: "\f0fec";
}
.mdi-numeric-10-circle-outline::before {
  content: "\f0fed";
}
.mdi-numeric-2::before {
  content: "\f0b3b";
}
.mdi-numeric-2-box::before {
  content: "\f03a7";
}
.mdi-numeric-2-box-multiple::before {
  content: "\f0f10";
}
.mdi-numeric-2-box-multiple-outline::before {
  content: "\f03a8";
}
.mdi-numeric-2-box-outline::before {
  content: "\f03a9";
}
.mdi-numeric-2-circle::before {
  content: "\f0ca2";
}
.mdi-numeric-2-circle-outline::before {
  content: "\f0ca3";
}
.mdi-numeric-3::before {
  content: "\f0b3c";
}
.mdi-numeric-3-box::before {
  content: "\f03aa";
}
.mdi-numeric-3-box-multiple::before {
  content: "\f0f11";
}
.mdi-numeric-3-box-multiple-outline::before {
  content: "\f03ab";
}
.mdi-numeric-3-box-outline::before {
  content: "\f03ac";
}
.mdi-numeric-3-circle::before {
  content: "\f0ca4";
}
.mdi-numeric-3-circle-outline::before {
  content: "\f0ca5";
}
.mdi-numeric-4::before {
  content: "\f0b3d";
}
.mdi-numeric-4-box::before {
  content: "\f03ad";
}
.mdi-numeric-4-box-multiple::before {
  content: "\f0f12";
}
.mdi-numeric-4-box-multiple-outline::before {
  content: "\f03b2";
}
.mdi-numeric-4-box-outline::before {
  content: "\f03ae";
}
.mdi-numeric-4-circle::before {
  content: "\f0ca6";
}
.mdi-numeric-4-circle-outline::before {
  content: "\f0ca7";
}
.mdi-numeric-5::before {
  content: "\f0b3e";
}
.mdi-numeric-5-box::before {
  content: "\f03b1";
}
.mdi-numeric-5-box-multiple::before {
  content: "\f0f13";
}
.mdi-numeric-5-box-multiple-outline::before {
  content: "\f03af";
}
.mdi-numeric-5-box-outline::before {
  content: "\f03b0";
}
.mdi-numeric-5-circle::before {
  content: "\f0ca8";
}
.mdi-numeric-5-circle-outline::before {
  content: "\f0ca9";
}
.mdi-numeric-6::before {
  content: "\f0b3f";
}
.mdi-numeric-6-box::before {
  content: "\f03b3";
}
.mdi-numeric-6-box-multiple::before {
  content: "\f0f14";
}
.mdi-numeric-6-box-multiple-outline::before {
  content: "\f03b4";
}
.mdi-numeric-6-box-outline::before {
  content: "\f03b5";
}
.mdi-numeric-6-circle::before {
  content: "\f0caa";
}
.mdi-numeric-6-circle-outline::before {
  content: "\f0cab";
}
.mdi-numeric-7::before {
  content: "\f0b40";
}
.mdi-numeric-7-box::before {
  content: "\f03b6";
}
.mdi-numeric-7-box-multiple::before {
  content: "\f0f15";
}
.mdi-numeric-7-box-multiple-outline::before {
  content: "\f03b7";
}
.mdi-numeric-7-box-outline::before {
  content: "\f03b8";
}
.mdi-numeric-7-circle::before {
  content: "\f0cac";
}
.mdi-numeric-7-circle-outline::before {
  content: "\f0cad";
}
.mdi-numeric-8::before {
  content: "\f0b41";
}
.mdi-numeric-8-box::before {
  content: "\f03b9";
}
.mdi-numeric-8-box-multiple::before {
  content: "\f0f16";
}
.mdi-numeric-8-box-multiple-outline::before {
  content: "\f03ba";
}
.mdi-numeric-8-box-outline::before {
  content: "\f03bb";
}
.mdi-numeric-8-circle::before {
  content: "\f0cae";
}
.mdi-numeric-8-circle-outline::before {
  content: "\f0caf";
}
.mdi-numeric-9::before {
  content: "\f0b42";
}
.mdi-numeric-9-box::before {
  content: "\f03bc";
}
.mdi-numeric-9-box-multiple::before {
  content: "\f0f17";
}
.mdi-numeric-9-box-multiple-outline::before {
  content: "\f03bd";
}
.mdi-numeric-9-box-outline::before {
  content: "\f03be";
}
.mdi-numeric-9-circle::before {
  content: "\f0cb0";
}
.mdi-numeric-9-circle-outline::before {
  content: "\f0cb1";
}
.mdi-numeric-9-plus::before {
  content: "\f0fee";
}
.mdi-numeric-9-plus-box::before {
  content: "\f03bf";
}
.mdi-numeric-9-plus-box-multiple::before {
  content: "\f0f18";
}
.mdi-numeric-9-plus-box-multiple-outline::before {
  content: "\f03c0";
}
.mdi-numeric-9-plus-box-outline::before {
  content: "\f03c1";
}
.mdi-numeric-9-plus-circle::before {
  content: "\f0cb2";
}
.mdi-numeric-9-plus-circle-outline::before {
  content: "\f0cb3";
}
.mdi-numeric-negative-1::before {
  content: "\f1052";
}
.mdi-numeric-off::before {
  content: "\f19d3";
}
.mdi-numeric-positive-1::before {
  content: "\f15cb";
}
.mdi-nut::before {
  content: "\f06f8";
}
.mdi-nutrition::before {
  content: "\f03c2";
}
.mdi-nuxt::before {
  content: "\f1106";
}
.mdi-oar::before {
  content: "\f067c";
}
.mdi-ocarina::before {
  content: "\f0de0";
}
.mdi-oci::before {
  content: "\f12e9";
}
.mdi-ocr::before {
  content: "\f113a";
}
.mdi-octagon::before {
  content: "\f03c3";
}
.mdi-octagon-outline::before {
  content: "\f03c4";
}
.mdi-octagram::before {
  content: "\f06f9";
}
.mdi-octagram-outline::before {
  content: "\f0775";
}
.mdi-octahedron::before {
  content: "\f1950";
}
.mdi-octahedron-off::before {
  content: "\f1951";
}
.mdi-odnoklassniki::before {
  content: "\f03c5";
}
.mdi-offer::before {
  content: "\f121b";
}
.mdi-office-building::before {
  content: "\f0991";
}
.mdi-office-building-cog::before {
  content: "\f1949";
}
.mdi-office-building-cog-outline::before {
  content: "\f194a";
}
.mdi-office-building-marker::before {
  content: "\f1520";
}
.mdi-office-building-marker-outline::before {
  content: "\f1521";
}
.mdi-office-building-minus::before {
  content: "\f1baa";
}
.mdi-office-building-minus-outline::before {
  content: "\f1bab";
}
.mdi-office-building-outline::before {
  content: "\f151f";
}
.mdi-office-building-plus::before {
  content: "\f1ba8";
}
.mdi-office-building-plus-outline::before {
  content: "\f1ba9";
}
.mdi-office-building-remove::before {
  content: "\f1bac";
}
.mdi-office-building-remove-outline::before {
  content: "\f1bad";
}
.mdi-oil::before {
  content: "\f03c7";
}
.mdi-oil-lamp::before {
  content: "\f0f19";
}
.mdi-oil-level::before {
  content: "\f1053";
}
.mdi-oil-temperature::before {
  content: "\f0ff8";
}
.mdi-om::before {
  content: "\f0973";
}
.mdi-omega::before {
  content: "\f03c9";
}
.mdi-one-up::before {
  content: "\f0bad";
}
.mdi-onepassword::before {
  content: "\f0881";
}
.mdi-opacity::before {
  content: "\f05cc";
}
.mdi-open-in-app::before {
  content: "\f03cb";
}
.mdi-open-in-new::before {
  content: "\f03cc";
}
.mdi-open-source-initiative::before {
  content: "\f0bae";
}
.mdi-openid::before {
  content: "\f03cd";
}
.mdi-opera::before {
  content: "\f03ce";
}
.mdi-orbit::before {
  content: "\f0018";
}
.mdi-orbit-variant::before {
  content: "\f15db";
}
.mdi-order-alphabetical-ascending::before {
  content: "\f020d";
}
.mdi-order-alphabetical-descending::before {
  content: "\f0d07";
}
.mdi-order-bool-ascending::before {
  content: "\f02be";
}
.mdi-order-bool-ascending-variant::before {
  content: "\f098f";
}
.mdi-order-bool-descending::before {
  content: "\f1384";
}
.mdi-order-bool-descending-variant::before {
  content: "\f0990";
}
.mdi-order-numeric-ascending::before {
  content: "\f0545";
}
.mdi-order-numeric-descending::before {
  content: "\f0546";
}
.mdi-origin::before {
  content: "\f0b43";
}
.mdi-ornament::before {
  content: "\f03cf";
}
.mdi-ornament-variant::before {
  content: "\f03d0";
}
.mdi-outdoor-lamp::before {
  content: "\f1054";
}
.mdi-overscan::before {
  content: "\f1005";
}
.mdi-owl::before {
  content: "\f03d2";
}
.mdi-pac-man::before {
  content: "\f0baf";
}
.mdi-package::before {
  content: "\f03d3";
}
.mdi-package-check::before {
  content: "\f1b51";
}
.mdi-package-down::before {
  content: "\f03d4";
}
.mdi-package-up::before {
  content: "\f03d5";
}
.mdi-package-variant::before {
  content: "\f03d6";
}
.mdi-package-variant-closed::before {
  content: "\f03d7";
}
.mdi-package-variant-closed-check::before {
  content: "\f1b52";
}
.mdi-package-variant-closed-minus::before {
  content: "\f19d4";
}
.mdi-package-variant-closed-plus::before {
  content: "\f19d5";
}
.mdi-package-variant-closed-remove::before {
  content: "\f19d6";
}
.mdi-package-variant-minus::before {
  content: "\f19d7";
}
.mdi-package-variant-plus::before {
  content: "\f19d8";
}
.mdi-package-variant-remove::before {
  content: "\f19d9";
}
.mdi-page-first::before {
  content: "\f0600";
}
.mdi-page-last::before {
  content: "\f0601";
}
.mdi-page-layout-body::before {
  content: "\f06fa";
}
.mdi-page-layout-footer::before {
  content: "\f06fb";
}
.mdi-page-layout-header::before {
  content: "\f06fc";
}
.mdi-page-layout-header-footer::before {
  content: "\f0f7f";
}
.mdi-page-layout-sidebar-left::before {
  content: "\f06fd";
}
.mdi-page-layout-sidebar-right::before {
  content: "\f06fe";
}
.mdi-page-next::before {
  content: "\f0bb0";
}
.mdi-page-next-outline::before {
  content: "\f0bb1";
}
.mdi-page-previous::before {
  content: "\f0bb2";
}
.mdi-page-previous-outline::before {
  content: "\f0bb3";
}
.mdi-pail::before {
  content: "\f1417";
}
.mdi-pail-minus::before {
  content: "\f1437";
}
.mdi-pail-minus-outline::before {
  content: "\f143c";
}
.mdi-pail-off::before {
  content: "\f1439";
}
.mdi-pail-off-outline::before {
  content: "\f143e";
}
.mdi-pail-outline::before {
  content: "\f143a";
}
.mdi-pail-plus::before {
  content: "\f1436";
}
.mdi-pail-plus-outline::before {
  content: "\f143b";
}
.mdi-pail-remove::before {
  content: "\f1438";
}
.mdi-pail-remove-outline::before {
  content: "\f143d";
}
.mdi-palette::before {
  content: "\f03d8";
}
.mdi-palette-advanced::before {
  content: "\f03d9";
}
.mdi-palette-outline::before {
  content: "\f0e0c";
}
.mdi-palette-swatch::before {
  content: "\f08b5";
}
.mdi-palette-swatch-outline::before {
  content: "\f135c";
}
.mdi-palette-swatch-variant::before {
  content: "\f195a";
}
.mdi-palm-tree::before {
  content: "\f1055";
}
.mdi-pan::before {
  content: "\f0bb4";
}
.mdi-pan-bottom-left::before {
  content: "\f0bb5";
}
.mdi-pan-bottom-right::before {
  content: "\f0bb6";
}
.mdi-pan-down::before {
  content: "\f0bb7";
}
.mdi-pan-horizontal::before {
  content: "\f0bb8";
}
.mdi-pan-left::before {
  content: "\f0bb9";
}
.mdi-pan-right::before {
  content: "\f0bba";
}
.mdi-pan-top-left::before {
  content: "\f0bbb";
}
.mdi-pan-top-right::before {
  content: "\f0bbc";
}
.mdi-pan-up::before {
  content: "\f0bbd";
}
.mdi-pan-vertical::before {
  content: "\f0bbe";
}
.mdi-panda::before {
  content: "\f03da";
}
.mdi-pandora::before {
  content: "\f03db";
}
.mdi-panorama::before {
  content: "\f03dc";
}
.mdi-panorama-fisheye::before {
  content: "\f03dd";
}
.mdi-panorama-horizontal::before {
  content: "\f1928";
}
.mdi-panorama-horizontal-outline::before {
  content: "\f03de";
}
.mdi-panorama-outline::before {
  content: "\f198c";
}
.mdi-panorama-sphere::before {
  content: "\f198d";
}
.mdi-panorama-sphere-outline::before {
  content: "\f198e";
}
.mdi-panorama-variant::before {
  content: "\f198f";
}
.mdi-panorama-variant-outline::before {
  content: "\f1990";
}
.mdi-panorama-vertical::before {
  content: "\f1929";
}
.mdi-panorama-vertical-outline::before {
  content: "\f03df";
}
.mdi-panorama-wide-angle::before {
  content: "\f195f";
}
.mdi-panorama-wide-angle-outline::before {
  content: "\f03e0";
}
.mdi-paper-cut-vertical::before {
  content: "\f03e1";
}
.mdi-paper-roll::before {
  content: "\f1157";
}
.mdi-paper-roll-outline::before {
  content: "\f1158";
}
.mdi-paperclip::before {
  content: "\f03e2";
}
.mdi-paperclip-check::before {
  content: "\f1ac6";
}
.mdi-paperclip-lock::before {
  content: "\f19da";
}
.mdi-paperclip-minus::before {
  content: "\f1ac7";
}
.mdi-paperclip-off::before {
  content: "\f1ac8";
}
.mdi-paperclip-plus::before {
  content: "\f1ac9";
}
.mdi-paperclip-remove::before {
  content: "\f1aca";
}
.mdi-parachute::before {
  content: "\f0cb4";
}
.mdi-parachute-outline::before {
  content: "\f0cb5";
}
.mdi-paragliding::before {
  content: "\f1745";
}
.mdi-parking::before {
  content: "\f03e3";
}
.mdi-party-popper::before {
  content: "\f1056";
}
.mdi-passport::before {
  content: "\f07e3";
}
.mdi-passport-biometric::before {
  content: "\f0de1";
}
.mdi-pasta::before {
  content: "\f1160";
}
.mdi-patio-heater::before {
  content: "\f0f80";
}
.mdi-patreon::before {
  content: "\f0882";
}
.mdi-pause::before {
  content: "\f03e4";
}
.mdi-pause-box::before {
  content: "\f00bc";
}
.mdi-pause-box-outline::before {
  content: "\f1b7a";
}
.mdi-pause-circle::before {
  content: "\f03e5";
}
.mdi-pause-circle-outline::before {
  content: "\f03e6";
}
.mdi-pause-octagon::before {
  content: "\f03e7";
}
.mdi-pause-octagon-outline::before {
  content: "\f03e8";
}
.mdi-paw::before {
  content: "\f03e9";
}
.mdi-paw-off::before {
  content: "\f0657";
}
.mdi-paw-off-outline::before {
  content: "\f1676";
}
.mdi-paw-outline::before {
  content: "\f1675";
}
.mdi-peace::before {
  content: "\f0884";
}
.mdi-peanut::before {
  content: "\f0ffc";
}
.mdi-peanut-off::before {
  content: "\f0ffd";
}
.mdi-peanut-off-outline::before {
  content: "\f0fff";
}
.mdi-peanut-outline::before {
  content: "\f0ffe";
}
.mdi-pen::before {
  content: "\f03ea";
}
.mdi-pen-lock::before {
  content: "\f0de2";
}
.mdi-pen-minus::before {
  content: "\f0de3";
}
.mdi-pen-off::before {
  content: "\f0de4";
}
.mdi-pen-plus::before {
  content: "\f0de5";
}
.mdi-pen-remove::before {
  content: "\f0de6";
}
.mdi-pencil::before {
  content: "\f03eb";
}
.mdi-pencil-box::before {
  content: "\f03ec";
}
.mdi-pencil-box-multiple::before {
  content: "\f1144";
}
.mdi-pencil-box-multiple-outline::before {
  content: "\f1145";
}
.mdi-pencil-box-outline::before {
  content: "\f03ed";
}
.mdi-pencil-circle::before {
  content: "\f06ff";
}
.mdi-pencil-circle-outline::before {
  content: "\f0776";
}
.mdi-pencil-lock::before {
  content: "\f03ee";
}
.mdi-pencil-lock-outline::before {
  content: "\f0de7";
}
.mdi-pencil-minus::before {
  content: "\f0de8";
}
.mdi-pencil-minus-outline::before {
  content: "\f0de9";
}
.mdi-pencil-off::before {
  content: "\f03ef";
}
.mdi-pencil-off-outline::before {
  content: "\f0dea";
}
.mdi-pencil-outline::before {
  content: "\f0cb6";
}
.mdi-pencil-plus::before {
  content: "\f0deb";
}
.mdi-pencil-plus-outline::before {
  content: "\f0dec";
}
.mdi-pencil-remove::before {
  content: "\f0ded";
}
.mdi-pencil-remove-outline::before {
  content: "\f0dee";
}
.mdi-pencil-ruler::before {
  content: "\f1353";
}
.mdi-pencil-ruler-outline::before {
  content: "\f1c11";
}
.mdi-penguin::before {
  content: "\f0ec0";
}
.mdi-pentagon::before {
  content: "\f0701";
}
.mdi-pentagon-outline::before {
  content: "\f0700";
}
.mdi-pentagram::before {
  content: "\f1667";
}
.mdi-percent::before {
  content: "\f03f0";
}
.mdi-percent-box::before {
  content: "\f1a02";
}
.mdi-percent-box-outline::before {
  content: "\f1a03";
}
.mdi-percent-circle::before {
  content: "\f1a04";
}
.mdi-percent-circle-outline::before {
  content: "\f1a05";
}
.mdi-percent-outline::before {
  content: "\f1278";
}
.mdi-periodic-table::before {
  content: "\f08b6";
}
.mdi-perspective-less::before {
  content: "\f0d23";
}
.mdi-perspective-more::before {
  content: "\f0d24";
}
.mdi-ph::before {
  content: "\f17c5";
}
.mdi-phone::before {
  content: "\f03f2";
}
.mdi-phone-alert::before {
  content: "\f0f1a";
}
.mdi-phone-alert-outline::before {
  content: "\f118e";
}
.mdi-phone-bluetooth::before {
  content: "\f03f3";
}
.mdi-phone-bluetooth-outline::before {
  content: "\f118f";
}
.mdi-phone-cancel::before {
  content: "\f10bc";
}
.mdi-phone-cancel-outline::before {
  content: "\f1190";
}
.mdi-phone-check::before {
  content: "\f11a9";
}
.mdi-phone-check-outline::before {
  content: "\f11aa";
}
.mdi-phone-classic::before {
  content: "\f0602";
}
.mdi-phone-classic-off::before {
  content: "\f1279";
}
.mdi-phone-clock::before {
  content: "\f19db";
}
.mdi-phone-dial::before {
  content: "\f1559";
}
.mdi-phone-dial-outline::before {
  content: "\f155a";
}
.mdi-phone-forward::before {
  content: "\f03f4";
}
.mdi-phone-forward-outline::before {
  content: "\f1191";
}
.mdi-phone-hangup::before {
  content: "\f03f5";
}
.mdi-phone-hangup-outline::before {
  content: "\f1192";
}
.mdi-phone-in-talk::before {
  content: "\f03f6";
}
.mdi-phone-in-talk-outline::before {
  content: "\f1182";
}
.mdi-phone-incoming::before {
  content: "\f03f7";
}
.mdi-phone-incoming-outgoing::before {
  content: "\f1b3f";
}
.mdi-phone-incoming-outgoing-outline::before {
  content: "\f1b40";
}
.mdi-phone-incoming-outline::before {
  content: "\f1193";
}
.mdi-phone-lock::before {
  content: "\f03f8";
}
.mdi-phone-lock-outline::before {
  content: "\f1194";
}
.mdi-phone-log::before {
  content: "\f03f9";
}
.mdi-phone-log-outline::before {
  content: "\f1195";
}
.mdi-phone-message::before {
  content: "\f1196";
}
.mdi-phone-message-outline::before {
  content: "\f1197";
}
.mdi-phone-minus::before {
  content: "\f0658";
}
.mdi-phone-minus-outline::before {
  content: "\f1198";
}
.mdi-phone-missed::before {
  content: "\f03fa";
}
.mdi-phone-missed-outline::before {
  content: "\f11a5";
}
.mdi-phone-off::before {
  content: "\f0def";
}
.mdi-phone-off-outline::before {
  content: "\f11a6";
}
.mdi-phone-outgoing::before {
  content: "\f03fb";
}
.mdi-phone-outgoing-outline::before {
  content: "\f1199";
}
.mdi-phone-outline::before {
  content: "\f0df0";
}
.mdi-phone-paused::before {
  content: "\f03fc";
}
.mdi-phone-paused-outline::before {
  content: "\f119a";
}
.mdi-phone-plus::before {
  content: "\f0659";
}
.mdi-phone-plus-outline::before {
  content: "\f119b";
}
.mdi-phone-refresh::before {
  content: "\f1993";
}
.mdi-phone-refresh-outline::before {
  content: "\f1994";
}
.mdi-phone-remove::before {
  content: "\f152f";
}
.mdi-phone-remove-outline::before {
  content: "\f1530";
}
.mdi-phone-return::before {
  content: "\f082f";
}
.mdi-phone-return-outline::before {
  content: "\f119c";
}
.mdi-phone-ring::before {
  content: "\f11ab";
}
.mdi-phone-ring-outline::before {
  content: "\f11ac";
}
.mdi-phone-rotate-landscape::before {
  content: "\f0885";
}
.mdi-phone-rotate-portrait::before {
  content: "\f0886";
}
.mdi-phone-settings::before {
  content: "\f03fd";
}
.mdi-phone-settings-outline::before {
  content: "\f119d";
}
.mdi-phone-sync::before {
  content: "\f1995";
}
.mdi-phone-sync-outline::before {
  content: "\f1996";
}
.mdi-phone-voip::before {
  content: "\f03fe";
}
.mdi-pi::before {
  content: "\f03ff";
}
.mdi-pi-box::before {
  content: "\f0400";
}
.mdi-pi-hole::before {
  content: "\f0df1";
}
.mdi-piano::before {
  content: "\f067d";
}
.mdi-piano-off::before {
  content: "\f0698";
}
.mdi-pickaxe::before {
  content: "\f08b7";
}
.mdi-picture-in-picture-bottom-right::before {
  content: "\f0e57";
}
.mdi-picture-in-picture-bottom-right-outline::before {
  content: "\f0e58";
}
.mdi-picture-in-picture-top-right::before {
  content: "\f0e59";
}
.mdi-picture-in-picture-top-right-outline::before {
  content: "\f0e5a";
}
.mdi-pier::before {
  content: "\f0887";
}
.mdi-pier-crane::before {
  content: "\f0888";
}
.mdi-pig::before {
  content: "\f0401";
}
.mdi-pig-variant::before {
  content: "\f1006";
}
.mdi-pig-variant-outline::before {
  content: "\f1678";
}
.mdi-piggy-bank::before {
  content: "\f1007";
}
.mdi-piggy-bank-outline::before {
  content: "\f1679";
}
.mdi-pill::before {
  content: "\f0402";
}
.mdi-pill-multiple::before {
  content: "\f1b4c";
}
.mdi-pill-off::before {
  content: "\f1a5c";
}
.mdi-pillar::before {
  content: "\f0702";
}
.mdi-pin::before {
  content: "\f0403";
}
.mdi-pin-off::before {
  content: "\f0404";
}
.mdi-pin-off-outline::before {
  content: "\f0930";
}
.mdi-pin-outline::before {
  content: "\f0931";
}
.mdi-pine-tree::before {
  content: "\f0405";
}
.mdi-pine-tree-box::before {
  content: "\f0406";
}
.mdi-pine-tree-fire::before {
  content: "\f141a";
}
.mdi-pinterest::before {
  content: "\f0407";
}
.mdi-pinwheel::before {
  content: "\f0ad5";
}
.mdi-pinwheel-outline::before {
  content: "\f0ad6";
}
.mdi-pipe::before {
  content: "\f07e5";
}
.mdi-pipe-disconnected::before {
  content: "\f07e6";
}
.mdi-pipe-leak::before {
  content: "\f0889";
}
.mdi-pipe-valve::before {
  content: "\f184d";
}
.mdi-pipe-wrench::before {
  content: "\f1354";
}
.mdi-pirate::before {
  content: "\f0a08";
}
.mdi-pistol::before {
  content: "\f0703";
}
.mdi-piston::before {
  content: "\f088a";
}
.mdi-pitchfork::before {
  content: "\f1553";
}
.mdi-pizza::before {
  content: "\f0409";
}
.mdi-plane-car::before {
  content: "\f1aff";
}
.mdi-plane-train::before {
  content: "\f1b00";
}
.mdi-play::before {
  content: "\f040a";
}
.mdi-play-box::before {
  content: "\f127a";
}
.mdi-play-box-lock::before {
  content: "\f1a16";
}
.mdi-play-box-lock-open::before {
  content: "\f1a17";
}
.mdi-play-box-lock-open-outline::before {
  content: "\f1a18";
}
.mdi-play-box-lock-outline::before {
  content: "\f1a19";
}
.mdi-play-box-multiple::before {
  content: "\f0d19";
}
.mdi-play-box-multiple-outline::before {
  content: "\f13e6";
}
.mdi-play-box-outline::before {
  content: "\f040b";
}
.mdi-play-circle::before {
  content: "\f040c";
}
.mdi-play-circle-outline::before {
  content: "\f040d";
}
.mdi-play-network::before {
  content: "\f088b";
}
.mdi-play-network-outline::before {
  content: "\f0cb7";
}
.mdi-play-outline::before {
  content: "\f0f1b";
}
.mdi-play-pause::before {
  content: "\f040e";
}
.mdi-play-protected-content::before {
  content: "\f040f";
}
.mdi-play-speed::before {
  content: "\f08ff";
}
.mdi-playlist-check::before {
  content: "\f05c7";
}
.mdi-playlist-edit::before {
  content: "\f0900";
}
.mdi-playlist-minus::before {
  content: "\f0410";
}
.mdi-playlist-music::before {
  content: "\f0cb8";
}
.mdi-playlist-music-outline::before {
  content: "\f0cb9";
}
.mdi-playlist-play::before {
  content: "\f0411";
}
.mdi-playlist-plus::before {
  content: "\f0412";
}
.mdi-playlist-remove::before {
  content: "\f0413";
}
.mdi-playlist-star::before {
  content: "\f0df2";
}
.mdi-plex::before {
  content: "\f06ba";
}
.mdi-pliers::before {
  content: "\f19a4";
}
.mdi-plus::before {
  content: "\f0415";
}
.mdi-plus-box::before {
  content: "\f0416";
}
.mdi-plus-box-multiple::before {
  content: "\f0334";
}
.mdi-plus-box-multiple-outline::before {
  content: "\f1143";
}
.mdi-plus-box-outline::before {
  content: "\f0704";
}
.mdi-plus-circle::before {
  content: "\f0417";
}
.mdi-plus-circle-multiple::before {
  content: "\f034c";
}
.mdi-plus-circle-multiple-outline::before {
  content: "\f0418";
}
.mdi-plus-circle-outline::before {
  content: "\f0419";
}
.mdi-plus-lock::before {
  content: "\f1a5d";
}
.mdi-plus-lock-open::before {
  content: "\f1a5e";
}
.mdi-plus-minus::before {
  content: "\f0992";
}
.mdi-plus-minus-box::before {
  content: "\f0993";
}
.mdi-plus-minus-variant::before {
  content: "\f14c9";
}
.mdi-plus-network::before {
  content: "\f041a";
}
.mdi-plus-network-outline::before {
  content: "\f0cba";
}
.mdi-plus-outline::before {
  content: "\f0705";
}
.mdi-plus-thick::before {
  content: "\f11ec";
}
.mdi-podcast::before {
  content: "\f0994";
}
.mdi-podium::before {
  content: "\f0d25";
}
.mdi-podium-bronze::before {
  content: "\f0d26";
}
.mdi-podium-gold::before {
  content: "\f0d27";
}
.mdi-podium-silver::before {
  content: "\f0d28";
}
.mdi-point-of-sale::before {
  content: "\f0d92";
}
.mdi-pokeball::before {
  content: "\f041d";
}
.mdi-pokemon-go::before {
  content: "\f0a09";
}
.mdi-poker-chip::before {
  content: "\f0830";
}
.mdi-polaroid::before {
  content: "\f041e";
}
.mdi-police-badge::before {
  content: "\f1167";
}
.mdi-police-badge-outline::before {
  content: "\f1168";
}
.mdi-police-station::before {
  content: "\f1839";
}
.mdi-poll::before {
  content: "\f041f";
}
.mdi-polo::before {
  content: "\f14c3";
}
.mdi-polymer::before {
  content: "\f0421";
}
.mdi-pool::before {
  content: "\f0606";
}
.mdi-pool-thermometer::before {
  content: "\f1a5f";
}
.mdi-popcorn::before {
  content: "\f0422";
}
.mdi-post::before {
  content: "\f1008";
}
.mdi-post-lamp::before {
  content: "\f1a60";
}
.mdi-post-outline::before {
  content: "\f1009";
}
.mdi-postage-stamp::before {
  content: "\f0cbb";
}
.mdi-pot::before {
  content: "\f02e5";
}
.mdi-pot-mix::before {
  content: "\f065b";
}
.mdi-pot-mix-outline::before {
  content: "\f0677";
}
.mdi-pot-outline::before {
  content: "\f02ff";
}
.mdi-pot-steam::before {
  content: "\f065a";
}
.mdi-pot-steam-outline::before {
  content: "\f0326";
}
.mdi-pound::before {
  content: "\f0423";
}
.mdi-pound-box::before {
  content: "\f0424";
}
.mdi-pound-box-outline::before {
  content: "\f117f";
}
.mdi-power::before {
  content: "\f0425";
}
.mdi-power-cycle::before {
  content: "\f0901";
}
.mdi-power-off::before {
  content: "\f0902";
}
.mdi-power-on::before {
  content: "\f0903";
}
.mdi-power-plug::before {
  content: "\f06a5";
}
.mdi-power-plug-off::before {
  content: "\f06a6";
}
.mdi-power-plug-off-outline::before {
  content: "\f1424";
}
.mdi-power-plug-outline::before {
  content: "\f1425";
}
.mdi-power-settings::before {
  content: "\f0426";
}
.mdi-power-sleep::before {
  content: "\f0904";
}
.mdi-power-socket::before {
  content: "\f0427";
}
.mdi-power-socket-au::before {
  content: "\f0905";
}
.mdi-power-socket-ch::before {
  content: "\f0fb3";
}
.mdi-power-socket-de::before {
  content: "\f1107";
}
.mdi-power-socket-eu::before {
  content: "\f07e7";
}
.mdi-power-socket-fr::before {
  content: "\f1108";
}
.mdi-power-socket-it::before {
  content: "\f14ff";
}
.mdi-power-socket-jp::before {
  content: "\f1109";
}
.mdi-power-socket-uk::before {
  content: "\f07e8";
}
.mdi-power-socket-us::before {
  content: "\f07e9";
}
.mdi-power-standby::before {
  content: "\f0906";
}
.mdi-powershell::before {
  content: "\f0a0a";
}
.mdi-prescription::before {
  content: "\f0706";
}
.mdi-presentation::before {
  content: "\f0428";
}
.mdi-presentation-play::before {
  content: "\f0429";
}
.mdi-pretzel::before {
  content: "\f1562";
}
.mdi-printer::before {
  content: "\f042a";
}
.mdi-printer-3d::before {
  content: "\f042b";
}
.mdi-printer-3d-nozzle::before {
  content: "\f0e5b";
}
.mdi-printer-3d-nozzle-alert::before {
  content: "\f11c0";
}
.mdi-printer-3d-nozzle-alert-outline::before {
  content: "\f11c1";
}
.mdi-printer-3d-nozzle-heat::before {
  content: "\f18b8";
}
.mdi-printer-3d-nozzle-heat-outline::before {
  content: "\f18b9";
}
.mdi-printer-3d-nozzle-off::before {
  content: "\f1b19";
}
.mdi-printer-3d-nozzle-off-outline::before {
  content: "\f1b1a";
}
.mdi-printer-3d-nozzle-outline::before {
  content: "\f0e5c";
}
.mdi-printer-3d-off::before {
  content: "\f1b0e";
}
.mdi-printer-alert::before {
  content: "\f042c";
}
.mdi-printer-check::before {
  content: "\f1146";
}
.mdi-printer-eye::before {
  content: "\f1458";
}
.mdi-printer-off::before {
  content: "\f0e5d";
}
.mdi-printer-off-outline::before {
  content: "\f1785";
}
.mdi-printer-outline::before {
  content: "\f1786";
}
.mdi-printer-pos::before {
  content: "\f1057";
}
.mdi-printer-pos-alert::before {
  content: "\f1bbc";
}
.mdi-printer-pos-alert-outline::before {
  content: "\f1bbd";
}
.mdi-printer-pos-cancel::before {
  content: "\f1bbe";
}
.mdi-printer-pos-cancel-outline::before {
  content: "\f1bbf";
}
.mdi-printer-pos-check::before {
  content: "\f1bc0";
}
.mdi-printer-pos-check-outline::before {
  content: "\f1bc1";
}
.mdi-printer-pos-cog::before {
  content: "\f1bc2";
}
.mdi-printer-pos-cog-outline::before {
  content: "\f1bc3";
}
.mdi-printer-pos-edit::before {
  content: "\f1bc4";
}
.mdi-printer-pos-edit-outline::before {
  content: "\f1bc5";
}
.mdi-printer-pos-minus::before {
  content: "\f1bc6";
}
.mdi-printer-pos-minus-outline::before {
  content: "\f1bc7";
}
.mdi-printer-pos-network::before {
  content: "\f1bc8";
}
.mdi-printer-pos-network-outline::before {
  content: "\f1bc9";
}
.mdi-printer-pos-off::before {
  content: "\f1bca";
}
.mdi-printer-pos-off-outline::before {
  content: "\f1bcb";
}
.mdi-printer-pos-outline::before {
  content: "\f1bcc";
}
.mdi-printer-pos-pause::before {
  content: "\f1bcd";
}
.mdi-printer-pos-pause-outline::before {
  content: "\f1bce";
}
.mdi-printer-pos-play::before {
  content: "\f1bcf";
}
.mdi-printer-pos-play-outline::before {
  content: "\f1bd0";
}
.mdi-printer-pos-plus::before {
  content: "\f1bd1";
}
.mdi-printer-pos-plus-outline::before {
  content: "\f1bd2";
}
.mdi-printer-pos-refresh::before {
  content: "\f1bd3";
}
.mdi-printer-pos-refresh-outline::before {
  content: "\f1bd4";
}
.mdi-printer-pos-remove::before {
  content: "\f1bd5";
}
.mdi-printer-pos-remove-outline::before {
  content: "\f1bd6";
}
.mdi-printer-pos-star::before {
  content: "\f1bd7";
}
.mdi-printer-pos-star-outline::before {
  content: "\f1bd8";
}
.mdi-printer-pos-stop::before {
  content: "\f1bd9";
}
.mdi-printer-pos-stop-outline::before {
  content: "\f1bda";
}
.mdi-printer-pos-sync::before {
  content: "\f1bdb";
}
.mdi-printer-pos-sync-outline::before {
  content: "\f1bdc";
}
.mdi-printer-pos-wrench::before {
  content: "\f1bdd";
}
.mdi-printer-pos-wrench-outline::before {
  content: "\f1bde";
}
.mdi-printer-search::before {
  content: "\f1457";
}
.mdi-printer-settings::before {
  content: "\f0707";
}
.mdi-printer-wireless::before {
  content: "\f0a0b";
}
.mdi-priority-high::before {
  content: "\f0603";
}
.mdi-priority-low::before {
  content: "\f0604";
}
.mdi-professional-hexagon::before {
  content: "\f042d";
}
.mdi-progress-alert::before {
  content: "\f0cbc";
}
.mdi-progress-check::before {
  content: "\f0995";
}
.mdi-progress-clock::before {
  content: "\f0996";
}
.mdi-progress-close::before {
  content: "\f110a";
}
.mdi-progress-download::before {
  content: "\f0997";
}
.mdi-progress-helper::before {
  content: "\f1ba2";
}
.mdi-progress-pencil::before {
  content: "\f1787";
}
.mdi-progress-question::before {
  content: "\f1522";
}
.mdi-progress-star::before {
  content: "\f1788";
}
.mdi-progress-upload::before {
  content: "\f0998";
}
.mdi-progress-wrench::before {
  content: "\f0cbd";
}
.mdi-projector::before {
  content: "\f042e";
}
.mdi-projector-off::before {
  content: "\f1a23";
}
.mdi-projector-screen::before {
  content: "\f042f";
}
.mdi-projector-screen-off::before {
  content: "\f180d";
}
.mdi-projector-screen-off-outline::before {
  content: "\f180e";
}
.mdi-projector-screen-outline::before {
  content: "\f1724";
}
.mdi-projector-screen-variant::before {
  content: "\f180f";
}
.mdi-projector-screen-variant-off::before {
  content: "\f1810";
}
.mdi-projector-screen-variant-off-outline::before {
  content: "\f1811";
}
.mdi-projector-screen-variant-outline::before {
  content: "\f1812";
}
.mdi-propane-tank::before {
  content: "\f1357";
}
.mdi-propane-tank-outline::before {
  content: "\f1358";
}
.mdi-protocol::before {
  content: "\f0fd8";
}
.mdi-publish::before {
  content: "\f06a7";
}
.mdi-publish-off::before {
  content: "\f1945";
}
.mdi-pulse::before {
  content: "\f0430";
}
.mdi-pump::before {
  content: "\f1402";
}
.mdi-pump-off::before {
  content: "\f1b22";
}
.mdi-pumpkin::before {
  content: "\f0bbf";
}
.mdi-purse::before {
  content: "\f0f1c";
}
.mdi-purse-outline::before {
  content: "\f0f1d";
}
.mdi-puzzle::before {
  content: "\f0431";
}
.mdi-puzzle-check::before {
  content: "\f1426";
}
.mdi-puzzle-check-outline::before {
  content: "\f1427";
}
.mdi-puzzle-edit::before {
  content: "\f14d3";
}
.mdi-puzzle-edit-outline::before {
  content: "\f14d9";
}
.mdi-puzzle-heart::before {
  content: "\f14d4";
}
.mdi-puzzle-heart-outline::before {
  content: "\f14da";
}
.mdi-puzzle-minus::before {
  content: "\f14d1";
}
.mdi-puzzle-minus-outline::before {
  content: "\f14d7";
}
.mdi-puzzle-outline::before {
  content: "\f0a66";
}
.mdi-puzzle-plus::before {
  content: "\f14d0";
}
.mdi-puzzle-plus-outline::before {
  content: "\f14d6";
}
.mdi-puzzle-remove::before {
  content: "\f14d2";
}
.mdi-puzzle-remove-outline::before {
  content: "\f14d8";
}
.mdi-puzzle-star::before {
  content: "\f14d5";
}
.mdi-puzzle-star-outline::before {
  content: "\f14db";
}
.mdi-pyramid::before {
  content: "\f1952";
}
.mdi-pyramid-off::before {
  content: "\f1953";
}
.mdi-qi::before {
  content: "\f0999";
}
.mdi-qqchat::before {
  content: "\f0605";
}
.mdi-qrcode::before {
  content: "\f0432";
}
.mdi-qrcode-edit::before {
  content: "\f08b8";
}
.mdi-qrcode-minus::before {
  content: "\f118c";
}
.mdi-qrcode-plus::before {
  content: "\f118b";
}
.mdi-qrcode-remove::before {
  content: "\f118d";
}
.mdi-qrcode-scan::before {
  content: "\f0433";
}
.mdi-quadcopter::before {
  content: "\f0434";
}
.mdi-quality-high::before {
  content: "\f0435";
}
.mdi-quality-low::before {
  content: "\f0a0c";
}
.mdi-quality-medium::before {
  content: "\f0a0d";
}
.mdi-quora::before {
  content: "\f0d29";
}
.mdi-rabbit::before {
  content: "\f0907";
}
.mdi-rabbit-variant::before {
  content: "\f1a61";
}
.mdi-rabbit-variant-outline::before {
  content: "\f1a62";
}
.mdi-racing-helmet::before {
  content: "\f0d93";
}
.mdi-racquetball::before {
  content: "\f0d94";
}
.mdi-radar::before {
  content: "\f0437";
}
.mdi-radiator::before {
  content: "\f0438";
}
.mdi-radiator-disabled::before {
  content: "\f0ad7";
}
.mdi-radiator-off::before {
  content: "\f0ad8";
}
.mdi-radio::before {
  content: "\f0439";
}
.mdi-radio-am::before {
  content: "\f0cbe";
}
.mdi-radio-fm::before {
  content: "\f0cbf";
}
.mdi-radio-handheld::before {
  content: "\f043a";
}
.mdi-radio-off::before {
  content: "\f121c";
}
.mdi-radio-tower::before {
  content: "\f043b";
}
.mdi-radioactive::before {
  content: "\f043c";
}
.mdi-radioactive-circle::before {
  content: "\f185d";
}
.mdi-radioactive-circle-outline::before {
  content: "\f185e";
}
.mdi-radioactive-off::before {
  content: "\f0ec1";
}
.mdi-radiobox-blank::before {
  content: "\f043d";
}
.mdi-radiobox-marked::before {
  content: "\f043e";
}
.mdi-radiology-box::before {
  content: "\f14c5";
}
.mdi-radiology-box-outline::before {
  content: "\f14c6";
}
.mdi-radius::before {
  content: "\f0cc0";
}
.mdi-radius-outline::before {
  content: "\f0cc1";
}
.mdi-railroad-light::before {
  content: "\f0f1e";
}
.mdi-rake::before {
  content: "\f1544";
}
.mdi-raspberry-pi::before {
  content: "\f043f";
}
.mdi-raw::before {
  content: "\f1a0f";
}
.mdi-raw-off::before {
  content: "\f1a10";
}
.mdi-ray-end::before {
  content: "\f0440";
}
.mdi-ray-end-arrow::before {
  content: "\f0441";
}
.mdi-ray-start::before {
  content: "\f0442";
}
.mdi-ray-start-arrow::before {
  content: "\f0443";
}
.mdi-ray-start-end::before {
  content: "\f0444";
}
.mdi-ray-start-vertex-end::before {
  content: "\f15d8";
}
.mdi-ray-vertex::before {
  content: "\f0445";
}
.mdi-razor-double-edge::before {
  content: "\f1997";
}
.mdi-razor-single-edge::before {
  content: "\f1998";
}
.mdi-react::before {
  content: "\f0708";
}
.mdi-read::before {
  content: "\f0447";
}
.mdi-receipt::before {
  content: "\f0824";
}
.mdi-receipt-outline::before {
  content: "\f04f7";
}
.mdi-receipt-text::before {
  content: "\f0449";
}
.mdi-receipt-text-check::before {
  content: "\f1a63";
}
.mdi-receipt-text-check-outline::before {
  content: "\f1a64";
}
.mdi-receipt-text-minus::before {
  content: "\f1a65";
}
.mdi-receipt-text-minus-outline::before {
  content: "\f1a66";
}
.mdi-receipt-text-outline::before {
  content: "\f19dc";
}
.mdi-receipt-text-plus::before {
  content: "\f1a67";
}
.mdi-receipt-text-plus-outline::before {
  content: "\f1a68";
}
.mdi-receipt-text-remove::before {
  content: "\f1a69";
}
.mdi-receipt-text-remove-outline::before {
  content: "\f1a6a";
}
.mdi-record::before {
  content: "\f044a";
}
.mdi-record-circle::before {
  content: "\f0ec2";
}
.mdi-record-circle-outline::before {
  content: "\f0ec3";
}
.mdi-record-player::before {
  content: "\f099a";
}
.mdi-record-rec::before {
  content: "\f044b";
}
.mdi-rectangle::before {
  content: "\f0e5e";
}
.mdi-rectangle-outline::before {
  content: "\f0e5f";
}
.mdi-recycle::before {
  content: "\f044c";
}
.mdi-recycle-variant::before {
  content: "\f139d";
}
.mdi-reddit::before {
  content: "\f044d";
}
.mdi-redhat::before {
  content: "\f111b";
}
.mdi-redo::before {
  content: "\f044e";
}
.mdi-redo-variant::before {
  content: "\f044f";
}
.mdi-reflect-horizontal::before {
  content: "\f0a0e";
}
.mdi-reflect-vertical::before {
  content: "\f0a0f";
}
.mdi-refresh::before {
  content: "\f0450";
}
.mdi-refresh-auto::before {
  content: "\f18f2";
}
.mdi-refresh-circle::before {
  content: "\f1377";
}
.mdi-regex::before {
  content: "\f0451";
}
.mdi-registered-trademark::before {
  content: "\f0a67";
}
.mdi-reiterate::before {
  content: "\f1588";
}
.mdi-relation-many-to-many::before {
  content: "\f1496";
}
.mdi-relation-many-to-one::before {
  content: "\f1497";
}
.mdi-relation-many-to-one-or-many::before {
  content: "\f1498";
}
.mdi-relation-many-to-only-one::before {
  content: "\f1499";
}
.mdi-relation-many-to-zero-or-many::before {
  content: "\f149a";
}
.mdi-relation-many-to-zero-or-one::before {
  content: "\f149b";
}
.mdi-relation-one-or-many-to-many::before {
  content: "\f149c";
}
.mdi-relation-one-or-many-to-one::before {
  content: "\f149d";
}
.mdi-relation-one-or-many-to-one-or-many::before {
  content: "\f149e";
}
.mdi-relation-one-or-many-to-only-one::before {
  content: "\f149f";
}
.mdi-relation-one-or-many-to-zero-or-many::before {
  content: "\f14a0";
}
.mdi-relation-one-or-many-to-zero-or-one::before {
  content: "\f14a1";
}
.mdi-relation-one-to-many::before {
  content: "\f14a2";
}
.mdi-relation-one-to-one::before {
  content: "\f14a3";
}
.mdi-relation-one-to-one-or-many::before {
  content: "\f14a4";
}
.mdi-relation-one-to-only-one::before {
  content: "\f14a5";
}
.mdi-relation-one-to-zero-or-many::before {
  content: "\f14a6";
}
.mdi-relation-one-to-zero-or-one::before {
  content: "\f14a7";
}
.mdi-relation-only-one-to-many::before {
  content: "\f14a8";
}
.mdi-relation-only-one-to-one::before {
  content: "\f14a9";
}
.mdi-relation-only-one-to-one-or-many::before {
  content: "\f14aa";
}
.mdi-relation-only-one-to-only-one::before {
  content: "\f14ab";
}
.mdi-relation-only-one-to-zero-or-many::before {
  content: "\f14ac";
}
.mdi-relation-only-one-to-zero-or-one::before {
  content: "\f14ad";
}
.mdi-relation-zero-or-many-to-many::before {
  content: "\f14ae";
}
.mdi-relation-zero-or-many-to-one::before {
  content: "\f14af";
}
.mdi-relation-zero-or-many-to-one-or-many::before {
  content: "\f14b0";
}
.mdi-relation-zero-or-many-to-only-one::before {
  content: "\f14b1";
}
.mdi-relation-zero-or-many-to-zero-or-many::before {
  content: "\f14b2";
}
.mdi-relation-zero-or-many-to-zero-or-one::before {
  content: "\f14b3";
}
.mdi-relation-zero-or-one-to-many::before {
  content: "\f14b4";
}
.mdi-relation-zero-or-one-to-one::before {
  content: "\f14b5";
}
.mdi-relation-zero-or-one-to-one-or-many::before {
  content: "\f14b6";
}
.mdi-relation-zero-or-one-to-only-one::before {
  content: "\f14b7";
}
.mdi-relation-zero-or-one-to-zero-or-many::before {
  content: "\f14b8";
}
.mdi-relation-zero-or-one-to-zero-or-one::before {
  content: "\f14b9";
}
.mdi-relative-scale::before {
  content: "\f0452";
}
.mdi-reload::before {
  content: "\f0453";
}
.mdi-reload-alert::before {
  content: "\f110b";
}
.mdi-reminder::before {
  content: "\f088c";
}
.mdi-remote::before {
  content: "\f0454";
}
.mdi-remote-desktop::before {
  content: "\f08b9";
}
.mdi-remote-off::before {
  content: "\f0ec4";
}
.mdi-remote-tv::before {
  content: "\f0ec5";
}
.mdi-remote-tv-off::before {
  content: "\f0ec6";
}
.mdi-rename::before {
  content: "\f1c18";
}
.mdi-rename-box::before {
  content: "\f0455";
}
.mdi-rename-box-outline::before {
  content: "\f1c19";
}
.mdi-rename-outline::before {
  content: "\f1c1a";
}
.mdi-reorder-horizontal::before {
  content: "\f0688";
}
.mdi-reorder-vertical::before {
  content: "\f0689";
}
.mdi-repeat::before {
  content: "\f0456";
}
.mdi-repeat-off::before {
  content: "\f0457";
}
.mdi-repeat-once::before {
  content: "\f0458";
}
.mdi-repeat-variant::before {
  content: "\f0547";
}
.mdi-replay::before {
  content: "\f0459";
}
.mdi-reply::before {
  content: "\f045a";
}
.mdi-reply-all::before {
  content: "\f045b";
}
.mdi-reply-all-outline::before {
  content: "\f0f1f";
}
.mdi-reply-circle::before {
  content: "\f11ae";
}
.mdi-reply-outline::before {
  content: "\f0f20";
}
.mdi-reproduction::before {
  content: "\f045c";
}
.mdi-resistor::before {
  content: "\f0b44";
}
.mdi-resistor-nodes::before {
  content: "\f0b45";
}
.mdi-resize::before {
  content: "\f0a68";
}
.mdi-resize-bottom-right::before {
  content: "\f045d";
}
.mdi-responsive::before {
  content: "\f045e";
}
.mdi-restart::before {
  content: "\f0709";
}
.mdi-restart-alert::before {
  content: "\f110c";
}
.mdi-restart-off::before {
  content: "\f0d95";
}
.mdi-restore::before {
  content: "\f099b";
}
.mdi-restore-alert::before {
  content: "\f110d";
}
.mdi-rewind::before {
  content: "\f045f";
}
.mdi-rewind-10::before {
  content: "\f0d2a";
}
.mdi-rewind-15::before {
  content: "\f1946";
}
.mdi-rewind-30::before {
  content: "\f0d96";
}
.mdi-rewind-45::before {
  content: "\f1b13";
}
.mdi-rewind-5::before {
  content: "\f11f9";
}
.mdi-rewind-60::before {
  content: "\f160c";
}
.mdi-rewind-outline::before {
  content: "\f070a";
}
.mdi-rhombus::before {
  content: "\f070b";
}
.mdi-rhombus-medium::before {
  content: "\f0a10";
}
.mdi-rhombus-medium-outline::before {
  content: "\f14dc";
}
.mdi-rhombus-outline::before {
  content: "\f070c";
}
.mdi-rhombus-split::before {
  content: "\f0a11";
}
.mdi-rhombus-split-outline::before {
  content: "\f14dd";
}
.mdi-ribbon::before {
  content: "\f0460";
}
.mdi-rice::before {
  content: "\f07ea";
}
.mdi-rickshaw::before {
  content: "\f15bb";
}
.mdi-rickshaw-electric::before {
  content: "\f15bc";
}
.mdi-ring::before {
  content: "\f07eb";
}
.mdi-rivet::before {
  content: "\f0e60";
}
.mdi-road::before {
  content: "\f0461";
}
.mdi-road-variant::before {
  content: "\f0462";
}
.mdi-robber::before {
  content: "\f1058";
}
.mdi-robot::before {
  content: "\f06a9";
}
.mdi-robot-angry::before {
  content: "\f169d";
}
.mdi-robot-angry-outline::before {
  content: "\f169e";
}
.mdi-robot-confused::before {
  content: "\f169f";
}
.mdi-robot-confused-outline::before {
  content: "\f16a0";
}
.mdi-robot-dead::before {
  content: "\f16a1";
}
.mdi-robot-dead-outline::before {
  content: "\f16a2";
}
.mdi-robot-excited::before {
  content: "\f16a3";
}
.mdi-robot-excited-outline::before {
  content: "\f16a4";
}
.mdi-robot-happy::before {
  content: "\f1719";
}
.mdi-robot-happy-outline::before {
  content: "\f171a";
}
.mdi-robot-industrial::before {
  content: "\f0b46";
}
.mdi-robot-industrial-outline::before {
  content: "\f1a1a";
}
.mdi-robot-love::before {
  content: "\f16a5";
}
.mdi-robot-love-outline::before {
  content: "\f16a6";
}
.mdi-robot-mower::before {
  content: "\f11f7";
}
.mdi-robot-mower-outline::before {
  content: "\f11f3";
}
.mdi-robot-off::before {
  content: "\f16a7";
}
.mdi-robot-off-outline::before {
  content: "\f167b";
}
.mdi-robot-outline::before {
  content: "\f167a";
}
.mdi-robot-vacuum::before {
  content: "\f070d";
}
.mdi-robot-vacuum-alert::before {
  content: "\f1b5d";
}
.mdi-robot-vacuum-off::before {
  content: "\f1c01";
}
.mdi-robot-vacuum-variant::before {
  content: "\f0908";
}
.mdi-robot-vacuum-variant-alert::before {
  content: "\f1b5e";
}
.mdi-robot-vacuum-variant-off::before {
  content: "\f1c02";
}
.mdi-rocket::before {
  content: "\f0463";
}
.mdi-rocket-launch::before {
  content: "\f14de";
}
.mdi-rocket-launch-outline::before {
  content: "\f14df";
}
.mdi-rocket-outline::before {
  content: "\f13af";
}
.mdi-rodent::before {
  content: "\f1327";
}
.mdi-roller-shade::before {
  content: "\f1a6b";
}
.mdi-roller-shade-closed::before {
  content: "\f1a6c";
}
.mdi-roller-skate::before {
  content: "\f0d2b";
}
.mdi-roller-skate-off::before {
  content: "\f0145";
}
.mdi-rollerblade::before {
  content: "\f0d2c";
}
.mdi-rollerblade-off::before {
  content: "\f002e";
}
.mdi-rollupjs::before {
  content: "\f0bc0";
}
.mdi-rolodex::before {
  content: "\f1ab9";
}
.mdi-rolodex-outline::before {
  content: "\f1aba";
}
.mdi-roman-numeral-1::before {
  content: "\f1088";
}
.mdi-roman-numeral-10::before {
  content: "\f1091";
}
.mdi-roman-numeral-2::before {
  content: "\f1089";
}
.mdi-roman-numeral-3::before {
  content: "\f108a";
}
.mdi-roman-numeral-4::before {
  content: "\f108b";
}
.mdi-roman-numeral-5::before {
  content: "\f108c";
}
.mdi-roman-numeral-6::before {
  content: "\f108d";
}
.mdi-roman-numeral-7::before {
  content: "\f108e";
}
.mdi-roman-numeral-8::before {
  content: "\f108f";
}
.mdi-roman-numeral-9::before {
  content: "\f1090";
}
.mdi-room-service::before {
  content: "\f088d";
}
.mdi-room-service-outline::before {
  content: "\f0d97";
}
.mdi-rotate-360::before {
  content: "\f1999";
}
.mdi-rotate-3d::before {
  content: "\f0ec7";
}
.mdi-rotate-3d-variant::before {
  content: "\f0464";
}
.mdi-rotate-left::before {
  content: "\f0465";
}
.mdi-rotate-left-variant::before {
  content: "\f0466";
}
.mdi-rotate-orbit::before {
  content: "\f0d98";
}
.mdi-rotate-right::before {
  content: "\f0467";
}
.mdi-rotate-right-variant::before {
  content: "\f0468";
}
.mdi-rounded-corner::before {
  content: "\f0607";
}
.mdi-router::before {
  content: "\f11e2";
}
.mdi-router-network::before {
  content: "\f1087";
}
.mdi-router-wireless::before {
  content: "\f0469";
}
.mdi-router-wireless-off::before {
  content: "\f15a3";
}
.mdi-router-wireless-settings::before {
  content: "\f0a69";
}
.mdi-routes::before {
  content: "\f046a";
}
.mdi-routes-clock::before {
  content: "\f1059";
}
.mdi-rowing::before {
  content: "\f0608";
}
.mdi-rss::before {
  content: "\f046b";
}
.mdi-rss-box::before {
  content: "\f046c";
}
.mdi-rss-off::before {
  content: "\f0f21";
}
.mdi-rug::before {
  content: "\f1475";
}
.mdi-rugby::before {
  content: "\f0d99";
}
.mdi-ruler::before {
  content: "\f046d";
}
.mdi-ruler-square::before {
  content: "\f0cc2";
}
.mdi-ruler-square-compass::before {
  content: "\f0ebe";
}
.mdi-run::before {
  content: "\f070e";
}
.mdi-run-fast::before {
  content: "\f046e";
}
.mdi-rv-truck::before {
  content: "\f11d4";
}
.mdi-sack::before {
  content: "\f0d2e";
}
.mdi-sack-percent::before {
  content: "\f0d2f";
}
.mdi-safe::before {
  content: "\f0a6a";
}
.mdi-safe-square::before {
  content: "\f127c";
}
.mdi-safe-square-outline::before {
  content: "\f127d";
}
.mdi-safety-goggles::before {
  content: "\f0d30";
}
.mdi-sail-boat::before {
  content: "\f0ec8";
}
.mdi-sail-boat-sink::before {
  content: "\f1aef";
}
.mdi-sale::before {
  content: "\f046f";
}
.mdi-sale-outline::before {
  content: "\f1a06";
}
.mdi-salesforce::before {
  content: "\f088e";
}
.mdi-sass::before {
  content: "\f07ec";
}
.mdi-satellite::before {
  content: "\f0470";
}
.mdi-satellite-uplink::before {
  content: "\f0909";
}
.mdi-satellite-variant::before {
  content: "\f0471";
}
.mdi-sausage::before {
  content: "\f08ba";
}
.mdi-sausage-off::before {
  content: "\f1789";
}
.mdi-saw-blade::before {
  content: "\f0e61";
}
.mdi-sawtooth-wave::before {
  content: "\f147a";
}
.mdi-saxophone::before {
  content: "\f0609";
}
.mdi-scale::before {
  content: "\f0472";
}
.mdi-scale-balance::before {
  content: "\f05d1";
}
.mdi-scale-bathroom::before {
  content: "\f0473";
}
.mdi-scale-off::before {
  content: "\f105a";
}
.mdi-scale-unbalanced::before {
  content: "\f19b8";
}
.mdi-scan-helper::before {
  content: "\f13d8";
}
.mdi-scanner::before {
  content: "\f06ab";
}
.mdi-scanner-off::before {
  content: "\f090a";
}
.mdi-scatter-plot::before {
  content: "\f0ec9";
}
.mdi-scatter-plot-outline::before {
  content: "\f0eca";
}
.mdi-scent::before {
  content: "\f1958";
}
.mdi-scent-off::before {
  content: "\f1959";
}
.mdi-school::before {
  content: "\f0474";
}
.mdi-school-outline::before {
  content: "\f1180";
}
.mdi-scissors-cutting::before {
  content: "\f0a6b";
}
.mdi-scooter::before {
  content: "\f15bd";
}
.mdi-scooter-electric::before {
  content: "\f15be";
}
.mdi-scoreboard::before {
  content: "\f127e";
}
.mdi-scoreboard-outline::before {
  content: "\f127f";
}
.mdi-screen-rotation::before {
  content: "\f0475";
}
.mdi-screen-rotation-lock::before {
  content: "\f0478";
}
.mdi-screw-flat-top::before {
  content: "\f0df3";
}
.mdi-screw-lag::before {
  content: "\f0df4";
}
.mdi-screw-machine-flat-top::before {
  content: "\f0df5";
}
.mdi-screw-machine-round-top::before {
  content: "\f0df6";
}
.mdi-screw-round-top::before {
  content: "\f0df7";
}
.mdi-screwdriver::before {
  content: "\f0476";
}
.mdi-script::before {
  content: "\f0bc1";
}
.mdi-script-outline::before {
  content: "\f0477";
}
.mdi-script-text::before {
  content: "\f0bc2";
}
.mdi-script-text-key::before {
  content: "\f1725";
}
.mdi-script-text-key-outline::before {
  content: "\f1726";
}
.mdi-script-text-outline::before {
  content: "\f0bc3";
}
.mdi-script-text-play::before {
  content: "\f1727";
}
.mdi-script-text-play-outline::before {
  content: "\f1728";
}
.mdi-sd::before {
  content: "\f0479";
}
.mdi-seal::before {
  content: "\f047a";
}
.mdi-seal-variant::before {
  content: "\f0fd9";
}
.mdi-search-web::before {
  content: "\f070f";
}
.mdi-seat::before {
  content: "\f0cc3";
}
.mdi-seat-flat::before {
  content: "\f047b";
}
.mdi-seat-flat-angled::before {
  content: "\f047c";
}
.mdi-seat-individual-suite::before {
  content: "\f047d";
}
.mdi-seat-legroom-extra::before {
  content: "\f047e";
}
.mdi-seat-legroom-normal::before {
  content: "\f047f";
}
.mdi-seat-legroom-reduced::before {
  content: "\f0480";
}
.mdi-seat-outline::before {
  content: "\f0cc4";
}
.mdi-seat-passenger::before {
  content: "\f1249";
}
.mdi-seat-recline-extra::before {
  content: "\f0481";
}
.mdi-seat-recline-normal::before {
  content: "\f0482";
}
.mdi-seatbelt::before {
  content: "\f0cc5";
}
.mdi-security::before {
  content: "\f0483";
}
.mdi-security-network::before {
  content: "\f0484";
}
.mdi-seed::before {
  content: "\f0e62";
}
.mdi-seed-off::before {
  content: "\f13fd";
}
.mdi-seed-off-outline::before {
  content: "\f13fe";
}
.mdi-seed-outline::before {
  content: "\f0e63";
}
.mdi-seed-plus::before {
  content: "\f1a6d";
}
.mdi-seed-plus-outline::before {
  content: "\f1a6e";
}
.mdi-seesaw::before {
  content: "\f15a4";
}
.mdi-segment::before {
  content: "\f0ecb";
}
.mdi-select::before {
  content: "\f0485";
}
.mdi-select-all::before {
  content: "\f0486";
}
.mdi-select-arrow-down::before {
  content: "\f1b59";
}
.mdi-select-arrow-up::before {
  content: "\f1b58";
}
.mdi-select-color::before {
  content: "\f0d31";
}
.mdi-select-compare::before {
  content: "\f0ad9";
}
.mdi-select-drag::before {
  content: "\f0a6c";
}
.mdi-select-group::before {
  content: "\f0f82";
}
.mdi-select-inverse::before {
  content: "\f0487";
}
.mdi-select-marker::before {
  content: "\f1280";
}
.mdi-select-multiple::before {
  content: "\f1281";
}
.mdi-select-multiple-marker::before {
  content: "\f1282";
}
.mdi-select-off::before {
  content: "\f0488";
}
.mdi-select-place::before {
  content: "\f0fda";
}
.mdi-select-remove::before {
  content: "\f17c1";
}
.mdi-select-search::before {
  content: "\f1204";
}
.mdi-selection::before {
  content: "\f0489";
}
.mdi-selection-drag::before {
  content: "\f0a6d";
}
.mdi-selection-ellipse::before {
  content: "\f0d32";
}
.mdi-selection-ellipse-arrow-inside::before {
  content: "\f0f22";
}
.mdi-selection-ellipse-remove::before {
  content: "\f17c2";
}
.mdi-selection-marker::before {
  content: "\f1283";
}
.mdi-selection-multiple::before {
  content: "\f1285";
}
.mdi-selection-multiple-marker::before {
  content: "\f1284";
}
.mdi-selection-off::before {
  content: "\f0777";
}
.mdi-selection-remove::before {
  content: "\f17c3";
}
.mdi-selection-search::before {
  content: "\f1205";
}
.mdi-semantic-web::before {
  content: "\f1316";
}
.mdi-send::before {
  content: "\f048a";
}
.mdi-send-check::before {
  content: "\f1161";
}
.mdi-send-check-outline::before {
  content: "\f1162";
}
.mdi-send-circle::before {
  content: "\f0df8";
}
.mdi-send-circle-outline::before {
  content: "\f0df9";
}
.mdi-send-clock::before {
  content: "\f1163";
}
.mdi-send-clock-outline::before {
  content: "\f1164";
}
.mdi-send-lock::before {
  content: "\f07ed";
}
.mdi-send-lock-outline::before {
  content: "\f1166";
}
.mdi-send-outline::before {
  content: "\f1165";
}
.mdi-serial-port::before {
  content: "\f065c";
}
.mdi-server::before {
  content: "\f048b";
}
.mdi-server-minus::before {
  content: "\f048c";
}
.mdi-server-network::before {
  content: "\f048d";
}
.mdi-server-network-off::before {
  content: "\f048e";
}
.mdi-server-off::before {
  content: "\f048f";
}
.mdi-server-plus::before {
  content: "\f0490";
}
.mdi-server-remove::before {
  content: "\f0491";
}
.mdi-server-security::before {
  content: "\f0492";
}
.mdi-set-all::before {
  content: "\f0778";
}
.mdi-set-center::before {
  content: "\f0779";
}
.mdi-set-center-right::before {
  content: "\f077a";
}
.mdi-set-left::before {
  content: "\f077b";
}
.mdi-set-left-center::before {
  content: "\f077c";
}
.mdi-set-left-right::before {
  content: "\f077d";
}
.mdi-set-merge::before {
  content: "\f14e0";
}
.mdi-set-none::before {
  content: "\f077e";
}
.mdi-set-right::before {
  content: "\f077f";
}
.mdi-set-split::before {
  content: "\f14e1";
}
.mdi-set-square::before {
  content: "\f145d";
}
.mdi-set-top-box::before {
  content: "\f099f";
}
.mdi-settings-helper::before {
  content: "\f0a6e";
}
.mdi-shaker::before {
  content: "\f110e";
}
.mdi-shaker-outline::before {
  content: "\f110f";
}
.mdi-shape::before {
  content: "\f0831";
}
.mdi-shape-circle-plus::before {
  content: "\f065d";
}
.mdi-shape-outline::before {
  content: "\f0832";
}
.mdi-shape-oval-plus::before {
  content: "\f11fa";
}
.mdi-shape-plus::before {
  content: "\f0495";
}
.mdi-shape-polygon-plus::before {
  content: "\f065e";
}
.mdi-shape-rectangle-plus::before {
  content: "\f065f";
}
.mdi-shape-square-plus::before {
  content: "\f0660";
}
.mdi-shape-square-rounded-plus::before {
  content: "\f14fa";
}
.mdi-share::before {
  content: "\f0496";
}
.mdi-share-all::before {
  content: "\f11f4";
}
.mdi-share-all-outline::before {
  content: "\f11f5";
}
.mdi-share-circle::before {
  content: "\f11ad";
}
.mdi-share-off::before {
  content: "\f0f23";
}
.mdi-share-off-outline::before {
  content: "\f0f24";
}
.mdi-share-outline::before {
  content: "\f0932";
}
.mdi-share-variant::before {
  content: "\f0497";
}
.mdi-share-variant-outline::before {
  content: "\f1514";
}
.mdi-shark::before {
  content: "\f18ba";
}
.mdi-shark-fin::before {
  content: "\f1673";
}
.mdi-shark-fin-outline::before {
  content: "\f1674";
}
.mdi-shark-off::before {
  content: "\f18bb";
}
.mdi-sheep::before {
  content: "\f0cc6";
}
.mdi-shield::before {
  content: "\f0498";
}
.mdi-shield-account::before {
  content: "\f088f";
}
.mdi-shield-account-outline::before {
  content: "\f0a12";
}
.mdi-shield-account-variant::before {
  content: "\f15a7";
}
.mdi-shield-account-variant-outline::before {
  content: "\f15a8";
}
.mdi-shield-airplane::before {
  content: "\f06bb";
}
.mdi-shield-airplane-outline::before {
  content: "\f0cc7";
}
.mdi-shield-alert::before {
  content: "\f0ecc";
}
.mdi-shield-alert-outline::before {
  content: "\f0ecd";
}
.mdi-shield-bug::before {
  content: "\f13da";
}
.mdi-shield-bug-outline::before {
  content: "\f13db";
}
.mdi-shield-car::before {
  content: "\f0f83";
}
.mdi-shield-check::before {
  content: "\f0565";
}
.mdi-shield-check-outline::before {
  content: "\f0cc8";
}
.mdi-shield-cross::before {
  content: "\f0cc9";
}
.mdi-shield-cross-outline::before {
  content: "\f0cca";
}
.mdi-shield-crown::before {
  content: "\f18bc";
}
.mdi-shield-crown-outline::before {
  content: "\f18bd";
}
.mdi-shield-edit::before {
  content: "\f11a0";
}
.mdi-shield-edit-outline::before {
  content: "\f11a1";
}
.mdi-shield-half::before {
  content: "\f1360";
}
.mdi-shield-half-full::before {
  content: "\f0780";
}
.mdi-shield-home::before {
  content: "\f068a";
}
.mdi-shield-home-outline::before {
  content: "\f0ccb";
}
.mdi-shield-key::before {
  content: "\f0bc4";
}
.mdi-shield-key-outline::before {
  content: "\f0bc5";
}
.mdi-shield-link-variant::before {
  content: "\f0d33";
}
.mdi-shield-link-variant-outline::before {
  content: "\f0d34";
}
.mdi-shield-lock::before {
  content: "\f099d";
}
.mdi-shield-lock-open::before {
  content: "\f199a";
}
.mdi-shield-lock-open-outline::before {
  content: "\f199b";
}
.mdi-shield-lock-outline::before {
  content: "\f0ccc";
}
.mdi-shield-moon::before {
  content: "\f1828";
}
.mdi-shield-moon-outline::before {
  content: "\f1829";
}
.mdi-shield-off::before {
  content: "\f099e";
}
.mdi-shield-off-outline::before {
  content: "\f099c";
}
.mdi-shield-outline::before {
  content: "\f0499";
}
.mdi-shield-plus::before {
  content: "\f0ada";
}
.mdi-shield-plus-outline::before {
  content: "\f0adb";
}
.mdi-shield-refresh::before {
  content: "\f00aa";
}
.mdi-shield-refresh-outline::before {
  content: "\f01e0";
}
.mdi-shield-remove::before {
  content: "\f0adc";
}
.mdi-shield-remove-outline::before {
  content: "\f0add";
}
.mdi-shield-search::before {
  content: "\f0d9a";
}
.mdi-shield-star::before {
  content: "\f113b";
}
.mdi-shield-star-outline::before {
  content: "\f113c";
}
.mdi-shield-sun::before {
  content: "\f105d";
}
.mdi-shield-sun-outline::before {
  content: "\f105e";
}
.mdi-shield-sword::before {
  content: "\f18be";
}
.mdi-shield-sword-outline::before {
  content: "\f18bf";
}
.mdi-shield-sync::before {
  content: "\f11a2";
}
.mdi-shield-sync-outline::before {
  content: "\f11a3";
}
.mdi-shimmer::before {
  content: "\f1545";
}
.mdi-ship-wheel::before {
  content: "\f0833";
}
.mdi-shipping-pallet::before {
  content: "\f184e";
}
.mdi-shoe-ballet::before {
  content: "\f15ca";
}
.mdi-shoe-cleat::before {
  content: "\f15c7";
}
.mdi-shoe-formal::before {
  content: "\f0b47";
}
.mdi-shoe-heel::before {
  content: "\f0b48";
}
.mdi-shoe-print::before {
  content: "\f0dfa";
}
.mdi-shoe-sneaker::before {
  content: "\f15c8";
}
.mdi-shopping::before {
  content: "\f049a";
}
.mdi-shopping-music::before {
  content: "\f049b";
}
.mdi-shopping-outline::before {
  content: "\f11d5";
}
.mdi-shopping-search::before {
  content: "\f0f84";
}
.mdi-shopping-search-outline::before {
  content: "\f1a6f";
}
.mdi-shore::before {
  content: "\f14f9";
}
.mdi-shovel::before {
  content: "\f0710";
}
.mdi-shovel-off::before {
  content: "\f0711";
}
.mdi-shower::before {
  content: "\f09a0";
}
.mdi-shower-head::before {
  content: "\f09a1";
}
.mdi-shredder::before {
  content: "\f049c";
}
.mdi-shuffle::before {
  content: "\f049d";
}
.mdi-shuffle-disabled::before {
  content: "\f049e";
}
.mdi-shuffle-variant::before {
  content: "\f049f";
}
.mdi-shuriken::before {
  content: "\f137f";
}
.mdi-sickle::before {
  content: "\f18c0";
}
.mdi-sigma::before {
  content: "\f04a0";
}
.mdi-sigma-lower::before {
  content: "\f062b";
}
.mdi-sign-caution::before {
  content: "\f04a1";
}
.mdi-sign-direction::before {
  content: "\f0781";
}
.mdi-sign-direction-minus::before {
  content: "\f1000";
}
.mdi-sign-direction-plus::before {
  content: "\f0fdc";
}
.mdi-sign-direction-remove::before {
  content: "\f0fdd";
}
.mdi-sign-language::before {
  content: "\f1b4d";
}
.mdi-sign-language-outline::before {
  content: "\f1b4e";
}
.mdi-sign-pole::before {
  content: "\f14f8";
}
.mdi-sign-real-estate::before {
  content: "\f1118";
}
.mdi-sign-text::before {
  content: "\f0782";
}
.mdi-sign-yield::before {
  content: "\f1baf";
}
.mdi-signal::before {
  content: "\f04a2";
}
.mdi-signal-2g::before {
  content: "\f0712";
}
.mdi-signal-3g::before {
  content: "\f0713";
}
.mdi-signal-4g::before {
  content: "\f0714";
}
.mdi-signal-5g::before {
  content: "\f0a6f";
}
.mdi-signal-cellular-1::before {
  content: "\f08bc";
}
.mdi-signal-cellular-2::before {
  content: "\f08bd";
}
.mdi-signal-cellular-3::before {
  content: "\f08be";
}
.mdi-signal-cellular-outline::before {
  content: "\f08bf";
}
.mdi-signal-distance-variant::before {
  content: "\f0e64";
}
.mdi-signal-hspa::before {
  content: "\f0715";
}
.mdi-signal-hspa-plus::before {
  content: "\f0716";
}
.mdi-signal-off::before {
  content: "\f0783";
}
.mdi-signal-variant::before {
  content: "\f060a";
}
.mdi-signature::before {
  content: "\f0dfb";
}
.mdi-signature-freehand::before {
  content: "\f0dfc";
}
.mdi-signature-image::before {
  content: "\f0dfd";
}
.mdi-signature-text::before {
  content: "\f0dfe";
}
.mdi-silo::before {
  content: "\f1b9f";
}
.mdi-silo-outline::before {
  content: "\f0b49";
}
.mdi-silverware::before {
  content: "\f04a3";
}
.mdi-silverware-clean::before {
  content: "\f0fde";
}
.mdi-silverware-fork::before {
  content: "\f04a4";
}
.mdi-silverware-fork-knife::before {
  content: "\f0a70";
}
.mdi-silverware-spoon::before {
  content: "\f04a5";
}
.mdi-silverware-variant::before {
  content: "\f04a6";
}
.mdi-sim::before {
  content: "\f04a7";
}
.mdi-sim-alert::before {
  content: "\f04a8";
}
.mdi-sim-alert-outline::before {
  content: "\f15d3";
}
.mdi-sim-off::before {
  content: "\f04a9";
}
.mdi-sim-off-outline::before {
  content: "\f15d4";
}
.mdi-sim-outline::before {
  content: "\f15d5";
}
.mdi-simple-icons::before {
  content: "\f131d";
}
.mdi-sina-weibo::before {
  content: "\f0adf";
}
.mdi-sine-wave::before {
  content: "\f095b";
}
.mdi-sitemap::before {
  content: "\f04aa";
}
.mdi-sitemap-outline::before {
  content: "\f199c";
}
.mdi-size-l::before {
  content: "\f13a6";
}
.mdi-size-m::before {
  content: "\f13a5";
}
.mdi-size-s::before {
  content: "\f13a4";
}
.mdi-size-xl::before {
  content: "\f13a7";
}
.mdi-size-xs::before {
  content: "\f13a3";
}
.mdi-size-xxl::before {
  content: "\f13a8";
}
.mdi-size-xxs::before {
  content: "\f13a2";
}
.mdi-size-xxxl::before {
  content: "\f13a9";
}
.mdi-skate::before {
  content: "\f0d35";
}
.mdi-skate-off::before {
  content: "\f0699";
}
.mdi-skateboard::before {
  content: "\f14c2";
}
.mdi-skateboarding::before {
  content: "\f0501";
}
.mdi-skew-less::before {
  content: "\f0d36";
}
.mdi-skew-more::before {
  content: "\f0d37";
}
.mdi-ski::before {
  content: "\f1304";
}
.mdi-ski-cross-country::before {
  content: "\f1305";
}
.mdi-ski-water::before {
  content: "\f1306";
}
.mdi-skip-backward::before {
  content: "\f04ab";
}
.mdi-skip-backward-outline::before {
  content: "\f0f25";
}
.mdi-skip-forward::before {
  content: "\f04ac";
}
.mdi-skip-forward-outline::before {
  content: "\f0f26";
}
.mdi-skip-next::before {
  content: "\f04ad";
}
.mdi-skip-next-circle::before {
  content: "\f0661";
}
.mdi-skip-next-circle-outline::before {
  content: "\f0662";
}
.mdi-skip-next-outline::before {
  content: "\f0f27";
}
.mdi-skip-previous::before {
  content: "\f04ae";
}
.mdi-skip-previous-circle::before {
  content: "\f0663";
}
.mdi-skip-previous-circle-outline::before {
  content: "\f0664";
}
.mdi-skip-previous-outline::before {
  content: "\f0f28";
}
.mdi-skull::before {
  content: "\f068c";
}
.mdi-skull-crossbones::before {
  content: "\f0bc6";
}
.mdi-skull-crossbones-outline::before {
  content: "\f0bc7";
}
.mdi-skull-outline::before {
  content: "\f0bc8";
}
.mdi-skull-scan::before {
  content: "\f14c7";
}
.mdi-skull-scan-outline::before {
  content: "\f14c8";
}
.mdi-skype::before {
  content: "\f04af";
}
.mdi-skype-business::before {
  content: "\f04b0";
}
.mdi-slack::before {
  content: "\f04b1";
}
.mdi-slash-forward::before {
  content: "\f0fdf";
}
.mdi-slash-forward-box::before {
  content: "\f0fe0";
}
.mdi-sledding::before {
  content: "\f041b";
}
.mdi-sleep::before {
  content: "\f04b2";
}
.mdi-sleep-off::before {
  content: "\f04b3";
}
.mdi-slide::before {
  content: "\f15a5";
}
.mdi-slope-downhill::before {
  content: "\f0dff";
}
.mdi-slope-uphill::before {
  content: "\f0e00";
}
.mdi-slot-machine::before {
  content: "\f1114";
}
.mdi-slot-machine-outline::before {
  content: "\f1115";
}
.mdi-smart-card::before {
  content: "\f10bd";
}
.mdi-smart-card-off::before {
  content: "\f18f7";
}
.mdi-smart-card-off-outline::before {
  content: "\f18f8";
}
.mdi-smart-card-outline::before {
  content: "\f10be";
}
.mdi-smart-card-reader::before {
  content: "\f10bf";
}
.mdi-smart-card-reader-outline::before {
  content: "\f10c0";
}
.mdi-smog::before {
  content: "\f0a71";
}
.mdi-smoke::before {
  content: "\f1799";
}
.mdi-smoke-detector::before {
  content: "\f0392";
}
.mdi-smoke-detector-alert::before {
  content: "\f192e";
}
.mdi-smoke-detector-alert-outline::before {
  content: "\f192f";
}
.mdi-smoke-detector-off::before {
  content: "\f1809";
}
.mdi-smoke-detector-off-outline::before {
  content: "\f180a";
}
.mdi-smoke-detector-outline::before {
  content: "\f1808";
}
.mdi-smoke-detector-variant::before {
  content: "\f180b";
}
.mdi-smoke-detector-variant-alert::before {
  content: "\f1930";
}
.mdi-smoke-detector-variant-off::before {
  content: "\f180c";
}
.mdi-smoking::before {
  content: "\f04b4";
}
.mdi-smoking-off::before {
  content: "\f04b5";
}
.mdi-smoking-pipe::before {
  content: "\f140d";
}
.mdi-smoking-pipe-off::before {
  content: "\f1428";
}
.mdi-snail::before {
  content: "\f1677";
}
.mdi-snake::before {
  content: "\f150e";
}
.mdi-snapchat::before {
  content: "\f04b6";
}
.mdi-snowboard::before {
  content: "\f1307";
}
.mdi-snowflake::before {
  content: "\f0717";
}
.mdi-snowflake-alert::before {
  content: "\f0f29";
}
.mdi-snowflake-check::before {
  content: "\f1a70";
}
.mdi-snowflake-melt::before {
  content: "\f12cb";
}
.mdi-snowflake-off::before {
  content: "\f14e3";
}
.mdi-snowflake-thermometer::before {
  content: "\f1a71";
}
.mdi-snowflake-variant::before {
  content: "\f0f2a";
}
.mdi-snowman::before {
  content: "\f04b7";
}
.mdi-snowmobile::before {
  content: "\f06dd";
}
.mdi-snowshoeing::before {
  content: "\f1a72";
}
.mdi-soccer::before {
  content: "\f04b8";
}
.mdi-soccer-field::before {
  content: "\f0834";
}
.mdi-social-distance-2-meters::before {
  content: "\f1579";
}
.mdi-social-distance-6-feet::before {
  content: "\f157a";
}
.mdi-sofa::before {
  content: "\f04b9";
}
.mdi-sofa-outline::before {
  content: "\f156d";
}
.mdi-sofa-single::before {
  content: "\f156e";
}
.mdi-sofa-single-outline::before {
  content: "\f156f";
}
.mdi-solar-panel::before {
  content: "\f0d9b";
}
.mdi-solar-panel-large::before {
  content: "\f0d9c";
}
.mdi-solar-power::before {
  content: "\f0a72";
}
.mdi-solar-power-variant::before {
  content: "\f1a73";
}
.mdi-solar-power-variant-outline::before {
  content: "\f1a74";
}
.mdi-soldering-iron::before {
  content: "\f1092";
}
.mdi-solid::before {
  content: "\f068d";
}
.mdi-sony-playstation::before {
  content: "\f0414";
}
.mdi-sort::before {
  content: "\f04ba";
}
.mdi-sort-alphabetical-ascending::before {
  content: "\f05bd";
}
.mdi-sort-alphabetical-ascending-variant::before {
  content: "\f1148";
}
.mdi-sort-alphabetical-descending::before {
  content: "\f05bf";
}
.mdi-sort-alphabetical-descending-variant::before {
  content: "\f1149";
}
.mdi-sort-alphabetical-variant::before {
  content: "\f04bb";
}
.mdi-sort-ascending::before {
  content: "\f04bc";
}
.mdi-sort-bool-ascending::before {
  content: "\f1385";
}
.mdi-sort-bool-ascending-variant::before {
  content: "\f1386";
}
.mdi-sort-bool-descending::before {
  content: "\f1387";
}
.mdi-sort-bool-descending-variant::before {
  content: "\f1388";
}
.mdi-sort-calendar-ascending::before {
  content: "\f1547";
}
.mdi-sort-calendar-descending::before {
  content: "\f1548";
}
.mdi-sort-clock-ascending::before {
  content: "\f1549";
}
.mdi-sort-clock-ascending-outline::before {
  content: "\f154a";
}
.mdi-sort-clock-descending::before {
  content: "\f154b";
}
.mdi-sort-clock-descending-outline::before {
  content: "\f154c";
}
.mdi-sort-descending::before {
  content: "\f04bd";
}
.mdi-sort-numeric-ascending::before {
  content: "\f1389";
}
.mdi-sort-numeric-ascending-variant::before {
  content: "\f090d";
}
.mdi-sort-numeric-descending::before {
  content: "\f138a";
}
.mdi-sort-numeric-descending-variant::before {
  content: "\f0ad2";
}
.mdi-sort-numeric-variant::before {
  content: "\f04be";
}
.mdi-sort-reverse-variant::before {
  content: "\f033c";
}
.mdi-sort-variant::before {
  content: "\f04bf";
}
.mdi-sort-variant-lock::before {
  content: "\f0ccd";
}
.mdi-sort-variant-lock-open::before {
  content: "\f0cce";
}
.mdi-sort-variant-off::before {
  content: "\f1abb";
}
.mdi-sort-variant-remove::before {
  content: "\f1147";
}
.mdi-soundbar::before {
  content: "\f17db";
}
.mdi-soundcloud::before {
  content: "\f04c0";
}
.mdi-source-branch::before {
  content: "\f062c";
}
.mdi-source-branch-check::before {
  content: "\f14cf";
}
.mdi-source-branch-minus::before {
  content: "\f14cb";
}
.mdi-source-branch-plus::before {
  content: "\f14ca";
}
.mdi-source-branch-refresh::before {
  content: "\f14cd";
}
.mdi-source-branch-remove::before {
  content: "\f14cc";
}
.mdi-source-branch-sync::before {
  content: "\f14ce";
}
.mdi-source-commit::before {
  content: "\f0718";
}
.mdi-source-commit-end::before {
  content: "\f0719";
}
.mdi-source-commit-end-local::before {
  content: "\f071a";
}
.mdi-source-commit-local::before {
  content: "\f071b";
}
.mdi-source-commit-next-local::before {
  content: "\f071c";
}
.mdi-source-commit-start::before {
  content: "\f071d";
}
.mdi-source-commit-start-next-local::before {
  content: "\f071e";
}
.mdi-source-fork::before {
  content: "\f04c1";
}
.mdi-source-merge::before {
  content: "\f062d";
}
.mdi-source-pull::before {
  content: "\f04c2";
}
.mdi-source-repository::before {
  content: "\f0ccf";
}
.mdi-source-repository-multiple::before {
  content: "\f0cd0";
}
.mdi-soy-sauce::before {
  content: "\f07ee";
}
.mdi-soy-sauce-off::before {
  content: "\f13fc";
}
.mdi-spa::before {
  content: "\f0cd1";
}
.mdi-spa-outline::before {
  content: "\f0cd2";
}
.mdi-space-invaders::before {
  content: "\f0bc9";
}
.mdi-space-station::before {
  content: "\f1383";
}
.mdi-spade::before {
  content: "\f0e65";
}
.mdi-speaker::before {
  content: "\f04c3";
}
.mdi-speaker-bluetooth::before {
  content: "\f09a2";
}
.mdi-speaker-message::before {
  content: "\f1b11";
}
.mdi-speaker-multiple::before {
  content: "\f0d38";
}
.mdi-speaker-off::before {
  content: "\f04c4";
}
.mdi-speaker-pause::before {
  content: "\f1b73";
}
.mdi-speaker-play::before {
  content: "\f1b72";
}
.mdi-speaker-stop::before {
  content: "\f1b74";
}
.mdi-speaker-wireless::before {
  content: "\f071f";
}
.mdi-spear::before {
  content: "\f1845";
}
.mdi-speedometer::before {
  content: "\f04c5";
}
.mdi-speedometer-medium::before {
  content: "\f0f85";
}
.mdi-speedometer-slow::before {
  content: "\f0f86";
}
.mdi-spellcheck::before {
  content: "\f04c6";
}
.mdi-sphere::before {
  content: "\f1954";
}
.mdi-sphere-off::before {
  content: "\f1955";
}
.mdi-spider::before {
  content: "\f11ea";
}
.mdi-spider-thread::before {
  content: "\f11eb";
}
.mdi-spider-web::before {
  content: "\f0bca";
}
.mdi-spirit-level::before {
  content: "\f14f1";
}
.mdi-spoon-sugar::before {
  content: "\f1429";
}
.mdi-spotify::before {
  content: "\f04c7";
}
.mdi-spotlight::before {
  content: "\f04c8";
}
.mdi-spotlight-beam::before {
  content: "\f04c9";
}
.mdi-spray::before {
  content: "\f0665";
}
.mdi-spray-bottle::before {
  content: "\f0ae0";
}
.mdi-sprinkler::before {
  content: "\f105f";
}
.mdi-sprinkler-fire::before {
  content: "\f199d";
}
.mdi-sprinkler-variant::before {
  content: "\f1060";
}
.mdi-sprout::before {
  content: "\f0e66";
}
.mdi-sprout-outline::before {
  content: "\f0e67";
}
.mdi-square::before {
  content: "\f0764";
}
.mdi-square-circle::before {
  content: "\f1500";
}
.mdi-square-edit-outline::before {
  content: "\f090c";
}
.mdi-square-medium::before {
  content: "\f0a13";
}
.mdi-square-medium-outline::before {
  content: "\f0a14";
}
.mdi-square-off::before {
  content: "\f12ee";
}
.mdi-square-off-outline::before {
  content: "\f12ef";
}
.mdi-square-opacity::before {
  content: "\f1854";
}
.mdi-square-outline::before {
  content: "\f0763";
}
.mdi-square-root::before {
  content: "\f0784";
}
.mdi-square-root-box::before {
  content: "\f09a3";
}
.mdi-square-rounded::before {
  content: "\f14fb";
}
.mdi-square-rounded-badge::before {
  content: "\f1a07";
}
.mdi-square-rounded-badge-outline::before {
  content: "\f1a08";
}
.mdi-square-rounded-outline::before {
  content: "\f14fc";
}
.mdi-square-small::before {
  content: "\f0a15";
}
.mdi-square-wave::before {
  content: "\f147b";
}
.mdi-squeegee::before {
  content: "\f0ae1";
}
.mdi-ssh::before {
  content: "\f08c0";
}
.mdi-stack-exchange::before {
  content: "\f060b";
}
.mdi-stack-overflow::before {
  content: "\f04cc";
}
.mdi-stackpath::before {
  content: "\f0359";
}
.mdi-stadium::before {
  content: "\f0ff9";
}
.mdi-stadium-outline::before {
  content: "\f1b03";
}
.mdi-stadium-variant::before {
  content: "\f0720";
}
.mdi-stairs::before {
  content: "\f04cd";
}
.mdi-stairs-box::before {
  content: "\f139e";
}
.mdi-stairs-down::before {
  content: "\f12be";
}
.mdi-stairs-up::before {
  content: "\f12bd";
}
.mdi-stamper::before {
  content: "\f0d39";
}
.mdi-standard-definition::before {
  content: "\f07ef";
}
.mdi-star::before {
  content: "\f04ce";
}
.mdi-star-box::before {
  content: "\f0a73";
}
.mdi-star-box-multiple::before {
  content: "\f1286";
}
.mdi-star-box-multiple-outline::before {
  content: "\f1287";
}
.mdi-star-box-outline::before {
  content: "\f0a74";
}
.mdi-star-check::before {
  content: "\f1566";
}
.mdi-star-check-outline::before {
  content: "\f156a";
}
.mdi-star-circle::before {
  content: "\f04cf";
}
.mdi-star-circle-outline::before {
  content: "\f09a4";
}
.mdi-star-cog::before {
  content: "\f1668";
}
.mdi-star-cog-outline::before {
  content: "\f1669";
}
.mdi-star-crescent::before {
  content: "\f0979";
}
.mdi-star-david::before {
  content: "\f097a";
}
.mdi-star-face::before {
  content: "\f09a5";
}
.mdi-star-four-points::before {
  content: "\f0ae2";
}
.mdi-star-four-points-outline::before {
  content: "\f0ae3";
}
.mdi-star-half::before {
  content: "\f0246";
}
.mdi-star-half-full::before {
  content: "\f04d0";
}
.mdi-star-minus::before {
  content: "\f1564";
}
.mdi-star-minus-outline::before {
  content: "\f1568";
}
.mdi-star-off::before {
  content: "\f04d1";
}
.mdi-star-off-outline::before {
  content: "\f155b";
}
.mdi-star-outline::before {
  content: "\f04d2";
}
.mdi-star-plus::before {
  content: "\f1563";
}
.mdi-star-plus-outline::before {
  content: "\f1567";
}
.mdi-star-remove::before {
  content: "\f1565";
}
.mdi-star-remove-outline::before {
  content: "\f1569";
}
.mdi-star-settings::before {
  content: "\f166a";
}
.mdi-star-settings-outline::before {
  content: "\f166b";
}
.mdi-star-shooting::before {
  content: "\f1741";
}
.mdi-star-shooting-outline::before {
  content: "\f1742";
}
.mdi-star-three-points::before {
  content: "\f0ae4";
}
.mdi-star-three-points-outline::before {
  content: "\f0ae5";
}
.mdi-state-machine::before {
  content: "\f11ef";
}
.mdi-steam::before {
  content: "\f04d3";
}
.mdi-steering::before {
  content: "\f04d4";
}
.mdi-steering-off::before {
  content: "\f090e";
}
.mdi-step-backward::before {
  content: "\f04d5";
}
.mdi-step-backward-2::before {
  content: "\f04d6";
}
.mdi-step-forward::before {
  content: "\f04d7";
}
.mdi-step-forward-2::before {
  content: "\f04d8";
}
.mdi-stethoscope::before {
  content: "\f04d9";
}
.mdi-sticker::before {
  content: "\f1364";
}
.mdi-sticker-alert::before {
  content: "\f1365";
}
.mdi-sticker-alert-outline::before {
  content: "\f1366";
}
.mdi-sticker-check::before {
  content: "\f1367";
}
.mdi-sticker-check-outline::before {
  content: "\f1368";
}
.mdi-sticker-circle-outline::before {
  content: "\f05d0";
}
.mdi-sticker-emoji::before {
  content: "\f0785";
}
.mdi-sticker-minus::before {
  content: "\f1369";
}
.mdi-sticker-minus-outline::before {
  content: "\f136a";
}
.mdi-sticker-outline::before {
  content: "\f136b";
}
.mdi-sticker-plus::before {
  content: "\f136c";
}
.mdi-sticker-plus-outline::before {
  content: "\f136d";
}
.mdi-sticker-remove::before {
  content: "\f136e";
}
.mdi-sticker-remove-outline::before {
  content: "\f136f";
}
.mdi-sticker-text::before {
  content: "\f178e";
}
.mdi-sticker-text-outline::before {
  content: "\f178f";
}
.mdi-stocking::before {
  content: "\f04da";
}
.mdi-stomach::before {
  content: "\f1093";
}
.mdi-stool::before {
  content: "\f195d";
}
.mdi-stool-outline::before {
  content: "\f195e";
}
.mdi-stop::before {
  content: "\f04db";
}
.mdi-stop-circle::before {
  content: "\f0666";
}
.mdi-stop-circle-outline::before {
  content: "\f0667";
}
.mdi-storage-tank::before {
  content: "\f1a75";
}
.mdi-storage-tank-outline::before {
  content: "\f1a76";
}
.mdi-store::before {
  content: "\f04dc";
}
.mdi-store-24-hour::before {
  content: "\f04dd";
}
.mdi-store-alert::before {
  content: "\f18c1";
}
.mdi-store-alert-outline::before {
  content: "\f18c2";
}
.mdi-store-check::before {
  content: "\f18c3";
}
.mdi-store-check-outline::before {
  content: "\f18c4";
}
.mdi-store-clock::before {
  content: "\f18c5";
}
.mdi-store-clock-outline::before {
  content: "\f18c6";
}
.mdi-store-cog::before {
  content: "\f18c7";
}
.mdi-store-cog-outline::before {
  content: "\f18c8";
}
.mdi-store-edit::before {
  content: "\f18c9";
}
.mdi-store-edit-outline::before {
  content: "\f18ca";
}
.mdi-store-marker::before {
  content: "\f18cb";
}
.mdi-store-marker-outline::before {
  content: "\f18cc";
}
.mdi-store-minus::before {
  content: "\f165e";
}
.mdi-store-minus-outline::before {
  content: "\f18cd";
}
.mdi-store-off::before {
  content: "\f18ce";
}
.mdi-store-off-outline::before {
  content: "\f18cf";
}
.mdi-store-outline::before {
  content: "\f1361";
}
.mdi-store-plus::before {
  content: "\f165f";
}
.mdi-store-plus-outline::before {
  content: "\f18d0";
}
.mdi-store-remove::before {
  content: "\f1660";
}
.mdi-store-remove-outline::before {
  content: "\f18d1";
}
.mdi-store-search::before {
  content: "\f18d2";
}
.mdi-store-search-outline::before {
  content: "\f18d3";
}
.mdi-store-settings::before {
  content: "\f18d4";
}
.mdi-store-settings-outline::before {
  content: "\f18d5";
}
.mdi-storefront::before {
  content: "\f07c7";
}
.mdi-storefront-check::before {
  content: "\f1b7d";
}
.mdi-storefront-check-outline::before {
  content: "\f1b7e";
}
.mdi-storefront-edit::before {
  content: "\f1b7f";
}
.mdi-storefront-edit-outline::before {
  content: "\f1b80";
}
.mdi-storefront-minus::before {
  content: "\f1b83";
}
.mdi-storefront-minus-outline::before {
  content: "\f1b84";
}
.mdi-storefront-outline::before {
  content: "\f10c1";
}
.mdi-storefront-plus::before {
  content: "\f1b81";
}
.mdi-storefront-plus-outline::before {
  content: "\f1b82";
}
.mdi-storefront-remove::before {
  content: "\f1b85";
}
.mdi-storefront-remove-outline::before {
  content: "\f1b86";
}
.mdi-stove::before {
  content: "\f04de";
}
.mdi-strategy::before {
  content: "\f11d6";
}
.mdi-stretch-to-page::before {
  content: "\f0f2b";
}
.mdi-stretch-to-page-outline::before {
  content: "\f0f2c";
}
.mdi-string-lights::before {
  content: "\f12ba";
}
.mdi-string-lights-off::before {
  content: "\f12bb";
}
.mdi-subdirectory-arrow-left::before {
  content: "\f060c";
}
.mdi-subdirectory-arrow-right::before {
  content: "\f060d";
}
.mdi-submarine::before {
  content: "\f156c";
}
.mdi-subtitles::before {
  content: "\f0a16";
}
.mdi-subtitles-outline::before {
  content: "\f0a17";
}
.mdi-subway::before {
  content: "\f06ac";
}
.mdi-subway-alert-variant::before {
  content: "\f0d9d";
}
.mdi-subway-variant::before {
  content: "\f04df";
}
.mdi-summit::before {
  content: "\f0786";
}
.mdi-sun-angle::before {
  content: "\f1b27";
}
.mdi-sun-angle-outline::before {
  content: "\f1b28";
}
.mdi-sun-clock::before {
  content: "\f1a77";
}
.mdi-sun-clock-outline::before {
  content: "\f1a78";
}
.mdi-sun-compass::before {
  content: "\f19a5";
}
.mdi-sun-snowflake::before {
  content: "\f1796";
}
.mdi-sun-snowflake-variant::before {
  content: "\f1a79";
}
.mdi-sun-thermometer::before {
  content: "\f18d6";
}
.mdi-sun-thermometer-outline::before {
  content: "\f18d7";
}
.mdi-sun-wireless::before {
  content: "\f17fe";
}
.mdi-sun-wireless-outline::before {
  content: "\f17ff";
}
.mdi-sunglasses::before {
  content: "\f04e0";
}
.mdi-surfing::before {
  content: "\f1746";
}
.mdi-surround-sound::before {
  content: "\f05c5";
}
.mdi-surround-sound-2-0::before {
  content: "\f07f0";
}
.mdi-surround-sound-2-1::before {
  content: "\f1729";
}
.mdi-surround-sound-3-1::before {
  content: "\f07f1";
}
.mdi-surround-sound-5-1::before {
  content: "\f07f2";
}
.mdi-surround-sound-5-1-2::before {
  content: "\f172a";
}
.mdi-surround-sound-7-1::before {
  content: "\f07f3";
}
.mdi-svg::before {
  content: "\f0721";
}
.mdi-swap-horizontal::before {
  content: "\f04e1";
}
.mdi-swap-horizontal-bold::before {
  content: "\f0bcd";
}
.mdi-swap-horizontal-circle::before {
  content: "\f0fe1";
}
.mdi-swap-horizontal-circle-outline::before {
  content: "\f0fe2";
}
.mdi-swap-horizontal-variant::before {
  content: "\f08c1";
}
.mdi-swap-vertical::before {
  content: "\f04e2";
}
.mdi-swap-vertical-bold::before {
  content: "\f0bce";
}
.mdi-swap-vertical-circle::before {
  content: "\f0fe3";
}
.mdi-swap-vertical-circle-outline::before {
  content: "\f0fe4";
}
.mdi-swap-vertical-variant::before {
  content: "\f08c2";
}
.mdi-swim::before {
  content: "\f04e3";
}
.mdi-switch::before {
  content: "\f04e4";
}
.mdi-sword::before {
  content: "\f04e5";
}
.mdi-sword-cross::before {
  content: "\f0787";
}
.mdi-syllabary-hangul::before {
  content: "\f1333";
}
.mdi-syllabary-hiragana::before {
  content: "\f1334";
}
.mdi-syllabary-katakana::before {
  content: "\f1335";
}
.mdi-syllabary-katakana-halfwidth::before {
  content: "\f1336";
}
.mdi-symbol::before {
  content: "\f1501";
}
.mdi-symfony::before {
  content: "\f0ae6";
}
.mdi-synagogue::before {
  content: "\f1b04";
}
.mdi-synagogue-outline::before {
  content: "\f1b05";
}
.mdi-sync::before {
  content: "\f04e6";
}
.mdi-sync-alert::before {
  content: "\f04e7";
}
.mdi-sync-circle::before {
  content: "\f1378";
}
.mdi-sync-off::before {
  content: "\f04e8";
}
.mdi-tab::before {
  content: "\f04e9";
}
.mdi-tab-minus::before {
  content: "\f0b4b";
}
.mdi-tab-plus::before {
  content: "\f075c";
}
.mdi-tab-remove::before {
  content: "\f0b4c";
}
.mdi-tab-search::before {
  content: "\f199e";
}
.mdi-tab-unselected::before {
  content: "\f04ea";
}
.mdi-table::before {
  content: "\f04eb";
}
.mdi-table-account::before {
  content: "\f13b9";
}
.mdi-table-alert::before {
  content: "\f13ba";
}
.mdi-table-arrow-down::before {
  content: "\f13bb";
}
.mdi-table-arrow-left::before {
  content: "\f13bc";
}
.mdi-table-arrow-right::before {
  content: "\f13bd";
}
.mdi-table-arrow-up::before {
  content: "\f13be";
}
.mdi-table-border::before {
  content: "\f0a18";
}
.mdi-table-cancel::before {
  content: "\f13bf";
}
.mdi-table-chair::before {
  content: "\f1061";
}
.mdi-table-check::before {
  content: "\f13c0";
}
.mdi-table-clock::before {
  content: "\f13c1";
}
.mdi-table-cog::before {
  content: "\f13c2";
}
.mdi-table-column::before {
  content: "\f0835";
}
.mdi-table-column-plus-after::before {
  content: "\f04ec";
}
.mdi-table-column-plus-before::before {
  content: "\f04ed";
}
.mdi-table-column-remove::before {
  content: "\f04ee";
}
.mdi-table-column-width::before {
  content: "\f04ef";
}
.mdi-table-edit::before {
  content: "\f04f0";
}
.mdi-table-eye::before {
  content: "\f1094";
}
.mdi-table-eye-off::before {
  content: "\f13c3";
}
.mdi-table-filter::before {
  content: "\f1b8c";
}
.mdi-table-furniture::before {
  content: "\f05bc";
}
.mdi-table-headers-eye::before {
  content: "\f121d";
}
.mdi-table-headers-eye-off::before {
  content: "\f121e";
}
.mdi-table-heart::before {
  content: "\f13c4";
}
.mdi-table-key::before {
  content: "\f13c5";
}
.mdi-table-large::before {
  content: "\f04f1";
}
.mdi-table-large-plus::before {
  content: "\f0f87";
}
.mdi-table-large-remove::before {
  content: "\f0f88";
}
.mdi-table-lock::before {
  content: "\f13c6";
}
.mdi-table-merge-cells::before {
  content: "\f09a6";
}
.mdi-table-minus::before {
  content: "\f13c7";
}
.mdi-table-multiple::before {
  content: "\f13c8";
}
.mdi-table-network::before {
  content: "\f13c9";
}
.mdi-table-of-contents::before {
  content: "\f0836";
}
.mdi-table-off::before {
  content: "\f13ca";
}
.mdi-table-picnic::before {
  content: "\f1743";
}
.mdi-table-pivot::before {
  content: "\f183c";
}
.mdi-table-plus::before {
  content: "\f0a75";
}
.mdi-table-question::before {
  content: "\f1b21";
}
.mdi-table-refresh::before {
  content: "\f13a0";
}
.mdi-table-remove::before {
  content: "\f0a76";
}
.mdi-table-row::before {
  content: "\f0837";
}
.mdi-table-row-height::before {
  content: "\f04f2";
}
.mdi-table-row-plus-after::before {
  content: "\f04f3";
}
.mdi-table-row-plus-before::before {
  content: "\f04f4";
}
.mdi-table-row-remove::before {
  content: "\f04f5";
}
.mdi-table-search::before {
  content: "\f090f";
}
.mdi-table-settings::before {
  content: "\f0838";
}
.mdi-table-split-cell::before {
  content: "\f142a";
}
.mdi-table-star::before {
  content: "\f13cb";
}
.mdi-table-sync::before {
  content: "\f13a1";
}
.mdi-table-tennis::before {
  content: "\f0e68";
}
.mdi-tablet::before {
  content: "\f04f6";
}
.mdi-tablet-cellphone::before {
  content: "\f09a7";
}
.mdi-tablet-dashboard::before {
  content: "\f0ece";
}
.mdi-taco::before {
  content: "\f0762";
}
.mdi-tag::before {
  content: "\f04f9";
}
.mdi-tag-arrow-down::before {
  content: "\f172b";
}
.mdi-tag-arrow-down-outline::before {
  content: "\f172c";
}
.mdi-tag-arrow-left::before {
  content: "\f172d";
}
.mdi-tag-arrow-left-outline::before {
  content: "\f172e";
}
.mdi-tag-arrow-right::before {
  content: "\f172f";
}
.mdi-tag-arrow-right-outline::before {
  content: "\f1730";
}
.mdi-tag-arrow-up::before {
  content: "\f1731";
}
.mdi-tag-arrow-up-outline::before {
  content: "\f1732";
}
.mdi-tag-check::before {
  content: "\f1a7a";
}
.mdi-tag-check-outline::before {
  content: "\f1a7b";
}
.mdi-tag-faces::before {
  content: "\f04fa";
}
.mdi-tag-heart::before {
  content: "\f068b";
}
.mdi-tag-heart-outline::before {
  content: "\f0bcf";
}
.mdi-tag-minus::before {
  content: "\f0910";
}
.mdi-tag-minus-outline::before {
  content: "\f121f";
}
.mdi-tag-multiple::before {
  content: "\f04fb";
}
.mdi-tag-multiple-outline::before {
  content: "\f12f7";
}
.mdi-tag-off::before {
  content: "\f1220";
}
.mdi-tag-off-outline::before {
  content: "\f1221";
}
.mdi-tag-outline::before {
  content: "\f04fc";
}
.mdi-tag-plus::before {
  content: "\f0722";
}
.mdi-tag-plus-outline::before {
  content: "\f1222";
}
.mdi-tag-remove::before {
  content: "\f0723";
}
.mdi-tag-remove-outline::before {
  content: "\f1223";
}
.mdi-tag-search::before {
  content: "\f1907";
}
.mdi-tag-search-outline::before {
  content: "\f1908";
}
.mdi-tag-text::before {
  content: "\f1224";
}
.mdi-tag-text-outline::before {
  content: "\f04fd";
}
.mdi-tailwind::before {
  content: "\f13ff";
}
.mdi-tally-mark-1::before {
  content: "\f1abc";
}
.mdi-tally-mark-2::before {
  content: "\f1abd";
}
.mdi-tally-mark-3::before {
  content: "\f1abe";
}
.mdi-tally-mark-4::before {
  content: "\f1abf";
}
.mdi-tally-mark-5::before {
  content: "\f1ac0";
}
.mdi-tangram::before {
  content: "\f04f8";
}
.mdi-tank::before {
  content: "\f0d3a";
}
.mdi-tanker-truck::before {
  content: "\f0fe5";
}
.mdi-tape-drive::before {
  content: "\f16df";
}
.mdi-tape-measure::before {
  content: "\f0b4d";
}
.mdi-target::before {
  content: "\f04fe";
}
.mdi-target-account::before {
  content: "\f0bd0";
}
.mdi-target-variant::before {
  content: "\f0a77";
}
.mdi-taxi::before {
  content: "\f04ff";
}
.mdi-tea::before {
  content: "\f0d9e";
}
.mdi-tea-outline::before {
  content: "\f0d9f";
}
.mdi-teamviewer::before {
  content: "\f0500";
}
.mdi-teddy-bear::before {
  content: "\f18fb";
}
.mdi-telescope::before {
  content: "\f0b4e";
}
.mdi-television::before {
  content: "\f0502";
}
.mdi-television-ambient-light::before {
  content: "\f1356";
}
.mdi-television-box::before {
  content: "\f0839";
}
.mdi-television-classic::before {
  content: "\f07f4";
}
.mdi-television-classic-off::before {
  content: "\f083a";
}
.mdi-television-guide::before {
  content: "\f0503";
}
.mdi-television-off::before {
  content: "\f083b";
}
.mdi-television-pause::before {
  content: "\f0f89";
}
.mdi-television-play::before {
  content: "\f0ecf";
}
.mdi-television-shimmer::before {
  content: "\f1110";
}
.mdi-television-speaker::before {
  content: "\f1b1b";
}
.mdi-television-speaker-off::before {
  content: "\f1b1c";
}
.mdi-television-stop::before {
  content: "\f0f8a";
}
.mdi-temperature-celsius::before {
  content: "\f0504";
}
.mdi-temperature-fahrenheit::before {
  content: "\f0505";
}
.mdi-temperature-kelvin::before {
  content: "\f0506";
}
.mdi-temple-buddhist::before {
  content: "\f1b06";
}
.mdi-temple-buddhist-outline::before {
  content: "\f1b07";
}
.mdi-temple-hindu::before {
  content: "\f1b08";
}
.mdi-temple-hindu-outline::before {
  content: "\f1b09";
}
.mdi-tennis::before {
  content: "\f0da0";
}
.mdi-tennis-ball::before {
  content: "\f0507";
}
.mdi-tent::before {
  content: "\f0508";
}
.mdi-terraform::before {
  content: "\f1062";
}
.mdi-terrain::before {
  content: "\f0509";
}
.mdi-test-tube::before {
  content: "\f0668";
}
.mdi-test-tube-empty::before {
  content: "\f0911";
}
.mdi-test-tube-off::before {
  content: "\f0912";
}
.mdi-text::before {
  content: "\f09a8";
}
.mdi-text-account::before {
  content: "\f1570";
}
.mdi-text-box::before {
  content: "\f021a";
}
.mdi-text-box-check::before {
  content: "\f0ea6";
}
.mdi-text-box-check-outline::before {
  content: "\f0ea7";
}
.mdi-text-box-edit::before {
  content: "\f1a7c";
}
.mdi-text-box-edit-outline::before {
  content: "\f1a7d";
}
.mdi-text-box-minus::before {
  content: "\f0ea8";
}
.mdi-text-box-minus-outline::before {
  content: "\f0ea9";
}
.mdi-text-box-multiple::before {
  content: "\f0ab7";
}
.mdi-text-box-multiple-outline::before {
  content: "\f0ab8";
}
.mdi-text-box-outline::before {
  content: "\f09ed";
}
.mdi-text-box-plus::before {
  content: "\f0eaa";
}
.mdi-text-box-plus-outline::before {
  content: "\f0eab";
}
.mdi-text-box-remove::before {
  content: "\f0eac";
}
.mdi-text-box-remove-outline::before {
  content: "\f0ead";
}
.mdi-text-box-search::before {
  content: "\f0eae";
}
.mdi-text-box-search-outline::before {
  content: "\f0eaf";
}
.mdi-text-long::before {
  content: "\f09aa";
}
.mdi-text-recognition::before {
  content: "\f113d";
}
.mdi-text-search::before {
  content: "\f13b8";
}
.mdi-text-search-variant::before {
  content: "\f1a7e";
}
.mdi-text-shadow::before {
  content: "\f0669";
}
.mdi-text-short::before {
  content: "\f09a9";
}
.mdi-texture::before {
  content: "\f050c";
}
.mdi-texture-box::before {
  content: "\f0fe6";
}
.mdi-theater::before {
  content: "\f050d";
}
.mdi-theme-light-dark::before {
  content: "\f050e";
}
.mdi-thermometer::before {
  content: "\f050f";
}
.mdi-thermometer-alert::before {
  content: "\f0e01";
}
.mdi-thermometer-auto::before {
  content: "\f1b0f";
}
.mdi-thermometer-bluetooth::before {
  content: "\f1895";
}
.mdi-thermometer-check::before {
  content: "\f1a7f";
}
.mdi-thermometer-chevron-down::before {
  content: "\f0e02";
}
.mdi-thermometer-chevron-up::before {
  content: "\f0e03";
}
.mdi-thermometer-high::before {
  content: "\f10c2";
}
.mdi-thermometer-lines::before {
  content: "\f0510";
}
.mdi-thermometer-low::before {
  content: "\f10c3";
}
.mdi-thermometer-minus::before {
  content: "\f0e04";
}
.mdi-thermometer-off::before {
  content: "\f1531";
}
.mdi-thermometer-plus::before {
  content: "\f0e05";
}
.mdi-thermometer-probe::before {
  content: "\f1b2b";
}
.mdi-thermometer-probe-off::before {
  content: "\f1b2c";
}
.mdi-thermometer-water::before {
  content: "\f1a80";
}
.mdi-thermostat::before {
  content: "\f0393";
}
.mdi-thermostat-auto::before {
  content: "\f1b17";
}
.mdi-thermostat-box::before {
  content: "\f0891";
}
.mdi-thermostat-box-auto::before {
  content: "\f1b18";
}
.mdi-thought-bubble::before {
  content: "\f07f6";
}
.mdi-thought-bubble-outline::before {
  content: "\f07f7";
}
.mdi-thumb-down::before {
  content: "\f0511";
}
.mdi-thumb-down-outline::before {
  content: "\f0512";
}
.mdi-thumb-up::before {
  content: "\f0513";
}
.mdi-thumb-up-outline::before {
  content: "\f0514";
}
.mdi-thumbs-up-down::before {
  content: "\f0515";
}
.mdi-thumbs-up-down-outline::before {
  content: "\f1914";
}
.mdi-ticket::before {
  content: "\f0516";
}
.mdi-ticket-account::before {
  content: "\f0517";
}
.mdi-ticket-confirmation::before {
  content: "\f0518";
}
.mdi-ticket-confirmation-outline::before {
  content: "\f13aa";
}
.mdi-ticket-outline::before {
  content: "\f0913";
}
.mdi-ticket-percent::before {
  content: "\f0724";
}
.mdi-ticket-percent-outline::before {
  content: "\f142b";
}
.mdi-tie::before {
  content: "\f0519";
}
.mdi-tilde::before {
  content: "\f0725";
}
.mdi-tilde-off::before {
  content: "\f18f3";
}
.mdi-timelapse::before {
  content: "\f051a";
}
.mdi-timeline::before {
  content: "\f0bd1";
}
.mdi-timeline-alert::before {
  content: "\f0f95";
}
.mdi-timeline-alert-outline::before {
  content: "\f0f98";
}
.mdi-timeline-check::before {
  content: "\f1532";
}
.mdi-timeline-check-outline::before {
  content: "\f1533";
}
.mdi-timeline-clock::before {
  content: "\f11fb";
}
.mdi-timeline-clock-outline::before {
  content: "\f11fc";
}
.mdi-timeline-minus::before {
  content: "\f1534";
}
.mdi-timeline-minus-outline::before {
  content: "\f1535";
}
.mdi-timeline-outline::before {
  content: "\f0bd2";
}
.mdi-timeline-plus::before {
  content: "\f0f96";
}
.mdi-timeline-plus-outline::before {
  content: "\f0f97";
}
.mdi-timeline-question::before {
  content: "\f0f99";
}
.mdi-timeline-question-outline::before {
  content: "\f0f9a";
}
.mdi-timeline-remove::before {
  content: "\f1536";
}
.mdi-timeline-remove-outline::before {
  content: "\f1537";
}
.mdi-timeline-text::before {
  content: "\f0bd3";
}
.mdi-timeline-text-outline::before {
  content: "\f0bd4";
}
.mdi-timer::before {
  content: "\f13ab";
}
.mdi-timer-10::before {
  content: "\f051c";
}
.mdi-timer-3::before {
  content: "\f051d";
}
.mdi-timer-alert::before {
  content: "\f1acc";
}
.mdi-timer-alert-outline::before {
  content: "\f1acd";
}
.mdi-timer-cancel::before {
  content: "\f1ace";
}
.mdi-timer-cancel-outline::before {
  content: "\f1acf";
}
.mdi-timer-check::before {
  content: "\f1ad0";
}
.mdi-timer-check-outline::before {
  content: "\f1ad1";
}
.mdi-timer-cog::before {
  content: "\f1925";
}
.mdi-timer-cog-outline::before {
  content: "\f1926";
}
.mdi-timer-edit::before {
  content: "\f1ad2";
}
.mdi-timer-edit-outline::before {
  content: "\f1ad3";
}
.mdi-timer-lock::before {
  content: "\f1ad4";
}
.mdi-timer-lock-open::before {
  content: "\f1ad5";
}
.mdi-timer-lock-open-outline::before {
  content: "\f1ad6";
}
.mdi-timer-lock-outline::before {
  content: "\f1ad7";
}
.mdi-timer-marker::before {
  content: "\f1ad8";
}
.mdi-timer-marker-outline::before {
  content: "\f1ad9";
}
.mdi-timer-minus::before {
  content: "\f1ada";
}
.mdi-timer-minus-outline::before {
  content: "\f1adb";
}
.mdi-timer-music::before {
  content: "\f1adc";
}
.mdi-timer-music-outline::before {
  content: "\f1add";
}
.mdi-timer-off::before {
  content: "\f13ac";
}
.mdi-timer-off-outline::before {
  content: "\f051e";
}
.mdi-timer-outline::before {
  content: "\f051b";
}
.mdi-timer-pause::before {
  content: "\f1ade";
}
.mdi-timer-pause-outline::before {
  content: "\f1adf";
}
.mdi-timer-play::before {
  content: "\f1ae0";
}
.mdi-timer-play-outline::before {
  content: "\f1ae1";
}
.mdi-timer-plus::before {
  content: "\f1ae2";
}
.mdi-timer-plus-outline::before {
  content: "\f1ae3";
}
.mdi-timer-refresh::before {
  content: "\f1ae4";
}
.mdi-timer-refresh-outline::before {
  content: "\f1ae5";
}
.mdi-timer-remove::before {
  content: "\f1ae6";
}
.mdi-timer-remove-outline::before {
  content: "\f1ae7";
}
.mdi-timer-sand::before {
  content: "\f051f";
}
.mdi-timer-sand-complete::before {
  content: "\f199f";
}
.mdi-timer-sand-empty::before {
  content: "\f06ad";
}
.mdi-timer-sand-full::before {
  content: "\f078c";
}
.mdi-timer-sand-paused::before {
  content: "\f19a0";
}
.mdi-timer-settings::before {
  content: "\f1923";
}
.mdi-timer-settings-outline::before {
  content: "\f1924";
}
.mdi-timer-star::before {
  content: "\f1ae8";
}
.mdi-timer-star-outline::before {
  content: "\f1ae9";
}
.mdi-timer-stop::before {
  content: "\f1aea";
}
.mdi-timer-stop-outline::before {
  content: "\f1aeb";
}
.mdi-timer-sync::before {
  content: "\f1aec";
}
.mdi-timer-sync-outline::before {
  content: "\f1aed";
}
.mdi-timetable::before {
  content: "\f0520";
}
.mdi-tire::before {
  content: "\f1896";
}
.mdi-toaster::before {
  content: "\f1063";
}
.mdi-toaster-off::before {
  content: "\f11b7";
}
.mdi-toaster-oven::before {
  content: "\f0cd3";
}
.mdi-toggle-switch::before {
  content: "\f0521";
}
.mdi-toggle-switch-off::before {
  content: "\f0522";
}
.mdi-toggle-switch-off-outline::before {
  content: "\f0a19";
}
.mdi-toggle-switch-outline::before {
  content: "\f0a1a";
}
.mdi-toggle-switch-variant::before {
  content: "\f1a25";
}
.mdi-toggle-switch-variant-off::before {
  content: "\f1a26";
}
.mdi-toilet::before {
  content: "\f09ab";
}
.mdi-toolbox::before {
  content: "\f09ac";
}
.mdi-toolbox-outline::before {
  content: "\f09ad";
}
.mdi-tools::before {
  content: "\f1064";
}
.mdi-tooltip::before {
  content: "\f0523";
}
.mdi-tooltip-account::before {
  content: "\f000c";
}
.mdi-tooltip-cellphone::before {
  content: "\f183b";
}
.mdi-tooltip-check::before {
  content: "\f155c";
}
.mdi-tooltip-check-outline::before {
  content: "\f155d";
}
.mdi-tooltip-edit::before {
  content: "\f0524";
}
.mdi-tooltip-edit-outline::before {
  content: "\f12c5";
}
.mdi-tooltip-image::before {
  content: "\f0525";
}
.mdi-tooltip-image-outline::before {
  content: "\f0bd5";
}
.mdi-tooltip-minus::before {
  content: "\f155e";
}
.mdi-tooltip-minus-outline::before {
  content: "\f155f";
}
.mdi-tooltip-outline::before {
  content: "\f0526";
}
.mdi-tooltip-plus::before {
  content: "\f0bd6";
}
.mdi-tooltip-plus-outline::before {
  content: "\f0527";
}
.mdi-tooltip-question::before {
  content: "\f1bba";
}
.mdi-tooltip-question-outline::before {
  content: "\f1bbb";
}
.mdi-tooltip-remove::before {
  content: "\f1560";
}
.mdi-tooltip-remove-outline::before {
  content: "\f1561";
}
.mdi-tooltip-text::before {
  content: "\f0528";
}
.mdi-tooltip-text-outline::before {
  content: "\f0bd7";
}
.mdi-tooth::before {
  content: "\f08c3";
}
.mdi-tooth-outline::before {
  content: "\f0529";
}
.mdi-toothbrush::before {
  content: "\f1129";
}
.mdi-toothbrush-electric::before {
  content: "\f112c";
}
.mdi-toothbrush-paste::before {
  content: "\f112a";
}
.mdi-torch::before {
  content: "\f1606";
}
.mdi-tortoise::before {
  content: "\f0d3b";
}
.mdi-toslink::before {
  content: "\f12b8";
}
.mdi-tournament::before {
  content: "\f09ae";
}
.mdi-tow-truck::before {
  content: "\f083c";
}
.mdi-tower-beach::before {
  content: "\f0681";
}
.mdi-tower-fire::before {
  content: "\f0682";
}
.mdi-town-hall::before {
  content: "\f1875";
}
.mdi-toy-brick::before {
  content: "\f1288";
}
.mdi-toy-brick-marker::before {
  content: "\f1289";
}
.mdi-toy-brick-marker-outline::before {
  content: "\f128a";
}
.mdi-toy-brick-minus::before {
  content: "\f128b";
}
.mdi-toy-brick-minus-outline::before {
  content: "\f128c";
}
.mdi-toy-brick-outline::before {
  content: "\f128d";
}
.mdi-toy-brick-plus::before {
  content: "\f128e";
}
.mdi-toy-brick-plus-outline::before {
  content: "\f128f";
}
.mdi-toy-brick-remove::before {
  content: "\f1290";
}
.mdi-toy-brick-remove-outline::before {
  content: "\f1291";
}
.mdi-toy-brick-search::before {
  content: "\f1292";
}
.mdi-toy-brick-search-outline::before {
  content: "\f1293";
}
.mdi-track-light::before {
  content: "\f0914";
}
.mdi-track-light-off::before {
  content: "\f1b01";
}
.mdi-trackpad::before {
  content: "\f07f8";
}
.mdi-trackpad-lock::before {
  content: "\f0933";
}
.mdi-tractor::before {
  content: "\f0892";
}
.mdi-tractor-variant::before {
  content: "\f14c4";
}
.mdi-trademark::before {
  content: "\f0a78";
}
.mdi-traffic-cone::before {
  content: "\f137c";
}
.mdi-traffic-light::before {
  content: "\f052b";
}
.mdi-traffic-light-outline::before {
  content: "\f182a";
}
.mdi-train::before {
  content: "\f052c";
}
.mdi-train-car::before {
  content: "\f0bd8";
}
.mdi-train-car-autorack::before {
  content: "\f1b2d";
}
.mdi-train-car-box::before {
  content: "\f1b2e";
}
.mdi-train-car-box-full::before {
  content: "\f1b2f";
}
.mdi-train-car-box-open::before {
  content: "\f1b30";
}
.mdi-train-car-caboose::before {
  content: "\f1b31";
}
.mdi-train-car-centerbeam::before {
  content: "\f1b32";
}
.mdi-train-car-centerbeam-full::before {
  content: "\f1b33";
}
.mdi-train-car-container::before {
  content: "\f1b34";
}
.mdi-train-car-flatbed::before {
  content: "\f1b35";
}
.mdi-train-car-flatbed-car::before {
  content: "\f1b36";
}
.mdi-train-car-flatbed-tank::before {
  content: "\f1b37";
}
.mdi-train-car-gondola::before {
  content: "\f1b38";
}
.mdi-train-car-gondola-full::before {
  content: "\f1b39";
}
.mdi-train-car-hopper::before {
  content: "\f1b3a";
}
.mdi-train-car-hopper-covered::before {
  content: "\f1b3b";
}
.mdi-train-car-hopper-full::before {
  content: "\f1b3c";
}
.mdi-train-car-intermodal::before {
  content: "\f1b3d";
}
.mdi-train-car-passenger::before {
  content: "\f1733";
}
.mdi-train-car-passenger-door::before {
  content: "\f1734";
}
.mdi-train-car-passenger-door-open::before {
  content: "\f1735";
}
.mdi-train-car-passenger-variant::before {
  content: "\f1736";
}
.mdi-train-car-tank::before {
  content: "\f1b3e";
}
.mdi-train-variant::before {
  content: "\f08c4";
}
.mdi-tram::before {
  content: "\f052d";
}
.mdi-tram-side::before {
  content: "\f0fe7";
}
.mdi-transcribe::before {
  content: "\f052e";
}
.mdi-transcribe-close::before {
  content: "\f052f";
}
.mdi-transfer::before {
  content: "\f1065";
}
.mdi-transfer-down::before {
  content: "\f0da1";
}
.mdi-transfer-left::before {
  content: "\f0da2";
}
.mdi-transfer-right::before {
  content: "\f0530";
}
.mdi-transfer-up::before {
  content: "\f0da3";
}
.mdi-transit-connection::before {
  content: "\f0d3c";
}
.mdi-transit-connection-horizontal::before {
  content: "\f1546";
}
.mdi-transit-connection-variant::before {
  content: "\f0d3d";
}
.mdi-transit-detour::before {
  content: "\f0f8b";
}
.mdi-transit-skip::before {
  content: "\f1515";
}
.mdi-transit-transfer::before {
  content: "\f06ae";
}
.mdi-transition::before {
  content: "\f0915";
}
.mdi-transition-masked::before {
  content: "\f0916";
}
.mdi-translate::before {
  content: "\f05ca";
}
.mdi-translate-off::before {
  content: "\f0e06";
}
.mdi-translate-variant::before {
  content: "\f1b99";
}
.mdi-transmission-tower::before {
  content: "\f0d3e";
}
.mdi-transmission-tower-export::before {
  content: "\f192c";
}
.mdi-transmission-tower-import::before {
  content: "\f192d";
}
.mdi-transmission-tower-off::before {
  content: "\f19dd";
}
.mdi-trash-can::before {
  content: "\f0a79";
}
.mdi-trash-can-outline::before {
  content: "\f0a7a";
}
.mdi-tray::before {
  content: "\f1294";
}
.mdi-tray-alert::before {
  content: "\f1295";
}
.mdi-tray-arrow-down::before {
  content: "\f0120";
}
.mdi-tray-arrow-up::before {
  content: "\f011d";
}
.mdi-tray-full::before {
  content: "\f1296";
}
.mdi-tray-minus::before {
  content: "\f1297";
}
.mdi-tray-plus::before {
  content: "\f1298";
}
.mdi-tray-remove::before {
  content: "\f1299";
}
.mdi-treasure-chest::before {
  content: "\f0726";
}
.mdi-tree::before {
  content: "\f0531";
}
.mdi-tree-outline::before {
  content: "\f0e69";
}
.mdi-trello::before {
  content: "\f0532";
}
.mdi-trending-down::before {
  content: "\f0533";
}
.mdi-trending-neutral::before {
  content: "\f0534";
}
.mdi-trending-up::before {
  content: "\f0535";
}
.mdi-triangle::before {
  content: "\f0536";
}
.mdi-triangle-outline::before {
  content: "\f0537";
}
.mdi-triangle-small-down::before {
  content: "\f1a09";
}
.mdi-triangle-small-up::before {
  content: "\f1a0a";
}
.mdi-triangle-wave::before {
  content: "\f147c";
}
.mdi-triforce::before {
  content: "\f0bd9";
}
.mdi-trophy::before {
  content: "\f0538";
}
.mdi-trophy-award::before {
  content: "\f0539";
}
.mdi-trophy-broken::before {
  content: "\f0da4";
}
.mdi-trophy-outline::before {
  content: "\f053a";
}
.mdi-trophy-variant::before {
  content: "\f053b";
}
.mdi-trophy-variant-outline::before {
  content: "\f053c";
}
.mdi-truck::before {
  content: "\f053d";
}
.mdi-truck-alert::before {
  content: "\f19de";
}
.mdi-truck-alert-outline::before {
  content: "\f19df";
}
.mdi-truck-cargo-container::before {
  content: "\f18d8";
}
.mdi-truck-check::before {
  content: "\f0cd4";
}
.mdi-truck-check-outline::before {
  content: "\f129a";
}
.mdi-truck-delivery::before {
  content: "\f053e";
}
.mdi-truck-delivery-outline::before {
  content: "\f129b";
}
.mdi-truck-fast::before {
  content: "\f0788";
}
.mdi-truck-fast-outline::before {
  content: "\f129c";
}
.mdi-truck-flatbed::before {
  content: "\f1891";
}
.mdi-truck-minus::before {
  content: "\f19ae";
}
.mdi-truck-minus-outline::before {
  content: "\f19bd";
}
.mdi-truck-outline::before {
  content: "\f129d";
}
.mdi-truck-plus::before {
  content: "\f19ad";
}
.mdi-truck-plus-outline::before {
  content: "\f19bc";
}
.mdi-truck-remove::before {
  content: "\f19af";
}
.mdi-truck-remove-outline::before {
  content: "\f19be";
}
.mdi-truck-snowflake::before {
  content: "\f19a6";
}
.mdi-truck-trailer::before {
  content: "\f0727";
}
.mdi-trumpet::before {
  content: "\f1096";
}
.mdi-tshirt-crew::before {
  content: "\f0a7b";
}
.mdi-tshirt-crew-outline::before {
  content: "\f053f";
}
.mdi-tshirt-v::before {
  content: "\f0a7c";
}
.mdi-tshirt-v-outline::before {
  content: "\f0540";
}
.mdi-tsunami::before {
  content: "\f1a81";
}
.mdi-tumble-dryer::before {
  content: "\f0917";
}
.mdi-tumble-dryer-alert::before {
  content: "\f11ba";
}
.mdi-tumble-dryer-off::before {
  content: "\f11bb";
}
.mdi-tune::before {
  content: "\f062e";
}
.mdi-tune-variant::before {
  content: "\f1542";
}
.mdi-tune-vertical::before {
  content: "\f066a";
}
.mdi-tune-vertical-variant::before {
  content: "\f1543";
}
.mdi-tunnel::before {
  content: "\f183d";
}
.mdi-tunnel-outline::before {
  content: "\f183e";
}
.mdi-turbine::before {
  content: "\f1a82";
}
.mdi-turkey::before {
  content: "\f171b";
}
.mdi-turnstile::before {
  content: "\f0cd5";
}
.mdi-turnstile-outline::before {
  content: "\f0cd6";
}
.mdi-turtle::before {
  content: "\f0cd7";
}
.mdi-twitch::before {
  content: "\f0543";
}
.mdi-twitter::before {
  content: "\f0544";
}
.mdi-two-factor-authentication::before {
  content: "\f09af";
}
.mdi-typewriter::before {
  content: "\f0f2d";
}
.mdi-ubisoft::before {
  content: "\f0bda";
}
.mdi-ubuntu::before {
  content: "\f0548";
}
.mdi-ufo::before {
  content: "\f10c4";
}
.mdi-ufo-outline::before {
  content: "\f10c5";
}
.mdi-ultra-high-definition::before {
  content: "\f07f9";
}
.mdi-umbraco::before {
  content: "\f0549";
}
.mdi-umbrella::before {
  content: "\f054a";
}
.mdi-umbrella-beach::before {
  content: "\f188a";
}
.mdi-umbrella-beach-outline::before {
  content: "\f188b";
}
.mdi-umbrella-closed::before {
  content: "\f09b0";
}
.mdi-umbrella-closed-outline::before {
  content: "\f13e2";
}
.mdi-umbrella-closed-variant::before {
  content: "\f13e1";
}
.mdi-umbrella-outline::before {
  content: "\f054b";
}
.mdi-undo::before {
  content: "\f054c";
}
.mdi-undo-variant::before {
  content: "\f054d";
}
.mdi-unfold-less-horizontal::before {
  content: "\f054e";
}
.mdi-unfold-less-vertical::before {
  content: "\f0760";
}
.mdi-unfold-more-horizontal::before {
  content: "\f054f";
}
.mdi-unfold-more-vertical::before {
  content: "\f0761";
}
.mdi-ungroup::before {
  content: "\f0550";
}
.mdi-unicode::before {
  content: "\f0ed0";
}
.mdi-unicorn::before {
  content: "\f15c2";
}
.mdi-unicorn-variant::before {
  content: "\f15c3";
}
.mdi-unicycle::before {
  content: "\f15e5";
}
.mdi-unity::before {
  content: "\f06af";
}
.mdi-unreal::before {
  content: "\f09b1";
}
.mdi-update::before {
  content: "\f06b0";
}
.mdi-upload::before {
  content: "\f0552";
}
.mdi-upload-lock::before {
  content: "\f1373";
}
.mdi-upload-lock-outline::before {
  content: "\f1374";
}
.mdi-upload-multiple::before {
  content: "\f083d";
}
.mdi-upload-network::before {
  content: "\f06f6";
}
.mdi-upload-network-outline::before {
  content: "\f0cd8";
}
.mdi-upload-off::before {
  content: "\f10c6";
}
.mdi-upload-off-outline::before {
  content: "\f10c7";
}
.mdi-upload-outline::before {
  content: "\f0e07";
}
.mdi-usb::before {
  content: "\f0553";
}
.mdi-usb-flash-drive::before {
  content: "\f129e";
}
.mdi-usb-flash-drive-outline::before {
  content: "\f129f";
}
.mdi-usb-port::before {
  content: "\f11f0";
}
.mdi-vacuum::before {
  content: "\f19a1";
}
.mdi-vacuum-outline::before {
  content: "\f19a2";
}
.mdi-valve::before {
  content: "\f1066";
}
.mdi-valve-closed::before {
  content: "\f1067";
}
.mdi-valve-open::before {
  content: "\f1068";
}
.mdi-van-passenger::before {
  content: "\f07fa";
}
.mdi-van-utility::before {
  content: "\f07fb";
}
.mdi-vanish::before {
  content: "\f07fc";
}
.mdi-vanish-quarter::before {
  content: "\f1554";
}
.mdi-vanity-light::before {
  content: "\f11e1";
}
.mdi-variable::before {
  content: "\f0ae7";
}
.mdi-variable-box::before {
  content: "\f1111";
}
.mdi-vector-arrange-above::before {
  content: "\f0554";
}
.mdi-vector-arrange-below::before {
  content: "\f0555";
}
.mdi-vector-bezier::before {
  content: "\f0ae8";
}
.mdi-vector-circle::before {
  content: "\f0556";
}
.mdi-vector-circle-variant::before {
  content: "\f0557";
}
.mdi-vector-combine::before {
  content: "\f0558";
}
.mdi-vector-curve::before {
  content: "\f0559";
}
.mdi-vector-difference::before {
  content: "\f055a";
}
.mdi-vector-difference-ab::before {
  content: "\f055b";
}
.mdi-vector-difference-ba::before {
  content: "\f055c";
}
.mdi-vector-ellipse::before {
  content: "\f0893";
}
.mdi-vector-intersection::before {
  content: "\f055d";
}
.mdi-vector-line::before {
  content: "\f055e";
}
.mdi-vector-link::before {
  content: "\f0fe8";
}
.mdi-vector-point::before {
  content: "\f01c4";
}
.mdi-vector-point-edit::before {
  content: "\f09e8";
}
.mdi-vector-point-minus::before {
  content: "\f1b78";
}
.mdi-vector-point-plus::before {
  content: "\f1b79";
}
.mdi-vector-point-select::before {
  content: "\f055f";
}
.mdi-vector-polygon::before {
  content: "\f0560";
}
.mdi-vector-polygon-variant::before {
  content: "\f1856";
}
.mdi-vector-polyline::before {
  content: "\f0561";
}
.mdi-vector-polyline-edit::before {
  content: "\f1225";
}
.mdi-vector-polyline-minus::before {
  content: "\f1226";
}
.mdi-vector-polyline-plus::before {
  content: "\f1227";
}
.mdi-vector-polyline-remove::before {
  content: "\f1228";
}
.mdi-vector-radius::before {
  content: "\f074a";
}
.mdi-vector-rectangle::before {
  content: "\f05c6";
}
.mdi-vector-selection::before {
  content: "\f0562";
}
.mdi-vector-square::before {
  content: "\f0001";
}
.mdi-vector-square-close::before {
  content: "\f1857";
}
.mdi-vector-square-edit::before {
  content: "\f18d9";
}
.mdi-vector-square-minus::before {
  content: "\f18da";
}
.mdi-vector-square-open::before {
  content: "\f1858";
}
.mdi-vector-square-plus::before {
  content: "\f18db";
}
.mdi-vector-square-remove::before {
  content: "\f18dc";
}
.mdi-vector-triangle::before {
  content: "\f0563";
}
.mdi-vector-union::before {
  content: "\f0564";
}
.mdi-vhs::before {
  content: "\f0a1b";
}
.mdi-vibrate::before {
  content: "\f0566";
}
.mdi-vibrate-off::before {
  content: "\f0cd9";
}
.mdi-video::before {
  content: "\f0567";
}
.mdi-video-2d::before {
  content: "\f1a1c";
}
.mdi-video-3d::before {
  content: "\f07fd";
}
.mdi-video-3d-off::before {
  content: "\f13d9";
}
.mdi-video-3d-variant::before {
  content: "\f0ed1";
}
.mdi-video-4k-box::before {
  content: "\f083e";
}
.mdi-video-account::before {
  content: "\f0919";
}
.mdi-video-box::before {
  content: "\f00fd";
}
.mdi-video-box-off::before {
  content: "\f00fe";
}
.mdi-video-check::before {
  content: "\f1069";
}
.mdi-video-check-outline::before {
  content: "\f106a";
}
.mdi-video-high-definition::before {
  content: "\f152e";
}
.mdi-video-image::before {
  content: "\f091a";
}
.mdi-video-input-antenna::before {
  content: "\f083f";
}
.mdi-video-input-component::before {
  content: "\f0840";
}
.mdi-video-input-hdmi::before {
  content: "\f0841";
}
.mdi-video-input-scart::before {
  content: "\f0f8c";
}
.mdi-video-input-svideo::before {
  content: "\f0842";
}
.mdi-video-marker::before {
  content: "\f19a9";
}
.mdi-video-marker-outline::before {
  content: "\f19aa";
}
.mdi-video-minus::before {
  content: "\f09b2";
}
.mdi-video-minus-outline::before {
  content: "\f02ba";
}
.mdi-video-off::before {
  content: "\f0568";
}
.mdi-video-off-outline::before {
  content: "\f0bdb";
}
.mdi-video-outline::before {
  content: "\f0bdc";
}
.mdi-video-plus::before {
  content: "\f09b3";
}
.mdi-video-plus-outline::before {
  content: "\f01d3";
}
.mdi-video-stabilization::before {
  content: "\f091b";
}
.mdi-video-switch::before {
  content: "\f0569";
}
.mdi-video-switch-outline::before {
  content: "\f0790";
}
.mdi-video-vintage::before {
  content: "\f0a1c";
}
.mdi-video-wireless::before {
  content: "\f0ed2";
}
.mdi-video-wireless-outline::before {
  content: "\f0ed3";
}
.mdi-view-agenda::before {
  content: "\f056a";
}
.mdi-view-agenda-outline::before {
  content: "\f11d8";
}
.mdi-view-array::before {
  content: "\f056b";
}
.mdi-view-array-outline::before {
  content: "\f1485";
}
.mdi-view-carousel::before {
  content: "\f056c";
}
.mdi-view-carousel-outline::before {
  content: "\f1486";
}
.mdi-view-column::before {
  content: "\f056d";
}
.mdi-view-column-outline::before {
  content: "\f1487";
}
.mdi-view-comfy::before {
  content: "\f0e6a";
}
.mdi-view-comfy-outline::before {
  content: "\f1488";
}
.mdi-view-compact::before {
  content: "\f0e6b";
}
.mdi-view-compact-outline::before {
  content: "\f0e6c";
}
.mdi-view-dashboard::before {
  content: "\f056e";
}
.mdi-view-dashboard-edit::before {
  content: "\f1947";
}
.mdi-view-dashboard-edit-outline::before {
  content: "\f1948";
}
.mdi-view-dashboard-outline::before {
  content: "\f0a1d";
}
.mdi-view-dashboard-variant::before {
  content: "\f0843";
}
.mdi-view-dashboard-variant-outline::before {
  content: "\f1489";
}
.mdi-view-day::before {
  content: "\f056f";
}
.mdi-view-day-outline::before {
  content: "\f148a";
}
.mdi-view-gallery::before {
  content: "\f1888";
}
.mdi-view-gallery-outline::before {
  content: "\f1889";
}
.mdi-view-grid::before {
  content: "\f0570";
}
.mdi-view-grid-outline::before {
  content: "\f11d9";
}
.mdi-view-grid-plus::before {
  content: "\f0f8d";
}
.mdi-view-grid-plus-outline::before {
  content: "\f11da";
}
.mdi-view-headline::before {
  content: "\f0571";
}
.mdi-view-list::before {
  content: "\f0572";
}
.mdi-view-list-outline::before {
  content: "\f148b";
}
.mdi-view-module::before {
  content: "\f0573";
}
.mdi-view-module-outline::before {
  content: "\f148c";
}
.mdi-view-parallel::before {
  content: "\f0728";
}
.mdi-view-parallel-outline::before {
  content: "\f148d";
}
.mdi-view-quilt::before {
  content: "\f0574";
}
.mdi-view-quilt-outline::before {
  content: "\f148e";
}
.mdi-view-sequential::before {
  content: "\f0729";
}
.mdi-view-sequential-outline::before {
  content: "\f148f";
}
.mdi-view-split-horizontal::before {
  content: "\f0bcb";
}
.mdi-view-split-vertical::before {
  content: "\f0bcc";
}
.mdi-view-stream::before {
  content: "\f0575";
}
.mdi-view-stream-outline::before {
  content: "\f1490";
}
.mdi-view-week::before {
  content: "\f0576";
}
.mdi-view-week-outline::before {
  content: "\f1491";
}
.mdi-vimeo::before {
  content: "\f0577";
}
.mdi-violin::before {
  content: "\f060f";
}
.mdi-virtual-reality::before {
  content: "\f0894";
}
.mdi-virus::before {
  content: "\f13b6";
}
.mdi-virus-off::before {
  content: "\f18e1";
}
.mdi-virus-off-outline::before {
  content: "\f18e2";
}
.mdi-virus-outline::before {
  content: "\f13b7";
}
.mdi-vlc::before {
  content: "\f057c";
}
.mdi-voicemail::before {
  content: "\f057d";
}
.mdi-volcano::before {
  content: "\f1a83";
}
.mdi-volcano-outline::before {
  content: "\f1a84";
}
.mdi-volleyball::before {
  content: "\f09b4";
}
.mdi-volume-equal::before {
  content: "\f1b10";
}
.mdi-volume-high::before {
  content: "\f057e";
}
.mdi-volume-low::before {
  content: "\f057f";
}
.mdi-volume-medium::before {
  content: "\f0580";
}
.mdi-volume-minus::before {
  content: "\f075e";
}
.mdi-volume-mute::before {
  content: "\f075f";
}
.mdi-volume-off::before {
  content: "\f0581";
}
.mdi-volume-plus::before {
  content: "\f075d";
}
.mdi-volume-source::before {
  content: "\f1120";
}
.mdi-volume-variant-off::before {
  content: "\f0e08";
}
.mdi-volume-vibrate::before {
  content: "\f1121";
}
.mdi-vote::before {
  content: "\f0a1f";
}
.mdi-vote-outline::before {
  content: "\f0a20";
}
.mdi-vpn::before {
  content: "\f0582";
}
.mdi-vuejs::before {
  content: "\f0844";
}
.mdi-vuetify::before {
  content: "\f0e6d";
}
.mdi-walk::before {
  content: "\f0583";
}
.mdi-wall::before {
  content: "\f07fe";
}
.mdi-wall-fire::before {
  content: "\f1a11";
}
.mdi-wall-sconce::before {
  content: "\f091c";
}
.mdi-wall-sconce-flat::before {
  content: "\f091d";
}
.mdi-wall-sconce-flat-outline::before {
  content: "\f17c9";
}
.mdi-wall-sconce-flat-variant::before {
  content: "\f041c";
}
.mdi-wall-sconce-flat-variant-outline::before {
  content: "\f17ca";
}
.mdi-wall-sconce-outline::before {
  content: "\f17cb";
}
.mdi-wall-sconce-round::before {
  content: "\f0748";
}
.mdi-wall-sconce-round-outline::before {
  content: "\f17cc";
}
.mdi-wall-sconce-round-variant::before {
  content: "\f091e";
}
.mdi-wall-sconce-round-variant-outline::before {
  content: "\f17cd";
}
.mdi-wallet::before {
  content: "\f0584";
}
.mdi-wallet-giftcard::before {
  content: "\f0585";
}
.mdi-wallet-membership::before {
  content: "\f0586";
}
.mdi-wallet-outline::before {
  content: "\f0bdd";
}
.mdi-wallet-plus::before {
  content: "\f0f8e";
}
.mdi-wallet-plus-outline::before {
  content: "\f0f8f";
}
.mdi-wallet-travel::before {
  content: "\f0587";
}
.mdi-wallpaper::before {
  content: "\f0e09";
}
.mdi-wan::before {
  content: "\f0588";
}
.mdi-wardrobe::before {
  content: "\f0f90";
}
.mdi-wardrobe-outline::before {
  content: "\f0f91";
}
.mdi-warehouse::before {
  content: "\f0f81";
}
.mdi-washing-machine::before {
  content: "\f072a";
}
.mdi-washing-machine-alert::before {
  content: "\f11bc";
}
.mdi-washing-machine-off::before {
  content: "\f11bd";
}
.mdi-watch::before {
  content: "\f0589";
}
.mdi-watch-export::before {
  content: "\f058a";
}
.mdi-watch-export-variant::before {
  content: "\f0895";
}
.mdi-watch-import::before {
  content: "\f058b";
}
.mdi-watch-import-variant::before {
  content: "\f0896";
}
.mdi-watch-variant::before {
  content: "\f0897";
}
.mdi-watch-vibrate::before {
  content: "\f06b1";
}
.mdi-watch-vibrate-off::before {
  content: "\f0cda";
}
.mdi-water::before {
  content: "\f058c";
}
.mdi-water-alert::before {
  content: "\f1502";
}
.mdi-water-alert-outline::before {
  content: "\f1503";
}
.mdi-water-boiler::before {
  content: "\f0f92";
}
.mdi-water-boiler-alert::before {
  content: "\f11b3";
}
.mdi-water-boiler-auto::before {
  content: "\f1b98";
}
.mdi-water-boiler-off::before {
  content: "\f11b4";
}
.mdi-water-check::before {
  content: "\f1504";
}
.mdi-water-check-outline::before {
  content: "\f1505";
}
.mdi-water-circle::before {
  content: "\f1806";
}
.mdi-water-minus::before {
  content: "\f1506";
}
.mdi-water-minus-outline::before {
  content: "\f1507";
}
.mdi-water-off::before {
  content: "\f058d";
}
.mdi-water-off-outline::before {
  content: "\f1508";
}
.mdi-water-opacity::before {
  content: "\f1855";
}
.mdi-water-outline::before {
  content: "\f0e0a";
}
.mdi-water-percent::before {
  content: "\f058e";
}
.mdi-water-percent-alert::before {
  content: "\f1509";
}
.mdi-water-plus::before {
  content: "\f150a";
}
.mdi-water-plus-outline::before {
  content: "\f150b";
}
.mdi-water-polo::before {
  content: "\f12a0";
}
.mdi-water-pump::before {
  content: "\f058f";
}
.mdi-water-pump-off::before {
  content: "\f0f93";
}
.mdi-water-remove::before {
  content: "\f150c";
}
.mdi-water-remove-outline::before {
  content: "\f150d";
}
.mdi-water-sync::before {
  content: "\f17c6";
}
.mdi-water-thermometer::before {
  content: "\f1a85";
}
.mdi-water-thermometer-outline::before {
  content: "\f1a86";
}
.mdi-water-well::before {
  content: "\f106b";
}
.mdi-water-well-outline::before {
  content: "\f106c";
}
.mdi-waterfall::before {
  content: "\f1849";
}
.mdi-watering-can::before {
  content: "\f1481";
}
.mdi-watering-can-outline::before {
  content: "\f1482";
}
.mdi-watermark::before {
  content: "\f0612";
}
.mdi-wave::before {
  content: "\f0f2e";
}
.mdi-waveform::before {
  content: "\f147d";
}
.mdi-waves::before {
  content: "\f078d";
}
.mdi-waves-arrow-left::before {
  content: "\f1859";
}
.mdi-waves-arrow-right::before {
  content: "\f185a";
}
.mdi-waves-arrow-up::before {
  content: "\f185b";
}
.mdi-waze::before {
  content: "\f0bde";
}
.mdi-weather-cloudy::before {
  content: "\f0590";
}
.mdi-weather-cloudy-alert::before {
  content: "\f0f2f";
}
.mdi-weather-cloudy-arrow-right::before {
  content: "\f0e6e";
}
.mdi-weather-cloudy-clock::before {
  content: "\f18f6";
}
.mdi-weather-dust::before {
  content: "\f1b5a";
}
.mdi-weather-fog::before {
  content: "\f0591";
}
.mdi-weather-hail::before {
  content: "\f0592";
}
.mdi-weather-hazy::before {
  content: "\f0f30";
}
.mdi-weather-hurricane::before {
  content: "\f0898";
}
.mdi-weather-lightning::before {
  content: "\f0593";
}
.mdi-weather-lightning-rainy::before {
  content: "\f067e";
}
.mdi-weather-night::before {
  content: "\f0594";
}
.mdi-weather-night-partly-cloudy::before {
  content: "\f0f31";
}
.mdi-weather-partly-cloudy::before {
  content: "\f0595";
}
.mdi-weather-partly-lightning::before {
  content: "\f0f32";
}
.mdi-weather-partly-rainy::before {
  content: "\f0f33";
}
.mdi-weather-partly-snowy::before {
  content: "\f0f34";
}
.mdi-weather-partly-snowy-rainy::before {
  content: "\f0f35";
}
.mdi-weather-pouring::before {
  content: "\f0596";
}
.mdi-weather-rainy::before {
  content: "\f0597";
}
.mdi-weather-snowy::before {
  content: "\f0598";
}
.mdi-weather-snowy-heavy::before {
  content: "\f0f36";
}
.mdi-weather-snowy-rainy::before {
  content: "\f067f";
}
.mdi-weather-sunny::before {
  content: "\f0599";
}
.mdi-weather-sunny-alert::before {
  content: "\f0f37";
}
.mdi-weather-sunny-off::before {
  content: "\f14e4";
}
.mdi-weather-sunset::before {
  content: "\f059a";
}
.mdi-weather-sunset-down::before {
  content: "\f059b";
}
.mdi-weather-sunset-up::before {
  content: "\f059c";
}
.mdi-weather-tornado::before {
  content: "\f0f38";
}
.mdi-weather-windy::before {
  content: "\f059d";
}
.mdi-weather-windy-variant::before {
  content: "\f059e";
}
.mdi-web::before {
  content: "\f059f";
}
.mdi-web-box::before {
  content: "\f0f94";
}
.mdi-web-cancel::before {
  content: "\f1790";
}
.mdi-web-check::before {
  content: "\f0789";
}
.mdi-web-clock::before {
  content: "\f124a";
}
.mdi-web-minus::before {
  content: "\f10a0";
}
.mdi-web-off::before {
  content: "\f0a8e";
}
.mdi-web-plus::before {
  content: "\f0033";
}
.mdi-web-refresh::before {
  content: "\f1791";
}
.mdi-web-remove::before {
  content: "\f0551";
}
.mdi-web-sync::before {
  content: "\f1792";
}
.mdi-webcam::before {
  content: "\f05a0";
}
.mdi-webcam-off::before {
  content: "\f1737";
}
.mdi-webhook::before {
  content: "\f062f";
}
.mdi-webpack::before {
  content: "\f072b";
}
.mdi-webrtc::before {
  content: "\f1248";
}
.mdi-wechat::before {
  content: "\f0611";
}
.mdi-weight::before {
  content: "\f05a1";
}
.mdi-weight-gram::before {
  content: "\f0d3f";
}
.mdi-weight-kilogram::before {
  content: "\f05a2";
}
.mdi-weight-lifter::before {
  content: "\f115d";
}
.mdi-weight-pound::before {
  content: "\f09b5";
}
.mdi-whatsapp::before {
  content: "\f05a3";
}
.mdi-wheel-barrow::before {
  content: "\f14f2";
}
.mdi-wheelchair::before {
  content: "\f1a87";
}
.mdi-wheelchair-accessibility::before {
  content: "\f05a4";
}
.mdi-whistle::before {
  content: "\f09b6";
}
.mdi-whistle-outline::before {
  content: "\f12bc";
}
.mdi-white-balance-auto::before {
  content: "\f05a5";
}
.mdi-white-balance-incandescent::before {
  content: "\f05a6";
}
.mdi-white-balance-iridescent::before {
  content: "\f05a7";
}
.mdi-white-balance-sunny::before {
  content: "\f05a8";
}
.mdi-widgets::before {
  content: "\f072c";
}
.mdi-widgets-outline::before {
  content: "\f1355";
}
.mdi-wifi::before {
  content: "\f05a9";
}
.mdi-wifi-alert::before {
  content: "\f16b5";
}
.mdi-wifi-arrow-down::before {
  content: "\f16b6";
}
.mdi-wifi-arrow-left::before {
  content: "\f16b7";
}
.mdi-wifi-arrow-left-right::before {
  content: "\f16b8";
}
.mdi-wifi-arrow-right::before {
  content: "\f16b9";
}
.mdi-wifi-arrow-up::before {
  content: "\f16ba";
}
.mdi-wifi-arrow-up-down::before {
  content: "\f16bb";
}
.mdi-wifi-cancel::before {
  content: "\f16bc";
}
.mdi-wifi-check::before {
  content: "\f16bd";
}
.mdi-wifi-cog::before {
  content: "\f16be";
}
.mdi-wifi-lock::before {
  content: "\f16bf";
}
.mdi-wifi-lock-open::before {
  content: "\f16c0";
}
.mdi-wifi-marker::before {
  content: "\f16c1";
}
.mdi-wifi-minus::before {
  content: "\f16c2";
}
.mdi-wifi-off::before {
  content: "\f05aa";
}
.mdi-wifi-plus::before {
  content: "\f16c3";
}
.mdi-wifi-refresh::before {
  content: "\f16c4";
}
.mdi-wifi-remove::before {
  content: "\f16c5";
}
.mdi-wifi-settings::before {
  content: "\f16c6";
}
.mdi-wifi-star::before {
  content: "\f0e0b";
}
.mdi-wifi-strength-1::before {
  content: "\f091f";
}
.mdi-wifi-strength-1-alert::before {
  content: "\f0920";
}
.mdi-wifi-strength-1-lock::before {
  content: "\f0921";
}
.mdi-wifi-strength-1-lock-open::before {
  content: "\f16cb";
}
.mdi-wifi-strength-2::before {
  content: "\f0922";
}
.mdi-wifi-strength-2-alert::before {
  content: "\f0923";
}
.mdi-wifi-strength-2-lock::before {
  content: "\f0924";
}
.mdi-wifi-strength-2-lock-open::before {
  content: "\f16cc";
}
.mdi-wifi-strength-3::before {
  content: "\f0925";
}
.mdi-wifi-strength-3-alert::before {
  content: "\f0926";
}
.mdi-wifi-strength-3-lock::before {
  content: "\f0927";
}
.mdi-wifi-strength-3-lock-open::before {
  content: "\f16cd";
}
.mdi-wifi-strength-4::before {
  content: "\f0928";
}
.mdi-wifi-strength-4-alert::before {
  content: "\f0929";
}
.mdi-wifi-strength-4-lock::before {
  content: "\f092a";
}
.mdi-wifi-strength-4-lock-open::before {
  content: "\f16ce";
}
.mdi-wifi-strength-alert-outline::before {
  content: "\f092b";
}
.mdi-wifi-strength-lock-open-outline::before {
  content: "\f16cf";
}
.mdi-wifi-strength-lock-outline::before {
  content: "\f092c";
}
.mdi-wifi-strength-off::before {
  content: "\f092d";
}
.mdi-wifi-strength-off-outline::before {
  content: "\f092e";
}
.mdi-wifi-strength-outline::before {
  content: "\f092f";
}
.mdi-wifi-sync::before {
  content: "\f16c7";
}
.mdi-wikipedia::before {
  content: "\f05ac";
}
.mdi-wind-power::before {
  content: "\f1a88";
}
.mdi-wind-power-outline::before {
  content: "\f1a89";
}
.mdi-wind-turbine::before {
  content: "\f0da5";
}
.mdi-wind-turbine-alert::before {
  content: "\f19ab";
}
.mdi-wind-turbine-check::before {
  content: "\f19ac";
}
.mdi-window-close::before {
  content: "\f05ad";
}
.mdi-window-closed::before {
  content: "\f05ae";
}
.mdi-window-closed-variant::before {
  content: "\f11db";
}
.mdi-window-maximize::before {
  content: "\f05af";
}
.mdi-window-minimize::before {
  content: "\f05b0";
}
.mdi-window-open::before {
  content: "\f05b1";
}
.mdi-window-open-variant::before {
  content: "\f11dc";
}
.mdi-window-restore::before {
  content: "\f05b2";
}
.mdi-window-shutter::before {
  content: "\f111c";
}
.mdi-window-shutter-alert::before {
  content: "\f111d";
}
.mdi-window-shutter-auto::before {
  content: "\f1ba3";
}
.mdi-window-shutter-cog::before {
  content: "\f1a8a";
}
.mdi-window-shutter-open::before {
  content: "\f111e";
}
.mdi-window-shutter-settings::before {
  content: "\f1a8b";
}
.mdi-windsock::before {
  content: "\f15fa";
}
.mdi-wiper::before {
  content: "\f0ae9";
}
.mdi-wiper-wash::before {
  content: "\f0da6";
}
.mdi-wiper-wash-alert::before {
  content: "\f18df";
}
.mdi-wizard-hat::before {
  content: "\f1477";
}
.mdi-wordpress::before {
  content: "\f05b4";
}
.mdi-wrap::before {
  content: "\f05b6";
}
.mdi-wrap-disabled::before {
  content: "\f0bdf";
}
.mdi-wrench::before {
  content: "\f05b7";
}
.mdi-wrench-check::before {
  content: "\f1b8f";
}
.mdi-wrench-check-outline::before {
  content: "\f1b90";
}
.mdi-wrench-clock::before {
  content: "\f19a3";
}
.mdi-wrench-clock-outline::before {
  content: "\f1b93";
}
.mdi-wrench-cog::before {
  content: "\f1b91";
}
.mdi-wrench-cog-outline::before {
  content: "\f1b92";
}
.mdi-wrench-outline::before {
  content: "\f0be0";
}
.mdi-xamarin::before {
  content: "\f0845";
}
.mdi-xml::before {
  content: "\f05c0";
}
.mdi-xmpp::before {
  content: "\f07ff";
}
.mdi-yahoo::before {
  content: "\f0b4f";
}
.mdi-yeast::before {
  content: "\f05c1";
}
.mdi-yin-yang::before {
  content: "\f0680";
}
.mdi-yoga::before {
  content: "\f117c";
}
.mdi-youtube::before {
  content: "\f05c3";
}
.mdi-youtube-gaming::before {
  content: "\f0848";
}
.mdi-youtube-studio::before {
  content: "\f0847";
}
.mdi-youtube-subscription::before {
  content: "\f0d40";
}
.mdi-youtube-tv::before {
  content: "\f0448";
}
.mdi-yurt::before {
  content: "\f1516";
}
.mdi-z-wave::before {
  content: "\f0aea";
}
.mdi-zend::before {
  content: "\f0aeb";
}
.mdi-zigbee::before {
  content: "\f0d41";
}
.mdi-zip-box::before {
  content: "\f05c4";
}
.mdi-zip-box-outline::before {
  content: "\f0ffa";
}
.mdi-zip-disk::before {
  content: "\f0a23";
}
.mdi-zodiac-aquarius::before {
  content: "\f0a7d";
}
.mdi-zodiac-aries::before {
  content: "\f0a7e";
}
.mdi-zodiac-cancer::before {
  content: "\f0a7f";
}
.mdi-zodiac-capricorn::before {
  content: "\f0a80";
}
.mdi-zodiac-gemini::before {
  content: "\f0a81";
}
.mdi-zodiac-leo::before {
  content: "\f0a82";
}
.mdi-zodiac-libra::before {
  content: "\f0a83";
}
.mdi-zodiac-pisces::before {
  content: "\f0a84";
}
.mdi-zodiac-sagittarius::before {
  content: "\f0a85";
}
.mdi-zodiac-scorpio::before {
  content: "\f0a86";
}
.mdi-zodiac-taurus::before {
  content: "\f0a87";
}
.mdi-zodiac-virgo::before {
  content: "\f0a88";
}
.mdi-blank::before {
  content: "\f68c";
  visibility: hidden;
}
.mdi-18px.mdi-set,
.mdi-18px.mdi:before {
  font-size: 18px;
}
.mdi-24px.mdi-set,
.mdi-24px.mdi:before {
  font-size: 24px;
}
.mdi-36px.mdi-set,
.mdi-36px.mdi:before {
  font-size: 36px;
}
.mdi-48px.mdi-set,
.mdi-48px.mdi:before {
  font-size: 48px;
}
.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}
.mdi-light:before {
  color: white;
}
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}
.mdi-rotate-45 {
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mdi-rotate-90 {
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mdi-rotate-135 {
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mdi-rotate-180 {
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mdi-rotate-225 {
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mdi-rotate-270 {
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mdi-rotate-315 {
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}
@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

/* src/assets/icons/bootstrap/bootstrap-icons.min.css */
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("./media/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("./media/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-123::before {
  content: "\f67f";
}
.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-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";
}
.bi-apple::before {
  content: "\f65b";
}
.bi-microsoft::before {
  content: "\f65d";
}
.bi-windows::before {
  content: "\f65e";
}
.bi-behance::before {
  content: "\f65c";
}
.bi-dribbble::before {
  content: "\f65f";
}
.bi-line::before {
  content: "\f660";
}
.bi-medium::before {
  content: "\f661";
}
.bi-paypal::before {
  content: "\f662";
}
.bi-pinterest::before {
  content: "\f663";
}
.bi-signal::before {
  content: "\f664";
}
.bi-snapchat::before {
  content: "\f665";
}
.bi-spotify::before {
  content: "\f666";
}
.bi-stack-overflow::before {
  content: "\f667";
}
.bi-strava::before {
  content: "\f668";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-vimeo::before {
  content: "\f66a";
}
.bi-activity::before {
  content: "\f66b";
}
.bi-easel2-fill::before {
  content: "\f66c";
}
.bi-easel2::before {
  content: "\f66d";
}
.bi-easel3-fill::before {
  content: "\f66e";
}
.bi-easel3::before {
  content: "\f66f";
}
.bi-fan::before {
  content: "\f670";
}
.bi-fingerprint::before {
  content: "\f671";
}
.bi-graph-down-arrow::before {
  content: "\f672";
}
.bi-graph-up-arrow::before {
  content: "\f673";
}
.bi-hypnotize::before {
  content: "\f674";
}
.bi-magic::before {
  content: "\f675";
}
.bi-person-rolodex::before {
  content: "\f676";
}
.bi-person-video::before {
  content: "\f677";
}
.bi-person-video2::before {
  content: "\f678";
}
.bi-person-video3::before {
  content: "\f679";
}
.bi-person-workspace::before {
  content: "\f67a";
}
.bi-radioactive::before {
  content: "\f67b";
}
.bi-webcam-fill::before {
  content: "\f67c";
}
.bi-webcam::before {
  content: "\f67d";
}
.bi-yin-yang::before {
  content: "\f67e";
}
.bi-bandaid-fill::before {
  content: "\f680";
}
.bi-bandaid::before {
  content: "\f681";
}
.bi-bluetooth::before {
  content: "\f682";
}
.bi-body-text::before {
  content: "\f683";
}
.bi-boombox::before {
  content: "\f684";
}
.bi-boxes::before {
  content: "\f685";
}
.bi-dpad-fill::before {
  content: "\f686";
}
.bi-dpad::before {
  content: "\f687";
}
.bi-ear-fill::before {
  content: "\f688";
}
.bi-ear::before {
  content: "\f689";
}
.bi-envelope-check-fill::before {
  content: "\f68b";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-envelope-dash-fill::before {
  content: "\f68e";
}
.bi-envelope-dash::before {
  content: "\f68f";
}
.bi-envelope-exclamation-fill::before {
  content: "\f691";
}
.bi-envelope-exclamation::before {
  content: "\f692";
}
.bi-envelope-plus-fill::before {
  content: "\f693";
}
.bi-envelope-plus::before {
  content: "\f694";
}
.bi-envelope-slash-fill::before {
  content: "\f696";
}
.bi-envelope-slash::before {
  content: "\f697";
}
.bi-envelope-x-fill::before {
  content: "\f699";
}
.bi-envelope-x::before {
  content: "\f69a";
}
.bi-explicit-fill::before {
  content: "\f69b";
}
.bi-explicit::before {
  content: "\f69c";
}
.bi-git::before {
  content: "\f69d";
}
.bi-infinity::before {
  content: "\f69e";
}
.bi-list-columns-reverse::before {
  content: "\f69f";
}
.bi-list-columns::before {
  content: "\f6a0";
}
.bi-meta::before {
  content: "\f6a1";
}
.bi-nintendo-switch::before {
  content: "\f6a4";
}
.bi-pc-display-horizontal::before {
  content: "\f6a5";
}
.bi-pc-display::before {
  content: "\f6a6";
}
.bi-pc-horizontal::before {
  content: "\f6a7";
}
.bi-pc::before {
  content: "\f6a8";
}
.bi-playstation::before {
  content: "\f6a9";
}
.bi-plus-slash-minus::before {
  content: "\f6aa";
}
.bi-projector-fill::before {
  content: "\f6ab";
}
.bi-projector::before {
  content: "\f6ac";
}
.bi-qr-code-scan::before {
  content: "\f6ad";
}
.bi-qr-code::before {
  content: "\f6ae";
}
.bi-quora::before {
  content: "\f6af";
}
.bi-quote::before {
  content: "\f6b0";
}
.bi-robot::before {
  content: "\f6b1";
}
.bi-send-check-fill::before {
  content: "\f6b2";
}
.bi-send-check::before {
  content: "\f6b3";
}
.bi-send-dash-fill::before {
  content: "\f6b4";
}
.bi-send-dash::before {
  content: "\f6b5";
}
.bi-send-exclamation-fill::before {
  content: "\f6b7";
}
.bi-send-exclamation::before {
  content: "\f6b8";
}
.bi-send-fill::before {
  content: "\f6b9";
}
.bi-send-plus-fill::before {
  content: "\f6ba";
}
.bi-send-plus::before {
  content: "\f6bb";
}
.bi-send-slash-fill::before {
  content: "\f6bc";
}
.bi-send-slash::before {
  content: "\f6bd";
}
.bi-send-x-fill::before {
  content: "\f6be";
}
.bi-send-x::before {
  content: "\f6bf";
}
.bi-send::before {
  content: "\f6c0";
}
.bi-steam::before {
  content: "\f6c1";
}
.bi-terminal-dash::before {
  content: "\f6c3";
}
.bi-terminal-plus::before {
  content: "\f6c4";
}
.bi-terminal-split::before {
  content: "\f6c5";
}
.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}
.bi-ticket-detailed::before {
  content: "\f6c7";
}
.bi-ticket-fill::before {
  content: "\f6c8";
}
.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}
.bi-ticket-perforated::before {
  content: "\f6ca";
}
.bi-ticket::before {
  content: "\f6cb";
}
.bi-tiktok::before {
  content: "\f6cc";
}
.bi-window-dash::before {
  content: "\f6cd";
}
.bi-window-desktop::before {
  content: "\f6ce";
}
.bi-window-fullscreen::before {
  content: "\f6cf";
}
.bi-window-plus::before {
  content: "\f6d0";
}
.bi-window-split::before {
  content: "\f6d1";
}
.bi-window-stack::before {
  content: "\f6d2";
}
.bi-window-x::before {
  content: "\f6d3";
}
.bi-xbox::before {
  content: "\f6d4";
}
.bi-ethernet::before {
  content: "\f6d5";
}
.bi-hdmi-fill::before {
  content: "\f6d6";
}
.bi-hdmi::before {
  content: "\f6d7";
}
.bi-usb-c-fill::before {
  content: "\f6d8";
}
.bi-usb-c::before {
  content: "\f6d9";
}
.bi-usb-fill::before {
  content: "\f6da";
}
.bi-usb-plug-fill::before {
  content: "\f6db";
}
.bi-usb-plug::before {
  content: "\f6dc";
}
.bi-usb-symbol::before {
  content: "\f6dd";
}
.bi-usb::before {
  content: "\f6de";
}
.bi-boombox-fill::before {
  content: "\f6df";
}
.bi-displayport::before {
  content: "\f6e1";
}
.bi-gpu-card::before {
  content: "\f6e2";
}
.bi-memory::before {
  content: "\f6e3";
}
.bi-modem-fill::before {
  content: "\f6e4";
}
.bi-modem::before {
  content: "\f6e5";
}
.bi-motherboard-fill::before {
  content: "\f6e6";
}
.bi-motherboard::before {
  content: "\f6e7";
}
.bi-optical-audio-fill::before {
  content: "\f6e8";
}
.bi-optical-audio::before {
  content: "\f6e9";
}
.bi-pci-card::before {
  content: "\f6ea";
}
.bi-router-fill::before {
  content: "\f6eb";
}
.bi-router::before {
  content: "\f6ec";
}
.bi-thunderbolt-fill::before {
  content: "\f6ef";
}
.bi-thunderbolt::before {
  content: "\f6f0";
}
.bi-usb-drive-fill::before {
  content: "\f6f1";
}
.bi-usb-drive::before {
  content: "\f6f2";
}
.bi-usb-micro-fill::before {
  content: "\f6f3";
}
.bi-usb-micro::before {
  content: "\f6f4";
}
.bi-usb-mini-fill::before {
  content: "\f6f5";
}
.bi-usb-mini::before {
  content: "\f6f6";
}
.bi-cloud-haze2::before {
  content: "\f6f7";
}
.bi-device-hdd-fill::before {
  content: "\f6f8";
}
.bi-device-hdd::before {
  content: "\f6f9";
}
.bi-device-ssd-fill::before {
  content: "\f6fa";
}
.bi-device-ssd::before {
  content: "\f6fb";
}
.bi-displayport-fill::before {
  content: "\f6fc";
}
.bi-mortarboard-fill::before {
  content: "\f6fd";
}
.bi-mortarboard::before {
  content: "\f6fe";
}
.bi-terminal-x::before {
  content: "\f6ff";
}
.bi-arrow-through-heart-fill::before {
  content: "\f700";
}
.bi-arrow-through-heart::before {
  content: "\f701";
}
.bi-badge-sd-fill::before {
  content: "\f702";
}
.bi-badge-sd::before {
  content: "\f703";
}
.bi-bag-heart-fill::before {
  content: "\f704";
}
.bi-bag-heart::before {
  content: "\f705";
}
.bi-balloon-fill::before {
  content: "\f706";
}
.bi-balloon-heart-fill::before {
  content: "\f707";
}
.bi-balloon-heart::before {
  content: "\f708";
}
.bi-balloon::before {
  content: "\f709";
}
.bi-box2-fill::before {
  content: "\f70a";
}
.bi-box2-heart-fill::before {
  content: "\f70b";
}
.bi-box2-heart::before {
  content: "\f70c";
}
.bi-box2::before {
  content: "\f70d";
}
.bi-braces-asterisk::before {
  content: "\f70e";
}
.bi-calendar-heart-fill::before {
  content: "\f70f";
}
.bi-calendar-heart::before {
  content: "\f710";
}
.bi-calendar2-heart-fill::before {
  content: "\f711";
}
.bi-calendar2-heart::before {
  content: "\f712";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-chat-heart::before {
  content: "\f714";
}
.bi-chat-left-heart-fill::before {
  content: "\f715";
}
.bi-chat-left-heart::before {
  content: "\f716";
}
.bi-chat-right-heart-fill::before {
  content: "\f717";
}
.bi-chat-right-heart::before {
  content: "\f718";
}
.bi-chat-square-heart-fill::before {
  content: "\f719";
}
.bi-chat-square-heart::before {
  content: "\f71a";
}
.bi-clipboard-check-fill::before {
  content: "\f71b";
}
.bi-clipboard-data-fill::before {
  content: "\f71c";
}
.bi-clipboard-fill::before {
  content: "\f71d";
}
.bi-clipboard-heart-fill::before {
  content: "\f71e";
}
.bi-clipboard-heart::before {
  content: "\f71f";
}
.bi-clipboard-minus-fill::before {
  content: "\f720";
}
.bi-clipboard-plus-fill::before {
  content: "\f721";
}
.bi-clipboard-pulse::before {
  content: "\f722";
}
.bi-clipboard-x-fill::before {
  content: "\f723";
}
.bi-clipboard2-check-fill::before {
  content: "\f724";
}
.bi-clipboard2-check::before {
  content: "\f725";
}
.bi-clipboard2-data-fill::before {
  content: "\f726";
}
.bi-clipboard2-data::before {
  content: "\f727";
}
.bi-clipboard2-fill::before {
  content: "\f728";
}
.bi-clipboard2-heart-fill::before {
  content: "\f729";
}
.bi-clipboard2-heart::before {
  content: "\f72a";
}
.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}
.bi-clipboard2-minus::before {
  content: "\f72c";
}
.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}
.bi-clipboard2-plus::before {
  content: "\f72e";
}
.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}
.bi-clipboard2-pulse::before {
  content: "\f730";
}
.bi-clipboard2-x-fill::before {
  content: "\f731";
}
.bi-clipboard2-x::before {
  content: "\f732";
}
.bi-clipboard2::before {
  content: "\f733";
}
.bi-emoji-kiss-fill::before {
  content: "\f734";
}
.bi-emoji-kiss::before {
  content: "\f735";
}
.bi-envelope-heart-fill::before {
  content: "\f736";
}
.bi-envelope-heart::before {
  content: "\f737";
}
.bi-envelope-open-heart-fill::before {
  content: "\f738";
}
.bi-envelope-open-heart::before {
  content: "\f739";
}
.bi-envelope-paper-fill::before {
  content: "\f73a";
}
.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}
.bi-envelope-paper-heart::before {
  content: "\f73c";
}
.bi-envelope-paper::before {
  content: "\f73d";
}
.bi-filetype-aac::before {
  content: "\f73e";
}
.bi-filetype-ai::before {
  content: "\f73f";
}
.bi-filetype-bmp::before {
  content: "\f740";
}
.bi-filetype-cs::before {
  content: "\f741";
}
.bi-filetype-css::before {
  content: "\f742";
}
.bi-filetype-csv::before {
  content: "\f743";
}
.bi-filetype-doc::before {
  content: "\f744";
}
.bi-filetype-docx::before {
  content: "\f745";
}
.bi-filetype-exe::before {
  content: "\f746";
}
.bi-filetype-gif::before {
  content: "\f747";
}
.bi-filetype-heic::before {
  content: "\f748";
}
.bi-filetype-html::before {
  content: "\f749";
}
.bi-filetype-java::before {
  content: "\f74a";
}
.bi-filetype-jpg::before {
  content: "\f74b";
}
.bi-filetype-js::before {
  content: "\f74c";
}
.bi-filetype-jsx::before {
  content: "\f74d";
}
.bi-filetype-key::before {
  content: "\f74e";
}
.bi-filetype-m4p::before {
  content: "\f74f";
}
.bi-filetype-md::before {
  content: "\f750";
}
.bi-filetype-mdx::before {
  content: "\f751";
}
.bi-filetype-mov::before {
  content: "\f752";
}
.bi-filetype-mp3::before {
  content: "\f753";
}
.bi-filetype-mp4::before {
  content: "\f754";
}
.bi-filetype-otf::before {
  content: "\f755";
}
.bi-filetype-pdf::before {
  content: "\f756";
}
.bi-filetype-php::before {
  content: "\f757";
}
.bi-filetype-png::before {
  content: "\f758";
}
.bi-filetype-ppt::before {
  content: "\f75a";
}
.bi-filetype-psd::before {
  content: "\f75b";
}
.bi-filetype-py::before {
  content: "\f75c";
}
.bi-filetype-raw::before {
  content: "\f75d";
}
.bi-filetype-rb::before {
  content: "\f75e";
}
.bi-filetype-sass::before {
  content: "\f75f";
}
.bi-filetype-scss::before {
  content: "\f760";
}
.bi-filetype-sh::before {
  content: "\f761";
}
.bi-filetype-svg::before {
  content: "\f762";
}
.bi-filetype-tiff::before {
  content: "\f763";
}
.bi-filetype-tsx::before {
  content: "\f764";
}
.bi-filetype-ttf::before {
  content: "\f765";
}
.bi-filetype-txt::before {
  content: "\f766";
}
.bi-filetype-wav::before {
  content: "\f767";
}
.bi-filetype-woff::before {
  content: "\f768";
}
.bi-filetype-xls::before {
  content: "\f76a";
}
.bi-filetype-xml::before {
  content: "\f76b";
}
.bi-filetype-yml::before {
  content: "\f76c";
}
.bi-heart-arrow::before {
  content: "\f76d";
}
.bi-heart-pulse-fill::before {
  content: "\f76e";
}
.bi-heart-pulse::before {
  content: "\f76f";
}
.bi-heartbreak-fill::before {
  content: "\f770";
}
.bi-heartbreak::before {
  content: "\f771";
}
.bi-hearts::before {
  content: "\f772";
}
.bi-hospital-fill::before {
  content: "\f773";
}
.bi-hospital::before {
  content: "\f774";
}
.bi-house-heart-fill::before {
  content: "\f775";
}
.bi-house-heart::before {
  content: "\f776";
}
.bi-incognito::before {
  content: "\f777";
}
.bi-magnet-fill::before {
  content: "\f778";
}
.bi-magnet::before {
  content: "\f779";
}
.bi-person-heart::before {
  content: "\f77a";
}
.bi-person-hearts::before {
  content: "\f77b";
}
.bi-phone-flip::before {
  content: "\f77c";
}
.bi-plugin::before {
  content: "\f77d";
}
.bi-postage-fill::before {
  content: "\f77e";
}
.bi-postage-heart-fill::before {
  content: "\f77f";
}
.bi-postage-heart::before {
  content: "\f780";
}
.bi-postage::before {
  content: "\f781";
}
.bi-postcard-fill::before {
  content: "\f782";
}
.bi-postcard-heart-fill::before {
  content: "\f783";
}
.bi-postcard-heart::before {
  content: "\f784";
}
.bi-postcard::before {
  content: "\f785";
}
.bi-search-heart-fill::before {
  content: "\f786";
}
.bi-search-heart::before {
  content: "\f787";
}
.bi-sliders2-vertical::before {
  content: "\f788";
}
.bi-sliders2::before {
  content: "\f789";
}
.bi-trash3-fill::before {
  content: "\f78a";
}
.bi-trash3::before {
  content: "\f78b";
}
.bi-valentine::before {
  content: "\f78c";
}
.bi-valentine2::before {
  content: "\f78d";
}
.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}
.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}
.bi-wrench-adjustable::before {
  content: "\f790";
}
.bi-filetype-json::before {
  content: "\f791";
}
.bi-filetype-pptx::before {
  content: "\f792";
}
.bi-filetype-xlsx::before {
  content: "\f793";
}
.bi-1-circle-fill::before {
  content: "\f796";
}
.bi-1-circle::before {
  content: "\f797";
}
.bi-1-square-fill::before {
  content: "\f798";
}
.bi-1-square::before {
  content: "\f799";
}
.bi-2-circle-fill::before {
  content: "\f79c";
}
.bi-2-circle::before {
  content: "\f79d";
}
.bi-2-square-fill::before {
  content: "\f79e";
}
.bi-2-square::before {
  content: "\f79f";
}
.bi-3-circle-fill::before {
  content: "\f7a2";
}
.bi-3-circle::before {
  content: "\f7a3";
}
.bi-3-square-fill::before {
  content: "\f7a4";
}
.bi-3-square::before {
  content: "\f7a5";
}
.bi-4-circle-fill::before {
  content: "\f7a8";
}
.bi-4-circle::before {
  content: "\f7a9";
}
.bi-4-square-fill::before {
  content: "\f7aa";
}
.bi-4-square::before {
  content: "\f7ab";
}
.bi-5-circle-fill::before {
  content: "\f7ae";
}
.bi-5-circle::before {
  content: "\f7af";
}
.bi-5-square-fill::before {
  content: "\f7b0";
}
.bi-5-square::before {
  content: "\f7b1";
}
.bi-6-circle-fill::before {
  content: "\f7b4";
}
.bi-6-circle::before {
  content: "\f7b5";
}
.bi-6-square-fill::before {
  content: "\f7b6";
}
.bi-6-square::before {
  content: "\f7b7";
}
.bi-7-circle-fill::before {
  content: "\f7ba";
}
.bi-7-circle::before {
  content: "\f7bb";
}
.bi-7-square-fill::before {
  content: "\f7bc";
}
.bi-7-square::before {
  content: "\f7bd";
}
.bi-8-circle-fill::before {
  content: "\f7c0";
}
.bi-8-circle::before {
  content: "\f7c1";
}
.bi-8-square-fill::before {
  content: "\f7c2";
}
.bi-8-square::before {
  content: "\f7c3";
}
.bi-9-circle-fill::before {
  content: "\f7c6";
}
.bi-9-circle::before {
  content: "\f7c7";
}
.bi-9-square-fill::before {
  content: "\f7c8";
}
.bi-9-square::before {
  content: "\f7c9";
}
.bi-airplane-engines-fill::before {
  content: "\f7ca";
}
.bi-airplane-engines::before {
  content: "\f7cb";
}
.bi-airplane-fill::before {
  content: "\f7cc";
}
.bi-airplane::before {
  content: "\f7cd";
}
.bi-alexa::before {
  content: "\f7ce";
}
.bi-alipay::before {
  content: "\f7cf";
}
.bi-android::before {
  content: "\f7d0";
}
.bi-android2::before {
  content: "\f7d1";
}
.bi-box-fill::before {
  content: "\f7d2";
}
.bi-box-seam-fill::before {
  content: "\f7d3";
}
.bi-browser-chrome::before {
  content: "\f7d4";
}
.bi-browser-edge::before {
  content: "\f7d5";
}
.bi-browser-firefox::before {
  content: "\f7d6";
}
.bi-browser-safari::before {
  content: "\f7d7";
}
.bi-c-circle-fill::before {
  content: "\f7da";
}
.bi-c-circle::before {
  content: "\f7db";
}
.bi-c-square-fill::before {
  content: "\f7dc";
}
.bi-c-square::before {
  content: "\f7dd";
}
.bi-capsule-pill::before {
  content: "\f7de";
}
.bi-capsule::before {
  content: "\f7df";
}
.bi-car-front-fill::before {
  content: "\f7e0";
}
.bi-car-front::before {
  content: "\f7e1";
}
.bi-cassette-fill::before {
  content: "\f7e2";
}
.bi-cassette::before {
  content: "\f7e3";
}
.bi-cc-circle-fill::before {
  content: "\f7e6";
}
.bi-cc-circle::before {
  content: "\f7e7";
}
.bi-cc-square-fill::before {
  content: "\f7e8";
}
.bi-cc-square::before {
  content: "\f7e9";
}
.bi-cup-hot-fill::before {
  content: "\f7ea";
}
.bi-cup-hot::before {
  content: "\f7eb";
}
.bi-currency-rupee::before {
  content: "\f7ec";
}
.bi-dropbox::before {
  content: "\f7ed";
}
.bi-escape::before {
  content: "\f7ee";
}
.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}
.bi-fast-forward-btn::before {
  content: "\f7f0";
}
.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}
.bi-fast-forward-circle::before {
  content: "\f7f2";
}
.bi-fast-forward-fill::before {
  content: "\f7f3";
}
.bi-fast-forward::before {
  content: "\f7f4";
}
.bi-filetype-sql::before {
  content: "\f7f5";
}
.bi-fire::before {
  content: "\f7f6";
}
.bi-google-play::before {
  content: "\f7f7";
}
.bi-h-circle-fill::before {
  content: "\f7fa";
}
.bi-h-circle::before {
  content: "\f7fb";
}
.bi-h-square-fill::before {
  content: "\f7fc";
}
.bi-h-square::before {
  content: "\f7fd";
}
.bi-indent::before {
  content: "\f7fe";
}
.bi-lungs-fill::before {
  content: "\f7ff";
}
.bi-lungs::before {
  content: "\f800";
}
.bi-microsoft-teams::before {
  content: "\f801";
}
.bi-p-circle-fill::before {
  content: "\f804";
}
.bi-p-circle::before {
  content: "\f805";
}
.bi-p-square-fill::before {
  content: "\f806";
}
.bi-p-square::before {
  content: "\f807";
}
.bi-pass-fill::before {
  content: "\f808";
}
.bi-pass::before {
  content: "\f809";
}
.bi-prescription::before {
  content: "\f80a";
}
.bi-prescription2::before {
  content: "\f80b";
}
.bi-r-circle-fill::before {
  content: "\f80e";
}
.bi-r-circle::before {
  content: "\f80f";
}
.bi-r-square-fill::before {
  content: "\f810";
}
.bi-r-square::before {
  content: "\f811";
}
.bi-repeat-1::before {
  content: "\f812";
}
.bi-repeat::before {
  content: "\f813";
}
.bi-rewind-btn-fill::before {
  content: "\f814";
}
.bi-rewind-btn::before {
  content: "\f815";
}
.bi-rewind-circle-fill::before {
  content: "\f816";
}
.bi-rewind-circle::before {
  content: "\f817";
}
.bi-rewind-fill::before {
  content: "\f818";
}
.bi-rewind::before {
  content: "\f819";
}
.bi-train-freight-front-fill::before {
  content: "\f81a";
}
.bi-train-freight-front::before {
  content: "\f81b";
}
.bi-train-front-fill::before {
  content: "\f81c";
}
.bi-train-front::before {
  content: "\f81d";
}
.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}
.bi-train-lightrail-front::before {
  content: "\f81f";
}
.bi-truck-front-fill::before {
  content: "\f820";
}
.bi-truck-front::before {
  content: "\f821";
}
.bi-ubuntu::before {
  content: "\f822";
}
.bi-unindent::before {
  content: "\f823";
}
.bi-unity::before {
  content: "\f824";
}
.bi-universal-access-circle::before {
  content: "\f825";
}
.bi-universal-access::before {
  content: "\f826";
}
.bi-virus::before {
  content: "\f827";
}
.bi-virus2::before {
  content: "\f828";
}
.bi-wechat::before {
  content: "\f829";
}
.bi-yelp::before {
  content: "\f82a";
}
.bi-sign-stop-fill::before {
  content: "\f82b";
}
.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}
.bi-sign-stop-lights::before {
  content: "\f82d";
}
.bi-sign-stop::before {
  content: "\f82e";
}
.bi-sign-turn-left-fill::before {
  content: "\f82f";
}
.bi-sign-turn-left::before {
  content: "\f830";
}
.bi-sign-turn-right-fill::before {
  content: "\f831";
}
.bi-sign-turn-right::before {
  content: "\f832";
}
.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}
.bi-sign-turn-slight-left::before {
  content: "\f834";
}
.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}
.bi-sign-turn-slight-right::before {
  content: "\f836";
}
.bi-sign-yield-fill::before {
  content: "\f837";
}
.bi-sign-yield::before {
  content: "\f838";
}
.bi-ev-station-fill::before {
  content: "\f839";
}
.bi-ev-station::before {
  content: "\f83a";
}
.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}
.bi-fuel-pump-diesel::before {
  content: "\f83c";
}
.bi-fuel-pump-fill::before {
  content: "\f83d";
}
.bi-fuel-pump::before {
  content: "\f83e";
}
.bi-0-circle-fill::before {
  content: "\f83f";
}
.bi-0-circle::before {
  content: "\f840";
}
.bi-0-square-fill::before {
  content: "\f841";
}
.bi-0-square::before {
  content: "\f842";
}
.bi-rocket-fill::before {
  content: "\f843";
}
.bi-rocket-takeoff-fill::before {
  content: "\f844";
}
.bi-rocket-takeoff::before {
  content: "\f845";
}
.bi-rocket::before {
  content: "\f846";
}
.bi-stripe::before {
  content: "\f847";
}
.bi-subscript::before {
  content: "\f848";
}
.bi-superscript::before {
  content: "\f849";
}
.bi-trello::before {
  content: "\f84a";
}
.bi-envelope-at-fill::before {
  content: "\f84b";
}
.bi-envelope-at::before {
  content: "\f84c";
}
.bi-regex::before {
  content: "\f84d";
}
.bi-text-wrap::before {
  content: "\f84e";
}
.bi-sign-dead-end-fill::before {
  content: "\f84f";
}
.bi-sign-dead-end::before {
  content: "\f850";
}
.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}
.bi-sign-do-not-enter::before {
  content: "\f852";
}
.bi-sign-intersection-fill::before {
  content: "\f853";
}
.bi-sign-intersection-side-fill::before {
  content: "\f854";
}
.bi-sign-intersection-side::before {
  content: "\f855";
}
.bi-sign-intersection-t-fill::before {
  content: "\f856";
}
.bi-sign-intersection-t::before {
  content: "\f857";
}
.bi-sign-intersection-y-fill::before {
  content: "\f858";
}
.bi-sign-intersection-y::before {
  content: "\f859";
}
.bi-sign-intersection::before {
  content: "\f85a";
}
.bi-sign-merge-left-fill::before {
  content: "\f85b";
}
.bi-sign-merge-left::before {
  content: "\f85c";
}
.bi-sign-merge-right-fill::before {
  content: "\f85d";
}
.bi-sign-merge-right::before {
  content: "\f85e";
}
.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}
.bi-sign-no-left-turn::before {
  content: "\f860";
}
.bi-sign-no-parking-fill::before {
  content: "\f861";
}
.bi-sign-no-parking::before {
  content: "\f862";
}
.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}
.bi-sign-no-right-turn::before {
  content: "\f864";
}
.bi-sign-railroad-fill::before {
  content: "\f865";
}
.bi-sign-railroad::before {
  content: "\f866";
}
.bi-building-add::before {
  content: "\f867";
}
.bi-building-check::before {
  content: "\f868";
}
.bi-building-dash::before {
  content: "\f869";
}
.bi-building-down::before {
  content: "\f86a";
}
.bi-building-exclamation::before {
  content: "\f86b";
}
.bi-building-fill-add::before {
  content: "\f86c";
}
.bi-building-fill-check::before {
  content: "\f86d";
}
.bi-building-fill-dash::before {
  content: "\f86e";
}
.bi-building-fill-down::before {
  content: "\f86f";
}
.bi-building-fill-exclamation::before {
  content: "\f870";
}
.bi-building-fill-gear::before {
  content: "\f871";
}
.bi-building-fill-lock::before {
  content: "\f872";
}
.bi-building-fill-slash::before {
  content: "\f873";
}
.bi-building-fill-up::before {
  content: "\f874";
}
.bi-building-fill-x::before {
  content: "\f875";
}
.bi-building-fill::before {
  content: "\f876";
}
.bi-building-gear::before {
  content: "\f877";
}
.bi-building-lock::before {
  content: "\f878";
}
.bi-building-slash::before {
  content: "\f879";
}
.bi-building-up::before {
  content: "\f87a";
}
.bi-building-x::before {
  content: "\f87b";
}
.bi-buildings-fill::before {
  content: "\f87c";
}
.bi-buildings::before {
  content: "\f87d";
}
.bi-bus-front-fill::before {
  content: "\f87e";
}
.bi-bus-front::before {
  content: "\f87f";
}
.bi-ev-front-fill::before {
  content: "\f880";
}
.bi-ev-front::before {
  content: "\f881";
}
.bi-globe-americas::before {
  content: "\f882";
}
.bi-globe-asia-australia::before {
  content: "\f883";
}
.bi-globe-central-south-asia::before {
  content: "\f884";
}
.bi-globe-europe-africa::before {
  content: "\f885";
}
.bi-house-add-fill::before {
  content: "\f886";
}
.bi-house-add::before {
  content: "\f887";
}
.bi-house-check-fill::before {
  content: "\f888";
}
.bi-house-check::before {
  content: "\f889";
}
.bi-house-dash-fill::before {
  content: "\f88a";
}
.bi-house-dash::before {
  content: "\f88b";
}
.bi-house-down-fill::before {
  content: "\f88c";
}
.bi-house-down::before {
  content: "\f88d";
}
.bi-house-exclamation-fill::before {
  content: "\f88e";
}
.bi-house-exclamation::before {
  content: "\f88f";
}
.bi-house-gear-fill::before {
  content: "\f890";
}
.bi-house-gear::before {
  content: "\f891";
}
.bi-house-lock-fill::before {
  content: "\f892";
}
.bi-house-lock::before {
  content: "\f893";
}
.bi-house-slash-fill::before {
  content: "\f894";
}
.bi-house-slash::before {
  content: "\f895";
}
.bi-house-up-fill::before {
  content: "\f896";
}
.bi-house-up::before {
  content: "\f897";
}
.bi-house-x-fill::before {
  content: "\f898";
}
.bi-house-x::before {
  content: "\f899";
}
.bi-person-add::before {
  content: "\f89a";
}
.bi-person-down::before {
  content: "\f89b";
}
.bi-person-exclamation::before {
  content: "\f89c";
}
.bi-person-fill-add::before {
  content: "\f89d";
}
.bi-person-fill-check::before {
  content: "\f89e";
}
.bi-person-fill-dash::before {
  content: "\f89f";
}
.bi-person-fill-down::before {
  content: "\f8a0";
}
.bi-person-fill-exclamation::before {
  content: "\f8a1";
}
.bi-person-fill-gear::before {
  content: "\f8a2";
}
.bi-person-fill-lock::before {
  content: "\f8a3";
}
.bi-person-fill-slash::before {
  content: "\f8a4";
}
.bi-person-fill-up::before {
  content: "\f8a5";
}
.bi-person-fill-x::before {
  content: "\f8a6";
}
.bi-person-gear::before {
  content: "\f8a7";
}
.bi-person-lock::before {
  content: "\f8a8";
}
.bi-person-slash::before {
  content: "\f8a9";
}
.bi-person-up::before {
  content: "\f8aa";
}
.bi-scooter::before {
  content: "\f8ab";
}
.bi-taxi-front-fill::before {
  content: "\f8ac";
}
.bi-taxi-front::before {
  content: "\f8ad";
}
.bi-amd::before {
  content: "\f8ae";
}
.bi-database-add::before {
  content: "\f8af";
}
.bi-database-check::before {
  content: "\f8b0";
}
.bi-database-dash::before {
  content: "\f8b1";
}
.bi-database-down::before {
  content: "\f8b2";
}
.bi-database-exclamation::before {
  content: "\f8b3";
}
.bi-database-fill-add::before {
  content: "\f8b4";
}
.bi-database-fill-check::before {
  content: "\f8b5";
}
.bi-database-fill-dash::before {
  content: "\f8b6";
}
.bi-database-fill-down::before {
  content: "\f8b7";
}
.bi-database-fill-exclamation::before {
  content: "\f8b8";
}
.bi-database-fill-gear::before {
  content: "\f8b9";
}
.bi-database-fill-lock::before {
  content: "\f8ba";
}
.bi-database-fill-slash::before {
  content: "\f8bb";
}
.bi-database-fill-up::before {
  content: "\f8bc";
}
.bi-database-fill-x::before {
  content: "\f8bd";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-database-gear::before {
  content: "\f8bf";
}
.bi-database-lock::before {
  content: "\f8c0";
}
.bi-database-slash::before {
  content: "\f8c1";
}
.bi-database-up::before {
  content: "\f8c2";
}
.bi-database-x::before {
  content: "\f8c3";
}
.bi-database::before {
  content: "\f8c4";
}
.bi-houses-fill::before {
  content: "\f8c5";
}
.bi-houses::before {
  content: "\f8c6";
}
.bi-nvidia::before {
  content: "\f8c7";
}
.bi-person-vcard-fill::before {
  content: "\f8c8";
}
.bi-person-vcard::before {
  content: "\f8c9";
}
.bi-sina-weibo::before {
  content: "\f8ca";
}
.bi-tencent-qq::before {
  content: "\f8cb";
}
.bi-wikipedia::before {
  content: "\f8cc";
}
.bi-alphabet-uppercase::before {
  content: "\f2a5";
}
.bi-alphabet::before {
  content: "\f68a";
}
.bi-amazon::before {
  content: "\f68d";
}
.bi-arrows-collapse-vertical::before {
  content: "\f690";
}
.bi-arrows-expand-vertical::before {
  content: "\f695";
}
.bi-arrows-vertical::before {
  content: "\f698";
}
.bi-arrows::before {
  content: "\f6a2";
}
.bi-ban-fill::before {
  content: "\f6a3";
}
.bi-ban::before {
  content: "\f6b6";
}
.bi-bing::before {
  content: "\f6c2";
}
.bi-cake::before {
  content: "\f6e0";
}
.bi-cake2::before {
  content: "\f6ed";
}
.bi-cookie::before {
  content: "\f6ee";
}
.bi-copy::before {
  content: "\f759";
}
.bi-crosshair::before {
  content: "\f769";
}
.bi-crosshair2::before {
  content: "\f794";
}
.bi-emoji-astonished-fill::before {
  content: "\f795";
}
.bi-emoji-astonished::before {
  content: "\f79a";
}
.bi-emoji-grimace-fill::before {
  content: "\f79b";
}
.bi-emoji-grimace::before {
  content: "\f7a0";
}
.bi-emoji-grin-fill::before {
  content: "\f7a1";
}
.bi-emoji-grin::before {
  content: "\f7a6";
}
.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}
.bi-emoji-surprise::before {
  content: "\f7ac";
}
.bi-emoji-tear-fill::before {
  content: "\f7ad";
}
.bi-emoji-tear::before {
  content: "\f7b2";
}
.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}
.bi-envelope-arrow-down::before {
  content: "\f7b8";
}
.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}
.bi-envelope-arrow-up::before {
  content: "\f7be";
}
.bi-feather::before {
  content: "\f7bf";
}
.bi-feather2::before {
  content: "\f7c4";
}
.bi-floppy-fill::before {
  content: "\f7c5";
}
.bi-floppy::before {
  content: "\f7d8";
}
.bi-floppy2-fill::before {
  content: "\f7d9";
}
.bi-floppy2::before {
  content: "\f7e4";
}
.bi-gitlab::before {
  content: "\f7e5";
}
.bi-highlighter::before {
  content: "\f7f8";
}
.bi-marker-tip::before {
  content: "\f802";
}
.bi-nvme-fill::before {
  content: "\f803";
}
.bi-nvme::before {
  content: "\f80c";
}
.bi-opencollective::before {
  content: "\f80d";
}
.bi-pci-card-network::before {
  content: "\f8cd";
}
.bi-pci-card-sound::before {
  content: "\f8ce";
}
.bi-radar::before {
  content: "\f8cf";
}
.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}
.bi-send-arrow-down::before {
  content: "\f8d1";
}
.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}
.bi-send-arrow-up::before {
  content: "\f8d3";
}
.bi-sim-slash-fill::before {
  content: "\f8d4";
}
.bi-sim-slash::before {
  content: "\f8d5";
}
.bi-sourceforge::before {
  content: "\f8d6";
}
.bi-substack::before {
  content: "\f8d7";
}
.bi-threads-fill::before {
  content: "\f8d8";
}
.bi-threads::before {
  content: "\f8d9";
}
.bi-transparency::before {
  content: "\f8da";
}
.bi-twitter-x::before {
  content: "\f8db";
}
.bi-type-h4::before {
  content: "\f8dc";
}
.bi-type-h5::before {
  content: "\f8dd";
}
.bi-type-h6::before {
  content: "\f8de";
}
.bi-backpack-fill::before {
  content: "\f8df";
}
.bi-backpack::before {
  content: "\f8e0";
}
.bi-backpack2-fill::before {
  content: "\f8e1";
}
.bi-backpack2::before {
  content: "\f8e2";
}
.bi-backpack3-fill::before {
  content: "\f8e3";
}
.bi-backpack3::before {
  content: "\f8e4";
}
.bi-backpack4-fill::before {
  content: "\f8e5";
}
.bi-backpack4::before {
  content: "\f8e6";
}
.bi-brilliance::before {
  content: "\f8e7";
}
.bi-cake-fill::before {
  content: "\f8e8";
}
.bi-cake2-fill::before {
  content: "\f8e9";
}
.bi-duffle-fill::before {
  content: "\f8ea";
}
.bi-duffle::before {
  content: "\f8eb";
}
.bi-exposure::before {
  content: "\f8ec";
}
.bi-gender-neuter::before {
  content: "\f8ed";
}
.bi-highlights::before {
  content: "\f8ee";
}
.bi-luggage-fill::before {
  content: "\f8ef";
}
.bi-luggage::before {
  content: "\f8f0";
}
.bi-mailbox-flag::before {
  content: "\f8f1";
}
.bi-mailbox2-flag::before {
  content: "\f8f2";
}
.bi-noise-reduction::before {
  content: "\f8f3";
}
.bi-passport-fill::before {
  content: "\f8f4";
}
.bi-passport::before {
  content: "\f8f5";
}
.bi-person-arms-up::before {
  content: "\f8f6";
}
.bi-person-raised-hand::before {
  content: "\f8f7";
}
.bi-person-standing-dress::before {
  content: "\f8f8";
}
.bi-person-standing::before {
  content: "\f8f9";
}
.bi-person-walking::before {
  content: "\f8fa";
}
.bi-person-wheelchair::before {
  content: "\f8fb";
}
.bi-shadows::before {
  content: "\f8fc";
}
.bi-suitcase-fill::before {
  content: "\f8fd";
}
.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}
.bi-suitcase-lg::before {
  content: "\f8ff";
}
.bi-suitcase::before {
  content: "\f900";
}
.bi-suitcase2-fill::before {
  content: "\f901";
}
.bi-suitcase2::before {
  content: "\f902";
}
.bi-vignette::before {
  content: "\f903";
}

/* src/assets/icons/remix/fonts/remixicon.css */
@font-face {
  font-family: "remixicon";
  src: url("./media/remixicon.eot?t=1718271040674");
  src:
    url("./media/remixicon.eot?t=1718271040674#iefix") format("embedded-opentype"),
    url("./media/remixicon.woff2?t=1718271040674") format("woff2"),
    url("./media/remixicon.woff?t=1718271040674") format("woff"),
    url("./media/remixicon.ttf?t=1718271040674") format("truetype"),
    url("./media/remixicon.svg?t=1718271040674#remixicon") format("svg");
  font-display: swap;
}
[class^=ri-],
[class*=" ri-"] {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}
.ri-xxs {
  font-size: .5em;
}
.ri-xs {
  font-size: .75em;
}
.ri-sm {
  font-size: .875em;
}
.ri-1x {
  font-size: 1em;
}
.ri-2x {
  font-size: 2em;
}
.ri-3x {
  font-size: 3em;
}
.ri-4x {
  font-size: 4em;
}
.ri-5x {
  font-size: 5em;
}
.ri-6x {
  font-size: 6em;
}
.ri-7x {
  font-size: 7em;
}
.ri-8x {
  font-size: 8em;
}
.ri-9x {
  font-size: 9em;
}
.ri-10x {
  font-size: 10em;
}
.ri-fw {
  text-align: center;
  width: 1.25em;
}
.ri-24-hours-fill:before {
  content: "\ea01";
}
.ri-24-hours-line:before {
  content: "\ea02";
}
.ri-4k-fill:before {
  content: "\ea03";
}
.ri-4k-line:before {
  content: "\ea04";
}
.ri-a-b:before {
  content: "\ea05";
}
.ri-account-box-fill:before {
  content: "\ea06";
}
.ri-account-box-line:before {
  content: "\ea07";
}
.ri-account-circle-fill:before {
  content: "\ea08";
}
.ri-account-circle-line:before {
  content: "\ea09";
}
.ri-account-pin-box-fill:before {
  content: "\ea0a";
}
.ri-account-pin-box-line:before {
  content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
  content: "\ea0c";
}
.ri-account-pin-circle-line:before {
  content: "\ea0d";
}
.ri-add-box-fill:before {
  content: "\ea0e";
}
.ri-add-box-line:before {
  content: "\ea0f";
}
.ri-add-circle-fill:before {
  content: "\ea10";
}
.ri-add-circle-line:before {
  content: "\ea11";
}
.ri-add-fill:before {
  content: "\ea12";
}
.ri-add-line:before {
  content: "\ea13";
}
.ri-admin-fill:before {
  content: "\ea14";
}
.ri-admin-line:before {
  content: "\ea15";
}
.ri-advertisement-fill:before {
  content: "\ea16";
}
.ri-advertisement-line:before {
  content: "\ea17";
}
.ri-airplay-fill:before {
  content: "\ea18";
}
.ri-airplay-line:before {
  content: "\ea19";
}
.ri-alarm-fill:before {
  content: "\ea1a";
}
.ri-alarm-line:before {
  content: "\ea1b";
}
.ri-alarm-warning-fill:before {
  content: "\ea1c";
}
.ri-alarm-warning-line:before {
  content: "\ea1d";
}
.ri-album-fill:before {
  content: "\ea1e";
}
.ri-album-line:before {
  content: "\ea1f";
}
.ri-alert-fill:before {
  content: "\ea20";
}
.ri-alert-line:before {
  content: "\ea21";
}
.ri-aliens-fill:before {
  content: "\ea22";
}
.ri-aliens-line:before {
  content: "\ea23";
}
.ri-align-bottom:before {
  content: "\ea24";
}
.ri-align-center:before {
  content: "\ea25";
}
.ri-align-justify:before {
  content: "\ea26";
}
.ri-align-left:before {
  content: "\ea27";
}
.ri-align-right:before {
  content: "\ea28";
}
.ri-align-top:before {
  content: "\ea29";
}
.ri-align-vertically:before {
  content: "\ea2a";
}
.ri-alipay-fill:before {
  content: "\ea2b";
}
.ri-alipay-line:before {
  content: "\ea2c";
}
.ri-amazon-fill:before {
  content: "\ea2d";
}
.ri-amazon-line:before {
  content: "\ea2e";
}
.ri-anchor-fill:before {
  content: "\ea2f";
}
.ri-anchor-line:before {
  content: "\ea30";
}
.ri-ancient-gate-fill:before {
  content: "\ea31";
}
.ri-ancient-gate-line:before {
  content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
  content: "\ea33";
}
.ri-ancient-pavilion-line:before {
  content: "\ea34";
}
.ri-android-fill:before {
  content: "\ea35";
}
.ri-android-line:before {
  content: "\ea36";
}
.ri-angularjs-fill:before {
  content: "\ea37";
}
.ri-angularjs-line:before {
  content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
  content: "\ea39";
}
.ri-anticlockwise-2-line:before {
  content: "\ea3a";
}
.ri-anticlockwise-fill:before {
  content: "\ea3b";
}
.ri-anticlockwise-line:before {
  content: "\ea3c";
}
.ri-app-store-fill:before {
  content: "\ea3d";
}
.ri-app-store-line:before {
  content: "\ea3e";
}
.ri-apple-fill:before {
  content: "\ea3f";
}
.ri-apple-line:before {
  content: "\ea40";
}
.ri-apps-2-fill:before {
  content: "\ea41";
}
.ri-apps-2-line:before {
  content: "\ea42";
}
.ri-apps-fill:before {
  content: "\ea43";
}
.ri-apps-line:before {
  content: "\ea44";
}
.ri-archive-drawer-fill:before {
  content: "\ea45";
}
.ri-archive-drawer-line:before {
  content: "\ea46";
}
.ri-archive-fill:before {
  content: "\ea47";
}
.ri-archive-line:before {
  content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
  content: "\ea49";
}
.ri-arrow-down-circle-line:before {
  content: "\ea4a";
}
.ri-arrow-down-fill:before {
  content: "\ea4b";
}
.ri-arrow-down-line:before {
  content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
  content: "\ea4d";
}
.ri-arrow-down-s-line:before {
  content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
  content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
  content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
  content: "\ea51";
}
.ri-arrow-drop-left-line:before {
  content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
  content: "\ea53";
}
.ri-arrow-drop-right-line:before {
  content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
  content: "\ea55";
}
.ri-arrow-drop-up-line:before {
  content: "\ea56";
}
.ri-arrow-go-back-fill:before {
  content: "\ea57";
}
.ri-arrow-go-back-line:before {
  content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
  content: "\ea59";
}
.ri-arrow-go-forward-line:before {
  content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
  content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
  content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
  content: "\ea5d";
}
.ri-arrow-left-down-line:before {
  content: "\ea5e";
}
.ri-arrow-left-fill:before {
  content: "\ea5f";
}
.ri-arrow-left-line:before {
  content: "\ea60";
}
.ri-arrow-left-right-fill:before {
  content: "\ea61";
}
.ri-arrow-left-right-line:before {
  content: "\ea62";
}
.ri-arrow-left-s-fill:before {
  content: "\ea63";
}
.ri-arrow-left-s-line:before {
  content: "\ea64";
}
.ri-arrow-left-up-fill:before {
  content: "\ea65";
}
.ri-arrow-left-up-line:before {
  content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
  content: "\ea67";
}
.ri-arrow-right-circle-line:before {
  content: "\ea68";
}
.ri-arrow-right-down-fill:before {
  content: "\ea69";
}
.ri-arrow-right-down-line:before {
  content: "\ea6a";
}
.ri-arrow-right-fill:before {
  content: "\ea6b";
}
.ri-arrow-right-line:before {
  content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
  content: "\ea6d";
}
.ri-arrow-right-s-line:before {
  content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
  content: "\ea6f";
}
.ri-arrow-right-up-line:before {
  content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
  content: "\ea71";
}
.ri-arrow-up-circle-line:before {
  content: "\ea72";
}
.ri-arrow-up-down-fill:before {
  content: "\ea73";
}
.ri-arrow-up-down-line:before {
  content: "\ea74";
}
.ri-arrow-up-fill:before {
  content: "\ea75";
}
.ri-arrow-up-line:before {
  content: "\ea76";
}
.ri-arrow-up-s-fill:before {
  content: "\ea77";
}
.ri-arrow-up-s-line:before {
  content: "\ea78";
}
.ri-artboard-2-fill:before {
  content: "\ea79";
}
.ri-artboard-2-line:before {
  content: "\ea7a";
}
.ri-artboard-fill:before {
  content: "\ea7b";
}
.ri-artboard-line:before {
  content: "\ea7c";
}
.ri-article-fill:before {
  content: "\ea7d";
}
.ri-article-line:before {
  content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
  content: "\ea7f";
}
.ri-aspect-ratio-line:before {
  content: "\ea80";
}
.ri-asterisk:before {
  content: "\ea81";
}
.ri-at-fill:before {
  content: "\ea82";
}
.ri-at-line:before {
  content: "\ea83";
}
.ri-attachment-2:before {
  content: "\ea84";
}
.ri-attachment-fill:before {
  content: "\ea85";
}
.ri-attachment-line:before {
  content: "\ea86";
}
.ri-auction-fill:before {
  content: "\ea87";
}
.ri-auction-line:before {
  content: "\ea88";
}
.ri-award-fill:before {
  content: "\ea89";
}
.ri-award-line:before {
  content: "\ea8a";
}
.ri-baidu-fill:before {
  content: "\ea8b";
}
.ri-baidu-line:before {
  content: "\ea8c";
}
.ri-ball-pen-fill:before {
  content: "\ea8d";
}
.ri-ball-pen-line:before {
  content: "\ea8e";
}
.ri-bank-card-2-fill:before {
  content: "\ea8f";
}
.ri-bank-card-2-line:before {
  content: "\ea90";
}
.ri-bank-card-fill:before {
  content: "\ea91";
}
.ri-bank-card-line:before {
  content: "\ea92";
}
.ri-bank-fill:before {
  content: "\ea93";
}
.ri-bank-line:before {
  content: "\ea94";
}
.ri-bar-chart-2-fill:before {
  content: "\ea95";
}
.ri-bar-chart-2-line:before {
  content: "\ea96";
}
.ri-bar-chart-box-fill:before {
  content: "\ea97";
}
.ri-bar-chart-box-line:before {
  content: "\ea98";
}
.ri-bar-chart-fill:before {
  content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
  content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
  content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
  content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
  content: "\ea9d";
}
.ri-bar-chart-line:before {
  content: "\ea9e";
}
.ri-barcode-box-fill:before {
  content: "\ea9f";
}
.ri-barcode-box-line:before {
  content: "\eaa0";
}
.ri-barcode-fill:before {
  content: "\eaa1";
}
.ri-barcode-line:before {
  content: "\eaa2";
}
.ri-barricade-fill:before {
  content: "\eaa3";
}
.ri-barricade-line:before {
  content: "\eaa4";
}
.ri-base-station-fill:before {
  content: "\eaa5";
}
.ri-base-station-line:before {
  content: "\eaa6";
}
.ri-basketball-fill:before {
  content: "\eaa7";
}
.ri-basketball-line:before {
  content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
  content: "\eaa9";
}
.ri-battery-2-charge-line:before {
  content: "\eaaa";
}
.ri-battery-2-fill:before {
  content: "\eaab";
}
.ri-battery-2-line:before {
  content: "\eaac";
}
.ri-battery-charge-fill:before {
  content: "\eaad";
}
.ri-battery-charge-line:before {
  content: "\eaae";
}
.ri-battery-fill:before {
  content: "\eaaf";
}
.ri-battery-line:before {
  content: "\eab0";
}
.ri-battery-low-fill:before {
  content: "\eab1";
}
.ri-battery-low-line:before {
  content: "\eab2";
}
.ri-battery-saver-fill:before {
  content: "\eab3";
}
.ri-battery-saver-line:before {
  content: "\eab4";
}
.ri-battery-share-fill:before {
  content: "\eab5";
}
.ri-battery-share-line:before {
  content: "\eab6";
}
.ri-bear-smile-fill:before {
  content: "\eab7";
}
.ri-bear-smile-line:before {
  content: "\eab8";
}
.ri-behance-fill:before {
  content: "\eab9";
}
.ri-behance-line:before {
  content: "\eaba";
}
.ri-bell-fill:before {
  content: "\eabb";
}
.ri-bell-line:before {
  content: "\eabc";
}
.ri-bike-fill:before {
  content: "\eabd";
}
.ri-bike-line:before {
  content: "\eabe";
}
.ri-bilibili-fill:before {
  content: "\eabf";
}
.ri-bilibili-line:before {
  content: "\eac0";
}
.ri-bill-fill:before {
  content: "\eac1";
}
.ri-bill-line:before {
  content: "\eac2";
}
.ri-billiards-fill:before {
  content: "\eac3";
}
.ri-billiards-line:before {
  content: "\eac4";
}
.ri-bit-coin-fill:before {
  content: "\eac5";
}
.ri-bit-coin-line:before {
  content: "\eac6";
}
.ri-blaze-fill:before {
  content: "\eac7";
}
.ri-blaze-line:before {
  content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
  content: "\eac9";
}
.ri-bluetooth-connect-line:before {
  content: "\eaca";
}
.ri-bluetooth-fill:before {
  content: "\eacb";
}
.ri-bluetooth-line:before {
  content: "\eacc";
}
.ri-blur-off-fill:before {
  content: "\eacd";
}
.ri-blur-off-line:before {
  content: "\eace";
}
.ri-body-scan-fill:before {
  content: "\eacf";
}
.ri-body-scan-line:before {
  content: "\ead0";
}
.ri-bold:before {
  content: "\ead1";
}
.ri-book-2-fill:before {
  content: "\ead2";
}
.ri-book-2-line:before {
  content: "\ead3";
}
.ri-book-3-fill:before {
  content: "\ead4";
}
.ri-book-3-line:before {
  content: "\ead5";
}
.ri-book-fill:before {
  content: "\ead6";
}
.ri-book-line:before {
  content: "\ead7";
}
.ri-book-marked-fill:before {
  content: "\ead8";
}
.ri-book-marked-line:before {
  content: "\ead9";
}
.ri-book-open-fill:before {
  content: "\eada";
}
.ri-book-open-line:before {
  content: "\eadb";
}
.ri-book-read-fill:before {
  content: "\eadc";
}
.ri-book-read-line:before {
  content: "\eadd";
}
.ri-booklet-fill:before {
  content: "\eade";
}
.ri-booklet-line:before {
  content: "\eadf";
}
.ri-bookmark-2-fill:before {
  content: "\eae0";
}
.ri-bookmark-2-line:before {
  content: "\eae1";
}
.ri-bookmark-3-fill:before {
  content: "\eae2";
}
.ri-bookmark-3-line:before {
  content: "\eae3";
}
.ri-bookmark-fill:before {
  content: "\eae4";
}
.ri-bookmark-line:before {
  content: "\eae5";
}
.ri-boxing-fill:before {
  content: "\eae6";
}
.ri-boxing-line:before {
  content: "\eae7";
}
.ri-braces-fill:before {
  content: "\eae8";
}
.ri-braces-line:before {
  content: "\eae9";
}
.ri-brackets-fill:before {
  content: "\eaea";
}
.ri-brackets-line:before {
  content: "\eaeb";
}
.ri-briefcase-2-fill:before {
  content: "\eaec";
}
.ri-briefcase-2-line:before {
  content: "\eaed";
}
.ri-briefcase-3-fill:before {
  content: "\eaee";
}
.ri-briefcase-3-line:before {
  content: "\eaef";
}
.ri-briefcase-4-fill:before {
  content: "\eaf0";
}
.ri-briefcase-4-line:before {
  content: "\eaf1";
}
.ri-briefcase-5-fill:before {
  content: "\eaf2";
}
.ri-briefcase-5-line:before {
  content: "\eaf3";
}
.ri-briefcase-fill:before {
  content: "\eaf4";
}
.ri-briefcase-line:before {
  content: "\eaf5";
}
.ri-bring-forward:before {
  content: "\eaf6";
}
.ri-bring-to-front:before {
  content: "\eaf7";
}
.ri-broadcast-fill:before {
  content: "\eaf8";
}
.ri-broadcast-line:before {
  content: "\eaf9";
}
.ri-brush-2-fill:before {
  content: "\eafa";
}
.ri-brush-2-line:before {
  content: "\eafb";
}
.ri-brush-3-fill:before {
  content: "\eafc";
}
.ri-brush-3-line:before {
  content: "\eafd";
}
.ri-brush-4-fill:before {
  content: "\eafe";
}
.ri-brush-4-line:before {
  content: "\eaff";
}
.ri-brush-fill:before {
  content: "\eb00";
}
.ri-brush-line:before {
  content: "\eb01";
}
.ri-bubble-chart-fill:before {
  content: "\eb02";
}
.ri-bubble-chart-line:before {
  content: "\eb03";
}
.ri-bug-2-fill:before {
  content: "\eb04";
}
.ri-bug-2-line:before {
  content: "\eb05";
}
.ri-bug-fill:before {
  content: "\eb06";
}
.ri-bug-line:before {
  content: "\eb07";
}
.ri-building-2-fill:before {
  content: "\eb08";
}
.ri-building-2-line:before {
  content: "\eb09";
}
.ri-building-3-fill:before {
  content: "\eb0a";
}
.ri-building-3-line:before {
  content: "\eb0b";
}
.ri-building-4-fill:before {
  content: "\eb0c";
}
.ri-building-4-line:before {
  content: "\eb0d";
}
.ri-building-fill:before {
  content: "\eb0e";
}
.ri-building-line:before {
  content: "\eb0f";
}
.ri-bus-2-fill:before {
  content: "\eb10";
}
.ri-bus-2-line:before {
  content: "\eb11";
}
.ri-bus-fill:before {
  content: "\eb12";
}
.ri-bus-line:before {
  content: "\eb13";
}
.ri-bus-wifi-fill:before {
  content: "\eb14";
}
.ri-bus-wifi-line:before {
  content: "\eb15";
}
.ri-cactus-fill:before {
  content: "\eb16";
}
.ri-cactus-line:before {
  content: "\eb17";
}
.ri-cake-2-fill:before {
  content: "\eb18";
}
.ri-cake-2-line:before {
  content: "\eb19";
}
.ri-cake-3-fill:before {
  content: "\eb1a";
}
.ri-cake-3-line:before {
  content: "\eb1b";
}
.ri-cake-fill:before {
  content: "\eb1c";
}
.ri-cake-line:before {
  content: "\eb1d";
}
.ri-calculator-fill:before {
  content: "\eb1e";
}
.ri-calculator-line:before {
  content: "\eb1f";
}
.ri-calendar-2-fill:before {
  content: "\eb20";
}
.ri-calendar-2-line:before {
  content: "\eb21";
}
.ri-calendar-check-fill:before {
  content: "\eb22";
}
.ri-calendar-check-line:before {
  content: "\eb23";
}
.ri-calendar-event-fill:before {
  content: "\eb24";
}
.ri-calendar-event-line:before {
  content: "\eb25";
}
.ri-calendar-fill:before {
  content: "\eb26";
}
.ri-calendar-line:before {
  content: "\eb27";
}
.ri-calendar-todo-fill:before {
  content: "\eb28";
}
.ri-calendar-todo-line:before {
  content: "\eb29";
}
.ri-camera-2-fill:before {
  content: "\eb2a";
}
.ri-camera-2-line:before {
  content: "\eb2b";
}
.ri-camera-3-fill:before {
  content: "\eb2c";
}
.ri-camera-3-line:before {
  content: "\eb2d";
}
.ri-camera-fill:before {
  content: "\eb2e";
}
.ri-camera-lens-fill:before {
  content: "\eb2f";
}
.ri-camera-lens-line:before {
  content: "\eb30";
}
.ri-camera-line:before {
  content: "\eb31";
}
.ri-camera-off-fill:before {
  content: "\eb32";
}
.ri-camera-off-line:before {
  content: "\eb33";
}
.ri-camera-switch-fill:before {
  content: "\eb34";
}
.ri-camera-switch-line:before {
  content: "\eb35";
}
.ri-capsule-fill:before {
  content: "\eb36";
}
.ri-capsule-line:before {
  content: "\eb37";
}
.ri-car-fill:before {
  content: "\eb38";
}
.ri-car-line:before {
  content: "\eb39";
}
.ri-car-washing-fill:before {
  content: "\eb3a";
}
.ri-car-washing-line:before {
  content: "\eb3b";
}
.ri-caravan-fill:before {
  content: "\eb3c";
}
.ri-caravan-line:before {
  content: "\eb3d";
}
.ri-cast-fill:before {
  content: "\eb3e";
}
.ri-cast-line:before {
  content: "\eb3f";
}
.ri-cellphone-fill:before {
  content: "\eb40";
}
.ri-cellphone-line:before {
  content: "\eb41";
}
.ri-celsius-fill:before {
  content: "\eb42";
}
.ri-celsius-line:before {
  content: "\eb43";
}
.ri-centos-fill:before {
  content: "\eb44";
}
.ri-centos-line:before {
  content: "\eb45";
}
.ri-character-recognition-fill:before {
  content: "\eb46";
}
.ri-character-recognition-line:before {
  content: "\eb47";
}
.ri-charging-pile-2-fill:before {
  content: "\eb48";
}
.ri-charging-pile-2-line:before {
  content: "\eb49";
}
.ri-charging-pile-fill:before {
  content: "\eb4a";
}
.ri-charging-pile-line:before {
  content: "\eb4b";
}
.ri-chat-1-fill:before {
  content: "\eb4c";
}
.ri-chat-1-line:before {
  content: "\eb4d";
}
.ri-chat-2-fill:before {
  content: "\eb4e";
}
.ri-chat-2-line:before {
  content: "\eb4f";
}
.ri-chat-3-fill:before {
  content: "\eb50";
}
.ri-chat-3-line:before {
  content: "\eb51";
}
.ri-chat-4-fill:before {
  content: "\eb52";
}
.ri-chat-4-line:before {
  content: "\eb53";
}
.ri-chat-check-fill:before {
  content: "\eb54";
}
.ri-chat-check-line:before {
  content: "\eb55";
}
.ri-chat-delete-fill:before {
  content: "\eb56";
}
.ri-chat-delete-line:before {
  content: "\eb57";
}
.ri-chat-download-fill:before {
  content: "\eb58";
}
.ri-chat-download-line:before {
  content: "\eb59";
}
.ri-chat-follow-up-fill:before {
  content: "\eb5a";
}
.ri-chat-follow-up-line:before {
  content: "\eb5b";
}
.ri-chat-forward-fill:before {
  content: "\eb5c";
}
.ri-chat-forward-line:before {
  content: "\eb5d";
}
.ri-chat-heart-fill:before {
  content: "\eb5e";
}
.ri-chat-heart-line:before {
  content: "\eb5f";
}
.ri-chat-history-fill:before {
  content: "\eb60";
}
.ri-chat-history-line:before {
  content: "\eb61";
}
.ri-chat-new-fill:before {
  content: "\eb62";
}
.ri-chat-new-line:before {
  content: "\eb63";
}
.ri-chat-off-fill:before {
  content: "\eb64";
}
.ri-chat-off-line:before {
  content: "\eb65";
}
.ri-chat-poll-fill:before {
  content: "\eb66";
}
.ri-chat-poll-line:before {
  content: "\eb67";
}
.ri-chat-private-fill:before {
  content: "\eb68";
}
.ri-chat-private-line:before {
  content: "\eb69";
}
.ri-chat-quote-fill:before {
  content: "\eb6a";
}
.ri-chat-quote-line:before {
  content: "\eb6b";
}
.ri-chat-settings-fill:before {
  content: "\eb6c";
}
.ri-chat-settings-line:before {
  content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
  content: "\eb6e";
}
.ri-chat-smile-2-line:before {
  content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
  content: "\eb70";
}
.ri-chat-smile-3-line:before {
  content: "\eb71";
}
.ri-chat-smile-fill:before {
  content: "\eb72";
}
.ri-chat-smile-line:before {
  content: "\eb73";
}
.ri-chat-upload-fill:before {
  content: "\eb74";
}
.ri-chat-upload-line:before {
  content: "\eb75";
}
.ri-chat-voice-fill:before {
  content: "\eb76";
}
.ri-chat-voice-line:before {
  content: "\eb77";
}
.ri-check-double-fill:before {
  content: "\eb78";
}
.ri-check-double-line:before {
  content: "\eb79";
}
.ri-check-fill:before {
  content: "\eb7a";
}
.ri-check-line:before {
  content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
  content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
  content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
  content: "\eb7e";
}
.ri-checkbox-blank-line:before {
  content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
  content: "\eb80";
}
.ri-checkbox-circle-line:before {
  content: "\eb81";
}
.ri-checkbox-fill:before {
  content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
  content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
  content: "\eb84";
}
.ri-checkbox-line:before {
  content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
  content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
  content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
  content: "\eb88";
}
.ri-checkbox-multiple-line:before {
  content: "\eb89";
}
.ri-china-railway-fill:before {
  content: "\eb8a";
}
.ri-china-railway-line:before {
  content: "\eb8b";
}
.ri-chrome-fill:before {
  content: "\eb8c";
}
.ri-chrome-line:before {
  content: "\eb8d";
}
.ri-clapperboard-fill:before {
  content: "\eb8e";
}
.ri-clapperboard-line:before {
  content: "\eb8f";
}
.ri-clipboard-fill:before {
  content: "\eb90";
}
.ri-clipboard-line:before {
  content: "\eb91";
}
.ri-clockwise-2-fill:before {
  content: "\eb92";
}
.ri-clockwise-2-line:before {
  content: "\eb93";
}
.ri-clockwise-fill:before {
  content: "\eb94";
}
.ri-clockwise-line:before {
  content: "\eb95";
}
.ri-close-circle-fill:before {
  content: "\eb96";
}
.ri-close-circle-line:before {
  content: "\eb97";
}
.ri-close-fill:before {
  content: "\eb98";
}
.ri-close-line:before {
  content: "\eb99";
}
.ri-closed-captioning-fill:before {
  content: "\eb9a";
}
.ri-closed-captioning-line:before {
  content: "\eb9b";
}
.ri-cloud-fill:before {
  content: "\eb9c";
}
.ri-cloud-line:before {
  content: "\eb9d";
}
.ri-cloud-off-fill:before {
  content: "\eb9e";
}
.ri-cloud-off-line:before {
  content: "\eb9f";
}
.ri-cloud-windy-fill:before {
  content: "\eba0";
}
.ri-cloud-windy-line:before {
  content: "\eba1";
}
.ri-cloudy-2-fill:before {
  content: "\eba2";
}
.ri-cloudy-2-line:before {
  content: "\eba3";
}
.ri-cloudy-fill:before {
  content: "\eba4";
}
.ri-cloudy-line:before {
  content: "\eba5";
}
.ri-code-box-fill:before {
  content: "\eba6";
}
.ri-code-box-line:before {
  content: "\eba7";
}
.ri-code-fill:before {
  content: "\eba8";
}
.ri-code-line:before {
  content: "\eba9";
}
.ri-code-s-fill:before {
  content: "\ebaa";
}
.ri-code-s-line:before {
  content: "\ebab";
}
.ri-code-s-slash-fill:before {
  content: "\ebac";
}
.ri-code-s-slash-line:before {
  content: "\ebad";
}
.ri-code-view:before {
  content: "\ebae";
}
.ri-codepen-fill:before {
  content: "\ebaf";
}
.ri-codepen-line:before {
  content: "\ebb0";
}
.ri-coin-fill:before {
  content: "\ebb1";
}
.ri-coin-line:before {
  content: "\ebb2";
}
.ri-coins-fill:before {
  content: "\ebb3";
}
.ri-coins-line:before {
  content: "\ebb4";
}
.ri-collage-fill:before {
  content: "\ebb5";
}
.ri-collage-line:before {
  content: "\ebb6";
}
.ri-command-fill:before {
  content: "\ebb7";
}
.ri-command-line:before {
  content: "\ebb8";
}
.ri-community-fill:before {
  content: "\ebb9";
}
.ri-community-line:before {
  content: "\ebba";
}
.ri-compass-2-fill:before {
  content: "\ebbb";
}
.ri-compass-2-line:before {
  content: "\ebbc";
}
.ri-compass-3-fill:before {
  content: "\ebbd";
}
.ri-compass-3-line:before {
  content: "\ebbe";
}
.ri-compass-4-fill:before {
  content: "\ebbf";
}
.ri-compass-4-line:before {
  content: "\ebc0";
}
.ri-compass-discover-fill:before {
  content: "\ebc1";
}
.ri-compass-discover-line:before {
  content: "\ebc2";
}
.ri-compass-fill:before {
  content: "\ebc3";
}
.ri-compass-line:before {
  content: "\ebc4";
}
.ri-compasses-2-fill:before {
  content: "\ebc5";
}
.ri-compasses-2-line:before {
  content: "\ebc6";
}
.ri-compasses-fill:before {
  content: "\ebc7";
}
.ri-compasses-line:before {
  content: "\ebc8";
}
.ri-computer-fill:before {
  content: "\ebc9";
}
.ri-computer-line:before {
  content: "\ebca";
}
.ri-contacts-book-2-fill:before {
  content: "\ebcb";
}
.ri-contacts-book-2-line:before {
  content: "\ebcc";
}
.ri-contacts-book-fill:before {
  content: "\ebcd";
}
.ri-contacts-book-line:before {
  content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
  content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
  content: "\ebd0";
}
.ri-contacts-fill:before {
  content: "\ebd1";
}
.ri-contacts-line:before {
  content: "\ebd2";
}
.ri-contrast-2-fill:before {
  content: "\ebd3";
}
.ri-contrast-2-line:before {
  content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
  content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
  content: "\ebd6";
}
.ri-contrast-drop-fill:before {
  content: "\ebd7";
}
.ri-contrast-drop-line:before {
  content: "\ebd8";
}
.ri-contrast-fill:before {
  content: "\ebd9";
}
.ri-contrast-line:before {
  content: "\ebda";
}
.ri-copper-coin-fill:before {
  content: "\ebdb";
}
.ri-copper-coin-line:before {
  content: "\ebdc";
}
.ri-copper-diamond-fill:before {
  content: "\ebdd";
}
.ri-copper-diamond-line:before {
  content: "\ebde";
}
.ri-copyleft-fill:before {
  content: "\ebdf";
}
.ri-copyleft-line:before {
  content: "\ebe0";
}
.ri-copyright-fill:before {
  content: "\ebe1";
}
.ri-copyright-line:before {
  content: "\ebe2";
}
.ri-coreos-fill:before {
  content: "\ebe3";
}
.ri-coreos-line:before {
  content: "\ebe4";
}
.ri-coupon-2-fill:before {
  content: "\ebe5";
}
.ri-coupon-2-line:before {
  content: "\ebe6";
}
.ri-coupon-3-fill:before {
  content: "\ebe7";
}
.ri-coupon-3-line:before {
  content: "\ebe8";
}
.ri-coupon-4-fill:before {
  content: "\ebe9";
}
.ri-coupon-4-line:before {
  content: "\ebea";
}
.ri-coupon-5-fill:before {
  content: "\ebeb";
}
.ri-coupon-5-line:before {
  content: "\ebec";
}
.ri-coupon-fill:before {
  content: "\ebed";
}
.ri-coupon-line:before {
  content: "\ebee";
}
.ri-cpu-fill:before {
  content: "\ebef";
}
.ri-cpu-line:before {
  content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
  content: "\ebf1";
}
.ri-creative-commons-by-line:before {
  content: "\ebf2";
}
.ri-creative-commons-fill:before {
  content: "\ebf3";
}
.ri-creative-commons-line:before {
  content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
  content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
  content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
  content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
  content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
  content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
  content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
  content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
  content: "\ebfc";
}
.ri-criminal-fill:before {
  content: "\ebfd";
}
.ri-criminal-line:before {
  content: "\ebfe";
}
.ri-crop-2-fill:before {
  content: "\ebff";
}
.ri-crop-2-line:before {
  content: "\ec00";
}
.ri-crop-fill:before {
  content: "\ec01";
}
.ri-crop-line:before {
  content: "\ec02";
}
.ri-css3-fill:before {
  content: "\ec03";
}
.ri-css3-line:before {
  content: "\ec04";
}
.ri-cup-fill:before {
  content: "\ec05";
}
.ri-cup-line:before {
  content: "\ec06";
}
.ri-currency-fill:before {
  content: "\ec07";
}
.ri-currency-line:before {
  content: "\ec08";
}
.ri-cursor-fill:before {
  content: "\ec09";
}
.ri-cursor-line:before {
  content: "\ec0a";
}
.ri-customer-service-2-fill:before {
  content: "\ec0b";
}
.ri-customer-service-2-line:before {
  content: "\ec0c";
}
.ri-customer-service-fill:before {
  content: "\ec0d";
}
.ri-customer-service-line:before {
  content: "\ec0e";
}
.ri-dashboard-2-fill:before {
  content: "\ec0f";
}
.ri-dashboard-2-line:before {
  content: "\ec10";
}
.ri-dashboard-3-fill:before {
  content: "\ec11";
}
.ri-dashboard-3-line:before {
  content: "\ec12";
}
.ri-dashboard-fill:before {
  content: "\ec13";
}
.ri-dashboard-line:before {
  content: "\ec14";
}
.ri-database-2-fill:before {
  content: "\ec15";
}
.ri-database-2-line:before {
  content: "\ec16";
}
.ri-database-fill:before {
  content: "\ec17";
}
.ri-database-line:before {
  content: "\ec18";
}
.ri-delete-back-2-fill:before {
  content: "\ec19";
}
.ri-delete-back-2-line:before {
  content: "\ec1a";
}
.ri-delete-back-fill:before {
  content: "\ec1b";
}
.ri-delete-back-line:before {
  content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
  content: "\ec1d";
}
.ri-delete-bin-2-line:before {
  content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
  content: "\ec1f";
}
.ri-delete-bin-3-line:before {
  content: "\ec20";
}
.ri-delete-bin-4-fill:before {
  content: "\ec21";
}
.ri-delete-bin-4-line:before {
  content: "\ec22";
}
.ri-delete-bin-5-fill:before {
  content: "\ec23";
}
.ri-delete-bin-5-line:before {
  content: "\ec24";
}
.ri-delete-bin-6-fill:before {
  content: "\ec25";
}
.ri-delete-bin-6-line:before {
  content: "\ec26";
}
.ri-delete-bin-7-fill:before {
  content: "\ec27";
}
.ri-delete-bin-7-line:before {
  content: "\ec28";
}
.ri-delete-bin-fill:before {
  content: "\ec29";
}
.ri-delete-bin-line:before {
  content: "\ec2a";
}
.ri-delete-column:before {
  content: "\ec2b";
}
.ri-delete-row:before {
  content: "\ec2c";
}
.ri-device-fill:before {
  content: "\ec2d";
}
.ri-device-line:before {
  content: "\ec2e";
}
.ri-device-recover-fill:before {
  content: "\ec2f";
}
.ri-device-recover-line:before {
  content: "\ec30";
}
.ri-dingding-fill:before {
  content: "\ec31";
}
.ri-dingding-line:before {
  content: "\ec32";
}
.ri-direction-fill:before {
  content: "\ec33";
}
.ri-direction-line:before {
  content: "\ec34";
}
.ri-disc-fill:before {
  content: "\ec35";
}
.ri-disc-line:before {
  content: "\ec36";
}
.ri-discord-fill:before {
  content: "\ec37";
}
.ri-discord-line:before {
  content: "\ec38";
}
.ri-discuss-fill:before {
  content: "\ec39";
}
.ri-discuss-line:before {
  content: "\ec3a";
}
.ri-dislike-fill:before {
  content: "\ec3b";
}
.ri-dislike-line:before {
  content: "\ec3c";
}
.ri-disqus-fill:before {
  content: "\ec3d";
}
.ri-disqus-line:before {
  content: "\ec3e";
}
.ri-divide-fill:before {
  content: "\ec3f";
}
.ri-divide-line:before {
  content: "\ec40";
}
.ri-donut-chart-fill:before {
  content: "\ec41";
}
.ri-donut-chart-line:before {
  content: "\ec42";
}
.ri-door-closed-fill:before {
  content: "\ec43";
}
.ri-door-closed-line:before {
  content: "\ec44";
}
.ri-door-fill:before {
  content: "\ec45";
}
.ri-door-line:before {
  content: "\ec46";
}
.ri-door-lock-box-fill:before {
  content: "\ec47";
}
.ri-door-lock-box-line:before {
  content: "\ec48";
}
.ri-door-lock-fill:before {
  content: "\ec49";
}
.ri-door-lock-line:before {
  content: "\ec4a";
}
.ri-door-open-fill:before {
  content: "\ec4b";
}
.ri-door-open-line:before {
  content: "\ec4c";
}
.ri-dossier-fill:before {
  content: "\ec4d";
}
.ri-dossier-line:before {
  content: "\ec4e";
}
.ri-douban-fill:before {
  content: "\ec4f";
}
.ri-douban-line:before {
  content: "\ec50";
}
.ri-double-quotes-l:before {
  content: "\ec51";
}
.ri-double-quotes-r:before {
  content: "\ec52";
}
.ri-download-2-fill:before {
  content: "\ec53";
}
.ri-download-2-line:before {
  content: "\ec54";
}
.ri-download-cloud-2-fill:before {
  content: "\ec55";
}
.ri-download-cloud-2-line:before {
  content: "\ec56";
}
.ri-download-cloud-fill:before {
  content: "\ec57";
}
.ri-download-cloud-line:before {
  content: "\ec58";
}
.ri-download-fill:before {
  content: "\ec59";
}
.ri-download-line:before {
  content: "\ec5a";
}
.ri-draft-fill:before {
  content: "\ec5b";
}
.ri-draft-line:before {
  content: "\ec5c";
}
.ri-drag-drop-fill:before {
  content: "\ec5d";
}
.ri-drag-drop-line:before {
  content: "\ec5e";
}
.ri-drag-move-2-fill:before {
  content: "\ec5f";
}
.ri-drag-move-2-line:before {
  content: "\ec60";
}
.ri-drag-move-fill:before {
  content: "\ec61";
}
.ri-drag-move-line:before {
  content: "\ec62";
}
.ri-dribbble-fill:before {
  content: "\ec63";
}
.ri-dribbble-line:before {
  content: "\ec64";
}
.ri-drive-fill:before {
  content: "\ec65";
}
.ri-drive-line:before {
  content: "\ec66";
}
.ri-drizzle-fill:before {
  content: "\ec67";
}
.ri-drizzle-line:before {
  content: "\ec68";
}
.ri-drop-fill:before {
  content: "\ec69";
}
.ri-drop-line:before {
  content: "\ec6a";
}
.ri-dropbox-fill:before {
  content: "\ec6b";
}
.ri-dropbox-line:before {
  content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
  content: "\ec6d";
}
.ri-dual-sim-1-line:before {
  content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
  content: "\ec6f";
}
.ri-dual-sim-2-line:before {
  content: "\ec70";
}
.ri-dv-fill:before {
  content: "\ec71";
}
.ri-dv-line:before {
  content: "\ec72";
}
.ri-dvd-fill:before {
  content: "\ec73";
}
.ri-dvd-line:before {
  content: "\ec74";
}
.ri-e-bike-2-fill:before {
  content: "\ec75";
}
.ri-e-bike-2-line:before {
  content: "\ec76";
}
.ri-e-bike-fill:before {
  content: "\ec77";
}
.ri-e-bike-line:before {
  content: "\ec78";
}
.ri-earth-fill:before {
  content: "\ec79";
}
.ri-earth-line:before {
  content: "\ec7a";
}
.ri-earthquake-fill:before {
  content: "\ec7b";
}
.ri-earthquake-line:before {
  content: "\ec7c";
}
.ri-edge-fill:before {
  content: "\ec7d";
}
.ri-edge-line:before {
  content: "\ec7e";
}
.ri-edit-2-fill:before {
  content: "\ec7f";
}
.ri-edit-2-line:before {
  content: "\ec80";
}
.ri-edit-box-fill:before {
  content: "\ec81";
}
.ri-edit-box-line:before {
  content: "\ec82";
}
.ri-edit-circle-fill:before {
  content: "\ec83";
}
.ri-edit-circle-line:before {
  content: "\ec84";
}
.ri-edit-fill:before {
  content: "\ec85";
}
.ri-edit-line:before {
  content: "\ec86";
}
.ri-eject-fill:before {
  content: "\ec87";
}
.ri-eject-line:before {
  content: "\ec88";
}
.ri-emotion-2-fill:before {
  content: "\ec89";
}
.ri-emotion-2-line:before {
  content: "\ec8a";
}
.ri-emotion-fill:before {
  content: "\ec8b";
}
.ri-emotion-happy-fill:before {
  content: "\ec8c";
}
.ri-emotion-happy-line:before {
  content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
  content: "\ec8e";
}
.ri-emotion-laugh-line:before {
  content: "\ec8f";
}
.ri-emotion-line:before {
  content: "\ec90";
}
.ri-emotion-normal-fill:before {
  content: "\ec91";
}
.ri-emotion-normal-line:before {
  content: "\ec92";
}
.ri-emotion-sad-fill:before {
  content: "\ec93";
}
.ri-emotion-sad-line:before {
  content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
  content: "\ec95";
}
.ri-emotion-unhappy-line:before {
  content: "\ec96";
}
.ri-empathize-fill:before {
  content: "\ec97";
}
.ri-empathize-line:before {
  content: "\ec98";
}
.ri-emphasis-cn:before {
  content: "\ec99";
}
.ri-emphasis:before {
  content: "\ec9a";
}
.ri-english-input:before {
  content: "\ec9b";
}
.ri-equalizer-fill:before {
  content: "\ec9c";
}
.ri-equalizer-line:before {
  content: "\ec9d";
}
.ri-eraser-fill:before {
  content: "\ec9e";
}
.ri-eraser-line:before {
  content: "\ec9f";
}
.ri-error-warning-fill:before {
  content: "\eca0";
}
.ri-error-warning-line:before {
  content: "\eca1";
}
.ri-evernote-fill:before {
  content: "\eca2";
}
.ri-evernote-line:before {
  content: "\eca3";
}
.ri-exchange-box-fill:before {
  content: "\eca4";
}
.ri-exchange-box-line:before {
  content: "\eca5";
}
.ri-exchange-cny-fill:before {
  content: "\eca6";
}
.ri-exchange-cny-line:before {
  content: "\eca7";
}
.ri-exchange-dollar-fill:before {
  content: "\eca8";
}
.ri-exchange-dollar-line:before {
  content: "\eca9";
}
.ri-exchange-fill:before {
  content: "\ecaa";
}
.ri-exchange-funds-fill:before {
  content: "\ecab";
}
.ri-exchange-funds-line:before {
  content: "\ecac";
}
.ri-exchange-line:before {
  content: "\ecad";
}
.ri-external-link-fill:before {
  content: "\ecae";
}
.ri-external-link-line:before {
  content: "\ecaf";
}
.ri-eye-2-fill:before {
  content: "\ecb0";
}
.ri-eye-2-line:before {
  content: "\ecb1";
}
.ri-eye-close-fill:before {
  content: "\ecb2";
}
.ri-eye-close-line:before {
  content: "\ecb3";
}
.ri-eye-fill:before {
  content: "\ecb4";
}
.ri-eye-line:before {
  content: "\ecb5";
}
.ri-eye-off-fill:before {
  content: "\ecb6";
}
.ri-eye-off-line:before {
  content: "\ecb7";
}
.ri-facebook-box-fill:before {
  content: "\ecb8";
}
.ri-facebook-box-line:before {
  content: "\ecb9";
}
.ri-facebook-circle-fill:before {
  content: "\ecba";
}
.ri-facebook-circle-line:before {
  content: "\ecbb";
}
.ri-facebook-fill:before {
  content: "\ecbc";
}
.ri-facebook-line:before {
  content: "\ecbd";
}
.ri-fahrenheit-fill:before {
  content: "\ecbe";
}
.ri-fahrenheit-line:before {
  content: "\ecbf";
}
.ri-feedback-fill:before {
  content: "\ecc0";
}
.ri-feedback-line:before {
  content: "\ecc1";
}
.ri-file-2-fill:before {
  content: "\ecc2";
}
.ri-file-2-line:before {
  content: "\ecc3";
}
.ri-file-3-fill:before {
  content: "\ecc4";
}
.ri-file-3-line:before {
  content: "\ecc5";
}
.ri-file-4-fill:before {
  content: "\ecc6";
}
.ri-file-4-line:before {
  content: "\ecc7";
}
.ri-file-add-fill:before {
  content: "\ecc8";
}
.ri-file-add-line:before {
  content: "\ecc9";
}
.ri-file-chart-2-fill:before {
  content: "\ecca";
}
.ri-file-chart-2-line:before {
  content: "\eccb";
}
.ri-file-chart-fill:before {
  content: "\eccc";
}
.ri-file-chart-line:before {
  content: "\eccd";
}
.ri-file-cloud-fill:before {
  content: "\ecce";
}
.ri-file-cloud-line:before {
  content: "\eccf";
}
.ri-file-code-fill:before {
  content: "\ecd0";
}
.ri-file-code-line:before {
  content: "\ecd1";
}
.ri-file-copy-2-fill:before {
  content: "\ecd2";
}
.ri-file-copy-2-line:before {
  content: "\ecd3";
}
.ri-file-copy-fill:before {
  content: "\ecd4";
}
.ri-file-copy-line:before {
  content: "\ecd5";
}
.ri-file-damage-fill:before {
  content: "\ecd6";
}
.ri-file-damage-line:before {
  content: "\ecd7";
}
.ri-file-download-fill:before {
  content: "\ecd8";
}
.ri-file-download-line:before {
  content: "\ecd9";
}
.ri-file-edit-fill:before {
  content: "\ecda";
}
.ri-file-edit-line:before {
  content: "\ecdb";
}
.ri-file-excel-2-fill:before {
  content: "\ecdc";
}
.ri-file-excel-2-line:before {
  content: "\ecdd";
}
.ri-file-excel-fill:before {
  content: "\ecde";
}
.ri-file-excel-line:before {
  content: "\ecdf";
}
.ri-file-fill:before {
  content: "\ece0";
}
.ri-file-forbid-fill:before {
  content: "\ece1";
}
.ri-file-forbid-line:before {
  content: "\ece2";
}
.ri-file-gif-fill:before {
  content: "\ece3";
}
.ri-file-gif-line:before {
  content: "\ece4";
}
.ri-file-history-fill:before {
  content: "\ece5";
}
.ri-file-history-line:before {
  content: "\ece6";
}
.ri-file-hwp-fill:before {
  content: "\ece7";
}
.ri-file-hwp-line:before {
  content: "\ece8";
}
.ri-file-info-fill:before {
  content: "\ece9";
}
.ri-file-info-line:before {
  content: "\ecea";
}
.ri-file-line:before {
  content: "\eceb";
}
.ri-file-list-2-fill:before {
  content: "\ecec";
}
.ri-file-list-2-line:before {
  content: "\eced";
}
.ri-file-list-3-fill:before {
  content: "\ecee";
}
.ri-file-list-3-line:before {
  content: "\ecef";
}
.ri-file-list-fill:before {
  content: "\ecf0";
}
.ri-file-list-line:before {
  content: "\ecf1";
}
.ri-file-lock-fill:before {
  content: "\ecf2";
}
.ri-file-lock-line:before {
  content: "\ecf3";
}
.ri-file-marked-fill:before {
  content: "\ecf4";
}
.ri-file-marked-line:before {
  content: "\ecf5";
}
.ri-file-music-fill:before {
  content: "\ecf6";
}
.ri-file-music-line:before {
  content: "\ecf7";
}
.ri-file-paper-2-fill:before {
  content: "\ecf8";
}
.ri-file-paper-2-line:before {
  content: "\ecf9";
}
.ri-file-paper-fill:before {
  content: "\ecfa";
}
.ri-file-paper-line:before {
  content: "\ecfb";
}
.ri-file-pdf-fill:before {
  content: "\ecfc";
}
.ri-file-pdf-line:before {
  content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
  content: "\ecfe";
}
.ri-file-ppt-2-line:before {
  content: "\ecff";
}
.ri-file-ppt-fill:before {
  content: "\ed00";
}
.ri-file-ppt-line:before {
  content: "\ed01";
}
.ri-file-reduce-fill:before {
  content: "\ed02";
}
.ri-file-reduce-line:before {
  content: "\ed03";
}
.ri-file-search-fill:before {
  content: "\ed04";
}
.ri-file-search-line:before {
  content: "\ed05";
}
.ri-file-settings-fill:before {
  content: "\ed06";
}
.ri-file-settings-line:before {
  content: "\ed07";
}
.ri-file-shield-2-fill:before {
  content: "\ed08";
}
.ri-file-shield-2-line:before {
  content: "\ed09";
}
.ri-file-shield-fill:before {
  content: "\ed0a";
}
.ri-file-shield-line:before {
  content: "\ed0b";
}
.ri-file-shred-fill:before {
  content: "\ed0c";
}
.ri-file-shred-line:before {
  content: "\ed0d";
}
.ri-file-text-fill:before {
  content: "\ed0e";
}
.ri-file-text-line:before {
  content: "\ed0f";
}
.ri-file-transfer-fill:before {
  content: "\ed10";
}
.ri-file-transfer-line:before {
  content: "\ed11";
}
.ri-file-unknow-fill:before {
  content: "\ed12";
}
.ri-file-unknow-line:before {
  content: "\ed13";
}
.ri-file-upload-fill:before {
  content: "\ed14";
}
.ri-file-upload-line:before {
  content: "\ed15";
}
.ri-file-user-fill:before {
  content: "\ed16";
}
.ri-file-user-line:before {
  content: "\ed17";
}
.ri-file-warning-fill:before {
  content: "\ed18";
}
.ri-file-warning-line:before {
  content: "\ed19";
}
.ri-file-word-2-fill:before {
  content: "\ed1a";
}
.ri-file-word-2-line:before {
  content: "\ed1b";
}
.ri-file-word-fill:before {
  content: "\ed1c";
}
.ri-file-word-line:before {
  content: "\ed1d";
}
.ri-file-zip-fill:before {
  content: "\ed1e";
}
.ri-file-zip-line:before {
  content: "\ed1f";
}
.ri-film-fill:before {
  content: "\ed20";
}
.ri-film-line:before {
  content: "\ed21";
}
.ri-filter-2-fill:before {
  content: "\ed22";
}
.ri-filter-2-line:before {
  content: "\ed23";
}
.ri-filter-3-fill:before {
  content: "\ed24";
}
.ri-filter-3-line:before {
  content: "\ed25";
}
.ri-filter-fill:before {
  content: "\ed26";
}
.ri-filter-line:before {
  content: "\ed27";
}
.ri-filter-off-fill:before {
  content: "\ed28";
}
.ri-filter-off-line:before {
  content: "\ed29";
}
.ri-find-replace-fill:before {
  content: "\ed2a";
}
.ri-find-replace-line:before {
  content: "\ed2b";
}
.ri-finder-fill:before {
  content: "\ed2c";
}
.ri-finder-line:before {
  content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
  content: "\ed2e";
}
.ri-fingerprint-2-line:before {
  content: "\ed2f";
}
.ri-fingerprint-fill:before {
  content: "\ed30";
}
.ri-fingerprint-line:before {
  content: "\ed31";
}
.ri-fire-fill:before {
  content: "\ed32";
}
.ri-fire-line:before {
  content: "\ed33";
}
.ri-firefox-fill:before {
  content: "\ed34";
}
.ri-firefox-line:before {
  content: "\ed35";
}
.ri-first-aid-kit-fill:before {
  content: "\ed36";
}
.ri-first-aid-kit-line:before {
  content: "\ed37";
}
.ri-flag-2-fill:before {
  content: "\ed38";
}
.ri-flag-2-line:before {
  content: "\ed39";
}
.ri-flag-fill:before {
  content: "\ed3a";
}
.ri-flag-line:before {
  content: "\ed3b";
}
.ri-flashlight-fill:before {
  content: "\ed3c";
}
.ri-flashlight-line:before {
  content: "\ed3d";
}
.ri-flask-fill:before {
  content: "\ed3e";
}
.ri-flask-line:before {
  content: "\ed3f";
}
.ri-flight-land-fill:before {
  content: "\ed40";
}
.ri-flight-land-line:before {
  content: "\ed41";
}
.ri-flight-takeoff-fill:before {
  content: "\ed42";
}
.ri-flight-takeoff-line:before {
  content: "\ed43";
}
.ri-flood-fill:before {
  content: "\ed44";
}
.ri-flood-line:before {
  content: "\ed45";
}
.ri-flow-chart:before {
  content: "\ed46";
}
.ri-flutter-fill:before {
  content: "\ed47";
}
.ri-flutter-line:before {
  content: "\ed48";
}
.ri-focus-2-fill:before {
  content: "\ed49";
}
.ri-focus-2-line:before {
  content: "\ed4a";
}
.ri-focus-3-fill:before {
  content: "\ed4b";
}
.ri-focus-3-line:before {
  content: "\ed4c";
}
.ri-focus-fill:before {
  content: "\ed4d";
}
.ri-focus-line:before {
  content: "\ed4e";
}
.ri-foggy-fill:before {
  content: "\ed4f";
}
.ri-foggy-line:before {
  content: "\ed50";
}
.ri-folder-2-fill:before {
  content: "\ed51";
}
.ri-folder-2-line:before {
  content: "\ed52";
}
.ri-folder-3-fill:before {
  content: "\ed53";
}
.ri-folder-3-line:before {
  content: "\ed54";
}
.ri-folder-4-fill:before {
  content: "\ed55";
}
.ri-folder-4-line:before {
  content: "\ed56";
}
.ri-folder-5-fill:before {
  content: "\ed57";
}
.ri-folder-5-line:before {
  content: "\ed58";
}
.ri-folder-add-fill:before {
  content: "\ed59";
}
.ri-folder-add-line:before {
  content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
  content: "\ed5b";
}
.ri-folder-chart-2-line:before {
  content: "\ed5c";
}
.ri-folder-chart-fill:before {
  content: "\ed5d";
}
.ri-folder-chart-line:before {
  content: "\ed5e";
}
.ri-folder-download-fill:before {
  content: "\ed5f";
}
.ri-folder-download-line:before {
  content: "\ed60";
}
.ri-folder-fill:before {
  content: "\ed61";
}
.ri-folder-forbid-fill:before {
  content: "\ed62";
}
.ri-folder-forbid-line:before {
  content: "\ed63";
}
.ri-folder-history-fill:before {
  content: "\ed64";
}
.ri-folder-history-line:before {
  content: "\ed65";
}
.ri-folder-info-fill:before {
  content: "\ed66";
}
.ri-folder-info-line:before {
  content: "\ed67";
}
.ri-folder-keyhole-fill:before {
  content: "\ed68";
}
.ri-folder-keyhole-line:before {
  content: "\ed69";
}
.ri-folder-line:before {
  content: "\ed6a";
}
.ri-folder-lock-fill:before {
  content: "\ed6b";
}
.ri-folder-lock-line:before {
  content: "\ed6c";
}
.ri-folder-music-fill:before {
  content: "\ed6d";
}
.ri-folder-music-line:before {
  content: "\ed6e";
}
.ri-folder-open-fill:before {
  content: "\ed6f";
}
.ri-folder-open-line:before {
  content: "\ed70";
}
.ri-folder-received-fill:before {
  content: "\ed71";
}
.ri-folder-received-line:before {
  content: "\ed72";
}
.ri-folder-reduce-fill:before {
  content: "\ed73";
}
.ri-folder-reduce-line:before {
  content: "\ed74";
}
.ri-folder-settings-fill:before {
  content: "\ed75";
}
.ri-folder-settings-line:before {
  content: "\ed76";
}
.ri-folder-shared-fill:before {
  content: "\ed77";
}
.ri-folder-shared-line:before {
  content: "\ed78";
}
.ri-folder-shield-2-fill:before {
  content: "\ed79";
}
.ri-folder-shield-2-line:before {
  content: "\ed7a";
}
.ri-folder-shield-fill:before {
  content: "\ed7b";
}
.ri-folder-shield-line:before {
  content: "\ed7c";
}
.ri-folder-transfer-fill:before {
  content: "\ed7d";
}
.ri-folder-transfer-line:before {
  content: "\ed7e";
}
.ri-folder-unknow-fill:before {
  content: "\ed7f";
}
.ri-folder-unknow-line:before {
  content: "\ed80";
}
.ri-folder-upload-fill:before {
  content: "\ed81";
}
.ri-folder-upload-line:before {
  content: "\ed82";
}
.ri-folder-user-fill:before {
  content: "\ed83";
}
.ri-folder-user-line:before {
  content: "\ed84";
}
.ri-folder-warning-fill:before {
  content: "\ed85";
}
.ri-folder-warning-line:before {
  content: "\ed86";
}
.ri-folder-zip-fill:before {
  content: "\ed87";
}
.ri-folder-zip-line:before {
  content: "\ed88";
}
.ri-folders-fill:before {
  content: "\ed89";
}
.ri-folders-line:before {
  content: "\ed8a";
}
.ri-font-color:before {
  content: "\ed8b";
}
.ri-font-size-2:before {
  content: "\ed8c";
}
.ri-font-size:before {
  content: "\ed8d";
}
.ri-football-fill:before {
  content: "\ed8e";
}
.ri-football-line:before {
  content: "\ed8f";
}
.ri-footprint-fill:before {
  content: "\ed90";
}
.ri-footprint-line:before {
  content: "\ed91";
}
.ri-forbid-2-fill:before {
  content: "\ed92";
}
.ri-forbid-2-line:before {
  content: "\ed93";
}
.ri-forbid-fill:before {
  content: "\ed94";
}
.ri-forbid-line:before {
  content: "\ed95";
}
.ri-format-clear:before {
  content: "\ed96";
}
.ri-fridge-fill:before {
  content: "\ed97";
}
.ri-fridge-line:before {
  content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
  content: "\ed99";
}
.ri-fullscreen-exit-line:before {
  content: "\ed9a";
}
.ri-fullscreen-fill:before {
  content: "\ed9b";
}
.ri-fullscreen-line:before {
  content: "\ed9c";
}
.ri-function-fill:before {
  content: "\ed9d";
}
.ri-function-line:before {
  content: "\ed9e";
}
.ri-functions:before {
  content: "\ed9f";
}
.ri-funds-box-fill:before {
  content: "\eda0";
}
.ri-funds-box-line:before {
  content: "\eda1";
}
.ri-funds-fill:before {
  content: "\eda2";
}
.ri-funds-line:before {
  content: "\eda3";
}
.ri-gallery-fill:before {
  content: "\eda4";
}
.ri-gallery-line:before {
  content: "\eda5";
}
.ri-gallery-upload-fill:before {
  content: "\eda6";
}
.ri-gallery-upload-line:before {
  content: "\eda7";
}
.ri-game-fill:before {
  content: "\eda8";
}
.ri-game-line:before {
  content: "\eda9";
}
.ri-gamepad-fill:before {
  content: "\edaa";
}
.ri-gamepad-line:before {
  content: "\edab";
}
.ri-gas-station-fill:before {
  content: "\edac";
}
.ri-gas-station-line:before {
  content: "\edad";
}
.ri-gatsby-fill:before {
  content: "\edae";
}
.ri-gatsby-line:before {
  content: "\edaf";
}
.ri-genderless-fill:before {
  content: "\edb0";
}
.ri-genderless-line:before {
  content: "\edb1";
}
.ri-ghost-2-fill:before {
  content: "\edb2";
}
.ri-ghost-2-line:before {
  content: "\edb3";
}
.ri-ghost-fill:before {
  content: "\edb4";
}
.ri-ghost-line:before {
  content: "\edb5";
}
.ri-ghost-smile-fill:before {
  content: "\edb6";
}
.ri-ghost-smile-line:before {
  content: "\edb7";
}
.ri-gift-2-fill:before {
  content: "\edb8";
}
.ri-gift-2-line:before {
  content: "\edb9";
}
.ri-gift-fill:before {
  content: "\edba";
}
.ri-gift-line:before {
  content: "\edbb";
}
.ri-git-branch-fill:before {
  content: "\edbc";
}
.ri-git-branch-line:before {
  content: "\edbd";
}
.ri-git-commit-fill:before {
  content: "\edbe";
}
.ri-git-commit-line:before {
  content: "\edbf";
}
.ri-git-merge-fill:before {
  content: "\edc0";
}
.ri-git-merge-line:before {
  content: "\edc1";
}
.ri-git-pull-request-fill:before {
  content: "\edc2";
}
.ri-git-pull-request-line:before {
  content: "\edc3";
}
.ri-git-repository-commits-fill:before {
  content: "\edc4";
}
.ri-git-repository-commits-line:before {
  content: "\edc5";
}
.ri-git-repository-fill:before {
  content: "\edc6";
}
.ri-git-repository-line:before {
  content: "\edc7";
}
.ri-git-repository-private-fill:before {
  content: "\edc8";
}
.ri-git-repository-private-line:before {
  content: "\edc9";
}
.ri-github-fill:before {
  content: "\edca";
}
.ri-github-line:before {
  content: "\edcb";
}
.ri-gitlab-fill:before {
  content: "\edcc";
}
.ri-gitlab-line:before {
  content: "\edcd";
}
.ri-global-fill:before {
  content: "\edce";
}
.ri-global-line:before {
  content: "\edcf";
}
.ri-globe-fill:before {
  content: "\edd0";
}
.ri-globe-line:before {
  content: "\edd1";
}
.ri-goblet-fill:before {
  content: "\edd2";
}
.ri-goblet-line:before {
  content: "\edd3";
}
.ri-google-fill:before {
  content: "\edd4";
}
.ri-google-line:before {
  content: "\edd5";
}
.ri-google-play-fill:before {
  content: "\edd6";
}
.ri-google-play-line:before {
  content: "\edd7";
}
.ri-government-fill:before {
  content: "\edd8";
}
.ri-government-line:before {
  content: "\edd9";
}
.ri-gps-fill:before {
  content: "\edda";
}
.ri-gps-line:before {
  content: "\eddb";
}
.ri-gradienter-fill:before {
  content: "\eddc";
}
.ri-gradienter-line:before {
  content: "\eddd";
}
.ri-grid-fill:before {
  content: "\edde";
}
.ri-grid-line:before {
  content: "\eddf";
}
.ri-group-2-fill:before {
  content: "\ede0";
}
.ri-group-2-line:before {
  content: "\ede1";
}
.ri-group-fill:before {
  content: "\ede2";
}
.ri-group-line:before {
  content: "\ede3";
}
.ri-guide-fill:before {
  content: "\ede4";
}
.ri-guide-line:before {
  content: "\ede5";
}
.ri-h-1:before {
  content: "\ede6";
}
.ri-h-2:before {
  content: "\ede7";
}
.ri-h-3:before {
  content: "\ede8";
}
.ri-h-4:before {
  content: "\ede9";
}
.ri-h-5:before {
  content: "\edea";
}
.ri-h-6:before {
  content: "\edeb";
}
.ri-hail-fill:before {
  content: "\edec";
}
.ri-hail-line:before {
  content: "\eded";
}
.ri-hammer-fill:before {
  content: "\edee";
}
.ri-hammer-line:before {
  content: "\edef";
}
.ri-hand-coin-fill:before {
  content: "\edf0";
}
.ri-hand-coin-line:before {
  content: "\edf1";
}
.ri-hand-heart-fill:before {
  content: "\edf2";
}
.ri-hand-heart-line:before {
  content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
  content: "\edf4";
}
.ri-hand-sanitizer-line:before {
  content: "\edf5";
}
.ri-handbag-fill:before {
  content: "\edf6";
}
.ri-handbag-line:before {
  content: "\edf7";
}
.ri-hard-drive-2-fill:before {
  content: "\edf8";
}
.ri-hard-drive-2-line:before {
  content: "\edf9";
}
.ri-hard-drive-fill:before {
  content: "\edfa";
}
.ri-hard-drive-line:before {
  content: "\edfb";
}
.ri-hashtag:before {
  content: "\edfc";
}
.ri-haze-2-fill:before {
  content: "\edfd";
}
.ri-haze-2-line:before {
  content: "\edfe";
}
.ri-haze-fill:before {
  content: "\edff";
}
.ri-haze-line:before {
  content: "\ee00";
}
.ri-hd-fill:before {
  content: "\ee01";
}
.ri-hd-line:before {
  content: "\ee02";
}
.ri-heading:before {
  content: "\ee03";
}
.ri-headphone-fill:before {
  content: "\ee04";
}
.ri-headphone-line:before {
  content: "\ee05";
}
.ri-health-book-fill:before {
  content: "\ee06";
}
.ri-health-book-line:before {
  content: "\ee07";
}
.ri-heart-2-fill:before {
  content: "\ee08";
}
.ri-heart-2-line:before {
  content: "\ee09";
}
.ri-heart-3-fill:before {
  content: "\ee0a";
}
.ri-heart-3-line:before {
  content: "\ee0b";
}
.ri-heart-add-fill:before {
  content: "\ee0c";
}
.ri-heart-add-line:before {
  content: "\ee0d";
}
.ri-heart-fill:before {
  content: "\ee0e";
}
.ri-heart-line:before {
  content: "\ee0f";
}
.ri-heart-pulse-fill:before {
  content: "\ee10";
}
.ri-heart-pulse-line:before {
  content: "\ee11";
}
.ri-hearts-fill:before {
  content: "\ee12";
}
.ri-hearts-line:before {
  content: "\ee13";
}
.ri-heavy-showers-fill:before {
  content: "\ee14";
}
.ri-heavy-showers-line:before {
  content: "\ee15";
}
.ri-history-fill:before {
  content: "\ee16";
}
.ri-history-line:before {
  content: "\ee17";
}
.ri-home-2-fill:before {
  content: "\ee18";
}
.ri-home-2-line:before {
  content: "\ee19";
}
.ri-home-3-fill:before {
  content: "\ee1a";
}
.ri-home-3-line:before {
  content: "\ee1b";
}
.ri-home-4-fill:before {
  content: "\ee1c";
}
.ri-home-4-line:before {
  content: "\ee1d";
}
.ri-home-5-fill:before {
  content: "\ee1e";
}
.ri-home-5-line:before {
  content: "\ee1f";
}
.ri-home-6-fill:before {
  content: "\ee20";
}
.ri-home-6-line:before {
  content: "\ee21";
}
.ri-home-7-fill:before {
  content: "\ee22";
}
.ri-home-7-line:before {
  content: "\ee23";
}
.ri-home-8-fill:before {
  content: "\ee24";
}
.ri-home-8-line:before {
  content: "\ee25";
}
.ri-home-fill:before {
  content: "\ee26";
}
.ri-home-gear-fill:before {
  content: "\ee27";
}
.ri-home-gear-line:before {
  content: "\ee28";
}
.ri-home-heart-fill:before {
  content: "\ee29";
}
.ri-home-heart-line:before {
  content: "\ee2a";
}
.ri-home-line:before {
  content: "\ee2b";
}
.ri-home-smile-2-fill:before {
  content: "\ee2c";
}
.ri-home-smile-2-line:before {
  content: "\ee2d";
}
.ri-home-smile-fill:before {
  content: "\ee2e";
}
.ri-home-smile-line:before {
  content: "\ee2f";
}
.ri-home-wifi-fill:before {
  content: "\ee30";
}
.ri-home-wifi-line:before {
  content: "\ee31";
}
.ri-honor-of-kings-fill:before {
  content: "\ee32";
}
.ri-honor-of-kings-line:before {
  content: "\ee33";
}
.ri-honour-fill:before {
  content: "\ee34";
}
.ri-honour-line:before {
  content: "\ee35";
}
.ri-hospital-fill:before {
  content: "\ee36";
}
.ri-hospital-line:before {
  content: "\ee37";
}
.ri-hotel-bed-fill:before {
  content: "\ee38";
}
.ri-hotel-bed-line:before {
  content: "\ee39";
}
.ri-hotel-fill:before {
  content: "\ee3a";
}
.ri-hotel-line:before {
  content: "\ee3b";
}
.ri-hotspot-fill:before {
  content: "\ee3c";
}
.ri-hotspot-line:before {
  content: "\ee3d";
}
.ri-hq-fill:before {
  content: "\ee3e";
}
.ri-hq-line:before {
  content: "\ee3f";
}
.ri-html5-fill:before {
  content: "\ee40";
}
.ri-html5-line:before {
  content: "\ee41";
}
.ri-ie-fill:before {
  content: "\ee42";
}
.ri-ie-line:before {
  content: "\ee43";
}
.ri-image-2-fill:before {
  content: "\ee44";
}
.ri-image-2-line:before {
  content: "\ee45";
}
.ri-image-add-fill:before {
  content: "\ee46";
}
.ri-image-add-line:before {
  content: "\ee47";
}
.ri-image-edit-fill:before {
  content: "\ee48";
}
.ri-image-edit-line:before {
  content: "\ee49";
}
.ri-image-fill:before {
  content: "\ee4a";
}
.ri-image-line:before {
  content: "\ee4b";
}
.ri-inbox-archive-fill:before {
  content: "\ee4c";
}
.ri-inbox-archive-line:before {
  content: "\ee4d";
}
.ri-inbox-fill:before {
  content: "\ee4e";
}
.ri-inbox-line:before {
  content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
  content: "\ee50";
}
.ri-inbox-unarchive-line:before {
  content: "\ee51";
}
.ri-increase-decrease-fill:before {
  content: "\ee52";
}
.ri-increase-decrease-line:before {
  content: "\ee53";
}
.ri-indent-decrease:before {
  content: "\ee54";
}
.ri-indent-increase:before {
  content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
  content: "\ee56";
}
.ri-indeterminate-circle-line:before {
  content: "\ee57";
}
.ri-information-fill:before {
  content: "\ee58";
}
.ri-information-line:before {
  content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
  content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
  content: "\ee5b";
}
.ri-ink-bottle-fill:before {
  content: "\ee5c";
}
.ri-ink-bottle-line:before {
  content: "\ee5d";
}
.ri-input-cursor-move:before {
  content: "\ee5e";
}
.ri-input-method-fill:before {
  content: "\ee5f";
}
.ri-input-method-line:before {
  content: "\ee60";
}
.ri-insert-column-left:before {
  content: "\ee61";
}
.ri-insert-column-right:before {
  content: "\ee62";
}
.ri-insert-row-bottom:before {
  content: "\ee63";
}
.ri-insert-row-top:before {
  content: "\ee64";
}
.ri-instagram-fill:before {
  content: "\ee65";
}
.ri-instagram-line:before {
  content: "\ee66";
}
.ri-install-fill:before {
  content: "\ee67";
}
.ri-install-line:before {
  content: "\ee68";
}
.ri-invision-fill:before {
  content: "\ee69";
}
.ri-invision-line:before {
  content: "\ee6a";
}
.ri-italic:before {
  content: "\ee6b";
}
.ri-kakao-talk-fill:before {
  content: "\ee6c";
}
.ri-kakao-talk-line:before {
  content: "\ee6d";
}
.ri-key-2-fill:before {
  content: "\ee6e";
}
.ri-key-2-line:before {
  content: "\ee6f";
}
.ri-key-fill:before {
  content: "\ee70";
}
.ri-key-line:before {
  content: "\ee71";
}
.ri-keyboard-box-fill:before {
  content: "\ee72";
}
.ri-keyboard-box-line:before {
  content: "\ee73";
}
.ri-keyboard-fill:before {
  content: "\ee74";
}
.ri-keyboard-line:before {
  content: "\ee75";
}
.ri-keynote-fill:before {
  content: "\ee76";
}
.ri-keynote-line:before {
  content: "\ee77";
}
.ri-knife-blood-fill:before {
  content: "\ee78";
}
.ri-knife-blood-line:before {
  content: "\ee79";
}
.ri-knife-fill:before {
  content: "\ee7a";
}
.ri-knife-line:before {
  content: "\ee7b";
}
.ri-landscape-fill:before {
  content: "\ee7c";
}
.ri-landscape-line:before {
  content: "\ee7d";
}
.ri-layout-2-fill:before {
  content: "\ee7e";
}
.ri-layout-2-line:before {
  content: "\ee7f";
}
.ri-layout-3-fill:before {
  content: "\ee80";
}
.ri-layout-3-line:before {
  content: "\ee81";
}
.ri-layout-4-fill:before {
  content: "\ee82";
}
.ri-layout-4-line:before {
  content: "\ee83";
}
.ri-layout-5-fill:before {
  content: "\ee84";
}
.ri-layout-5-line:before {
  content: "\ee85";
}
.ri-layout-6-fill:before {
  content: "\ee86";
}
.ri-layout-6-line:before {
  content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
  content: "\ee88";
}
.ri-layout-bottom-2-line:before {
  content: "\ee89";
}
.ri-layout-bottom-fill:before {
  content: "\ee8a";
}
.ri-layout-bottom-line:before {
  content: "\ee8b";
}
.ri-layout-column-fill:before {
  content: "\ee8c";
}
.ri-layout-column-line:before {
  content: "\ee8d";
}
.ri-layout-fill:before {
  content: "\ee8e";
}
.ri-layout-grid-fill:before {
  content: "\ee8f";
}
.ri-layout-grid-line:before {
  content: "\ee90";
}
.ri-layout-left-2-fill:before {
  content: "\ee91";
}
.ri-layout-left-2-line:before {
  content: "\ee92";
}
.ri-layout-left-fill:before {
  content: "\ee93";
}
.ri-layout-left-line:before {
  content: "\ee94";
}
.ri-layout-line:before {
  content: "\ee95";
}
.ri-layout-masonry-fill:before {
  content: "\ee96";
}
.ri-layout-masonry-line:before {
  content: "\ee97";
}
.ri-layout-right-2-fill:before {
  content: "\ee98";
}
.ri-layout-right-2-line:before {
  content: "\ee99";
}
.ri-layout-right-fill:before {
  content: "\ee9a";
}
.ri-layout-right-line:before {
  content: "\ee9b";
}
.ri-layout-row-fill:before {
  content: "\ee9c";
}
.ri-layout-row-line:before {
  content: "\ee9d";
}
.ri-layout-top-2-fill:before {
  content: "\ee9e";
}
.ri-layout-top-2-line:before {
  content: "\ee9f";
}
.ri-layout-top-fill:before {
  content: "\eea0";
}
.ri-layout-top-line:before {
  content: "\eea1";
}
.ri-leaf-fill:before {
  content: "\eea2";
}
.ri-leaf-line:before {
  content: "\eea3";
}
.ri-lifebuoy-fill:before {
  content: "\eea4";
}
.ri-lifebuoy-line:before {
  content: "\eea5";
}
.ri-lightbulb-fill:before {
  content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
  content: "\eea7";
}
.ri-lightbulb-flash-line:before {
  content: "\eea8";
}
.ri-lightbulb-line:before {
  content: "\eea9";
}
.ri-line-chart-fill:before {
  content: "\eeaa";
}
.ri-line-chart-line:before {
  content: "\eeab";
}
.ri-line-fill:before {
  content: "\eeac";
}
.ri-line-height:before {
  content: "\eead";
}
.ri-line-line:before {
  content: "\eeae";
}
.ri-link-m:before {
  content: "\eeaf";
}
.ri-link-unlink-m:before {
  content: "\eeb0";
}
.ri-link-unlink:before {
  content: "\eeb1";
}
.ri-link:before {
  content: "\eeb2";
}
.ri-linkedin-box-fill:before {
  content: "\eeb3";
}
.ri-linkedin-box-line:before {
  content: "\eeb4";
}
.ri-linkedin-fill:before {
  content: "\eeb5";
}
.ri-linkedin-line:before {
  content: "\eeb6";
}
.ri-links-fill:before {
  content: "\eeb7";
}
.ri-links-line:before {
  content: "\eeb8";
}
.ri-list-check-2:before {
  content: "\eeb9";
}
.ri-list-check:before {
  content: "\eeba";
}
.ri-list-ordered:before {
  content: "\eebb";
}
.ri-list-settings-fill:before {
  content: "\eebc";
}
.ri-list-settings-line:before {
  content: "\eebd";
}
.ri-list-unordered:before {
  content: "\eebe";
}
.ri-live-fill:before {
  content: "\eebf";
}
.ri-live-line:before {
  content: "\eec0";
}
.ri-loader-2-fill:before {
  content: "\eec1";
}
.ri-loader-2-line:before {
  content: "\eec2";
}
.ri-loader-3-fill:before {
  content: "\eec3";
}
.ri-loader-3-line:before {
  content: "\eec4";
}
.ri-loader-4-fill:before {
  content: "\eec5";
}
.ri-loader-4-line:before {
  content: "\eec6";
}
.ri-loader-5-fill:before {
  content: "\eec7";
}
.ri-loader-5-line:before {
  content: "\eec8";
}
.ri-loader-fill:before {
  content: "\eec9";
}
.ri-loader-line:before {
  content: "\eeca";
}
.ri-lock-2-fill:before {
  content: "\eecb";
}
.ri-lock-2-line:before {
  content: "\eecc";
}
.ri-lock-fill:before {
  content: "\eecd";
}
.ri-lock-line:before {
  content: "\eece";
}
.ri-lock-password-fill:before {
  content: "\eecf";
}
.ri-lock-password-line:before {
  content: "\eed0";
}
.ri-lock-unlock-fill:before {
  content: "\eed1";
}
.ri-lock-unlock-line:before {
  content: "\eed2";
}
.ri-login-box-fill:before {
  content: "\eed3";
}
.ri-login-box-line:before {
  content: "\eed4";
}
.ri-login-circle-fill:before {
  content: "\eed5";
}
.ri-login-circle-line:before {
  content: "\eed6";
}
.ri-logout-box-fill:before {
  content: "\eed7";
}
.ri-logout-box-line:before {
  content: "\eed8";
}
.ri-logout-box-r-fill:before {
  content: "\eed9";
}
.ri-logout-box-r-line:before {
  content: "\eeda";
}
.ri-logout-circle-fill:before {
  content: "\eedb";
}
.ri-logout-circle-line:before {
  content: "\eedc";
}
.ri-logout-circle-r-fill:before {
  content: "\eedd";
}
.ri-logout-circle-r-line:before {
  content: "\eede";
}
.ri-luggage-cart-fill:before {
  content: "\eedf";
}
.ri-luggage-cart-line:before {
  content: "\eee0";
}
.ri-luggage-deposit-fill:before {
  content: "\eee1";
}
.ri-luggage-deposit-line:before {
  content: "\eee2";
}
.ri-lungs-fill:before {
  content: "\eee3";
}
.ri-lungs-line:before {
  content: "\eee4";
}
.ri-mac-fill:before {
  content: "\eee5";
}
.ri-mac-line:before {
  content: "\eee6";
}
.ri-macbook-fill:before {
  content: "\eee7";
}
.ri-macbook-line:before {
  content: "\eee8";
}
.ri-magic-fill:before {
  content: "\eee9";
}
.ri-magic-line:before {
  content: "\eeea";
}
.ri-mail-add-fill:before {
  content: "\eeeb";
}
.ri-mail-add-line:before {
  content: "\eeec";
}
.ri-mail-check-fill:before {
  content: "\eeed";
}
.ri-mail-check-line:before {
  content: "\eeee";
}
.ri-mail-close-fill:before {
  content: "\eeef";
}
.ri-mail-close-line:before {
  content: "\eef0";
}
.ri-mail-download-fill:before {
  content: "\eef1";
}
.ri-mail-download-line:before {
  content: "\eef2";
}
.ri-mail-fill:before {
  content: "\eef3";
}
.ri-mail-forbid-fill:before {
  content: "\eef4";
}
.ri-mail-forbid-line:before {
  content: "\eef5";
}
.ri-mail-line:before {
  content: "\eef6";
}
.ri-mail-lock-fill:before {
  content: "\eef7";
}
.ri-mail-lock-line:before {
  content: "\eef8";
}
.ri-mail-open-fill:before {
  content: "\eef9";
}
.ri-mail-open-line:before {
  content: "\eefa";
}
.ri-mail-send-fill:before {
  content: "\eefb";
}
.ri-mail-send-line:before {
  content: "\eefc";
}
.ri-mail-settings-fill:before {
  content: "\eefd";
}
.ri-mail-settings-line:before {
  content: "\eefe";
}
.ri-mail-star-fill:before {
  content: "\eeff";
}
.ri-mail-star-line:before {
  content: "\ef00";
}
.ri-mail-unread-fill:before {
  content: "\ef01";
}
.ri-mail-unread-line:before {
  content: "\ef02";
}
.ri-mail-volume-fill:before {
  content: "\ef03";
}
.ri-mail-volume-line:before {
  content: "\ef04";
}
.ri-map-2-fill:before {
  content: "\ef05";
}
.ri-map-2-line:before {
  content: "\ef06";
}
.ri-map-fill:before {
  content: "\ef07";
}
.ri-map-line:before {
  content: "\ef08";
}
.ri-map-pin-2-fill:before {
  content: "\ef09";
}
.ri-map-pin-2-line:before {
  content: "\ef0a";
}
.ri-map-pin-3-fill:before {
  content: "\ef0b";
}
.ri-map-pin-3-line:before {
  content: "\ef0c";
}
.ri-map-pin-4-fill:before {
  content: "\ef0d";
}
.ri-map-pin-4-line:before {
  content: "\ef0e";
}
.ri-map-pin-5-fill:before {
  content: "\ef0f";
}
.ri-map-pin-5-line:before {
  content: "\ef10";
}
.ri-map-pin-add-fill:before {
  content: "\ef11";
}
.ri-map-pin-add-line:before {
  content: "\ef12";
}
.ri-map-pin-fill:before {
  content: "\ef13";
}
.ri-map-pin-line:before {
  content: "\ef14";
}
.ri-map-pin-range-fill:before {
  content: "\ef15";
}
.ri-map-pin-range-line:before {
  content: "\ef16";
}
.ri-map-pin-time-fill:before {
  content: "\ef17";
}
.ri-map-pin-time-line:before {
  content: "\ef18";
}
.ri-map-pin-user-fill:before {
  content: "\ef19";
}
.ri-map-pin-user-line:before {
  content: "\ef1a";
}
.ri-mark-pen-fill:before {
  content: "\ef1b";
}
.ri-mark-pen-line:before {
  content: "\ef1c";
}
.ri-markdown-fill:before {
  content: "\ef1d";
}
.ri-markdown-line:before {
  content: "\ef1e";
}
.ri-markup-fill:before {
  content: "\ef1f";
}
.ri-markup-line:before {
  content: "\ef20";
}
.ri-mastercard-fill:before {
  content: "\ef21";
}
.ri-mastercard-line:before {
  content: "\ef22";
}
.ri-mastodon-fill:before {
  content: "\ef23";
}
.ri-mastodon-line:before {
  content: "\ef24";
}
.ri-medal-2-fill:before {
  content: "\ef25";
}
.ri-medal-2-line:before {
  content: "\ef26";
}
.ri-medal-fill:before {
  content: "\ef27";
}
.ri-medal-line:before {
  content: "\ef28";
}
.ri-medicine-bottle-fill:before {
  content: "\ef29";
}
.ri-medicine-bottle-line:before {
  content: "\ef2a";
}
.ri-medium-fill:before {
  content: "\ef2b";
}
.ri-medium-line:before {
  content: "\ef2c";
}
.ri-men-fill:before {
  content: "\ef2d";
}
.ri-men-line:before {
  content: "\ef2e";
}
.ri-mental-health-fill:before {
  content: "\ef2f";
}
.ri-mental-health-line:before {
  content: "\ef30";
}
.ri-menu-2-fill:before {
  content: "\ef31";
}
.ri-menu-2-line:before {
  content: "\ef32";
}
.ri-menu-3-fill:before {
  content: "\ef33";
}
.ri-menu-3-line:before {
  content: "\ef34";
}
.ri-menu-4-fill:before {
  content: "\ef35";
}
.ri-menu-4-line:before {
  content: "\ef36";
}
.ri-menu-5-fill:before {
  content: "\ef37";
}
.ri-menu-5-line:before {
  content: "\ef38";
}
.ri-menu-add-fill:before {
  content: "\ef39";
}
.ri-menu-add-line:before {
  content: "\ef3a";
}
.ri-menu-fill:before {
  content: "\ef3b";
}
.ri-menu-fold-fill:before {
  content: "\ef3c";
}
.ri-menu-fold-line:before {
  content: "\ef3d";
}
.ri-menu-line:before {
  content: "\ef3e";
}
.ri-menu-unfold-fill:before {
  content: "\ef3f";
}
.ri-menu-unfold-line:before {
  content: "\ef40";
}
.ri-merge-cells-horizontal:before {
  content: "\ef41";
}
.ri-merge-cells-vertical:before {
  content: "\ef42";
}
.ri-message-2-fill:before {
  content: "\ef43";
}
.ri-message-2-line:before {
  content: "\ef44";
}
.ri-message-3-fill:before {
  content: "\ef45";
}
.ri-message-3-line:before {
  content: "\ef46";
}
.ri-message-fill:before {
  content: "\ef47";
}
.ri-message-line:before {
  content: "\ef48";
}
.ri-messenger-fill:before {
  content: "\ef49";
}
.ri-messenger-line:before {
  content: "\ef4a";
}
.ri-meteor-fill:before {
  content: "\ef4b";
}
.ri-meteor-line:before {
  content: "\ef4c";
}
.ri-mic-2-fill:before {
  content: "\ef4d";
}
.ri-mic-2-line:before {
  content: "\ef4e";
}
.ri-mic-fill:before {
  content: "\ef4f";
}
.ri-mic-line:before {
  content: "\ef50";
}
.ri-mic-off-fill:before {
  content: "\ef51";
}
.ri-mic-off-line:before {
  content: "\ef52";
}
.ri-mickey-fill:before {
  content: "\ef53";
}
.ri-mickey-line:before {
  content: "\ef54";
}
.ri-microscope-fill:before {
  content: "\ef55";
}
.ri-microscope-line:before {
  content: "\ef56";
}
.ri-microsoft-fill:before {
  content: "\ef57";
}
.ri-microsoft-line:before {
  content: "\ef58";
}
.ri-mind-map:before {
  content: "\ef59";
}
.ri-mini-program-fill:before {
  content: "\ef5a";
}
.ri-mini-program-line:before {
  content: "\ef5b";
}
.ri-mist-fill:before {
  content: "\ef5c";
}
.ri-mist-line:before {
  content: "\ef5d";
}
.ri-money-cny-box-fill:before {
  content: "\ef5e";
}
.ri-money-cny-box-line:before {
  content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
  content: "\ef60";
}
.ri-money-cny-circle-line:before {
  content: "\ef61";
}
.ri-money-dollar-box-fill:before {
  content: "\ef62";
}
.ri-money-dollar-box-line:before {
  content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
  content: "\ef64";
}
.ri-money-dollar-circle-line:before {
  content: "\ef65";
}
.ri-money-euro-box-fill:before {
  content: "\ef66";
}
.ri-money-euro-box-line:before {
  content: "\ef67";
}
.ri-money-euro-circle-fill:before {
  content: "\ef68";
}
.ri-money-euro-circle-line:before {
  content: "\ef69";
}
.ri-money-pound-box-fill:before {
  content: "\ef6a";
}
.ri-money-pound-box-line:before {
  content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
  content: "\ef6c";
}
.ri-money-pound-circle-line:before {
  content: "\ef6d";
}
.ri-moon-clear-fill:before {
  content: "\ef6e";
}
.ri-moon-clear-line:before {
  content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
  content: "\ef70";
}
.ri-moon-cloudy-line:before {
  content: "\ef71";
}
.ri-moon-fill:before {
  content: "\ef72";
}
.ri-moon-foggy-fill:before {
  content: "\ef73";
}
.ri-moon-foggy-line:before {
  content: "\ef74";
}
.ri-moon-line:before {
  content: "\ef75";
}
.ri-more-2-fill:before {
  content: "\ef76";
}
.ri-more-2-line:before {
  content: "\ef77";
}
.ri-more-fill:before {
  content: "\ef78";
}
.ri-more-line:before {
  content: "\ef79";
}
.ri-motorbike-fill:before {
  content: "\ef7a";
}
.ri-motorbike-line:before {
  content: "\ef7b";
}
.ri-mouse-fill:before {
  content: "\ef7c";
}
.ri-mouse-line:before {
  content: "\ef7d";
}
.ri-movie-2-fill:before {
  content: "\ef7e";
}
.ri-movie-2-line:before {
  content: "\ef7f";
}
.ri-movie-fill:before {
  content: "\ef80";
}
.ri-movie-line:before {
  content: "\ef81";
}
.ri-music-2-fill:before {
  content: "\ef82";
}
.ri-music-2-line:before {
  content: "\ef83";
}
.ri-music-fill:before {
  content: "\ef84";
}
.ri-music-line:before {
  content: "\ef85";
}
.ri-mv-fill:before {
  content: "\ef86";
}
.ri-mv-line:before {
  content: "\ef87";
}
.ri-navigation-fill:before {
  content: "\ef88";
}
.ri-navigation-line:before {
  content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
  content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
  content: "\ef8b";
}
.ri-netflix-fill:before {
  content: "\ef8c";
}
.ri-netflix-line:before {
  content: "\ef8d";
}
.ri-newspaper-fill:before {
  content: "\ef8e";
}
.ri-newspaper-line:before {
  content: "\ef8f";
}
.ri-node-tree:before {
  content: "\ef90";
}
.ri-notification-2-fill:before {
  content: "\ef91";
}
.ri-notification-2-line:before {
  content: "\ef92";
}
.ri-notification-3-fill:before {
  content: "\ef93";
}
.ri-notification-3-line:before {
  content: "\ef94";
}
.ri-notification-4-fill:before {
  content: "\ef95";
}
.ri-notification-4-line:before {
  content: "\ef96";
}
.ri-notification-badge-fill:before {
  content: "\ef97";
}
.ri-notification-badge-line:before {
  content: "\ef98";
}
.ri-notification-fill:before {
  content: "\ef99";
}
.ri-notification-line:before {
  content: "\ef9a";
}
.ri-notification-off-fill:before {
  content: "\ef9b";
}
.ri-notification-off-line:before {
  content: "\ef9c";
}
.ri-npmjs-fill:before {
  content: "\ef9d";
}
.ri-npmjs-line:before {
  content: "\ef9e";
}
.ri-number-0:before {
  content: "\ef9f";
}
.ri-number-1:before {
  content: "\efa0";
}
.ri-number-2:before {
  content: "\efa1";
}
.ri-number-3:before {
  content: "\efa2";
}
.ri-number-4:before {
  content: "\efa3";
}
.ri-number-5:before {
  content: "\efa4";
}
.ri-number-6:before {
  content: "\efa5";
}
.ri-number-7:before {
  content: "\efa6";
}
.ri-number-8:before {
  content: "\efa7";
}
.ri-number-9:before {
  content: "\efa8";
}
.ri-numbers-fill:before {
  content: "\efa9";
}
.ri-numbers-line:before {
  content: "\efaa";
}
.ri-nurse-fill:before {
  content: "\efab";
}
.ri-nurse-line:before {
  content: "\efac";
}
.ri-oil-fill:before {
  content: "\efad";
}
.ri-oil-line:before {
  content: "\efae";
}
.ri-omega:before {
  content: "\efaf";
}
.ri-open-arm-fill:before {
  content: "\efb0";
}
.ri-open-arm-line:before {
  content: "\efb1";
}
.ri-open-source-fill:before {
  content: "\efb2";
}
.ri-open-source-line:before {
  content: "\efb3";
}
.ri-opera-fill:before {
  content: "\efb4";
}
.ri-opera-line:before {
  content: "\efb5";
}
.ri-order-play-fill:before {
  content: "\efb6";
}
.ri-order-play-line:before {
  content: "\efb7";
}
.ri-organization-chart:before {
  content: "\efb8";
}
.ri-outlet-2-fill:before {
  content: "\efb9";
}
.ri-outlet-2-line:before {
  content: "\efba";
}
.ri-outlet-fill:before {
  content: "\efbb";
}
.ri-outlet-line:before {
  content: "\efbc";
}
.ri-page-separator:before {
  content: "\efbd";
}
.ri-pages-fill:before {
  content: "\efbe";
}
.ri-pages-line:before {
  content: "\efbf";
}
.ri-paint-brush-fill:before {
  content: "\efc0";
}
.ri-paint-brush-line:before {
  content: "\efc1";
}
.ri-paint-fill:before {
  content: "\efc2";
}
.ri-paint-line:before {
  content: "\efc3";
}
.ri-palette-fill:before {
  content: "\efc4";
}
.ri-palette-line:before {
  content: "\efc5";
}
.ri-pantone-fill:before {
  content: "\efc6";
}
.ri-pantone-line:before {
  content: "\efc7";
}
.ri-paragraph:before {
  content: "\efc8";
}
.ri-parent-fill:before {
  content: "\efc9";
}
.ri-parent-line:before {
  content: "\efca";
}
.ri-parentheses-fill:before {
  content: "\efcb";
}
.ri-parentheses-line:before {
  content: "\efcc";
}
.ri-parking-box-fill:before {
  content: "\efcd";
}
.ri-parking-box-line:before {
  content: "\efce";
}
.ri-parking-fill:before {
  content: "\efcf";
}
.ri-parking-line:before {
  content: "\efd0";
}
.ri-passport-fill:before {
  content: "\efd1";
}
.ri-passport-line:before {
  content: "\efd2";
}
.ri-patreon-fill:before {
  content: "\efd3";
}
.ri-patreon-line:before {
  content: "\efd4";
}
.ri-pause-circle-fill:before {
  content: "\efd5";
}
.ri-pause-circle-line:before {
  content: "\efd6";
}
.ri-pause-fill:before {
  content: "\efd7";
}
.ri-pause-line:before {
  content: "\efd8";
}
.ri-pause-mini-fill:before {
  content: "\efd9";
}
.ri-pause-mini-line:before {
  content: "\efda";
}
.ri-paypal-fill:before {
  content: "\efdb";
}
.ri-paypal-line:before {
  content: "\efdc";
}
.ri-pen-nib-fill:before {
  content: "\efdd";
}
.ri-pen-nib-line:before {
  content: "\efde";
}
.ri-pencil-fill:before {
  content: "\efdf";
}
.ri-pencil-line:before {
  content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
  content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
  content: "\efe2";
}
.ri-pencil-ruler-fill:before {
  content: "\efe3";
}
.ri-pencil-ruler-line:before {
  content: "\efe4";
}
.ri-percent-fill:before {
  content: "\efe5";
}
.ri-percent-line:before {
  content: "\efe6";
}
.ri-phone-camera-fill:before {
  content: "\efe7";
}
.ri-phone-camera-line:before {
  content: "\efe8";
}
.ri-phone-fill:before {
  content: "\efe9";
}
.ri-phone-find-fill:before {
  content: "\efea";
}
.ri-phone-find-line:before {
  content: "\efeb";
}
.ri-phone-line:before {
  content: "\efec";
}
.ri-phone-lock-fill:before {
  content: "\efed";
}
.ri-phone-lock-line:before {
  content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
  content: "\efef";
}
.ri-picture-in-picture-2-line:before {
  content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
  content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
  content: "\eff2";
}
.ri-picture-in-picture-fill:before {
  content: "\eff3";
}
.ri-picture-in-picture-line:before {
  content: "\eff4";
}
.ri-pie-chart-2-fill:before {
  content: "\eff5";
}
.ri-pie-chart-2-line:before {
  content: "\eff6";
}
.ri-pie-chart-box-fill:before {
  content: "\eff7";
}
.ri-pie-chart-box-line:before {
  content: "\eff8";
}
.ri-pie-chart-fill:before {
  content: "\eff9";
}
.ri-pie-chart-line:before {
  content: "\effa";
}
.ri-pin-distance-fill:before {
  content: "\effb";
}
.ri-pin-distance-line:before {
  content: "\effc";
}
.ri-ping-pong-fill:before {
  content: "\effd";
}
.ri-ping-pong-line:before {
  content: "\effe";
}
.ri-pinterest-fill:before {
  content: "\efff";
}
.ri-pinterest-line:before {
  content: "\f000";
}
.ri-pinyin-input:before {
  content: "\f001";
}
.ri-pixelfed-fill:before {
  content: "\f002";
}
.ri-pixelfed-line:before {
  content: "\f003";
}
.ri-plane-fill:before {
  content: "\f004";
}
.ri-plane-line:before {
  content: "\f005";
}
.ri-plant-fill:before {
  content: "\f006";
}
.ri-plant-line:before {
  content: "\f007";
}
.ri-play-circle-fill:before {
  content: "\f008";
}
.ri-play-circle-line:before {
  content: "\f009";
}
.ri-play-fill:before {
  content: "\f00a";
}
.ri-play-line:before {
  content: "\f00b";
}
.ri-play-list-2-fill:before {
  content: "\f00c";
}
.ri-play-list-2-line:before {
  content: "\f00d";
}
.ri-play-list-add-fill:before {
  content: "\f00e";
}
.ri-play-list-add-line:before {
  content: "\f00f";
}
.ri-play-list-fill:before {
  content: "\f010";
}
.ri-play-list-line:before {
  content: "\f011";
}
.ri-play-mini-fill:before {
  content: "\f012";
}
.ri-play-mini-line:before {
  content: "\f013";
}
.ri-playstation-fill:before {
  content: "\f014";
}
.ri-playstation-line:before {
  content: "\f015";
}
.ri-plug-2-fill:before {
  content: "\f016";
}
.ri-plug-2-line:before {
  content: "\f017";
}
.ri-plug-fill:before {
  content: "\f018";
}
.ri-plug-line:before {
  content: "\f019";
}
.ri-polaroid-2-fill:before {
  content: "\f01a";
}
.ri-polaroid-2-line:before {
  content: "\f01b";
}
.ri-polaroid-fill:before {
  content: "\f01c";
}
.ri-polaroid-line:before {
  content: "\f01d";
}
.ri-police-car-fill:before {
  content: "\f01e";
}
.ri-police-car-line:before {
  content: "\f01f";
}
.ri-price-tag-2-fill:before {
  content: "\f020";
}
.ri-price-tag-2-line:before {
  content: "\f021";
}
.ri-price-tag-3-fill:before {
  content: "\f022";
}
.ri-price-tag-3-line:before {
  content: "\f023";
}
.ri-price-tag-fill:before {
  content: "\f024";
}
.ri-price-tag-line:before {
  content: "\f025";
}
.ri-printer-cloud-fill:before {
  content: "\f026";
}
.ri-printer-cloud-line:before {
  content: "\f027";
}
.ri-printer-fill:before {
  content: "\f028";
}
.ri-printer-line:before {
  content: "\f029";
}
.ri-product-hunt-fill:before {
  content: "\f02a";
}
.ri-product-hunt-line:before {
  content: "\f02b";
}
.ri-profile-fill:before {
  content: "\f02c";
}
.ri-profile-line:before {
  content: "\f02d";
}
.ri-projector-2-fill:before {
  content: "\f02e";
}
.ri-projector-2-line:before {
  content: "\f02f";
}
.ri-projector-fill:before {
  content: "\f030";
}
.ri-projector-line:before {
  content: "\f031";
}
.ri-psychotherapy-fill:before {
  content: "\f032";
}
.ri-psychotherapy-line:before {
  content: "\f033";
}
.ri-pulse-fill:before {
  content: "\f034";
}
.ri-pulse-line:before {
  content: "\f035";
}
.ri-pushpin-2-fill:before {
  content: "\f036";
}
.ri-pushpin-2-line:before {
  content: "\f037";
}
.ri-pushpin-fill:before {
  content: "\f038";
}
.ri-pushpin-line:before {
  content: "\f039";
}
.ri-qq-fill:before {
  content: "\f03a";
}
.ri-qq-line:before {
  content: "\f03b";
}
.ri-qr-code-fill:before {
  content: "\f03c";
}
.ri-qr-code-line:before {
  content: "\f03d";
}
.ri-qr-scan-2-fill:before {
  content: "\f03e";
}
.ri-qr-scan-2-line:before {
  content: "\f03f";
}
.ri-qr-scan-fill:before {
  content: "\f040";
}
.ri-qr-scan-line:before {
  content: "\f041";
}
.ri-question-answer-fill:before {
  content: "\f042";
}
.ri-question-answer-line:before {
  content: "\f043";
}
.ri-question-fill:before {
  content: "\f044";
}
.ri-question-line:before {
  content: "\f045";
}
.ri-question-mark:before {
  content: "\f046";
}
.ri-questionnaire-fill:before {
  content: "\f047";
}
.ri-questionnaire-line:before {
  content: "\f048";
}
.ri-quill-pen-fill:before {
  content: "\f049";
}
.ri-quill-pen-line:before {
  content: "\f04a";
}
.ri-radar-fill:before {
  content: "\f04b";
}
.ri-radar-line:before {
  content: "\f04c";
}
.ri-radio-2-fill:before {
  content: "\f04d";
}
.ri-radio-2-line:before {
  content: "\f04e";
}
.ri-radio-button-fill:before {
  content: "\f04f";
}
.ri-radio-button-line:before {
  content: "\f050";
}
.ri-radio-fill:before {
  content: "\f051";
}
.ri-radio-line:before {
  content: "\f052";
}
.ri-rainbow-fill:before {
  content: "\f053";
}
.ri-rainbow-line:before {
  content: "\f054";
}
.ri-rainy-fill:before {
  content: "\f055";
}
.ri-rainy-line:before {
  content: "\f056";
}
.ri-reactjs-fill:before {
  content: "\f057";
}
.ri-reactjs-line:before {
  content: "\f058";
}
.ri-record-circle-fill:before {
  content: "\f059";
}
.ri-record-circle-line:before {
  content: "\f05a";
}
.ri-record-mail-fill:before {
  content: "\f05b";
}
.ri-record-mail-line:before {
  content: "\f05c";
}
.ri-recycle-fill:before {
  content: "\f05d";
}
.ri-recycle-line:before {
  content: "\f05e";
}
.ri-red-packet-fill:before {
  content: "\f05f";
}
.ri-red-packet-line:before {
  content: "\f060";
}
.ri-reddit-fill:before {
  content: "\f061";
}
.ri-reddit-line:before {
  content: "\f062";
}
.ri-refresh-fill:before {
  content: "\f063";
}
.ri-refresh-line:before {
  content: "\f064";
}
.ri-refund-2-fill:before {
  content: "\f065";
}
.ri-refund-2-line:before {
  content: "\f066";
}
.ri-refund-fill:before {
  content: "\f067";
}
.ri-refund-line:before {
  content: "\f068";
}
.ri-registered-fill:before {
  content: "\f069";
}
.ri-registered-line:before {
  content: "\f06a";
}
.ri-remixicon-fill:before {
  content: "\f06b";
}
.ri-remixicon-line:before {
  content: "\f06c";
}
.ri-remote-control-2-fill:before {
  content: "\f06d";
}
.ri-remote-control-2-line:before {
  content: "\f06e";
}
.ri-remote-control-fill:before {
  content: "\f06f";
}
.ri-remote-control-line:before {
  content: "\f070";
}
.ri-repeat-2-fill:before {
  content: "\f071";
}
.ri-repeat-2-line:before {
  content: "\f072";
}
.ri-repeat-fill:before {
  content: "\f073";
}
.ri-repeat-line:before {
  content: "\f074";
}
.ri-repeat-one-fill:before {
  content: "\f075";
}
.ri-repeat-one-line:before {
  content: "\f076";
}
.ri-reply-all-fill:before {
  content: "\f077";
}
.ri-reply-all-line:before {
  content: "\f078";
}
.ri-reply-fill:before {
  content: "\f079";
}
.ri-reply-line:before {
  content: "\f07a";
}
.ri-reserved-fill:before {
  content: "\f07b";
}
.ri-reserved-line:before {
  content: "\f07c";
}
.ri-rest-time-fill:before {
  content: "\f07d";
}
.ri-rest-time-line:before {
  content: "\f07e";
}
.ri-restart-fill:before {
  content: "\f07f";
}
.ri-restart-line:before {
  content: "\f080";
}
.ri-restaurant-2-fill:before {
  content: "\f081";
}
.ri-restaurant-2-line:before {
  content: "\f082";
}
.ri-restaurant-fill:before {
  content: "\f083";
}
.ri-restaurant-line:before {
  content: "\f084";
}
.ri-rewind-fill:before {
  content: "\f085";
}
.ri-rewind-line:before {
  content: "\f086";
}
.ri-rewind-mini-fill:before {
  content: "\f087";
}
.ri-rewind-mini-line:before {
  content: "\f088";
}
.ri-rhythm-fill:before {
  content: "\f089";
}
.ri-rhythm-line:before {
  content: "\f08a";
}
.ri-riding-fill:before {
  content: "\f08b";
}
.ri-riding-line:before {
  content: "\f08c";
}
.ri-road-map-fill:before {
  content: "\f08d";
}
.ri-road-map-line:before {
  content: "\f08e";
}
.ri-roadster-fill:before {
  content: "\f08f";
}
.ri-roadster-line:before {
  content: "\f090";
}
.ri-robot-fill:before {
  content: "\f091";
}
.ri-robot-line:before {
  content: "\f092";
}
.ri-rocket-2-fill:before {
  content: "\f093";
}
.ri-rocket-2-line:before {
  content: "\f094";
}
.ri-rocket-fill:before {
  content: "\f095";
}
.ri-rocket-line:before {
  content: "\f096";
}
.ri-rotate-lock-fill:before {
  content: "\f097";
}
.ri-rotate-lock-line:before {
  content: "\f098";
}
.ri-rounded-corner:before {
  content: "\f099";
}
.ri-route-fill:before {
  content: "\f09a";
}
.ri-route-line:before {
  content: "\f09b";
}
.ri-router-fill:before {
  content: "\f09c";
}
.ri-router-line:before {
  content: "\f09d";
}
.ri-rss-fill:before {
  content: "\f09e";
}
.ri-rss-line:before {
  content: "\f09f";
}
.ri-ruler-2-fill:before {
  content: "\f0a0";
}
.ri-ruler-2-line:before {
  content: "\f0a1";
}
.ri-ruler-fill:before {
  content: "\f0a2";
}
.ri-ruler-line:before {
  content: "\f0a3";
}
.ri-run-fill:before {
  content: "\f0a4";
}
.ri-run-line:before {
  content: "\f0a5";
}
.ri-safari-fill:before {
  content: "\f0a6";
}
.ri-safari-line:before {
  content: "\f0a7";
}
.ri-safe-2-fill:before {
  content: "\f0a8";
}
.ri-safe-2-line:before {
  content: "\f0a9";
}
.ri-safe-fill:before {
  content: "\f0aa";
}
.ri-safe-line:before {
  content: "\f0ab";
}
.ri-sailboat-fill:before {
  content: "\f0ac";
}
.ri-sailboat-line:before {
  content: "\f0ad";
}
.ri-save-2-fill:before {
  content: "\f0ae";
}
.ri-save-2-line:before {
  content: "\f0af";
}
.ri-save-3-fill:before {
  content: "\f0b0";
}
.ri-save-3-line:before {
  content: "\f0b1";
}
.ri-save-fill:before {
  content: "\f0b2";
}
.ri-save-line:before {
  content: "\f0b3";
}
.ri-scales-2-fill:before {
  content: "\f0b4";
}
.ri-scales-2-line:before {
  content: "\f0b5";
}
.ri-scales-3-fill:before {
  content: "\f0b6";
}
.ri-scales-3-line:before {
  content: "\f0b7";
}
.ri-scales-fill:before {
  content: "\f0b8";
}
.ri-scales-line:before {
  content: "\f0b9";
}
.ri-scan-2-fill:before {
  content: "\f0ba";
}
.ri-scan-2-line:before {
  content: "\f0bb";
}
.ri-scan-fill:before {
  content: "\f0bc";
}
.ri-scan-line:before {
  content: "\f0bd";
}
.ri-scissors-2-fill:before {
  content: "\f0be";
}
.ri-scissors-2-line:before {
  content: "\f0bf";
}
.ri-scissors-cut-fill:before {
  content: "\f0c0";
}
.ri-scissors-cut-line:before {
  content: "\f0c1";
}
.ri-scissors-fill:before {
  content: "\f0c2";
}
.ri-scissors-line:before {
  content: "\f0c3";
}
.ri-screenshot-2-fill:before {
  content: "\f0c4";
}
.ri-screenshot-2-line:before {
  content: "\f0c5";
}
.ri-screenshot-fill:before {
  content: "\f0c6";
}
.ri-screenshot-line:before {
  content: "\f0c7";
}
.ri-sd-card-fill:before {
  content: "\f0c8";
}
.ri-sd-card-line:before {
  content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
  content: "\f0ca";
}
.ri-sd-card-mini-line:before {
  content: "\f0cb";
}
.ri-search-2-fill:before {
  content: "\f0cc";
}
.ri-search-2-line:before {
  content: "\f0cd";
}
.ri-search-eye-fill:before {
  content: "\f0ce";
}
.ri-search-eye-line:before {
  content: "\f0cf";
}
.ri-search-fill:before {
  content: "\f0d0";
}
.ri-search-line:before {
  content: "\f0d1";
}
.ri-secure-payment-fill:before {
  content: "\f0d2";
}
.ri-secure-payment-line:before {
  content: "\f0d3";
}
.ri-seedling-fill:before {
  content: "\f0d4";
}
.ri-seedling-line:before {
  content: "\f0d5";
}
.ri-send-backward:before {
  content: "\f0d6";
}
.ri-send-plane-2-fill:before {
  content: "\f0d7";
}
.ri-send-plane-2-line:before {
  content: "\f0d8";
}
.ri-send-plane-fill:before {
  content: "\f0d9";
}
.ri-send-plane-line:before {
  content: "\f0da";
}
.ri-send-to-back:before {
  content: "\f0db";
}
.ri-sensor-fill:before {
  content: "\f0dc";
}
.ri-sensor-line:before {
  content: "\f0dd";
}
.ri-separator:before {
  content: "\f0de";
}
.ri-server-fill:before {
  content: "\f0df";
}
.ri-server-line:before {
  content: "\f0e0";
}
.ri-service-fill:before {
  content: "\f0e1";
}
.ri-service-line:before {
  content: "\f0e2";
}
.ri-settings-2-fill:before {
  content: "\f0e3";
}
.ri-settings-2-line:before {
  content: "\f0e4";
}
.ri-settings-3-fill:before {
  content: "\f0e5";
}
.ri-settings-3-line:before {
  content: "\f0e6";
}
.ri-settings-4-fill:before {
  content: "\f0e7";
}
.ri-settings-4-line:before {
  content: "\f0e8";
}
.ri-settings-5-fill:before {
  content: "\f0e9";
}
.ri-settings-5-line:before {
  content: "\f0ea";
}
.ri-settings-6-fill:before {
  content: "\f0eb";
}
.ri-settings-6-line:before {
  content: "\f0ec";
}
.ri-settings-fill:before {
  content: "\f0ed";
}
.ri-settings-line:before {
  content: "\f0ee";
}
.ri-shape-2-fill:before {
  content: "\f0ef";
}
.ri-shape-2-line:before {
  content: "\f0f0";
}
.ri-shape-fill:before {
  content: "\f0f1";
}
.ri-shape-line:before {
  content: "\f0f2";
}
.ri-share-box-fill:before {
  content: "\f0f3";
}
.ri-share-box-line:before {
  content: "\f0f4";
}
.ri-share-circle-fill:before {
  content: "\f0f5";
}
.ri-share-circle-line:before {
  content: "\f0f6";
}
.ri-share-fill:before {
  content: "\f0f7";
}
.ri-share-forward-2-fill:before {
  content: "\f0f8";
}
.ri-share-forward-2-line:before {
  content: "\f0f9";
}
.ri-share-forward-box-fill:before {
  content: "\f0fa";
}
.ri-share-forward-box-line:before {
  content: "\f0fb";
}
.ri-share-forward-fill:before {
  content: "\f0fc";
}
.ri-share-forward-line:before {
  content: "\f0fd";
}
.ri-share-line:before {
  content: "\f0fe";
}
.ri-shield-check-fill:before {
  content: "\f0ff";
}
.ri-shield-check-line:before {
  content: "\f100";
}
.ri-shield-cross-fill:before {
  content: "\f101";
}
.ri-shield-cross-line:before {
  content: "\f102";
}
.ri-shield-fill:before {
  content: "\f103";
}
.ri-shield-flash-fill:before {
  content: "\f104";
}
.ri-shield-flash-line:before {
  content: "\f105";
}
.ri-shield-keyhole-fill:before {
  content: "\f106";
}
.ri-shield-keyhole-line:before {
  content: "\f107";
}
.ri-shield-line:before {
  content: "\f108";
}
.ri-shield-star-fill:before {
  content: "\f109";
}
.ri-shield-star-line:before {
  content: "\f10a";
}
.ri-shield-user-fill:before {
  content: "\f10b";
}
.ri-shield-user-line:before {
  content: "\f10c";
}
.ri-ship-2-fill:before {
  content: "\f10d";
}
.ri-ship-2-line:before {
  content: "\f10e";
}
.ri-ship-fill:before {
  content: "\f10f";
}
.ri-ship-line:before {
  content: "\f110";
}
.ri-shirt-fill:before {
  content: "\f111";
}
.ri-shirt-line:before {
  content: "\f112";
}
.ri-shopping-bag-2-fill:before {
  content: "\f113";
}
.ri-shopping-bag-2-line:before {
  content: "\f114";
}
.ri-shopping-bag-3-fill:before {
  content: "\f115";
}
.ri-shopping-bag-3-line:before {
  content: "\f116";
}
.ri-shopping-bag-fill:before {
  content: "\f117";
}
.ri-shopping-bag-line:before {
  content: "\f118";
}
.ri-shopping-basket-2-fill:before {
  content: "\f119";
}
.ri-shopping-basket-2-line:before {
  content: "\f11a";
}
.ri-shopping-basket-fill:before {
  content: "\f11b";
}
.ri-shopping-basket-line:before {
  content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
  content: "\f11d";
}
.ri-shopping-cart-2-line:before {
  content: "\f11e";
}
.ri-shopping-cart-fill:before {
  content: "\f11f";
}
.ri-shopping-cart-line:before {
  content: "\f120";
}
.ri-showers-fill:before {
  content: "\f121";
}
.ri-showers-line:before {
  content: "\f122";
}
.ri-shuffle-fill:before {
  content: "\f123";
}
.ri-shuffle-line:before {
  content: "\f124";
}
.ri-shut-down-fill:before {
  content: "\f125";
}
.ri-shut-down-line:before {
  content: "\f126";
}
.ri-side-bar-fill:before {
  content: "\f127";
}
.ri-side-bar-line:before {
  content: "\f128";
}
.ri-signal-tower-fill:before {
  content: "\f129";
}
.ri-signal-tower-line:before {
  content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
  content: "\f12b";
}
.ri-signal-wifi-1-line:before {
  content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
  content: "\f12d";
}
.ri-signal-wifi-2-line:before {
  content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
  content: "\f12f";
}
.ri-signal-wifi-3-line:before {
  content: "\f130";
}
.ri-signal-wifi-error-fill:before {
  content: "\f131";
}
.ri-signal-wifi-error-line:before {
  content: "\f132";
}
.ri-signal-wifi-fill:before {
  content: "\f133";
}
.ri-signal-wifi-line:before {
  content: "\f134";
}
.ri-signal-wifi-off-fill:before {
  content: "\f135";
}
.ri-signal-wifi-off-line:before {
  content: "\f136";
}
.ri-sim-card-2-fill:before {
  content: "\f137";
}
.ri-sim-card-2-line:before {
  content: "\f138";
}
.ri-sim-card-fill:before {
  content: "\f139";
}
.ri-sim-card-line:before {
  content: "\f13a";
}
.ri-single-quotes-l:before {
  content: "\f13b";
}
.ri-single-quotes-r:before {
  content: "\f13c";
}
.ri-sip-fill:before {
  content: "\f13d";
}
.ri-sip-line:before {
  content: "\f13e";
}
.ri-skip-back-fill:before {
  content: "\f13f";
}
.ri-skip-back-line:before {
  content: "\f140";
}
.ri-skip-back-mini-fill:before {
  content: "\f141";
}
.ri-skip-back-mini-line:before {
  content: "\f142";
}
.ri-skip-forward-fill:before {
  content: "\f143";
}
.ri-skip-forward-line:before {
  content: "\f144";
}
.ri-skip-forward-mini-fill:before {
  content: "\f145";
}
.ri-skip-forward-mini-line:before {
  content: "\f146";
}
.ri-skull-2-fill:before {
  content: "\f147";
}
.ri-skull-2-line:before {
  content: "\f148";
}
.ri-skull-fill:before {
  content: "\f149";
}
.ri-skull-line:before {
  content: "\f14a";
}
.ri-skype-fill:before {
  content: "\f14b";
}
.ri-skype-line:before {
  content: "\f14c";
}
.ri-slack-fill:before {
  content: "\f14d";
}
.ri-slack-line:before {
  content: "\f14e";
}
.ri-slice-fill:before {
  content: "\f14f";
}
.ri-slice-line:before {
  content: "\f150";
}
.ri-slideshow-2-fill:before {
  content: "\f151";
}
.ri-slideshow-2-line:before {
  content: "\f152";
}
.ri-slideshow-3-fill:before {
  content: "\f153";
}
.ri-slideshow-3-line:before {
  content: "\f154";
}
.ri-slideshow-4-fill:before {
  content: "\f155";
}
.ri-slideshow-4-line:before {
  content: "\f156";
}
.ri-slideshow-fill:before {
  content: "\f157";
}
.ri-slideshow-line:before {
  content: "\f158";
}
.ri-smartphone-fill:before {
  content: "\f159";
}
.ri-smartphone-line:before {
  content: "\f15a";
}
.ri-snapchat-fill:before {
  content: "\f15b";
}
.ri-snapchat-line:before {
  content: "\f15c";
}
.ri-snowy-fill:before {
  content: "\f15d";
}
.ri-snowy-line:before {
  content: "\f15e";
}
.ri-sort-asc:before {
  content: "\f15f";
}
.ri-sort-desc:before {
  content: "\f160";
}
.ri-sound-module-fill:before {
  content: "\f161";
}
.ri-sound-module-line:before {
  content: "\f162";
}
.ri-soundcloud-fill:before {
  content: "\f163";
}
.ri-soundcloud-line:before {
  content: "\f164";
}
.ri-space-ship-fill:before {
  content: "\f165";
}
.ri-space-ship-line:before {
  content: "\f166";
}
.ri-space:before {
  content: "\f167";
}
.ri-spam-2-fill:before {
  content: "\f168";
}
.ri-spam-2-line:before {
  content: "\f169";
}
.ri-spam-3-fill:before {
  content: "\f16a";
}
.ri-spam-3-line:before {
  content: "\f16b";
}
.ri-spam-fill:before {
  content: "\f16c";
}
.ri-spam-line:before {
  content: "\f16d";
}
.ri-speaker-2-fill:before {
  content: "\f16e";
}
.ri-speaker-2-line:before {
  content: "\f16f";
}
.ri-speaker-3-fill:before {
  content: "\f170";
}
.ri-speaker-3-line:before {
  content: "\f171";
}
.ri-speaker-fill:before {
  content: "\f172";
}
.ri-speaker-line:before {
  content: "\f173";
}
.ri-spectrum-fill:before {
  content: "\f174";
}
.ri-spectrum-line:before {
  content: "\f175";
}
.ri-speed-fill:before {
  content: "\f176";
}
.ri-speed-line:before {
  content: "\f177";
}
.ri-speed-mini-fill:before {
  content: "\f178";
}
.ri-speed-mini-line:before {
  content: "\f179";
}
.ri-split-cells-horizontal:before {
  content: "\f17a";
}
.ri-split-cells-vertical:before {
  content: "\f17b";
}
.ri-spotify-fill:before {
  content: "\f17c";
}
.ri-spotify-line:before {
  content: "\f17d";
}
.ri-spy-fill:before {
  content: "\f17e";
}
.ri-spy-line:before {
  content: "\f17f";
}
.ri-stack-fill:before {
  content: "\f180";
}
.ri-stack-line:before {
  content: "\f181";
}
.ri-stack-overflow-fill:before {
  content: "\f182";
}
.ri-stack-overflow-line:before {
  content: "\f183";
}
.ri-stackshare-fill:before {
  content: "\f184";
}
.ri-stackshare-line:before {
  content: "\f185";
}
.ri-star-fill:before {
  content: "\f186";
}
.ri-star-half-fill:before {
  content: "\f187";
}
.ri-star-half-line:before {
  content: "\f188";
}
.ri-star-half-s-fill:before {
  content: "\f189";
}
.ri-star-half-s-line:before {
  content: "\f18a";
}
.ri-star-line:before {
  content: "\f18b";
}
.ri-star-s-fill:before {
  content: "\f18c";
}
.ri-star-s-line:before {
  content: "\f18d";
}
.ri-star-smile-fill:before {
  content: "\f18e";
}
.ri-star-smile-line:before {
  content: "\f18f";
}
.ri-steam-fill:before {
  content: "\f190";
}
.ri-steam-line:before {
  content: "\f191";
}
.ri-steering-2-fill:before {
  content: "\f192";
}
.ri-steering-2-line:before {
  content: "\f193";
}
.ri-steering-fill:before {
  content: "\f194";
}
.ri-steering-line:before {
  content: "\f195";
}
.ri-stethoscope-fill:before {
  content: "\f196";
}
.ri-stethoscope-line:before {
  content: "\f197";
}
.ri-sticky-note-2-fill:before {
  content: "\f198";
}
.ri-sticky-note-2-line:before {
  content: "\f199";
}
.ri-sticky-note-fill:before {
  content: "\f19a";
}
.ri-sticky-note-line:before {
  content: "\f19b";
}
.ri-stock-fill:before {
  content: "\f19c";
}
.ri-stock-line:before {
  content: "\f19d";
}
.ri-stop-circle-fill:before {
  content: "\f19e";
}
.ri-stop-circle-line:before {
  content: "\f19f";
}
.ri-stop-fill:before {
  content: "\f1a0";
}
.ri-stop-line:before {
  content: "\f1a1";
}
.ri-stop-mini-fill:before {
  content: "\f1a2";
}
.ri-stop-mini-line:before {
  content: "\f1a3";
}
.ri-store-2-fill:before {
  content: "\f1a4";
}
.ri-store-2-line:before {
  content: "\f1a5";
}
.ri-store-3-fill:before {
  content: "\f1a6";
}
.ri-store-3-line:before {
  content: "\f1a7";
}
.ri-store-fill:before {
  content: "\f1a8";
}
.ri-store-line:before {
  content: "\f1a9";
}
.ri-strikethrough-2:before {
  content: "\f1aa";
}
.ri-strikethrough:before {
  content: "\f1ab";
}
.ri-subscript-2:before {
  content: "\f1ac";
}
.ri-subscript:before {
  content: "\f1ad";
}
.ri-subtract-fill:before {
  content: "\f1ae";
}
.ri-subtract-line:before {
  content: "\f1af";
}
.ri-subway-fill:before {
  content: "\f1b0";
}
.ri-subway-line:before {
  content: "\f1b1";
}
.ri-subway-wifi-fill:before {
  content: "\f1b2";
}
.ri-subway-wifi-line:before {
  content: "\f1b3";
}
.ri-suitcase-2-fill:before {
  content: "\f1b4";
}
.ri-suitcase-2-line:before {
  content: "\f1b5";
}
.ri-suitcase-3-fill:before {
  content: "\f1b6";
}
.ri-suitcase-3-line:before {
  content: "\f1b7";
}
.ri-suitcase-fill:before {
  content: "\f1b8";
}
.ri-suitcase-line:before {
  content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
  content: "\f1ba";
}
.ri-sun-cloudy-line:before {
  content: "\f1bb";
}
.ri-sun-fill:before {
  content: "\f1bc";
}
.ri-sun-foggy-fill:before {
  content: "\f1bd";
}
.ri-sun-foggy-line:before {
  content: "\f1be";
}
.ri-sun-line:before {
  content: "\f1bf";
}
.ri-superscript-2:before {
  content: "\f1c0";
}
.ri-superscript:before {
  content: "\f1c1";
}
.ri-surgical-mask-fill:before {
  content: "\f1c2";
}
.ri-surgical-mask-line:before {
  content: "\f1c3";
}
.ri-surround-sound-fill:before {
  content: "\f1c4";
}
.ri-surround-sound-line:before {
  content: "\f1c5";
}
.ri-survey-fill:before {
  content: "\f1c6";
}
.ri-survey-line:before {
  content: "\f1c7";
}
.ri-swap-box-fill:before {
  content: "\f1c8";
}
.ri-swap-box-line:before {
  content: "\f1c9";
}
.ri-swap-fill:before {
  content: "\f1ca";
}
.ri-swap-line:before {
  content: "\f1cb";
}
.ri-switch-fill:before {
  content: "\f1cc";
}
.ri-switch-line:before {
  content: "\f1cd";
}
.ri-sword-fill:before {
  content: "\f1ce";
}
.ri-sword-line:before {
  content: "\f1cf";
}
.ri-syringe-fill:before {
  content: "\f1d0";
}
.ri-syringe-line:before {
  content: "\f1d1";
}
.ri-t-box-fill:before {
  content: "\f1d2";
}
.ri-t-box-line:before {
  content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
  content: "\f1d4";
}
.ri-t-shirt-2-line:before {
  content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
  content: "\f1d6";
}
.ri-t-shirt-air-line:before {
  content: "\f1d7";
}
.ri-t-shirt-fill:before {
  content: "\f1d8";
}
.ri-t-shirt-line:before {
  content: "\f1d9";
}
.ri-table-2:before {
  content: "\f1da";
}
.ri-table-alt-fill:before {
  content: "\f1db";
}
.ri-table-alt-line:before {
  content: "\f1dc";
}
.ri-table-fill:before {
  content: "\f1dd";
}
.ri-table-line:before {
  content: "\f1de";
}
.ri-tablet-fill:before {
  content: "\f1df";
}
.ri-tablet-line:before {
  content: "\f1e0";
}
.ri-takeaway-fill:before {
  content: "\f1e1";
}
.ri-takeaway-line:before {
  content: "\f1e2";
}
.ri-taobao-fill:before {
  content: "\f1e3";
}
.ri-taobao-line:before {
  content: "\f1e4";
}
.ri-tape-fill:before {
  content: "\f1e5";
}
.ri-tape-line:before {
  content: "\f1e6";
}
.ri-task-fill:before {
  content: "\f1e7";
}
.ri-task-line:before {
  content: "\f1e8";
}
.ri-taxi-fill:before {
  content: "\f1e9";
}
.ri-taxi-line:before {
  content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
  content: "\f1eb";
}
.ri-taxi-wifi-line:before {
  content: "\f1ec";
}
.ri-team-fill:before {
  content: "\f1ed";
}
.ri-team-line:before {
  content: "\f1ee";
}
.ri-telegram-fill:before {
  content: "\f1ef";
}
.ri-telegram-line:before {
  content: "\f1f0";
}
.ri-temp-cold-fill:before {
  content: "\f1f1";
}
.ri-temp-cold-line:before {
  content: "\f1f2";
}
.ri-temp-hot-fill:before {
  content: "\f1f3";
}
.ri-temp-hot-line:before {
  content: "\f1f4";
}
.ri-terminal-box-fill:before {
  content: "\f1f5";
}
.ri-terminal-box-line:before {
  content: "\f1f6";
}
.ri-terminal-fill:before {
  content: "\f1f7";
}
.ri-terminal-line:before {
  content: "\f1f8";
}
.ri-terminal-window-fill:before {
  content: "\f1f9";
}
.ri-terminal-window-line:before {
  content: "\f1fa";
}
.ri-test-tube-fill:before {
  content: "\f1fb";
}
.ri-test-tube-line:before {
  content: "\f1fc";
}
.ri-text-direction-l:before {
  content: "\f1fd";
}
.ri-text-direction-r:before {
  content: "\f1fe";
}
.ri-text-spacing:before {
  content: "\f1ff";
}
.ri-text-wrap:before {
  content: "\f200";
}
.ri-text:before {
  content: "\f201";
}
.ri-thermometer-fill:before {
  content: "\f202";
}
.ri-thermometer-line:before {
  content: "\f203";
}
.ri-thumb-down-fill:before {
  content: "\f204";
}
.ri-thumb-down-line:before {
  content: "\f205";
}
.ri-thumb-up-fill:before {
  content: "\f206";
}
.ri-thumb-up-line:before {
  content: "\f207";
}
.ri-thunderstorms-fill:before {
  content: "\f208";
}
.ri-thunderstorms-line:before {
  content: "\f209";
}
.ri-ticket-2-fill:before {
  content: "\f20a";
}
.ri-ticket-2-line:before {
  content: "\f20b";
}
.ri-ticket-fill:before {
  content: "\f20c";
}
.ri-ticket-line:before {
  content: "\f20d";
}
.ri-time-fill:before {
  content: "\f20e";
}
.ri-time-line:before {
  content: "\f20f";
}
.ri-timer-2-fill:before {
  content: "\f210";
}
.ri-timer-2-line:before {
  content: "\f211";
}
.ri-timer-fill:before {
  content: "\f212";
}
.ri-timer-flash-fill:before {
  content: "\f213";
}
.ri-timer-flash-line:before {
  content: "\f214";
}
.ri-timer-line:before {
  content: "\f215";
}
.ri-todo-fill:before {
  content: "\f216";
}
.ri-todo-line:before {
  content: "\f217";
}
.ri-toggle-fill:before {
  content: "\f218";
}
.ri-toggle-line:before {
  content: "\f219";
}
.ri-tools-fill:before {
  content: "\f21a";
}
.ri-tools-line:before {
  content: "\f21b";
}
.ri-tornado-fill:before {
  content: "\f21c";
}
.ri-tornado-line:before {
  content: "\f21d";
}
.ri-trademark-fill:before {
  content: "\f21e";
}
.ri-trademark-line:before {
  content: "\f21f";
}
.ri-traffic-light-fill:before {
  content: "\f220";
}
.ri-traffic-light-line:before {
  content: "\f221";
}
.ri-train-fill:before {
  content: "\f222";
}
.ri-train-line:before {
  content: "\f223";
}
.ri-train-wifi-fill:before {
  content: "\f224";
}
.ri-train-wifi-line:before {
  content: "\f225";
}
.ri-translate-2:before {
  content: "\f226";
}
.ri-translate:before {
  content: "\f227";
}
.ri-travesti-fill:before {
  content: "\f228";
}
.ri-travesti-line:before {
  content: "\f229";
}
.ri-treasure-map-fill:before {
  content: "\f22a";
}
.ri-treasure-map-line:before {
  content: "\f22b";
}
.ri-trello-fill:before {
  content: "\f22c";
}
.ri-trello-line:before {
  content: "\f22d";
}
.ri-trophy-fill:before {
  content: "\f22e";
}
.ri-trophy-line:before {
  content: "\f22f";
}
.ri-truck-fill:before {
  content: "\f230";
}
.ri-truck-line:before {
  content: "\f231";
}
.ri-tumblr-fill:before {
  content: "\f232";
}
.ri-tumblr-line:before {
  content: "\f233";
}
.ri-tv-2-fill:before {
  content: "\f234";
}
.ri-tv-2-line:before {
  content: "\f235";
}
.ri-tv-fill:before {
  content: "\f236";
}
.ri-tv-line:before {
  content: "\f237";
}
.ri-twitch-fill:before {
  content: "\f238";
}
.ri-twitch-line:before {
  content: "\f239";
}
.ri-twitter-fill:before {
  content: "\f23a";
}
.ri-twitter-line:before {
  content: "\f23b";
}
.ri-typhoon-fill:before {
  content: "\f23c";
}
.ri-typhoon-line:before {
  content: "\f23d";
}
.ri-u-disk-fill:before {
  content: "\f23e";
}
.ri-u-disk-line:before {
  content: "\f23f";
}
.ri-ubuntu-fill:before {
  content: "\f240";
}
.ri-ubuntu-line:before {
  content: "\f241";
}
.ri-umbrella-fill:before {
  content: "\f242";
}
.ri-umbrella-line:before {
  content: "\f243";
}
.ri-underline:before {
  content: "\f244";
}
.ri-uninstall-fill:before {
  content: "\f245";
}
.ri-uninstall-line:before {
  content: "\f246";
}
.ri-unsplash-fill:before {
  content: "\f247";
}
.ri-unsplash-line:before {
  content: "\f248";
}
.ri-upload-2-fill:before {
  content: "\f249";
}
.ri-upload-2-line:before {
  content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
  content: "\f24b";
}
.ri-upload-cloud-2-line:before {
  content: "\f24c";
}
.ri-upload-cloud-fill:before {
  content: "\f24d";
}
.ri-upload-cloud-line:before {
  content: "\f24e";
}
.ri-upload-fill:before {
  content: "\f24f";
}
.ri-upload-line:before {
  content: "\f250";
}
.ri-usb-fill:before {
  content: "\f251";
}
.ri-usb-line:before {
  content: "\f252";
}
.ri-user-2-fill:before {
  content: "\f253";
}
.ri-user-2-line:before {
  content: "\f254";
}
.ri-user-3-fill:before {
  content: "\f255";
}
.ri-user-3-line:before {
  content: "\f256";
}
.ri-user-4-fill:before {
  content: "\f257";
}
.ri-user-4-line:before {
  content: "\f258";
}
.ri-user-5-fill:before {
  content: "\f259";
}
.ri-user-5-line:before {
  content: "\f25a";
}
.ri-user-6-fill:before {
  content: "\f25b";
}
.ri-user-6-line:before {
  content: "\f25c";
}
.ri-user-add-fill:before {
  content: "\f25d";
}
.ri-user-add-line:before {
  content: "\f25e";
}
.ri-user-fill:before {
  content: "\f25f";
}
.ri-user-follow-fill:before {
  content: "\f260";
}
.ri-user-follow-line:before {
  content: "\f261";
}
.ri-user-heart-fill:before {
  content: "\f262";
}
.ri-user-heart-line:before {
  content: "\f263";
}
.ri-user-line:before {
  content: "\f264";
}
.ri-user-location-fill:before {
  content: "\f265";
}
.ri-user-location-line:before {
  content: "\f266";
}
.ri-user-received-2-fill:before {
  content: "\f267";
}
.ri-user-received-2-line:before {
  content: "\f268";
}
.ri-user-received-fill:before {
  content: "\f269";
}
.ri-user-received-line:before {
  content: "\f26a";
}
.ri-user-search-fill:before {
  content: "\f26b";
}
.ri-user-search-line:before {
  content: "\f26c";
}
.ri-user-settings-fill:before {
  content: "\f26d";
}
.ri-user-settings-line:before {
  content: "\f26e";
}
.ri-user-shared-2-fill:before {
  content: "\f26f";
}
.ri-user-shared-2-line:before {
  content: "\f270";
}
.ri-user-shared-fill:before {
  content: "\f271";
}
.ri-user-shared-line:before {
  content: "\f272";
}
.ri-user-smile-fill:before {
  content: "\f273";
}
.ri-user-smile-line:before {
  content: "\f274";
}
.ri-user-star-fill:before {
  content: "\f275";
}
.ri-user-star-line:before {
  content: "\f276";
}
.ri-user-unfollow-fill:before {
  content: "\f277";
}
.ri-user-unfollow-line:before {
  content: "\f278";
}
.ri-user-voice-fill:before {
  content: "\f279";
}
.ri-user-voice-line:before {
  content: "\f27a";
}
.ri-video-add-fill:before {
  content: "\f27b";
}
.ri-video-add-line:before {
  content: "\f27c";
}
.ri-video-chat-fill:before {
  content: "\f27d";
}
.ri-video-chat-line:before {
  content: "\f27e";
}
.ri-video-download-fill:before {
  content: "\f27f";
}
.ri-video-download-line:before {
  content: "\f280";
}
.ri-video-fill:before {
  content: "\f281";
}
.ri-video-line:before {
  content: "\f282";
}
.ri-video-upload-fill:before {
  content: "\f283";
}
.ri-video-upload-line:before {
  content: "\f284";
}
.ri-vidicon-2-fill:before {
  content: "\f285";
}
.ri-vidicon-2-line:before {
  content: "\f286";
}
.ri-vidicon-fill:before {
  content: "\f287";
}
.ri-vidicon-line:before {
  content: "\f288";
}
.ri-vimeo-fill:before {
  content: "\f289";
}
.ri-vimeo-line:before {
  content: "\f28a";
}
.ri-vip-crown-2-fill:before {
  content: "\f28b";
}
.ri-vip-crown-2-line:before {
  content: "\f28c";
}
.ri-vip-crown-fill:before {
  content: "\f28d";
}
.ri-vip-crown-line:before {
  content: "\f28e";
}
.ri-vip-diamond-fill:before {
  content: "\f28f";
}
.ri-vip-diamond-line:before {
  content: "\f290";
}
.ri-vip-fill:before {
  content: "\f291";
}
.ri-vip-line:before {
  content: "\f292";
}
.ri-virus-fill:before {
  content: "\f293";
}
.ri-virus-line:before {
  content: "\f294";
}
.ri-visa-fill:before {
  content: "\f295";
}
.ri-visa-line:before {
  content: "\f296";
}
.ri-voice-recognition-fill:before {
  content: "\f297";
}
.ri-voice-recognition-line:before {
  content: "\f298";
}
.ri-voiceprint-fill:before {
  content: "\f299";
}
.ri-voiceprint-line:before {
  content: "\f29a";
}
.ri-volume-down-fill:before {
  content: "\f29b";
}
.ri-volume-down-line:before {
  content: "\f29c";
}
.ri-volume-mute-fill:before {
  content: "\f29d";
}
.ri-volume-mute-line:before {
  content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
  content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
  content: "\f2a0";
}
.ri-volume-up-fill:before {
  content: "\f2a1";
}
.ri-volume-up-line:before {
  content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
  content: "\f2a3";
}
.ri-volume-vibrate-line:before {
  content: "\f2a4";
}
.ri-vuejs-fill:before {
  content: "\f2a5";
}
.ri-vuejs-line:before {
  content: "\f2a6";
}
.ri-walk-fill:before {
  content: "\f2a7";
}
.ri-walk-line:before {
  content: "\f2a8";
}
.ri-wallet-2-fill:before {
  content: "\f2a9";
}
.ri-wallet-2-line:before {
  content: "\f2aa";
}
.ri-wallet-3-fill:before {
  content: "\f2ab";
}
.ri-wallet-3-line:before {
  content: "\f2ac";
}
.ri-wallet-fill:before {
  content: "\f2ad";
}
.ri-wallet-line:before {
  content: "\f2ae";
}
.ri-water-flash-fill:before {
  content: "\f2af";
}
.ri-water-flash-line:before {
  content: "\f2b0";
}
.ri-webcam-fill:before {
  content: "\f2b1";
}
.ri-webcam-line:before {
  content: "\f2b2";
}
.ri-wechat-2-fill:before {
  content: "\f2b3";
}
.ri-wechat-2-line:before {
  content: "\f2b4";
}
.ri-wechat-fill:before {
  content: "\f2b5";
}
.ri-wechat-line:before {
  content: "\f2b6";
}
.ri-wechat-pay-fill:before {
  content: "\f2b7";
}
.ri-wechat-pay-line:before {
  content: "\f2b8";
}
.ri-weibo-fill:before {
  content: "\f2b9";
}
.ri-weibo-line:before {
  content: "\f2ba";
}
.ri-whatsapp-fill:before {
  content: "\f2bb";
}
.ri-whatsapp-line:before {
  content: "\f2bc";
}
.ri-wheelchair-fill:before {
  content: "\f2bd";
}
.ri-wheelchair-line:before {
  content: "\f2be";
}
.ri-wifi-fill:before {
  content: "\f2bf";
}
.ri-wifi-line:before {
  content: "\f2c0";
}
.ri-wifi-off-fill:before {
  content: "\f2c1";
}
.ri-wifi-off-line:before {
  content: "\f2c2";
}
.ri-window-2-fill:before {
  content: "\f2c3";
}
.ri-window-2-line:before {
  content: "\f2c4";
}
.ri-window-fill:before {
  content: "\f2c5";
}
.ri-window-line:before {
  content: "\f2c6";
}
.ri-windows-fill:before {
  content: "\f2c7";
}
.ri-windows-line:before {
  content: "\f2c8";
}
.ri-windy-fill:before {
  content: "\f2c9";
}
.ri-windy-line:before {
  content: "\f2ca";
}
.ri-wireless-charging-fill:before {
  content: "\f2cb";
}
.ri-wireless-charging-line:before {
  content: "\f2cc";
}
.ri-women-fill:before {
  content: "\f2cd";
}
.ri-women-line:before {
  content: "\f2ce";
}
.ri-wubi-input:before {
  content: "\f2cf";
}
.ri-xbox-fill:before {
  content: "\f2d0";
}
.ri-xbox-line:before {
  content: "\f2d1";
}
.ri-xing-fill:before {
  content: "\f2d2";
}
.ri-xing-line:before {
  content: "\f2d3";
}
.ri-youtube-fill:before {
  content: "\f2d4";
}
.ri-youtube-line:before {
  content: "\f2d5";
}
.ri-zcool-fill:before {
  content: "\f2d6";
}
.ri-zcool-line:before {
  content: "\f2d7";
}
.ri-zhihu-fill:before {
  content: "\f2d8";
}
.ri-zhihu-line:before {
  content: "\f2d9";
}
.ri-zoom-in-fill:before {
  content: "\f2da";
}
.ri-zoom-in-line:before {
  content: "\f2db";
}
.ri-zoom-out-fill:before {
  content: "\f2dc";
}
.ri-zoom-out-line:before {
  content: "\f2dd";
}
.ri-zzz-fill:before {
  content: "\f2de";
}
.ri-zzz-line:before {
  content: "\f2df";
}
.ri-arrow-down-double-fill:before {
  content: "\f2e0";
}
.ri-arrow-down-double-line:before {
  content: "\f2e1";
}
.ri-arrow-left-double-fill:before {
  content: "\f2e2";
}
.ri-arrow-left-double-line:before {
  content: "\f2e3";
}
.ri-arrow-right-double-fill:before {
  content: "\f2e4";
}
.ri-arrow-right-double-line:before {
  content: "\f2e5";
}
.ri-arrow-turn-back-fill:before {
  content: "\f2e6";
}
.ri-arrow-turn-back-line:before {
  content: "\f2e7";
}
.ri-arrow-turn-forward-fill:before {
  content: "\f2e8";
}
.ri-arrow-turn-forward-line:before {
  content: "\f2e9";
}
.ri-arrow-up-double-fill:before {
  content: "\f2ea";
}
.ri-arrow-up-double-line:before {
  content: "\f2eb";
}
.ri-bard-fill:before {
  content: "\f2ec";
}
.ri-bard-line:before {
  content: "\f2ed";
}
.ri-bootstrap-fill:before {
  content: "\f2ee";
}
.ri-bootstrap-line:before {
  content: "\f2ef";
}
.ri-box-1-fill:before {
  content: "\f2f0";
}
.ri-box-1-line:before {
  content: "\f2f1";
}
.ri-box-2-fill:before {
  content: "\f2f2";
}
.ri-box-2-line:before {
  content: "\f2f3";
}
.ri-box-3-fill:before {
  content: "\f2f4";
}
.ri-box-3-line:before {
  content: "\f2f5";
}
.ri-brain-fill:before {
  content: "\f2f6";
}
.ri-brain-line:before {
  content: "\f2f7";
}
.ri-candle-fill:before {
  content: "\f2f8";
}
.ri-candle-line:before {
  content: "\f2f9";
}
.ri-cash-fill:before {
  content: "\f2fa";
}
.ri-cash-line:before {
  content: "\f2fb";
}
.ri-contract-left-fill:before {
  content: "\f2fc";
}
.ri-contract-left-line:before {
  content: "\f2fd";
}
.ri-contract-left-right-fill:before {
  content: "\f2fe";
}
.ri-contract-left-right-line:before {
  content: "\f2ff";
}
.ri-contract-right-fill:before {
  content: "\f300";
}
.ri-contract-right-line:before {
  content: "\f301";
}
.ri-contract-up-down-fill:before {
  content: "\f302";
}
.ri-contract-up-down-line:before {
  content: "\f303";
}
.ri-copilot-fill:before {
  content: "\f304";
}
.ri-copilot-line:before {
  content: "\f305";
}
.ri-corner-down-left-fill:before {
  content: "\f306";
}
.ri-corner-down-left-line:before {
  content: "\f307";
}
.ri-corner-down-right-fill:before {
  content: "\f308";
}
.ri-corner-down-right-line:before {
  content: "\f309";
}
.ri-corner-left-down-fill:before {
  content: "\f30a";
}
.ri-corner-left-down-line:before {
  content: "\f30b";
}
.ri-corner-left-up-fill:before {
  content: "\f30c";
}
.ri-corner-left-up-line:before {
  content: "\f30d";
}
.ri-corner-right-down-fill:before {
  content: "\f30e";
}
.ri-corner-right-down-line:before {
  content: "\f30f";
}
.ri-corner-right-up-fill:before {
  content: "\f310";
}
.ri-corner-right-up-line:before {
  content: "\f311";
}
.ri-corner-up-left-double-fill:before {
  content: "\f312";
}
.ri-corner-up-left-double-line:before {
  content: "\f313";
}
.ri-corner-up-left-fill:before {
  content: "\f314";
}
.ri-corner-up-left-line:before {
  content: "\f315";
}
.ri-corner-up-right-double-fill:before {
  content: "\f316";
}
.ri-corner-up-right-double-line:before {
  content: "\f317";
}
.ri-corner-up-right-fill:before {
  content: "\f318";
}
.ri-corner-up-right-line:before {
  content: "\f319";
}
.ri-cross-fill:before {
  content: "\f31a";
}
.ri-cross-line:before {
  content: "\f31b";
}
.ri-edge-new-fill:before {
  content: "\f31c";
}
.ri-edge-new-line:before {
  content: "\f31d";
}
.ri-equal-fill:before {
  content: "\f31e";
}
.ri-equal-line:before {
  content: "\f31f";
}
.ri-expand-left-fill:before {
  content: "\f320";
}
.ri-expand-left-line:before {
  content: "\f321";
}
.ri-expand-left-right-fill:before {
  content: "\f322";
}
.ri-expand-left-right-line:before {
  content: "\f323";
}
.ri-expand-right-fill:before {
  content: "\f324";
}
.ri-expand-right-line:before {
  content: "\f325";
}
.ri-expand-up-down-fill:before {
  content: "\f326";
}
.ri-expand-up-down-line:before {
  content: "\f327";
}
.ri-flickr-fill:before {
  content: "\f328";
}
.ri-flickr-line:before {
  content: "\f329";
}
.ri-forward-10-fill:before {
  content: "\f32a";
}
.ri-forward-10-line:before {
  content: "\f32b";
}
.ri-forward-15-fill:before {
  content: "\f32c";
}
.ri-forward-15-line:before {
  content: "\f32d";
}
.ri-forward-30-fill:before {
  content: "\f32e";
}
.ri-forward-30-line:before {
  content: "\f32f";
}
.ri-forward-5-fill:before {
  content: "\f330";
}
.ri-forward-5-line:before {
  content: "\f331";
}
.ri-graduation-cap-fill:before {
  content: "\f332";
}
.ri-graduation-cap-line:before {
  content: "\f333";
}
.ri-home-office-fill:before {
  content: "\f334";
}
.ri-home-office-line:before {
  content: "\f335";
}
.ri-hourglass-2-fill:before {
  content: "\f336";
}
.ri-hourglass-2-line:before {
  content: "\f337";
}
.ri-hourglass-fill:before {
  content: "\f338";
}
.ri-hourglass-line:before {
  content: "\f339";
}
.ri-javascript-fill:before {
  content: "\f33a";
}
.ri-javascript-line:before {
  content: "\f33b";
}
.ri-loop-left-fill:before {
  content: "\f33c";
}
.ri-loop-left-line:before {
  content: "\f33d";
}
.ri-loop-right-fill:before {
  content: "\f33e";
}
.ri-loop-right-line:before {
  content: "\f33f";
}
.ri-memories-fill:before {
  content: "\f340";
}
.ri-memories-line:before {
  content: "\f341";
}
.ri-meta-fill:before {
  content: "\f342";
}
.ri-meta-line:before {
  content: "\f343";
}
.ri-microsoft-loop-fill:before {
  content: "\f344";
}
.ri-microsoft-loop-line:before {
  content: "\f345";
}
.ri-nft-fill:before {
  content: "\f346";
}
.ri-nft-line:before {
  content: "\f347";
}
.ri-notion-fill:before {
  content: "\f348";
}
.ri-notion-line:before {
  content: "\f349";
}
.ri-openai-fill:before {
  content: "\f34a";
}
.ri-openai-line:before {
  content: "\f34b";
}
.ri-overline:before {
  content: "\f34c";
}
.ri-p2p-fill:before {
  content: "\f34d";
}
.ri-p2p-line:before {
  content: "\f34e";
}
.ri-presentation-fill:before {
  content: "\f34f";
}
.ri-presentation-line:before {
  content: "\f350";
}
.ri-replay-10-fill:before {
  content: "\f351";
}
.ri-replay-10-line:before {
  content: "\f352";
}
.ri-replay-15-fill:before {
  content: "\f353";
}
.ri-replay-15-line:before {
  content: "\f354";
}
.ri-replay-30-fill:before {
  content: "\f355";
}
.ri-replay-30-line:before {
  content: "\f356";
}
.ri-replay-5-fill:before {
  content: "\f357";
}
.ri-replay-5-line:before {
  content: "\f358";
}
.ri-school-fill:before {
  content: "\f359";
}
.ri-school-line:before {
  content: "\f35a";
}
.ri-shining-2-fill:before {
  content: "\f35b";
}
.ri-shining-2-line:before {
  content: "\f35c";
}
.ri-shining-fill:before {
  content: "\f35d";
}
.ri-shining-line:before {
  content: "\f35e";
}
.ri-sketching:before {
  content: "\f35f";
}
.ri-skip-down-fill:before {
  content: "\f360";
}
.ri-skip-down-line:before {
  content: "\f361";
}
.ri-skip-left-fill:before {
  content: "\f362";
}
.ri-skip-left-line:before {
  content: "\f363";
}
.ri-skip-right-fill:before {
  content: "\f364";
}
.ri-skip-right-line:before {
  content: "\f365";
}
.ri-skip-up-fill:before {
  content: "\f366";
}
.ri-skip-up-line:before {
  content: "\f367";
}
.ri-slow-down-fill:before {
  content: "\f368";
}
.ri-slow-down-line:before {
  content: "\f369";
}
.ri-sparkling-2-fill:before {
  content: "\f36a";
}
.ri-sparkling-2-line:before {
  content: "\f36b";
}
.ri-sparkling-fill:before {
  content: "\f36c";
}
.ri-sparkling-line:before {
  content: "\f36d";
}
.ri-speak-fill:before {
  content: "\f36e";
}
.ri-speak-line:before {
  content: "\f36f";
}
.ri-speed-up-fill:before {
  content: "\f370";
}
.ri-speed-up-line:before {
  content: "\f371";
}
.ri-tiktok-fill:before {
  content: "\f372";
}
.ri-tiktok-line:before {
  content: "\f373";
}
.ri-token-swap-fill:before {
  content: "\f374";
}
.ri-token-swap-line:before {
  content: "\f375";
}
.ri-unpin-fill:before {
  content: "\f376";
}
.ri-unpin-line:before {
  content: "\f377";
}
.ri-wechat-channels-fill:before {
  content: "\f378";
}
.ri-wechat-channels-line:before {
  content: "\f379";
}
.ri-wordpress-fill:before {
  content: "\f37a";
}
.ri-wordpress-line:before {
  content: "\f37b";
}
.ri-blender-fill:before {
  content: "\f37c";
}
.ri-blender-line:before {
  content: "\f37d";
}
.ri-emoji-sticker-fill:before {
  content: "\f37e";
}
.ri-emoji-sticker-line:before {
  content: "\f37f";
}
.ri-git-close-pull-request-fill:before {
  content: "\f380";
}
.ri-git-close-pull-request-line:before {
  content: "\f381";
}
.ri-instance-fill:before {
  content: "\f382";
}
.ri-instance-line:before {
  content: "\f383";
}
.ri-megaphone-fill:before {
  content: "\f384";
}
.ri-megaphone-line:before {
  content: "\f385";
}
.ri-pass-expired-fill:before {
  content: "\f386";
}
.ri-pass-expired-line:before {
  content: "\f387";
}
.ri-pass-pending-fill:before {
  content: "\f388";
}
.ri-pass-pending-line:before {
  content: "\f389";
}
.ri-pass-valid-fill:before {
  content: "\f38a";
}
.ri-pass-valid-line:before {
  content: "\f38b";
}
.ri-ai-generate:before {
  content: "\f38c";
}
.ri-calendar-close-fill:before {
  content: "\f38d";
}
.ri-calendar-close-line:before {
  content: "\f38e";
}
.ri-draggable:before {
  content: "\f38f";
}
.ri-font-family:before {
  content: "\f390";
}
.ri-font-mono:before {
  content: "\f391";
}
.ri-font-sans-serif:before {
  content: "\f392";
}
.ri-font-sans:before {
  content: "\f393";
}
.ri-hard-drive-3-fill:before {
  content: "\f394";
}
.ri-hard-drive-3-line:before {
  content: "\f395";
}
.ri-kick-fill:before {
  content: "\f396";
}
.ri-kick-line:before {
  content: "\f397";
}
.ri-list-check-3:before {
  content: "\f398";
}
.ri-list-indefinite:before {
  content: "\f399";
}
.ri-list-ordered-2:before {
  content: "\f39a";
}
.ri-list-radio:before {
  content: "\f39b";
}
.ri-openbase-fill:before {
  content: "\f39c";
}
.ri-openbase-line:before {
  content: "\f39d";
}
.ri-planet-fill:before {
  content: "\f39e";
}
.ri-planet-line:before {
  content: "\f39f";
}
.ri-prohibited-fill:before {
  content: "\f3a0";
}
.ri-prohibited-line:before {
  content: "\f3a1";
}
.ri-quote-text:before {
  content: "\f3a2";
}
.ri-seo-fill:before {
  content: "\f3a3";
}
.ri-seo-line:before {
  content: "\f3a4";
}
.ri-slash-commands:before {
  content: "\f3a5";
}
.ri-archive-2-fill:before {
  content: "\f3a6";
}
.ri-archive-2-line:before {
  content: "\f3a7";
}
.ri-inbox-2-fill:before {
  content: "\f3a8";
}
.ri-inbox-2-line:before {
  content: "\f3a9";
}
.ri-shake-hands-fill:before {
  content: "\f3aa";
}
.ri-shake-hands-line:before {
  content: "\f3ab";
}
.ri-supabase-fill:before {
  content: "\f3ac";
}
.ri-supabase-line:before {
  content: "\f3ad";
}
.ri-water-percent-fill:before {
  content: "\f3ae";
}
.ri-water-percent-line:before {
  content: "\f3af";
}
.ri-yuque-fill:before {
  content: "\f3b0";
}
.ri-yuque-line:before {
  content: "\f3b1";
}
.ri-crosshair-2-fill:before {
  content: "\f3b2";
}
.ri-crosshair-2-line:before {
  content: "\f3b3";
}
.ri-crosshair-fill:before {
  content: "\f3b4";
}
.ri-crosshair-line:before {
  content: "\f3b5";
}
.ri-file-close-fill:before {
  content: "\f3b6";
}
.ri-file-close-line:before {
  content: "\f3b7";
}
.ri-infinity-fill:before {
  content: "\f3b8";
}
.ri-infinity-line:before {
  content: "\f3b9";
}
.ri-rfid-fill:before {
  content: "\f3ba";
}
.ri-rfid-line:before {
  content: "\f3bb";
}
.ri-slash-commands-2:before {
  content: "\f3bc";
}
.ri-user-forbid-fill:before {
  content: "\f3bd";
}
.ri-user-forbid-line:before {
  content: "\f3be";
}
.ri-beer-fill:before {
  content: "\f3bf";
}
.ri-beer-line:before {
  content: "\f3c0";
}
.ri-circle-fill:before {
  content: "\f3c1";
}
.ri-circle-line:before {
  content: "\f3c2";
}
.ri-dropdown-list:before {
  content: "\f3c3";
}
.ri-file-image-fill:before {
  content: "\f3c4";
}
.ri-file-image-line:before {
  content: "\f3c5";
}
.ri-file-pdf-2-fill:before {
  content: "\f3c6";
}
.ri-file-pdf-2-line:before {
  content: "\f3c7";
}
.ri-file-video-fill:before {
  content: "\f3c8";
}
.ri-file-video-line:before {
  content: "\f3c9";
}
.ri-folder-image-fill:before {
  content: "\f3ca";
}
.ri-folder-image-line:before {
  content: "\f3cb";
}
.ri-folder-video-fill:before {
  content: "\f3cc";
}
.ri-folder-video-line:before {
  content: "\f3cd";
}
.ri-hexagon-fill:before {
  content: "\f3ce";
}
.ri-hexagon-line:before {
  content: "\f3cf";
}
.ri-menu-search-fill:before {
  content: "\f3d0";
}
.ri-menu-search-line:before {
  content: "\f3d1";
}
.ri-octagon-fill:before {
  content: "\f3d2";
}
.ri-octagon-line:before {
  content: "\f3d3";
}
.ri-pentagon-fill:before {
  content: "\f3d4";
}
.ri-pentagon-line:before {
  content: "\f3d5";
}
.ri-rectangle-fill:before {
  content: "\f3d6";
}
.ri-rectangle-line:before {
  content: "\f3d7";
}
.ri-robot-2-fill:before {
  content: "\f3d8";
}
.ri-robot-2-line:before {
  content: "\f3d9";
}
.ri-shapes-fill:before {
  content: "\f3da";
}
.ri-shapes-line:before {
  content: "\f3db";
}
.ri-square-fill:before {
  content: "\f3dc";
}
.ri-square-line:before {
  content: "\f3dd";
}
.ri-tent-fill:before {
  content: "\f3de";
}
.ri-tent-line:before {
  content: "\f3df";
}
.ri-threads-fill:before {
  content: "\f3e0";
}
.ri-threads-line:before {
  content: "\f3e1";
}
.ri-tree-fill:before {
  content: "\f3e2";
}
.ri-tree-line:before {
  content: "\f3e3";
}
.ri-triangle-fill:before {
  content: "\f3e4";
}
.ri-triangle-line:before {
  content: "\f3e5";
}
.ri-twitter-x-fill:before {
  content: "\f3e6";
}
.ri-twitter-x-line:before {
  content: "\f3e7";
}
.ri-verified-badge-fill:before {
  content: "\f3e8";
}
.ri-verified-badge-line:before {
  content: "\f3e9";
}
.ri-armchair-fill:before {
  content: "\f3ea";
}
.ri-armchair-line:before {
  content: "\f3eb";
}
.ri-bnb-fill:before {
  content: "\f3ec";
}
.ri-bnb-line:before {
  content: "\f3ed";
}
.ri-bread-fill:before {
  content: "\f3ee";
}
.ri-bread-line:before {
  content: "\f3ef";
}
.ri-btc-fill:before {
  content: "\f3f0";
}
.ri-btc-line:before {
  content: "\f3f1";
}
.ri-calendar-schedule-fill:before {
  content: "\f3f2";
}
.ri-calendar-schedule-line:before {
  content: "\f3f3";
}
.ri-dice-1-fill:before {
  content: "\f3f4";
}
.ri-dice-1-line:before {
  content: "\f3f5";
}
.ri-dice-2-fill:before {
  content: "\f3f6";
}
.ri-dice-2-line:before {
  content: "\f3f7";
}
.ri-dice-3-fill:before {
  content: "\f3f8";
}
.ri-dice-3-line:before {
  content: "\f3f9";
}
.ri-dice-4-fill:before {
  content: "\f3fa";
}
.ri-dice-4-line:before {
  content: "\f3fb";
}
.ri-dice-5-fill:before {
  content: "\f3fc";
}
.ri-dice-5-line:before {
  content: "\f3fd";
}
.ri-dice-6-fill:before {
  content: "\f3fe";
}
.ri-dice-6-line:before {
  content: "\f3ff";
}
.ri-dice-fill:before {
  content: "\f400";
}
.ri-dice-line:before {
  content: "\f401";
}
.ri-drinks-fill:before {
  content: "\f402";
}
.ri-drinks-line:before {
  content: "\f403";
}
.ri-equalizer-2-fill:before {
  content: "\f404";
}
.ri-equalizer-2-line:before {
  content: "\f405";
}
.ri-equalizer-3-fill:before {
  content: "\f406";
}
.ri-equalizer-3-line:before {
  content: "\f407";
}
.ri-eth-fill:before {
  content: "\f408";
}
.ri-eth-line:before {
  content: "\f409";
}
.ri-flower-fill:before {
  content: "\f40a";
}
.ri-flower-line:before {
  content: "\f40b";
}
.ri-glasses-2-fill:before {
  content: "\f40c";
}
.ri-glasses-2-line:before {
  content: "\f40d";
}
.ri-glasses-fill:before {
  content: "\f40e";
}
.ri-glasses-line:before {
  content: "\f40f";
}
.ri-goggles-fill:before {
  content: "\f410";
}
.ri-goggles-line:before {
  content: "\f411";
}
.ri-image-circle-fill:before {
  content: "\f412";
}
.ri-image-circle-line:before {
  content: "\f413";
}
.ri-info-i:before {
  content: "\f414";
}
.ri-money-rupee-circle-fill:before {
  content: "\f415";
}
.ri-money-rupee-circle-line:before {
  content: "\f416";
}
.ri-news-fill:before {
  content: "\f417";
}
.ri-news-line:before {
  content: "\f418";
}
.ri-robot-3-fill:before {
  content: "\f419";
}
.ri-robot-3-line:before {
  content: "\f41a";
}
.ri-share-2-fill:before {
  content: "\f41b";
}
.ri-share-2-line:before {
  content: "\f41c";
}
.ri-sofa-fill:before {
  content: "\f41d";
}
.ri-sofa-line:before {
  content: "\f41e";
}
.ri-svelte-fill:before {
  content: "\f41f";
}
.ri-svelte-line:before {
  content: "\f420";
}
.ri-vk-fill:before {
  content: "\f421";
}
.ri-vk-line:before {
  content: "\f422";
}
.ri-xrp-fill:before {
  content: "\f423";
}
.ri-xrp-line:before {
  content: "\f424";
}
.ri-xtz-fill:before {
  content: "\f425";
}
.ri-xtz-line:before {
  content: "\f426";
}
.ri-archive-stack-fill:before {
  content: "\f427";
}
.ri-archive-stack-line:before {
  content: "\f428";
}
.ri-bowl-fill:before {
  content: "\f429";
}
.ri-bowl-line:before {
  content: "\f42a";
}
.ri-calendar-view:before {
  content: "\f42b";
}
.ri-carousel-view:before {
  content: "\f42c";
}
.ri-code-block:before {
  content: "\f42d";
}
.ri-color-filter-fill:before {
  content: "\f42e";
}
.ri-color-filter-line:before {
  content: "\f42f";
}
.ri-contacts-book-3-fill:before {
  content: "\f430";
}
.ri-contacts-book-3-line:before {
  content: "\f431";
}
.ri-contract-fill:before {
  content: "\f432";
}
.ri-contract-line:before {
  content: "\f433";
}
.ri-drinks-2-fill:before {
  content: "\f434";
}
.ri-drinks-2-line:before {
  content: "\f435";
}
.ri-export-fill:before {
  content: "\f436";
}
.ri-export-line:before {
  content: "\f437";
}
.ri-file-check-fill:before {
  content: "\f438";
}
.ri-file-check-line:before {
  content: "\f439";
}
.ri-focus-mode:before {
  content: "\f43a";
}
.ri-folder-6-fill:before {
  content: "\f43b";
}
.ri-folder-6-line:before {
  content: "\f43c";
}
.ri-folder-check-fill:before {
  content: "\f43d";
}
.ri-folder-check-line:before {
  content: "\f43e";
}
.ri-folder-close-fill:before {
  content: "\f43f";
}
.ri-folder-close-line:before {
  content: "\f440";
}
.ri-folder-cloud-fill:before {
  content: "\f441";
}
.ri-folder-cloud-line:before {
  content: "\f442";
}
.ri-gallery-view-2:before {
  content: "\f443";
}
.ri-gallery-view:before {
  content: "\f444";
}
.ri-hand:before {
  content: "\f445";
}
.ri-import-fill:before {
  content: "\f446";
}
.ri-import-line:before {
  content: "\f447";
}
.ri-information-2-fill:before {
  content: "\f448";
}
.ri-information-2-line:before {
  content: "\f449";
}
.ri-kanban-view-2:before {
  content: "\f44a";
}
.ri-kanban-view:before {
  content: "\f44b";
}
.ri-list-view:before {
  content: "\f44c";
}
.ri-lock-star-fill:before {
  content: "\f44d";
}
.ri-lock-star-line:before {
  content: "\f44e";
}
.ri-puzzle-2-fill:before {
  content: "\f44f";
}
.ri-puzzle-2-line:before {
  content: "\f450";
}
.ri-puzzle-fill:before {
  content: "\f451";
}
.ri-puzzle-line:before {
  content: "\f452";
}
.ri-ram-2-fill:before {
  content: "\f453";
}
.ri-ram-2-line:before {
  content: "\f454";
}
.ri-ram-fill:before {
  content: "\f455";
}
.ri-ram-line:before {
  content: "\f456";
}
.ri-receipt-fill:before {
  content: "\f457";
}
.ri-receipt-line:before {
  content: "\f458";
}
.ri-shadow-fill:before {
  content: "\f459";
}
.ri-shadow-line:before {
  content: "\f45a";
}
.ri-sidebar-fold-fill:before {
  content: "\f45b";
}
.ri-sidebar-fold-line:before {
  content: "\f45c";
}
.ri-sidebar-unfold-fill:before {
  content: "\f45d";
}
.ri-sidebar-unfold-line:before {
  content: "\f45e";
}
.ri-slideshow-view:before {
  content: "\f45f";
}
.ri-sort-alphabet-asc:before {
  content: "\f460";
}
.ri-sort-alphabet-desc:before {
  content: "\f461";
}
.ri-sort-number-asc:before {
  content: "\f462";
}
.ri-sort-number-desc:before {
  content: "\f463";
}
.ri-stacked-view:before {
  content: "\f464";
}
.ri-sticky-note-add-fill:before {
  content: "\f465";
}
.ri-sticky-note-add-line:before {
  content: "\f466";
}
.ri-swap-2-fill:before {
  content: "\f467";
}
.ri-swap-2-line:before {
  content: "\f468";
}
.ri-swap-3-fill:before {
  content: "\f469";
}
.ri-swap-3-line:before {
  content: "\f46a";
}
.ri-table-3:before {
  content: "\f46b";
}
.ri-table-view:before {
  content: "\f46c";
}
.ri-text-block:before {
  content: "\f46d";
}
.ri-text-snippet:before {
  content: "\f46e";
}
.ri-timeline-view:before {
  content: "\f46f";
}
.ri-blogger-fill:before {
  content: "\f470";
}
.ri-blogger-line:before {
  content: "\f471";
}
.ri-chat-thread-fill:before {
  content: "\f472";
}
.ri-chat-thread-line:before {
  content: "\f473";
}
.ri-discount-percent-fill:before {
  content: "\f474";
}
.ri-discount-percent-line:before {
  content: "\f475";
}
.ri-exchange-2-fill:before {
  content: "\f476";
}
.ri-exchange-2-line:before {
  content: "\f477";
}
.ri-git-fork-fill:before {
  content: "\f478";
}
.ri-git-fork-line:before {
  content: "\f479";
}
.ri-input-field:before {
  content: "\f47a";
}
.ri-progress-1-fill:before {
  content: "\f47b";
}
.ri-progress-1-line:before {
  content: "\f47c";
}
.ri-progress-2-fill:before {
  content: "\f47d";
}
.ri-progress-2-line:before {
  content: "\f47e";
}
.ri-progress-3-fill:before {
  content: "\f47f";
}
.ri-progress-3-line:before {
  content: "\f480";
}
.ri-progress-4-fill:before {
  content: "\f481";
}
.ri-progress-4-line:before {
  content: "\f482";
}
.ri-progress-5-fill:before {
  content: "\f483";
}
.ri-progress-5-line:before {
  content: "\f484";
}
.ri-progress-6-fill:before {
  content: "\f485";
}
.ri-progress-6-line:before {
  content: "\f486";
}
.ri-progress-7-fill:before {
  content: "\f487";
}
.ri-progress-7-line:before {
  content: "\f488";
}
.ri-progress-8-fill:before {
  content: "\f489";
}
.ri-progress-8-line:before {
  content: "\f48a";
}
.ri-remix-run-fill:before {
  content: "\f48b";
}
.ri-remix-run-line:before {
  content: "\f48c";
}
.ri-signpost-fill:before {
  content: "\f48d";
}
.ri-signpost-line:before {
  content: "\f48e";
}
.ri-time-zone-fill:before {
  content: "\f48f";
}
.ri-time-zone-line:before {
  content: "\f490";
}
.ri-arrow-down-wide-fill:before {
  content: "\f491";
}
.ri-arrow-down-wide-line:before {
  content: "\f492";
}
.ri-arrow-left-wide-fill:before {
  content: "\f493";
}
.ri-arrow-left-wide-line:before {
  content: "\f494";
}
.ri-arrow-right-wide-fill:before {
  content: "\f495";
}
.ri-arrow-right-wide-line:before {
  content: "\f496";
}
.ri-arrow-up-wide-fill:before {
  content: "\f497";
}
.ri-arrow-up-wide-line:before {
  content: "\f498";
}
.ri-bluesky-fill:before {
  content: "\f499";
}
.ri-bluesky-line:before {
  content: "\f49a";
}
.ri-expand-height-fill:before {
  content: "\f49b";
}
.ri-expand-height-line:before {
  content: "\f49c";
}
.ri-expand-width-fill:before {
  content: "\f49d";
}
.ri-expand-width-line:before {
  content: "\f49e";
}
.ri-forward-end-fill:before {
  content: "\f49f";
}
.ri-forward-end-line:before {
  content: "\f4a0";
}
.ri-forward-end-mini-fill:before {
  content: "\f4a1";
}
.ri-forward-end-mini-line:before {
  content: "\f4a2";
}
.ri-friendica-fill:before {
  content: "\f4a3";
}
.ri-friendica-line:before {
  content: "\f4a4";
}
.ri-git-pr-draft-fill:before {
  content: "\f4a5";
}
.ri-git-pr-draft-line:before {
  content: "\f4a6";
}
.ri-play-reverse-fill:before {
  content: "\f4a7";
}
.ri-play-reverse-line:before {
  content: "\f4a8";
}
.ri-play-reverse-mini-fill:before {
  content: "\f4a9";
}
.ri-play-reverse-mini-line:before {
  content: "\f4aa";
}
.ri-rewind-start-fill:before {
  content: "\f4ab";
}
.ri-rewind-start-line:before {
  content: "\f4ac";
}
.ri-rewind-start-mini-fill:before {
  content: "\f4ad";
}
.ri-rewind-start-mini-line:before {
  content: "\f4ae";
}
.ri-scroll-to-bottom-fill:before {
  content: "\f4af";
}
.ri-scroll-to-bottom-line:before {
  content: "\f4b0";
}
.ri-add-large-fill:before {
  content: "\f4b1";
}
.ri-add-large-line:before {
  content: "\f4b2";
}
.ri-aed-electrodes-fill:before {
  content: "\f4b3";
}
.ri-aed-electrodes-line:before {
  content: "\f4b4";
}
.ri-aed-fill:before {
  content: "\f4b5";
}
.ri-aed-line:before {
  content: "\f4b6";
}
.ri-alibaba-cloud-fill:before {
  content: "\f4b7";
}
.ri-alibaba-cloud-line:before {
  content: "\f4b8";
}
.ri-align-item-bottom-fill:before {
  content: "\f4b9";
}
.ri-align-item-bottom-line:before {
  content: "\f4ba";
}
.ri-align-item-horizontal-center-fill:before {
  content: "\f4bb";
}
.ri-align-item-horizontal-center-line:before {
  content: "\f4bc";
}
.ri-align-item-left-fill:before {
  content: "\f4bd";
}
.ri-align-item-left-line:before {
  content: "\f4be";
}
.ri-align-item-right-fill:before {
  content: "\f4bf";
}
.ri-align-item-right-line:before {
  content: "\f4c0";
}
.ri-align-item-top-fill:before {
  content: "\f4c1";
}
.ri-align-item-top-line:before {
  content: "\f4c2";
}
.ri-align-item-vertical-center-fill:before {
  content: "\f4c3";
}
.ri-align-item-vertical-center-line:before {
  content: "\f4c4";
}
.ri-apps-2-add-fill:before {
  content: "\f4c5";
}
.ri-apps-2-add-line:before {
  content: "\f4c6";
}
.ri-close-large-fill:before {
  content: "\f4c7";
}
.ri-close-large-line:before {
  content: "\f4c8";
}
.ri-collapse-diagonal-2-fill:before {
  content: "\f4c9";
}
.ri-collapse-diagonal-2-line:before {
  content: "\f4ca";
}
.ri-collapse-diagonal-fill:before {
  content: "\f4cb";
}
.ri-collapse-diagonal-line:before {
  content: "\f4cc";
}
.ri-dashboard-horizontal-fill:before {
  content: "\f4cd";
}
.ri-dashboard-horizontal-line:before {
  content: "\f4ce";
}
.ri-expand-diagonal-2-fill:before {
  content: "\f4cf";
}
.ri-expand-diagonal-2-line:before {
  content: "\f4d0";
}
.ri-expand-diagonal-fill:before {
  content: "\f4d1";
}
.ri-expand-diagonal-line:before {
  content: "\f4d2";
}
.ri-firebase-fill:before {
  content: "\f4d3";
}
.ri-firebase-line:before {
  content: "\f4d4";
}
.ri-flip-horizontal-2-fill:before {
  content: "\f4d5";
}
.ri-flip-horizontal-2-line:before {
  content: "\f4d6";
}
.ri-flip-horizontal-fill:before {
  content: "\f4d7";
}
.ri-flip-horizontal-line:before {
  content: "\f4d8";
}
.ri-flip-vertical-2-fill:before {
  content: "\f4d9";
}
.ri-flip-vertical-2-line:before {
  content: "\f4da";
}
.ri-flip-vertical-fill:before {
  content: "\f4db";
}
.ri-flip-vertical-line:before {
  content: "\f4dc";
}
.ri-formula:before {
  content: "\f4dd";
}
.ri-function-add-fill:before {
  content: "\f4de";
}
.ri-function-add-line:before {
  content: "\f4df";
}
.ri-goblet-2-fill:before {
  content: "\f4e0";
}
.ri-goblet-2-line:before {
  content: "\f4e1";
}
.ri-golf-ball-fill:before {
  content: "\f4e2";
}
.ri-golf-ball-line:before {
  content: "\f4e3";
}
.ri-group-3-fill:before {
  content: "\f4e4";
}
.ri-group-3-line:before {
  content: "\f4e5";
}
.ri-heart-add-2-fill:before {
  content: "\f4e6";
}
.ri-heart-add-2-line:before {
  content: "\f4e7";
}
.ri-id-card-fill:before {
  content: "\f4e8";
}
.ri-id-card-line:before {
  content: "\f4e9";
}
.ri-information-off-fill:before {
  content: "\f4ea";
}
.ri-information-off-line:before {
  content: "\f4eb";
}
.ri-java-fill:before {
  content: "\f4ec";
}
.ri-java-line:before {
  content: "\f4ed";
}
.ri-layout-grid-2-fill:before {
  content: "\f4ee";
}
.ri-layout-grid-2-line:before {
  content: "\f4ef";
}
.ri-layout-horizontal-fill:before {
  content: "\f4f0";
}
.ri-layout-horizontal-line:before {
  content: "\f4f1";
}
.ri-layout-vertical-fill:before {
  content: "\f4f2";
}
.ri-layout-vertical-line:before {
  content: "\f4f3";
}
.ri-menu-fold-2-fill:before {
  content: "\f4f4";
}
.ri-menu-fold-2-line:before {
  content: "\f4f5";
}
.ri-menu-fold-3-fill:before {
  content: "\f4f6";
}
.ri-menu-fold-3-line:before {
  content: "\f4f7";
}
.ri-menu-fold-4-fill:before {
  content: "\f4f8";
}
.ri-menu-fold-4-line:before {
  content: "\f4f9";
}
.ri-menu-unfold-2-fill:before {
  content: "\f4fa";
}
.ri-menu-unfold-2-line:before {
  content: "\f4fb";
}
.ri-menu-unfold-3-fill:before {
  content: "\f4fc";
}
.ri-menu-unfold-3-line:before {
  content: "\f4fd";
}
.ri-menu-unfold-4-fill:before {
  content: "\f4fe";
}
.ri-menu-unfold-4-line:before {
  content: "\f4ff";
}
.ri-mobile-download-fill:before {
  content: "\f500";
}
.ri-mobile-download-line:before {
  content: "\f501";
}
.ri-nextjs-fill:before {
  content: "\f502";
}
.ri-nextjs-line:before {
  content: "\f503";
}
.ri-nodejs-fill:before {
  content: "\f504";
}
.ri-nodejs-line:before {
  content: "\f505";
}
.ri-pause-large-fill:before {
  content: "\f506";
}
.ri-pause-large-line:before {
  content: "\f507";
}
.ri-play-large-fill:before {
  content: "\f508";
}
.ri-play-large-line:before {
  content: "\f509";
}
.ri-play-reverse-large-fill:before {
  content: "\f50a";
}
.ri-play-reverse-large-line:before {
  content: "\f50b";
}
.ri-police-badge-fill:before {
  content: "\f50c";
}
.ri-police-badge-line:before {
  content: "\f50d";
}
.ri-prohibited-2-fill:before {
  content: "\f50e";
}
.ri-prohibited-2-line:before {
  content: "\f50f";
}
.ri-shopping-bag-4-fill:before {
  content: "\f510";
}
.ri-shopping-bag-4-line:before {
  content: "\f511";
}
.ri-snowflake-fill:before {
  content: "\f512";
}
.ri-snowflake-line:before {
  content: "\f513";
}
.ri-square-root:before {
  content: "\f514";
}
.ri-stop-large-fill:before {
  content: "\f515";
}
.ri-stop-large-line:before {
  content: "\f516";
}
.ri-tailwind-css-fill:before {
  content: "\f517";
}
.ri-tailwind-css-line:before {
  content: "\f518";
}
.ri-tooth-fill:before {
  content: "\f519";
}
.ri-tooth-line:before {
  content: "\f51a";
}
.ri-video-off-fill:before {
  content: "\f51b";
}
.ri-video-off-line:before {
  content: "\f51c";
}
.ri-video-on-fill:before {
  content: "\f51d";
}
.ri-video-on-line:before {
  content: "\f51e";
}
.ri-webhook-fill:before {
  content: "\f51f";
}
.ri-webhook-line:before {
  content: "\f520";
}
.ri-weight-fill:before {
  content: "\f521";
}
.ri-weight-line:before {
  content: "\f522";
}
.ri-book-shelf-fill:before {
  content: "\f523";
}
.ri-book-shelf-line:before {
  content: "\f524";
}
.ri-brain-2-fill:before {
  content: "\f525";
}
.ri-brain-2-line:before {
  content: "\f526";
}
.ri-chat-search-fill:before {
  content: "\f527";
}
.ri-chat-search-line:before {
  content: "\f528";
}
.ri-chat-unread-fill:before {
  content: "\f529";
}
.ri-chat-unread-line:before {
  content: "\f52a";
}
.ri-collapse-horizontal-fill:before {
  content: "\f52b";
}
.ri-collapse-horizontal-line:before {
  content: "\f52c";
}
.ri-collapse-vertical-fill:before {
  content: "\f52d";
}
.ri-collapse-vertical-line:before {
  content: "\f52e";
}
.ri-dna-fill:before {
  content: "\f52f";
}
.ri-dna-line:before {
  content: "\f530";
}
.ri-dropper-fill:before {
  content: "\f531";
}
.ri-dropper-line:before {
  content: "\f532";
}
.ri-expand-diagonal-s-2-fill:before {
  content: "\f533";
}
.ri-expand-diagonal-s-2-line:before {
  content: "\f534";
}
.ri-expand-diagonal-s-fill:before {
  content: "\f535";
}
.ri-expand-diagonal-s-line:before {
  content: "\f536";
}
.ri-expand-horizontal-fill:before {
  content: "\f537";
}
.ri-expand-horizontal-line:before {
  content: "\f538";
}
.ri-expand-horizontal-s-fill:before {
  content: "\f539";
}
.ri-expand-horizontal-s-line:before {
  content: "\f53a";
}
.ri-expand-vertical-fill:before {
  content: "\f53b";
}
.ri-expand-vertical-line:before {
  content: "\f53c";
}
.ri-expand-vertical-s-fill:before {
  content: "\f53d";
}
.ri-expand-vertical-s-line:before {
  content: "\f53e";
}
.ri-gemini-fill:before {
  content: "\f53f";
}
.ri-gemini-line:before {
  content: "\f540";
}
.ri-reset-left-fill:before {
  content: "\f541";
}
.ri-reset-left-line:before {
  content: "\f542";
}
.ri-reset-right-fill:before {
  content: "\f543";
}
.ri-reset-right-line:before {
  content: "\f544";
}
.ri-stairs-fill:before {
  content: "\f545";
}
.ri-stairs-line:before {
  content: "\f546";
}
.ri-telegram-2-fill:before {
  content: "\f547";
}
.ri-telegram-2-line:before {
  content: "\f548";
}
.ri-triangular-flag-fill:before {
  content: "\f549";
}
.ri-triangular-flag-line:before {
  content: "\f54a";
}
.ri-user-minus-fill:before {
  content: "\f54b";
}
.ri-user-minus-line:before {
  content: "\f54c";
}

/* src/assets/icons/flags/flags.css */
.flag {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
}
.flag-ad {
  background-image: url("./media/ad.png");
}
.flag-ae {
  background-image: url("./media/ae.png");
}
.flag-af {
  background-image: url("./media/af.png");
}
.flag-ag {
  background-image: url("./media/ag.png");
}
.flag-ai {
  background-image: url("./media/ai.png");
}
.flag-al {
  background-image: url("./media/al.png");
}
.flag-am {
  background-image: url("./media/am.png");
}
.flag-ao {
  background-image: url("./media/ao.png");
}
.flag-ar {
  background-image: url("./media/ar.png");
}
.flag-as {
  background-image: url("./media/as.png");
}
.flag-at {
  background-image: url("./media/at.png");
}
.flag-au {
  background-image: url("./media/au.png");
}
.flag-aw {
  background-image: url("./media/aw.png");
}
.flag-ax {
  background-image: url("./media/ax.png");
}
.flag-az {
  background-image: url("./media/az.png");
}
.flag-ba {
  background-image: url("./media/ba.png");
}
.flag-bb {
  background-image: url("./media/bb.png");
}
.flag-bd {
  background-image: url("./media/bd.png");
}
.flag-be {
  background-image: url("./media/be.png");
}
.flag-bf {
  background-image: url("./media/bf.png");
}
.flag-bg {
  background-image: url("./media/bg.png");
}
.flag-bh {
  background-image: url("./media/bh.png");
}
.flag-bi {
  background-image: url("./media/bi.png");
}
.flag-bj {
  background-image: url("./media/bj.png");
}
.flag-bl {
  background-image: url("./media/bl.png");
}
.flag-bm {
  background-image: url("./media/bm.png");
}
.flag-bn {
  background-image: url("./media/bn.png");
}
.flag-bo {
  background-image: url("./media/bo.png");
}
.flag-bq {
  background-image: url("./media/bq.png");
}
.flag-br {
  background-image: url("./media/br.png");
}
.flag-bs {
  background-image: url("./media/bs.png");
}
.flag-bt {
  background-image: url("./media/bt.png");
}
.flag-bv {
  background-image: url("./media/bv.png");
}
.flag-bw {
  background-image: url("./media/bw.png");
}
.flag-by {
  background-image: url("./media/by.png");
}
.flag-bz {
  background-image: url("./media/bz.png");
}
.flag-ca {
  background-image: url("./media/ca.png");
}
.flag-cc {
  background-image: url("./media/cc.png");
}
.flag-cd {
  background-image: url("./media/cd.png");
}
.flag-cf {
  background-image: url("./media/cf.png");
}
.flag-cg {
  background-image: url("./media/cg.png");
}
.flag-ch {
  background-image: url("./media/ch.png");
}
.flag-ci {
  background-image: url("./media/ci.png");
}
.flag-ck {
  background-image: url("./media/ck.png");
}
.flag-cl {
  background-image: url("./media/cl.png");
}
.flag-cm {
  background-image: url("./media/cm.png");
}
.flag-cn {
  background-image: url("./media/cn.png");
}
.flag-co {
  background-image: url("./media/co.png");
}
.flag-cr {
  background-image: url("./media/cr.png");
}
.flag-cu {
  background-image: url("./media/cu.png");
}
.flag-cv {
  background-image: url("./media/cv.png");
}
.flag-cw {
  background-image: url("./media/cw.png");
}
.flag-cx {
  background-image: url("./media/cx.png");
}
.flag-cy {
  background-image: url("./media/cy.png");
}
.flag-cz {
  background-image: url("./media/cz.png");
}
.flag-de {
  background-image: url("./media/de.png");
}
.flag-dj {
  background-image: url("./media/dj.png");
}
.flag-dk {
  background-image: url("./media/dk.png");
}
.flag-dm {
  background-image: url("./media/dm.png");
}
.flag-do {
  background-image: url("./media/do.png");
}
.flag-dz {
  background-image: url("./media/dz.png");
}
.flag-ec {
  background-image: url("./media/ec.png");
}
.flag-ee {
  background-image: url("./media/ee.png");
}
.flag-eg {
  background-image: url("./media/eg.png");
}
.flag-er {
  background-image: url("./media/er.png");
}
.flag-es {
  background-image: url("./media/es.png");
}
.flag-et {
  background-image: url("./media/et.png");
}
.flag-fi {
  background-image: url("./media/fi.png");
}
.flag-fj {
  background-image: url("./media/fj.png");
}
.flag-fk {
  background-image: url("./media/fk.png");
}
.flag-fm {
  background-image: url("./media/fm.png");
}
.flag-fo {
  background-image: url("./media/fo.png");
}
.flag-fr {
  background-image: url("./media/fr.png");
}
.flag-ga {
  background-image: url("./media/ga.png");
}
.flag-gb {
  background-image: url("./media/gb.png");
}
.flag-gd {
  background-image: url("./media/gd.png");
}
.flag-ge {
  background-image: url("./media/ge.png");
}
.flag-gf {
  background-image: url("./media/gf.png");
}
.flag-gg {
  background-image: url("./media/gg.png");
}
.flag-gh {
  background-image: url("./media/gh.png");
}
.flag-gi {
  background-image: url("./media/gi.png");
}
.flag-gl {
  background-image: url("./media/gl.png");
}
.flag-gm {
  background-image: url("./media/gm.png");
}
.flag-gn {
  background-image: url("./media/gn.png");
}
.flag-gp {
  background-image: url("./media/gp.png");
}
.flag-gq {
  background-image: url("./media/gq.png");
}
.flag-gr {
  background-image: url("./media/gr.png");
}
.flag-gs {
  background-image: url("./media/gs.png");
}
.flag-gt {
  background-image: url("./media/gt.png");
}
.flag-gu {
  background-image: url("./media/gu.png");
}
.flag-gw {
  background-image: url("./media/gw.png");
}
.flag-gy {
  background-image: url("./media/gy.png");
}
.flag-hk {
  background-image: url("./media/hk.png");
}
.flag-hn {
  background-image: url("./media/hn.png");
}
.flag-hr {
  background-image: url("./media/hr.png");
}
.flag-ht {
  background-image: url("./media/ht.png");
}
.flag-hu {
  background-image: url("./media/hu.png");
}
.flag-id {
  background-image: url("./media/id.png");
}
.flag-ie {
  background-image: url("./media/ie.png");
}
.flag-il {
  background-image: url("./media/il.png");
}
.flag-im {
  background-image: url("./media/im.png");
}
.flag-in {
  background-image: url("./media/in.png");
}
.flag-io {
  background-image: url("./media/io.png");
}
.flag-iq {
  background-image: url("./media/iq.png");
}
.flag-ir {
  background-image: url("./media/ir.png");
}
.flag-is {
  background-image: url("./media/is.png");
}
.flag-it {
  background-image: url("./media/it.png");
}
.flag-je {
  background-image: url("./media/je.png");
}
.flag-jm {
  background-image: url("./media/jm.png");
}
.flag-jo {
  background-image: url("./media/jo.png");
}
.flag-jp {
  background-image: url("./media/jp.png");
}
.flag-ke {
  background-image: url("./media/ke.png");
}
.flag-kg {
  background-image: url("./media/kg.png");
}
.flag-kh {
  background-image: url("./media/kh.png");
}
.flag-ki {
  background-image: url("./media/ki.png");
}
.flag-km {
  background-image: url("./media/km.png");
}
.flag-kn {
  background-image: url("./media/kn.png");
}
.flag-kp {
  background-image: url("./media/kp.png");
}
.flag-kr {
  background-image: url("./media/kr.png");
}
.flag-kw {
  background-image: url("./media/kw.png");
}
.flag-ky {
  background-image: url("./media/ky.png");
}
.flag-kz {
  background-image: url("./media/kz.png");
}
.flag-la {
  background-image: url("./media/la.png");
}
.flag-lb {
  background-image: url("./media/lb.png");
}
.flag-lc {
  background-image: url("./media/lc.png");
}
.flag-li {
  background-image: url("./media/li.png");
}
.flag-lk {
  background-image: url("./media/lk.png");
}
.flag-lr {
  background-image: url("./media/lr.png");
}
.flag-ls {
  background-image: url("./media/ls.png");
}
.flag-lt {
  background-image: url("./media/lt.png");
}
.flag-lu {
  background-image: url("./media/lu.png");
}
.flag-lv {
  background-image: url("./media/lv.png");
}
.flag-ly {
  background-image: url("./media/ly.png");
}
.flag-ma {
  background-image: url("./media/ma.png");
}
.flag-mc {
  background-image: url("./media/mc.png");
}
.flag-md {
  background-image: url("./media/md.png");
}
.flag-me {
  background-image: url("./media/me.png");
}
.flag-mg {
  background-image: url("./media/mg.png");
}
.flag-mh {
  background-image: url("./media/mh.png");
}
.flag-mk {
  background-image: url("./media/mk.png");
}
.flag-ml {
  background-image: url("./media/ml.png");
}
.flag-mm {
  background-image: url("./media/mm.png");
}
.flag-mn {
  background-image: url("./media/mn.png");
}
.flag-mo {
  background-image: url("./media/mo.png");
}
.flag-mp {
  background-image: url("./media/mp.png");
}
.flag-mq {
  background-image: url("./media/mq.png");
}
.flag-mr {
  background-image: url("./media/mr.png");
}
.flag-ms {
  background-image: url("./media/ms.png");
}
.flag-mt {
  background-image: url("./media/mt.png");
}
.flag-mu {
  background-image: url("./media/mu.png");
}
.flag-mv {
  background-image: url("./media/mv.png");
}
.flag-mw {
  background-image: url("./media/mw.png");
}
.flag-mx {
  background-image: url("./media/mx.png");
}
.flag-my {
  background-image: url("./media/my.png");
}
.flag-mz {
  background-image: url("./media/mz.png");
}
.flag-na {
  background-image: url("./media/na.png");
}
.flag-nc {
  background-image: url("./media/nc.png");
}
.flag-ne {
  background-image: url("./media/ne.png");
}
.flag-nf {
  background-image: url("./media/nf.png");
}
.flag-ng {
  background-image: url("./media/ng.png");
}
.flag-ni {
  background-image: url("./media/ni.png");
}
.flag-nl {
  background-image: url("./media/nl.png");
}
.flag-no {
  background-image: url("./media/no.png");
}
.flag-np {
  background-image: url("./media/np.png");
}
.flag-nr {
  background-image: url("./media/nr.png");
}
.flag-nu {
  background-image: url("./media/nu.png");
}
.flag-nz {
  background-image: url("./media/nz.png");
}
.flag-om {
  background-image: url("./media/om.png");
}
.flag-pa {
  background-image: url("./media/pa.png");
}
.flag-pe {
  background-image: url("./media/pe.png");
}
.flag-pf {
  background-image: url("./media/pf.png");
}
.flag-pg {
  background-image: url("./media/pg.png");
}
.flag-ph {
  background-image: url("./media/ph.png");
}
.flag-pk {
  background-image: url("./media/pk.png");
}
.flag-pl {
  background-image: url("./media/pl.png");
}
.flag-pm {
  background-image: url("./media/pm.png");
}
.flag-pn {
  background-image: url("./media/pn.png");
}
.flag-pr {
  background-image: url("./media/pr.png");
}
.flag-ps {
  background-image: url("./media/ps.png");
}
.flag-pt {
  background-image: url("./media/pt.png");
}
.flag-pw {
  background-image: url("./media/pw.png");
}
.flag-py {
  background-image: url("./media/py.png");
}
.flag-qa {
  background-image: url("./media/qa.png");
}
.flag-re {
  background-image: url("./media/re.png");
}
.flag-ro {
  background-image: url("./media/ro.png");
}
.flag-rs {
  background-image: url("./media/rs.png");
}
.flag-ru {
  background-image: url("./media/ru.png");
}
.flag-rw {
  background-image: url("./media/rw.png");
}
.flag-sa {
  background-image: url("./media/sa.png");
}
.flag-sb {
  background-image: url("./media/sb.png");
}
.flag-sc {
  background-image: url("./media/sc.png");
}
.flag-sd {
  background-image: url("./media/sd.png");
}
.flag-se {
  background-image: url("./media/se.png");
}
.flag-sg {
  background-image: url("./media/sg.png");
}
.flag-sh {
  background-image: url("./media/sh.png");
}
.flag-si {
  background-image: url("./media/si.png");
}
.flag-sk {
  background-image: url("./media/sk.png");
}
.flag-sl {
  background-image: url("./media/sl.png");
}
.flag-sm {
  background-image: url("./media/sm.png");
}
.flag-sn {
  background-image: url("./media/sn.png");
}
.flag-so {
  background-image: url("./media/so.png");
}
.flag-sr {
  background-image: url("./media/sr.png");
}
.flag-ss {
  background-image: url("./media/ss.png");
}
.flag-st {
  background-image: url("./media/st.png");
}
.flag-sv {
  background-image: url("./media/sv.png");
}
.flag-sx {
  background-image: url("./media/sx.png");
}
.flag-sy {
  background-image: url("./media/sy.png");
}
.flag-sz {
  background-image: url("./media/sz.png");
}
.flag-tc {
  background-image: url("./media/tc.png");
}
.flag-td {
  background-image: url("./media/td.png");
}
.flag-tf {
  background-image: url("./media/tf.png");
}
.flag-tg {
  background-image: url("./media/tg.png");
}
.flag-th {
  background-image: url("./media/th.png");
}
.flag-tj {
  background-image: url("./media/tj.png");
}
.flag-tk {
  background-image: url("./media/tk.png");
}
.flag-tl {
  background-image: url("./media/tl.png");
}
.flag-tm {
  background-image: url("./media/tm.png");
}
.flag-tn {
  background-image: url("./media/tn.png");
}
.flag-to {
  background-image: url("./media/to.png");
}
.flag-tr {
  background-image: url("./media/tr.png");
}
.flag-tt {
  background-image: url("./media/tt.png");
}
.flag-tv {
  background-image: url("./media/tv.png");
}
.flag-tw {
  background-image: url("./media/tw.png");
}
.flag-tz {
  background-image: url("./media/tz.png");
}
.flag-ua {
  background-image: url("./media/ua.png");
}
.flag-ug {
  background-image: url("./media/ug.png");
}
.flag-um {
  background-image: url("./media/um.png");
}
.flag-us {
  background-image: url("./media/us.png");
}
.flag-uy {
  background-image: url("./media/uy.png");
}
.flag-uz {
  background-image: url("./media/uz.png");
}
.flag-va {
  background-image: url("./media/va.png");
}
.flag-vc {
  background-image: url("./media/vc.png");
}
.flag-ve {
  background-image: url("./media/ve.png");
}
.flag-vg {
  background-image: url("./media/vg.png");
}
.flag-vi {
  background-image: url("./media/vi.png");
}
.flag-vn {
  background-image: url("./media/vn.png");
}
.flag-vu {
  background-image: url("./media/vu.png");
}
.flag-wf {
  background-image: url("./media/wf.png");
}
.flag-ws {
  background-image: url("./media/ws.png");
}
.flag-ye {
  background-image: url("./media/ye.png");
}
.flag-yt {
  background-image: url("./media/yt.png");
}
.flag-za {
  background-image: url("./media/za.png");
}
.flag-zm {
  background-image: url("./media/zm.png");
}
.flag-zw {
  background-image: url("./media/zw.png");
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.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-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.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;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.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 {
  -webkit-tap-highlight-color: transparent;
}
.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;
}
.leaflet-pane {
  z-index: 400;
}
.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: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  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-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;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -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,
.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,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.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,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.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;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  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,
.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-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.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;
  font-size: 13px;
  font-size: 1.08333em;
}
.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.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.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;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.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 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -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;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-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-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-interactive {
  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,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  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;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/custom-theme.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
  background-color: #E5E7EB;
  overflow-y: auto;
  overflow-x: hidden;
}
::selection {
  background: #F26522;
  color: #FFF;
  text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
* {
  outline: none;
}
button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}
p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #202C4B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}
ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus,
ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.bg-primary {
  background-color: #F26522 !important;
}
.bg-secondary {
  background-color: #3B7080 !important;
}
.bg-info {
  background-color: #1B84FF !important;
}
.bg-success {
  background-color: #03C95A !important;
}
.bg-warning {
  background-color: #FFC107 !important;
}
.bg-danger {
  background-color: #E70D0D !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-white {
  background-color: #FFF;
}
.bg-pink {
  background-color: #FD3995 !important;
}
.bg-purple {
  background-color: #AB47BC !important;
}
.bg-darkgreen {
  background-color: #111926 !important;
}
.bg-nightblue {
  background-color: #0F0F41 !important;
}
.bg-royalblue {
  background-color: #0039C6 !important;
}
.bg-darkgray {
  background-color: #2E2E48 !important;
}
.bg-indigo {
  background-color: #391694 !important;
}
.bg-gray {
  background: #F4F6FA;
}
.bg-primary {
  background-color: #F26522 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(242, 101, 34, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: rgba(242, 101, 34, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(242, 101, 34, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(242, 101, 34, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: #f26522 !important;
}
.bg-secondary {
  background-color: #3B7080 !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(59, 112, 128, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(59, 112, 128, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(59, 112, 128, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(59, 112, 128, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: #3b7080 !important;
}
.bg-info {
  background-color: #1B84FF !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(27, 132, 255, 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(27, 132, 255, 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(27, 132, 255, 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(27, 132, 255, 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: #1b84ff !important;
}
.bg-success {
  background-color: #03C95A !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(3, 201, 90, 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(3, 201, 90, 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(3, 201, 90, 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(3, 201, 90, 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: #03c95a !important;
}
.bg-warning {
  background-color: #FFC107 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #E70D0D !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(231, 13, 13, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(231, 13, 13, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(231, 13, 13, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(231, 13, 13, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: #e70d0d !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(33, 37, 41, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(33, 37, 41, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(33, 37, 41, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(33, 37, 41, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: #212529 !important;
}
.bg-light {
  background-color: #F8F9FA !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(248, 249, 250, 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(248, 249, 250, 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(248, 249, 250, 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(248, 249, 250, 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: #f8f9fa !important;
}
.bg-skyblue {
  background-color: #0DCAF0 !important;
}
.bg-primary {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #FFF;
}
.bg-secondary {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  color: #FFF;
}
.bg-success {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  color: #FFF;
}
.bg-info {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  color: #FFF;
}
.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: #FFF;
}
.bg-danger {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  color: #FFF;
}
.bg-dark {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  color: #FFF;
}
.bg-light {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #FFF;
}
.bg-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF;
}
.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: #FFF;
}
.bg-soft-primary {
  background-color: #FEF0E9;
  color: #F26522;
}
.bg-soft-secondary {
  background-color: #B9CBD1;
  color: #3B7080;
}
.bg-soft-success {
  background-color: #A4EBC4;
  color: #03C95A;
}
.bg-soft-danger {
  background-color: #EC9E9E;
  color: #E70D0D;
}
.bg-soft-warning {
  background-color: #FFE9A6;
  color: #FFC107;
}
.bg-soft-info {
  background-color: rgba(27, 132, 255, 0.3);
  color: #1B84FF;
}
.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.9);
  color: #6B7280;
}
.bg-soft-dark {
  background-color: rgba(33, 37, 41, 0.3);
  color: #FFF;
}
.bg-light {
  color: #6B7280;
}
.bg-primary-gradient {
  background:
    linear-gradient(
      90deg,
      #FF6F28 0%,
      #FF5325 100%) !important;
  color: #FFF;
}
.bg-secondary-gradient {
  background:
    linear-gradient(
      180deg,
      #3B7080 0%,
      #3D90A9 100%) !important;
  color: #FFF;
}
.bg-warning-gradient {
  background:
    linear-gradient(
      180deg,
      #FFC107 0%,
      #FFE8A5 100%) !important;
  color: #FFF;
}
.bg-info-gradient {
  background:
    linear-gradient(
      180deg,
      #177DBC 0%,
      #1A91DB 100%) !important;
  color: #FFF;
}
.bg-success-gradient {
  background:
    linear-gradient(
      180deg,
      #2DCB73 0%,
      #0DA952 100%) !important;
  color: #FFF;
}
.bg-danger-gradient {
  background:
    linear-gradient(
      180deg,
      #E70D0D 0%,
      #810707 100%) !important;
  color: #FFF;
}
.bg-purple-gradient {
  background:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%) !important;
  color: #FFF;
}
.bg-light-gradient {
  background:
    linear-gradient(
      180deg,
      #F8F9FA 0%,
      #EDEDED 100%) !important;
  color: #000;
}
.bg-dark-gradient {
  background:
    linear-gradient(
      180deg,
      #F3F6FF 0%,
      #FFFFFF 100%) !important;
  color: #FFF;
}
.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #F26522;
  color: #F26522;
}
.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #3B7080;
  color: #3B7080;
}
.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFC107;
  color: #FFC107;
}
.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #1B84FF;
  color: #1B84FF;
}
.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #03C95A;
  color: #03C95A;
}
.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #E70D0D;
  color: #E70D0D;
}
.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #212529;
  color: #212529;
}
.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #F8F9FA !important;
  color: #000 !important;
}
.bg-primary-transparent {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}
.bg-primary-transparent:hover {
  background-color: #FEF1EB !important;
  color: #F26522 !important;
}
.bg-secondary-transparent {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}
.bg-secondary-transparent:hover {
  background-color: #EDF2F4 !important;
  color: #3B7080 !important;
}
.bg-info-transparent {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}
.bg-info-transparent:hover {
  background-color: #D6E9FF !important;
  color: #1B84FF !important;
}
.bg-success-transparent {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}
.bg-success-transparent:hover {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}
.bg-warning-transparent {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}
.bg-warning-transparent:hover {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}
.bg-danger-transparent {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}
.bg-danger-transparent:hover {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}
.bg-light-transparent {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #F8F9FA !important;
}
.bg-light-transparent:hover {
  background-color: rgba(248, 249, 250, 0.5) !important;
  color: #6B7280 !important;
}
.bg-skyblue-transparent {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}
.bg-skyblue-transparent:hover {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}
.bg-pink-transparent {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}
.bg-pink-transparent:hover {
  background-color: #FFDBEC !important;
  color: #FD3995 !important;
}
.bg-lightdanger-gradient {
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #FFEEEE 100%);
}
.bg-lightpink-gradient {
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #FFEBF4 100%);
}
.bg-lightsuccess-gradient {
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #E8FFF2 100%);
}
.bg-lightpurple-gradient {
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #FCE8FF 100%);
}
.bg-primary-100 {
  background-color: #FEF0E9 !important;
}
.bg-gray-100 {
  background-color: #F3F4F6;
}
.bg-gray-200 {
  background-color: #E5E7EB;
}
.bg-gray-300 {
  background-color: #D1D5DB;
}
.bg-gray-400 {
  background-color: #9CA3AF;
}
.bg-gray-500 {
  background-color: #6B7280;
}
.bg-gray-600 {
  background-color: #4B5563;
}
.bg-gray-700 {
  background-color: #374151;
}
.bg-gray-800 {
  background-color: #1F2937;
}
.bg-gray-900 {
  background-color: #111827 !important;
}
.bg-light-100 {
  background-color: #FDFDFE !important;
}
.bg-light-300 {
  background-color: #F8FAFC !important;
}
.bg-light-400 {
  background-color: #F6F8FB !important;
}
.bg-light-500 {
  background-color: #F4F6FA !important;
}
.bg-success-800 {
  background-color: #33D37A !important;
}
.svg-primary {
  fill: #F26522;
}
.svg-secondary {
  fill: #3B7080;
}
.svg-success {
  fill: #03C95A;
}
.svg-danger {
  fill: #E70D0D;
}
.svg-warning {
  fill: #FFC107;
}
.svg-white {
  fill: #FFF;
}
.svg-black {
  fill: #000;
}
.svg-pink {
  fill: #FD3995;
}
.svg-purple {
  fill: #AB47BC;
}
.svg-info {
  fill: #1B84FF;
}
.svg-light {
  fill: #F8F9FA;
}
.svg-dark {
  fill: #212529;
}
.svg-default {
  fill: #6B7280;
}
.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}
.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.bg-light-200 {
  background: #FBFBFD;
}
.bg-light-300 {
  background: #F8FAFC;
}
.bg-transparent-primary {
  background: #FEF1EB;
}
.bg-transparent-dark {
  background: #E8E9EA;
}
.bg-transparent-warning {
  background: #FFF4D2 !important;
}
.bg-transparent-light {
  background: #F8F9FA !important;
}
.bg-transparent-danger {
  background: #F6CECE !important;
}
.bg-transparent-success {
  background: #D2F5E1 !important;
}
.bg-transparent-info {
  background: #D6E9FF !important;
}
.bg-transparent-purple {
  background: #F7EEF9 !important;
  color: #AB47BC !important;
}
.bg-transparent-secondary {
  background: #EDF2F4 !important;
}
.bg-transparent-skyblue {
  background: #E9FAFE !important;
}
.bg-light-gray {
  background: #F4F6FA;
}
.bg-soft-pink {
  background: #FFDBEC;
  color: #FD3995;
}
.bg-soft-skyblue {
  background: #D3F5FC;
}
.bg-danger-transparent {
  background: #FAE7E7;
  border-color: #FAE7E7 !important;
}
.bg-pink-transparent {
  background: #FFEDF6 !important;
  color: #FD3995 !important;
}
.bg-outline-pink {
  border: 1px solid #FD3995 !important;
  color: #FD3995 !important;
}
.bg-outline-purple {
  border: 1px solid #AB47BC !important;
  color: #AB47BC !important;
}
.bg-outline-skyblue {
  border: 1px solid #0DCAF0 !important;
  color: #0DCAF0 !important;
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #FFF;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #FFF !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #03C95A;
}
.avatar.offline:before {
  background-color: #6B7280;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}
.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}
.avatar-xxxl.candidate-img {
  width: 135px;
  height: 135px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #F26522;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bootstrap-datetimepicker-widget table th.prev,
.bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 16px;
}
.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.bootstrap-datetimepicker-widget table th.prev span:hover,
.bootstrap-datetimepicker-widget table th.next span:hover {
  background: #212529;
  border-color: #212529;
  color: #FFF;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 14px;
  color: #6B7280;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 30px;
  height: 32px;
  line-height: 32px;
}
.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 16px;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #F26522;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}
.border-success {
  border-color: #03C95A !important;
}
.shadow-sm {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.shadow-md {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1) !important;
}
.list-group-item {
  border-color: #E9EDF4 !important;
  color: inherit;
}
.list-group a.active {
  background: #FEF0E9;
  color: #F26522;
}
.list-group a:hover {
  background: #FEF0E9;
  color: #F26522;
}
.list-styled-dotted li {
  list-style-type: disc;
}
.link-default {
  color: #6B7280;
}
.link-default:hover {
  color: #F26522;
}
.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #6B7280;
  border: 1px solid #6B7280;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #E70D0D;
  border-color: #E70D0D;
}
.w-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .w-40 {
    width: 100%;
  }
}
hr {
  border-color: #E9EDF4;
}
.btn-primary {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
  font-size: 14px;
  font-size: 14px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn.show:hover,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.6rem;
}
.btn.btn-md {
  padding: 0.35rem 0.85rem;
  font-size: 0.813rem;
}
.btn.btn-primary {
  background-color: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: rgb(222.1333333333, 80.4102564103, 13.0666666667);
  border: 1px solid rgb(222.1333333333, 80.4102564103, 13.0666666667);
  color: #FFF;
}
.btn.btn-secondary {
  background-color: #3B7080;
  border: 1px solid #3B7080;
  color: #FFF;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: rgb(46.1272727273, 87.5636363636, 100.0727272727);
  border: 1px solid rgb(46.1272727273, 87.5636363636, 100.0727272727);
  color: #FFF;
}
.btn.btn-success {
  background-color: #03C95A;
  border: 1px solid #03C95A;
  color: #FFF;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: rgb(2.4, 160.8, 72);
  border: 1px solid rgb(2.4, 160.8, 72);
  color: #FFF;
}
.btn.btn-info {
  background-color: #1B84FF;
  border: 1px solid #1B84FF;
  color: #FFF;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: rgb(0, 111.0789473684, 241.2);
  border: 1px solid rgb(0, 111.0789473684, 241.2);
  color: #FFF;
}
.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: #FFF;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: rgb(221.2, 165.9, 0);
  border: 1px solid rgb(221.2, 165.9, 0);
  color: #FFF;
}
.btn.btn-danger {
  background-color: #E70D0D;
  border: 1px solid #E70D0D;
  color: #FFF;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: rgb(192.3737704918, 10.8262295082, 10.8262295082);
  border: 1px solid rgb(192.3737704918, 10.8262295082, 10.8262295082);
  color: #FFF;
}
.btn.btn-dark {
  background-color: #212529;
  border: 1px solid #212529;
  color: #FFF;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background-color: rgb(14.8054054054, 16.6, 18.3945945946);
  border: 1px solid rgb(14.8054054054, 16.6, 18.3945945946);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #FFF;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: rgb(224.2, 228.6, 233);
  border: 1px solid rgb(224.2, 228.6, 233);
  color: #FFF;
}
.btn.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black.active {
  background-color: black;
  border: 1px solid black;
  color: #FFF;
}
.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: #FFF;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
  background-color: rgb(145.1768924303, 58.2446215139, 159.9553784861);
  border: 1px solid rgb(145.1768924303, 58.2446215139, 159.9553784861);
  color: #FFF;
}
.btn.btn-primary {
  background-color: #F37438;
  border: 1px solid #F37438;
  color: #FFF;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}
.btn.btn-light {
  background-color: #F8F9FA;
  border: 1px solid #F8F9FA;
  color: #111827;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: rgb(239.075, 241.35, 243.625);
  border: 1px solid #F8F9FA;
  color: #111827;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #111827;
}
.btn.btn-white.show {
  background-color: #FFF;
  border-color: #FFF;
}
.btn.btn-gray {
  background-color: #E5E7EB;
  border-color: #E5E7EB;
  color: #111827;
}
.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray.focus,
.btn.btn-gray:active,
.btn.btn-gray.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.btn.btn-linear-primary {
  background-image:
    linear-gradient(
      90deg,
      #FF6F28 0%,
      #FF5325 100%);
  border: 1px solid #F37438;
  color: #FFF;
}
.btn.btn-linear-primary:hover,
.btn.btn-linear-primary:focus,
.btn.btn-linear-primary.focus,
.btn.btn-linear-primary:active,
.btn.btn-linear-primary.active {
  background-color: rgb(240.9696682464, 92.4819905213, 22.3303317536);
  border: 1px solid rgb(240.9696682464, 92.4819905213, 22.3303317536);
  color: #FFF;
}
.btn-group .btn {
  padding: 0.45rem 0.75rem;
}
.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}
.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}
.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}
.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-xs {
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}
.btn-list > button,
.btn-list > a {
  margin: 0 0.375rem 0.375rem 0;
}
[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}
.btn-list {
  margin-block-end: -0.5rem;
}
.btn-square {
  border-radius: 0;
}
.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}
.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}
.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}
.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}
.btn.btn-primary-light {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
  background-color: #F26522;
  color: #FFF;
  border-color: #F26522;
}
.btn.btn-secondary-light {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}
.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
  background-color: #3B7080;
  color: #FFF;
  border-color: #3B7080;
}
.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.btn.btn-info-light {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}
.btn.btn-success-light {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}
.btn.btn-danger-light {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  color: #F26522;
  border: 1px solid #F26522;
}
.btn.btn-primary-ghost:active {
  color: #F26522;
  border: 1px solid #F26522;
  background-color: transparent;
}
.btn.btn-dark {
  background: #111827 !important;
  border-color: #111827 !important;
  box-shadow: none;
  color: #FFF;
}
.btn.btn-dark:hover {
  background: #252a30 !important;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #3B7080;
  border: 1px solid #3B7080;
}
.btn.btn-secondary-ghost:active {
  color: #3B7080;
  border: 1px solid #3B7080;
  background-color: transparent;
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}
.btn.btn-info-ghost:active {
  color: #1B84FF;
  border: 1px solid #1B84FF;
  background-color: transparent;
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: #03C95A;
  border: 1px solid #03C95A;
}
.btn.btn-success-ghost:active {
  color: #03C95A;
  border: 1px solid #03C95A;
  background-color: transparent;
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}
.btn.btn-danger-ghost:active {
  color: #E70D0D;
  border: 1px solid #E70D0D;
  background-color: transparent;
}
.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}
.btn-group-vertical .btn-check:checked + .btn {
  color: #FFF !important;
}
.btn-outline-primary {
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  box-shadow: 0 3px 10px rgba(242, 101, 34, 0.5);
  color: #FFF !important;
}
.btn-outline-secondary {
  border: 1px solid #3B7080 !important;
  color: #3B7080 !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #3B7080 !important;
  border: 1px solid #3B7080 !important;
  box-shadow: 0 3px 10px rgba(59, 112, 128, 0.5);
  color: #FFF !important;
}
.btn-outline-success {
  border: 1px solid #03C95A !important;
  color: #03C95A !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  box-shadow: 0 3px 10px rgba(3, 201, 90, 0.5);
  color: #FFF !important;
}
.btn-outline-danger {
  border: 1px solid #E70D0D !important;
  color: #E70D0D !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  box-shadow: 0 3px 10px rgba(231, 13, 13, 0.5);
  color: #FFF !important;
}
.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: #FFF !important;
}
.btn-outline-info {
  border: 1px solid #1B84FF !important;
  color: #1B84FF !important;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: #1B84FF !important;
  border: 1px solid #1B84FF !important;
  box-shadow: 0 3px 10px rgba(27, 132, 255, 0.5);
  color: #FFF !important;
}
.btn-outline-light {
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: #F8F9FA !important;
  border: 1px solid #F8F9FA !important;
  color: #374151 !important;
}
.btn-outline-dark {
  border: 1px solid #212529 !important;
  color: #212529 !important;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  box-shadow: 0 3px 10px rgba(33, 37, 41, 0.5);
  color: #FFF !important;
}
.btn-soft-primary {
  background-color: #FBD1BD !important;
  color: #F26522 !important;
}
.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary.focus,
.btn-soft-primary:active,
.btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(242, 101, 34, 0.2);
  border-color: #F26522;
}
.btn-soft-secondary {
  background-color: #B9CBD1 !important;
  color: #3B7080 !important;
}
.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary.focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(59, 112, 128, 0.2);
  border-color: #3B7080;
}
.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #03C95A !important;
}
.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success.focus,
.btn-soft-success:active,
.btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(3, 201, 90, 0.2);
  border-color: #03C95A;
}
.btn-soft-danger {
  background-color: #EC9E9E !important;
  color: #E70D0D !important;
}
.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger.focus,
.btn-soft-danger:active,
.btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(231, 13, 13, 0.2);
  border-color: #E70D0D;
}
.btn-soft-warning {
  background-color: #FFE9A6 !important;
  color: #FFC107 !important;
}
.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning.focus,
.btn-soft-warning:active,
.btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}
.btn-soft-info {
  background-color: rgba(27, 132, 255, 0.3) !important;
  color: #1B84FF !important;
}
.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info.focus,
.btn-soft-info:active,
.btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(27, 132, 255, 0.2);
  border-color: #1B84FF;
}
.btn-soft-light {
  background-color: rgba(248, 249, 250, 0.9) !important;
  color: #6B7280 !important;
}
.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light.focus,
.btn-soft-light:active,
.btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(248, 249, 250, 0.2);
  border-color: #F8F9FA;
  border-color: #6B7280;
}
.btn-soft-dark {
  background-color: rgba(33, 37, 41, 0.3) !important;
  color: #FFF !important;
}
.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark.focus,
.btn-soft-dark:active,
.btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(33, 37, 41, 0.2);
  border-color: #212529;
}
.primary-hover:hover {
  background: #F26522 !important;
  color: #FFF;
}
.warning-btn-hover:hover {
  background: #FFC107 !important;
  border-color: #FFC107 !important;
  color: #FFF;
}
.success-btn-hover:hover {
  background: #03C95A !important;
  border-color: #03C95A !important;
  color: #FFF;
}
.danger-btn-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}
.secondary-btn-hover:hover {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
  color: #FFF;
}
.primary-btn-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}
@media (max-width: 575.98px) {
  .btn {
    padding: 5px 12px;
  }
}
.bn-close.custom-btn-close {
  background-image: none;
}
.btn.btn-icon:hover {
  background: #E8E9EA;
  color: #212529;
}
.btn.btn-icon.active.bg-white {
  border-color: #FFF;
  color: #212529;
}
.btn.btn-icon:active {
  color: #FFF;
}
.border-purple {
  border-color: #AB47BC !important;
}
.btn-light.btn-icon:hover {
  background: #F26522 !important;
  color: #FFF !important;
}
.badge.badge-primary {
  background: rgba(242, 101, 34, 0.1);
  box-shadow: 0 1px 1px rgba(242, 101, 34, 0.5);
  color: #F26522;
}
.badge.badge-skyblue {
  background-color: #0DCAF0;
  color: #FFF;
}
.badge.badge-pink {
  background-color: #FD3995;
  color: #FFF;
}
.badge.badge-dark-transparent {
  background: #E8E9EA;
  color: #111827;
}
.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}
.badge.badge-pink-transparent {
  background: #FFEDF6;
  color: #FD3995;
}
.badge.badge-secondary-transparent {
  background: #EDF2F4;
  color: #3B7080;
}
.badge.badge-success-transparent {
  background: #D2F5E1;
  color: #03C95A;
}
.badge.badge-purple-transparent {
  background: #F7EEF9;
  color: #AB47BC;
}
.badge.badge-warning-transparent {
  background: #FFF9E9;
  color: #FFC107;
}
.badge.badge-danger-transparent {
  background: #FAE7E7;
  color: #E70D0D;
}
.badge.badge-info-transparent {
  background: #EBF4FF;
  color: #1B84FF;
}
.badge.badge-primary {
  background: #F26522;
  color: #FFF;
}
.badge.badge-soft-primary {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.badge.badge-secondary {
  background: #3B7080;
  color: #FFF;
}
.badge.badge-soft-secondary {
  background: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}
.badge.badge-success {
  background: #03C95A;
  color: #FFF;
}
.badge.badge-soft-success {
  background: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.badge.badge-info {
  background: #1B84FF;
  color: #FFF;
}
.badge.badge-soft-info {
  background: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.badge.badge-warning {
  background: #FFC107;
  color: #FFF;
}
.badge.badge-soft-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.badge.badge-danger {
  background: #E70D0D;
  color: #FFF;
}
.badge.badge-soft-danger {
  background: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.badge.badge-dark {
  background: #212529;
  color: #FFF;
}
.badge.badge-soft-dark {
  background: rgba(33, 37, 41, 0.1);
  color: #212529;
}
.badge.badge-light {
  background: #F8F9FA;
  color: #FFF;
}
.badge.badge-soft-light {
  background: rgba(248, 249, 250, 0.1);
  color: #F8F9FA;
}
.badge.badge-black {
  background: #000;
  color: #FFF;
}
.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.badge.badge-purple {
  background: #AB47BC;
  color: #FFF;
}
.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}
.badge {
  padding: 0.25rem 0.45rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  font-weight: 500;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}
.badge.arrow {
  width: 20px;
  height: 20px;
  background: #FBFBFD;
  color: #212529;
}
.badge.arrow:hover {
  background: #F26522;
  color: #FFF;
}
.badge.bg-light.arrow:hover {
  background: #212529 !important;
}
.badge-primary-hover:hover {
  background: #F26522 !important;
  border-color: #F26522 !important;
  color: #FFF !important;
}
.badge-danger-hover:hover {
  background: #E70D0D !important;
  border-color: #E70D0D !important;
  color: #FFF !important;
}
.badge.badge-soft-purple {
  background: #F0DEF3 !important;
  color: #AB47BC !important;
}
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #F8F9FA;
}
.border {
  border: 1px solid #E5E7EB !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-pink {
  border-color: #FD3995 !important;
}
.border.border-purple {
  border-color: #AB47BC !important;
}
.border.border-primary {
  border: 1px solid #F26522 !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: rgba(242, 101, 34, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: rgba(242, 101, 34, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: rgba(242, 101, 34, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: rgba(242, 101, 34, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: #f26522 !important;
}
.border.border-secondary {
  border: 1px solid #3B7080 !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(59, 112, 128, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(59, 112, 128, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(59, 112, 128, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(59, 112, 128, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: #3b7080 !important;
}
.border.border-info {
  border-color: #1B84FF !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(27, 132, 255, 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(27, 132, 255, 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(27, 132, 255, 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(27, 132, 255, 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: #1b84ff !important;
}
.border.border-success {
  border-color: #03C95A !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(3, 201, 90, 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(3, 201, 90, 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(3, 201, 90, 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(3, 201, 90, 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: #03c95a !important;
}
.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}
.border.border-danger {
  border: 1px solid #E70D0D !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(231, 13, 13, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(231, 13, 13, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(231, 13, 13, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(231, 13, 13, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: #e70d0d !important;
}
.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid #F8F9FA !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(248, 249, 250, 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(248, 249, 250, 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(248, 249, 250, 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(248, 249, 250, 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: #f8f9fa !important;
}
.border.border-dark {
  border: 1px solid #212529 !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(33, 37, 41, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(33, 37, 41, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(33, 37, 41, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(33, 37, 41, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: #212529 !important;
}
.border er-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}
.border-top {
  border-top: 1px solid #E5E7EB !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: #F26522 !important;
}
.border-top.border-secondary {
  border-color: #3B7080 !important;
}
.border-top.border-warning {
  border-color: #FFC107 !important;
}
.border-top.border-info {
  border-color: #1B84FF !important;
}
.border-top.border-success {
  border-color: #03C95A !important;
}
.border-top.border-danger {
  border-color: #E70D0D !important;
}
.border-top.border-light {
  border-color: #F8F9FA !important;
}
.border-top.border-dark {
  border-color: #212529 !important;
}
.border-top.border-purple {
  border-color: #AB47BC !important;
}
.border-end {
  border-inline-end: 1px solid #E5E7EB !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: #F26522 !important;
}
.border-end.border-secondary {
  border-color: #3B7080 !important;
}
.border-end.border-warning {
  border-color: #FFC107 !important;
}
.border-end.border-info {
  border-color: #1B84FF !important;
}
.border-end.border-success {
  border-color: #03C95A !important;
}
.border-end.border-danger {
  border-color: #E70D0D !important;
}
.border-end.border-light {
  border-color: #F8F9FA !important;
}
.border-end.border-dark {
  border-color: #212529 !important;
}
.border-bottom {
  border-bottom: 1px solid #E5E7EB !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: #F26522 !important;
}
.border-bottom.border-secondary {
  border-color: #3B7080 !important;
}
.border-bottom.border-warning {
  border-color: #FFC107 !important;
}
.border-bottom.border-info {
  border-color: #1B84FF !important;
}
.border-bottom.border-success {
  border-color: #03C95A !important;
}
.border-bottom.border-danger {
  border-color: #E70D0D !important;
}
.border-bottom.border-light {
  border-color: #F8F9FA !important;
}
.border-bottom.border-dark {
  border-color: #212529 !important;
}
.border-bottom.border-skyblue {
  border-color: #0DCAF0 !important;
}
.border-start {
  border-inline-start: 1px solid #E5E7EB !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: #F26522 !important;
}
.border-start.border-secondary {
  border-color: #3B7080 !important;
}
.border-start.border-warning {
  border-color: #FFC107 !important;
}
.border-start.border-info {
  border-color: #1B84FF !important;
}
.border-start.border-success {
  border-color: #03C95A !important;
}
.border-start.border-danger {
  border-color: #E70D0D !important;
}
.border-start.border-light {
  border-color: #F8F9FA !important;
}
.border-start.border-dark {
  border-color: #212529 !important;
}
.border-start.border-pink {
  border-color: #FD3995 !important;
}
.border-start.border-purple {
  border-color: #AB47BC !important;
}
.border-primary {
  border-color: #F26522 !important;
}
.border-secondary {
  border-color: #3B7080 !important;
}
.border-warning {
  border-color: #FFC107 !important;
}
.border-info {
  border-color: #1B84FF !important;
}
.border-success {
  border-color: #03C95A !important;
}
.border-danger {
  border-color: #E70D0D !important;
}
.border-skyblue {
  border-color: #0DCAF0 !important;
}
.border-3 {
  border-width: 3px !important;
}
.br-1 {
  border-radius: 0.0625rem;
}
.br-2 {
  border-radius: 0.125rem;
}
.br-3 {
  border-radius: 0.1875rem;
}
.br-4 {
  border-radius: 0.25rem;
}
.br-5 {
  border-radius: 0.3125rem !important;
}
.br-6 {
  border-radius: 0.375rem;
}
.br-7 {
  border-radius: 0.4375rem;
}
.br-8 {
  border-radius: 0.5rem;
}
.br-9 {
  border-radius: 0.5625rem;
}
.br-10 {
  border-radius: 0.625rem;
}
.br-15 {
  border-radius: 0.9375rem;
}
.br-20 {
  border-radius: 1.25rem;
}
.rounded {
  border-radius: 4px !important;
}
.border-dashed.border-primary {
  border-style: dashed !important;
}
.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #E9EDF4;
  background-color: #FFF;
}
.calendar-events i {
  margin-right: 8px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
  margin-bottom: 10px;
}
.fc .fc-toolbar.fc-header-toolbar .fc-left,
.fc .fc-toolbar.fc-header-toolbar .fc-right {
  margin-bottom: 10px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.fc-day-grid-event .fc-time {
  font-family: "Roboto", sans-serif;
}
.fc-day {
  background: #FFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc th.fc-widget-header {
  background: #F4F6FA;
  font-size: 14px;
  text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #E9EDF4;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.fc-button {
  background: #F4F6FA;
  border: none;
  color: #374151;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 5px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}
.fc-state-hover {
  background: #F8FAFC;
}
.fc-state-highlight {
  background: #F8FAFC;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #F26522 !important;
  color: #FFF !important;
  text-shadow: none !important;
}
.fc-cell-overlay {
  background: #F8FAFC;
}
.fc-unthemed .fc-today {
  background: #FFF;
}
.fc-event {
  border-radius: 2px;
  border: none;
  color: #FFF !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px 5px;
  text-align: center;
}
.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.event-form .input-group .form-control {
  height: 40px;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #E5E7EB;
}
.fc .fc-col-header-cell-cushion {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.fc th {
  background: #FFF;
  border-color: #E5E7EB;
  height: 40px;
  line-height: 40px;
}
.fc th.columnheader:last-child {
  border-right: #E5E7EB;
}
.fc td {
  border-color: #E5E7EB;
}
.fc .fc-daygrid-day-number {
  color: #111827;
  font-size: 14px;
}
.fc .fc-toolbar-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}
.fc-event {
  border: 1px solid #FFF;
  border-radius: 5px;
  background: #FFF;
  color: #000;
  padding: 5px;
  font-weight: 400;
}
.fc-event.progress-danger {
  border-color: #E70D0D;
}
.fc-event.progress-info {
  border-color: #1B84FF;
}
.fc-event.progress-pending {
  border-color: #0DCAF0;
}
.fc-event.progress-success {
  border-color: #03C95A;
}
.fc-h-event .fc-event-main,
.fc-event-main {
  color: #111827;
}
.fc .fc-button-primary {
  background-color: #F4F6FA;
  border-color: #F4F6FA;
  color: #374151;
  font-size: 14px;
  height: 26px;
  border-radius: 5px;
  padding: 2px 5px !important;
  text-transform: capitalize;
}
.fc .fc-button-primary:hover,
.fc .fc-button-primary.active,
.fc .fc-button-primary:active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.fc .fc-button-primary:focus {
  box-shadow: none;
}
.fc .fc-button-primary.fc-today-button {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #212529;
}
.fc .fc-button-primary.fc-dayGridMonth-button,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  border-radius: 0;
  border-width: 1px 0;
  padding: 0;
}
.fc .fc-button-primary.fc-dayGridMonth-button:hover,
.fc .fc-button-primary:not(:disabled).fc-button-active:hover {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.fc .fc-button-primary.fc-dayGridMonth-button:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none;
}
.fc .fc-button-primary.fc-custombtn-button {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 7px 20px 7px 40px !important;
}
.fc .fc-button-primary.fc-custombtn-button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Fontawesome";
  content: "\f055";
}
.fc .fc-list-event:hover td {
  background-color: transparent;
}
#external-events .fc-event {
  color: #111827 !important;
  font-weight: 500;
  padding: 8px;
  border: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.apexcharts-legend.apexcharts-align-center.position-right {
  display: none;
}
.apexcharts-toolbar {
  display: none !important;
}
#sales_charts,
.chart-set {
  overflow: hidden;
}
.apexcharts-canvas {
  width: 100% !important;
}
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}
.apexcharts-legend {
  padding: 0 !important;
}
.h-250 {
  height: 250px;
}
#attendance_chart2 {
  margin: 24px 0 0;
}
#attendance_chart2 .attendance-percentage {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  text-align: center;
  color: #374151;
}
#attendance_chart2 .attendance-percentage span {
  font-size: 28px;
  color: #111827;
}
#attendance_chart2 .apexcharts-legend-marker {
  width: 8px !important;
  height: 3px !important;
  border-radius: 5px !important;
}
#attendance_chart {
  margin: 24px 0;
}
#attendance_chart .attendance-percentage {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  text-align: center;
  color: #374151;
}
#attendance_chart .attendance-percentage span {
  font-size: 28px;
  color: #111827;
}
#attendance_chart .apexcharts-legend-marker {
  width: 8px !important;
  height: 3px !important;
  border-radius: 5px !important;
}
#exam-result-chart {
  margin-left: -15px;
}
.chat-user-actives .call-meet-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-user-actives .call-meet-blk:hover {
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-user-actives .call-meet-blk .meet-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 39px;
  height: 39px;
  background: #FFF;
  border: 0.5px solid #D1D5DB;
  border-radius: 10px;
  margin-right: 10px;
}
.chat-user-actives .call-meet-blk .meet-border svg {
  width: 16px;
  color: #1B84FF;
}
.chat-user-actives .call-meet-blk .recent-user-titles h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-user-actives .call-meet-blk .recent-user-titles p {
  font-size: 10px;
  color: #6B7280;
}
.new-join-link .chat-user-actives .meet-border {
  background: gray;
  border: 0;
  border-radius: 6px;
}
.new-join-link .chat-user-actives .meet-border:hover {
  background: #F26522;
}
.new-join-link .chat-user-actives .meet-border:hover svg {
  color: #FFF;
}
.new-join-link .chat-user-actives .meet-border svg {
  color: #F26522;
}
.new-join-link .chat-user-actives .recent-user-titles h5 {
  color: #F26522;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
}
.single-video .join-video {
  position: relative;
  margin-bottom: 0;
  height: calc(100vh - 174px);
}
@media (max-width: 767.98px) {
  .single-video .join-video {
    height: calc(100vh - 214px);
  }
}
.single-video .join-video img {
  border-radius: 5px;
}
.single-video .join-video .video-avatar {
  position: absolute;
  top: 24px;
  right: 24px;
}
.single-video .join-video .video-avatar img {
  width: 170px;
  height: 146px;
  border-radius: 5px;
  object-fit: cover;
  border: 2px solid #F26522;
}
@media (max-width: 767.98px) {
  .single-video .join-video .video-avatar img {
    width: 100px;
    height: 86px;
  }
}
.single-video .join-video .video-avatar .user-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 8px 0;
  text-align: center;
}
.single-video .join-video .video-avatar .user-name span {
  background: #FFF;
  color: #111827;
  font-size: 10px;
  padding: 4px;
  display: inline-block;
  font-weight: 500;
  border-radius: 5px;
}
.single-video .join-video .call-overlay-bottom {
  position: absolute;
  padding: 24px;
  z-index: 2;
  bottom: 0;
}
.single-video .join-video .call-overlay-bottom .call-option {
  padding: 16px;
  background: rgba(248, 249, 250, 0.4);
}
.single-video .join-video .call-overlay-bottom .options-icon {
  width: 32px;
  height: 32px;
}
.single-video .join-video .call-overlay-bottom .call-icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 767.98px) {
  .single-video .join-video .call-overlay-bottom .call-icon {
    width: 32px;
    height: 32px;
  }
}
.single-video .join-video .call-overlay-bottom .guest-off {
  background: #F8F9FA;
  color: #212529;
}
.video-expand {
  width: 24px;
  height: 24px;
  background: #FFF;
  color: #6B7280;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.video-expand:hover {
  background: #F26522;
  color: #FFF;
}
.meet-chat-blk .join-call .join-video {
  position: relative;
  margin-bottom: 25px;
}
.meet-chat-blk .join-call .join-video img {
  border-radius: 10px;
}
.meet-chat-blk .join-call .join-video .video-avatar {
  position: absolute;
  top: 24px;
  right: 24px;
}
.meet-chat-blk .join-call .join-video .video-avatar img {
  width: 170px;
  height: 146px;
  border-radius: 5px;
  object-fit: cover;
  border: 2px solid #F26522;
}
.meet-chat-blk .join-call .join-video .video-avatar .user-name {
  background: #FFF;
  color: #111827;
  font-size: 10px;
  padding: 4px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: 500;
  border-radius: 5px;
  margin: 8px;
}
.meet-chat-blk .join-call .join-video .call-icons {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item:last-child {
  margin-right: 0px;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a {
  color: #FFF;
  background: #FFF;
  border-radius: 10px;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a {
    width: 45px;
    height: 45px;
  }
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a i {
  color: #6B7280;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop {
  color: #FFF;
  background: #E70D0D;
}
.meet-chat-blk .join-call .join-video .call-icons .call-items .call-item a.stop i {
  color: #FFF;
}
.meet-chat-blk .join-call .join-video .meet-drop ul li i {
  font-size: 18px;
}
.meet-chat-blk .join-call .join-content {
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.meet-chat-blk .join-call .join-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .meet-chat-blk .join-call .join-content h4 {
    font-size: 18px;
  }
}
.meet-chat-blk .join-call .join-content p {
  font-size: 13px;
  color: #6B7280;
}
.conference-meet-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conference-meet-group .meeting-list {
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.conference-meet-group .meeting-list.add-meeting {
  width: 65%;
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .conference-meet-group .meeting-list.add-meeting {
    display: none;
    margin-right: 0px;
  }
}
.meet-drop {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.meet-drop.meet-mutes {
  background: #F26522;
  right: inherit;
  left: 20px;
}
.meet-drop.meet-mutes ul li a {
  color: #FFF;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .meet-drop.meet-mutes ul li a {
    width: 38px;
    height: 38px;
  }
}
.meet-drop.meet-mutes-bottom {
  background: #F26522;
  bottom: 20px;
  border-radius: 50px;
  top: inherit;
}
.meet-drop.meet-mutes-bottom ul li a {
  color: #FFF;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .meet-drop.meet-mutes-bottom ul li a {
    width: 38px;
    height: 38px;
  }
}
.meet-drop.meet-mutes-bottom ul li a i {
  font-size: 20px;
}
.meet-call-menu-blk .video-call-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .meet-call-menu-blk .video-call-action {
    display: block;
  }
}
.meet-call-menu-blk .video-call-action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.meet-call-menu-blk .video-call-action ul li {
  margin-right: 5px;
}
.meet-call-menu-blk .video-call-action ul li:last-child {
  margin-right: 0;
}
.meet-call-menu-blk .video-call-action ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #E5E7EB;
  border: 1px solid #E5E7EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #000;
  font-size: 18px;
}
.meet-call-menu-blk .video-call-action ul li a.call-end {
  background-color: #E70D0D;
  border-color: #E70D0D;
  color: #FFF;
  width: 60px;
  height: 60px;
  rotate: 135deg;
  font-size: 20px;
}
.meet-call-menu-blk .video-call-action ul li a.stop {
  color: #FFF;
  background: #E70D0D;
  border-color: #E70D0D;
}
.meet-call-menu-blk .video-call-action ul li a.stop i {
  color: #FFF;
}
.meet-call-menu-blk .video-call-action ul li.active a {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.meet-call-menu-blk .video-call-action ul li.active a img {
  filter: invert(1) brightness(100);
}
@media (max-width: 767.98px) {
  .meet-call-menu-blk .video-call-action ul {
    margin-bottom: 5px;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .meet-call-menu-blk .video-call-action ul:last-child {
    margin-bottom: 0px;
  }
}
.recording-time {
  position: relative;
  padding-left: 20px;
}
.recording-time::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: #E70D0D;
  width: 13px;
  height: 13px;
  border-radius: 50px;
}
.recording-time::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background-color: #FFF;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  animation: blink-animation 1.5s steps(5, start) infinite;
  -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}
.page-content {
  width: 100%;
}
.join-call {
  width: 100%;
  margin: 0 auto;
}
.join-video {
  position: relative;
  margin-bottom: 25px;
}
.join-video img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-video.join-video-front img {
  height: 423px;
}
.join-video.video-hide > img,
.video-wrap.video-hide > video {
  display: none;
}
.join-content p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
  color: #000;
}
.join-content label {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}
.part-name {
  position: absolute;
  top: 20px;
  left: 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 5px 15px;
}
.part-name h4 {
  font-weight: 500;
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .part-name h4 {
    font-size: 13px;
  }
}
.part-name.sub-part-name {
  background: #FFF;
  bottom: 10px;
  top: inherit;
}
.part-name.sub-part-name h4 {
  color: #111827;
  font-size: 12px;
}
.grid-join .part-name {
  background: rgba(0, 0, 0, 0.3);
  top: inherit;
  bottom: 20px;
}
.grid-join .part-name h4 {
  color: #FFF;
}
.join-hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.join-hover-img .event-user-group .avatar-group {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 10px;
  border-radius: 50px;
}
.join-hover-img .event-user-group .avatar-group .avatar {
  width: 26px;
  height: 26px;
  border: 1px solid #FFF;
}
.join-hover-img .event-user-group .avatar-group .avatar + .avatar {
  margin-left: -16px;
}
.join-hover-img .event-user-group .avatar-group .avatar:last-child {
  margin-right: 0px;
}
.more-icon {
  position: absolute;
  bottom: 10px;
  right: 12px;
}
@media (max-width: 767.98px) {
  .more-icon {
    bottom: 8px;
    right: 13px;
  }
}
.more-icon a {
  color: #6B7280;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.more-icon a:hover {
  opacity: 0.8;
}
.more-icon a.other-mic-off.stop i {
  color: #E70D0D;
}
.more-icon.audio-more-icon a.other-mic-off.stop {
  background-color: #E70D0D !important;
}
.more-icon.audio-more-icon a.other-mic-off.stop i {
  color: #FFF;
}
.call-recent.recent-part a.other-mic-off.stop,
.call-recent.recent-part a.other-video-off.stop {
  background: #E70D0D !important;
}
.call-recent.recent-part a.other-mic-off.stop i,
.call-recent.recent-part a.other-video-off.stop i {
  color: #FFF;
}
.meeting .part-name {
  top: 15px;
  left: 15px;
}
.meeting .more-icon {
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vertical-view .vertical-sec .part-name h4 {
  font-size: 14px;
  font-weight: 400;
}
.horizontal-view .join-video.single-user .part-name h4 {
  font-size: 14px;
  font-weight: 400;
}
.meeting-wrapper,
.meeting {
  width: inherit;
  max-width: inherit;
}
.meet-footer {
  position: fixed;
  bottom: 25px;
  width: 100%;
  max-width: 950px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.show-chat-list,
.show-invite-list,
.show-chat-list .user-sidebar-right,
.show-invite-list .invite-sidebar-right {
  transition: all 0.8s ease;
}
.user-sidebar-right,
.invite-sidebar-right {
  background: #dedede;
  border-radius: 10px;
  width: 410px;
  position: absolute;
  top: 105px;
  bottom: 117px;
  right: 0;
  margin-right: -410px;
  transition: all 0.8s ease;
  overflow: hidden;
  font-size: 13px;
  z-index: 3;
}
.join-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.join-contents.grid-view {
  align-content: center;
}
.ripple {
  width: 114px;
  height: 114px;
  background: rgba(0, 0, 0, 0.2);
  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;
}
.multigrid-view .text-box {
  height: 61px;
  width: 61px;
}
.multigrid-view .ripple {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
  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;
}
.meeting .join-video {
  margin: 0 5px 10px;
  width: 100%;
}
.join-video.user-active {
  background: #415B6A;
  border-radius: 10px;
  width: 100%;
  height: 370px;
}
.join-video.user-active.audio-calls {
  height: calc(100vh - 250px);
  padding: 60px 0;
}
.join-video.vertical-active {
  margin-right: 24px;
}
.join-video.single-user {
  width: 100%;
  min-height: 230px;
  box-sizing: border-box;
  margin-right: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  height: auto;
  background: #415B6A;
  border-radius: 10px;
  padding: 0;
  flex-grow: 1;
}
@media (max-width: 1399.98px) {
  .join-video.single-user {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .join-video.single-user {
    min-height: 203px;
  }
}
@media (max-width: 991.98px) {
  .join-video.single-user {
    min-height: 230px;
  }
}
.join-video.single-user:nth-child(even) {
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  .join-video.single-user:nth-child(even) {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .join-video.single-user {
    width: 100%;
    min-height: 257px;
  }
}
@media (max-width: 767.98px) {
  .multi-grid .join-video.single-user {
    width: 45%;
  }
}
.multi-grid .join-video.single-user:nth-child(even) {
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .multi-grid .join-video.single-user:nth-child(even) {
    margin-right: 0px;
  }
}
.multi-grid .join-video.single-user:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  .multi-grid .join-video.single-user:nth-child(4n):nth-child(4n) {
    margin-right: 0px;
  }
}
.multigrid-view .join-video.single-user {
  flex-grow: 0;
}
.horizontal-view .join-video.single-user:nth-child(even) {
  margin-right: 24px;
}
.horizontal-view .join-video.single-user:nth-child(5) {
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  .horizontal-view .join-video.single-user:nth-child(3n) {
    margin-right: 0;
  }
}
.text-avatar {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-avatar h4 {
  color: #FFF;
}
.text-box {
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  font-weight: 700;
  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;
}
.more-icon.mic-view .mic-on,
.more-icon .mic-off {
  display: none;
}
.more-icon.mic-view .mic-off {
  display: inline-flex;
}
.grid-view .join-video.single-user {
  width: 47%;
}
@media (max-width: 767.98px) {
  .grid-view .join-video.single-user {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .grid-view .join-video.single-user:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .grid-view .join-video.single-user:nth-child(3n) {
    margin-right: 24px;
  }
}
.join-contents.multigrid-view {
  max-width: 100%;
  justify-content: center;
}
.meeting {
  position: absolute;
  top: 80px;
  bottom: 107px;
  left: 0;
  right: 0;
}
.meeting-list {
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.user-active .more-icon .handraise-on {
  display: none;
}
.user-active .more-icon .handraise-on.active {
  display: block;
  animation: mymove 5s;
}
.user-active .more-icon .handraise-on.active .meeting .join-video.user-active::before {
  animation: mymove 5s infinite;
  opacity: 1;
}
@keyframes mymove {
  from {
    color: #0074E0;
  }
  to {
    color: transparent;
  }
}
.join-contents.vertical-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: center;
  max-width: 1300px;
}
@media (max-width: 767.98px) {
  .join-contents.vertical-view {
    display: block;
  }
}
.join-contents.vertical-view .join-video.user-active {
  flex: 1;
  margin-bottom: 24px;
}
.join-contents.vertical-view .join-video.single-user {
  width: 97%;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 767.98px) {
  .join-contents.vertical-view .join-video.single-user {
    width: 100%;
  }
}
.join-contents.vertical-view .vertical-sec {
  width: 20%;
}
@media (max-width: 991.98px) {
  .join-contents.vertical-view .vertical-sec {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .join-contents.vertical-view .vertical-sec {
    width: 100%;
  }
}
.join-contents.vertical {
  flex-direction: column;
  height: 200px;
}
.meeting .join-contents.vertical .join-video.user-active {
  flex: 1 0 100%;
}
.meeting .join-contents.vertical .join-video.single-user {
  flex: 0;
}
.meeting .join-contents.vertical .join-video {
  width: auto;
}
.chat-footer .btn:hover {
  background: rgb(212.5, 76.9230769231, 12.5);
  color: #FFF;
}
.join-contents.show-whiteboard {
  display: none;
}
.join-contents.single-view {
  padding-top: 0;
  margin-top: 25px;
  position: relative;
}
.join-contents.single-view .single-user {
  position: absolute;
  right: 8px;
  top: 40px;
  width: 130px;
  height: 130px;
  min-height: 130px;
}
.join-contents.single-view .single-user img {
  height: 130px;
}
.record-item {
  position: absolute;
  top: 20px;
  z-index: 1;
  position: absolute;
  left: 20px;
}
.record-time span {
  background-color: #F9FAFE;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #111827;
  font-size: 10px;
  font-weight: 500;
  padding: 5px 8px;
  text-align: center;
  position: relative;
  padding-left: 19px;
}
.record-time span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  background-color: #111827;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.volume-col {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.volume-col .inner-volume-col {
  background-color: #D1D5DB;
  border-radius: 130px;
  width: 30px;
  height: 120px;
  position: relative;
  z-index: 9;
}
.volume-col #volume {
  position: absolute;
  left: 50%;
  top: 15px;
  margin: 0 auto;
  height: 80px;
  width: 5px;
  background: #FFF;
  border-radius: 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.volume-col #volume .ui-slider-range-min {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #F26522;
  border: none;
  border-radius: 10px;
  outline: none;
}
.volume-col #volume .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #F26522;
  position: absolute;
  left: 50%;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.volume-col #player {
  width: auto;
  height: 104px;
  position: relative;
  margin: 0 auto;
  top: 0px;
}
.volume-col #player i {
  position: absolute;
  margin-top: -6px;
  color: #666;
}
.volume-col .volume-icons {
  color: #FFF;
  margin-left: 0px;
  font-size: 18px;
  margin-top: 22px;
}
.chat-msg-blk {
  padding: 15px;
}
.chat-msg-blk .chats {
  max-width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 767.98px) {
  .chat-msg-blk .chats {
    max-width: 100%;
  }
}
.chat-msg-blk .chats .chat-action-btns .chat-user-time .chats-dot a {
  color: #03C95A;
}
.chat-msg-blk .chats.chats-right {
  margin-left: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.chat-msg-blk .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content {
  background-color: #E9EDF4;
  border-radius: 8px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .chat-time {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col {
  position: relative;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li {
  margin-right: 8px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li:last-child {
  margin-right: 0px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col {
  position: relative;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download a img {
  -webkit-filter: blur(4px);
  filter: blur(1px);
  border-color: #000;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col.image-not-download span i {
  color: #FFF;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col .download-action {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 0;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col .download-action a {
  color: #FFF;
  font-size: 10px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content .download-col ul li .image-download-col img {
  border-radius: 5px;
}
.chat-msg-blk .chats.chats-right .chat-content .message-content::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E9EDF4;
  border-right: 0;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  right: -4px;
  left: auto;
}
.chat-msg-blk .chats.chats-right .chat-action-btns {
  order: 2;
  -webkit-order: 2;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat-msg-blk .chats.chats-right .chat-action-btns .chat-user-time .chats-dot a {
  color: #03C95A;
}
.chat-msg-blk .chats .message-content {
  background-color: #F8F9FA;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.chat-msg-blk .chats .message-content h4 {
  font-size: 13px;
  color: #111827;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 500;
}
.chat-msg-blk .chats .message-content .chat-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 10px;
  font-weight: 500;
  color: #03C95A;
  margin-bottom: 0;
}
.chat-msg-blk .chats .message-content .chat-time svg {
  width: 10px;
}
.chat-msg-blk .chats .message-content::before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F8F9FA;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 8px;
  left: -4px;
  right: auto;
}
.chat-msg-blk .chats .chat-profile-name h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  font-size: 10px;
  color: #6B7280;
}
.chat-msg-blk .chats .chat-profile-name h6 i {
  font-size: 12px;
  color: #008024;
}
.chat-msg-blk .chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-msg-blk .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #03C95A;
  width: 100%;
  height: 1px;
}
.chat-msg-blk .chat-line .chat-date {
  background-color: #03C95A;
  color: #03C95A;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 3px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.right-user-side.call-user-side .slime-grp .right-sidebar-profile {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 0;
  padding-bottom: 10px;
}
.right-user-side.call-user-side .slime-grp .right-sidebar-profile .profile-call-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.right-user-side.call-user-side .slime-grp .right-sidebar-profile .edit-group svg {
  width: 16px;
  color: #03C95A;
}
.right-user-side.call-user-side .slime-grp .chat-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 1px solid #03C95A;
  padding-bottom: 20px;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a {
  color: #03C95A;
  width: 30px;
  height: 30px;
  background-color: gray;
  padding: 0;
  border-radius: 50px;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover {
  background: #F26522;
  border-color: #F26522;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a:hover svg {
  color: #FFF;
}
.right-user-side.call-user-side .slime-grp .chat-options ul li a svg {
  width: 15px;
}
.right-user-side.right-side-party .slime-grp {
  padding: 0px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk {
  padding: 20px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list {
  border-radius: 0.25rem;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 5px;
  display: flex;
  display: -webkit-flex;
  border-radius: 6px;
  background-color: #F6F7F8;
  margin-bottom: 10px;
  border: 0;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item:hover {
  background-color: #F6F7F8;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar {
  margin-right: 0.8rem;
  display: inline-block;
  margin-bottom: 0;
  height: 40px;
  width: 40px;
  position: relative;
  flex-shrink: 0;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar::before {
  top: 0;
  bottom: inherit;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .avatar img {
  border-radius: 0px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-grow: 1;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user {
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user h5 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
  color: #6B7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user p {
  font-size: 12px;
  color: #E70D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .name-list-user p svg {
  width: 14px;
  height: 14px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .chat-user-time .chats-dot a {
  color: #E70D0D;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-chat-time .text-muted {
  font-size: 10px;
  color: #111827;
  font-weight: 500;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-chat-time .new-message-count {
  width: 20px;
  height: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  line-height: 0;
  font-size: 11px;
  background-color: #F26522;
  color: #FFF;
  border-radius: 50%;
  margin-left: auto;
  margin-top: 5px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time .call-recent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 30px;
  height: 30px;
  background: #B8BCC9;
  color: #111827;
  border-radius: 50px;
}
.right-user-side.right-side-party .slime-grp .card-body-blk .user-list .user-list-item .users-list-body .last-call-time .call-recent a svg {
  color: #111827;
}
.right-user-side .slimScrollDiv {
  height: calc(100vh - 216px) !important;
}
.right-user-side .slimScrollDiv .slimscroll {
  height: calc(100vh - 216px) !important;
}
.right-user-side.audio .slimScrollDiv {
  height: calc(100vh - 305px) !important;
}
.right-user-side.audio .slimScrollDiv .slimscroll {
  height: calc(100vh - 305px) !important;
}
.right-user-side .slime-grp {
  background: #FFF;
  padding: 15px;
}
.right-user-side .slime-grp .chat-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  background: #FFF;
  border-radius: 10px;
}
.right-user-side .slime-grp .chat-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.right-user-side .slime-grp .chat-footer form .comman-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.right-user-side .slime-grp .chat-footer form .comman-icon a {
  color: #6B7280;
}
.right-user-side .slime-grp .chat-footer form .smile-col {
  right: inherit;
  left: 15px;
}
.right-user-side .slime-grp .chat-footer form .attach-col {
  right: inherit;
  left: 45px;
}
.right-user-side .slime-grp .chat-footer form .micro-col {
  right: 50px;
  left: inherit;
}
.right-user-side .slime-grp .chat-footer form .micro-col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.right-user-side .slime-grp .chat-footer form .send-chat {
  right: 5px;
}
.right-user-side .slime-grp .chat-footer form .send-chat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 34px;
  height: 34px;
  background: #F26522;
  border-radius: 50px;
}
.right-user-side .slime-grp .chat-footer form .send-chat a:hover {
  background: #1b2950;
}
.right-user-side .slime-grp .chat-footer form .send-chat a:hover svg {
  color: #FFF;
}
.right-user-side .slime-grp .chat-footer form .send-chat a svg {
  width: 14px;
  color: #FFF;
}
.right-user-side .slime-grp .chat-footer form .chat_form {
  border-radius: 20px;
  margin-right: 0px;
  background: #FFF;
  border: 1px solid rgba(145, 158, 171, 0.3);
  border-radius: 6px;
  height: 48px;
  padding: 10px 70px;
}
.right-user-side .slime-grp .chat-footer form .chat_form::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.2);
}
.owl-carousel.video-slide .owl-nav.disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.owl-carousel.video-slide .owl-nav {
  top: calc(50% - 24px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}
@media (max-width: 1399.98px) {
  .owl-carousel.video-slide .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.owl-carousel.video-slide .owl-nav button.owl-next,
.owl-carousel.video-slide .owl-nav button.owl-prev {
  background-color: #F4F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 20px;
  height: 20px;
}
.owl-carousel.video-slide .owl-nav button.owl-next:hover,
.owl-carousel.video-slide .owl-nav button.owl-prev:hover {
  background-color: #F26522;
}
.owl-carousel.video-slide .owl-nav button.owl-next:hover i,
.owl-carousel.video-slide .owl-nav button.owl-prev:hover i {
  color: #FFF;
}
.owl-carousel.video-slide .owl-nav button.owl-next i,
.owl-carousel.video-slide .owl-nav button.owl-prev i {
  color: #6B7280;
}
.audio-call-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.audio-call-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  width: 100%;
}
.audio-call-group ul li {
  position: relative;
}
.audio-call-group ul li.active .avatar::before {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  border: 1px solid #F26522;
  border-radius: 50%;
  left: -25px;
  top: -25px;
}
@media (max-width: 991.98px) {
  .audio-call-group ul li.active .avatar::before {
    width: 150px;
    height: 150px;
    left: -10px;
    top: -10px;
  }
}
@media (max-width: 767.98px) {
  .audio-call-group ul li.active .avatar::before {
    width: 100px;
    height: 100px;
    left: -5px;
    top: -5px;
  }
}
.audio-call-group ul li .avatar {
  width: 170px;
  height: 170px;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .audio-call-group ul li .avatar {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767.98px) {
  .audio-call-group ul li .avatar {
    width: 90px;
    height: 90px;
  }
}
.audio-call-group ul li .avatar img {
  width: 100%;
  position: relative;
}
.audio-call-group ul li .user-audio-call h5 {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  .audio-call-group ul li .user-audio-call h5 {
    margin-top: 15px;
  }
}
.audio-call-group ul li .more-icon {
  position: absolute;
  bottom: 10px;
  right: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 767.98px) {
  .audio-call-group ul li .more-icon {
    bottom: 0px;
  }
}
.audio-call-group ul li .more-icon a {
  background-color: #F26522;
  color: #FFF;
}
.audio-volume {
  position: absolute;
  width: fit-content;
  height: 134px;
  bottom: 20px;
  left: 20px;
  background: #D1D5DB;
  border-radius: 50px;
  padding: 10px 14px;
  width: 30px;
  padding-bottom: 30px;
}
.audio-volume .volume-icons a {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  left: 0;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #FFC107;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.custom-input {
  width: 100%;
  height: 4px;
  width: 3px;
  height: 100%;
  background: #FFF;
  border-radius: 5px;
  writing-mode: vertical-lr;
}
.custom-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: #F26522 !important;
  border-radius: 50%;
  cursor: pointer;
}
.custom-input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #F26522 !important;
  border-radius: 50%;
  cursor: pointer;
}
.table-top-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 575.98px) {
  .table-top-head.low-stock-top-head {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.table-top-head.low-stock-top-head li {
  margin-bottom: 10px;
}
.table-top-head.low-stock-top-head li:last-child {
  margin-right: 0;
}
.table-top-head li {
  margin-right: 10px;
  flex-shrink: 0;
}
.table-top-head li:last-child {
  margin-right: 0;
}
.table-top-head li #collapse-header {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .table-top-head li #collapse-header {
    display: none;
  }
}
.table-top-head li a {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #D1D5DB;
  background: #FFF;
  border-radius: 8px;
  padding: 6px;
}
.table-top-head li a svg {
  color: #111827;
}
.table-top-head li a:hover {
  background: #e3e3e3;
}
.table-top-head li a label {
  margin-right: 10px;
}
.table-top-head li a.btn-secondary {
  background-color: #111827;
  color: #FFF;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
}
.table-top-head li a.btn-secondary:hover {
  background-color: #F26522;
}
.table-top-head li a.btn-secondary svg {
  width: 16px;
  margin-right: 5px;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .table-top-head li a.btn-secondary {
    padding: 5px;
    font-size: 14px;
  }
}
.table-top-head li a .action-edit.sales-action {
  color: #1B84FF;
}
.table-top-head li .status-toggle {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #F3F4F6;
  background: #FFF;
  border-radius: 8px;
  padding: 6px 10px;
}
.table-top-head li .status-toggle label {
  margin-right: 10px;
}
.right-user-side {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.right-user-side.right-side-party {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent {
  background: none;
}
.right-user-side.right-side-party .party-msg-blk .last-call-time .call-recent svg {
  color: #F26522;
  width: 14px;
}
.right-user-side.chat-rooms {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.right-user-side.chat-rooms .slime-grp {
  padding: 0;
}
.right-user-side.chat-rooms .slime-grp .left-chat-title {
  padding: 20px;
  border-bottom: 1px solid #E9EDF4;
  border-radius: 10px 10px 0 0;
}
.right-user-side.chat-rooms.open-chats {
  width: 35%;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .right-user-side.chat-rooms.open-chats {
    width: 100%;
  }
}
.right-user-side.open-message {
  width: 35%;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .right-user-side.open-message {
    width: 100%;
  }
}
.dropdown-auto {
  overflow: auto;
}
.dropdown-divider {
  margin: 0;
}
.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  border: 1px solid #E5E7EB;
}
.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}
.dropdown .dropdown-toggle.show {
  color: #FFF;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #FFF;
}
.dropdown .dropdown-menu {
  font-family: "Roboto", sans-serif;
}
.dropdown-menu {
  border-color: #E5E7EB;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  color: #111827;
  background-color: #FFF;
  padding: 0;
  z-index: 10;
}
.dropdown-divider {
  border-color: #E5E7EB;
}
.dropdown-item-text {
  color: #6B7280;
}
.dropdown-header {
  color: #6B7280;
}
.dropdown-item {
  color: #111827;
  padding: 0.594rem 0.9375rem;
  font-size: 14px;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6B7280;
  opacity: 0.5;
}
.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
  color: #F26522;
  background-color: #FEF1EB;
}
.dropdown-item.active {
  background-color: #FEF1EB;
  color: #F26522;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}
.btn.dropdown-toggle-split {
  opacity: 0.85;
}
.dropdown-menu-dark {
  background-color: #212529;
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: #FFF;
}
.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}
.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}
.dropdown-menu.dropdown-menu-primary {
  background-color: #F26522;
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: #3B7080;
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: #FFC107;
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-info {
  background-color: #1B84FF;
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-success {
  background-color: #03C95A;
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: #E70D0D;
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(242, 101, 34, 0.1) !important;
  color: #F26522;
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(59, 112, 128, 0.1) !important;
  color: #3B7080;
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #FFC107;
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(27, 132, 255, 0.1) !important;
  color: #1B84FF;
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(3, 201, 90, 0.1) !important;
  color: #03C95A;
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(231, 13, 13, 0.1) !important;
  color: #E70D0D;
}
.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(59, 112, 128, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #FFF;
  background-color: #F26522 !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(59, 112, 128, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #FFF;
  background-color: #3B7080 !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(27, 132, 255, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #FFF;
  background-color: #1B84FF !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 193, 7, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #FFF;
  background-color: #FFC107 !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(3, 201, 90, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #FFF;
  background-color: #03C95A !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(231, 13, 13, 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #FFF;
  background-color: #E70D0D !important;
}
.dropdown-divider {
  margin: 0;
}
.bd-example > .dropdown-menu {
  position: static;
  display: block;
}
.card-dropdown > a {
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374151;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.card-dropdown > a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.card-dropdown > a i {
  font-size: 16px;
  margin-right: 5px;
}
.card-dropdown > a[aria-expanded=true]::after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}
.card-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}
.card-dropdown .dropdown-menu li a:hover {
  background: #EDF1F6;
  color: #1F2937;
}
.dropdown-md {
  min-width: 320px !important;
}
.dropdown-lg {
  min-width: 380px !important;
}
@media (max-width: 575.98px) {
  .dropdown-lg {
    min-width: 300px !important;
  }
}
.dropdown-menu.notes-menu {
  z-index: 99999;
}
.dropdown-menu.notes-menu a.dropdown-item {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.dropdown-menu.notes-menu span {
  margin-right: 8px;
}
.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: #6B7280;
}
.table-inbox .starred.fas.fa-star {
  color: #FFC107;
}
.table-inbox .checked {
  background-color: #D1D5DB;
}
.table-inbox th {
  border-color: #F0F2F7;
}
.table-inbox tbody tr td {
  font-size: 14px;
  color: #3B7080;
  border-color: #E9EDF4;
}
.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 700;
}
.email-header .btn-white {
  min-width: auto;
  height: 38px;
  border: 1px solid #E9EDF4;
}
.email-header .btn-white i {
  margin-left: 5px;
}
aside {
  padding: 24px;
}
.video-section .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  transform: scale(0.8);
}
@media (max-width: 1000px) {
  .video-section .item {
    margin: 0;
    transform: scale(0.9);
  }
}
.video-section .active .item {
  opacity: 1;
  transform: scale(1);
}
.video-section .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.video-section video {
  max-width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.deleted-info {
  display: none;
}
.deleted-info .bin-bg {
  width: 184px;
  height: 184px;
  border-radius: 100%;
  background: #F8F9FA;
  margin: 0 auto;
}
svg.feather-16 {
  width: 16px;
  height: 16px;
}
svg.feather-14 {
  width: 14px;
  height: 14px;
}
.files-list a {
  border-radius: 5px;
}
.files-list a:hover,
.files-list a.active {
  background: #E8E9EA;
  color: #111827 !important;
}
.bg-01 {
  background: url("./media/upgrade-bg.svg");
}
.access-wrap {
  position: relative;
}
.access-wrap .access-rate {
  position: absolute;
  top: 8px;
  right: 8px;
}
.rating-select i {
  color: #6B7280;
}
.rating-select i.filled {
  color: #FFC107;
}
.folder-wrap {
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 24px;
}
.folder-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.video-wrap {
  border-radius: 5px;
  margin-bottom: 24px;
}
.video-wrap .video-content {
  background: #FFF;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.video-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.files-wrap {
  border-radius: 5px;
  margin-bottom: 24px;
}
.files-wrap .files-icon {
  border-radius: 5px 5px 0 0;
}
.files-wrap .files-content {
  border-radius: 0 0 5px 5px;
}
.files-wrap:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.file-name-icon img {
  width: auto;
  height: auto;
}
.file-type {
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.file-type > div {
  flex: 1;
}
.document-wrap {
  padding: 20px;
}
.recent-activity li {
  padding-bottom: 16px;
  position: relative;
}
.recent-activity li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  border-color: #E5E7EB;
  border-width: 1px;
  width: 1px;
  height: 100%;
  border-style: dashed;
}
.recent-activity li:last-child {
  padding-bottom: 0;
}
.recent-activity li:last-child::before {
  content: none;
}
.preview-content {
  padding: 20px;
}
.user-icon {
  width: 30px;
  height: 30px;
  background: #FFF;
  color: #374151;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.user-icon:hover {
  background: #E8E9EA;
  color: #111827;
}
.file-drop {
  position: relative;
  transition: all 0.5s;
  border: 1px dashed #E5E7EB;
  border-radius: 4px;
  padding: 24px;
}
.file-drop input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container .custom-file-container__custom-file {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
  margin-top: 5px;
}
.custom-file-container input[type=file] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-container .custom-file-container__custom-file__custom-file-input {
  box-sizing: border-box;
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-container .custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  z-index: 1;
  height: auto;
  overflow: hidden;
  line-height: 1.5;
  -webkit-user-select: none;
  user-select: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  height: auto;
  border: 1px solid #F3F4F6;
  color: #6B7280;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #F3F4F6;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.custom-file-container .custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  z-index: 6;
  display: block;
  height: auto;
  padding: 10px 16px;
  line-height: 1.25;
  background-color: #F26522;
  color: #FFF;
  border-left: 1px solid #F26522;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-file-container .custom-file-container__image-preview {
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: 50px;
  margin-bottom: 40px;
  height: 250px;
  width: 100%;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  overflow: auto;
  padding: 15px;
}
.custom-file-container .custom-file-container__image-multi-preview {
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: 50px;
  margin-bottom: 40px;
  height: 250px;
  width: 100%;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  overflow: auto;
  padding: 15px;
}
.node-editor.card {
  margin-bottom: 16px;
}
.icons-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #E5E7EB;
  color: #F26522;
  margin: 5px;
  -webkit-box-shadow: 0 2px 3px rgb(215, 197, 255);
  -moz-box-shadow: 0 2px 3px rgb(215, 197, 255);
  box-shadow: 0 2px 3px rgb(215, 197, 255);
}
.progress {
  background-color: #E9EDF4;
  height: 0.75rem;
  border-radius: 0.25rem;
}
.progress-stacked {
  background-color: #E9EDF4;
}
.progress-bar {
  color: #FFF;
  background-color: #F26522;
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
}
.progress-animate {
  position: relative;
  border-radius: 0.625rem;
}
.progress-animate .progress-bar {
  position: relative;
  border-radius: 0.625rem;
  animation: 2s progress-animate;
}
.progress.progress-xs,
.progress-stacked.progress-xs {
  height: 0.3125rem;
}
.progress.progress-sm,
.progress-stacked.progress-sm {
  height: 0.5rem;
}
.progress.progress-lg,
.progress-stacked.progress-lg {
  height: 1rem;
}
.progress.progress-xl,
.progress-stacked.progress-xl {
  height: 1.25rem;
}
.progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical .progress-bar {
  width: 100%;
}
.progress-vertical.progress-xl {
  width: 15px;
}
.progress-vertical.progress-lg {
  width: 12px;
}
.progress-vertical.progress-sm {
  width: 8px;
}
.progress-vertical.progress-xs {
  width: 5px;
}
.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress-vertical-bottom .progress-bar {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.progress-vertical-bottom.progress-xl {
  width: 15px;
}
.progress-vertical-bottom.progress-lg {
  width: 12px;
}
.progress-vertical-bottom.progress-sm {
  width: 8px;
}
.progress-vertical-bottom.progress-xs {
  width: 5px;
}
.progress-custom {
  overflow: visible;
  position: relative;
}
.progress-custom .progress-bar {
  position: relative;
  overflow: visible;
}
.progress-custom .progress-bar:after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem rgba(242, 101, 34, 0.5);
  background: #FFF;
  position: absolute;
  inset-inline-end: -0.375rem;
  inset-block-start: -0.375rem;
  border: 0.25rem solid #F26522;
}
.progress-custom .progress-bar.bg-secondary:after {
  border: 0.25rem solid #3B7080;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--secondary-rgb), 0.2);
}
.progress-custom .progress-bar.bg-warning:after {
  border: 0.25rem solid #FFC107;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--warning-rgb), 0.2);
}
.progress-custom .progress-bar.bg-info:after {
  border: 0.25rem solid #1B84FF;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb), 0.2);
}
.progress-custom .progress-bar.bg-success:after {
  border: 0.25rem solid #03C95A;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb), 0.2);
}
.progress-custom .progress-bar.bg-danger:after {
  border: 0.25rem solid #E70D0D;
  box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb), 0.2);
}
.progress-custom .progress-bar-value {
  width: 1.875rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.188rem;
  background: #F26522;
  box-shadow: 0 0.313rem 0.313rem rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  position: absolute;
  inset-block-end: 1.5rem;
  inset-inline-end: -0.688rem;
}
.progress-custom .progress-bar-value:after {
  content: "";
  border-block-start: 0.438rem solid #F26522;
  border-inline-start: 0.438rem solid transparent;
  border-inline-end: 0.438rem solid transparent;
  position: absolute;
  inset-block-end: -0.375rem;
  inset-inline-start: 28%;
}
.progress-custom .progress-bar-value.bg-secondary {
  background-color: #3B7080;
}
.progress-custom .progress-bar-value.bg-secondary:after {
  border-block-start: 0.438rem solid #3B7080;
}
.progress-custom .progress-bar-value.bg-success {
  background-color: #03C95A;
}
.progress-custom .progress-bar-value.bg-success:after {
  border-block-start: 0.438rem solid #03C95A;
}
.progress-custom .progress-bar-value.bg-warning {
  background-color: #FFC107;
}
.progress-custom .progress-bar-value.bg-warning:after {
  border-block-start: 0.438rem solid #FFC107;
}
.progress-custom .progress-bar-value.bg-danger {
  background-color: #E70D0D;
}
.progress-custom .progress-bar-value.bg-danger:after {
  border-block-start: 0.438rem solid #E70D0D;
}
.progress-custom .progress-bar-value.bg-info {
  background-color: #1B84FF;
}
.progress-custom .progress-bar-value.bg-info:after {
  border-block-start: 0.438rem solid #1B84FF;
}
[dir=rtl] .progress-bar-title {
  border-radius: 0 0.313rem 0.313rem 0;
}
.progress-item-1,
.progress-item-2,
.progress-item-3 {
  position: absolute;
  margin-block-start: -0.25rem;
  z-index: 1;
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 1.563rem;
  background-color: #F8F9FA;
}
.progress-item-1 {
  inset-inline-start: 25%;
}
.progress-item-2 {
  inset-inline-start: 50%;
}
.progress-item-3 {
  inset-inline-start: 75%;
}
.custom-progress-3 {
  overflow: visible;
  border-radius: 0.625rem;
}
.custom-progress-3 .progress-bar {
  position: relative;
  overflow: visible;
  margin: 0.313rem;
  border-radius: 0.25rem;
}
.custom-progress-3 .progress-bar:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  inset-inline-start: 0.125rem;
  background-color: #FFF;
  border-radius: 50%;
}
.custom-progress-3 .progress-bar .progress-bar-value {
  border: 0.125rem solid #F26522;
  width: 2.5rem;
  height: 1.563rem;
  line-height: 1.313rem;
  border-radius: 3.125rem;
  background: #FFF;
  font-size: 0.625rem;
  font-weight: 600;
  color: #F26522;
  text-align: center;
  position: absolute;
  inset-inline-end: -0.625rem;
}
.custom-progress-3 .progress-bar .progress-bar-value.secondary {
  border: 0.125rem solid #3B7080;
  color: #3B7080;
}
.custom-progress-3 .progress-bar .progress-bar-value.warning {
  border: 0.125rem solid #FFC107;
  color: #FFC107;
}
.custom-progress-3 .progress-bar .progress-bar-value.info {
  border: 0.125rem solid #1B84FF;
  color: #1B84FF;
}
.custom-progress-3 .progress-bar .progress-bar-value.success {
  border: 0.125rem solid #03C95A;
  color: #03C95A;
}
.custom-progress-3 .progress-bar .progress-bar-value.danger {
  border: 0.125rem solid #E70D0D;
  color: #E70D0D;
}
.custom-progress-4.progress {
  background-color: rgba(242, 101, 34, 0.1);
  border-radius: 0.25rem;
}
.custom-progress-4.progress.secondary {
  background-color: rgba(59, 112, 128, 0.1);
}
.custom-progress-4.progress.secondary .progress-bar-label {
  color: #3B7080;
}
.custom-progress-4.progress.warning {
  background-color: rgba(255, 193, 7, 0.1);
}
.custom-progress-4.progress.warning .progress-bar-label {
  color: #FFC107;
}
.custom-progress-4.progress.info {
  background-color: rgba(27, 132, 255, 0.1);
}
.custom-progress-4.progress.info .progress-bar-label {
  color: #1B84FF;
}
.custom-progress-4.progress.success {
  background-color: rgba(3, 201, 90, 0.1);
}
.custom-progress-4.progress.success .progress-bar-label {
  color: #03C95A;
}
.custom-progress-4.progress.danger {
  background-color: rgba(231, 13, 13, 0.1);
}
.custom-progress-4.progress.danger .progress-bar-label {
  color: #E70D0D;
}
.custom-progress-4.progress .progress-bar {
  border-radius: 0.25rem;
}
.custom-progress-4.progress .progress-bar-label {
  position: absolute;
  inset-inline-end: 0.313rem;
  font-weight: 600;
  font-size: 0.813rem;
  color: #F26522;
}
.page-link {
  color: #6B7280;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
}
.page-link:focus {
  box-shadow: none;
  background-color: #F8F9FA;
}
.page-link:hover {
  color: #F26522;
  background-color: #F8F9FA;
  border-color: #E5E7EB;
}
.page-item.active .page-link {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
}
.disabled > .page-link,
.page-link.disabled {
  color: #6B7280;
  background-color: #FFF;
  border-color: #E5E7EB;
  opacity: 0.7;
}
[dir=rtl] .pagination .page-link .bx-chevron-left::before {
  content: "\ea50";
}
[dir=rtl] .pagination .page-link .bx-chevron-right::before {
  content: "\ea4d";
}
[dir=rtl] .pagination .page-link .ri-arrow-right-s-line:before {
  content: "\ea64";
}
[dir=rtl] .pagination .page-link .ri-arrow-left-s-line:before {
  content: "\ea6e";
}
.pagination-style-1 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-1 .pagination .page-item .page-link {
  border: 0;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.pagination-style-1 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-1 .pagination .page-item.active .page-link {
  border-radius: 4px;
  background-color: #F26522;
  color: #FFF;
}
.pagination-style-1 .pagination .page-item.active:hover .page-link {
  border-radius: 4px;
  background-color: #F26522;
  color: #FFF;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
  background-color: #F8F9FA;
  color: #F26522;
}
.pagination-style-2 .pagination {
  border-radius: 4px;
}
.pagination-style-2 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-2 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
}
.pagination-style-2 .pagination .page-item.active .page-link {
  background-color: #FFF;
  color: #F26522;
  position: relative;
  font-weight: bold;
}
.pagination-style-2 .pagination .page-item.active .page-link:before {
  position: absolute;
  content: "";
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #F26522;
}
.pagination-style-2 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
.pagination-style-3 .pagination {
  border-radius: 50px;
  padding: 0.25rem;
  align-items: center;
}
.pagination-style-3 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-3 .pagination .page-item .page-link {
  border: 0;
  border-radius: 50px;
  font-size: 0.8125rem;
}
.pagination-style-3 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-3 .pagination .page-item.active .page-link {
  background-color: #F26522;
  color: #FFF;
}
.pagination-style-3 .pagination .page-item.active:hover .page-link {
  background-color: #F26522;
}
.pagination-style-3 .pagination .page-item:hover .page-link {
  background-color: #F8F9FA;
}
.pagination-style-4 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  border-radius: 4px;
}
.pagination-style-4 .pagination .page-item .page-link i {
  font-weight: 600;
}
.pagination-style-4 .pagination .page-item.active .page-link {
  border: 0;
  border-radius: 4px;
  background-color: #F26522;
  color: #FFF;
}
.pagination-style-4 .pagination .page-item.active:hover .page-link {
  background-color: #F26522;
}
.pagination-style-4 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #202C4B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 600;
}
.display-1 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .display-1 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .display-1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .display-1 {
    font-size: 26px;
  }
}
.display-4 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .display-4 {
    font-size: 16px;
  }
}
.fs-sm {
  font-size: 0.6875rem;
}
.fs-base {
  font-size: 0.875rem;
}
.fs-lg {
  font-size: 1.125rem;
}
.fs-1 {
  font-size: 0.0625rem;
}
.fs-2 {
  font-size: 0.125rem;
}
.fs-3 {
  font-size: 0.1875rem;
}
.fs-4 {
  font-size: 0.25rem !important;
}
.fs-5 {
  font-size: 0.3125rem !important;
}
.fs-6 {
  font-size: 0.375rem !important;
}
.fs-7 {
  font-size: 0.4375rem;
}
.fs-8 {
  font-size: 0.5rem !important;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
  font-size: 0.75em !important;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.text-default {
  color: #6B7280 !important;
}
.text-muted {
  color: #677788 !important;
}
.text-primary {
  color: #F26522 !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: rgba(242, 101, 34, 0.75) !important;
}
.text-primary.text-opacity-25 {
  color: rgba(242, 101, 34, 0.25) !important;
}
.text-primary.text-opacity-50 {
  color: rgba(242, 101, 34, 0.5) !important;
}
.text-secondary {
  color: #3B7080 !important;
  opacity: 1;
}
.text-info {
  color: #1B84FF !important;
  opacity: 1;
}
.text-success {
  color: #03C95A !important;
  opacity: 1;
}
.text-warning {
  color: #FFC107 !important;
  opacity: 1;
}
.text-danger {
  color: #E70D0D !important;
  opacity: 1;
}
.text-skyblue {
  color: #0DCAF0 !important;
  opacity: 1;
}
.text-pink {
  color: #FD3995 !important;
}
.text-purple {
  color: #AB47BC !important;
}
.text-dark {
  color: #212529 !important;
}
.text-light {
  color: #F8F9FA !important;
}
.text-gray {
  color: #6B7280 !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #FFF !important;
}
.text-fixed-white {
  color: #FFF !important;
}
.text-fixed-black {
  color: #000 !important;
}
.text-gray-1 {
  color: #F3F4F6;
}
.text-gray-2 {
  color: #E5E7EB;
}
.text-gray-3 {
  color: #D1D5DB;
}
.text-gray-4 {
  color: #9CA3AF;
}
.text-gray-5 {
  color: #6B7280;
}
.text-gray-6 {
  color: #4B5563;
}
.text-gray-7 {
  color: #374151;
}
.text-gray-8 {
  color: #1F2937;
}
.text-gray-9 {
  color: #111827 !important;
}
.text-title {
  color: #111827 !important;
}
.text-dark-transparent {
  color: #E8E9EA;
}
a {
  color: #111827;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #F26522;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}
.link-primary {
  color: #F26522 !important;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  color: rgb(212.5, 76.9230769231, 12.5) !important;
}
.link-secondary {
  color: #3B7080 !important;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  color: #3B7080 !important;
}
.link-success {
  color: #03C95A !important;
}
.link-success:hover,
.link-success:focus,
.link-success:active {
  color: #03C95A !important;
}
.link-danger {
  color: #E70D0D !important;
}
.link-danger:hover,
.link-danger:focus,
.link-danger:active {
  color: #E70D0D !important;
}
.link-warning {
  color: #FFC107 !important;
}
.link-warning:hover,
.link-warning:focus,
.link-warning:active {
  color: #FFC107 !important;
}
.link-info {
  color: #1B84FF !important;
}
.link-info:hover,
.link-info:focus,
.link-info:active {
  color: #1B84FF !important;
}
.link-light {
  color: #F8F9FA !important;
}
.link-light:hover,
.link-light:focus,
.link-light:active {
  color: #F8F9FA !important;
}
.link-dark {
  color: #212529 !important;
}
.link-dark:hover,
.link-dark:focus,
.link-dark:active {
  color: #212529 !important;
}
hr.text-danger {
  border-color: #E70D0D !important;
}
.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid #E5E7EB;
  position: relative;
}
.blockquote-container.text-end {
  border-right: 4px solid #E5E7EB;
  border-left: 0;
}
.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}
.blockquote.custom-blockquote.primary {
  background-color: rgba(242, 101, 34, 0.1);
  border-inline-start: 2px solid #F26522;
}
.blockquote.custom-blockquote.primary:before {
  color: rgba(242, 101, 34, 0.1);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(59, 112, 128, 0.1);
  border-inline-start: 2px solid #3B7080;
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(59, 112, 128, 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 2px solid #1B84FF;
}
.blockquote.custom-blockquote.info:before {
  color: rgba(27, 132, 255, 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 2px solid #FFC107;
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 193, 7, 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 2px solid #03C95A;
}
.blockquote.custom-blockquote.success:before {
  color: rgba(3, 201, 90, 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 2px solid #E70D0D;
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(231, 13, 13, 0.1);
}
[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}
@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.transform-none {
  transform: none !important;
}
.list-circle {
  list-style: circle;
  padding-left: 2rem;
}
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.alert.alert-dismissible {
  padding: 0.625rem 2.25rem 0.625rem 0.85rem;
}
.alert i {
  font-size: 20px;
}
.alert .btn-close {
  background-image: none;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .btn-close i {
  font-size: 18px;
  line-height: 18px;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 600;
}
[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 2.25rem;
}
.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
  border-color: rgba(255, 193, 7, 0.1);
}
.alert-warning .alert-link {
  color: #FFC107;
}
.alert-warning .btn-close {
  color: #FFC107;
}
.alert-warning .btn-close.custom-close {
  background-color: #FFC107;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-primary {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
  border-color: rgba(242, 101, 34, 0.1);
}
.alert-primary .alert-link {
  color: #F26522;
}
.alert-primary .custom-alert-icon {
  color: #F26522;
}
.alert-primary .btn-close {
  color: #F26522;
}
.alert-primary .btn-close.custom-close {
  background-color: #F26522;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-secondary {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
  border-color: rgba(59, 112, 128, 0.1);
}
.alert-secondary .alert-link {
  color: #3B7080;
}
.alert-secondary .btn-close {
  color: #3B7080;
}
.alert-secondary .btn-close.custom-close {
  background-color: #3B7080;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-success {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
  border-color: rgba(3, 201, 90, 0.1);
}
.alert-success .alert-link {
  color: #03C95A;
}
.alert-success .btn-close {
  color: #03C95A;
}
.alert-success .btn-close.custom-close {
  background-color: #03C95A;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-info {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
  border-color: rgba(27, 132, 255, 0.1);
}
.alert-info .alert-link {
  color: #1B84FF;
}
.alert-info .btn-close {
  color: #1B84FF;
}
.alert-info .btn-close.custom-close {
  background-color: #1B84FF;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-danger {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
  border-color: rgba(231, 13, 13, 0.1);
}
.alert-danger .alert-link {
  color: #E70D0D;
}
.alert-danger .btn-close {
  color: #E70D0D;
}
.alert-danger .btn-close.custom-close {
  background-color: #E70D0D;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-light {
  background-color: #F8F9FA;
  color: #6B7280;
  border-color: #F8F9FA;
}
.alert-light .alert-link {
  color: #6B7280;
}
.alert-light .btn-close {
  color: #6B7280;
}
.alert-light .btn-close.custom-close {
  background-color: #F8F9FA;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-dark {
  background-color: rgba(33, 37, 41, 0.1);
  color: #6B7280;
  border-color: rgba(33, 37, 41, 0.1);
}
.alert-dark .alert-link {
  color: #6B7280;
}
.alert-dark .btn-close {
  color: #FFF;
}
.alert-dark .btn-close.custom-close {
  background-color: #212529;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
.alert-solid-primary {
  background-color: #F26522;
  color: #FFF;
  border-color: #F26522;
}
.alert-solid-primary .btn-close {
  color: #FFF;
}
.alert-solid-secondary {
  background-color: #3B7080;
  color: #FFF;
  border-color: #3B7080;
}
.alert-solid-secondary .btn-close {
  color: #FFF;
}
.alert-solid-warning {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.alert-solid-warning .btn-close {
  color: #FFF;
}
.alert-solid-info {
  background-color: #1B84FF;
  color: #FFF;
  border-color: #1B84FF;
}
.alert-solid-info .btn-close {
  color: #FFF;
}
.alert-solid-success {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}
.alert-solid-success .btn-close {
  color: #FFF;
}
.alert-solid-danger {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}
.alert-solid-danger .btn-close {
  color: #FFF;
}
.alert-solid-light {
  background-color: #F8F9FA;
  color: #6B7280;
  border-color: #E5E7EB;
}
.alert-solid-dark {
  background-color: #212529;
  color: #FFF;
  border-color: #212529;
}
.alert-solid-dark .btn-close {
  color: #FFF;
}
.alert-outline-primary {
  background-color: #FFF;
  color: #F26522;
  border-color: #F26522;
}
.alert-outline-primary .btn-close {
  color: #F26522;
}
.alert-outline-secondary {
  background-color: #FFF;
  color: #3B7080;
  border-color: #3B7080;
}
.alert-outline-secondary .btn-close {
  color: #3B7080;
}
.alert-outline-info {
  background-color: #FFF;
  color: #1B84FF;
  border-color: #1B84FF;
}
.alert-outline-info .btn-close {
  color: #1B84FF;
}
.alert-outline-warning {
  background-color: #FFF;
  color: #FFC107;
  border-color: #FFC107;
}
.alert-outline-warning .btn-close {
  color: #FFC107;
}
.alert-outline-success {
  background-color: #FFF;
  color: #03C95A;
  border-color: #03C95A;
}
.alert-outline-success .btn-close {
  color: #03C95A;
}
.alert-outline-danger {
  background-color: #FFF;
  color: #E70D0D;
  border-color: #E70D0D;
}
.alert-outline-danger .btn-close {
  color: #E70D0D;
}
.alert-outline-light {
  background-color: #FFF;
  color: #6B7280;
  border-color: #F8F9FA;
}
.alert-outline-dark {
  background-color: #FFF;
  color: #212529;
  border-color: #212529;
}
.alert-outline-dark .btn-close {
  color: #212529;
}
.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid #F26522 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-primary.custom-alert-icon > i {
  color: #F26522;
}
.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid #3B7080 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-secondary.custom-alert-icon > i {
  color: #3B7080;
}
.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid #FFC107 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-warning.custom-alert-icon > i {
  color: #FFC107;
}
.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid #E70D0D !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-danger.custom-alert-icon > i {
  color: #E70D0D;
}
.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid #03C95A !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid #1B84FF !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid #F8F9FA !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
  color: #6B7280;
}
.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid #212529 !important;
  color: #677788;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
  color: #6B7280;
}
.custom-alert1 {
  margin-block-end: 0;
  background-color: #FFF;
  border: 0;
  padding: 1.25rem;
  color: #6B7280;
}
.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: #677788;
  font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
  font-size: 40px;
  margin-bottom: 0.85rem;
}
.custom-alert1 .custom-alert-icon i {
  font-size: 40px;
}
.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid #F26522;
}
.custom-alert1.alert-primary .custom-alert-icon {
  color: #F26522;
}
.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid #3B7080;
}
.custom-alert1.alert-secondary .custom-alert-icon {
  color: #3B7080;
}
.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid #FFC107;
}
.custom-alert1.alert-warning .custom-alert-icon {
  color: #FFC107;
}
.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid #E70D0D;
}
.custom-alert1.alert-danger .custom-alert-icon {
  color: #E70D0D;
}
.alert-img {
  display: flex;
  align-items: center;
}
.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.custom-popover {
  --bs-popover-max-width: 12.5rem;
  --bs-popover-border-color: #F26522;
  --bs-popover-header-bg: #F26522;
  --bs-popover-header-color: #FFF;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}
.popover {
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  font-size: 0.8rem;
  border-radius: 4px;
  z-index: 999;
}
.popover .popover-header {
  background-color: #FFF;
  border-block-end: 1px solid #E5E7EB;
}
.popover .popover-body {
  color: #6B7280;
}
.popover.only-body {
  border-radius: 0.3rem;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  border-top-color: #F8F9FA;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  border-right-color: #F8F9FA;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  border-left-color: #F8F9FA;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: #F8F9FA;
}
.header-primary .popover-header {
  background-color: #F26522;
  color: #FFF;
}
.header-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #F26522;
}
.header-secondary .popover-header {
  background-color: #3B7080;
  color: #FFF;
}
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #3B7080;
}
.header-warning .popover-header {
  background-color: #FFC107;
  color: #FFF;
}
.header-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #FFC107;
}
.header-info .popover-header {
  background-color: #1B84FF;
  color: #FFF;
}
.header-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #1B84FF;
}
.header-success .popover-header {
  background-color: #03C95A;
  color: #FFF;
}
.header-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #03C95A;
}
.header-danger .popover-header {
  background-color: #E70D0D;
  color: #FFF;
}
.header-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: #E70D0D;
}
.popover-primary.popover {
  border: 1px solid #F26522;
}
.popover-primary.popover .popover-header {
  background-color: #F26522;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-primary.popover .popover-body {
  background-color: #F26522;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary.bs-popover-top > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary.bs-popover-top > .popover-arrow::before {
  border-top-color: #F26522;
}
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary.bs-popover-end > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary.bs-popover-end > .popover-arrow::before {
  border-right-color: #F26522;
}
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary.bs-popover-start > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary.bs-popover-start > .popover-arrow::before {
  border-left-color: #F26522;
}
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary.bs-popover-bottom > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary.bs-popover-bottom > .popover-arrow::before,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #F26522;
}
.popover-secondary.popover {
  border: 1px solid #3B7080;
}
.popover-secondary.popover .popover-header {
  background-color: #3B7080;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-secondary.popover .popover-body {
  background-color: #3B7080;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary.bs-popover-top > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary.bs-popover-top > .popover-arrow::before {
  border-top-color: #3B7080;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary.bs-popover-end > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary.bs-popover-end > .popover-arrow::before {
  border-right-color: #3B7080;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary.bs-popover-start > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary.bs-popover-start > .popover-arrow::before {
  border-left-color: #3B7080;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary.bs-popover-bottom > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary.bs-popover-bottom > .popover-arrow::before,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary.bs-popover-bottom .popover-header::before {
  border-bottom-color: #3B7080;
}
.popover-warning.popover {
  border: 1px solid #FFC107;
}
.popover-warning.popover .popover-header {
  background-color: #FFC107;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-warning.popover .popover-body {
  background-color: #FFC107;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning.bs-popover-top > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning.bs-popover-top > .popover-arrow::before {
  border-top-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning.bs-popover-end > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning.bs-popover-end > .popover-arrow::before {
  border-right-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning.bs-popover-start > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning.bs-popover-start > .popover-arrow::before {
  border-left-color: #FFC107;
}
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning.bs-popover-bottom > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning.bs-popover-bottom > .popover-arrow::before,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning.bs-popover-bottom .popover-header::before {
  border-bottom-color: #FFC107;
}
.popover-info.popover {
  border: 1px solid #1B84FF;
}
.popover-info.popover .popover-header {
  background-color: #1B84FF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-info.popover .popover-body {
  background-color: #1B84FF;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info.bs-popover-top > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info.bs-popover-top > .popover-arrow::before {
  border-top-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info.bs-popover-end > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info.bs-popover-end > .popover-arrow::before {
  border-right-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info.bs-popover-start > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info.bs-popover-start > .popover-arrow::before {
  border-left-color: #1B84FF;
}
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info.bs-popover-bottom > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info.bs-popover-bottom > .popover-arrow::before,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info.bs-popover-bottom .popover-header::before {
  border-bottom-color: #1B84FF;
}
.popover-success.popover {
  border: 1px solid #03C95A;
}
.popover-success.popover .popover-header {
  background-color: #03C95A;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-success.popover .popover-body {
  background-color: #03C95A;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success.bs-popover-top > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success.bs-popover-top > .popover-arrow::before {
  border-top-color: #03C95A;
}
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success.bs-popover-end > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success.bs-popover-end > .popover-arrow::before {
  border-right-color: #03C95A;
}
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success.bs-popover-start > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success.bs-popover-start > .popover-arrow::before {
  border-left-color: #03C95A;
}
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success.bs-popover-bottom > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success.bs-popover-bottom > .popover-arrow::before,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success.bs-popover-bottom .popover-header::before {
  border-bottom-color: #03C95A;
}
.popover-danger.popover {
  border: 1px solid #E70D0D;
}
.popover-danger.popover .popover-header {
  background-color: #E70D0D;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-danger.popover .popover-body {
  background-color: #E70D0D;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger.bs-popover-top > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger.bs-popover-top > .popover-arrow::before {
  border-top-color: #E70D0D;
}
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger.bs-popover-end > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger.bs-popover-end > .popover-arrow::before {
  border-right-color: #E70D0D;
}
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger.bs-popover-start > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger.bs-popover-start > .popover-arrow::before {
  border-left-color: #E70D0D;
}
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger.bs-popover-bottom > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger.bs-popover-bottom > .popover-arrow::before,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger.bs-popover-bottom .popover-header::before {
  border-bottom-color: #E70D0D;
}
.popover-purple.popover {
  border: 1px solid #AB47BC;
}
.popover-purple.popover .popover-header {
  background-color: #AB47BC;
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  border-radius: 0.3rem 0.3rem 0 0;
}
.popover-purple.popover .popover-body {
  background-color: #AB47BC;
  color: #FFF;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple.bs-popover-top > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple.bs-popover-top > .popover-arrow::before {
  border-top-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple.bs-popover-end > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple.bs-popover-end > .popover-arrow::before {
  border-right-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple.bs-popover-start > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple.bs-popover-start > .popover-arrow::before {
  border-left-color: #AB47BC;
}
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple.bs-popover-bottom > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple.bs-popover-bottom > .popover-arrow::before,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple.bs-popover-bottom .popover-header::before {
  border-bottom-color: #AB47BC;
}
.popover-primary-light.popover {
  border: 1px solid rgba(242, 101, 34, 0.1);
}
.popover-primary-light.popover .popover-header {
  background-color: rgba(242, 101, 34, 0.1);
  border-block-end: 1px solid rgba(242, 101, 34, 0.1);
  color: #F26522;
  border-radius: 0;
}
.popover-primary-light.popover .popover-body {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary-light.bs-popover-top > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(242, 101, 34, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary-light.bs-popover-end > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(242, 101, 34, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary-light.bs-popover-start > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(242, 101, 34, 0.1);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary-light.bs-popover-bottom > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary-light.bs-popover-bottom > .popover-arrow::before,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(242, 101, 34, 0.1);
}
.popover-secondary-light.popover {
  border: 1px solid rgba(59, 112, 128, 0.1);
}
.popover-secondary-light.popover .popover-header {
  background-color: rgba(59, 112, 128, 0.1);
  border-block-end: 1px solid rgba(59, 112, 128, 0.1);
  color: #3B7080;
  border-radius: 0;
}
.popover-secondary-light.popover .popover-body {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary-light.bs-popover-top > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary-light.bs-popover-end > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(59, 112, 128, 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary-light.bs-popover-start > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::before,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-warning-light.popover {
  border: 1px solid rgba(255, 193, 7, 0.1);
}
.popover-warning-light.popover .popover-header {
  background-color: rgba(255, 193, 7, 0.1);
  border-block-end: 1px solid rgba(255, 193, 7, 0.1);
  color: #FFC107;
  border-radius: 0;
}
.popover-warning-light.popover .popover-body {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning-light.bs-popover-top > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning-light.bs-popover-end > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning-light.bs-popover-start > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(255, 193, 7, 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning-light.bs-popover-bottom > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning-light.bs-popover-bottom > .popover-arrow::before,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(255, 193, 7, 0.1);
}
.popover-info-light.popover {
  border: 1px solid rgba(27, 132, 255, 0.1);
}
.popover-info-light.popover .popover-header {
  background-color: rgba(27, 132, 255, 0.1);
  border-block-end: 1px solid rgba(27, 132, 255, 0.1);
  color: #1B84FF;
  border-radius: 0;
}
.popover-info-light.popover .popover-body {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info-light.bs-popover-top > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info-light.bs-popover-end > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info-light.bs-popover-start > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(27, 132, 255, 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info-light.bs-popover-bottom > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info-light.bs-popover-bottom > .popover-arrow::before,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(27, 132, 255, 0.1);
}
.popover-success-light.popover {
  border: 1px solid rgba(3, 201, 90, 0.1);
}
.popover-success-light.popover .popover-header {
  background-color: rgba(3, 201, 90, 0.1);
  border-block-end: 1px solid rgba(3, 201, 90, 0.1);
  color: #03C95A;
  border-radius: 0;
}
.popover-success-light.popover .popover-body {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success-light.bs-popover-top > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(3, 201, 90, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success-light.bs-popover-end > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(3, 201, 90, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success-light.bs-popover-start > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(3, 201, 90, 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success-light.bs-popover-bottom > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success-light.bs-popover-bottom > .popover-arrow::before,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(3, 201, 90, 0.1);
}
.popover-danger-light.popover {
  border: 1px solid rgba(231, 13, 13, 0.1);
}
.popover-danger-light.popover .popover-header {
  background-color: rgba(231, 13, 13, 0.1);
  border-block-end: 1px solid rgba(231, 13, 13, 0.1);
  color: #E70D0D;
  border-radius: 0;
}
.popover-danger-light.popover .popover-body {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger-light.bs-popover-top > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(231, 13, 13, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger-light.bs-popover-end > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(231, 13, 13, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger-light.bs-popover-start > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(231, 13, 13, 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger-light.bs-popover-bottom > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger-light.bs-popover-bottom > .popover-arrow::before,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(231, 13, 13, 0.1);
}
.popover-purple-light.popover {
  border: 1px solid rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.popover .popover-header {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--purple-rgb), 0.1);
  color: #AB47BC;
  border-radius: 0;
}
.popover-purple-light.popover .popover-body {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: #AB47BC;
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple-light.bs-popover-top > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple-light.bs-popover-end > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple-light.bs-popover-start > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple-light.bs-popover-bottom > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple-light.bs-popover-bottom > .popover-arrow::before,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--purple-rgb), 0.1);
}
.popover-teal-light.popover {
  border: 1px solid rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.popover .popover-header {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--teal-rgb), 0.1);
  color: #02a8b5;
  border-radius: 0;
}
.popover-teal-light.popover .popover-body {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: #02a8b5;
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-teal-light.bs-popover-top > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-teal-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-teal-light.bs-popover-end > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-teal-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-teal-light.bs-popover-start > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-teal-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-teal-light.bs-popover-bottom > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-teal-light.bs-popover-bottom > .popover-arrow::before,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-teal-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--teal-rgb), 0.1);
}
.form-control {
  border-color: #E5E7EB;
  color: #111827;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  padding: 0.5rem 0.625rem;
  height: 38px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #E5E7EB;
}
textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}
.form-control[type=file] {
  padding: 0.48rem 0.5rem;
}
.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}
.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}
.form-text {
  color: #677788;
}
.form-control-light {
  background-color: #F8F9FA;
  border: 0;
}
.form-control-light:focus {
  background-color: #F8F9FA;
}
.form-control-primary {
  background-color: rgba(242, 101, 34, 0.1);
  border: 0;
  color: #F26522;
}
.form-control-primary:focus {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #677788;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-select {
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  color: #6B7280;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  line-height: 2;
}
.form-select option {
  background-color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}
.form-select option:last-child {
  margin-block-end: 0;
}
.form-select option:checked {
  background-color: rgba(var(#F26522), 0.2);
  color: #F26522;
}
.form-select option:select {
  background-color: rgba(var(#F26522), 0.2);
  color: #F26522;
}
.form-select option:hover {
  background-color: rgba(var(#F26522), 0.2);
  color: #F26522;
}
.form-select option:focus {
  background-color: rgba(var(#F26522), 0.2);
  color: #F26522;
}
.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
}
.form-check-input:checked {
  background-color: #F26522;
  border-color: #F26522;
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #F26522;
}
.form-check-input.form-checked-secondary:checked {
  background-color: #3B7080;
  border-color: #3B7080;
}
.form-check-input.form-checked-warning:checked {
  background-color: #FFC107;
  border-color: #FFC107;
}
.form-check-input.form-checked-info:checked {
  background-color: #1B84FF;
  border-color: #1B84FF;
}
.form-check-input.form-checked-success:checked {
  background-color: #03C95A;
  border-color: #03C95A;
}
.form-check-input.form-checked-danger:checked {
  background-color: #E70D0D;
  border-color: #E70D0D;
}
.form-check-input.form-checked-light:checked {
  background-color: #F8F9FA;
  border-color: #F8F9FA;
}
.form-check-input.form-checked-dark:checked {
  background-color: #212529;
  border-color: #212529;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #F26522;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #3B7080;
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #1B84FF;
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #03C95A;
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #E70D0D;
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: #F8F9FA;
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: #212529;
}
.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #F26522;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #3B7080;
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #1B84FF;
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #03C95A;
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #E70D0D;
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: #F8F9FA;
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: #212529;
}
fieldset:disabled .btn {
  color: #FFF;
  background-color: #F26522;
  border-color: #F26522;
}
.form-select:focus {
  border-color: rgba(var(#F26522), 0.5);
  outline: 0;
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}
.form-control:disabled,
.form-select:disabled {
  background-color: #F8F9FA;
  color: #6B7280;
}
.form-control-plaintext {
  color: #6B7280;
}
.form-control::-webkit-file-upload-button {
  color: #6B7280;
  background-color: #F8F9FA;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #F8F9FA;
}
.form-control:focus {
  color: #111827;
}
.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: #9CA3AF;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control::-webkit-input-placeholder {
  color: #9CA3AF;
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: #9CA3AF;
}
.form-control::-moz-placeholder {
  color: #9CA3AF;
}
.form-control:-ms-input-placeholder {
  color: #9CA3AF;
}
.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}
.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 3px;
}
.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}
.label-primary {
  background: #F26522;
  color: #FFF;
}
.label-secondary {
  background: #3B7080;
  color: #FFF;
}
.label-warning {
  background: #FFC107;
  color: #FFF;
}
.label-info {
  background: #1B84FF;
  color: #FFF;
}
.label-success {
  background: #03C95A;
  color: #FFF;
}
.label-danger {
  background: #E70D0D;
  color: #FFF;
}
.label-light {
  background: #F8F9FA;
  color: #FFF;
}
.label-dark {
  background: #212529;
  color: #FFF;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}
.form-floating.floating-primary label {
  color: #F26522;
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid #F26522;
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: #F26522 !important;
}
.form-floating.floating-secondary label {
  color: #3B7080;
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid #3B7080;
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: #3B7080 !important;
}
.form-floating.floating-warning label {
  color: #FFC107;
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid #FFC107;
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: #FFC107 !important;
}
.form-floating.floating-info label {
  color: #1B84FF;
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid #1B84FF;
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: #1B84FF !important;
}
.form-floating.floating-success label {
  color: #03C95A;
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid #03C95A;
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: #03C95A !important;
}
.form-floating.floating-danger label {
  color: #E70D0D;
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid #E70D0D;
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: #E70D0D !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #FFF;
  border-radius: 4px;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #03C95A;
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #03C95A;
}
.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}
.bootstrap-tagsinput {
  border-color: #E5E7EB;
  color: #6B7280;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}
.bootstrap-tagsinput input::placeholder {
  font-size: 12px;
}
.bootstrap-tagsinput .tag {
  background: #E8E9EA;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 10px;
  color: #212529;
  display: inline-flex;
  align-items: center;
}
.bootstrap-tagsinput .tag span::after {
  color: #111827;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}
[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}
.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
input[type=range]::-webkit-slider-runnable-track {
  background-color: #F8F9FA;
}
[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}
.form-check {
  min-height: inherit !important;
}
.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 600;
}
.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: #202C4B;
}
.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #202C4B;
}
[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,
[data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
[dir=rtl] input[type=week],
[dir=rtl] input[type=month],
[dir=rtl] input[type=date],
[dir=rtl] input[type=datetime-local],
[dir=rtl] input[type=time] {
  text-align: end;
}
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: #3B7080;
  border-radius: 4px;
}
.form-help:hover,
.form-help[aria-describedby] {
  color: #FFF;
  background: #F26522;
}
.input-group-link {
  font-size: 12px;
}
.input-group-flat:focus-within {
  border-radius: 4px;
}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: #E5E7EB !important;
}
.input-group-flat .form-control:focus {
  box-shadow: none;
}
.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}
.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}
.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}
.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: #374151;
  text-transform: capitalize;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio input:checked ~ .checkmark {
  border-color: #F26522;
  background: #F26522;
}
.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px;
}
.check-radio-group .custom-radio {
  margin-right: 15px;
}
.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}
.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: #FFF;
  border: 1px solid #E9EDF4;
  margin-bottom: 0;
}
.check:checked + .checktoggle {
  background-color: #FFF;
}
.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #D1D5DB;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.check:checked + .checktoggle:after {
  background-color: #F26522;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  pointer-events: none;
  font-size: 1.2em;
  color: #9CA3AF;
  z-index: 9;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}
.input-icon-addon .spinner-border-sm {
  border-width: 1px;
}
.input-group-text {
  background-color: #FFF;
  padding: 2px 10px;
  border-color: #E5E7EB;
}
.input-group .input-group-text {
  min-height: 38px;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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: calc(var(--tblr-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
kbd {
  background-color: #E8E9EA;
  font-size: 10px;
  font-weight: 500;
  padding: 4px;
  color: #6B7280;
  padding: 2px 3px;
}
.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #374151;
  pointer-events: none;
  font-size: 1.2em;
}
.form-wrap .form-wrap-icon {
  position: relative;
}
.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.toggle-password {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #111827;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.toggle-password:hover {
  color: #F26522;
}
.pass-group {
  position: relative;
}
.toggle-passwords,
.toggle-passworda {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #111827;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.toggle-passwords:hover,
.toggle-passworda:hover {
  color: #F26522;
}
.form-wrap-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.form-wrap-checkbox .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #111827;
  margin-bottom: 0;
}
.form-wrap-checkbox .check input {
  display: none;
}
.form-wrap-checkbox .check input:checked + .box {
  background: #3B7080;
}
.form-wrap-checkbox .check input:checked + .box:after {
  top: 0;
}
.form-wrap-checkbox .check .box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FBFBFD;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E9EDF4;
  border-radius: 5px;
}
.form-wrap-checkbox .check .box:after {
  width: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #FFF;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 3px;
  margin: auto;
}
.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}
.form-sort span.select2-container.select2-container--default.select2-container--open {
  z-index: 99;
}
.form-sort {
  position: relative;
  width: 149px;
  height: 40px;
}
.form-sort .info-img {
  position: absolute;
  top: 52%;
  z-index: 100;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: 10px;
  color: #6B7280;
  transform: translateY(-50%);
  line-height: normal;
}
@media (max-width: 575.98px) {
  .form-sort {
    margin-top: 24px;
  }
}
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #9CA3AF;
  pointer-events: none;
  font-size: 1.2em;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}
.input-icon-addon .spinner-border-sm {
  border-width: 1px;
}
.input-icon-start .form-control {
  padding-left: 32px;
}
.input-icon-end .form-control {
  padding-right: 32px;
}
.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #374151;
  pointer-events: none;
  font-size: 1.2em;
}
.date-range .icon-addon {
  font-size: 12px;
  min-width: 26px;
}
.date-range .form-control {
  height: 30px;
  font-size: 12px;
  padding-left: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #E8E9EA !important;
  color: #212529 !important;
  border-color: #E8E9EA !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background: #E8E9EA !important;
  color: #212529 !important;
  border-color: #E8E9EA !important;
}
.notes-tog i {
  transform: rotate(180deg);
}
.notes-tog.active i {
  transform: rotate(0deg);
}
.section-bulk-wrap .form-sort {
  position: relative;
}
.section-bulk-widget {
  transition: 0.6s all;
}
.section-notes-dashboard {
  display: none;
  transition: 0.6s all;
}
.notes-tog i {
  transition: 0.5s all;
}
.notes-tag-left .notes-tog i {
  transform: rotate(360deg);
  transition: 0.5s all;
}
.budgeted-role-notes {
  width: 100%;
}
.notes-summernote .card {
  margin-bottom: 0 !important;
}
.dropdown-item:active {
  background: transparent;
}
.notes-summernote p {
  color: #6B7280;
  font-size: 15px;
  font-weight: 400;
}
.budget-role-notes .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
}
.custom-pagination .paginations {
  align-items: center;
}
.custom-pagination .paginations span {
  display: flex;
  align-items: center;
  color: #6B7280;
  width: 16px;
  height: 16px;
}
.custom-pagination .paginations span .fa-chevron-left {
  margin-right: 8px;
}
.custom-pagination .paginations .page-wrap li a {
  margin-right: 8px;
  border-radius: 85px;
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.custom-pagination .paginations .page-wrap li a.active {
  background: #F26522;
  color: #FFF;
}
.custom-pagination .paginations .page-wrap li :hover {
  background: #F26522;
  color: #FFF;
  transition: 0.3s all;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
  display: none;
}
.todo-accordion .accordion-item {
  background: transparent;
  margin-bottom: 15px;
  border: 0;
  padding: 0;
}
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notes-tog {
  bottom: -15px;
}
.input-blocks input[type=text].datetimepicker {
  padding-left: 35px;
}
.iti__country-list {
  z-index: 101;
}
.nav-control {
  display: flex;
  align-items: center;
}
.nav-control button {
  border: 1px solid #E9EDF4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #FFF;
  color: #374151;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-control button:hover {
  background: #212529;
  color: #FFF;
}
.nav-control button.owl-prev {
  margin-right: 8px;
}
.todo-inbox-check .checkboxs {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.todo-inbox-check .checkboxs input ~ .checkmarks {
  border-color: rgba(145, 158, 171, 0.3);
  border-radius: 5px;
  margin-top: 0;
  width: 20px;
  height: 20px;
}
.todo-inbox-check .checkboxs input:checked ~ .checkmarks {
  border-color: #F26522;
  background-color: #F26522;
}
.todo-accordion .accordion-button:after {
  display: none;
}
.todo-calendar .input-groupicon.calender-input input {
  padding-left: 10px;
}
.todo-calendar {
  position: relative;
}
.todo-calendar .calender-input {
  position: relative;
}
.todo-calendar .calender-input .info-img {
  position: absolute;
  top: 11px;
  z-index: 100;
  width: 16px;
  height: 16px;
  right: 5px !important;
  color: #6B7280;
}
.todo-accordion .accordion-item {
  background: transparent;
  margin-bottom: 30px;
}
.todo-accordion .accordion-item .accordion-header {
  cursor: pointer;
}
.todo-accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 0;
}
.todo-accordion .accordion-item .accordion-header .accordion-button.collapsed .todo-today-content {
  margin-bottom: 0;
}
.todo-accordion .accordion-item .accordion-header .todo-drop-down a span i {
  color: #6B7280;
}
.todo-accordion .accordion-item .accordion-body {
  padding: 0;
}
.section-bulk-wrap .form-sort .ti-filter {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.input-block.todo-inbox-check {
  margin-bottom: 0;
  position: relative;
}
.section-bulk-widget .nav-pills .nav-link:hover {
  background: #212529;
  color: #FFF !important;
}
.section-bulk-widget .nav-pills .nav-link.active {
  background: #212529;
  color: #FFF !important;
}
.square-rotate {
  transform: rotate(45deg);
}
.todo-strike-content .strike-info h4 {
  text-decoration: line-through;
}
.todo-strike-content .strike-info p {
  text-decoration: line-through;
}
caption {
  color: #677788;
}
.table-active {
  --bs-table-color-state: var(--default-text-color);
}
.table {
  color: #6B7280;
  border-color: #E5E7EB;
  margin-block-end: 0;
}
.table tbody tr {
  border-color: #E9EDF4;
}
.table tbody tr th {
  font-weight: 500;
}
.table th,
.table td {
  padding: 8px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.table thead tr {
  border-color: #E9EDF4;
}
.table thead tr th {
  font-weight: 600;
  border-color: #E9EDF4;
  background: #E5E7EB;
  font-size: 14px;
  color: #111827;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.table.table-dark {
  color: #F0F2F7;
  border-color: rgba(255, 255, 255, 0.1);
}
.table .thead-primary th {
  background-color: #F26522;
  color: #FFF;
}
.table .thead-secondary th {
  background-color: #3B7080;
  color: #FFF;
}
.table .thead-info th {
  background-color: #1B84FF;
  color: #FFF;
}
.table .thead-warning th {
  background-color: #FFC107;
  color: #FFF;
}
.table .thead-danger th {
  background-color: #E70D0D;
  color: #FFF;
}
.table .thead-success th {
  background-color: #03C95A;
  color: #FFF;
}
.table .thead-dark th {
  background-color: #212529;
  color: #FFF;
}
.table .thead-light th {
  background-color: #E5E7EB;
  color: #111827;
}
.table.table-primary {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #000;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #FFF;
}
.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #FFF;
}
.table.table-secondary {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #000;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #FFF;
}
.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #FFF;
}
.table.table-warning {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #000;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #FFF;
}
.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #FFF;
}
.table.table-success {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #000;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #FFF;
}
.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #FFF;
}
.table.table-danger {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #000;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #FFF;
}
.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #FFF;
}
.table.table-info {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #000;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #FFF;
}
.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #FFF;
}
.table.table-light {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #000;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #FFF;
}
.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #FFF;
}
.table.table-dark {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #000;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #FFF;
}
.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #FFF;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(242, 101, 34, 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(27, 132, 255, 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(59, 112, 128, 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.0125);
  color: #6B7280;
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.025);
  color: #6B7280;
}
.table tbody.table-group-divider {
  border-top: 1px solid #E5E7EB;
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}
.table .table-active {
  --bs-table-accent-bg: #F8F9FA;
  color: #6B7280;
}
.table thead.table-primary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-success {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-info {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-light {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.datanew tbody {
  border-top: 1px solid #E9EDF4;
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: #FFF;
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: #FFF;
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}
.table-success {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: #FFF;
}
.table-info {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: #FFF;
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: #FFF;
}
.table-dark {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: #FFF;
}
.table-light {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: #FFF;
}
[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}
[dir=rtl] .table {
  margin-inline-end: 1px;
}
.invoice-table {
  border: 1px solid #E9EDF4;
  border-radius: 5px;
  margin: 20px 0;
}
.invoice-table thead th {
  border-bottom: 1px solid #E9EDF4;
}
.invoice-table thead th:first-child {
  width: 80%;
}
.invoice-table tbody tr:last-child td {
  border-bottom: 0;
}
.invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}
.invoice-product-table {
  border-top: 1px solid #E9EDF4;
}
.table {
  margin: 0;
}
.table tbody tr td {
  color: #374151;
  font-size: 14px;
}
.table tbody tr td .product-img img {
  border: 0;
}
.table tbody tr td .action-icon a {
  color: #6B7280;
}
.table tbody tr td .action-icon a:hover {
  background: #E9EDF4;
  color: #111827;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #374151;
  font-weight: 600;
  border-bottom: 0;
}
.table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.new tbody tr td {
  border-bottom: none;
}
.dataTables_filter + .dataTables_filter {
  display: none;
}
.productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.productimgname a {
  color: #3B7080;
  font-weight: 500;
}
.table .input-blocks input[type=text] {
  height: 40px;
}
.table {
  margin: 0;
}
.table tbody tr td {
  color: #6B7280;
}
.table tbody tr td a {
  color: #111827;
}
.table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.table tbody tr td a:hover {
  color: #F26522;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #374151;
  font-weight: 600;
  border-bottom: 0;
}
table tbody .productimgname {
  min-width: 200px;
}
table tbody .productimgname a.stock-img.product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 8px;
}
table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}
table.table-bordered thead tr th p {
  margin-bottom: 0;
}
.custom-table {
  border-radius: 5px;
}
.custom-table table thead tr th {
  background: #F3F4F6;
  color: #111827;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #111827;
  text-decoration: underline;
}
.custom-table table tbody tr td .detail-link:hover {
  color: #F26522;
}
.table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #E70D0D;
}
.table tbody tr td a.delete-icon:hover {
  color: rgb(182.7172131148, 10.2827868852, 10.2827868852);
}
.custom-table {
  overflow: hidden;
}
.custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}
.custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}
.custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #E9EDF4;
}
.custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}
.custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}
.table tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}
.accordion-button {
  background-color: #FFF;
  color: #6B7280;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: #6B7280;
  background-color: #F8F9FA;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: rgba(242, 101, 34, 0.3);
  box-shadow: none;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button:after {
  content: "\f078";
  font-family: "Fontawesome";
  font-size: 12px;
  line-height: 1;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #6B7280;
}
.accordion-body {
  padding: 1rem;
  font-size: 0.8125rem;
  color: #677788;
}
.accordion-item {
  color: #6B7280;
  background-color: #FFF;
  border: 1px solid #E9EDF4;
}
.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #E9EDF4;
  border-radius: 4px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.accordion.accordion-primary .accordion-button {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.accordion.accordion-primary .accordion-button:after {
  background-color: #F26522;
  color: #FFF;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(59, 112, 128, 0.1);
  color: #3B7080;
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: #3B7080;
  color: #FFF;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.accordion.accordion-success .accordion-button:after {
  background-color: #03C95A;
  color: #FFF;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.accordion.accordion-danger .accordion-button:after {
  background-color: #E70D0D;
  color: #FFF;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.accordion.accordion-warning .accordion-button:after {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  color: #1B84FF;
}
.accordion.accordion-info .accordion-button:after {
  background-color: #1B84FF;
  color: #FFF;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-primary .accordion-button {
  background-color: #F26522;
  color: #FFF;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: #FFF;
  color: #F26522;
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: #3B7080;
  color: #FFF;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: #FFF;
  color: #3B7080;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-success .accordion-button {
  background-color: #03C95A;
  color: #FFF;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: #E70D0D;
  color: #FFF;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-solid-info .accordion-button {
  background-color: #1B84FF;
  color: #FFF;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #6B7280;
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: #F8F9FA;
  color: #6B7280;
}
.accordion.accordion-border-primary .accordion-item {
  border: 1px solid #F26522;
}
.accordion.accordion-border-primary .accordion-button {
  background-color: #FFF;
  color: #F26522;
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: #FFF;
  color: #F26522;
  border: 1px solid #F26522;
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #F26522;
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid #3B7080;
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: #FFF;
  color: #3B7080;
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: #FFF;
  color: #3B7080;
  border: 1px solid #3B7080;
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #3B7080;
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid #03C95A;
}
.accordion.accordion-border-success .accordion-button {
  background-color: #FFF;
  color: #03C95A;
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
  border: 1px solid #03C95A;
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #03C95A;
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid #E70D0D;
}
.accordion.accordion-border-danger .accordion-button {
  background-color: #FFF;
  color: #E70D0D;
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #E70D0D;
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button {
  background-color: #FFF;
  color: #FFC107;
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FFC107;
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid #1B84FF;
}
.accordion.accordion-border-info .accordion-button {
  background-color: #FFF;
  color: #1B84FF;
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: #FFF;
  color: #1B84FF;
  border: 1px solid #1B84FF;
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #1B84FF;
}
.accordion.accordionicon-none .accordion-button:after {
  display: none;
}
.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}
.accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
  background-color: #F8F9FA;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
  background-color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: rgba(242, 101, 34, 0.1);
  border-inline-start: 0.25rem solid rgba(242, 101, 34, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: rgba(242, 101, 34, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: rgba(242, 101, 34, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(242, 101, 34, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(59, 112, 128, 0.1);
  border-inline-start: 0.25rem solid rgba(59, 112, 128, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(59, 112, 128, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(59, 112, 128, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(59, 112, 128, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(255, 193, 7, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(255, 193, 7, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(27, 132, 255, 0.1);
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(27, 132, 255, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(27, 132, 255, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(27, 132, 255, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(3, 201, 90, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(3, 201, 90, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(231, 13, 13, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(231, 13, 13, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}
.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}
[dir=rtl] .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
  font-family: "tabler-icons" !important;
}
.breadcrumb .breadcrumb-item {
  color: #6B7280;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item a {
  color: #6B7280;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #F26522;
}
.breadcrumb .breadcrumb-item.active {
  color: #111827;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  opacity: 0.4;
}
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  content: "\f101";
  font-family: "Fontawesome" !important;
}
.breadcrumb-pipe .breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  content: "\f061";
  font-family: "Fontawesome" !important;
}
.breadcrumb-line .breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  content: "-";
}
.breadcrumb-dot .breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  content: "\2022";
}
.breadcrumb-divide .breadcrumb-item + .breadcrumb-item::before {
  color: #4B5563;
  content: "\f054";
  font-family: "Fontawesome" !important;
}
.breadcrumb-separatorless .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: none;
}
.breadcrumb-colored {
  padding: 12px 15px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item.active {
  color: #FFF;
  opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item a {
  color: #FFF;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #FFF;
}
.embedded-breadcrumb:before {
  opacity: 0.7;
}
[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}
.card {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 5px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  color: inherit;
}
.card .card-body {
  padding: 1.25rem;
}
@media (max-width: 767.98px) {
  .card .card-body {
    padding: 16px;
  }
}
.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #111827;
}
@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 16px;
  }
}
.card .card-header {
  border-color: #E5E7EB;
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
@media (max-width: 767.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-header .card-title {
  margin-bottom: 0rem;
}
.card .card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card .card-footer {
  border-color: #E5E7EB;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
.card-group .card {
  margin-bottom: 1.5rem;
}
.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: #FFF;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid #E5E7EB;
  padding: 1rem 1.5rem;
  font-size: 14px;
}
.card.custom-card .card-body {
  padding: 1.5rem;
  color: #6B7280;
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card .card-text {
  font-size: 0.813rem;
}
.card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .over-content-bottom {
  top: auto;
}
.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.card.card-bg-primary {
  background-color: #F26522;
  color: #FFF;
}
.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-primary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-primary .card-body {
  color: #FFF;
}
.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary {
  background-color: #3B7080;
  color: #FFF;
}
.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-secondary .card-body {
  color: #FFF;
}
.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning {
  background-color: #FFC107;
  color: #FFF;
}
.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning .card-header:before {
  background-color: #FFF;
}
.card.card-bg-warning .card-body {
  color: #FFF;
}
.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info {
  background-color: #1B84FF;
  color: #FFF;
}
.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info .card-header:before {
  background-color: #FFF;
}
.card.card-bg-info .card-body {
  color: #FFF;
}
.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success {
  background-color: #03C95A;
  color: #FFF;
}
.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success .card-header:before {
  background-color: #FFF;
}
.card.card-bg-success .card-body {
  color: #FFF;
}
.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger {
  background-color: #E70D0D;
  color: #FFF;
}
.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger .card-header:before {
  background-color: #FFF;
}
.card.card-bg-danger .card-body {
  color: #FFF;
}
.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-light {
  background-color: #F8F9FA;
  color: #6B7280;
}
.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6B7280;
  border-block-end: #E5E7EB;
}
.card.card-bg-light .card-body {
  color: #6B7280;
}
.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #6B7280;
  border-block-start: #E5E7EB;
}
.card.card-bg-dark {
  background-color: #212529;
  color: #FFF;
}
.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-dark .card-header:before {
  background-color: #FFF;
}
.card.card-bg-dark .card-body {
  color: #FFF;
}
.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card .collapse-close {
  display: none;
}
.card.card .collapsed .collapse-close {
  display: block;
}
.card.card .collapsed .collapse-open {
  display: none;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}
.cals-icon {
  font-size: 50px;
  color: #6B7280;
}
.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: #F8F9FA;
  border-inline-start: 0.25rem solid #E5E7EB;
}
.callout-info {
  background-color: rgba(27, 132, 255, 0.075);
  border-color: rgba(27, 132, 255, 0.5);
}
.callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}
.callout-danger {
  background-color: rgba(231, 13, 13, 0.075);
  border-color: rgba(231, 13, 13, 0.5);
}
.btn-facebook {
  background-color: #3B5998;
  color: #FFF;
  border: 1px solid #3B5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3B5998 !important;
  color: #FFF !important;
  border: 1px solid #3B5998 !important;
}
.btn-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background:
    linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  color: #FFF;
  border: 1px solid transparent;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: #FFF;
  border: 1px solid transparent;
}
.btn-twitter {
  background-color: #00ACEE;
  color: #FFF;
  border: 1px solid #00ACEE;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #00ACEE !important;
  color: #FFF !important;
  border: 1px solid #00ACEE !important;
}
.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.btn-wave {
  display: inline-block !important;
}
@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}
.card .form-control-plaintext {
  min-height: 38px;
}
.tooltip.tooltip-primary .tooltip-inner {
  background-color: #F26522;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #F26522;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #F26522;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #F26522;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #F26522;
}
.tooltip.tooltip-secondary .tooltip-inner {
  background-color: #3B7080;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #3B7080;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #3B7080;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #3B7080;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #3B7080;
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #FFC107;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #FFC107;
}
.tooltip.tooltip-info .tooltip-inner {
  background-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #1B84FF;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #1B84FF;
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: #03C95A;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #03C95A;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #03C95A;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #03C95A;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #03C95A;
}
.tooltip.tooltip-danger .tooltip-inner {
  background-color: #E70D0D;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #E70D0D;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #E70D0D;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #E70D0D;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #E70D0D;
}
.tooltip.tooltip-dark .tooltip-inner {
  background-color: #212529;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #212529;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #212529;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #212529;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #212529;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #FFF;
}
.tooltip.tooltip-light .tooltip-inner {
  background-color: #F8F9FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #F8F9FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #F8F9FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #F8F9FA;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: #F8F9FA;
}
.tooltip.tooltip-light .tooltip-inner {
  color: #6B7280;
}
.nav-item {
  margin-inline-end: 0.5rem;
}
.nav-item:last-child {
  margin-inline-end: 0;
}
.nav-link {
  color: #6B7280;
  border-radius: 4px;
}
.nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.navbar-brand {
  color: #6B7280;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #6B7280;
  opacity: 0.9;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #F26522;
}
.nav-link.disabled {
  color: #6B7280;
  opacity: 0.3;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: rgba(33, 37, 41, 0.5);
}
.navbar-text {
  color: #6B7280;
}
.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #F26522;
}
.nav-pills .nav-link.tab-dark.active {
  color: #FFF;
  background-color: #212529;
}
.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.nav.nav-style-1 .nav-link.active:hover {
  background: rgba(242, 101, 34, 0.1);
}
.nav.nav-style-1 .nav-link:hover {
  background: transparent;
  color: #F26522;
}
.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  border-block-start: 3px solid #F26522;
  color: #F26522;
}
.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid #F26522;
  color: #F26522;
}
.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: #677788;
  border: 0;
}
.nav.nav-style-4 .nav-link {
  margin-bottom: 3px;
}
.nav.nav-style-4 .nav-link.active {
  background-color: #F8F9FA;
  color: #6B7280;
  border: 0;
}
.nav.nav-style-4 .nav-link:hover,
.nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav.nav-style-4 .nav-link:hover {
  background-color: #F8F9FA;
  color: #6B7280;
}
.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: #677788;
  border: 0;
  margin-bottom: 3px;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: #F26522;
  color: #FFF;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
  background-color: #F26522;
  color: #FFF;
}
.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid #F26522;
  border-block-end: 2px solid #F26522;
  background-color: transparent;
  color: #F26522;
}
.nav-tabs-header {
  border: 0 !important;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover,
.nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #F26522;
}
.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: #F26522;
  border: 1px solid #F26522;
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: #F26522;
  color: #FFF;
  border: 1px solid #F26522;
}
.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid #F26522;
  background-color: transparent;
  color: #F26522;
}
.vertical-tabs-2 {
  border: 0;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  min-width: 7.5rem;
  max-width: 7.5rem;
  text-align: center;
  border: 1px solid #E5E7EB;
  margin-bottom: 0.5rem;
  color: #677788;
  background-color: #F8F9FA;
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #F26522;
  color: #FFF;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #F26522;
}
.vertical-tabs-2 .nav-item .nav-link.active:hover {
  color: #FFF;
}
.vertical-tabs-2 .nav-item .nav-link:hover {
  color: #F26522;
}
.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid #F26522;
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: #F26522;
  color: #FFF;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active:hover {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #FFF;
  color: #F26522;
}
.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid #F26522;
  color: #F26522;
  background: transparent;
}
.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: #E5E7EB;
  border-radius: 7px;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 5px;
  padding: 0.35rem 1rem;
}
.nav.tab-style-1 .nav-link.active {
  background-color: #F26522 !important;
  color: #FFF !important;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  transition: color 0.15s ease-in;
}
.nav-tabs.tab-style-1 .nav-link:hover {
  background: transparent;
  color: #F26522;
}
.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: #F8F9FA;
  color: #6B7280;
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}
.tab-style-2 .nav-item .nav-link:hover i {
  color: #F26522;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: #F26522;
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: #F26522;
  border-radius: 50px;
}
.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #F8F9FA;
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #E5E7EB;
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #F26522;
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: #F26522;
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: #F26522;
  color: #F26522;
}
.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: #F26522;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #F26522;
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: #F26522;
  border: 1px solid #F26522;
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: #F26522;
}
#tab-style-4 .tab-pane.active {
  border: 1px solid #F26522;
  background-color: #F26522;
  color: #FFF;
  padding: 16px;
  border-radius: 7px;
}
.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: #F26522;
}
.tab-style-6 {
  border: 0;
  background-color: #FFF;
  border-radius: 7px;
  color: #F26522;
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: #F26522;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: #F26522;
  color: #FFF;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover,
.tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}
.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: #677788;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-7 .nav-link:active,
.tab-style-7 .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
.nav-style-1 .nav-item .nav-link.active {
  background-color: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
@media screen and (max-width: 400px) {
  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-bottom li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
  border-color: #E5E7EB;
}
.nav-tabs li a {
  color: #111827;
  border-bottom-width: 2px;
}
.nav-tabs li a.active {
  border-color: transparent;
  border-bottom-color: #F26522;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #F26522;
}
.nav-tabs .nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs .nav-tabs-solid .active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #F26522;
}
.nav-tabs.nav-tabs-top li a {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top li a.active {
  border-top-color: #F26522;
  border-radius: 0;
}
.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #F26522;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs.nav-tabs-bottom li a {
  border-width: 0 0 2px 0;
}
.nav-tabs.nav-tabs-bottom li a.active,
.nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #F26522;
  background: transparent;
  border-radius: 0;
  color: #F26522;
}
.nav-tabs.nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
  border-color: #E9EDF4;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid li a.active {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
  border-radius: 0;
}
.nav-tabs.nav-tabs-solid li a.active:hover {
  color: #FFF;
}
.nav-link:hover {
  color: #F26522;
}
.page-menu .nav-tabs li a {
  font-size: 16px;
}
.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #3B7080;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
}
.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #F26522;
  background: #F26522;
  color: #FFF !important;
}
.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 40px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #D1D5DB;
  margin-right: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-sets .nav-tabs .nav-link:focus,
.tabs-sets .nav-tabs .nav-link:hover,
.tabs-sets .nav-tabs .nav-link.active {
  background: #F26522;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F8FAFC;
    padding: 5px 0;
    border-radius: 3px;
  }
}
.ribbon1 {
  position: absolute;
  inset-block-start: -6.1px;
  inset-inline-end: 10px;
  color: #FFF;
  z-index: 1;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 20px solid transparent;
  border-inline-end: 24px solid transparent;
  border-block-start: 13px solid #E70D0D;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #E70D0D;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-start-end-radius: 8px;
}
.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
  height: 6px;
  width: 6px;
  inset-inline-start: -6px;
  inset-block-start: 0;
  background: #E70D0D;
}
.ribbon1 span:after {
  height: 6px;
  width: 8px;
  inset-inline-start: -8px;
  inset-block-start: 0;
  border-radius: 8px 8px 0 0;
  background: #E70D0D;
}
.ribbone {
  width: 100%;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
}
.ribbone::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid;
}
.ribbone::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid;
}
.ribbone span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 3px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  font-size: 11px;
}
.ribbone1 {
  position: absolute;
  inset-block-start: -6.1px;
  inset-inline-start: 10px;
  z-index: 1;
}
.ribbone1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 20px solid transparent;
  border-inline-end: 24px solid transparent;
  border-block-start: 13px solid #E70D0D;
}
.ribbone1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #E70D0D;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-start-end-radius: 8px;
}
.ribbone1 span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  inset-inline-start: -8px;
  inset-block-start: 0;
  border-radius: 8px 8px 0 0;
  background: #E70D0D;
}
.ribbone1 span:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  inset-inline-start: -6px;
  inset-block-start: 0;
  background: #E70D0D;
}
.arrow-ribbone-left {
  color: #FFF;
  padding: 2px 8px;
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 0;
  z-index: 6;
  font-size: 13px;
}
.arrow-ribbone-left.bg-purple:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #AB47BC;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-danger:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 112px solid transparent;
  border-inline-start: 12px solid #E70D0D;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-primary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-secondary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #3B7080;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-success:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #F26522;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-info:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #1B84FF;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-warning:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #FFC107;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-pink:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -12px;
  border-block-start: 12px solid transparent;
  border-inline-start: 12px solid #FD3995;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-teal:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #02a8b5;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right {
  color: #FFF;
  padding: 2px 8px;
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 0;
  z-index: 6;
  font-size: 13px;
}
.arrow-ribbone-right.bg-purple:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #AB47BC;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-danger:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #E70D0D;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-primary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-secondary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #3B7080;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-success:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #F26522;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-info:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #1B84FF;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-warning:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #FFC107;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-pink:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #FD3995;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-teal:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -12px;
  border-block-start: 12px solid transparent;
  border-inline-end: 12px solid #02a8b5;
  border-block-end: 11px solid transparent;
  width: 0;
}
.arrow-ribbone2 {
  color: #FFF;
  padding: 3px 8px;
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: -1px;
  z-index: 6;
  font-size: 30px;
}
.arrow-ribbone2:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -24px;
  border-block-start: 24px solid transparent;
  border-block-end: 24px solid transparent;
  width: 0;
}
.power-ribbone {
  width: 56px;
  height: 56px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
}
.power-ribbone span {
  position: absolute;
  display: block;
  width: 82px;
  padding: 8px 0;
  color: #FFF;
  font: 500 16px/1 Lato, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
}
.power-ribbone-top-left {
  inset-block-start: -6px;
  inset-inline-start: -9px;
}
.power-ribbone-top-left span {
  inset-inline-end: -5px;
  inset-block-start: 1px;
  transform: rotate(-45deg);
}
.power-ribbone-top-left span i {
  transform: rotate(45deg);
  padding-block-start: 2px;
  padding-inline-start: 7px;
}
.power-ribbone-bottom-left {
  inset-block-end: -6px;
  inset-inline-start: -9px;
}
.power-ribbone-bottom-left span {
  inset-inline-end: -5px;
  inset-block-end: 1px;
  transform: rotate(45deg);
}
.power-ribbone-bottom-left span i {
  transform: rotate(-45deg);
  padding-block-end: 2px;
  padding-inline-start: 7px;
}
.power-ribbone-top-right {
  inset-block-start: -6px;
  inset-inline-end: -9px;
}
.power-ribbone-top-right span {
  inset-inline-start: -5px;
  inset-block-start: 1px;
  transform: rotate(45deg);
}
.power-ribbone-top-right span i {
  transform: rotate(-45deg);
  padding-block-start: 2px;
  padding-inline-end: 7px;
}
.power-ribbone-bottom-right {
  inset-block-end: -6px;
  inset-inline-end: -9px;
}
.power-ribbone-bottom-right span {
  inset-inline-start: -5px;
  inset-block-end: 1px;
  transform: rotate(-45deg);
}
.power-ribbone-bottom-right span i {
  transform: rotate(45deg);
  padding-block-end: 2px;
  padding-inline-end: 7px;
}
.ribbone-top-left {
  inset-block-start: -10px;
  inset-inline-start: -10px;
}
.ribbone-top-left::after {
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
  inset-block-end: 50px;
  inset-inline-start: 0;
}
.ribbone-top-left::before {
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
  inset-block-start: 0;
  inset-inline-end: 50px;
}
.ribbone-top-left span {
  inset-inline-end: 0px;
  inset-block-start: 24px;
  transform: rotate(-45deg);
}
.ribbone-top-right {
  inset-block-start: -10px;
  inset-inline-end: -10px;
}
.ribbone-top-right::after {
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
  inset-block-end: 50px;
  inset-inline-end: 0;
}
.ribbone-top-right::before {
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
  inset-block-start: 0;
  inset-inline-start: 50px;
}
.ribbone-top-right span {
  inset-inline-start: 0px;
  inset-block-start: 24px;
  transform: rotate(45deg);
}
.ribbone-warning-right {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-end: 10px;
  color: #FFF;
}
.ribbone-warning-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 17px solid transparent;
  border-inline-end: 17px solid transparent;
  border-block-start: 10px solid #FFC107;
  z-index: 6;
}
.ribbone-warning-right span {
  position: relative;
  display: block;
  text-align: center;
  background: #FFC107;
  font-size: 13px;
  line-height: 1;
  padding: 10px 2px 5px;
  border-start-end-radius: 10px;
  z-index: 6;
}
.ribbone-warning-right span:after {
  position: absolute;
  content: "";
  inset-inline-end: -6px;
  background: #FFC107;
  height: 6px;
  width: 10px;
  inset-inline-start: -9px;
  inset-block-start: 0;
  border-start-start-radius: 50px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.ribbone-warning-right span:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  inset-inline-start: -9px;
  inset-block-start: 3px;
  background: #FFC107;
}
.ribbone-warning-right i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.ribbone-danger-right {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-end: 10px;
  color: #FFF;
}
.ribbone-danger-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 17px solid transparent;
  border-inline-end: 17px solid transparent;
  border-block-start: 10px solid #E70D0D;
  z-index: 6;
}
.ribbone-danger-right span {
  position: relative;
  display: block;
  text-align: center;
  background: #E70D0D;
  font-size: 13px;
  line-height: 1;
  padding: 10px 2px 5px;
  border-start-end-radius: 10px;
  z-index: 6;
}
.ribbone-danger-right span:after {
  position: absolute;
  content: "";
  inset-inline-end: -6px;
  background: #E70D0D;
  height: 6px;
  width: 10px;
  inset-inline-start: -9px;
  inset-block-start: 0;
  border-start-start-radius: 50px;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.ribbone-danger-right span:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  inset-inline-start: -9px;
  inset-block-start: 3px;
  background: #E70D0D;
}
.ribbone-danger-right i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.ribbone-success-left {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-start: 10px;
  color: #FFF;
}
.ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 17px solid transparent;
  border-inline-end: 17px solid transparent;
  border-block-start: 10px solid #03C95A;
  z-index: 6;
}
.ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: #03C95A;
  font-size: 13px;
  line-height: 1;
  padding: 10px 2px 5px;
  border-start-start-radius: 10px;
  z-index: 6;
}
.ribbone-success-left span:after {
  position: absolute;
  content: "";
  inset-inline-end: -6px;
  background: #03C95A;
  height: 6px;
  width: 10px;
  inset-inline-end: -9px;
  inset-block-start: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 50px;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.ribbone-success-left span:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  inset-inline-end: -9px;
  inset-block-start: 3px;
  background: #03C95A;
}
.ribbone-success-left i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.ribbone-info-left {
  position: absolute;
  inset-block-start: -8px;
  inset-inline-start: 10px;
  color: #FFF;
}
.ribbone-info-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 17px solid transparent;
  border-inline-end: 17px solid transparent;
  border-block-start: 10px solid #1B84FF;
  z-index: 6;
}
.ribbone-info-left span {
  position: relative;
  display: block;
  text-align: center;
  background: #1B84FF;
  font-size: 13px;
  line-height: 1;
  padding: 10px 2px 5px;
  border-start-start-radius: 10px;
  z-index: 6;
}
.ribbone-info-left span:after {
  position: absolute;
  content: "";
  inset-inline-end: -6px;
  background: #1B84FF;
  height: 6px;
  width: 10px;
  inset-inline-end: -9px;
  inset-block-start: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 50px;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.ribbone-info-left span:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  inset-inline-end: -9px;
  inset-block-start: 3px;
  background: #1B84FF;
}
.ribbone-info-left i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.bookmark-ribbone-success-left {
  position: absolute;
  inset-inline-start: 10px;
  color: #FFF;
}
.bookmark-ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-inline-start: 0;
  border-inline-start: 18px solid #03C95A;
  border-inline-end: 18px solid #03C95A;
  border-block-end: 10px solid transparent;
}
.bookmark-ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: #03C95A;
  font-size: 13px;
  line-height: 1;
  padding: 12px 3px 20px;
  z-index: 6;
}
.bookmark-ribbone-success-left i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.bookmark-ribbone-danger-left {
  position: absolute;
  inset-inline-start: 10px;
  color: #FFF;
  width: 30px;
}
.bookmark-ribbone-danger-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-inline-start: 0;
  border-inline-start: 15px solid #E70D0D;
  border-inline-end: 15px solid #E70D0D;
  border-block-end: 8px solid transparent;
}
.bookmark-ribbone-danger-left span {
  position: relative;
  display: block;
  text-align: center;
  background: #E70D0D;
  font-size: 12px;
  line-height: 1;
  padding: 12px 0px;
  z-index: 6;
}
.bookmark-ribbone-danger-left i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.bookmark-ribbone-secondary-right {
  position: absolute;
  inset-inline-end: 10px;
  color: #FFF;
  width: 30px;
}
.bookmark-ribbone-secondary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-inline-end: 0;
  border-inline-start: 15px solid #3B7080;
  border-inline-end: 15px solid #3B7080;
  border-block-end: 8px solid transparent;
}
.bookmark-ribbone-secondary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: #3B7080;
  font-size: 11px;
  line-height: 1;
  padding: 12px 0px;
  z-index: 6;
}
.bookmark-ribbone-secondary-right i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.bookmark-sideleft-ribbone-success-left {
  position: absolute;
  inset-block-start: 10px;
  color: #FFF;
}
.bookmark-sideleft-ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-block-start: 0;
  inset-inline-end: -8px;
  border-block-start: 13px solid #03C95A;
  border-block-end: 13px solid #03C95A;
  border-inline-end: 8px solid transparent;
}
.bookmark-sideleft-ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: #03C95A;
  font-size: 11px;
  padding: 5px 13px;
  z-index: 6;
  height: 26px;
}
.bookmark-sideleft-ribbone-success-left i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.bookmark-sideright-ribbone-primary-right {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 0;
  color: #FFF;
}
.bookmark-sideright-ribbone-primary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 6;
  inset-block-start: 0;
  inset-inline-start: -8px;
  border-block-start: 13px solid #F26522;
  border-block-end: 13px solid #F26522;
  border-inline-start: 8px solid transparent;
}
.bookmark-sideright-ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: #F26522;
  font-size: 11px;
  padding: 5px 13px;
  z-index: 6;
  height: 26px;
}
.bookmark-sideright-ribbone-primary-right i {
  color: #FFF;
  font-size: 16px;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
}
.ribbone-1 span:after {
  position: absolute;
  content: "";
}
.arrow-ribbone-2 {
  color: #FFF;
  padding: 3px 8px;
  position: absolute;
  z-index: 6;
  font-size: 20px;
}
.arrow-ribbone-2:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -24px;
  border-block-start: 16px solid transparent;
  border-inline-start: 24px solid #AB47BC;
  border-block-end: 16px solid transparent;
  width: 0;
}
.ribbone-card {
  overflow: hidden;
}
.fullwidth-primary-ribbons .bar {
  color: #FFF;
  background-color: #F26522;
  padding: 5px;
  text-align: center;
  position: relative;
  border: 2px transparent solid;
  box-shadow: 0 10px 30px -10px #F8F9FA;
}
.fullwidth-primary-ribbons .bar span {
  position: absolute;
}
.fullwidth-primary-ribbons .bar span:nth-child(1) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-start: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-end: -2px;
}
.fullwidth-primary-ribbons .bar span:nth-child(2) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-color: #F26522 #F26522 #F26522 transparent;
  border-block-start-color: #F26522;
  border-inline-end-color: #F26522;
  border-block-end-color: #F26522;
  border-inline-start-color: transparent;
  inset-inline-start: -30px;
}
.fullwidth-primary-ribbons .bar span:nth-child(4) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start-color: #F26522;
  border-inline-end-color: transparent;
  border-block-end-color: #F26522;
  border-inline-start-color: #F26522;
  inset-inline-end: -30px;
}
.fullwidth-secondary-ribbons .bar {
  color: #FFF;
  background-color: #3B7080;
  padding: 5px;
  text-align: center;
  position: relative;
  border: 2px transparent solid;
  box-shadow: 0 10px 30px -10px #F8F9FA;
}
.fullwidth-secondary-ribbons .bar span {
  position: absolute;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-start: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-end: -2px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start-color: #3B7080;
  border-inline-end-color: #3B7080;
  border-block-end-color: #3B7080;
  border-inline-start-color: transparent;
  inset-inline-start: -30px;
}
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start-color: #3B7080;
  border-inline-end-color: transparent;
  border-block-end-color: #3B7080;
  border-inline-start-color: #3B7080;
  inset-inline-end: -30px;
}
.fullwidth-arrow-warning-ribbons .bar {
  color: #FFF;
  background-color: #FFC107;
  padding: 5px;
  text-align: center;
  position: relative;
  border: 2px transparent solid;
  box-shadow: 0 10px 30px -10px #F8F9FA;
}
.fullwidth-arrow-warning-ribbons .bar span {
  position: absolute;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(1) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-start: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-end: -2px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(2) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start-color: #FFC107;
  border-inline-end-color: #FFC107;
  border-block-end-color: #FFC107;
  border-inline-start-color: transparent;
  inset-inline-start: -30px;
}
.fullwidth-arrow-warning-ribbons .bar span:nth-child(4) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start: 18px solid transparent;
  border-inline-start: 18px solid #FFC107;
  border-block-end: 18px solid transparent;
  border-inline-end: transparent;
  inset-inline-end: -20px;
  inset-block-start: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar {
  color: #FFF;
  background-color: #E70D0D;
  padding: 5px;
  text-align: center;
  position: relative;
  border: 2px transparent solid;
  box-shadow: 0 10px 30px -10px #F8F9FA;
}
.fullwidth-arrow-danger-ribbons-right .bar span {
  position: absolute;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(1) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-end: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(3) {
  border-style: solid;
  border-width: 11px;
  z-index: -1;
  border-color: transparent;
  inset-block-start: 31px;
  inset-inline-start: -2px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(2) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start-color: #E70D0D;
  border-inline-end-color: transparent;
  border-block-end-color: #E70D0D;
  border-inline-start-color: #E70D0D;
  inset-inline-end: -30px;
}
.fullwidth-arrow-danger-ribbons-right .bar span:nth-child(4) {
  inset-block-start: 18px;
  border-style: solid;
  border-width: 18px;
  z-index: -2;
  border-block-start: 18px solid transparent;
  border-inline-end: 18px solid #E70D0D;
  border-block-end: 18px solid transparent;
  border-inline-start: transparent;
  inset-inline-start: -20px;
  inset-block-start: -2px;
}
.power-ribbone span svg {
  width: 15px;
  height: 15px;
}
.ribbone-card .card-body {
  padding: 25px;
}
.ribbone-row .feather-zap {
  width: 15px;
  height: 15px;
}
[data-bs-toggle=card-fullscreen] svg {
  width: 15px;
  height: 15px;
}
[data-bs-toggle=card-remove] svg {
  width: 15px;
  height: 15px;
}
svg.collapse-open,
svg.collapse-close {
  width: 15px;
  height: 15px;
}
.btn-icon.btn-danger-light {
  color: #D00C0C;
  background: #F6CECE;
}
.live-rating.badge {
  background: #BBF0D3;
  color: #1CCE6B;
}
@media (min-width: 576px) {
  .mx-sm-7 {
    margin-inline: 3rem !important;
  }
}
[dir=rtl] .power-ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-left span i {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-top-right span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span i {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbon-price .badge {
  transform: rotate(-45deg);
}
.modal .card {
  border: 0;
}
.modal .modal-content {
  border: 1px solid #E9EDF4;
  box-shadow: 0px 4px 74px 0px rgba(208, 208, 208, 0.2509803922);
  border-radius: 5px;
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .modal .modal-title {
    font-size: 16px;
  }
}
.modal .logo-lg img {
  width: 150px;
}
.modal .modal-header {
  border-color: #E9EDF4;
  border-bottom: 1px solid #E9EDF4;
}
.modal .modal-header .close,
.modal .modal-header .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #D93D3D;
  opacity: 1;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border: 0;
  font-weight: 700;
  background-color: transparent;
  border-radius: 50px;
}
.modal .modal-header .close:hover,
.modal .modal-header .btn-close:hover {
  background-color: transparent;
  color: #FFF;
}
.modal .modal-footer {
  border-top: 1px solid #E9EDF4;
}
.modal .modal-footer .btn {
  margin: 0;
}
.modal .modal-footer .btn-secondary {
  background: #3B7080;
}
.modal .modal-footer .btn-secondary:hover {
  -webkit-box-shadow: inset 0 0px 0px 100px #FFF;
  -moz-box-shadow: inset 0 0px 0px 100px #FFF;
  box-shadow: inset 0 0px 0px 100px #FFF;
  color: #3B7080 !important;
}
.modal .note-editor.note-frame.card {
  border: 1px solid #E5E7EB !important;
}
.modal-content .modal-header {
  justify-content: space-between;
}
.modal-content .modal-header .custom-btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6B7280;
  color: #FFF;
  margin: 0;
  padding: 0;
  background-image: none;
}
.modal-content .modal-header .custom-btn-close:hover {
  background-color: #E70D0D;
}
.modal-btn .btn {
  padding: 5px 20px;
}
.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;
}
.offcanvas {
  color: #6B7280;
}
.offcanvas.offcanvas-end {
  width: auto !important;
}
.offcanvas.offcanvas-end.em-payrol-add {
  max-width: 1192px !important;
}
.modal-bg::before {
  position: absolute;
  top: 0;
  right: 10%;
  content: "";
  background: url("./media/theme-bg.svg") no-repeat;
  width: 171px;
  height: 54px;
}
#delete-modal .modal-dialog {
  max-width: 400px;
}
#delete-modal .modal-dialog .delete-icon {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #F6CECE;
  color: #E70D0D;
  font-size: 40px;
}
#delete-modal .modal-dialog h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
#delete-modal .modal-dialog p {
  margin-bottom: 24px;
}
.custom-modal .modal-header {
  justify-content: space-between;
  align-items: center;
}
.modal-header .badge {
  box-shadow: none;
}
.offcanvas.offcanvas-large {
  width: 800px !important;
}
.offcanvas .btn-close.custom-btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6B7280;
  color: #FFF;
  margin: 0 0 0 auto;
  padding: 0;
  background-image: none;
}
.offcanvas .btn-close.custom-btn-close:hover {
  background-color: #E70D0D;
}
#delete_modal .modal-dialog {
  max-width: 400px;
}
.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span,
.grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: rgba(242, 243, 247, 0.7);
}
.grid-align {
  margin-bottom: -16px;
}
.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
}
.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #000;
}
.timeline {
  position: relative;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 20px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
.timeline:before {
  content: " ";
  position: absolute;
  width: 3px;
  margin-left: -1.5px;
  background-color: #E5E7EB;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li::before,
.timeline > li::after {
  content: " ";
  display: table;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #E5E7EB;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > li > .timeline-panel::before {
  content: " ";
  display: inline-block;
  position: absolute;
  border-top: 8px solid transparent;
  border-right: 0 solid #E5E7EB;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #E5E7EB;
  position: absolute;
  top: 26px;
  right: -8px;
}
.timeline > li > .timeline-panel::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #FFF;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #FFF;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-badge {
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #F26522;
}
.timeline-badge.success {
  background-color: #03C95A;
}
.timeline-badge.warning {
  background-color: #FFC107;
}
.timeline-badge.danger {
  background-color: #E70D0D;
}
.timeline-badge.info {
  background-color: #1B84FF;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.swal2-actions .swal2-confirm.btn:active {
  background-color: #F26522;
  border-color: #F26522;
}
.swal2-confirm {
  margin-right: 5px;
}
button.swal2-confirm {
  background: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
button.swal2-cancel {
  background: #E70D0D;
  border: 1px solid #E70D0D;
  color: #FFF;
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.incoming-call {
  position: relative;
  height: calc(100vh - 174px);
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .incoming-call {
    height: calc(100vh - 160px);
  }
}
.voice-call-img img {
  width: 150px;
  height: 150px;
  animation: ripple 2s infinite;
}
@media (max-width: 991.98px) {
  .voice-call-img img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .voice-call-img img {
    width: 80px;
    height: 80px;
  }
}
.call-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}
::-webkit-scrollbar-track {
  background: #F4F6FA;
}
::-webkit-scrollbar-thumb {
  background: #E5E7EB;
}
::-webkit-scrollbar-thumb:hover {
  background: #E5E7EB;
}
.swal2-header .swal2-title {
  font-size: 18px;
}
.checkboxs {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  padding-left: 25px;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxs input ~ .checkmarks {
  border: 1px solid #E9EDF4;
  border-radius: 2px;
}
.checkboxs input:checked ~ .checkmarks {
  background-color: #F26522;
  border-color: #F26522;
}
.checkboxs input:checked ~ .checkmarks:after {
  display: block;
}
.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
}
.page-wrapper {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 252px;
  padding: 50px 0 0;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .page-wrapper {
    margin: 0;
    padding: 50px 0 0;
  }
}
.page-wrapper .content {
  padding: 24px;
  padding-bottom: 0;
  min-height: calc(100vh - 105px);
}
@media (max-width: 991.98px) {
  .page-wrapper .content {
    padding: 15px;
    padding-bottom: 0;
  }
}
.page-wrapper .content.content-two {
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .page-wrapper .content.content-two {
    padding-bottom: 15px;
  }
}
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start;
  }
}
.page-header .page-title {
  margin-bottom: 10px;
}
.page-header h3 {
  font-weight: 700;
  color: #111827;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .page-header h3 {
    font-size: 14px;
  }
}
.page-header h4 {
  font-weight: 600;
  color: #111827;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-header h4 {
    font-size: 18px;
  }
}
.page-header h6 {
  font-size: 14px;
  color: #374151;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-header h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.header {
  height: 50px;
  z-index: 999;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #E5E7EB;
}
.header .main-header {
  height: inherit;
}
.header .flag-nav > a img {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.header .input-group {
  width: 259px;
}
.header .input-group .input-icon-addon {
  font-size: 14px;
}
.header .input-group input {
  height: 30px;
  border-left: 1px solid #E5E7EB !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  padding-left: 30px;
  font-size: 12px;
}
.header .input-group .input-group-text {
  border-left: 0;
  min-height: 30px;
}
@media (max-width: 1199.98px) {
  .header .input-group {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .crm-dropdown .dropdown-menu {
    right: unset !important;
  }
}
@media (min-width: 992px) {
  .header .dropdown-menu {
    top: 85px;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    border: 0;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: unset !important;
    right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header .dropdown-menu {
    transition: none;
  }
}
.header .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 8px !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-left {
  float: left;
  height: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
  display: none;
}
.header .header-left .logo {
  display: inline-block;
  line-height: 50px;
}
.header .header-left .dark-logo {
  line-height: 50px;
}
@media (max-width: 991.98px) {
  .header .header-left {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: center;
    z-index: 1;
    height: 50px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .header-left .logo {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .header .header-left .logo img {
    width: 130px;
  }
  .header .header-left .logo img {
    width: 140px;
  }
  .header .header-left .dark-logo {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header .header-left #toggle_btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .header {
    left: 252px;
  }
  .header #toggle_btn {
    font-size: 18px;
    padding: 4px;
    border-radius: 6px;
  }
  .header #toggle_btn .bar-icon {
    display: inline-block;
    width: 21px;
  }
  .header #toggle_btn .bar-icon span {
    background-color: #FFF;
    display: block;
    float: left;
    height: 2px;
    width: 21px;
    margin: 0 0 5px;
    border-radius: 50px;
  }
  .header #toggle_btn .bar-icon span:nth-child(2) {
    width: 15px;
  }
}
.header .bar-icon {
  display: inline-block;
  width: 31px;
  margin-top: 15px;
}
.header .bar-icon span {
  background-color: #F26522;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  transition: all 0.5s;
}
.header .bar-icon span:nth-child(2) {
  width: 16px;
}
.header .menu-opened .slide-nav .bar-icon {
  display: inline-block;
  width: 31px;
  margin-top: 20px;
}
.header .menu-opened .slide-nav .bar-icon span:first-child {
  position: relative;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .menu-opened .slide-nav .bar-icon span:nth-child(2) {
  display: none;
}
.header .menu-opened .slide-nav .bar-icon span:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.header .show .user-info::after {
  transform: rotate(-140deg);
  top: 10px;
}
.header .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 0;
}
@media (max-width: 1199.98px) {
  .header .user-info span.user-detail {
    display: none;
  }
}
.header .user-info:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #9CA3AF;
  border-bottom: 2px solid #9CA3AF;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.5s;
  top: 8px;
  position: absolute;
  right: 12px;
}
@media (max-width: 1199.98px) {
  .header .user-info:before {
    top: 12px;
  }
}
.header .user-info .user-role {
  display: block;
  color: #F26522;
  font-size: 12px;
  font-weight: 400;
}
.header .user-info .user-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #FFF;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .header .user-info .user-letter {
    margin-right: 0;
  }
}
.header .user-info .user-letter img {
  border-radius: 5px;
}
.header .user-info .user-name {
  font-size: 15px;
  font-weight: 500;
  color: #6B7280;
  display: flex;
  align-items: center;
}
.header .user-info .user-name img {
  margin-left: 10px;
}
.header .header-badge {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  right: 5px;
  top: 2px;
  font-size: 6px;
}
.header .header-user {
  padding: 15px 24px;
  display: contents;
}
.header .header-user .user-menu {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  position: relative;
  height: 100%;
  border-bottom: 0;
  padding: 0 24px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .header .header-user .user-menu {
    display: none;
  }
}
.header .header-user .user-menu .profile-dropdown .dropdown-toggle {
  border: 0;
}
.header .header-user .user-menu .profile-dropdown .avatar img {
  border: 2px solid #F3F4F6;
}
.header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #F26522;
}
.header .header-user .user-menu .btn-menubar {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 0;
  color: #6B7280;
}
.header .header-user .user-menu .btn-menubar:hover,
.header .header-user .user-menu .btn-menubar:active,
.header .header-user .user-menu .btn-menubar.active,
.header .header-user .user-menu .btn-menubar.show {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #111827;
}
.header .header-user .user-menu .status {
  position: absolute;
  content: "";
  background: #F26522;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 3px;
  right: 3px;
}
.header .header-user .user-menu .header-title h3 {
  font-size: 24px;
  font-weight: 700;
}
.header .header-user .user-menu .header-title h6 {
  font-size: 12px;
  font-weight: 600;
}
.header .header-user .user-menu > li {
  margin-left: 5px;
  margin-inline-end: 0;
}
.header .header-user .user-menu > li:first-child {
  margin-left: 0;
}
.header .header-user .user-menu > li.date-picker-list {
  margin-left: 0;
  margin-right: 10px;
}
.header .header-user .user-menu > li:last-child {
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .header .header-user .user-menu > li {
    margin-left: 5px;
  }
}
.header .header-user .user-menu > li svg {
  width: 18px;
  color: #67748E;
}
.header .header-user .user-menu > li a:hover svg {
  color: #F26522;
}
.header .header-user .user-menu .dropdown-toggle::after {
  border: 0;
  display: none;
}
.header .header-user .user-menu .nav-searchinputs {
  margin-right: auto;
  margin-left: 25px;
}
.header .header-user .user-menu .nav-item-box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #FFF;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  color: #374151;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  position: relative;
  border: 0;
}
.header .header-user .user-menu .nav-item-box > a:hover {
  background: #EDF1F6;
}
.header .header-user .user-menu .nav-item-email.nav-item-box {
  margin-left: 5px;
}
.header .header-user .user-menu.nav > li > a {
  padding: 0;
  display: flex;
  line-height: normal;
  color: #3E4265;
}
.header .header-user .user-menu.nav > li > a.btn-header-list {
  color: #FFF;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.header .header-user .user-menu.nav > li > a .badge {
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  background: #F26522;
  width: 15px;
  height: 15px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header .header-user .user-menu.nav > li > a i {
  font-size: 18px;
}
.header .header-user .user-menu.nav > li > a .badge-success {
  background: #03C95A;
  border: 3px solid #FFF;
  padding: 0;
  top: inherit;
  bottom: -3px;
  right: -3px;
}
.header .header-user .user-menu.nav > li.flag-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .header-user .user-menu.nav > li.flag-nav a .dropdown-menu {
  max-height: 150px;
  min-width: 120px;
  overflow-y: auto;
}
.header .header-user .user-menu.nav > li.flag-nav a .dropdown-menu .dropdown-item {
  padding: 5px 15px;
}
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu {
  padding: 15px;
  min-width: 210px;
}
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  color: #67748E;
  border-radius: 10px;
  transition: none;
}
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item.active {
  color: #FFF;
}
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item.active,
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu .dropdown-item:hover {
  background: #F7F7F7 no-repeat calc(100% - 12px) center;
}
.header .header-user .user-menu.nav > li.flag-nav .dropdown-menu a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.header .page-title-box {
  float: left;
  height: 60px;
  margin-bottom: 0;
  padding: 17px 20px;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .header .page-title-box {
    display: none;
  }
}
.header .page-title-box a {
  color: #F26522;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #F26522;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}
.header .page-title-box a:hover {
  background: #F26522;
  color: #FFF;
}
.header .mobile_btn {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .header .mobile_btn {
    color: #F26522;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.header .responsive-search {
  display: none;
  color: #FFF;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .header .responsive-search {
    display: block;
  }
}
.header .top-nav-search form {
  position: relative;
}
@media (max-width: 991.98px) {
  .header .top-nav-search form {
    display: none;
  }
}
.header .top-nav-search form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 40px;
  padding: 10px 50px 10px 15px;
  border-radius: 50px;
}
.header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header .top-nav-search form .btn {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  min-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .header .top-nav-search.active form {
    display: block;
    position: absolute;
    left: 0;
  }
  .header .top-nav-search.active form .form-control {
    background-color: #FFF;
  }
  .header .top-nav-search.active form .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
  }
}
.header .userset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header .userset .usernames {
  line-height: initial;
  text-align: right;
  padding-right: 10px;
}
.header .userset .usernames span {
  display: block;
  line-height: initial;
}
.header .menu-drop-user .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #4B5563;
  padding: 7px 10px !important;
}
.header .menu-drop-user .dropdown-item svg {
  stroke-width: 1px;
  margin-right: 10px;
  width: 18px;
}
.header .menu-drop-user .logout {
  color: #E70D0D;
}
@media (max-width: 991.98px) {
  .header .has-arrow .dropdown-toggle > span:nth-child(2) {
    display: none;
  }
  .header .has-arrow .dropdown-toggle:after {
    display: none !important;
  }
}
.header .profilename .user-img .status {
  bottom: 7px;
  top: unset;
  right: 0;
  background: #03C95A;
}
.header .user-img {
  display: inline-block;
  position: relative;
}
.header .user-img img {
  width: 38px;
  border-radius: 50%;
}
.header .user-img .status {
  border: 2px solid #FFF;
  height: 10px;
  width: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #03C95A;
}
.header .mobile-user-menu {
  color: #FFF;
  display: none;
  float: right;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  width: 60px;
  z-index: 10;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .header .mobile-user-menu {
    display: block;
  }
}
.header .mobile-user-menu a {
  color: #F26522;
  padding: 0;
  border: 0;
}
.header .mobile-user-menu a::after {
  display: none;
}
.header .mobile-user-menu .dropdown-menu {
  padding: 0;
}
.header .mobile-user-menu .dropdown-menu a {
  color: #1F2937;
  line-height: 40px;
  padding: 0 10px;
}
.btn.btn-menubar {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 0;
  color: #6B7280;
}
.btn.btn-menubar:hover,
.btn.btn-menubar:active,
.btn.btn-menubar.active {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #374151;
}
.logo-small img {
  width: 30px;
}
@media (min-width: 992px) {
  .mini-sidebar .menu-arrow {
    display: none !important;
  }
  .mini-sidebar .chat-user {
    display: none !important;
  }
  .mini-sidebar .user-menu .badge {
    display: flex !important;
  }
  .mini-sidebar #toggle_btn i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .mini-sidebar.expand-menu .menu-arrow {
    display: block !important;
  }
  .mini-sidebar.expand-menu .chat-user {
    display: block !important;
  }
  .mini-sidebar.expand-menu .logo-small {
    display: none;
  }
  .mini-sidebar.expand-menu .logo {
    display: block;
  }
  .mini-sidebar.expand-menu #toggle_btn {
    opacity: 1;
  }
  .mini-sidebar .noti-dot:before {
    display: none;
  }
}
.nav-list {
  position: relative;
}
.nav-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: #E9EDF4;
  z-index: 1;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle {
  width: 66px;
  height: 36px;
  background: #FBFBFD;
  border: 1px solid #E9EDF4;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle i {
  font-size: 16px;
  color: #111827;
  border-radius: 5px;
  line-height: 26px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle i.light-mode.active {
  color: #FFF;
  background: #03C95A;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle i.dark-mode.active {
  color: #FFF;
  background: #111827;
}
.nav-list .nav li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.nav-list .nav li .btn-header-list {
  color: #03C95A;
  background: #BBF0D3;
  border: 1px solid #03C95A;
}
.nav-list .nav li .btn-header-list:hover {
  color: #FFF;
  background: #03C95A;
}
.nav-list .nav li .btn-chart-pie {
  color: #3B7080;
  background: #FFF4D2;
}
.nav-list .nav li .btn-chart-pie:hover {
  color: #FFF;
  background: #3B7080;
}
.mobile-show {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-show {
    display: block;
  }
}
.show .user-info::after {
  transform: rotate(-140deg);
  top: 10px;
}
.header .flag-nav .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.header .flag-nav .dropdown-menu .dropdown-item img {
  width: 18px;
  height: 13px;
  border-radius: 10px;
  margin-right: 5px;
}
.nav-item-box a {
  position: relative;
}
.header .userset.show .user-info::before {
  transform: rotate(-136deg);
  top: 10px;
}
.header .date-range {
  padding-left: 30px !important;
}
.header .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dark-mode-toggle {
  display: none;
}
.dark-mode-toggle.activate {
  display: block;
}
.dark-logo {
  display: none;
  line-height: 0;
}
.dark-logo img {
  width: 130px;
}
.header.header-two {
  left: 0;
  height: 70px;
  display: flex;
  align-items: center;
}
.page-wrapper.job-wrapper {
  padding-top: 70px;
}
[data-layout=default] .header-collapse .header-user,
[data-layout=twocolumn] .header-collapse .header-user,
[data-layout=stacked] .header-collapse .header-user {
  display: none;
  height: 0;
}
@media (max-width: 991.98px) {
  [data-layout=default] .header-collapse .header-user,
  [data-layout=twocolumn] .header-collapse .header-user,
  [data-layout=stacked] .header-collapse .header-user {
    display: block;
  }
}
[data-layout=default] .header-collapse .page-wrapper,
[data-layout=twocolumn] .header-collapse .page-wrapper,
[data-layout=stacked] .header-collapse .page-wrapper {
  padding-top: 0;
}
[data-layout=default] .header-collapse .header,
[data-layout=twocolumn] .header-collapse .header,
[data-layout=stacked] .header-collapse .header {
  border-bottom: none;
  background: transparent;
  width: 260px;
}
@media (max-width: 991.98px) {
  [data-layout=default] .header-collapse .header,
  [data-layout=twocolumn] .header-collapse .header,
  [data-layout=stacked] .header-collapse .header {
    position: relative;
    border-bottom: 1px solid #E5E7EB;
    background: white;
    width: 100%;
  }
}
[data-layout=default] .header-collapse .header .header-left,
[data-layout=twocolumn] .header-collapse .header .header-left,
[data-layout=stacked] .header-collapse .header .header-left {
  background: white;
}
[data-layout=default] .header-collapse #collapse-header i,
[data-layout=twocolumn] .header-collapse #collapse-header i,
[data-layout=stacked] .header-collapse #collapse-header i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  [data-layout=default] .header-collapse,
  [data-layout=twocolumn] .header-collapse,
  [data-layout=stacked] .header-collapse {
    display: block;
  }
}
.head-icons {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .head-icons {
    display: none;
  }
}
.head-icons a {
  width: 39px;
  height: 39px;
  background: #FFF;
  color: #111827;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #E9EDF4;
  border-radius: 5px;
}
.head-icons a.active,
.head-icons a:hover {
  background: #F26522;
  color: #FFF !important;
}
.head-icons a:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .head-icons a {
    display: none;
    margin-right: 4px !important;
  }
  .head-icons a:last-child {
    margin-right: 0 !important;
  }
}
.main-wrapper .head-icons {
  display: flex;
}
.menu-horizontal .header-user {
  display: block;
}
.menu-horizontal .head-icons {
  display: none;
}
.crm-link {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #E5E7EB;
  background: #FFF;
  border-radius: 6px;
}
.crm-link:hover {
  background: #FEF1EB;
  border-color: #FEF1EB;
  color: #F26522;
}
.crm-link:hover i {
  color: #F26522 !important;
}
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-right: 1px solid #E5E7EB;
  margin-top: 0;
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 252px;
}
@media (max-width: 991.98px) {
  .sidebar {
    margin-left: -575px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
    background: #FFF;
    top: 50px;
  }
}
.sidebar .sidebar-logo {
  position: fixed;
  height: 50px;
  width: 252px;
  padding: 16px 16px 0;
}
.sidebar .sidebar-logo .logo {
  display: block;
}
.sidebar .sidebar-logo .logo-small {
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-logo {
    display: none;
  }
}
.sidebar .slimScrollDiv {
  top: 50px;
  padding: 16px;
}
@media (max-width: 575.98px) {
  .sidebar .slimScrollDiv {
    width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .sidebar .slimScrollDiv {
    top: 0;
  }
}
.sidebar .slimScrollDiv .sidebar-menu {
  margin-top: 0;
  padding: 0 0 16px;
}
.sidebar .sidebar-inner {
  width: 100%;
}
.sidebar .sidebar-menu {
  margin-top: 66px;
  padding: 0 16px;
}
.sidebar .sidebar-menu > ul > li {
  margin-bottom: 24px;
}
.sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #E8E9EA;
}
.sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover {
  background: #E8E9EA;
}
.sidebar .sidebar-menu > ul > li:last-child ul {
  margin-bottom: 0;
}
.sidebar .sidebar-menu > ul > li.active a {
  color: #FFF;
}
.sidebar .sidebar-menu > ul > li svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.sidebar .sidebar-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  position: relative;
  color: #3B7080;
}
.sidebar .sidebar-menu > ul > li > a svg {
  color: #637381;
}
.sidebar .sidebar-menu > ul > li > a img {
  color: #637381;
}
.sidebar .sidebar-menu > ul > li > a.active {
  background: rgba(254, 159, 67, 0.08);
  color: #FE9F43;
  border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li > a.active svg {
  color: #FFF;
}
.sidebar .sidebar-menu > ul > li > a.active img {
  filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
}
.sidebar .sidebar-menu > ul > li > a.active span {
  color: #FE9F43;
}
.sidebar .sidebar-menu > ul > li > a.active .menu-arrow {
  background: #FFEDDC;
}
.sidebar .sidebar-menu > ul > li > a.active .menu-arrow::before {
  border-color: #FE9F43;
}
.sidebar .sidebar-menu > ul > li > a span {
  font-size: 15px;
  font-weight: 500;
  color: #4B5563;
}
.sidebar .sidebar-menu > ul > li.active a {
  background: rgba(254, 159, 67, 0.08);
  border-radius: 5px;
}
.sidebar .sidebar-menu > ul > li.active a img {
  filter: invert(72%) sepia(76%) saturate(1430%) hue-rotate(327deg) brightness(103%) contrast(101%);
}
.sidebar .sidebar-menu > ul > li.active a span {
  color: #FE9F43;
}
.sidebar .sidebar-menu > ul > li.submenu ul {
  display: none;
}
.sidebar .sidebar-menu > ul > li.submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 8px 8px 8px 40px;
  padding-left: 30px;
}
.sidebar .sidebar-menu > ul > li ul {
  display: block;
  margin-bottom: 19px;
}
.sidebar .sidebar-menu > ul > li ul li {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar .sidebar-menu > ul > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 12px;
  color: #111827;
  position: relative;
  width: 100%;
  padding: 8px;
}
.sidebar .sidebar-menu > ul > li ul li a i {
  color: #6B7280;
  font-size: 14px;
}
.sidebar .sidebar-menu > ul > li ul li a span {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #111827;
  margin-left: 8px;
}
.sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
.sidebar .sidebar-menu > ul > li ul li a.active::before {
  opacity: 1;
}
.sidebar .sidebar-menu > ul > li ul > li.active a {
  background: #E8E9EA;
  border-radius: 5px;
  color: #FFF;
}
.sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #F26522;
  border-bottom: 2px solid #F26522;
}
.sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  background: #FEF1EB;
  border-radius: 5px;
  color: #F26522;
}
.sidebar .sidebar-menu > ul > li ul > li.active a.subdrop i {
  color: #FFF;
  background: #FFF;
}
.sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #F26522;
}
.sidebar .sidebar-menu > ul > li:first-child h6 {
  margin-top: 0;
}
.sidebar .sidebar-menu > ul > li .submenu ul {
  display: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.sidebar .sidebar-menu > ul > li .submenu ul::before {
  content: "";
  position: absolute;
  background: #F3F4F6;
  width: 1.5px;
  height: 100%;
  left: 14px;
  top: 0;
}
.sidebar .sidebar-menu > ul > li .submenu ul li {
  margin-bottom: 0;
}
.sidebar .sidebar-menu > ul li {
  margin-bottom: 5px;
}
.sidebar .sidebar-menu > ul li.menu-title {
  font-weight: 600;
  font-size: 10px;
  color: #9CA3AF;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
.sidebar .sidebar-menu > ul li.menu-title span {
  flex-shrink: 0;
}
.sidebar .sidebar-menu > ul li .submenu > ul {
  margin: 0;
  margin-top: 4px;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a {
  padding-left: 32px;
  font-size: 12px;
  position: relative;
  color: #6B7280;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  content: "";
  width: 2px;
  height: 18px;
  background: #F26522;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #F26522;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a.active::before {
  opacity: 1;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #F26522;
}
.sidebar .sidebar-menu > ul li .submenu > ul li a:hover .menu-arrow::before {
  border-color: #F26522;
}
.sidebar .sidebar-menu > ul li .submenu > a.subdrop {
  background: #E8E9EA;
}
.sidebar .sidebar-menu > ul li .submenu > a.subdrop i {
  color: #374151;
}
.sidebar .sidebar-menu > ul li .submenu > a.active {
  background: #E8E9EA;
  border-radius: 5px;
}
.sidebar .sidebar-menu > ul li .submenu > a.active i {
  color: #374151;
}
.sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
.sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  background: transparent;
  color: #F26522;
}
.sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop .menu-arrow::before,
.sidebar .sidebar-menu > ul li .submenu.submenu-two a.active .menu-arrow::before {
  border-color: #F26522;
}
.sidebar .sidebar-menu > ul li .submenu.submenu-two ul {
  margin-top: 0;
}
.sidebar .sidebar-menu > ul li .submenu.submenu-two ul li a {
  margin-left: 20px;
}
.sidebar .sidebar-menu > ul li .submenu.submenu-two.submenu-three ul li a {
  margin-left: 40px;
}
.sidebar .sidebar-menu .menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .sidebar-menu .menu-arrow::before {
  height: 6px;
  width: 6px;
  border-top: 0;
  content: "";
  border-left: 0;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 5px;
}
.sidebar .sidebar-menu .menu-arrow.inside-submenu {
  right: 10px;
}
.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
  right: 30px;
}
.sidebar .sidebar-menu.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(90deg);
  background: #FFEDDC;
}
.sidebar .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 10px;
  color: #374151;
  position: relative;
}
.sidebar .nav-link.active {
  color: #F26522;
  background: transparent;
  position: relative;
}
.sidebar .sidebar-right {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right {
    width: calc(100% - 70px);
  }
}
.sidebar .sidebar-right .slimScrollDiv {
  overflow: visible !important;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right .slimScrollDiv {
    width: 100% !important;
  }
}
.sidebar .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sidebar li a.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.sidebar .nav-items .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  border-bottom: 1px solid #9CA3AF;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar .nav-items .nav-link:hover {
  box-shadow: 0 0 0 150px #AB47BC inset;
  color: #FFF;
}
.sidebar .nav-items .nav-link span {
  margin-top: 15px;
  font-weight: 500;
}
.sidebar .sidemenu a {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px;
}
.sidebar .sidemenu a:hover {
  background:
    linear-gradient(
      46.62deg,
      #F26522 0%,
      #AB47BC 93.64%);
  color: #FFF;
}
.sidebar .sidemenu a:hover svg {
  color: #FFF;
}
.sidebar .sidemenu a svg {
  stroke-width: 1px;
}
.sidebar .btn-menubar {
  border: 1px solid #F3F4F6;
}
.sidebar .header-badge {
  position: absolute;
  width: 10px;
  height: 10px;
  padding: 0;
  right: 5px;
  top: 2px;
  font-size: 6px;
}
.sidebar .input-group {
  width: 100%;
}
.sidebar .input-group .input-icon-addon {
  font-size: 14px;
}
.sidebar .input-group input {
  height: 30px;
  border-left: 1px solid #E5E7EB !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  padding-left: 30px;
  font-size: 12px;
}
.sidebar .input-group .input-group-text {
  border-left: 0;
  min-height: 30px;
}
@media (max-width: 1199.98px) {
  .sidebar .input-group {
    display: none;
  }
}
.sidebar .modern-profile,
.sidebar .sidebar-header {
  display: none;
}
@media (min-width: 992px) {
  .mini-sidebar .page-wrapper {
    margin-left: 72px;
  }
  .mini-sidebar .user-names {
    display: none;
  }
  .mini-sidebar .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg);
  }
  .mini-sidebar .header-left #toggle_btn:after {
    border: 0;
  }
  .mini-sidebar .sidebar .sidebar-menu .clinicdropdown > a {
    padding: 5px;
  }
  .mini-sidebar .sidebar .sidebar-menu > ul > li ul li.submenu ul li a {
    padding-left: 40px;
  }
  .mini-sidebar.expand-menu .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg);
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-menu .clinicdropdown > a {
    padding: 10px 15px;
  }
  .mini-sidebar .sidebar-right {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li .menu-title {
    font-size: 0;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li .menu-title::after {
    margin-left: 0;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li svg {
    margin-right: 0;
  }
  .mini-sidebar .sidebar {
    width: 72px;
    overflow: hidden;
  }
  .expand-menu.mini-sidebar .header {
    left: 252px;
  }
  .expand-menu.mini-sidebar .sidebar {
    width: 252px;
  }
  .expand-menu.mini-sidebar .sidebar .sidebar-logo {
    width: 252px;
  }
  .expand-menu.mini-sidebar .sidebar .sidebar-logo .logo {
    display: block;
  }
  .expand-menu.mini-sidebar .sidebar .sidebar-logo .logo-small {
    display: none;
    text-align: center;
  }
  .expand-menu.mini-sidebar .sidebar .sidebar-menu .menu-title {
    display: flex;
    font-size: 12px;
  }
  .expand-menu.mini-sidebar .sidebar .sidebar-menu .menu-title::after {
    margin-left: 8px;
  }
  .expand-menu.mini-sidebar .sidebar .user-names {
    display: none;
  }
  .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .expand-menu .sidebar {
    width: 252px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a {
    padding: 8px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: inline-block;
  }
  .expand-menu .sidebar .sidebar-menu ul > li svg {
    margin-right: 10px;
  }
  .expand-menu .sidebar .sidebar-menu .menu-title {
    display: flex;
  }
  #toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    float: left;
  }
}
.mini-sidebar .header {
  left: 72px;
}
@media (max-width: 991.98px) {
  .mini-sidebar .header {
    left: 0;
  }
}
.mini-sidebar .sidebar .sidebar-logo {
  width: 72px;
}
.mini-sidebar .sidebar .sidebar-logo .logo {
  display: none;
}
.mini-sidebar .sidebar .sidebar-logo .logo-small {
  display: block;
  text-align: center;
}
@media (max-width: 991.98px) {
  .mini-sidebar .sidebar .sidebar-logo {
    display: none;
  }
}
.mini-sidebar .sidebar .sidebar-menu > ul li.menu-title {
  position: relative;
}
@media (min-width: 992px) {
  .mini-sidebar .sidebar .sidebar-menu > ul li.menu-title span {
    display: none;
  }
}
.mini-sidebar .sidebar .sidebar-menu > ul li.menu-title::before {
  content: "\ea95";
  font-family: "tabler-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mini-sidebar .sidebar .sidebar-menu > ul li:first-child.menu-title::before {
  content: none;
}
.mini-sidebar .sidebar .sidebar-menu > ul li a {
  justify-content: center;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
  justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  padding-left: 18px;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li ul > li.active a {
  justify-content: start;
}
.mini-sidebar.expand-menu .sidebar .user-names {
  display: block !important;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li.menu-title::before {
  content: none;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li.menu-title span {
  display: block;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li a {
  justify-content: start;
}
.sidebarrightmenu .sidebar-right {
  display: block;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.mini-sidebar .slide-nav .sidebar .sidebar-menu > ul li a {
  justify-content: start;
}
.mini-sidebar .slide-nav .active.subdrop ~ ul {
  display: block !important;
}
.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 50px;
  left: 0;
}
.sidebar-overlay.opened {
  display: block;
}
.mini-sidebar .active.subdrop ~ ul {
  display: none !important;
}
.mini-sidebar.expand-menu .active.subdrop ~ ul {
  display: block !important;
}
.active.subdrop ~ ul {
  display: block !important;
}
.mini-sidebar.expand-menu .header #toggle_btn {
  opacity: 1;
  height: auto;
  width: auto;
}
.sidebar-twocol .twocol-mini {
  border-right: 1px solid #E5E7EB;
  padding-top: 16px;
  width: 72px !important;
  background-color: #FFF;
}
.sidebar-twocol .twocol-mini .logo-small {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.sidebar-twocol .slide-nav .sidebar {
  margin-left: 0;
}
.sidebar-twocol.sidebar {
  background-color: transparent;
  border-right: 0;
  margin-top: 0;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar-twocol.sidebar {
    margin-left: -225px;
    width: 225px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
  }
}
.sidebar-twocol.sidebar .slimScrollDiv {
  top: 0;
  padding: 0 16px 16px;
}
.sidebar-twocol.sidebar .nav-link {
  width: 26px;
  height: 26px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #374151;
  position: relative;
}
.sidebar-twocol.sidebar .nav-link.active,
.sidebar-twocol.sidebar .nav-link:hover {
  background: #F8F9FA;
  color: #374151;
}
.sidebar-twocol.sidebar .nav-link::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  background: #03C95A;
}
.sidebar-twocol.sidebar .sidebar-left {
  width: 72px;
}
.sidebar-twocol.sidebar .sidebar-right {
  background: #FFF;
  width: 180px;
  height: 100%;
  border-right: 1px solid #E5E7EB;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 16px;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-scroll {
  height: calc(100% - 50px);
  overflow: auto;
  padding: 0 16px 16px;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-logo {
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
  padding: 0;
}
.sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: none;
}
.sidebar-twocol.sidebar .sidebar-right .tab-content {
  padding-top: 0;
}
.sidebar-twocol.sidebar .sidebar-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-twocol.sidebar .sidebar-right ul li {
  margin-bottom: 4px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.menu-title {
  margin-bottom: 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9CA3AF;
}
.sidebar-twocol.sidebar .sidebar-right ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #6B7280;
  padding: 7px 8px;
  display: block;
  position: relative;
  border-radius: 5px;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #E8E9EA;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop i {
  color: #374151;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.subdrop:hover {
  color: #6B7280 !important;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.active {
  background: #E8E9EA;
  border-radius: 5px;
}
.sidebar-twocol.sidebar .sidebar-right ul li a.active i {
  color: #374151;
}
.sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #E8E9EA;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #E8E9EA;
  color: #6B7280 !important;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul {
  display: none;
  margin-bottom: 10px;
  margin-top: 5px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a {
  padding-left: 15px;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
.sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #F26522;
}
.sidebar-twocol.sidebar .sidebar-right ul li.submenu > ul > li > a.active {
  background-color: transparent;
}
.sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #E8E9EA;
}
.sidebar-twocol.sidebar .sidebar-right .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  line-height: 40px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  right: 8px;
  font-weight: 700;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}
.sidebar-twocol.sidebar .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sidebar-twocol.sidebar li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@media (min-width: 992px) {
  .sidebar-twocol .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
  .sidebar-twocol .mini-sidebar #toggle_btn {
    margin-left: 10px;
  }
  .sidebar-twocol .mini-sidebar .sidebar-right {
    display: none;
  }
  .sidebar-twocol .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.menu-horizontal #toggle_btn {
  display: none;
}
.menu-horizontal .page-wrapper {
  margin: 0;
  padding-top: 96px;
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .menu-horizontal .page-wrapper {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .menu-horizontal .page-wrapper {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  .menu-horizontal .page-wrapper {
    max-width: 100%;
  }
}
.menu-horizontal .page-wrapper .content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  .menu-horizontal .page-wrapper .content {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .menu-horizontal #sidebar {
    display: none;
  }
}
.menu-horizontal .header {
  left: 0;
}
.menu-horizontal .header .main-header {
  margin: 0 auto;
}
.menu-horizontal .header .main-header .user-menu {
  padding-right: 0;
}
.menu-horizontal .header .header-left {
  display: block;
}
.menu-horizontal .header .header-left .logo {
  display: block;
}
.menu-horizontal .header .header-left .dark-logo {
  display: none;
}
.sidebar-horizontal {
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-horizontal.sidebar {
  width: 100% !important;
  bottom: inherit;
  top: 50px;
  border-right: 0;
  z-index: 9;
}
.sidebar-horizontal.sidebar .sidebar-logo {
  display: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li span {
  display: inline-block !important;
}
.sidebar-horizontal.sidebar .slimScrollDiv {
  top: 0;
  height: auto !important;
  overflow: inherit !important;
  padding: 0;
}
.sidebar-horizontal.sidebar .sidebar-inner {
  height: auto !important;
  overflow: inherit !important;
}
.sidebar-horizontal.sidebar .hidden {
  display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-menu {
  padding: 0 !important;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
  margin-right: 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li:last-child {
  margin-right: 0;
}
.sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > ul {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar-horizontal.sidebar .sidebar-menu ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li {
  position: relative;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
  font-size: 12px;
  color: #111827;
  border-radius: 5px;
  padding: 8px 30px 8px 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a i {
  margin-right: 4px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
  background-color: #E8E9EA;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu .noti-dot:before {
  display: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li.submenu a {
  font-size: 12px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
  color: #374151;
  border-radius: 5px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a:hover,
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a.active {
  background-color: #E8E9EA;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu.submenu-two ul {
  max-height: none;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul {
  display: none;
  width: 170px;
  background-color: #FFF;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 8px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul li a .menu-arrow {
  right: 15px;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul a {
  padding: 8px 15px;
}
.sidebar-horizontal.sidebar .sidebar-menu .menu-title {
  display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-vertical {
  display: none !important;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li a {
  flex-direction: inherit;
  text-align: left;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: relative;
}
.sidebar-horizontal.sidebar ul li span {
  display: inline-block !important;
}
.sidebar-horizontal.sidebar .sidebar-menu ul ul > li.submenu > ul {
  position: relative;
  top: 0;
  padding: 0;
  width: 100%;
}
.sidebar-horizontal.sidebar ul ul li {
  display: inline-block !important;
  width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu {
  max-width: 1320px;
}
@media (max-width: 1399.98px) {
  .sidebar-horizontal.sidebar .sidebar-menu {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .sidebar-horizontal.sidebar .sidebar-menu {
    max-width: 950px;
  }
}
.sidebar-horizontal.sidebar .sidebar-menu .main-menu {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
.sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.subdrop {
  background-color: #E8E9EA;
}
@media (min-width: 1200px) {
  .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
    font-size: 14px;
    padding: 8px 30px 8px 8px;
  }
  .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a i {
    margin-right: 5px;
  }
  .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a .menu-arrow {
    right: 8px;
  }
}
@media (max-width: 991.98px) {
  .sidebar-horizontal.sidebar {
    display: none !important;
  }
}
.sidebar-nav {
  background: #F8F9FA;
  border-radius: 55px;
  padding: 12px;
}
.sidebar-nav .nav-link {
  padding: 7px;
}
.stack-menu .tab-pane {
  display: none;
}
.sidebar-stacked .stacked-mini {
  border-right: 1px solid #F3F4F6;
  padding-top: 16px;
  width: 72px !important;
  background-color: #F9FAFE;
}
.sidebar-stacked .stacked-mini .logo-small {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.sidebar-stacked .slide-nav .sidebar {
  margin-left: 0;
}
.sidebar-stacked.sidebar {
  background-color: transparent;
  border-right: 0;
  margin-top: 0;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar-stacked.sidebar {
    margin-left: -225px;
    width: 225px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
  }
}
.sidebar-stacked.sidebar .slimScrollDiv {
  top: 0;
  padding: 0 16px 16px;
}
.sidebar-stacked.sidebar .nav-link {
  padding: 8px 0;
  border: 1px solid #F3F4F6;
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #374151;
}
.sidebar-stacked.sidebar .nav-link.active,
.sidebar-stacked.sidebar .nav-link:hover {
  background: #E9EDF4;
  color: #374151;
}
.sidebar-stacked.sidebar .nav-link span {
  width: 26px;
  height: 26px;
  margin-bottom: 4px;
  font-size: 16px;
}
.sidebar-stacked.sidebar .nav-link p {
  font-size: 10px;
  color: #000;
}
.sidebar-stacked.sidebar .sidebar-left {
  width: 72px;
}
.sidebar-stacked.sidebar .sidebar-right {
  background: #FFF;
  width: 180px;
  height: 100%;
  border-right: 1px solid #E5E7EB;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 16px;
}
.sidebar-stacked.sidebar .sidebar-right .sidebar-scroll {
  padding: 0 16px 16px;
}
.sidebar-stacked.sidebar .sidebar-right .logo {
  text-align: center;
}
.sidebar-stacked.sidebar .sidebar-right .tab-content {
  padding-top: 0;
}
.sidebar-stacked.sidebar .sidebar-right .stack-menu {
  position: relative;
}
.sidebar-stacked.sidebar .sidebar-right .stack-submenu {
  position: absolute;
  right: -201px;
  top: 0;
  width: 180px;
  background: #FFF;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
}
.sidebar-stacked.sidebar .sidebar-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-stacked.sidebar .sidebar-right ul ul {
  right: -180px;
  margin-top: 5px;
}
.sidebar-stacked.sidebar .sidebar-right ul li {
  margin-bottom: 4px;
}
.sidebar-stacked.sidebar .sidebar-right ul li.menu-title {
  margin-bottom: 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar-stacked.sidebar .sidebar-right ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #6B7280;
  padding: 7px 8px;
  display: block;
  position: relative;
  border-radius: 5px;
}
.sidebar-stacked.sidebar .sidebar-right ul li a.subdrop {
  background: #E8E9EA;
}
.sidebar-stacked.sidebar .sidebar-right ul li a.subdrop i {
  color: #374151;
}
.sidebar-stacked.sidebar .sidebar-right ul li a.active {
  background: #E8E9EA;
  border-radius: 5px;
}
.sidebar-stacked.sidebar .sidebar-right ul li a.active i {
  color: #374151;
}
.sidebar-stacked.sidebar .sidebar-right ul li.active a {
  background: #E8E9EA;
}
.sidebar-stacked.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #E8E9EA;
  color: #6B7280 !important;
}
.sidebar-stacked.sidebar .sidebar-right ul li.submenu ul {
  display: none;
}
.sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a {
  padding-left: 15px;
}
.sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
.sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #F26522;
}
.sidebar-stacked.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #E8E9EA;
}
.sidebar-stacked.sidebar .sidebar-right .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  line-height: 40px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  right: 8px;
  font-weight: 700;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.sidebar-stacked.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}
.sidebar-stacked.sidebar .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sidebar-stacked.sidebar li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
@media (min-width: 992px) {
  .sidebar-stacked .mini-sidebar .page-wrapper {
    margin-left: 60px;
  }
  .sidebar-stacked .mini-sidebar #toggle_btn {
    margin-left: 10px;
  }
  .sidebar-stacked .mini-sidebar .sidebar-right {
    display: none;
  }
  .sidebar-stacked .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
#horizontal-menu,
#horizontal-single,
#two-col-sidebar,
#stacked-sidebar {
  display: none;
}
.layout-box-mode .main-wrapper {
  max-width: 1320px;
  margin: auto;
}
@media (max-width: 1399.98px) {
  .layout-box-mode .main-wrapper {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .layout-box-mode .main-wrapper {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  .layout-box-mode .main-wrapper {
    max-width: 100%;
  }
}
:root {
  --primary-rgb-picr: var(--primary-rgb);
  --sidebar--rgb-picr: var(--sidebar-rgb);
  --topbar--rgb-picr: var(--topbar-rgb);
  --topbarcolor--rgb-picr: var(--topbarcolor-rgb);
}
[data-layout=default][data-width=box] .layout-box-mode .mini-sidebar .header,
[data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar .header {
  max-width: 1320px;
  left: 0;
}
@media (max-width: 1399.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar .header {
    max-width: 100%;
  }
}
[data-layout=default][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header,
[data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header {
  max-width: 1320px;
  left: 0;
}
@media (max-width: 1399.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header,
  [data-layout=mini][data-width=box] .layout-box-mode .mini-sidebar.expand-menu .header {
    max-width: 100%;
  }
}
[data-layout=default][data-width=box] .layout-box-mode .header,
[data-layout=mini][data-width=box] .layout-box-mode .header {
  margin: auto;
  max-width: 1320px;
  left: 0;
}
@media (max-width: 1399.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .header,
  [data-layout=mini][data-width=box] .layout-box-mode .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .header,
  [data-layout=mini][data-width=box] .layout-box-mode .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .header,
  [data-layout=mini][data-width=box] .layout-box-mode .header {
    max-width: 100%;
    left: 0;
  }
}
[data-layout=default][data-width=box] .layout-box-mode .header .header-left,
[data-layout=mini][data-width=box] .layout-box-mode .header .header-left {
  display: block;
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  [data-layout=default][data-width=box] .layout-box-mode .header .header-left,
  [data-layout=mini][data-width=box] .layout-box-mode .header .header-left {
    padding-left: 0;
  }
}
[data-layout=default][data-width=box] .layout-box-mode .sidebar,
[data-layout=mini][data-width=box] .layout-box-mode .sidebar {
  left: unset;
  top: 50px;
}
[data-layout=default][data-width=box] .layout-box-mode .sidebar .sidebar-logo,
[data-layout=mini][data-width=box] .layout-box-mode .sidebar .sidebar-logo {
  display: none;
}
[data-layout=default][data-width=box] .layout-box-mode .sidebar .slimScrollDiv,
[data-layout=mini][data-width=box] .layout-box-mode .sidebar .slimScrollDiv {
  top: 0;
}
[data-layout=twocolumn][data-width=box] .layout-box-mode .sidebar,
[data-layout=modern][data-width=box] .layout-box-mode .sidebar,
[data-layout=stacked][data-width=box] .layout-box-mode .sidebar {
  left: unset;
}
[data-layout=twocolumn][data-width=box] .layout-box-mode .sidebar .sidebar-logo,
[data-layout=modern][data-width=box] .layout-box-mode .sidebar .sidebar-logo,
[data-layout=stacked][data-width=box] .layout-box-mode .sidebar .sidebar-logo {
  display: none;
}
[data-layout=twocolumn][data-width=box] .layout-box-mode .header,
[data-layout=modern][data-width=box] .layout-box-mode .header,
[data-layout=stacked][data-width=box] .layout-box-mode .header {
  margin: 0 auto;
  max-width: 1068px;
}
@media (min-width: 992px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode .header,
  [data-layout=modern][data-width=box] .layout-box-mode .header,
  [data-layout=stacked][data-width=box] .layout-box-mode .header {
    left: 252px;
  }
}
@media (max-width: 1399.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode .header,
  [data-layout=modern][data-width=box] .layout-box-mode .header,
  [data-layout=stacked][data-width=box] .layout-box-mode .header {
    max-width: 918px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode .header,
  [data-layout=modern][data-width=box] .layout-box-mode .header,
  [data-layout=stacked][data-width=box] .layout-box-mode .header {
    max-width: 698px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode .header,
  [data-layout=modern][data-width=box] .layout-box-mode .header,
  [data-layout=stacked][data-width=box] .layout-box-mode .header {
    max-width: 100%;
    left: 0;
  }
}
[data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar .header,
[data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar .header,
[data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar .header {
  max-width: 1248px;
}
@media (min-width: 992px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar .header {
    left: 72px;
  }
}
@media (max-width: 1399.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar .header {
    max-width: 1098px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar .header {
    max-width: 878px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar .header {
    max-width: 100%;
    left: 0;
  }
}
[data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
[data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
[data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header {
  max-width: 1068px;
}
@media (min-width: 992px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header {
    left: 252px;
  }
}
@media (max-width: 1399.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header {
    max-width: 918px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header {
    max-width: 698px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=modern][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header,
  [data-layout=stacked][data-width=box] .layout-box-mode.mini-sidebar.expand-menu .header {
    max-width: 100%;
    left: 0;
  }
}
[data-layout=horizontal][data-width=box] .main-wrapper .header,
[data-layout=horizontal-overlay][data-width=box] .main-wrapper .header {
  margin: auto;
  max-width: 1320px;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper .header,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper .header,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper .header,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper .header {
    max-width: 100%;
  }
}
[data-layout=horizontal][data-width=box] .main-wrapper::before,
[data-layout=horizontal-overlay][data-width=box] .main-wrapper::before {
  width: 1320px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::before,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::before {
    width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::before,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::before {
    width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::before,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::before {
    width: 100%;
  }
}
[data-layout=horizontal][data-width=box] .main-wrapper::after,
[data-layout=horizontal-overlay][data-width=box] .main-wrapper::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::after,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::after {
    width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::after,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::after {
    width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal][data-width=box] .main-wrapper::after,
  [data-layout=horizontal-overlay][data-width=box] .main-wrapper::after {
    width: 100%;
  }
}
[data-layout=horizontal][data-width=box] .header,
[data-layout=horizontal-overlay][data-width=box] .header {
  padding: 0 16px;
}
[data-layout=horizontal][data-width=box] .header .main-header,
[data-layout=horizontal-overlay][data-width=box] .header .main-header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal][data-width=box] .header .main-header,
  [data-layout=horizontal-overlay][data-width=box] .header .main-header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal][data-width=box] .header .main-header,
  [data-layout=horizontal-overlay][data-width=box] .header .main-header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal][data-width=box] .header .main-header,
  [data-layout=horizontal-overlay][data-width=box] .header .main-header {
    max-width: 100%;
  }
}
[data-layout=horizontal][data-width=box] .header .main-header .user-menu,
[data-layout=horizontal-overlay][data-width=box] .header .main-header .user-menu {
  padding-right: 0;
}
[data-layout=horizontal][data-width=box] .header .header-left,
[data-layout=horizontal-overlay][data-width=box] .header .header-left {
  display: block;
}
[data-layout=horizontal][data-width=box] .sidebar.sidebar-horizontal,
[data-layout=horizontal-overlay][data-width=box] .sidebar.sidebar-horizontal {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px !important;
  left: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal][data-width=box] .sidebar.sidebar-horizontal,
  [data-layout=horizontal-overlay][data-width=box] .sidebar.sidebar-horizontal {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal][data-width=box] .sidebar.sidebar-horizontal,
  [data-layout=horizontal-overlay][data-width=box] .sidebar.sidebar-horizontal {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal][data-width=box] .sidebar.sidebar-horizontal,
  [data-layout=horizontal-overlay][data-width=box] .sidebar.sidebar-horizontal {
    max-width: 100%;
  }
}
[data-layout=horizontal][data-width=box] .sidebar.sidebar-horizontal .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-overlay][data-width=box] .sidebar.sidebar-horizontal .sidebar-menu .nav-menu > li.submenu > a {
  padding: 8px 30px 8px 8px;
}
[data-layout=horizontal-single][data-width=box] .header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-single][data-width=box] .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single][data-width=box] .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-single][data-width=box] .header {
    max-width: 100%;
  }
}
[data-layout=horizontal-single][data-width=box] .header .main-header .user-menu {
  padding-left: 10px;
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single][data-width=box] .header .main-header .user-menu {
    padding-left: 8px !important;
  }
}
[data-layout=horizontal-single][data-width=box] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
  padding: 8px 18px 8px 6px;
}
@media (min-width: 1200px) {
  [data-layout=horizontal-single][data-width=box] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
    padding: 8px 30px 8px 8px;
  }
}
[data-layout=detached][data-width=box] .header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=detached][data-width=box] .header {
    max-width: 95%;
  }
}
[data-layout=without-header][data-width=box] .sidebar {
  left: auto;
}
[data-layout=transparent][data-width=box] .sidebar {
  left: auto;
}
[data-layout=transparent][data-width=box] .header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=transparent][data-width=box] .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=transparent][data-width=box] .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=transparent][data-width=box] .header {
    max-width: 100%;
  }
}
[data-layout=horizontal-sidemenu][data-width=box] .sidebar {
  left: auto;
}
[data-layout=horizontal-sidemenu][data-width=box] .header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-sidemenu][data-width=box] .header {
    max-width: 95%;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu][data-width=box] .header {
    max-width: 100%;
  }
}
[data-layout=horizontal-sidemenu][data-width=box] .main-wrapper::before {
  width: 1320px;
  margin: 0 auto;
  left: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-sidemenu][data-width=box] .main-wrapper::before {
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu][data-width=box] .main-wrapper::before {
    width: 100%;
  }
}
[data-layout=detached] .main-wrapper {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  [data-layout=detached] .main-wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  [data-layout=detached] .main-wrapper {
    max-width: 95%;
  }
}
[data-layout=detached] .header {
  left: 0;
}
[data-layout=detached] .header .header-left {
  display: block;
}
[data-layout=detached] .header .header-user .user-menu {
  padding-right: 0;
}
[data-layout=detached] .header .main-header {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  [data-layout=detached] .header .main-header {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  [data-layout=detached] .header .main-header {
    max-width: 95%;
  }
}
[data-layout=detached] .expand-menu .header-left {
  width: auto;
}
[data-layout=detached] .expand-menu.mini-sidebar .header {
  left: 0;
}
[data-layout=detached] .expand-menu.mini-sidebar .header .header-left {
  width: auto;
}
[data-layout=detached] .sidebar {
  top: 74px;
  left: unset;
  bottom: 24px;
}
[data-layout=detached] .sidebar .slimScrollDiv {
  height: 100% !important;
  top: 0;
}
[data-layout=detached] .sidebar .slimScrollDiv .sidebar-inner {
  height: 100% !important;
}
[data-layout=detached] .sidebar .slimScrollDiv .sidebar-menu {
  margin-top: 0;
  padding-bottom: 0;
}
[data-layout=detached] .sidebar .sidebar-menu {
  margin-top: 16px;
}
[data-layout=detached] .sidebar .sidebar-logo {
  display: none;
}
@media (max-width: 991.98px) {
  [data-layout=detached] .sidebar {
    top: 50px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  [data-layout=detached] .page-wrapper {
    padding: 74px 0 0;
  }
}
[data-layout=detached] .page-wrapper .head-icons {
  display: none;
}
[data-layout=twocolumn] .sidebar.navbar-menu {
  display: none;
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn] .sidebar.navbar-menu {
    display: block;
  }
}
[data-layout=twocolumn] .sidebar-twocol.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-layout=twocolumn] #two-col-sidebar {
  display: block;
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn] #two-col-sidebar {
    display: none;
  }
}
[data-layout=horizontal] #horizontal-menu {
  display: block;
}
[data-layout=horizontal] .header {
  left: 0;
}
[data-layout=horizontal] .header .main-header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal] .header .main-header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal] .header .main-header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal] .header .main-header {
    max-width: 100%;
  }
}
[data-layout=horizontal] .header .main-header .user-menu {
  padding-right: 0;
}
[data-layout=horizontal] .header .header-left {
  display: block;
}
[data-layout=modern] .header {
  background-color: #FFF;
  border-color: rgba(255, 255, 255, 0.8);
}
[data-layout=modern] .header .bar-icon span {
  background-color: #FFF;
}
@media (max-width: 1199.98px) {
  [data-layout=modern] .header .input-group {
    width: 200px;
  }
}
[data-layout=modern] .header .header-left {
  display: block;
  padding-left: 24px;
}
[data-layout=modern] .header .header-left .logo {
  display: block;
}
[data-layout=modern] .header .header-left .dark-logo {
  display: none;
}
[data-layout=modern] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-layout=modern] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern] .header .header-user .user-menu .btn-menubar.active {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #111827 !important;
}
[data-layout=modern] .sidebar {
  display: block;
}
[data-layout=modern] .sidebar .sidebar-logo {
  display: none;
}
[data-layout=modern] .sidebar .slimScrollDiv {
  top: 0;
  height: calc(100% - 220px) !important;
}
[data-layout=modern] .sidebar .sidebar-inner {
  height: 100% !important;
}
[data-layout=modern] .sidebar .sidebar-menu {
  margin-top: 0;
}
[data-layout=modern] .sidebar .modern-profile {
  display: block;
}
[data-layout=modern] .page-wrapper::before {
  content: "";
  height: 168px;
  background: #FFF;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[data-layout=modern] .page-wrapper::after {
  content: none;
  height: 168px;
  background: url("./media/modern-bg.png");
  background-repeat: no-repeat;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
[data-layout=modern] .mini-sidebar .modern-profile .user-profile {
  padding: 0 !important;
  margin-bottom: 0 !important;
  background: transparent !important;
  border-color: transparent !important;
}
[data-layout=modern] .mini-sidebar .modern-profile .user-profile .avatar {
  width: 40px;
  height: 40px;
}
[data-layout=modern] .mini-sidebar .modern-profile h6,
[data-layout=modern] .mini-sidebar .modern-profile p,
[data-layout=modern] .mini-sidebar .modern-profile .sidebar-nav {
  display: none;
}
[data-layout=modern] .mini-sidebar .slimScrollDiv {
  height: calc(100% - 70px) !important;
}
[data-layout=modern] .mini-sidebar.expand-menu .modern-profile .user-profile {
  padding: 16px !important;
  margin-bottom: 24px !important;
  background: #F8F9FA !important;
}
[data-layout=modern] .mini-sidebar.expand-menu .modern-profile .user-profile .avatar {
  width: 40px;
  height: 40px;
}
[data-layout=modern] .mini-sidebar.expand-menu .modern-profile h6,
[data-layout=modern] .mini-sidebar.expand-menu .modern-profile p,
[data-layout=modern] .mini-sidebar.expand-menu .modern-profile .sidebar-nav {
  display: block;
}
[data-layout=modern] .mini-sidebar.expand-menu .slimScrollDiv {
  height: calc(100% - 220px) !important;
}
[data-layout=horizontal-overlay] #horizontal-menu {
  display: block;
}
[data-layout=horizontal-overlay] .header {
  left: 0;
  background-color: #FFF;
  border-color: white;
}
[data-layout=horizontal-overlay] .header .main-header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-overlay] .header .main-header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-overlay] .header .main-header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-overlay] .header .main-header {
    max-width: 100%;
  }
}
[data-layout=horizontal-overlay] .header .main-header .user-menu {
  padding-right: 0;
}
[data-layout=horizontal-overlay] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-layout=horizontal-overlay] .header .header-user .user-menu .btn-menubar:hover {
  background: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay] .mode-toggle {
  color: #374151;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar {
  background-color: #FFF;
  border-bottom: 1px solid white;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar::before {
  content: none;
  height: 100%;
  background: url("./media/overlay-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #111827;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay] .main-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-overlay] .main-wrapper {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-overlay] .main-wrapper {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-overlay] .main-wrapper {
    max-width: 100%;
  }
}
[data-layout=horizontal-overlay] .main-wrapper::before {
  content: "";
  height: 168px;
  background: #FFF;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-overlay] .main-wrapper::before {
    top: 50px;
    height: 100px;
  }
}
[data-layout=horizontal-overlay] .main-wrapper::after {
  content: "";
  height: 168px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-overlay] .main-wrapper::after {
    top: 50px;
    height: 100px;
  }
}
[data-layout=horizontal-overlay] .page-breadcrumb h2 {
  color: #FFF;
}
[data-layout=horizontal-box] #horizontal-menu {
  display: block;
}
[data-layout=horizontal-box] .main-wrapper {
  max-width: 1320px;
  margin: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-box] .main-wrapper {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-box] .main-wrapper {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-box] .main-wrapper {
    max-width: 100%;
  }
}
[data-layout=horizontal-box] .main-wrapper .header {
  max-width: 1320px;
  margin: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-box] .main-wrapper .header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-box] .main-wrapper .header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-box] .main-wrapper .header {
    max-width: 100%;
  }
}
[data-layout=horizontal-box] .header {
  left: 0;
  padding: 0 16px;
}
[data-layout=horizontal-box] .header .main-header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-box] .header .main-header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-box] .header .main-header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-box] .header .main-header {
    max-width: 100%;
  }
}
[data-layout=horizontal-box] .header .main-header .user-menu {
  padding-right: 0;
}
[data-layout=horizontal-box] .header .header-left {
  display: block;
}
[data-layout=horizontal-box] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-box] .sidebar.sidebar-horizontal {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px !important;
  left: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-box] .sidebar.sidebar-horizontal {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-box] .sidebar.sidebar-horizontal {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-box] .sidebar.sidebar-horizontal {
    max-width: 100%;
  }
}
[data-layout=horizontal-box] .sidebar.sidebar-horizontal .sidebar-menu .nav-menu > li.submenu > a {
  padding: 8px 30px 8px 8px;
}
[data-layout=horizontal-fullwidth] #horizontal-menu {
  display: block;
}
[data-layout=horizontal-fullwidth] .header {
  padding: 0 24px;
}
[data-layout=horizontal-fullwidth] .sidebar-horizontal.sidebar .sidebar-menu {
  max-width: 100%;
  padding: 0 24px !important;
}
[data-layout=horizontal-fullwidth] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  padding: 8px 24px 8px 8px;
}
@media (min-width: 1400px) {
  [data-layout=horizontal-fullwidth] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
    padding: 8px 30px 8px 8px;
  }
}
@media (min-width: 1200px) {
  [data-layout=horizontal-fullwidth] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
    padding: 8px 28px 8px 8px;
  }
}
@media (min-width: 992px) {
  [data-layout=without-header] .header {
    display: none;
  }
}
[data-layout=without-header] .page-wrapper {
  padding: 0;
}
[data-layout=without-header] .page-wrapper .head-icons {
  display: none;
}
[data-layout=without-header] .modern-profile .user-profile {
  display: none;
}
[data-layout=without-header] .modern-profile,
[data-layout=without-header] .sidebar-header {
  display: block;
}
[data-layout=without-header] .sidebar {
  display: block;
}
[data-layout=without-header] .sidebar .sidebar-logo {
  position: relative;
}
[data-layout=without-header] .slimScrollDiv {
  top: 0;
  height: calc(100% - 307px) !important;
}
[data-layout=without-header] .slimScrollDiv .sidebar-inner {
  height: 100% !important;
}
[data-layout=without-header] .mini-sidebar .sidebar-nav {
  display: none;
}
[data-layout=without-header] .mini-sidebar .sidebar-header .input-group,
[data-layout=without-header] .mini-sidebar .sidebar-header .menu-item {
  display: none !important;
}
[data-layout=without-header] .mini-sidebar .sidebar-profile {
  padding: 0 !important;
  background: transparent !important;
  border-color: transparent !important;
}
[data-layout=without-header] .mini-sidebar .sidebar-profile .sidebar-profile-info {
  display: none;
}
[data-layout=without-header] .mini-sidebar .slimScrollDiv {
  height: calc(100% - 110px) !important;
}
[data-layout=without-header] .mini-sidebar .slimScrollDiv .sidebar-inner {
  height: 100% !important;
}
[data-layout=without-header] .mini-sidebar.expand-menu .sidebar-nav {
  display: block;
}
[data-layout=without-header] .mini-sidebar.expand-menu .sidebar-header .input-group,
[data-layout=without-header] .mini-sidebar.expand-menu .sidebar-header .menu-item {
  display: flex !important;
}
[data-layout=without-header] .mini-sidebar.expand-menu .sidebar-profile {
  padding: 8px !important;
  background: #F8F9FA !important;
  border-color: #F8F9FA !important;
}
[data-layout=without-header] .mini-sidebar.expand-menu .sidebar-profile .sidebar-profile-info {
  display: block;
}
[data-layout=horizontal-single] #horizontal-menu {
  display: none;
}
[data-layout=horizontal-single] #horizontal-single {
  position: relative;
  top: auto;
  width: auto !important;
  box-shadow: none;
  display: block;
}
[data-layout=horizontal-single] #header-search {
  display: none !important;
}
[data-layout=horizontal-single] .header {
  padding: 0 24px;
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single] .header {
    padding: 0 16px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single] .menu-horizontal .header .main-header .user-menu {
    padding-left: 16px;
  }
}
[data-layout=horizontal-single] .menu-horizontal .page-wrapper {
  padding-top: 50px;
  max-width: 100%;
  margin: 0 24px;
}
[data-layout=horizontal-single] .menu-horizontal .header-collapse .header-user {
  display: block;
}
[data-layout=horizontal-single] .footer {
  margin: 0 -24px;
}
[data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu {
  padding: 0 !important;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
[data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
  padding: 8px 21px 8px 8px;
}
@media (min-width: 1200px) {
  [data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
    padding: 8px 30px 8px 8px;
  }
}
[data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li {
    margin-right: 1px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-single] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li a .menu-arrow {
    right: 2px;
  }
}
[data-layout=horizontal-single] .sidebar-menu .nav-menu > li {
  margin-right: 8px;
}
[data-layout=horizontal-single] .sidebar-menu .nav-menu > li:last-child {
  margin-right: 0;
}
[data-layout=horizontal-single] .sidebar-menu .nav-menu > li.submenu > ul {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-single] .sidebar-menu .nav-menu > li {
    margin-right: 2px;
  }
}
@media (min-width: 992px) {
  [data-layout=stacked] #sidebar {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-layout=stacked] #stacked-sidebar {
    display: block;
  }
}
@media (min-width: 992px) {
  [data-layout=stacked] .mini-sidebar .sidebar {
    overflow: unset;
  }
}
[data-layout=stacked] .mini-sidebar .sidebar .sidebar-right {
  display: none !important;
}
[data-layout=stacked] .mini-sidebar.expand-menu .sidebar .sidebar-right {
  display: flex !important;
}
[data-layout=transparent] body,
.data-layout-transparent body {
  background-color: #FEF1EB;
}
[data-layout=transparent] .header,
.data-layout-transparent .header {
  left: 0;
  border-bottom: 3px solid #F26522;
}
[data-layout=transparent] .header .header-left,
.data-layout-transparent .header .header-left {
  display: block;
  padding-left: 24px;
}
[data-layout=transparent] .sidebar,
.data-layout-transparent .sidebar {
  top: 50px;
  background-color: #FEF1EB;
}
[data-layout=transparent] .sidebar .sidebar-logo,
.data-layout-transparent .sidebar .sidebar-logo {
  display: none;
}
[data-layout=transparent] .sidebar .sidebar-logo .logo,
.data-layout-transparent .sidebar .sidebar-logo .logo {
  display: none;
}
[data-layout=transparent] .sidebar .slimScrollDiv,
.data-layout-transparent .sidebar .slimScrollDiv {
  top: 0;
}
@media (min-width: 992px) {
  [data-layout=transparent] .mini-sidebar.expand-menu .header,
  .data-layout-transparent .mini-sidebar.expand-menu .header {
    left: 0;
  }
}
[data-layout=transparent] .page-wrapper .head-icons,
.data-layout-transparent .page-wrapper .head-icons {
  display: none;
}
body.data-layout-transparent {
  background-color: #FEF1EB;
}
body.data-layout-transparent .header {
  left: 0;
  border-bottom: 3px solid #F26522;
}
body.data-layout-transparent .header .header-left {
  display: block;
  padding-left: 24px;
}
body.data-layout-transparent .sidebar {
  top: 50px;
  background-color: #FEF1EB;
}
body.data-layout-transparent .sidebar .sidebar-logo {
  display: none;
}
body.data-layout-transparent .sidebar .sidebar-logo .logo {
  display: none;
}
body.data-layout-transparent .sidebar .slimScrollDiv {
  top: 0;
}
@media (min-width: 992px) {
  body.data-layout-transparent .mini-sidebar.expand-menu .header {
    left: 0;
  }
}
body.data-layout-transparent .page-wrapper .head-icons {
  display: none;
}
[data-layout=horizontal-sidemenu] .header {
  left: 0;
  background-color: #111827;
  border-color: #1F2937;
}
[data-layout=horizontal-sidemenu] .header .main-header {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  [data-layout=horizontal-sidemenu] .header .main-header {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  [data-layout=horizontal-sidemenu] .header .main-header {
    max-width: 950px;
  }
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu] .header .main-header {
    max-width: 100%;
  }
}
[data-layout=horizontal-sidemenu] .header .main-header .user-menu {
  padding-right: 0;
}
[data-layout=horizontal-sidemenu] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-sidemenu] .header .header-user .user-menu .btn-menubar:hover {
  background: #4B5563;
}
[data-layout=horizontal-sidemenu] .header .header-left {
  display: block;
}
[data-layout=horizontal-sidemenu] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-sidemenu] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-sidemenu] .main-wrapper {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  [data-layout=horizontal-sidemenu] .main-wrapper {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  [data-layout=horizontal-sidemenu] .main-wrapper {
    max-width: 95%;
  }
}
[data-layout=horizontal-sidemenu] .main-wrapper::before {
  content: "";
  height: 168px;
  background: #111827;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu] .main-wrapper::before {
    top: 50px;
    height: 100px;
  }
}
[data-layout=horizontal-sidemenu] .main-wrapper::after {
  content: "";
  height: 168px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu] .main-wrapper::after {
    top: 50px;
    height: 100px;
  }
}
[data-layout=horizontal-sidemenu] .sidebar {
  top: 74px;
  left: unset;
  bottom: 24px;
}
[data-layout=horizontal-sidemenu] .sidebar .slimScrollDiv {
  height: 100% !important;
  top: 0;
}
[data-layout=horizontal-sidemenu] .sidebar .slimScrollDiv .sidebar-inner {
  height: 100% !important;
}
[data-layout=horizontal-sidemenu] .sidebar .slimScrollDiv .sidebar-menu {
  margin-top: 0;
  padding-bottom: 0;
}
[data-layout=horizontal-sidemenu] .sidebar .sidebar-menu {
  margin-top: 16px;
}
[data-layout=horizontal-sidemenu] .sidebar .sidebar-logo {
  display: none;
}
@media (max-width: 991.98px) {
  [data-layout=horizontal-sidemenu] .sidebar {
    top: 50px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  [data-layout=horizontal-sidemenu] .page-wrapper {
    padding: 74px 0 0;
  }
}
[data-layout=horizontal-sidemenu] .page-wrapper .head-icons {
  display: none;
}
[data-layout=horizontal-sidemenu] .expand-menu.mini-sidebar .header {
  left: 0;
}
[data-sidebar=dark] .sidebar {
  background: #111827;
  border-color: #111827;
}
[data-sidebar=dark] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=dark] .sidebar .logo {
  display: none;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=dark] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=dark] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=dark] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=dark] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=dark] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=dark] .sidebar-twocol.sidebar .nav-link:hover {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right {
  background: #111827;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right p {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right .bg-light {
  background-color: #4B5563 !important;
  border-color: #4B5563 !important;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #FFF !important;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=dark] .sidebar-twocol .twocol-mini {
  background-color: #111827;
  border-color: #1F2937;
}
@media (min-width: 992px) {
  [data-sidebar=dark] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=dark] .sidebar-stacked .stacked-mini {
  background-color: #111827;
  border-color: #1F2937;
}
[data-sidebar=dark] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #111827;
}
[data-sidebar=dark] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=dark] .sidebar-stacked .btn-menubar.active {
  background: #4B5563;
}
[data-sidebar=dark] .sidebar-stacked .sidebar-right {
  background: #111827;
}
[data-sidebar=dark] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #111827;
}
[data-sidebar=dark] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=dark] .sidebar-stacked .nav-link {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=dark] .sidebar-stacked .nav-link p,
[data-sidebar=dark] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=dark] .sidebar-stacked .nav-link:hover,
[data-sidebar=dark] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=dark] .sidebar-stacked .nav-link:hover p,
[data-sidebar=dark] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar {
  background: #111926;
  border-color: #111926;
}
[data-sidebar=darkgreen] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=darkgreen] .sidebar .logo {
  display: none;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=darkgreen] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=darkgreen] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .nav-link:hover {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right {
  background: #111926;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right p {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right .bg-light {
  background-color: #4B5563 !important;
  border-color: #4B5563 !important;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #FFF !important;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=darkgreen] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=darkgreen] .sidebar-twocol .twocol-mini {
  background-color: #111926;
  border-color: #1F2937;
}
@media (min-width: 992px) {
  [data-sidebar=darkgreen] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=darkgreen] .sidebar-stacked .stacked-mini {
  background-color: #111926;
  border-color: #1F2937;
}
[data-sidebar=darkgreen] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #111926;
}
[data-sidebar=darkgreen] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=darkgreen] .sidebar-stacked .btn-menubar.active {
  background: #4B5563;
}
[data-sidebar=darkgreen] .sidebar-stacked .sidebar-right {
  background: #111926;
}
[data-sidebar=darkgreen] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #111926;
}
[data-sidebar=darkgreen] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=darkgreen] .sidebar-stacked .nav-link {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=darkgreen] .sidebar-stacked .nav-link p,
[data-sidebar=darkgreen] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=darkgreen] .sidebar-stacked .nav-link:hover,
[data-sidebar=darkgreen] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=darkgreen] .sidebar-stacked .nav-link:hover p,
[data-sidebar=darkgreen] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar {
  background: #0F0F41;
  border-color: #0F0F41;
}
[data-sidebar=nightblue] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=nightblue] .sidebar .logo {
  display: none;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=nightblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=nightblue] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=nightblue] .sidebar-twocol.sidebar .nav-link:hover {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right {
  background: #0F0F41;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right p {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right .bg-light {
  background-color: #4B5563 !important;
  border-color: #4B5563 !important;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #FFF !important;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #4B5563;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=nightblue] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=nightblue] .sidebar-twocol .twocol-mini {
  background-color: #0F0F41;
  border-color: #1F2937;
}
@media (min-width: 992px) {
  [data-sidebar=nightblue] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=nightblue] .sidebar-stacked .stacked-mini {
  background-color: #0F0F41;
  border-color: #1F2937;
}
[data-sidebar=nightblue] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #0F0F41;
}
[data-sidebar=nightblue] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=nightblue] .sidebar-stacked .btn-menubar.active {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=nightblue] .sidebar-stacked .sidebar-right {
  background: #0F0F41;
}
[data-sidebar=nightblue] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #0F0F41;
}
[data-sidebar=nightblue] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=nightblue] .sidebar-stacked .nav-link {
  color: #FFF;
  background: rgb(20.7375, 20.7375, 89.8625);
  border-color: rgb(20.7375, 20.7375, 89.8625);
}
[data-sidebar=nightblue] .sidebar-stacked .nav-link p,
[data-sidebar=nightblue] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=nightblue] .sidebar-stacked .nav-link:hover,
[data-sidebar=nightblue] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: rgb(18.825, 18.825, 81.575);
  border-color: rgb(18.825, 18.825, 81.575);
}
[data-sidebar=nightblue] .sidebar-stacked .nav-link:hover p,
[data-sidebar=nightblue] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar {
  background: #0039C6;
  border-color: #0039C6;
}
[data-sidebar=royalblue] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=royalblue] .sidebar .logo {
  display: none;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #F3F4F6;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li > ul > li > a:hover span,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li > ul > li > a:hover i {
  color: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #F3F4F6;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop span,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop i {
  color: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #F3F4F6;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a:hover span,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a:hover i,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.active span,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.active i {
  color: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a:hover .menu-arrow::before,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li .submenu > a.active .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=royalblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=royalblue] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=royalblue] .sidebar-twocol.sidebar .nav-link:hover {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right {
  background: #0039C6;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right .sidebar-scroll > h6 {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #F3F4F6;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #374151 !important;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=royalblue] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=royalblue] .sidebar-twocol .twocol-mini {
  background-color: #0039C6;
  border-color: #9CA3AF;
}
@media (min-width: 992px) {
  [data-sidebar=royalblue] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=royalblue] .sidebar-stacked .stacked-mini {
  background-color: #0039C6;
  border-color: #9CA3AF;
}
[data-sidebar=royalblue] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #0039C6;
}
[data-sidebar=royalblue] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=royalblue] .sidebar-stacked .btn-menubar.active {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=royalblue] .sidebar-stacked .sidebar-right {
  background: #0039C6;
}
[data-sidebar=royalblue] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #0039C6;
}
[data-sidebar=royalblue] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=royalblue] .sidebar-stacked .nav-link {
  color: #FFF;
  background: rgb(0, 65.8090909091, 228.6);
  border-color: rgb(0, 65.8090909091, 228.6);
}
[data-sidebar=royalblue] .sidebar-stacked .nav-link p,
[data-sidebar=royalblue] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=royalblue] .sidebar-stacked .nav-link:hover,
[data-sidebar=royalblue] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: rgb(0, 62.8727272727, 218.4);
  border-color: rgb(0, 62.8727272727, 218.4);
}
[data-sidebar=royalblue] .sidebar-stacked .nav-link:hover p,
[data-sidebar=royalblue] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar {
  background: #2E2E48;
  border-color: #2E2E48;
}
[data-sidebar=darkgray] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=darkgray] .sidebar .logo {
  display: none;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=darkgray] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=darkgray] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=darkgray] .sidebar-twocol.sidebar .nav-link:hover {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right {
  background: #2E2E48;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right h6,
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right p {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right .bg-light {
  background-color: #4B5563 !important;
  border-color: #4B5563 !important;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #FFF !important;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=darkgray] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #4B5563;
  color: #FFF !important;
}
[data-sidebar=darkgray] .sidebar-twocol .twocol-mini {
  background-color: #2E2E48;
  border-color: #1F2937;
}
@media (min-width: 992px) {
  [data-sidebar=darkgray] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=darkgray] .sidebar-stacked .stacked-mini {
  background-color: #2E2E48;
  border-color: #1F2937;
}
[data-sidebar=darkgray] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #2E2E48;
}
[data-sidebar=darkgray] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=darkgray] .sidebar-stacked .btn-menubar.active {
  background: #4B5563;
}
[data-sidebar=darkgray] .sidebar-stacked .sidebar-right {
  background: #2E2E48;
}
[data-sidebar=darkgray] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #2E2E48;
}
[data-sidebar=darkgray] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=darkgray] .sidebar-stacked .nav-link {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=darkgray] .sidebar-stacked .nav-link p,
[data-sidebar=darkgray] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=darkgray] .sidebar-stacked .nav-link:hover,
[data-sidebar=darkgray] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: #1F2937;
  border-color: #1F2937;
}
[data-sidebar=darkgray] .sidebar-stacked .nav-link:hover p,
[data-sidebar=darkgray] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=indigo] #sidebar {
  background: #391694;
  border-color: #391694;
}
[data-sidebar=indigo] #sidebar .dark-logo {
  display: block;
}
[data-sidebar=indigo] #sidebar .logo {
  display: none;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #F3F4F6;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li > ul > li > a:hover span,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li > ul > li > a:hover i {
  color: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #F3F4F6;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.subdrop span,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.subdrop i {
  color: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.subdrop .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #F3F4F6;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a:hover span,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a:hover i,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.active span,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.active i {
  color: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a:hover .menu-arrow::before,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li .submenu > a.active .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=indigo] #sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=indigo] #sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=indigo] #sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=indigo] .sidebar-twocol.sidebar .nav-link:hover {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right {
  background: #391694;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right .sidebar-scroll > h6 {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #F3F4F6;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #374151 !important;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=indigo] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=indigo] .sidebar-twocol .twocol-mini {
  background-color: #391694;
  border-color: #1F2937;
}
@media (min-width: 992px) {
  [data-sidebar=indigo] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=indigo] .sidebar-stacked .stacked-mini {
  background-color: #391694;
  border-color: #1F2937;
}
[data-sidebar=indigo] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: #391694;
}
[data-sidebar=indigo] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=indigo] .sidebar-stacked .btn-menubar.active {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=indigo] .sidebar-stacked .sidebar-right {
  background: #391694;
}
[data-sidebar=indigo] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: #391694;
}
[data-sidebar=indigo] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-stacked .sidebar-right a:hover {
  color: #F26522;
}
[data-sidebar=indigo] .sidebar-stacked .nav-link {
  color: #FFF;
  background: rgb(67.26, 25.96, 174.64);
  border-color: rgb(67.26, 25.96, 174.64);
}
[data-sidebar=indigo] .sidebar-stacked .nav-link p,
[data-sidebar=indigo] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=indigo] .sidebar-stacked .nav-link:hover,
[data-sidebar=indigo] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: rgb(63.84, 24.64, 165.76);
  border-color: rgb(63.84, 24.64, 165.76);
}
[data-sidebar=indigo] .sidebar-stacked .nav-link:hover p,
[data-sidebar=indigo] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-sidebar=all] .sidebar {
  background: rgb(var(--sidebar--rgb-picr));
  border-color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar .dark-logo {
  display: block;
}
[data-sidebar=all] .sidebar .logo {
  display: none;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #F3F4F6;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li > ul > li > a:hover span,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li > ul > li > a:hover i {
  color: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a i {
  color: #E5E7EB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop {
  background: #F3F4F6;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop span,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop i {
  color: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.subdrop .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a:hover,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.active {
  background: #F3F4F6;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a:hover span,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a:hover i,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.active span,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.active i {
  color: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a:hover .menu-arrow::before,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li .submenu > a.active .menu-arrow::before {
  border-color: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li.active a span {
  color: #F26522;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #F26522;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D1D5DB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li a:hover,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #E5E7EB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D1D5DB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li.active a {
  background: #374151;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E5E7EB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a {
  color: #D1D5DB;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a.active,
[data-sidebar=all] .sidebar .sidebar-menu > ul > li ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-sidebar=all] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-sidebar=all] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active,
[data-sidebar=all] .sidebar .sidebar-menu > ul li .submenu.submenu-two a:hover {
  background: transparent;
}
[data-sidebar=all] .sidebar .sidebar-menu .menu-arrow::before {
  border-color: #E5E7EB;
}
[data-sidebar=all] .sidebar-twocol.sidebar .nav-link {
  color: #FFF;
}
[data-sidebar=all] .sidebar-twocol.sidebar .nav-link.active,
[data-sidebar=all] .sidebar-twocol.sidebar .nav-link:hover {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right {
  background: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right .sidebar-scroll > h6 {
  color: #FFF;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #FFF;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop {
  background: #F3F4F6;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li.subdrop:hover {
  color: #374151 !important;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=all] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #F3F4F6;
  color: #374151 !important;
}
[data-sidebar=all] .sidebar-twocol .twocol-mini {
  background-color: rgb(var(--sidebar--rgb-picr));
  border-color: #9CA3AF;
}
@media (min-width: 992px) {
  [data-sidebar=all] .expand-menu.mini-sidebar .sidebar-twocol.sidebar .logo {
    display: none;
  }
}
[data-sidebar=all] .sidebar-stacked .stacked-mini {
  background-color: rgb(var(--sidebar--rgb-picr));
  border-color: #9CA3AF;
}
[data-sidebar=all] .sidebar-stacked .btn-menubar {
  color: #FFF;
  border-color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar-stacked .btn-menubar:hover,
[data-sidebar=all] .sidebar-stacked .btn-menubar.active {
  background: #F3F4F6;
  color: #374151;
}
[data-sidebar=all] .sidebar-stacked .sidebar-right {
  background: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar-stacked .sidebar-right h6 {
  color: #FFF;
}
[data-sidebar=all] .sidebar-stacked .sidebar-right .sidebar-profile h6 {
  color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar-stacked .sidebar-right a {
  color: #FFF;
}
[data-sidebar=all] .sidebar-stacked .sidebar-right a:hover {
  color: rgb(var(--sidebar--rgb-picr));
}
[data-sidebar=all] .sidebar-stacked .nav-link {
  color: #FFF;
  background: rgba(var(--sidebar--rgb-picr), 0.7);
  border-color: rgba(var(--sidebar--rgb-picr), 0.7);
}
[data-sidebar=all] .sidebar-stacked .nav-link p,
[data-sidebar=all] .sidebar-stacked .nav-link i {
  color: #FFF;
}
[data-sidebar=all] .sidebar-stacked .nav-link:hover,
[data-sidebar=all] .sidebar-stacked .nav-link.active {
  color: #FFF;
  background: rgba(var(--sidebar--rgb-picr), 0.4);
  border-color: rgba(var(--sidebar--rgb-picr), 0.4);
}
[data-sidebar=all] .sidebar-stacked .nav-link:hover p,
[data-sidebar=all] .sidebar-stacked .nav-link.active p {
  color: #FFF;
}
[data-layout=default][data-topbar=darkaqua] .header,
[data-layout=mini][data-topbar=darkaqua] .header,
[data-layout=horizontal][data-topbar=darkaqua] .header,
[data-layout=horizontal-single][data-topbar=darkaqua] .header,
[data-layout=detached][data-topbar=darkaqua] .header,
[data-layout=twocolumn][data-topbar=darkaqua] .header,
[data-layout=stacked][data-topbar=darkaqua] .header,
[data-layout=transparent][data-topbar=darkaqua] .header {
  background: #116D6E;
  border-bottom-color: #116D6E;
}
[data-layout=default][data-topbar=darkaqua] .header .bg-white,
[data-layout=mini][data-topbar=darkaqua] .header .bg-white,
[data-layout=horizontal][data-topbar=darkaqua] .header .bg-white,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .bg-white,
[data-layout=detached][data-topbar=darkaqua] .header .bg-white,
[data-layout=twocolumn][data-topbar=darkaqua] .header .bg-white,
[data-layout=stacked][data-topbar=darkaqua] .header .bg-white,
[data-layout=transparent][data-topbar=darkaqua] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=darkaqua] .header .header-left,
[data-layout=mini][data-topbar=darkaqua] .header .header-left,
[data-layout=horizontal][data-topbar=darkaqua] .header .header-left,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .header-left,
[data-layout=detached][data-topbar=darkaqua] .header .header-left,
[data-layout=twocolumn][data-topbar=darkaqua] .header .header-left,
[data-layout=stacked][data-topbar=darkaqua] .header .header-left,
[data-layout=transparent][data-topbar=darkaqua] .header .header-left {
  background: #116D6E;
  border-color: #116D6E;
}
[data-layout=default][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=default][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=mini][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=mini][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=detached][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=detached][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=twocolumn][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=twocolumn][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=stacked][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=stacked][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active,
[data-layout=transparent][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=transparent][data-topbar=darkaqua] .header .header-user .user-menu .btn-menubar.active {
  color: #374151;
}
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background: #116D6E;
}
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-color: #FFF;
}
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  color: #374151;
}
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=default][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=mini][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=detached][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=twocolumn][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=stacked][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=transparent][data-topbar=darkaqua] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #374151;
}
[data-layout=default][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=mini][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=horizontal][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=horizontal-single][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=detached][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=twocolumn][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=stacked][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo,
[data-layout=transparent][data-topbar=darkaqua] .menu-horizontal .header .header-left .logo {
  display: none;
}
[data-layout=default][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=mini][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=horizontal][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=horizontal-single][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=detached][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=twocolumn][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=stacked][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo,
[data-layout=transparent][data-topbar=darkaqua] .menu-horizontal .header .header-left .dark-logo {
  display: block;
}
[data-layout=default][data-topbar=rockblue] .header,
[data-layout=mini][data-topbar=rockblue] .header,
[data-layout=horizontal][data-topbar=rockblue] .header,
[data-layout=horizontal-single][data-topbar=rockblue] .header,
[data-layout=detached][data-topbar=rockblue] .header,
[data-layout=twocolumn][data-topbar=rockblue] .header,
[data-layout=stacked][data-topbar=rockblue] .header,
[data-layout=transparent][data-topbar=rockblue] .header {
  background: #8CB9BD;
  border-bottom-color: #8CB9BD;
}
[data-layout=default][data-topbar=rockblue] .header .bg-white,
[data-layout=mini][data-topbar=rockblue] .header .bg-white,
[data-layout=horizontal][data-topbar=rockblue] .header .bg-white,
[data-layout=horizontal-single][data-topbar=rockblue] .header .bg-white,
[data-layout=detached][data-topbar=rockblue] .header .bg-white,
[data-layout=twocolumn][data-topbar=rockblue] .header .bg-white,
[data-layout=stacked][data-topbar=rockblue] .header .bg-white,
[data-layout=transparent][data-topbar=rockblue] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=rockblue] .header .header-left,
[data-layout=mini][data-topbar=rockblue] .header .header-left,
[data-layout=horizontal][data-topbar=rockblue] .header .header-left,
[data-layout=horizontal-single][data-topbar=rockblue] .header .header-left,
[data-layout=detached][data-topbar=rockblue] .header .header-left,
[data-layout=twocolumn][data-topbar=rockblue] .header .header-left,
[data-layout=stacked][data-topbar=rockblue] .header .header-left,
[data-layout=transparent][data-topbar=rockblue] .header .header-left {
  background: #8CB9BD;
  border-color: #8CB9BD;
}
[data-layout=default][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar {
  color: #111827;
}
[data-layout=default][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=default][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=mini][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=mini][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal-single][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-single][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=detached][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=detached][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=twocolumn][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=twocolumn][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=stacked][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=stacked][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active,
[data-layout=transparent][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=transparent][data-topbar=rockblue] .header .header-user .user-menu .btn-menubar.active {
  background: #FFF;
}
[data-layout=default][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=rockblue] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background: #8CB9BD;
}
[data-layout=default][data-topbar=whiterock] .header,
[data-layout=mini][data-topbar=whiterock] .header,
[data-layout=horizontal][data-topbar=whiterock] .header,
[data-layout=horizontal-single][data-topbar=whiterock] .header,
[data-layout=detached][data-topbar=whiterock] .header,
[data-layout=twocolumn][data-topbar=whiterock] .header,
[data-layout=stacked][data-topbar=whiterock] .header,
[data-layout=transparent][data-topbar=whiterock] .header {
  background: #F0E4D7;
  border-bottom-color: #F0E4D7;
}
[data-layout=default][data-topbar=whiterock] .header .bg-white,
[data-layout=mini][data-topbar=whiterock] .header .bg-white,
[data-layout=horizontal][data-topbar=whiterock] .header .bg-white,
[data-layout=horizontal-single][data-topbar=whiterock] .header .bg-white,
[data-layout=detached][data-topbar=whiterock] .header .bg-white,
[data-layout=twocolumn][data-topbar=whiterock] .header .bg-white,
[data-layout=stacked][data-topbar=whiterock] .header .bg-white,
[data-layout=transparent][data-topbar=whiterock] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=whiterock] .header .header-left,
[data-layout=mini][data-topbar=whiterock] .header .header-left,
[data-layout=horizontal][data-topbar=whiterock] .header .header-left,
[data-layout=horizontal-single][data-topbar=whiterock] .header .header-left,
[data-layout=detached][data-topbar=whiterock] .header .header-left,
[data-layout=twocolumn][data-topbar=whiterock] .header .header-left,
[data-layout=stacked][data-topbar=whiterock] .header .header-left,
[data-layout=transparent][data-topbar=whiterock] .header .header-left {
  background: #F0E4D7;
  border-color: #F0E4D7;
}
[data-layout=default][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=whiterock] .header .header-user .user-menu .btn-menubar {
  color: #111827;
}
[data-layout=default][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=whiterock] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background: #F0E4D7;
}
[data-layout=default][data-topbar=bluehaze] .header,
[data-layout=mini][data-topbar=bluehaze] .header,
[data-layout=horizontal][data-topbar=bluehaze] .header,
[data-layout=horizontal-single][data-topbar=bluehaze] .header,
[data-layout=detached][data-topbar=bluehaze] .header,
[data-layout=twocolumn][data-topbar=bluehaze] .header,
[data-layout=stacked][data-topbar=bluehaze] .header,
[data-layout=transparent][data-topbar=bluehaze] .header {
  background: #B5C0D0;
  border-bottom-color: #B5C0D0;
}
[data-layout=default][data-topbar=bluehaze] .header .bg-white,
[data-layout=mini][data-topbar=bluehaze] .header .bg-white,
[data-layout=horizontal][data-topbar=bluehaze] .header .bg-white,
[data-layout=horizontal-single][data-topbar=bluehaze] .header .bg-white,
[data-layout=detached][data-topbar=bluehaze] .header .bg-white,
[data-layout=twocolumn][data-topbar=bluehaze] .header .bg-white,
[data-layout=stacked][data-topbar=bluehaze] .header .bg-white,
[data-layout=transparent][data-topbar=bluehaze] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=bluehaze] .header .header-left,
[data-layout=mini][data-topbar=bluehaze] .header .header-left,
[data-layout=horizontal][data-topbar=bluehaze] .header .header-left,
[data-layout=horizontal-single][data-topbar=bluehaze] .header .header-left,
[data-layout=detached][data-topbar=bluehaze] .header .header-left,
[data-layout=twocolumn][data-topbar=bluehaze] .header .header-left,
[data-layout=stacked][data-topbar=bluehaze] .header .header-left,
[data-layout=transparent][data-topbar=bluehaze] .header .header-left {
  background: #B5C0D0;
  border-color: #B5C0D0;
}
[data-layout=default][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=bluehaze] .header .header-user .user-menu .btn-menubar {
  color: #111827;
}
[data-layout=default][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=bluehaze] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background: #B5C0D0;
}
[data-layout=default][data-topbar=orangegradient] .header,
[data-layout=mini][data-topbar=orangegradient] .header,
[data-layout=horizontal][data-topbar=orangegradient] .header,
[data-layout=horizontal-single][data-topbar=orangegradient] .header,
[data-layout=detached][data-topbar=orangegradient] .header,
[data-layout=twocolumn][data-topbar=orangegradient] .header,
[data-layout=stacked][data-topbar=orangegradient] .header,
[data-layout=transparent][data-topbar=orangegradient] .header {
  background:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
  border-bottom-color:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
}
[data-layout=default][data-topbar=orangegradient] .header .bg-white,
[data-layout=mini][data-topbar=orangegradient] .header .bg-white,
[data-layout=horizontal][data-topbar=orangegradient] .header .bg-white,
[data-layout=horizontal-single][data-topbar=orangegradient] .header .bg-white,
[data-layout=detached][data-topbar=orangegradient] .header .bg-white,
[data-layout=twocolumn][data-topbar=orangegradient] .header .bg-white,
[data-layout=stacked][data-topbar=orangegradient] .header .bg-white,
[data-layout=transparent][data-topbar=orangegradient] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=orangegradient] .header .header-left,
[data-layout=mini][data-topbar=orangegradient] .header .header-left,
[data-layout=horizontal][data-topbar=orangegradient] .header .header-left,
[data-layout=horizontal-single][data-topbar=orangegradient] .header .header-left,
[data-layout=detached][data-topbar=orangegradient] .header .header-left,
[data-layout=twocolumn][data-topbar=orangegradient] .header .header-left,
[data-layout=stacked][data-topbar=orangegradient] .header .header-left,
[data-layout=transparent][data-topbar=orangegradient] .header .header-left {
  background:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
  border-color:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
}
[data-layout=default][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=orangegradient] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=orangegradient] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
}
[data-layout=default][data-topbar=purplegradient] .header,
[data-layout=mini][data-topbar=purplegradient] .header,
[data-layout=horizontal][data-topbar=purplegradient] .header,
[data-layout=horizontal-single][data-topbar=purplegradient] .header,
[data-layout=detached][data-topbar=purplegradient] .header,
[data-layout=twocolumn][data-topbar=purplegradient] .header,
[data-layout=stacked][data-topbar=purplegradient] .header,
[data-layout=transparent][data-topbar=purplegradient] .header {
  background:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%);
  border-bottom-color:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%);
}
[data-layout=default][data-topbar=purplegradient] .header .bg-white,
[data-layout=mini][data-topbar=purplegradient] .header .bg-white,
[data-layout=horizontal][data-topbar=purplegradient] .header .bg-white,
[data-layout=horizontal-single][data-topbar=purplegradient] .header .bg-white,
[data-layout=detached][data-topbar=purplegradient] .header .bg-white,
[data-layout=twocolumn][data-topbar=purplegradient] .header .bg-white,
[data-layout=stacked][data-topbar=purplegradient] .header .bg-white,
[data-layout=transparent][data-topbar=purplegradient] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=purplegradient] .header .header-left,
[data-layout=mini][data-topbar=purplegradient] .header .header-left,
[data-layout=horizontal][data-topbar=purplegradient] .header .header-left,
[data-layout=horizontal-single][data-topbar=purplegradient] .header .header-left,
[data-layout=detached][data-topbar=purplegradient] .header .header-left,
[data-layout=twocolumn][data-topbar=purplegradient] .header .header-left,
[data-layout=stacked][data-topbar=purplegradient] .header .header-left,
[data-layout=transparent][data-topbar=purplegradient] .header .header-left {
  background:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%);
  border-color:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%);
}
[data-layout=default][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=purplegradient] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=purplegradient] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background:
    linear-gradient(
      180deg,
      #4B3088 0%,
      #5C2DC8 100%);
}
[data-layout=default][data-topbar=bluegradient] .header,
[data-layout=mini][data-topbar=bluegradient] .header,
[data-layout=horizontal][data-topbar=bluegradient] .header,
[data-layout=horizontal-single][data-topbar=bluegradient] .header,
[data-layout=detached][data-topbar=bluegradient] .header,
[data-layout=twocolumn][data-topbar=bluegradient] .header,
[data-layout=stacked][data-topbar=bluegradient] .header,
[data-layout=transparent][data-topbar=bluegradient] .header {
  background:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
  border-bottom-color:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
}
[data-layout=default][data-topbar=bluegradient] .header .bg-white,
[data-layout=mini][data-topbar=bluegradient] .header .bg-white,
[data-layout=horizontal][data-topbar=bluegradient] .header .bg-white,
[data-layout=horizontal-single][data-topbar=bluegradient] .header .bg-white,
[data-layout=detached][data-topbar=bluegradient] .header .bg-white,
[data-layout=twocolumn][data-topbar=bluegradient] .header .bg-white,
[data-layout=stacked][data-topbar=bluegradient] .header .bg-white,
[data-layout=transparent][data-topbar=bluegradient] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=bluegradient] .header .header-left,
[data-layout=mini][data-topbar=bluegradient] .header .header-left,
[data-layout=horizontal][data-topbar=bluegradient] .header .header-left,
[data-layout=horizontal-single][data-topbar=bluegradient] .header .header-left,
[data-layout=detached][data-topbar=bluegradient] .header .header-left,
[data-layout=twocolumn][data-topbar=bluegradient] .header .header-left,
[data-layout=stacked][data-topbar=bluegradient] .header .header-left,
[data-layout=transparent][data-topbar=bluegradient] .header .header-left {
  background:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
  border-color:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
}
[data-layout=default][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=bluegradient] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=bluegradient] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
}
[data-layout=default][data-topbar=maroongradient] .header,
[data-layout=mini][data-topbar=maroongradient] .header,
[data-layout=horizontal][data-topbar=maroongradient] .header,
[data-layout=horizontal-single][data-topbar=maroongradient] .header,
[data-layout=detached][data-topbar=maroongradient] .header,
[data-layout=twocolumn][data-topbar=maroongradient] .header,
[data-layout=stacked][data-topbar=maroongradient] .header,
[data-layout=transparent][data-topbar=maroongradient] .header {
  background:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
  border-bottom-color:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
}
[data-layout=default][data-topbar=maroongradient] .header .bg-white,
[data-layout=mini][data-topbar=maroongradient] .header .bg-white,
[data-layout=horizontal][data-topbar=maroongradient] .header .bg-white,
[data-layout=horizontal-single][data-topbar=maroongradient] .header .bg-white,
[data-layout=detached][data-topbar=maroongradient] .header .bg-white,
[data-layout=twocolumn][data-topbar=maroongradient] .header .bg-white,
[data-layout=stacked][data-topbar=maroongradient] .header .bg-white,
[data-layout=transparent][data-topbar=maroongradient] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=maroongradient] .header .header-left,
[data-layout=mini][data-topbar=maroongradient] .header .header-left,
[data-layout=horizontal][data-topbar=maroongradient] .header .header-left,
[data-layout=horizontal-single][data-topbar=maroongradient] .header .header-left,
[data-layout=detached][data-topbar=maroongradient] .header .header-left,
[data-layout=twocolumn][data-topbar=maroongradient] .header .header-left,
[data-layout=stacked][data-topbar=maroongradient] .header .header-left,
[data-layout=transparent][data-topbar=maroongradient] .header .header-left {
  background:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
  border-color:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
}
[data-layout=default][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=maroongradient] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=maroongradient] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
}
[data-layout=default][data-topbar=all] .header,
[data-layout=mini][data-topbar=all] .header,
[data-layout=horizontal][data-topbar=all] .header,
[data-layout=horizontal-single][data-topbar=all] .header,
[data-layout=detached][data-topbar=all] .header,
[data-layout=twocolumn][data-topbar=all] .header,
[data-layout=stacked][data-topbar=all] .header,
[data-layout=transparent][data-topbar=all] .header {
  background: rgb(var(--topbar--rgb-picr));
  border-bottom-color: rgb(var(--topbar--rgb-picr));
}
[data-layout=default][data-topbar=all] .header .bg-white,
[data-layout=mini][data-topbar=all] .header .bg-white,
[data-layout=horizontal][data-topbar=all] .header .bg-white,
[data-layout=horizontal-single][data-topbar=all] .header .bg-white,
[data-layout=detached][data-topbar=all] .header .bg-white,
[data-layout=twocolumn][data-topbar=all] .header .bg-white,
[data-layout=stacked][data-topbar=all] .header .bg-white,
[data-layout=transparent][data-topbar=all] .header .bg-white {
  background: transparent !important;
}
[data-layout=default][data-topbar=all] .header .header-left,
[data-layout=mini][data-topbar=all] .header .header-left,
[data-layout=horizontal][data-topbar=all] .header .header-left,
[data-layout=horizontal-single][data-topbar=all] .header .header-left,
[data-layout=detached][data-topbar=all] .header .header-left,
[data-layout=twocolumn][data-topbar=all] .header .header-left,
[data-layout=stacked][data-topbar=all] .header .header-left,
[data-layout=transparent][data-topbar=all] .header .header-left {
  background: rgb(var(--topbar--rgb-picr));
  border-color: rgb(var(--topbar--rgb-picr));
}
[data-layout=default][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=mini][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-single][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=detached][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=twocolumn][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=stacked][data-topbar=all] .header .header-user .user-menu .btn-menubar,
[data-layout=transparent][data-topbar=all] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=default][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=default][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=mini][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=mini][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=horizontal-single][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-single][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=detached][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=detached][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=twocolumn][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=twocolumn][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=stacked][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=stacked][data-topbar=all] .header .header-user .user-menu .btn-menubar.active,
[data-layout=transparent][data-topbar=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=transparent][data-topbar=all] .header .header-user .user-menu .btn-menubar.active {
  color: #374151;
}
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu {
  background: rgb(var(--topbar--rgb-picr));
}
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-color: #FFF;
}
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  color: #374151;
}
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=default][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=mini][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-single][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=detached][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=twocolumn][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=stacked][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=transparent][data-topbar=all] .header .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #374151;
}
[data-layout=default][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=mini][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=horizontal][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=horizontal-single][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=detached][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=twocolumn][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=stacked][data-topbar=all] .menu-horizontal .header .header-left .logo,
[data-layout=transparent][data-topbar=all] .menu-horizontal .header .header-left .logo {
  display: none;
}
[data-layout=default][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=mini][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=horizontal][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=horizontal-single][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=detached][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=twocolumn][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=stacked][data-topbar=all] .menu-horizontal .header .header-left .dark-logo,
[data-layout=transparent][data-topbar=all] .menu-horizontal .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header {
  left: 0;
  background-color: #111827;
  border-color: #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header .header-user .user-menu .btn-menubar:hover {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .sidebar-horizontal.sidebar {
  background-color: #111827;
  border-bottom: 1px solid #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=dark] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=dark] .main-wrapper::before {
  background: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header {
  left: 0;
  background-color: #F26522;
  border-color: #F5844E;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:hover {
  background: #F7A37A;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .sidebar-horizontal.sidebar {
  background-color: #F26522;
  border-bottom: 1px solid #F5844E;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover {
  background: #F7A37A;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] .main-wrapper::before {
  content: "";
  background: #F26522;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header {
  left: 0;
  background-color: #080821;
  border-color: #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:hover {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar {
  background-color: #080821;
  border-bottom: 1px solid #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] .main-wrapper::before {
  content: "";
  background: #080821;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header {
  left: 0;
  background-color: #710034;
  border-color: rgb(117.59, 0, 54.1122123894);
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:hover {
  background: #E8E9EA;
  color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar {
  background-color: #710034;
  border-bottom: 1px solid rgb(117.59, 0, 54.1122123894);
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] .main-wrapper::before {
  content: "";
  background: #710034;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header {
  left: 0;
  background-color: #FFF;
  border-color: white;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover {
  background: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left .logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left .dark-logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .mode-toggle {
  color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar {
  background-color: #FFF;
  border-bottom: 1px solid white;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] .main-wrapper::before {
  content: "";
  background: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header {
  left: 0;
  background-color: #3E1C95;
  border-color: rgb(63.6077966102, 28.7261016949, 152.8638983051);
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:hover {
  background: #E8E9EA;
  color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar {
  background-color: #3E1C95;
  border-bottom: 1px solid rgb(63.6077966102, 28.7261016949, 152.8638983051);
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] .main-wrapper::before {
  content: "";
  background: #3E1C95;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header {
  left: 0;
  background-color: rgb(var(--topbarcolor--rgb-picr));
  border-color: rgb(var(--topbarcolor--rgb-picr));
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header .header-user .user-menu .btn-menubar:hover {
  background: #E8E9EA;
  color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar {
  background-color: rgb(var(--topbarcolor--rgb-picr));
  border-bottom: 1px solid rgb(var(--topbarcolor--rgb-picr));
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #E8E9EA;
  color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #111827;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=all] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=all] .main-wrapper::before {
  content: "";
  background: rgb(var(--topbarcolor--rgb-picr));
}
[data-sidebarbg=sidebarbg1] #sidebar {
  background-image: url("./media/bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg1] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header {
  left: 0;
  background-color: #053333;
  border-color: #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:hover {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header .header-left,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header .header-left {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header .header-left .logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header .header-left .logo {
  display: none;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .header .header-left .dark-logo,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .header .header-left .dark-logo {
  display: block;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .mode-toggle,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .mode-toggle {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar {
  background-color: #053333;
  border-bottom: 1px solid #1F2937;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background: #4B5563;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #374151;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] .main-wrapper::before {
  content: "";
  background: #053333;
}
[data-sidebarbg=sidebarbg1] #sidebar {
  background-image: url("./media/bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg1] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-sidebarbg=sidebarbg2] #sidebar {
  background-image: url("./media/bg-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg2] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-sidebarbg=sidebarbg3] #sidebar {
  background-image: url("./media/bg-03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg3] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-sidebarbg=sidebarbg4] #sidebar {
  background-image: url("./media/bg-04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg4] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-sidebarbg=sidebarbg5] #sidebar {
  background-image: url("./media/bg-05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg5] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
[data-sidebarbg=sidebarbg6] #sidebar {
  background-image: url("./media/bg-06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: transparent;
}
[data-sidebarbg=sidebarbg6] #sidebar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
[data-sidebar=light] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=light] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=light] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=light] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=light] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=light] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(255, 255, 255, 0.85);
}
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=darkgreen] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(17, 25, 38, 0.85);
}
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=nightblue] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(15, 15, 65, 0.85);
}
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=darkgray] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(46, 46, 72, 0.85);
}
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=royalblue] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(0, 57, 198, 0.85);
}
[data-sidebar=indigo] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=indigo] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=indigo] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=indigo] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=indigo] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=indigo] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(57, 22, 148, 0.85);
}
[data-sidebar=all] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-sidebar=all] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-sidebar=all] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-sidebar=all] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-sidebar=all] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-sidebar=all] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(var(--sidebar--rgb-picr), 0.85);
}
[data-layout=horizontal-overlay] [data-topbarbg=pattern1] .main-wrapper::after,
[data-layout=horizontal-sidemenu] [data-topbarbg=pattern1] .main-wrapper::after {
  background: url("./media/pattern-01.png");
}
[data-layout=horizontal-overlay] [data-topbarbg=pattern2] .main-wrapper::after,
[data-layout=horizontal-sidemenu] [data-topbarbg=pattern2] .main-wrapper::after {
  background: url("./media/pattern-01.png");
}
[data-layout=horizontal-overlay] [data-topbarbg=pattern3] .main-wrapper::after,
[data-layout=horizontal-sidemenu] [data-topbarbg=pattern3] .main-wrapper::after {
  background: url("./media/pattern-03.png");
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(113, 0, 52, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=maroon] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=maroon] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=white] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=white] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(242, 101, 34, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=primary] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=primary] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(8, 8, 33, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=blackpearl] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=blackpearl] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(62, 28, 149, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=bluegem] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=bluegem] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] [data-topbarbg=pattern3] .main-wrapper::before,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] [data-topbarbg=pattern3] .main-wrapper::before {
  background: rgba(5, 51, 51, 0.85);
  z-index: 1;
}
[data-layout=horizontal-overlay][data-topbarcolor=firefly] [data-topbarbg=pattern3] .main-wrapper .page-wrapper,
[data-layout=horizontal-sidemenu][data-topbarcolor=firefly] [data-topbarbg=pattern3] .main-wrapper .page-wrapper {
  z-index: 2;
}
[data-layout=modern][data-topbarcolor=white] .header {
  background-color: #FFF;
  border-color: rgba(255, 255, 255, 0.8);
}
[data-layout=modern][data-topbarcolor=white] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar.active {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #111827 !important;
}
[data-layout=modern][data-topbarcolor=white] .header .header-left .logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=white] .header .header-left .dark-logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=white] .page-wrapper::before {
  background: #FFF;
}
[data-layout=modern][data-topbarcolor=white] .page-wrapper .head-icons {
  display: none;
}
[data-layout=modern][data-topbarcolor=blue] .header {
  background-color: #FFF;
  border-color: rgba(255, 255, 255, 0.8);
}
[data-layout=modern][data-topbarcolor=blue] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=blue] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-layout=modern][data-topbarcolor=blue] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=blue] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=blue] .header .header-user .user-menu .btn-menubar.active {
  background-color: #E8E9EA;
  border-color: #E8E9EA;
  color: #111827 !important;
}
[data-layout=modern][data-topbarcolor=blue] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=blue] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=blue] .page-wrapper::before {
  background: #FFF;
}
[data-layout=modern][data-topbarcolor=primary] .header {
  background-color: #F26522;
  border-color: #F5844E;
}
[data-layout=modern][data-topbarcolor=primary] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar.active {
  background-color: #FFF;
  color: #374151 !important;
}
[data-layout=modern][data-topbarcolor=primary] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=primary] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=primary] .page-wrapper::before {
  background: #F26522;
}
[data-layout=modern][data-topbarcolor=blackpearl] .header {
  background-color: #080821;
  border-color: rgba(8, 8, 33, 0.8);
}
[data-layout=modern][data-topbarcolor=blackpearl] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar.active {
  background-color: #FFF;
  color: #374151 !important;
}
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=blackpearl] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=blackpearl] .page-wrapper::before {
  background: #080821;
}
[data-layout=modern][data-topbarcolor=maroon] .header {
  background-color: #710034;
  border-color: rgba(113, 0, 52, 0.8);
}
[data-layout=modern][data-topbarcolor=maroon] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar.active {
  background-color: #FFF;
  color: #374151 !important;
}
[data-layout=modern][data-topbarcolor=maroon] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=maroon] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=maroon] .page-wrapper::before {
  background: #710034;
}
[data-layout=modern][data-topbarcolor=bluegem] .header {
  background-color: #3E1C95;
  border-color: rgba(62, 28, 149, 0.8);
}
[data-layout=modern][data-topbarcolor=bluegem] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar.active {
  background-color: #FFF;
  color: #374151 !important;
}
[data-layout=modern][data-topbarcolor=bluegem] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=bluegem] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=bluegem] .page-wrapper::before {
  background: #3E1C95;
}
[data-layout=modern][data-topbarcolor=firefly] .header {
  background-color: #053333;
  border-color: rgba(5, 51, 51, 0.8);
}
[data-layout=modern][data-topbarcolor=firefly] .header .bar-icon span {
  background-color: #FFF;
}
[data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar {
  color: #FFF;
}
[data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:hover,
[data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:active,
[data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar.active {
  background-color: #FFF;
  color: #374151 !important;
}
[data-layout=modern][data-topbarcolor=firefly] .header .header-left .logo {
  display: none;
}
[data-layout=modern][data-topbarcolor=firefly] .header .header-left .dark-logo {
  display: block;
}
[data-layout=modern][data-topbarcolor=firefly] .page-wrapper::before {
  background: #053333;
}
[data-card=borderless] .card {
  border: 0 !important;
  box-shadow: none;
}
[data-card=shadow] .card {
  border: 0 !important;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
[data-color=primary] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #F26522;
  border-bottom: 2px solid #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-color=primary] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=primary] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #F26522;
}
[data-color=primary] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=primary] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #F26522;
}
[data-color=primary] .btn-primary {
  background-color: #F26522;
  border: 1px solid #F26522;
}
[data-color=primary] .btn-primary:hover,
[data-color=primary] .btn-primary:focus,
[data-color=primary] .btn-primary.focus,
[data-color=primary] .btn-primary:active,
[data-color=primary] .btn-primary.active {
  background-color: rgb(226.95, 82.1538461538, 13.35);
  border: 1px solid rgb(226.95, 82.1538461538, 13.35);
}
[data-color=primary] .btn-check:checked + .btn,
[data-color=primary] .btn.active,
[data-color=primary] .btn.show,
[data-color=primary] .btn.show:hover,
[data-color=primary] .btn:first-child:active,
[data-color=primary] :not(.btn-check) + .btn:active {
  background-color: #F26522;
  border-color: #F26522;
}
[data-color=primary] .link-primary {
  color: #F26522 !important;
}
[data-color=primary] .link-primary:hover,
[data-color=primary] .link-primary:focus,
[data-color=primary] .link-primary:active {
  color: rgb(226.95, 82.1538461538, 13.35);
}
[data-color=primary] .text-primary {
  color: #F26522 !important;
}
[data-color=primary] .badge.badge-primary {
  background: #F26522;
}
[data-color=primary] .dataTables_paginate .pagination li.active a.page-link {
  background: #F26522;
  border-color: #F26522;
}
[data-color=primary] .bg-primary {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
}
[data-color=primary] .border-bottom.border-primary {
  border-color: #F26522 !important;
}
[data-color=primary] .border-primary {
  border-color: #F26522 !important;
}
[data-color=primary] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=primary] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #F26522;
  color: #F26522;
}
[data-color=primary] .badge.badge-soft-primary {
  background: rgba(242, 101, 34, 0.1);
  color: #F26522;
}
[data-color=primary] a:hover {
  color: #F26522;
}
[data-color=primary] a.video-expand:hover {
  color: #FFF;
}
[data-color=primary] .btn-outline-primary {
  border: 1px solid #F26522 !important;
  color: #F26522 !important;
}
[data-color=primary] .btn-outline-primary:hover,
[data-color=primary] .btn-outline-primary:focus,
[data-color=primary] .btn-outline-primary.focus,
[data-color=primary] .btn-outline-primary:active,
[data-color=primary] .btn-outline-primary.active {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #FFF !important;
}
[data-color=primary] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #F26522;
}
[data-color=primary] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F26522;
}
[data-color=primary] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #F26522;
  border-color: #F26522;
}
[data-color=primary] .nav-tabs .nav-link:hover {
  color: #F26522;
}
[data-color=primary] .form-check-input:checked {
  background-color: #F26522;
  border-color: #F26522;
}
[data-color=primary] .sidebar-contact .toggle-theme {
  background-color: #F26522;
}
@media (max-width: 991.98px) {
  [data-color=primary] .sidebar-contact .toggle-theme {
    display: none;
  }
}
[data-color=primary] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #F26522;
}
[data-color=primary] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=primary] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=primary] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=primary] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=primary] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #F26522;
}
[data-color=primary] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=primary] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=primary] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=primary] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #F26522;
}
[data-color=primary] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=primary] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=primary] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #F26522;
}
[data-color=primary] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #F26522;
}
[data-color=primary] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #F26522;
}
[data-color=primary] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=primary] #chart-bar .c3-target-data2 .c3-bar,
[data-color=primary] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #F26522 !important;
}
[data-color=primary] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #F26522 !important;
}
[data-color=primary] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #F26522;
}
[data-color=primary] .nav.tab-style-1 .nav-link.active {
  background-color: #F26522 !important;
}
[data-color=primary] .table tbody tr td a:hover {
  color: #F26522;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #4680FF;
  border-bottom: 2px solid #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=brightblue] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #4680FF;
}
[data-color=brightblue] .sidebar .nav-link.active {
  color: #4680FF;
}
[data-color=brightblue] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=brightblue] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #4680FF;
}
[data-color=brightblue] .btn-primary {
  background-color: #4680FF;
  border: 1px solid #4680FF;
}
[data-color=brightblue] .btn-primary:hover,
[data-color=brightblue] .btn-primary:focus,
[data-color=brightblue] .btn-primary.focus,
[data-color=brightblue] .btn-primary:active,
[data-color=brightblue] .btn-primary.active {
  background-color: rgb(34.3, 103.4924324324, 255);
  border: 1px solid rgb(34.3, 103.4924324324, 255);
}
[data-color=brightblue] .btn-check:checked + .btn,
[data-color=brightblue] .btn.active,
[data-color=brightblue] .btn.show,
[data-color=brightblue] .btn.show:hover,
[data-color=brightblue] .btn:first-child:active,
[data-color=brightblue] :not(.btn-check) + .btn:active {
  background-color: #4680FF;
  border-color: #4680FF;
}
[data-color=brightblue] .link-primary {
  color: #4680FF !important;
}
[data-color=brightblue] .link-primary:hover,
[data-color=brightblue] .link-primary:focus,
[data-color=brightblue] .link-primary:active {
  color: rgb(34.3, 103.4924324324, 255);
}
[data-color=brightblue] .text-primary {
  color: #4680FF !important;
}
[data-color=brightblue] .badge.badge-primary {
  background: #4680FF;
}
[data-color=brightblue] .dataTables_paginate .pagination li.active a.page-link {
  background: #4680FF;
  border-color: #4680FF;
}
[data-color=brightblue] .bg-primary {
  background-color: #4680FF !important;
  border: 1px solid #4680FF !important;
}
[data-color=brightblue] .border-bottom.border-primary {
  border-color: #4680FF !important;
}
[data-color=brightblue] .border-primary {
  border-color: #4680FF !important;
}
[data-color=brightblue] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=brightblue] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #4680FF;
  color: #4680FF;
}
[data-color=brightblue] .badge.badge-soft-primary {
  background: rgba(70, 128, 255, 0.1);
  color: #4680FF;
}
[data-color=brightblue] a:hover {
  color: #4680FF;
}
[data-color=brightblue] .btn-outline-primary {
  border: 1px solid #4680FF !important;
  color: #4680FF !important;
}
[data-color=brightblue] .btn-outline-primary:hover,
[data-color=brightblue] .btn-outline-primary:focus,
[data-color=brightblue] .btn-outline-primary.focus,
[data-color=brightblue] .btn-outline-primary:active,
[data-color=brightblue] .btn-outline-primary.active {
  background-color: #4680FF !important;
  border: 1px solid #4680FF !important;
}
[data-color=brightblue] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #4680FF;
}
[data-color=brightblue] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #4680FF;
}
[data-color=brightblue] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #4680FF;
  border-color: #4680FF;
}
[data-color=brightblue] .nav-tabs .nav-link:hover {
  color: #4680FF;
}
[data-color=brightblue] .form-check-input:checked {
  background-color: #4680FF;
  border-color: #4680FF;
}
[data-color=brightblue] .sidebar-contact .toggle-theme {
  background-color: #4680FF;
}
[data-color=brightblue] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #4680FF;
}
[data-color=brightblue] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=brightblue] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=brightblue] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=brightblue] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=brightblue] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #4680FF;
}
[data-color=brightblue] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=brightblue] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=brightblue] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=brightblue] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #4680FF;
}
[data-color=brightblue] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=brightblue] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=brightblue] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #4680FF;
}
[data-color=brightblue] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #4680FF;
}
[data-color=brightblue] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #4680FF;
}
[data-color=brightblue] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=brightblue] #chart-bar .c3-target-data2 .c3-bar,
[data-color=brightblue] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #4680FF !important;
}
[data-color=brightblue] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #4680FF !important;
}
[data-color=brightblue] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #4680FF;
}
[data-color=brightblue] .nav.tab-style-1 .nav-link.active {
  background-color: #4680FF !important;
}
[data-color=brightblue] .table tbody tr td a:hover {
  color: #4680FF;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #365E32;
  border-bottom: 2px solid #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=lunargreen] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #365E32;
}
[data-color=lunargreen] .sidebar .nav-link.active {
  color: #365E32;
}
[data-color=lunargreen] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=lunargreen] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #365E32;
}
[data-color=lunargreen] .btn-primary {
  background-color: #365E32;
  border: 1px solid #365E32;
}
[data-color=lunargreen] .btn-primary:hover,
[data-color=lunargreen] .btn-primary:focus,
[data-color=lunargreen] .btn-primary.focus,
[data-color=lunargreen] .btn-primary:active,
[data-color=lunargreen] .btn-primary.active {
  background-color: rgb(40.6125, 70.6958333333, 37.6041666667);
  border: 1px solid rgb(40.6125, 70.6958333333, 37.6041666667);
}
[data-color=lunargreen] .btn-check:checked + .btn,
[data-color=lunargreen] .btn.active,
[data-color=lunargreen] .btn.show,
[data-color=lunargreen] .btn.show:hover,
[data-color=lunargreen] .btn:first-child:active,
[data-color=lunargreen] :not(.btn-check) + .btn:active {
  background-color: #365E32;
  border-color: #365E32;
}
[data-color=lunargreen] .link-primary {
  color: #365E32 !important;
}
[data-color=lunargreen] .link-primary:hover,
[data-color=lunargreen] .link-primary:focus,
[data-color=lunargreen] .link-primary:active {
  color: rgb(40.6125, 70.6958333333, 37.6041666667);
}
[data-color=lunargreen] .text-primary {
  color: #365E32 !important;
}
[data-color=lunargreen] .badge.badge-primary {
  background: #365E32;
}
[data-color=lunargreen] .dataTables_paginate .pagination li.active a.page-link {
  background: #365E32;
  border-color: #365E32;
}
[data-color=lunargreen] .bg-primary {
  background-color: #365E32 !important;
  border: 1px solid #365E32 !important;
}
[data-color=lunargreen] .border-bottom.border-primary {
  border-color: #365E32 !important;
}
[data-color=lunargreen] .border-primary {
  border-color: #365E32 !important;
}
[data-color=lunargreen] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=lunargreen] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #365E32;
  color: #365E32;
}
[data-color=lunargreen] .badge.badge-soft-primary {
  background: rgba(54, 94, 50, 0.1);
  color: #365E32;
}
[data-color=lunargreen] a:hover {
  color: #365E32;
}
[data-color=lunargreen] .btn-outline-primary {
  border: 1px solid #365E32 !important;
  color: #365E32 !important;
}
[data-color=lunargreen] .btn-outline-primary:hover,
[data-color=lunargreen] .btn-outline-primary:focus,
[data-color=lunargreen] .btn-outline-primary.focus,
[data-color=lunargreen] .btn-outline-primary:active,
[data-color=lunargreen] .btn-outline-primary.active {
  background-color: #365E32 !important;
  border: 1px solid #365E32 !important;
}
[data-color=lunargreen] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #365E32;
}
[data-color=lunargreen] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #365E32;
}
[data-color=lunargreen] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #365E32;
  border-color: #365E32;
}
[data-color=lunargreen] .nav-tabs .nav-link:hover {
  color: #365E32;
}
[data-color=lunargreen] .form-check-input:checked {
  background-color: #365E32;
  border-color: #365E32;
}
[data-color=lunargreen] .sidebar-contact .toggle-theme {
  background-color: #365E32;
}
[data-color=lunargreen] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #365E32;
}
[data-color=lunargreen] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lunargreen] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lunargreen] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lunargreen] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lunargreen] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #365E32;
}
[data-color=lunargreen] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=lunargreen] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=lunargreen] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=lunargreen] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #365E32;
}
[data-color=lunargreen] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lunargreen] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lunargreen] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #365E32;
}
[data-color=lunargreen] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #365E32;
}
[data-color=lunargreen] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #365E32;
}
[data-color=lunargreen] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=lunargreen] #chart-bar .c3-target-data2 .c3-bar,
[data-color=lunargreen] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #365E32 !important;
}
[data-color=lunargreen] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #365E32 !important;
}
[data-color=lunargreen] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #365E32;
}
[data-color=lunargreen] .nav.tab-style-1 .nav-link.active {
  background-color: #365E32 !important;
}
[data-color=lunargreen] .table tbody tr td a:hover {
  color: #365E32;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=lavendar] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #673AB7;
}
[data-color=lavendar] .sidebar .nav-link.active {
  color: #673AB7;
}
[data-color=lavendar] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=lavendar] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #673AB7;
}
[data-color=lavendar] .btn-primary {
  background-color: #673AB7;
  border: 1px solid #673AB7;
}
[data-color=lavendar] .btn-primary:hover,
[data-color=lavendar] .btn-primary:focus,
[data-color=lavendar] .btn-primary.focus,
[data-color=lavendar] .btn-primary:active,
[data-color=lavendar] .btn-primary.active {
  background-color: rgb(87.7423236515, 49.4082987552, 155.8917012448);
  border: 1px solid rgb(87.7423236515, 49.4082987552, 155.8917012448);
}
[data-color=lavendar] .btn-check:checked + .btn,
[data-color=lavendar] .btn.active,
[data-color=lavendar] .btn.show,
[data-color=lavendar] .btn.show:hover,
[data-color=lavendar] .btn:first-child:active,
[data-color=lavendar] :not(.btn-check) + .btn:active {
  background-color: #673AB7;
  border-color: #673AB7;
}
[data-color=lavendar] .link-primary {
  color: #673AB7 !important;
}
[data-color=lavendar] .link-primary:hover,
[data-color=lavendar] .link-primary:focus,
[data-color=lavendar] .link-primary:active {
  color: rgb(87.7423236515, 49.4082987552, 155.8917012448);
}
[data-color=lavendar] .text-primary {
  color: #673AB7 !important;
}
[data-color=lavendar] .badge.badge-primary {
  background: #673AB7;
}
[data-color=lavendar] .dataTables_paginate .pagination li.active a.page-link {
  background: #673AB7;
  border-color: #673AB7;
}
[data-color=lavendar] .bg-primary {
  background-color: #673AB7 !important;
  border: 1px solid #673AB7 !important;
}
[data-color=lavendar] .border-bottom.border-primary {
  border-color: #673AB7 !important;
}
[data-color=lavendar] .border-primary {
  border-color: #673AB7 !important;
}
[data-color=lavendar] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=lavendar] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #673AB7;
  color: #673AB7;
}
[data-color=lavendar] .badge.badge-soft-primary {
  background: rgba(103, 58, 183, 0.1);
  color: #673AB7;
}
[data-color=lavendar] a:hover {
  color: #673AB7;
}
[data-color=lavendar] .btn-outline-primary {
  border: 1px solid #673AB7 !important;
  color: #673AB7 !important;
}
[data-color=lavendar] .btn-outline-primary:hover,
[data-color=lavendar] .btn-outline-primary:focus,
[data-color=lavendar] .btn-outline-primary.focus,
[data-color=lavendar] .btn-outline-primary:active,
[data-color=lavendar] .btn-outline-primary.active {
  background-color: #673AB7 !important;
  border: 1px solid #673AB7 !important;
}
[data-color=lavendar] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #673AB7;
}
[data-color=lavendar] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #673AB7;
}
[data-color=lavendar] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #673AB7;
  border-color: #673AB7;
}
[data-color=lavendar] .nav-tabs .nav-link:hover {
  color: #673AB7;
}
[data-color=lavendar] .form-check-input:checked {
  background-color: #673AB7;
  border-color: #673AB7;
}
[data-color=lavendar] .sidebar-contact .toggle-theme {
  background-color: #673AB7;
}
[data-color=lavendar] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #673AB7;
}
[data-color=lavendar] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavendar] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavendar] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavendar] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavendar] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #673AB7;
}
[data-color=lavendar] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=lavendar] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=lavendar] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=lavendar] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #673AB7;
}
[data-color=lavendar] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lavendar] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lavendar] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #673AB7;
}
[data-color=lavendar] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #673AB7;
}
[data-color=lavendar] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #673AB7;
}
[data-color=lavendar] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=lavendar] #chart-bar .c3-target-data2 .c3-bar,
[data-color=lavendar] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #673AB7 !important;
}
[data-color=lavendar] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #673AB7 !important;
}
[data-color=lavendar] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #673AB7;
}
[data-color=lavendar] .nav.tab-style-1 .nav-link.active {
  background-color: #673AB7 !important;
}
[data-color=lavendar] .table tbody tr td a:hover {
  color: #673AB7;
}
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #E83E8C;
  border-bottom: 2px solid #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=magenta] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #E83E8C;
}
[data-color=magenta] .sidebar .nav-link.active {
  color: #E83E8C;
}
[data-color=magenta] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=magenta] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #E83E8C;
}
[data-color=magenta] .btn-primary {
  background-color: #E83E8C;
  border: 1px solid #E83E8C;
}
[data-color=magenta] .btn-primary:hover,
[data-color=magenta] .btn-primary:focus,
[data-color=magenta] .btn-primary.focus,
[data-color=magenta] .btn-primary:active,
[data-color=magenta] .btn-primary.active {
  background-color: rgb(228.1986111111, 30.1013888889, 120.9930555556);
  border: 1px solid rgb(228.1986111111, 30.1013888889, 120.9930555556);
}
[data-color=magenta] .btn-check:checked + .btn,
[data-color=magenta] .btn.active,
[data-color=magenta] .btn.show,
[data-color=magenta] .btn.show:hover,
[data-color=magenta] .btn:first-child:active,
[data-color=magenta] :not(.btn-check) + .btn:active {
  background-color: #E83E8C;
  border-color: #E83E8C;
}
[data-color=magenta] .link-primary {
  color: #E83E8C !important;
}
[data-color=magenta] .link-primary:hover,
[data-color=magenta] .link-primary:focus,
[data-color=magenta] .link-primary:active {
  color: rgb(228.1986111111, 30.1013888889, 120.9930555556);
}
[data-color=magenta] .text-primary {
  color: #E83E8C !important;
}
[data-color=magenta] .badge.badge-primary {
  background: #E83E8C;
}
[data-color=magenta] .dataTables_paginate .pagination li.active a.page-link {
  background: #E83E8C;
  border-color: #E83E8C;
}
[data-color=magenta] .bg-primary {
  background-color: #E83E8C !important;
  border: 1px solid #E83E8C !important;
}
[data-color=magenta] .border-bottom.border-primary {
  border-color: #E83E8C !important;
}
[data-color=magenta] .border-primary {
  border-color: #E83E8C !important;
}
[data-color=magenta] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=magenta] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #E83E8C;
  color: #E83E8C;
}
[data-color=magenta] .badge.badge-soft-primary {
  background: rgba(232, 62, 140, 0.1);
  color: #E83E8C;
}
[data-color=magenta] a:hover {
  color: #E83E8C;
}
[data-color=magenta] .btn-outline-primary {
  border: 1px solid #E83E8C !important;
  color: #E83E8C !important;
}
[data-color=magenta] .btn-outline-primary:hover,
[data-color=magenta] .btn-outline-primary:focus,
[data-color=magenta] .btn-outline-primary.focus,
[data-color=magenta] .btn-outline-primary:active,
[data-color=magenta] .btn-outline-primary.active {
  background-color: #E83E8C !important;
  border: 1px solid #E83E8C !important;
}
[data-color=magenta] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #E83E8C;
}
[data-color=magenta] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #E83E8C;
}
[data-color=magenta] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #E83E8C;
  border-color: #E83E8C;
}
[data-color=magenta] .nav-tabs .nav-link:hover {
  color: #E83E8C;
}
[data-color=magenta] .form-check-input:checked {
  background-color: #E83E8C;
  border-color: #E83E8C;
}
[data-color=magenta] .sidebar-contact .toggle-theme {
  background-color: #E83E8C;
}
[data-color=magenta] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #E83E8C;
}
[data-color=magenta] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=magenta] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=magenta] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=magenta] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=magenta] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #E83E8C;
}
[data-color=magenta] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=magenta] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=magenta] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=magenta] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #E83E8C;
}
[data-color=magenta] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=magenta] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=magenta] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #E83E8C;
}
[data-color=magenta] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #E83E8C;
}
[data-color=magenta] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #E83E8C;
}
[data-color=magenta] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=magenta] #chart-bar .c3-target-data2 .c3-bar,
[data-color=magenta] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #E83E8C !important;
}
[data-color=magenta] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #E83E8C !important;
}
[data-color=magenta] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #E83E8C;
}
[data-color=magenta] .nav.tab-style-1 .nav-link.active {
  background-color: #E83E8C !important;
}
[data-color=magenta] .table tbody tr td a:hover {
  color: #E83E8C;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #FF9B04;
  border-bottom: 2px solid #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=chromeyellow] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar .nav-link.active {
  color: #FF9B04;
}
[data-color=chromeyellow] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=chromeyellow] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #FF9B04;
}
[data-color=chromeyellow] .btn-primary {
  background-color: #FF9B04;
  border: 1px solid #FF9B04;
}
[data-color=chromeyellow] .btn-primary:hover,
[data-color=chromeyellow] .btn-primary:focus,
[data-color=chromeyellow] .btn-primary.focus,
[data-color=chromeyellow] .btn-primary:active,
[data-color=chromeyellow] .btn-primary.active {
  background-color: rgb(223.3, 134.3358565737, 0);
  border: 1px solid rgb(223.3, 134.3358565737, 0);
}
[data-color=chromeyellow] .btn-check:checked + .btn,
[data-color=chromeyellow] .btn.active,
[data-color=chromeyellow] .btn.show,
[data-color=chromeyellow] .btn.show:hover,
[data-color=chromeyellow] .btn:first-child:active,
[data-color=chromeyellow] :not(.btn-check) + .btn:active {
  background-color: #FF9B04;
  border-color: #FF9B04;
}
[data-color=chromeyellow] .link-primary {
  color: #FF9B04 !important;
}
[data-color=chromeyellow] .link-primary:hover,
[data-color=chromeyellow] .link-primary:focus,
[data-color=chromeyellow] .link-primary:active {
  color: rgb(223.3, 134.3358565737, 0);
}
[data-color=chromeyellow] .text-primary {
  color: #FF9B04 !important;
}
[data-color=chromeyellow] .badge.badge-primary {
  background: #FF9B04;
}
[data-color=chromeyellow] .dataTables_paginate .pagination li.active a.page-link {
  background: #FF9B04;
  border-color: #FF9B04;
}
[data-color=chromeyellow] .bg-primary {
  background-color: #FF9B04 !important;
  border: 1px solid #FF9B04 !important;
}
[data-color=chromeyellow] .border-bottom.border-primary {
  border-color: #FF9B04 !important;
}
[data-color=chromeyellow] .border-primary {
  border-color: #FF9B04 !important;
}
[data-color=chromeyellow] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=chromeyellow] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #FF9B04;
  color: #FF9B04;
}
[data-color=chromeyellow] .badge.badge-soft-primary {
  background: rgba(255, 155, 4, 0.1);
  color: #FF9B04;
}
[data-color=chromeyellow] a:hover {
  color: #FF9B04;
}
[data-color=chromeyellow] .btn-outline-primary {
  border: 1px solid #FF9B04 !important;
  color: #FF9B04 !important;
}
[data-color=chromeyellow] .btn-outline-primary:hover,
[data-color=chromeyellow] .btn-outline-primary:focus,
[data-color=chromeyellow] .btn-outline-primary.focus,
[data-color=chromeyellow] .btn-outline-primary:active,
[data-color=chromeyellow] .btn-outline-primary.active {
  background-color: #FF9B04 !important;
  border: 1px solid #FF9B04 !important;
}
[data-color=chromeyellow] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #FF9B04;
}
[data-color=chromeyellow] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #FF9B04;
}
[data-color=chromeyellow] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #FF9B04;
  border-color: #FF9B04;
}
[data-color=chromeyellow] .nav-tabs .nav-link:hover {
  color: #FF9B04;
}
[data-color=chromeyellow] .form-check-input:checked {
  background-color: #FF9B04;
  border-color: #FF9B04;
}
[data-color=chromeyellow] .sidebar-contact .toggle-theme {
  background-color: #FF9B04;
}
[data-color=chromeyellow] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #FF9B04;
}
[data-color=chromeyellow] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=chromeyellow] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=chromeyellow] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=chromeyellow] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=chromeyellow] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #FF9B04;
}
[data-color=chromeyellow] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=chromeyellow] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=chromeyellow] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=chromeyellow] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #FF9B04;
}
[data-color=chromeyellow] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=chromeyellow] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=chromeyellow] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #FF9B04;
}
[data-color=chromeyellow] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #FF9B04;
}
[data-color=chromeyellow] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #FF9B04;
}
[data-color=chromeyellow] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=chromeyellow] #chart-bar .c3-target-data2 .c3-bar,
[data-color=chromeyellow] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #FF9B04 !important;
}
[data-color=chromeyellow] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #FF9B04 !important;
}
[data-color=chromeyellow] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #FF9B04;
}
[data-color=chromeyellow] .nav.tab-style-1 .nav-link.active {
  background-color: #FF9B04 !important;
}
[data-color=chromeyellow] .table tbody tr td a:hover {
  color: #FF9B04;
}
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #DC2626;
  border-bottom: 2px solid #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #DC2626;
}
[data-color=lavared] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=lavared] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: #DC2626;
}
[data-color=lavared] .sidebar .nav-link.active {
  color: #DC2626;
}
[data-color=lavared] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=lavared] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #DC2626;
}
[data-color=lavared] .btn-primary {
  background-color: #DC2626;
  border: 1px solid #DC2626;
}
[data-color=lavared] .btn-primary:hover,
[data-color=lavared] .btn-primary:focus,
[data-color=lavared] .btn-primary.focus,
[data-color=lavared] .btn-primary:active,
[data-color=lavared] .btn-primary.active {
  background-color: rgb(191.425, 30.875, 30.875);
  border: 1px solid rgb(191.425, 30.875, 30.875);
}
[data-color=lavared] .btn-check:checked + .btn,
[data-color=lavared] .btn.active,
[data-color=lavared] .btn.show,
[data-color=lavared] .btn.show:hover,
[data-color=lavared] .btn:first-child:active,
[data-color=lavared] :not(.btn-check) + .btn:active {
  background-color: #DC2626;
  border-color: #DC2626;
}
[data-color=lavared] .link-primary {
  color: #DC2626 !important;
}
[data-color=lavared] .link-primary:hover,
[data-color=lavared] .link-primary:focus,
[data-color=lavared] .link-primary:active {
  color: rgb(191.425, 30.875, 30.875);
}
[data-color=lavared] .text-primary {
  color: #DC2626 !important;
}
[data-color=lavared] .badge.badge-primary {
  background: #DC2626;
}
[data-color=lavared] .dataTables_paginate .pagination li.active a.page-link {
  background: #DC2626;
  border-color: #DC2626;
}
[data-color=lavared] .bg-primary {
  background-color: #DC2626 !important;
  border: 1px solid #DC2626 !important;
}
[data-color=lavared] .border-bottom.border-primary {
  border-color: #DC2626 !important;
}
[data-color=lavared] .border-primary {
  border-color: #DC2626 !important;
}
[data-color=lavared] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=lavared] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #DC2626;
  color: #DC2626;
}
[data-color=lavared] .badge.badge-soft-primary {
  background: rgba(220, 38, 38, 0.1);
  color: #DC2626;
}
[data-color=lavared] a:hover {
  color: #DC2626;
}
[data-color=lavared] .btn-outline-primary {
  border: 1px solid #DC2626 !important;
  color: #DC2626 !important;
}
[data-color=lavared] .btn-outline-primary:hover,
[data-color=lavared] .btn-outline-primary:focus,
[data-color=lavared] .btn-outline-primary.focus,
[data-color=lavared] .btn-outline-primary:active,
[data-color=lavared] .btn-outline-primary.active {
  background-color: #DC2626 !important;
  border: 1px solid #DC2626 !important;
}
[data-color=lavared] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #DC2626;
}
[data-color=lavared] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #DC2626;
}
[data-color=lavared] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #DC2626;
  border-color: #DC2626;
}
[data-color=lavared] .nav-tabs .nav-link:hover {
  color: #DC2626;
}
[data-color=lavared] .form-check-input:checked {
  background-color: #DC2626;
  border-color: #DC2626;
}
[data-color=lavared] .sidebar-contact .toggle-theme {
  background-color: #DC2626;
}
[data-color=lavared] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: #DC2626;
}
[data-color=lavared] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavared] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavared] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavared] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=lavared] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: #DC2626;
}
[data-color=lavared] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=lavared] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=lavared] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=lavared] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: #DC2626;
}
[data-color=lavared] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lavared] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=lavared] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: #DC2626;
}
[data-color=lavared] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: #DC2626;
}
[data-color=lavared] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: #DC2626;
}
[data-color=lavared] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=lavared] #chart-bar .c3-target-data2 .c3-bar,
[data-color=lavared] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: #DC2626 !important;
}
[data-color=lavared] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: #DC2626 !important;
}
[data-color=lavared] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: #DC2626;
}
[data-color=lavared] .nav.tab-style-1 .nav-link.active {
  background-color: #DC2626 !important;
}
[data-color=lavared] .table tbody tr td a:hover {
  color: #DC2626;
}
[data-color=all] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul > li ul li.active a span,
[data-color=all] .sidebar .sidebar-menu > ul > li ul li.active a i {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid rgba(var(--primary-rgb-picr), 1);
  border-bottom: 2px solid rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-color=all] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar .nav-link.active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-color=all] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .btn-primary {
  background-color: rgba(var(--primary-rgb-picr), 1);
  border: 1px solid rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .btn-primary:hover,
[data-color=all] .btn-primary:focus,
[data-color=all] .btn-primary.focus,
[data-color=all] .btn-primary:active,
[data-color=all] .btn-primary.active {
  background-color: rgba(var(--primary-rgb-picr), 2);
  border: 1px solid rgba(var(--primary-rgb-picr), 2);
}
[data-color=all] .btn-check:checked + .btn,
[data-color=all] .btn.active,
[data-color=all] .btn.show,
[data-color=all] .btn.show:hover,
[data-color=all] .btn:first-child:active,
[data-color=all] :not(.btn-check) + .btn:active {
  background-color: rgba(var(--primary-rgb-picr), 1);
  border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .link-primary {
  color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .link-primary:hover,
[data-color=all] .link-primary:focus,
[data-color=all] .link-primary:active {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .text-primary {
  color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .badge.badge-primary {
  background: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .dataTables_paginate .pagination li.active a.page-link {
  background: rgba(var(--primary-rgb-picr), 1);
  border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .bg-primary {
  background-color: rgba(var(--primary-rgb-picr), 1) !important;
  border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .border-bottom.border-primary {
  border-color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .border-primary {
  border-color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .nav-tabs.nav-tabs-bottom li a.active,
[data-color=all] .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: rgba(var(--primary-rgb-picr), 1);
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .badge.badge-soft-primary {
  background: rgba(var(--primary-rgb-picr), 0.1);
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] a:hover {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .btn-outline-primary {
  border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
  color: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .btn-outline-primary:hover,
[data-color=all] .btn-outline-primary:focus,
[data-color=all] .btn-outline-primary.focus,
[data-color=all] .btn-outline-primary:active,
[data-color=all] .btn-outline-primary.active {
  background-color: rgba(var(--primary-rgb-picr), 1) !important;
  border: 1px solid rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: rgba(var(--primary-rgb-picr), 1);
  border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .nav-tabs .nav-link:hover {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .form-check-input:checked {
  background-color: rgba(var(--primary-rgb-picr), 1);
  border-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .sidebar-contact .toggle-theme {
  background-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .header .header-user .user-menu .profile-dropdown .dropdown-item:hover {
  color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #sales-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=all] #revenue-income .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=all] #leads_stage .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=all] #s-col .apexcharts-bar-series .apexcharts-series:nth-child(1) path,
[data-color=all] #s-col-stacked .apexcharts-bar-series .apexcharts-series:nth-child(1) path {
  fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #deals_stage .apexcharts-bar-series .apexcharts-series path,
[data-color=all] #emp-department .apexcharts-bar-series .apexcharts-series path,
[data-color=all] #s-bar .apexcharts-bar-series .apexcharts-series path,
[data-color=all] #mixed-chart .apexcharts-bar-series .apexcharts-series path {
  fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #mixed-chart .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=all] #s-col-stacked .apexcharts-legend-series:first-child .apexcharts-legend-marker,
[data-color=all] #s-col .apexcharts-legend-series:first-child .apexcharts-legend-marker {
  fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #s-line .apexcharts-line-series .apexcharts-series path {
  stroke: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #s-line .apexcharts-line-series .apexcharts-marker {
  fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] #chart-bar-stacked .c3-target-data2 .c3-bar,
[data-color=all] #chart-bar .c3-target-data2 .c3-bar,
[data-color=all] #chart-bar-rotated .c3-target-data2 .c3-bar {
  fill: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] #chart-spline-rotated .c3-target-data2 .c3-line {
  stroke: rgba(var(--primary-rgb-picr), 1) !important;
}
[data-color=all] #chart-spline-rotated .c3-target-data2 .c3-circle {
  fill: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .nav.tab-style-1 .nav-link.active {
  background-color: rgba(var(--primary-rgb-picr), 1);
}
[data-color=all] .table tbody tr td a:hover {
  color: rgba(var(--primary-rgb-picr), 1);
}
body.layout-mode-rtl {
  direction: rtl;
}
body.layout-mode-rtl .slide-nav .sidebar {
  margin-right: 0;
}
body.layout-mode-rtl .sidebar {
  right: 0;
  left: unset;
  border-right: 0;
  border-left: 1px solid #E5E7EB;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu ul::before {
  right: 14px;
  left: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu > ul li a {
  padding: 8px 32px 8px 8px;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu > ul li a::before {
  right: 13px;
  left: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li ul li a span {
  margin-right: 10px;
  margin-left: 0;
}
body.layout-mode-rtl .sidebar .sidebar-menu .menu-arrow {
  left: 10px;
  right: unset;
}
body.layout-mode-rtl .sidebar .sidebar-menu > ul > li .submenu-hdr::after {
  margin-right: 8px;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  body.layout-mode-rtl .sidebar {
    margin-right: -575px;
  }
}
body.layout-mode-rtl .header-left {
  float: right;
  border-right: 0;
  border-left: 1px solid #E5E7EB;
}
body.layout-mode-rtl .page-wrapper {
  margin-right: 252px;
  margin-left: 0;
}
body.layout-mode-rtl .mini-sidebar .page-wrapper {
  margin-right: 80px;
}
@media (min-width: 992px) {
  body.layout-mode-rtl .header {
    right: 252px;
    left: 0;
  }
}
body.layout-mode-rtl .header .input-group input {
  border-right: 1px solid #E5E7EB !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-left: 0 !important;
  padding: 0.5rem 1.875rem 0.5rem 0.625rem;
}
body.layout-mode-rtl .header .input-group .input-group-text {
  border-right: 0;
  border-radius: 5px !important;
  border-left: 1px solid #E5E7EB;
}
body.layout-mode-rtl .header .input-group .input-group-text:last-child {
  padding-left: 10px;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  body.layout-mode-rtl .header .mobile_btn {
    right: 0;
    left: unset;
  }
}
body.layout-mode-rtl .header .mobile-user-menu {
  left: 0;
  right: auto;
  text-align: left;
}
body.layout-mode-rtl .input-icon-addon {
  right: 0;
  left: unset;
}
body.layout-mode-rtl .mini-sidebar .header {
  right: 72px;
  left: 0;
}
body.layout-mode-rtl .mini-sidebar.expand-menu .header {
  right: 252px;
  left: 0;
}
body.layout-mode-rtl .input-icon .form-control {
  padding-left: 0;
  padding-right: 30px;
}
body.layout-mode-rtl .nav-list::before {
  left: 0;
  right: unset;
}
[data-loader=enable] #global-loader {
  opacity: 1;
}
[data-loader=disable] #global-loader {
  opacity: 0;
  display: none !important;
}
[data-theme=dark] .bg-white {
  background-color: #0D0D0D;
}
[data-theme=dark] body {
  background: #131313;
}
[data-theme=dark] .header {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .header .header-left .logo {
  display: none;
}
[data-theme=dark] .header .header-left .dark-logo {
  display: block;
}
[data-theme=dark] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-theme=dark] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark] .header .header-user .user-menu .btn-menubar.active {
  background-color: #212324;
  border-color: #212324;
  color: #D8DFEE;
}
[data-theme=dark] .header .header-user .user-menu .profile-dropdown .avatar img {
  border-color: #171717;
}
[data-theme=dark] .header .input-group input {
  border-color: #1F2228 !important;
}
[data-theme=dark] .head-icons a {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .head-icons a:hover {
  background: #F26522;
}
[data-theme=dark] .sidebar {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .sidebar .sidebar-logo .logo {
  display: none;
}
[data-theme=dark] .sidebar .sidebar-logo .dark-logo {
  display: block;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > a:hover span,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > a:hover i {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: #212324;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li > a:hover i,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li > a:hover span {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop {
  background: #212324;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover span,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover i,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active span,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active i,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop span,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop i {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a:hover .menu-arrow::before,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.active .menu-arrow::before,
[data-theme=dark] .sidebar .sidebar-menu > ul > li > ul > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li.active a {
  color: #FFF;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li > a span {
  color: #4B5563;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul li a {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul li a i {
  color: #6B7280;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul li a span {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul li a.active {
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul > li.active a {
  background: #212324;
  color: #FFF;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #F26522;
  border-bottom: 2px solid #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  background: #100601;
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop i {
  color: #0D0D0D;
  background: #0D0D0D;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul > li .submenu ul::before {
  background: #171717;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li.menu-title {
  color: #9CA3AF;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > ul li a {
  color: #6B7280;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  background: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > a.subdrop {
  background: #212324;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > a.subdrop i {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > a.active {
  background: #212324;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu > a.active i {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.subdrop,
[data-theme=dark] .sidebar .sidebar-menu > ul li .submenu.submenu-two a.active {
  background: transparent;
  color: #F26522;
}
[data-theme=dark] .sidebar .sidebar-menu .menu-arrow::before {
  border-right: 2px solid #D8DFEE;
  border-bottom: 2px solid #D8DFEE;
}
[data-theme=dark] .sidebar .nav-link {
  color: #374151;
}
[data-theme=dark] .sidebar .btn-menubar {
  border: 1px solid #171717;
  color: #6B7280;
}
[data-theme=dark] .sidebar .btn-menubar:hover,
[data-theme=dark] .sidebar .btn-menubar:active,
[data-theme=dark] .sidebar .btn-menubar.active {
  background-color: #212324;
  border-color: #212324;
  color: #D8DFEE;
}
[data-theme=dark] .sidebar .input-group input {
  border-color: #1F2228 !important;
}
[data-theme=dark] .mini-sidebar .sidebar .sidebar-logo .dark-logo {
  display: none;
}
[data-theme=dark] .mini-sidebar.expand-menu .sidebar .sidebar-logo .dark-logo {
  display: block;
}
[data-theme=dark] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo-small,
[data-theme=dark] .mini-sidebar.expand-menu .sidebar .sidebar-logo .logo {
  display: none;
}
[data-theme=dark] .form-control {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .input-group-text {
  background-color: #0D0D0D;
  border-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .sidebar-stacked .stacked-mini {
  border-right: 1px solid #171717;
  background-color: #0B0F14;
}
[data-theme=dark] .sidebar-stacked.sidebar {
  background-color: transparent;
}
[data-theme=dark] .sidebar-stacked.sidebar .nav-link {
  border: 1px solid #171717;
  color: #D8DFEE;
}
[data-theme=dark] .sidebar-stacked.sidebar .nav-link.active,
[data-theme=dark] .sidebar-stacked.sidebar .nav-link:hover {
  background: #131313;
  color: #D8DFEE;
}
[data-theme=dark] .sidebar-stacked.sidebar .nav-link p {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right {
  background: #0D0D0D;
  border-right: 1px solid #1F2228;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right .logo {
  text-align: center;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right .stack-submenu {
  background: #0D0D0D;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li a {
  color: #6B7280;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li a.subdrop {
  background: #212324;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li a.subdrop i {
  color: #374151;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li a.active {
  background: #212324;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li a.active i {
  color: #374151;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li.active a {
  background: #212324;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #212324;
  color: #6B7280 !important;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #F26522;
}
[data-theme=dark] .sidebar-stacked.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #212324;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a {
  color: #D8DFEE;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a:hover {
  background-color: #212324;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a {
  color: #6B7280;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a:hover,
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a.active {
  background-color: #212324;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu ul li a .menu-arrow::before {
  border-color: #6B7280;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul ul {
  background-color: #0D0D0D;
}
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.active,
[data-theme=dark] .sidebar-horizontal.sidebar .sidebar-menu ul li.submenu > a.subdrop {
  background-color: #212324;
}
[data-theme=dark] .menu-horizontal .header .header-left .logo {
  display: none;
}
[data-theme=dark] .menu-horizontal .header .header-left .dark-logo {
  display: block;
}
[data-theme=dark] .sidebar-twocol .twocol-mini {
  border-right: 1px solid #1F2228;
  background-color: #0D0D0D;
}
[data-theme=dark] .sidebar-twocol.sidebar {
  background-color: transparent;
}
[data-theme=dark] .sidebar-twocol.sidebar .nav-link {
  color: #374151;
}
[data-theme=dark] .sidebar-twocol.sidebar .nav-link.active,
[data-theme=dark] .sidebar-twocol.sidebar .nav-link:hover {
  background: #131313;
  color: #374151;
}
[data-theme=dark] .sidebar-twocol.sidebar .nav-link::before {
  background: #03C95A;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right {
  background: #0D0D0D;
  border-right: 1px solid #1F2228;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .dark-logo {
  display: block;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right .sidebar-logo .logo {
  display: none;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li.menu-title {
  color: #9CA3AF;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #6B7280;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop {
  background: #212324;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop i {
  color: #374151;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.subdrop:hover {
  color: #6B7280 !important;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  background: #212324;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li a.active i {
  color: #374151;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li.active a {
  background: #212324;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li.submenu > a:hover {
  background: #212324;
  color: #6B7280 !important;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a:hover,
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right ul li.submenu ul > li > a.active {
  color: #F26522;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right .tab-pane > ul > li > a:hover {
  background: #212324;
}
[data-theme=dark] .sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}
[data-theme=dark] .sidebar-nav {
  background: #131313;
}
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
  color: #D8DFEE;
}
[data-theme=dark] .bg-light {
  background-color: #131313 !important;
  border-color: #131313 !important;
}
[data-theme=dark] a {
  color: #D8DFEE;
}
[data-theme=dark] kbd {
  background-color: #212324;
  color: #6B7280;
}
[data-theme=dark] .input-group-flat:focus-within .form-control,
[data-theme=dark] .input-group-flat:focus-within .input-group-text {
  border-color: #1F2228 !important;
}
[data-theme=dark] .card {
  background-color: #0D0D0D;
  border: 1px solid #1F2228;
}
[data-theme=dark] .card .card-title {
  color: #D8DFEE;
}
[data-theme=dark] .card .card-header {
  border-color: #1F2228;
}
[data-theme=dark] .card .card-footer {
  border-color: #1F2228;
}
[data-theme=dark] .alert-light {
  background-color: #131313;
  color: #6B7280;
  border-color: #131313;
}
[data-theme=dark] .alert-light .alert-link {
  color: #6B7280;
}
[data-theme=dark] .alert-light .btn-close {
  color: #6B7280;
}
[data-theme=dark] .alert-light .btn-close.custom-close {
  background-color: #131313;
  color: #FFF;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  padding: 0.85rem;
}
[data-theme=dark] .custom-alert1 {
  background-color: #0D0D0D;
}
[data-theme=dark] .alert-primary.custom-alert-icon,
[data-theme=dark] .alert-secondary.custom-alert-icon,
[data-theme=dark] .alert-warning.custom-alert-icon,
[data-theme=dark] .alert-danger.custom-alert-icon {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header {
  left: 0;
  background-color: #0D0D0D;
  border-color: rgb(15.295, 15.295, 15.295);
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover {
  background: #212324;
  color: #6B7280;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left {
  display: block;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left .logo,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left .logo {
  display: none;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .header .header-left .dark-logo,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .header .header-left .dark-logo {
  display: block;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .mode-toggle,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .mode-toggle {
  color: #6B7280;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar {
  background-color: #0D0D0D;
  border-bottom: 1px solid rgb(15.295, 15.295, 15.295);
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a {
  color: #D8DFEE;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop {
  background-color: #212324;
  color: #D8DFEE;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.active .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a:hover .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a.subdrop .menu-arrow::before {
  border-color: #D8DFEE;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu > li.submenu > a .menu-arrow::before {
  border-color: #D8DFEE;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .sidebar-horizontal.sidebar .sidebar-menu .nav-menu .menu-arrow::before {
  border-color: #D8DFEE;
}
[data-theme=dark][data-layout=horizontal-overlay][data-topbarcolor=white] .main-wrapper::before,
[data-theme=dark][data-layout=horizontal-sidemenu][data-topbarcolor=white] .main-wrapper::before {
  content: "";
  background: #0D0D0D;
}
[data-theme=dark] .page-wrapper::before {
  background: #0D0D0D;
}
[data-theme=dark] .accordion-button {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion-button:after {
  content: "\f078";
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion-body {
  color: #677788;
}
[data-theme=dark] .accordion-item {
  color: #6B7280;
  background-color: #0D0D0D;
  border-color: #181818;
}
[data-theme=dark] .accordion.accordion-primary .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion.accordion-primary .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-secondary .accordion-button.collapsed::after {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion.accordion-solid-primary .accordion-button,
[data-theme=dark] .accordion.accordion-solid-secondary .accordion-button,
[data-theme=dark] .accordion.accordion-solid-warning .accordion-button,
[data-theme=dark] .accordion.accordion-solid-info .accordion-button,
[data-theme=dark] .accordion.accordion-solid-success .accordion-button,
[data-theme=dark] .accordion.accordion-solid-danger .accordion-button {
  color: #0D0D0D;
}
[data-theme=dark] .accordion.accordion-solid-primary .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-solid-secondary .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-solid-warning .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-solid-info .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-solid-success .accordion-button.collapsed,
[data-theme=dark] .accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion.accordion-solid-primary .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-solid-secondary .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-solid-warning .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-solid-info .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-solid-success .accordion-button.collapsed::after,
[data-theme=dark] .accordion.accordion-solid-danger .accordion-button.collapsed::after {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .accordion.accordion-border-primary .accordion-button,
[data-theme=dark] .accordion.accordion-border-secondary .accordion-button,
[data-theme=dark] .accordion.accordion-border-warning .accordion-button,
[data-theme=dark] .accordion.accordion-border-info .accordion-button,
[data-theme=dark] .accordion.accordion-border-success .accordion-button,
[data-theme=dark] .accordion.accordion-border-danger .accordion-button {
  background-color: #0D0D0D;
}
[data-theme=dark] .accordion.accordion-border-primary .accordion-button::after,
[data-theme=dark] .accordion.accordion-border-secondary .accordion-button::after,
[data-theme=dark] .accordion.accordion-border-warning .accordion-button::after,
[data-theme=dark] .accordion.accordion-border-info .accordion-button::after,
[data-theme=dark] .accordion.accordion-border-success .accordion-button::after,
[data-theme=dark] .accordion.accordion-border-danger .accordion-button::after {
  background-color: #0D0D0D;
}
[data-theme=dark] .bg-outline-primary,
[data-theme=dark] .bg-outline-secondary,
[data-theme=dark] .bg-outline-success,
[data-theme=dark] .bg-outline-danger,
[data-theme=dark] .bg-outline-warning,
[data-theme=dark] .bg-outline-info,
[data-theme=dark] .bg-outline-light,
[data-theme=dark] .bg-outline-light {
  background-color: #0D0D0D;
}
[data-theme=dark] .bg-outline-light {
  border: 1px solid #131313 !important;
  color: #D8DFEE !important;
}
[data-theme=dark] .border-container {
  background-color: #131313;
}
[data-theme=dark] .border {
  border-color: #1F2228 !important;
}
[data-theme=dark] .border.border-primary {
  border: 1px solid #F26522 !important;
}
[data-theme=dark] .border.border-secondary {
  border: 1px solid #3B7080 !important;
}
[data-theme=dark] .border.border-success {
  border: 1px solid #03C95A !important;
}
[data-theme=dark] .border.border-warning {
  border: 1px solid #FFC107 !important;
}
[data-theme=dark] .border.border-danger {
  border: 1px solid #E70D0D !important;
}
[data-theme=dark] .border.border-info {
  border: 1px solid #1B84FF !important;
}
[data-theme=dark] .border.border-light {
  border: 1px solid #131313 !important;
}
[data-theme=dark] .border.border-white {
  border: 1px solid #0D0D0D !important;
}
[data-theme=dark] .border-top {
  border-top: 1px solid #1F2228 !important;
}
[data-theme=dark] .border-end {
  border-inline-end: 1px solid #1F2228 !important;
}
[data-theme=dark] .border-bottom {
  border-bottom: 1px solid #1F2228 !important;
}
[data-theme=dark] .border-start {
  border-inline-start: 1px solid #1F2228 !important;
}
[data-theme=dark] .list-group-item {
  background-color: #0D0D0D;
  border-color: #181818 !important;
}
[data-theme=dark] .toast {
  background-color: #0D0D0D;
}
[data-theme=dark] .avatar.online:before,
[data-theme=dark] .avatar.offline:before {
  border-color: #0D0D0D !important;
}
[data-theme=dark] .swal2-popup {
  background-color: #0D0D0D;
}
[data-theme=dark] .progress,
[data-theme=dark] .progress-stacked {
  background-color: #181818;
}
[data-theme=dark] .popover {
  background-color: #0D0D0D;
  border: 1px solid #1F2228;
  box-shadow: none;
}
[data-theme=dark] .popover .popover-header {
  background-color: #0D0D0D;
  border-block-end: 1px solid #1F2228;
}
[data-theme=dark] .popover .popover-body {
  color: #6B7280;
}
[data-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
[data-theme=dark] .bs-popover-top > .popover-arrow::after,
[data-theme=dark] .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
[data-theme=dark] .bs-popover-top > .popover-arrow::before {
  border-top-color: #131313;
}
[data-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
[data-theme=dark] .bs-popover-end > .popover-arrow::after,
[data-theme=dark] .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
[data-theme=dark] .bs-popover-end > .popover-arrow::before {
  border-right-color: #131313;
}
[data-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
[data-theme=dark] .bs-popover-start > .popover-arrow::after,
[data-theme=dark] .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
[data-theme=dark] .bs-popover-start > .popover-arrow::before {
  border-left-color: #131313;
}
[data-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
[data-theme=dark] .bs-popover-bottom > .popover-arrow::after,
[data-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
[data-theme=dark] .bs-popover-bottom > .popover-arrow::before,
[data-theme=dark] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
[data-theme=dark] .bs-popover-bottom .popover-header::before {
  border-bottom-color: #131313;
}
[data-theme=dark] .page-link {
  color: #6B7280;
  background-color: #0D0D0D;
  border: 1px solid #1F2228;
}
[data-theme=dark] .page-link:focus {
  background-color: #131313;
}
[data-theme=dark] .page-link:hover {
  background-color: #131313;
  border-color: #1F2228;
}
[data-theme=dark] .pagination-style-2 .pagination .page-item.active .page-link {
  background-color: #131313;
}
[data-theme=dark] .pagination-style-1 .pagination .page-item:hover .page-link {
  background-color: #131313;
}
[data-theme=dark] .pagination-style-3 .pagination .page-item:hover .page-link {
  background-color: #131313;
}
[data-theme=dark] .offcanvas {
  background-color: #0D0D0D;
  color: #6B7280;
}
[data-theme=dark] .modal-content {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .modal-content .modal-header {
  border-color: #1F2228;
}
[data-theme=dark] .modal-content .modal-footer {
  border-color: #1F2228;
}
[data-theme=dark] .figure-caption {
  color: #6B7280;
}
[data-theme=dark] .text-dark {
  color: #D6DADE !important;
}
[data-theme=dark] .nav-tabs li a {
  color: #D8DFEE;
}
[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-theme=dark] .nav-tabs .nav-link.active {
  background-color: #0D0D0D;
  color: #D8DFEE;
}
[data-theme=dark] .nav-tabs .nav-link.active {
  border-color: #1F2228;
}
[data-theme=dark] .nav-tabs.nav-tabs-solid {
  background-color: #0D0D0D;
}
[data-theme=dark] .nav.tab-style-1 {
  background-color: #131313;
}
[data-theme=dark] .vertical-tabs-2 .nav-item .nav-link {
  background-color: #131313;
  border-color: #1F2228;
}
[data-theme=dark] .vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #F26522;
}
[data-theme=dark] .tab-style-2 .nav-item .nav-link i {
  background-color: #131313;
  color: #6B7280;
}
[data-theme=dark] .nav-tabs.nav-tabs-top li a.active {
  border-top-color: #F26522;
}
[data-theme=dark] .tab-style-3 .nav-item .nav-link::after {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .tab-style-3 .nav-item .nav-link:before {
  background-color: #131313;
}
[data-theme=dark] .tab-style-3 .nav-item .nav-link.active:before {
  background-color: #F26522;
}
[data-theme=dark] .tab-style-3 .nav-item .nav-link.active:after {
  border-color: #F26522;
  color: #F26522;
}
[data-theme=dark] .tab-style-6 {
  background-color: #0D0D0D;
}
[data-theme=dark] .bg-white {
  background-color: #0D0D0D !important;
}
[data-theme=dark] .card.card-bg-primary .card-body,
[data-theme=dark] .text-fixed-white {
  color: #0D0D0D;
}
[data-theme=dark] .btn.btn-light {
  background-color: #181818;
  border: 1px solid #181818;
  color: #6B7280;
}
[data-theme=dark] .btn.btn-light:hover,
[data-theme=dark] .btn.btn-light:focus,
[data-theme=dark] .btn.btn-light.focus,
[data-theme=dark] .btn.btn-light:active,
[data-theme=dark] .btn.btn-light.active {
  background-color: rgb(16.35, 16.35, 16.35);
  border: 1px solid #181818;
  color: #6B7280;
}
[data-theme=dark] .scroll-demo {
  border-color: #1F2228;
}
[data-theme=dark] .timeline::before {
  background-color: #1F2228;
}
[data-theme=dark] .timeline > li > .timeline-panel {
  border-color: #1F2228;
}
[data-theme=dark] .timeline > li > .timeline-panel::after,
[data-theme=dark] .timeline > li > .timeline-panel::before {
  border-color: #1F2228;
}
[data-theme=dark] .callout {
  background-color: #131313;
}
[data-theme=dark] .icons-list li {
  border-color: #1F2228;
  box-shadow: none;
}
[data-theme=dark] .btn-outline-light {
  border: 1px solid #131313 !important;
  color: #374151 !important;
}
[data-theme=dark] .btn-outline-light:hover,
[data-theme=dark] .btn-outline-light:focus,
[data-theme=dark] .btn-outline-light.focus,
[data-theme=dark] .btn-outline-light:active,
[data-theme=dark] .btn-outline-light.active {
  background-color: #131313 !important;
  border: 1px solid #131313 !important;
  color: #374151 !important;
}
[data-theme=dark] .bg-dark {
  background-color: #D6DADE !important;
  border-color: #D6DADE !important;
  color: #0D0D0D;
}
[data-theme=dark] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
  background-color: #1F2228;
}
[data-theme=dark] .form-check-input {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .alert-outline-primary,
[data-theme=dark] .alert-outline-secondary,
[data-theme=dark] .alert-outline-warning,
[data-theme=dark] .alert-outline-danger,
[data-theme=dark] .alert-outline-info,
[data-theme=dark] .alert-outline-dark,
[data-theme=dark] .alert-outline-success,
[data-theme=dark] .alert-outline-light {
  background-color: #0D0D0D;
}
[data-theme=dark] .text-white {
  color: #0D0D0D !important;
}
[data-theme=dark] .text-light {
  color: #131313 !important;
}
[data-theme=dark] .table thead tr {
  border-color: #1F2228;
}
[data-theme=dark] .table thead tr th {
  border-color: #1F2228;
  background-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .table tbody tr {
  border-color: #1F2228;
}
[data-theme=dark] .table tbody tr th {
  border-color: #1F2228;
  background-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .table tbody tr td {
  background-color: #0D0D0D;
  color: #6B7280;
  border-color: #1F2228;
}
[data-theme=dark] .table .thead-primary th {
  background-color: #F26522;
}
[data-theme=dark] .table .thead-secondary th {
  background-color: #3B7080;
}
[data-theme=dark] .table .thead-info th {
  background-color: #1B84FF;
}
[data-theme=dark] .table .thead-warning th {
  background-color: #FFC107;
}
[data-theme=dark] .table .thead-danger th {
  background-color: #E70D0D;
}
[data-theme=dark] .table .thead-success th {
  background-color: #03C95A;
}
[data-theme=dark] .table .thead-dark th {
  background-color: #D6DADE;
}
[data-theme=dark] .table .thead-light th {
  background-color: #101010;
}
[data-theme=dark] table.table.dataTable > tbody > tr {
  border-color: #1F2228;
}
[data-theme=dark] table.table.dataTable > tbody > tr td {
  color: #6B7280;
  border-color: #1F2228;
}
[data-theme=dark] table.table.dataTable > thead > tr {
  border-color: #1F2228;
}
[data-theme=dark] table.table.dataTable > thead > tr th {
  color: #D8DFEE;
}
[data-theme=dark] .dataTables_length label {
  color: #374151;
}
[data-theme=dark] .dataTables_length label .form-select {
  border: 1px solid #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .form-label {
  color: #D8DFEE;
}
[data-theme=dark] .form-control {
  color: #D8DFEE;
}
[data-theme=dark] .form-select {
  background-color: #0D0D0D;
  color: #D8DFEE;
  border-color: #1F2228;
}
[data-theme=dark] .form-select option {
  background-color: #0D0D0D;
}
[data-theme=dark] .select2-container--default .select2-selection--single {
  border-color: #1F2228;
  background: #0D0D0D;
}
[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #D8DFEE !important;
}
[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #D8DFEE;
}
[data-theme=dark] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #0D0D0D;
}
[data-theme=dark] .select2-container--focus .select2-selection--single {
  background: #0D0D0D !important;
  border-color: #1F2228;
}
[data-theme=dark] .select2-container--classic .select2-selection--single,
[data-theme=dark] .select2-container--default .select2-selection--single,
[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered,
[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__arrow,
[data-theme=dark] .select2-container--default .select2-selection--multiple,
[data-theme=dark] .select2-container--classic .select2-selection--single .select2-selection__arrow,
[data-theme=dark] .select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #1F2228;
  color: #6B7280;
}
[data-theme=dark] .select2-dropdown {
  border-color: #1F2228;
  background: #0D0D0D;
}
[data-theme=dark] .select2-container--classic .select2-selection--multiple .select2-selection__choice,
[data-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #0D0D0D;
}
[data-theme=dark] .form-floating > .form-control-plaintext ~ label::after,
[data-theme=dark] .form-floating > .form-control:focus ~ label::after,
[data-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
[data-theme=dark] .form-floating > .form-select ~ label::after {
  background-color: #0D0D0D;
}
[data-theme=dark] .select2-container--default .select2-selection--multiple {
  background-color: #0D0D0D;
}
[data-theme=dark] .custom-file-container .custom-file-container__custom-file__custom-file-control {
  background-color: #171717;
  border-color: #171717;
}
[data-theme=dark] .dropdown-menu {
  background-color: #0D0D0D;
  border-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .dropdown-menu .dropdown-item {
  color: #D8DFEE;
}
[data-theme=dark] .dropdown-menu .dropdown-item:not(.active):hover,
[data-theme=dark] .dropdown-menu .dropdown-item:not(.active):focus,
[data-theme=dark] .dropdown-menu .dropdown-item:not(.active):active {
  color: #D8DFEE;
  background-color: #0F0F0F;
}
[data-theme=dark] .dropdown-menu .dropdown-item.active {
  background-color: #0F0F0F;
}
[data-theme=dark] .dropdown-divider {
  border-color: #1F2228;
}
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg1] #sidebar::before,
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg2] #sidebar::before,
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg3] #sidebar::before,
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg4] #sidebar::before,
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg5] #sidebar::before,
[data-theme=dark][data-sidebar=light] [data-sidebarbg=sidebarbg6] #sidebar::before {
  background: rgba(13, 13, 13, 0.85);
}
[data-theme=dark] .theme-width input[type=radio]:checked ~ label {
  border-color: #F26522;
}
[data-theme=dark] .theme-width input[type=radio]:checked ~ label::before {
  border-color: #F26522;
}
[data-theme=dark] .theme-width label {
  border-color: #1F2228;
  color: #6B7280;
}
[data-theme=dark] .theme-width label::before {
  border-color: #1F2228;
  background: #0D0D0D;
}
[data-theme=dark] .theme-width label::after {
  background: #F26522;
}
[data-theme=dark] .theme-sidebarcolor input[type=radio]:checked ~ label {
  border-color: #F26522 !important;
}
[data-theme=dark] .theme-sidebarcolor input[type=radio]:checked ~ label:after {
  color: #F26522;
}
[data-theme=dark] .theme-sidebarcolor input[type=radio]:checked ~ label.bg-dark:after {
  color: #0D0D0D;
}
[data-theme=dark] .theme-sidebarcolor label {
  border-color: #1F2228;
}
[data-theme=dark] .theme-sidebarbg input[type=radio]:checked ~ label:after {
  color: #F26522;
  background: #FFF;
  border-color: #1F2228;
}
[data-theme=dark] .theme-sidebarbg label img {
  border-color: #1F2228;
}
[data-theme=dark] .theme-colorselect input[type=radio]:checked ~ label {
  outline-color: #F26522;
}
[data-theme=dark] .theme-colorselect input[type=radio]:checked ~ label:after {
  color: #F26522;
  background: #FFF;
  border-color: #1F2228;
}
[data-theme=dark] .theme-colorselect input[type=radio]:checked ~ label.primary-topbar:after,
[data-theme=dark] .theme-colorselect input[type=radio]:checked ~ label.dark-topbar:after {
  color: #0D0D0D;
}
[data-theme=dark] .theme-colorselect label {
  outline-color: #1F2228;
}
[data-theme=dark] .theme-colorselect label.white-topbar {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .theme-colorselect .pickr-container-background,
[data-theme=dark] .theme-colorselect .pickr-topbar,
[data-theme=dark] .theme-colorselect .pickr-topbarcolor {
  outline-color: #1F2228;
}
[data-theme=dark] .theme-colorsset label {
  border-color: #1F2228;
}
[data-theme=dark] .theme-colorsset label.primary-clr::before {
  background: #F26522;
}
[data-theme=dark] .theme-colorsset label.brightblue-clr::before {
  background: #2066FF;
}
[data-theme=dark] .theme-colorsset label.lunargreen-clr::before {
  background: #365E32;
}
[data-theme=dark] .theme-colorsset label.lavendar-clr::before {
  background: #673AB7;
}
[data-theme=dark] .theme-colorsset label.magenta-clr::before {
  background: #E83E8C;
}
[data-theme=dark] .theme-colorsset label.chromeyellow-clr::before {
  background: #FF9B04;
}
[data-theme=dark] .theme-colorsset label.lavared-clr::before {
  background: #DC2626;
}
[data-theme=dark] .theme-colorsset input[type=radio]:checked ~ label:after {
  color: #0D0D0D;
}
[data-theme=dark] .theme-mode input[type=radio]:checked ~ label {
  border-color: #F26522;
}
[data-theme=dark] .theme-mode input[type=radio]:checked ~ label .avatar {
  color: #FFC107;
  background-color: #FFF9E9;
}
[data-theme=dark] .theme-mode label {
  border-color: #1F2228;
  color: #374151;
}
[data-theme=dark] .theme-mode label .avatar {
  background-color: #212324;
  color: #D6DADE;
}
[data-theme=dark] .theme-mode .pickr-container-primary {
  border-color: #1F2228;
}
[data-theme=dark] .theme-layout.active img {
  border: 1px solid #F26522;
}
[data-theme=dark] .theme-layout input[type=radio]:checked ~ label .layout-img img {
  border-color: #F26522;
}
[data-theme=dark] .theme-layout label .layout-img img {
  border-color: #1F2228;
}
[data-theme=dark] .theme-layout label .layout-type {
  color: #D8DFEE;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header {
  background-color: #0D0D0D;
  border-color: rgba(13, 13, 13, 0.8);
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .bar-icon span {
  background-color: #0D0D0D;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-user .user-menu .btn-menubar.active {
  background-color: #0D0D0D;
  color: #6B7280 !important;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-left .logo {
  display: none;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .header .header-left .dark-logo {
  display: block;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=white] .page-wrapper::before {
  background: #0D0D0D;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=firefly] .header .bar-icon span,
[data-theme=dark][data-layout=modern][data-topbarcolor=bluegem] .header .bar-icon span,
[data-theme=dark][data-layout=modern][data-topbarcolor=blackpearl] .header .bar-icon span,
[data-theme=dark][data-layout=modern][data-topbarcolor=maroon] .header .bar-icon span,
[data-theme=dark][data-layout=modern][data-topbarcolor=primary] .header .bar-icon span {
  background-color: #0D0D0D;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar,
[data-theme=dark][data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar,
[data-theme=dark][data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar,
[data-theme=dark][data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar,
[data-theme=dark][data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar {
  color: #6B7280;
}
[data-theme=dark][data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=firefly] .header .header-user .user-menu .btn-menubar.active,
[data-theme=dark][data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=bluegem] .header .header-user .user-menu .btn-menubar.active,
[data-theme=dark][data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=blackpearl] .header .header-user .user-menu .btn-menubar.active,
[data-theme=dark][data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=maroon] .header .header-user .user-menu .btn-menubar.active,
[data-theme=dark][data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:hover,
[data-theme=dark][data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar:active,
[data-theme=dark][data-layout=modern][data-topbarcolor=primary] .header .header-user .user-menu .btn-menubar.active {
  background-color: #0D0D0D;
  color: #6B7280 !important;
}
[data-theme=dark] .policy-upload {
  border-color: #1F2228;
}
[data-theme=dark] .bootstrap-tagsinput {
  background-color: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .note-toolbar,
[data-theme=dark] .note-dropdown-menu,
[data-theme=dark] .note-modal-content,
[data-theme=dark] .note-input {
  background-color: #131313;
  border-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .note-btn {
  background-color: #0D0D0D;
  border-color: #1F2228;
  color: #D8DFEE;
}
[data-theme=dark] .note-modal-header,
[data-theme=dark] .file-drop {
  border-color: #1F2228;
}
[data-theme=dark] .close {
  color: #D8DFEE;
}
[data-theme=dark] .video-wrap .video-content {
  background-color: #0D0D0D;
}
[data-theme=dark] .bg-black .text-white {
  color: #D8DFEE !important;
}
[data-theme=dark] .bg-transparent-light {
  background: #131313 !important;
}
[data-theme=dark] .contact-grids-tab .nav-underline {
  border-color: #1F2228;
}
[data-theme=dark] .contact-grids-tab .nav-underline .nav-item .nav-link.active,
[data-theme=dark] .contact-grids-tab .nav-underline .nav-item .nav-link:hover {
  background-color: #0D0D0D;
}
[data-theme=dark] .bg-primary-100 a {
  color: #0D0D0D;
}
[data-theme=dark] .bg-primary-100 a:hover {
  color: #F26522;
}
[data-theme=dark] .notification-dropdown .dropdown .dropdown-toggle {
  color: #D8DFEE;
}
[data-theme=dark] .notification-dropdown .dropdown .dropdown-toggle.show {
  color: #D8DFEE;
}
[data-theme=dark] .bootstrap-datetimepicker-widget table th {
  color: #D8DFEE;
}
[data-theme=dark] .crm-link {
  color: #D8DFEE;
  background: #131313;
  border: #1F2228;
}
[data-theme=dark] .breadcrumb .breadcrumb-item.active {
  color: #C8D2E0;
}
[data-theme=dark] .table tbody tr td a {
  color: #C8D2E0;
}
[data-theme=dark] .btn.btn-icon.active.bg-white {
  border-color: #1F2228;
  color: #C8D2E0;
}
[data-theme=dark] .custom-datatable-filter {
  background: #0D0D0D;
}
[data-theme=dark] .btn.btn-white {
  background: #0D0D0D;
  border-color: #1F2228;
  color: #C8D2E0;
}
[data-theme=dark] .todo-item .form-check-label {
  color: #C8D2E0;
}
[data-theme=dark] .bg-transparent-secondary,
[data-theme=dark] .bg-transparent-dark,
[data-theme=dark] .bg-light-500 {
  background: #374151 !important;
}
[data-theme=dark] .text-gray-9,
[data-theme=dark] .text-title {
  color: #C8D2E0 !important;
}
[data-theme=dark] .attendance-bg {
  background: #0D0D0D;
  border-color: #1F2228 !important;
}
[data-theme=dark] .chat-wrapper .sidebar-group {
  background: #1F2228;
}
[data-theme=dark] .chat-wrapper .chat-users-wrap .chat-user-list,
[data-theme=dark] .chat-wrapper .chat .chat-header,
[data-theme=dark] .chat-wrapper .chat {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .chat-wrapper .search-wrap .input-group-text {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .chat-wrapper .search-wrap .form-control {
  border-color: #1F2228;
}
[data-theme=dark] .chat-wrapper .chat .chat-footer .footer-form {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] .chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
  background: #1F2228;
}
[data-theme=dark] .chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
  background: #1F2228;
}
[data-theme=dark] .chat-wrapper .chat .chat-header .chat-options > ul > li > a {
  background: #1F2228;
}
[data-theme=dark] #calendar .fc-scroller-harness th {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] #calendar .fc-col-header-cell-cushion,
[data-theme=dark] #calendar .fc-daygrid-day-number {
  color: #C8D2E0;
}
[data-theme=dark] #calendar .fc-daygrid-body tbody td {
  background: #0D0D0D;
  border-color: #1F2228;
}
[data-theme=dark] #calendar .fc-daygrid .fc-scrollgrid {
  border-color: #1F2228;
}
.sidebar-contact {
  position: fixed;
  top: 0%;
  right: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  background: #FFF;
  box-sizing: border-box;
  transition: 0.5s;
  z-index: 9999;
}
.sidebar-contact .toggle-theme {
  position: absolute;
  width: 35px;
  text-align: center;
  cursor: pointer;
  background: #F26522;
  top: 225px;
  right: 350px;
  padding: 6px;
  height: 35px;
  color: #FFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sidebar-contact .toggle-theme .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#theme-settings {
  width: 26px;
  height: 26px;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.input-themeselect label {
  width: 100%;
}
.sidebar-themesettings {
  transition: all 0.5s;
  width: 400px !important;
  height: 100vh;
  z-index: 99999;
  overflow: auto;
  max-width: 100%;
}
.sidebar-themesettings.open {
  right: 0;
}
.sidebar-themesettings .offcanvas-header {
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
.sidebar-themesettings .offcanvas-header::before {
  position: absolute;
  top: 0;
  right: 20%;
  content: "";
  background: url("./media/theme-bg.svg") no-repeat;
  width: 171px;
  height: 78px;
}
.sidebar-themesettings .themesettings-inner .themesettings-content {
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 15px;
}
.sidebar-themesettings .themesettings-inner .themesettings-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.sidebar-themesettings .input-themeselect {
  background: #F4F6FA;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  margin-bottom: 15px;
}
.sidebar-themesettings .input-themeselect input[type=radio] {
  display: none;
}
.sidebar-themesettings .input-themeselect input[type=radio]:checked ~ label .checkboxs-theme:after {
  background-color: #AB47BC;
  border-color: #AB47BC;
  content: "";
}
.sidebar-themesettings .input-themeselect input[type=radio]:checked ~ label .checkboxs-theme::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  right: 4px;
  position: absolute;
  top: -14px;
  z-index: 9;
}
.sidebar-themesettings .input-themeselect img {
  height: 80px;
}
.sidebar-themesettings .input-themeselect .checkboxs-theme {
  position: relative;
  width: 100%;
  display: block;
}
.sidebar-themesettings .input-themeselect .checkboxs-theme:after {
  position: absolute;
  content: "";
  border: 1px solid #E8E8E8;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  right: 0;
  top: -17px;
}
.sidebar-themeoverlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: -100%;
  z-index: 10000;
}
.sidebar-themeoverlay.open {
  left: 0;
}
.sidebar-themesettings.offcanvas.offcanvas-end {
  width: 400px !important;
}
.theme-colorsset label {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #E5E7EB;
  position: relative;
}
.theme-colorsset label::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.theme-colorsset label.primary-clr::before {
  background: #F26522;
}
.theme-colorsset label.brightblue-clr::before {
  background: #2066FF;
}
.theme-colorsset label.lunargreen-clr::before {
  background: #365E32;
}
.theme-colorsset label.lavendar-clr::before {
  background: #673AB7;
}
.theme-colorsset label.magenta-clr::before {
  background: #E83E8C;
}
.theme-colorsset label.chromeyellow-clr::before {
  background: #FF9B04;
}
.theme-colorsset label.lavared-clr::before {
  background: #DC2626;
}
.theme-colorsset input[type=radio] {
  display: none;
}
.theme-colorsset input[type=radio]:checked ~ label {
  border-color: #F26522;
}
.theme-colorsset input[type=radio]:checked ~ label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #F26522;
  font-weight: 700;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}
.theme-colorsset .pickr-container-primary {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  padding: 4px;
}
.theme-colorsset .pickr-container-primary .pickr .pcr-button {
  width: 24px;
  height: 24px;
}
.theme-colorsset .pickr-container-primary .pickr .pcr-button::after {
  font-size: 1rem;
}
.theme-colorselect input[type=radio] {
  display: none;
}
.theme-colorselect input[type=radio]:checked ~ label {
  outline-color: #F26522;
}
.theme-colorselect input[type=radio]:checked ~ label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #F26522;
  font-weight: 700;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}
.theme-colorselect input[type=radio]:checked ~ label.primary-topbar:after,
.theme-colorselect input[type=radio]:checked ~ label.dark-topbar:after {
  color: #FFF;
}
.theme-colorselect label {
  width: 28px;
  height: 45px;
  border-radius: 5px;
  position: relative;
  outline-offset: 3px;
  outline: 1px solid #E5E7EB;
}
.theme-colorselect label.white-topbar {
  background: #FFF;
  border: 1px solid #F8F9FA;
}
.theme-colorselect label.darkaqua-topbar {
  background: #116D6E;
}
.theme-colorselect label.whiterock-topbar {
  background: #F0E4D7;
}
.theme-colorselect label.rockblue-topbar {
  background: #8CB9BD;
}
.theme-colorselect label.bluehaze-topbar {
  background: #B5C0D0;
}
.theme-colorselect label.primary-topbar {
  background: #F26522;
}
.theme-colorselect label.blackpearl-topbar {
  background: #080821;
}
.theme-colorselect label.maroon-topbar {
  background: #710034;
}
.theme-colorselect label.bluegem-topbar {
  background: #3E1C95;
}
.theme-colorselect label.firefly-topbar {
  background: #053333;
}
.theme-colorselect label.orange-gradient-topbar {
  background:
    linear-gradient(
      180deg,
      #FF9945 0%,
      #FC6173 100%);
}
.theme-colorselect label.purple-gradient-topbar {
  background:
    linear-gradient(
      180deg,
      #667CE8 0%,
      #754EA7 100%);
}
.theme-colorselect label.blue-gradient-topbar {
  background:
    linear-gradient(
      180deg,
      #00C0F9 0%,
      #0257CE 100%);
}
.theme-colorselect label.maroon-gradient-topbar {
  background:
    linear-gradient(
      180deg,
      #EF3B4A 0%,
      #513A8F 100%);
}
.theme-colorselect .pickr-container-background,
.theme-colorselect .pickr-topbar,
.theme-colorselect .pickr-topbarcolor {
  width: 28px;
  height: 45px;
  border-radius: 5px;
  outline-offset: 3px;
  outline: 1px solid #E5E7EB;
}
.theme-colorselect .pickr-container-background .pickr .pcr-button,
.theme-colorselect .pickr-topbar .pickr .pcr-button,
.theme-colorselect .pickr-topbarcolor .pickr .pcr-button {
  width: 28px;
  height: 45px;
  border-radius: 5px;
}
.theme-colorselect .pickr-container-background .pickr .pcr-button::after,
.theme-colorselect .pickr-topbar .pickr .pcr-button::after,
.theme-colorselect .pickr-topbarcolor .pickr .pcr-button::after {
  font-size: 1rem;
  line-height: 2.5;
}
.theme-layout.active img {
  border: 1px solid #F26522;
  border-radius: 5px;
}
.theme-layout input[type=radio] {
  display: none;
}
.theme-layout input[type=radio]:checked ~ label .layout-img img {
  border-color: #F26522;
}
.theme-layout input[type=radio]:checked ~ label .layout-type {
  position: relative;
  padding-left: 16px;
}
.theme-layout input[type=radio]:checked ~ label .layout-type:after {
  content: "\f00c";
  font-family: "Fontawesome";
  color: #F26522;
  font-weight: 700;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 2px;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}
.theme-layout label .layout-img img {
  border: 1px solid #E5E7EB;
  border-radius: 5px;
}
.theme-layout label .layout-type {
  color: #111827;
}
.theme-layout label:after {
  display: none;
}
.theme-layout .layout-img img {
  border: 1px solid #E5E7EB;
  border-radius: 5px;
}
.theme-mode input[type=radio] {
  display: none;
}
.theme-mode input[type=radio]:checked ~ label {
  border-color: #F26522;
}
.theme-mode input[type=radio]:checked ~ label .avatar {
  color: #FFC107;
  background-color: #FFF9E9;
}
.theme-mode label {
  border: 1px solid #E5E7EB;
  color: #374151;
}
.theme-mode label .avatar {
  background-color: #E8E9EA;
  color: #212529;
}
.theme-sidebarbg input[type=radio] {
  display: none;
}
.theme-sidebarbg input[type=radio]:checked ~ label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #F26522;
  font-weight: 700;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}
.theme-sidebarbg input[type=radio]:checked ~ label img {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.theme-sidebarbg label {
  width: 48px;
  height: 55px;
  position: relative;
}
.theme-sidebarbg label img {
  width: 48px;
  height: 55px;
  object-fit: cover;
  border: 1px solid #E5E7EB;
}
.theme-topbarbg input[type=radio] {
  display: none;
}
.theme-topbarbg input[type=radio]:checked ~ label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #F26522;
  font-weight: 700;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}
.theme-topbarbg input[type=radio]:checked ~ label img {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.theme-topbarbg label {
  height: 50px;
  position: relative;
}
.theme-topbarbg label img {
  width: 100px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
}
.theme-width input[type=radio] {
  display: none;
}
.theme-width input[type=radio]:checked ~ label {
  border-color: #F26522;
}
.theme-width input[type=radio]:checked ~ label::before {
  border-color: #F26522;
}
.theme-width input[type=radio]:checked ~ label::after {
  opacity: 1;
}
.theme-width label {
  border: 1px solid #E5E7EB;
  padding: 10px 10px 10px 32px;
  position: relative;
  color: #374151;
  min-width: 120px;
}
.theme-width label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.theme-width label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F26522;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.theme-sidebarcolor input[type=radio] {
  display: none;
}
.theme-sidebarcolor input[type=radio]:checked ~ label {
  border-color: #F26522 !important;
  position: relative;
}
.theme-sidebarcolor input[type=radio]:checked ~ label:after {
  content: "\f058";
  font-family: "Fontawesome";
  color: #F26522;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.theme-sidebarcolor input[type=radio]:checked ~ label.bg-dark:after {
  color: #FFF;
}
.theme-sidebarcolor label {
  width: 29px;
  height: 46px;
  border: 1px solid #E5E7EB;
}
.theme-container-primary button,
.theme-container-background button,
.theme-topbar button,
.theme-topbarcolor button {
  display: none;
}
.pcr-app {
  z-index: 99999;
}
.pickr-container-primary .pickr .pcr-button,
.pickr-container-background .pickr .pcr-button,
.pickr-topbar .pickr .pcr-button,
.pickr-topbarcolor .pickr .pcr-button {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 50%;
}
.pickr-container-primary .pickr .pcr-button:focus,
.pickr-container-background .pickr .pcr-button:focus,
.pickr-topbar .pickr .pcr-button:focus,
.pickr-topbarcolor .pickr .pcr-button:focus {
  box-shadow: none;
}
.pickr-container-primary .pickr .pcr-button::after,
.pickr-container-background .pickr .pcr-button::after,
.pickr-topbar .pickr .pcr-button::after,
.pickr-topbarcolor .pickr .pcr-button::after {
  content: "\eb01";
  font-family: "tabler-icons" !important;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-size: 1.25rem;
}
.custom-btn-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6B7280;
  color: #FFF;
  margin: 0;
  padding: 0;
  background-image: none;
}
.custom-btn-close:hover {
  background-color: #E70D0D;
}
[data-color=all] .theme-colorsset .pickr-container-primary {
  border-color: #F26522;
}
[data-topbarcolor=all] .theme-colorselect .pickr-topbarcolor {
  outline-color: #F26522;
}
[data-topbar=all] .theme-colorselect .pickr-topbar {
  outline-color: #F26522;
}
[data-sidebar=all] .theme-colorselect .pickr-container-background {
  outline-color: #F26522;
}
.notification-dropdown {
  max-width: 100%;
  min-width: 450px !important;
}
.notification-dropdown .topnav-dropdown-header {
  border-bottom: 1px solid #E9EDF4;
}
.notification-dropdown .dropdown .dropdown-toggle {
  border: 0;
}
.notification-dropdown .dropdown .dropdown-toggle.show {
  color: #111827;
}
.topnav-dropdown-header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.topnav-dropdown-header .notification-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}
.notification-dropdown .noti-content {
  height: 270px;
  overflow-y: auto;
  position: relative;
}
.activity {
  width: 100%;
}
.activity .activity-box {
  position: relative;
}
.activity .activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.activity .activity-list li {
  background-color: #FFF;
  position: relative;
  border: 1px solid #9CA3AF;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 15px;
  border-radius: 6px;
  display: flex;
  align-items: start;
}
.activity .activity-list li .activity-user {
  margin-right: 10px;
}
.activity .activity-list li .activity-user > a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity .activity-list li .activity-content {
  background-color: #FFF;
  position: relative;
  flex: 1;
}
.activity .activity-list li .time {
  color: #6B7280;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.activity .activity-list li a.name {
  color: #000;
}
.activity .activity-list li a {
  font-weight: 600;
  font-size: 14px;
}
.activity .activity-list li a:hover {
  color: #F26522;
}
.activity .activity-list li a img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.notification_item {
  position: relative;
}
#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader {
  border: 2px solid;
  border-color: transparent #F26522;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 24px solid;
  border-color: transparent rgba(242, 101, 34, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notification-status-dot {
  width: 6px;
  height: 6px;
  background: #E70D0D;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.notification-status-dot:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #F6CECE;
  top: -4px;
  left: -4px;
  background: #E36D6D;
  z-index: -1;
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.chat-status-dot {
  width: 6px;
  height: 6px;
  background: #0DCAF0;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}
.chat-status-dot:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #0DCAF0;
  top: -2px;
  left: -2px;
  background: #0DCAF0;
  z-index: -1;
}
.noti-delete {
  display: none;
  transition: 0.5s all;
}
.noti-hover:hover .noti-delete {
  display: block;
}
.select2-container {
  min-width: 100% !important;
  z-index: 99;
}
.select2-container .select2-selection--single {
  height: 38px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111827 !important;
  line-height: 38px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}
.select2-container--default .select2-selection--single .select {
  width: 219px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #374151;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F26522;
  color: #FFF;
}
.select2-container--focus .select2-selection--single {
  background: #FFF !important;
  border-color: #E9EDF4;
}
span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #E5E7EB;
  color: #6B7280;
}
.select2-dropdown {
  border-color: #E5E7EB;
}
.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  min-height: 40px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #1B84FF;
  border-color: #1B84FF;
  color: #FFF;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #F26522;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #F26522;
}
.select2-container--open .ti-filter {
  z-index: 9999 !important;
}
.select2-results__option span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option span img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
}
table.dataTable {
  margin: 0 !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 0px !important;
  content: "\f175" !important;
  font-family: "Font Awesome 5 Free";
  bottom: 8px !important;
  color: #D1D5DB !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 8px !important;
  content: "\f176" !important;
  font-family: "Font Awesome 5 Free";
  top: 22px !important;
  color: #D1D5DB !important;
  font-size: 10px !important;
  opacity: 1 !important;
  position: absolute;
  font-weight: 600;
  line-height: 1px !important;
}
.dataTables_paginate .paging_numbers {
  float: right;
}
.dataTables_info {
  font-size: 14px;
  color: #6B7280;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .dataTables_info {
    font-size: 12px;
    text-align: center;
    padding-bottom: 0 !important;
  }
}
.custom-select {
  min-width: 80px;
  background: no-repeat 95% 50%;
}
.dataTables_paginate .pagination {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.dataTables_paginate .pagination li {
  margin: 0 2px;
}
.dataTables_paginate .pagination li a {
  background: transparent;
  border-color: #E5E7EB;
  border-radius: 50% !important;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  font-size: 12px;
}
.dataTables_paginate .pagination li a:hover {
  background: #F26522;
  color: #FFF;
}
.dataTables_paginate .pagination li.active a.page-link {
  background: #F26522;
  border-color: #F26522;
  border-radius: 5px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_paginate .pagination li.previous.disabled,
.dataTables_paginate .pagination li.prev {
  width: auto;
  margin: 0 10px 0 0;
}
.dataTables_paginate .pagination li.previous.disabled a,
.dataTables_paginate .pagination li.prev a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
  font-size: 15px;
}
.dataTables_paginate .pagination li.previous.disabled a i,
.dataTables_paginate .pagination li.prev a i {
  margin-right: 8px;
}
.dataTables_paginate .pagination li.previous.disabled a:hover,
.dataTables_paginate .pagination li.prev a:hover {
  color: #03C95A;
}
.dataTables_paginate .pagination li.next.disabled,
.dataTables_paginate .pagination li.next {
  width: auto;
  margin: 0 0 0 10px;
}
.dataTables_paginate .pagination li.next.disabled a,
.dataTables_paginate .pagination li.next a {
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
  font-size: 15px;
}
.dataTables_paginate .pagination li.next.disabled a i,
.dataTables_paginate .pagination li.next a i {
  margin-left: 8px;
}
.dataTables_paginate .pagination li.next.disabled a:hover,
.dataTables_paginate .pagination li.next a:hover {
  color: #F26522;
}
@media (max-width: 767.98px) {
  .dataTables_paginate .pagination {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}
.dataTables_length {
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .dataTables_length {
    text-align: center;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .dataTables_length label {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
  }
}
.dataTables_paginate {
  margin-top: 15px !important;
}
.dataTables_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374151;
  font-size: 14px;
}
.dataTables_length label .form-select {
  width: 61px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  color: #374151;
  margin: 0 8px;
  background-position: right 5px center;
  padding-right: 15px;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .datatable-length {
    text-align: center;
  }
}
div.dataTables_wrapper div.dataTables_info {
  padding: 15px 0;
}
table.dataTable thead > tr > th.no-sort.sorting_asc:before {
  display: none;
}
table.dataTable thead > tr > th.no-sort.sorting_asc::after {
  display: none;
}
table.dataTable thead > tr > th.no-sort.sorting:before {
  display: none;
}
table.dataTable thead > tr > th.no-sort.sorting::after {
  display: none;
}
.custom-table .table-responsive {
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}
table.table.dataTable > tbody > tr {
  border-color: #E5E7EB;
}
table.table.dataTable > tbody > tr td {
  color: #6B7280;
  border-bottom: 1px solid #E5E7EB;
  padding: 10px 20px;
}
table.table.dataTable > thead > tr {
  border-color: #E5E7EB;
}
table.table.dataTable > thead > tr th {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
}
.dataTables_filter {
  margin-bottom: 15px;
}
#select-all ~ .checkmarks {
  top: -7px;
}
#select-all2 ~ .checkmarks {
  top: -7px;
}
#select-all3 ~ .checkmarks {
  top: -7px;
}
.custom-datatable-filter {
  background: #FFF;
  border-radius: 5px;
}
.custom-datatable-filter [class*=col-md] {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.custom-datatable-filter .dataTables_filter {
  margin: 15px 0;
}
@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_filter {
    text-align: center !important;
  }
}
.custom-datatable-filter .dataTables_paginate {
  margin: 15px 0 !important;
}
@media (max-width: 767.98px) {
  .custom-datatable-filter .dataTables_paginate {
    text-align: center !important;
  }
}
.no-datatable_length .dataTables_length {
  display: none;
}
.no-datatable_length .dataTables_filter {
  display: none;
}
.no-datatable_length .dataTables_info {
  display: none;
}
.no-datatable_length .dataTables_paginate {
  display: none;
}
.datatable-info .dataTables_info {
  display: none !important;
}
.datatable-info .dataTables_info:first-child {
  display: block !important;
}
.datatable-length .dataTables_length {
  display: none !important;
}
.datatable-length .dataTables_length:first-child {
  display: block !important;
}
.datatable-paginate .dataTables_paginate {
  display: none !important;
}
.datatable-paginate .dataTables_paginate:first-child {
  display: block !important;
}
.daterangepicker .ranges li.active {
  background-color: #F26522;
}
.daterangepicker td.active {
  background-color: #F26522;
}
.daterangepicker td.active:hover {
  background-color: #F26522;
}
.daterange-wraper .date-range {
  padding-left: 30px;
  font-size: 14px;
  color: #374151;
  border: 0;
  min-height: auto;
  height: 36px;
  border: 0;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}
.daterange-wraper .date-range:focus {
  border-left: 0;
}
.daterange-wraper .cal-icon-date {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.email-sidebar {
  max-width: 288px;
}
.email-sidebar .slimScrollDiv {
  height: calc(100vh - 105px) !important;
}
@media (max-width: 767.98px) {
  .email-sidebar {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.mail-notifications .slimScrollDiv {
  height: calc(100vh - 105px) !important;
}
.mail-detail .slimScrollDiv {
  height: calc(100vh - 137px) !important;
}
.email-tags a.active {
  background: #E8E9EA;
  color: #111827;
}
.email-tags a:hover {
  background: #E8E9EA;
  color: #111827;
}
.email-tags a.viewall-button:hover {
  background: transparent;
  color: #F26522;
}
.more-menu {
  display: none;
}
.box-bg .bg-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.box-bg .bg-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.custom-nav {
  display: flex;
  align-items: center;
}
.custom-nav button {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-nav button:hover {
  background: #212529;
  color: #FFF;
}
.mails-list .list-group-item {
  cursor: pointer;
}
.mails-list .list-group-item.activate {
  background: #E8E9EA;
}
.mail-notifications {
  width: 50%;
  transition: 0.5s all;
}
.mail-notifications.compress-width {
  max-width: 400px;
  transition: 0.5s all;
}
@media (max-width: 767.98px) {
  .mail-notifications.compress-width {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mail-notifications {
    width: 100%;
    max-width: 100%;
  }
}
.input-icon .form-control {
  padding-left: 30px;
}
.tag-with-img .bootstrap-tagsinput {
  border: 0;
  padding: 0;
}
.tag-with-img .bootstrap-tagsinput .label-info {
  padding: 5px 10px 5px 30px;
  position: relative;
  background: #E8E9EA;
  border-radius: 20px;
}
.tag-with-img .bootstrap-tagsinput .label-info::before {
  content: "";
  background-image: url("./media/mail-user.jpg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.email-cc {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.todo-tabs .nav-link.active {
  background: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1019607843);
  color: #212529;
}
.list-item-hover {
  border: 1px solid #FFF !important;
  transition: 0.5s all;
}
.list-item-hover:hover {
  border-color: #F26522 !important;
  transition: 0.5s all;
}
.w-120 {
  width: 125px;
}
.project-status {
  min-width: 265px;
}
.kanban-drag-wrap {
  min-width: 230px;
  min-height: 50px;
}
.files-list a.active {
  background: #E8E9EA;
}
.social-gallery-slider a,
.email-attach a {
  position: relative;
  transition: 0.5s all;
}
.social-gallery-slider a span,
.email-attach a span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.5s all;
  background: #FFF;
  opacity: 0;
}
.social-gallery-slider a span i,
.email-attach a span i {
  color: #212529;
  opacity: 1;
}
.social-gallery-slider a:hover,
.email-attach a:hover {
  transition: 0.5s all;
}
.social-gallery-slider a:hover span,
.email-attach a:hover span {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
  opacity: 0.5;
}
.social-gallery-slider a:hover::before,
.email-attach a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #111827;
  opacity: 0.8;
  position: absolute;
  transition: 0.5s all;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.social-gallery-slider a img,
.email-attach a img {
  transition: 0.5s all;
}
.card-img-hover {
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
.card-img-hover img {
  transition: 0.5s all;
}
.card-img-hover:hover {
  transition: 0.5s all;
}
.card-img-hover:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}
.template-more-links a {
  position: relative;
}
.template-more-links a + a {
  margin-left: 10px;
  padding-left: 10px;
}
.template-more-links a + a::before {
  content: "/";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.post-textarea {
  padding-top: 60px;
  padding-left: 68px;
}
.text-area-avatar {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
a.link-hover:hover {
  color: #F26522 !important;
}
.note-editable {
  height: 100px;
}
.list-group a:hover {
  background: transparent;
}
.drag-upload-btn {
  font-size: 12px;
  font-weight: 600;
  background: #FFF;
  border: 1px dashed #E9EDF4;
  border-radius: 5px;
  padding: 6px 16px;
  position: relative;
  transition: all 0.5s;
}
.drag-upload-btn input {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.drag-upload-btn:hover {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
  transition: all 0.5s;
}
#compose-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 9999;
  display: none;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  align-items: end;
  justify-content: end;
}
#compose-view.show {
  display: flex;
  transform: scale(1);
}
.compose-view {
  position: relative;
  top: auto;
  bottom: 0;
  right: 20px;
  max-width: 500px;
  width: 100%;
  left: auto;
  margin: 20px 0 20px auto;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.compose-header {
  border-radius: 4px 4px 0 0;
}
.compose-footer {
  border-radius: 0 0 4px 4px;
}
.otp-input input {
  border: 2px solid #E5E7EB;
}
.otp-input input.active {
  border: 2px solid #F26522;
}
.todo-tabs .nav-link:active {
  color: #FFF;
}
a.edit-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E8E9EA;
  color: #6B7280;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
a.edit-icon:hover {
  background: rgb(213.3386363636, 215.15, 216.9613636364);
  color: #6B7280;
}
.emp-dept .dept-name {
  margin-right: 8px;
}
.emp-dept .emp-progress {
  position: relative;
  padding-left: 10px;
}
.emp-dept .emp-progress::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #E5E7EB;
  width: 1px;
  height: 100%;
}
.emp-dept .emp-progress .pro-wrap {
  padding: 12px 0;
  border-bottom: 1px dashed #E5E7EB;
}
.emp-stack.progress-stacked {
  height: 24px;
}
.emp-stack.progress-stacked > .progress {
  height: 24px;
}
.recent-item {
  margin-bottom: 20px;
}
.recent-item:last-child {
  margin-bottom: 0;
}
.todo-item.todo-strike {
  background: #FEF1EB;
}
.todo-item.todo-strike .form-check-label {
  text-decoration: line-through;
}
.todo-item .form-check-label {
  color: #111827;
}
.attendance-canvas {
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#myRadarChart {
  height: 150px;
}
.cal-icon {
  position: relative;
}
.cal-icon i {
  position: absolute;
  top: 30%;
  left: 10px;
}
.action-icon a {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6B7280;
  border-radius: 5px;
}
.action-icon a:hover {
  background: #E9EDF4;
  color: #111827;
}
.back-icon {
  color: #212529;
}
.back-icon span {
  width: 12px;
  height: 12px;
  background: #212529;
  color: #FFF;
}
.back-icon:hover span {
  background: #F26522;
  color: #FFF;
}
.table .tb-data {
  color: #6B7280;
}
.content .call-img {
  position: relative;
  z-index: 0;
}
.content .call-img .call-overlay-top {
  position: absolute;
  padding: 24px;
  z-index: 2;
  top: 0;
}
.content .call-img .call-overlay-top .pin-icon {
  width: 24px;
  height: 24px;
  background: #F26522;
  color: #FFF;
}
.content .call-img .call-overlay-bottom {
  position: absolute;
  padding: 24px;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .content .call-img .call-overlay-bottom {
    padding: 10px;
  }
}
.content .call-img .call-overlay-bottom .call-option {
  padding: 16px;
  background: rgba(248, 249, 250, 0.4);
}
.content .call-img .call-overlay-bottom .options-icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 575.98px) {
  .content .call-img .call-overlay-bottom .options-icon {
    width: 25px;
    height: 25px;
  }
}
.content .call-img .call-overlay-bottom .call-icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 767.98px) {
  .content .call-img .call-overlay-bottom .call-icon {
    width: 32px;
    height: 32px;
  }
}
.content .call-img .call-overlay-bottom .guest-off {
  background: #F8F9FA;
  color: #212529;
}
.content .call-img .call-overlay-sidetop {
  position: absolute;
  padding-top: 9px;
  padding-right: 12px;
  top: 0;
  right: 0;
}
.content .call-img .call-overlay-sidedown {
  position: absolute;
  bottom: 8px;
}
.content .others {
  display: block;
}
@media (max-width: 575.98px) {
  .content .others {
    display: block;
  }
  .content .others .call-img {
    width: 100%;
  }
  .content .others .call-img img {
    width: 100%;
  }
}
.chat-active-users {
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.chat-active-users.show-active-users {
  margin-left: 24px;
  width: 170px;
  opacity: 1;
}
.guest-off.activate {
  background: #F26522 !important;
  color: #FFF !important;
}
.right-user-side.chat-rooms.open-chats {
  margin-left: 24px;
}
@media (max-width: 1199.98px) {
  .right-user-side.chat-rooms.open-chats {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .right-user-side.chat-rooms.open-chats {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .main-img.main-img-hide {
    display: none;
    width: 0;
  }
}
@media (max-width: 767.98px) {
  .join-video.main-img-hide {
    display: none;
    width: 0;
  }
}
.chat-user-tabs .nav-item .nav-link.active {
  background: #3B7080 !important;
  border-color: #3B7080 !important;
}
.chat-wrapper {
  display: flex;
  display: -webkit-flex;
  width: 100% !important;
}
.chat-wrapper .chat-users-wrap .chat-list {
  position: relative;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown > a {
  color: #6B7280;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-user-list {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-user-list {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 8px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
  border-radius: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #6B7280;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat-users-wrap .chat-user-list {
    padding: 16px;
  }
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info {
  flex: 1;
  position: relative;
  min-width: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time {
  text-align: end;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .time {
  display: inline-block;
  margin: 0 0 2px 4px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .count-message {
  background-color: #E70D0D;
  color: #FFF;
  padding: 1px 8px;
  border-radius: 15px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .chat-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-user-list:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-dropdown {
  display: block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-pin {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .search-wrap .form-control {
  border-color: #FFF;
  min-height: 48px;
  border-color: #E5E7EB;
  border-right: 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .search-wrap .form-control {
    min-height: 38px;
  }
}
.chat-wrapper .search-wrap .input-group-text {
  border-color: #E5E7EB;
  background-color: #FFF;
  color: #6B7280;
  border-left: 0;
}
.chat-wrapper .search-wrap.contact-search .form-control {
  border-color: #E5E7EB;
  border-right: 0;
}
.chat-wrapper .search-wrap.contact-search .input-group-text {
  border-color: #E5E7EB;
}
.chat-wrapper .sidebar-content {
  display: flex;
  flex-direction: column;
}
.chat-wrapper .chat-search-header {
  padding: 20px 20px 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat-search-header {
    padding: 16px 16px 0;
  }
}
.chat-wrapper .top-online-contacts {
  padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .top-online-contacts {
    padding: 16px 16px 0;
  }
}
.chat-wrapper .sidebar-body {
  flex: 1;
  overflow: auto;
  width: 100%;
  padding: 20px 20px 16px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-body {
    padding: 16px 16px 8px;
  }
}
@media (max-width: 767.98px) {
  .chat-wrapper .sidebar-body {
    padding: 16px 16px 8px;
  }
}
.chat-wrapper .chat-status {
  display: block;
  color: #6B7280;
}
.chat-wrapper .chat-status .avatar {
  margin: 0 auto 4px;
}
.chat-wrapper .chat-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
}
.chat-wrapper .chat-search.visible-chat {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  z-index: 9;
}
.chat-wrapper .sidebar-group {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  width: 400px;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1399.98px) {
  .chat-wrapper .sidebar-group {
    width: 330px;
  }
}
@media (max-width: 1199.98px) {
  .chat-wrapper .sidebar-group {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .chat-wrapper .sidebar-group {
    width: 100%;
    margin-left: 0;
  }
}
.chat-wrapper .sidebar-group .slimScrollDiv {
  height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group .slimScrollDiv {
    height: calc(100vh - 150px) !important;
  }
}
.chat-wrapper .sidebar-group .slimscroll {
  height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .sidebar-group .slimscroll {
    height: calc(100vh - 150px) !important;
  }
}
.chat-wrapper .animate-typing .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: -1px;
  background: #6B7280;
  -webkit-animation: wave 1.3s linear infinite;
  animation: wave 1.3s linear infinite;
  opacity: 0.6;
}
.chat-wrapper .animate-typing .dot:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.chat-wrapper .animate-typing .dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes wave {
  0%, 100%, 60% {
    -webkit-transform: initial;
    transform: initial;
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.chat-wrapper .chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  background: #FFF;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    transform: translateX(100%);
    transition: visibility 0.4s ease, transform 0.4s ease;
    order: 3;
    z-index: 999;
    background-color: #FFF;
    margin: 0 15px 15px;
  }
}
.chat-wrapper .chat.show {
  visibility: visible;
  transform: translateX(0);
}
.chat-wrapper .chat.chat-messages {
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages {
    margin-left: 0;
  }
}
.chat-wrapper .chat.chat-messages .slimScrollDiv {
  height: calc(100vh - 235px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages .slimScrollDiv {
    height: calc(100vh - 140px) !important;
  }
}
.chat-wrapper .chat.chat-messages .slimscroll {
  height: calc(100vh - 320px) !important;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat.chat-messages .slimscroll {
    height: calc(100vh - 216px) !important;
  }
}
.chat-wrapper .chat .slimscroll {
  height: calc(100vh - 65px) !important;
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .slimscroll {
    height: calc(100vh - 90px) !important;
  }
}
.chat-wrapper .chat .chat-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 8px 16px;
  align-items: center;
  background: #FFF;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .chat-header {
    flex-wrap: wrap;
  }
}
.chat-wrapper .chat .chat-header .user-details {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat-wrapper .chat .chat-header .user-details h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chat-wrapper .chat .chat-header .chat-options > ul {
  margin-bottom: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li {
  margin-right: 4px;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a {
  font-size: 14px;
  color: #6B7280;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 27px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #FFF;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a:hover {
  background: #F8F9FA;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
  width: 36px;
  height: 36px;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .chat-wrapper .chat .slimScrollDiv {
    height: calc(100vh - 95px) !important;
  }
}
.chat-wrapper .chat .chat-body {
  flex: 1;
  padding: 16px 16px 0;
}
.chat-wrapper .chat .chat-body .messages {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .chat-time {
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 i {
  color: #E8E9EA;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 span {
  font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read i {
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read.success i {
  color: #03C95A;
}
.chat-wrapper .chat .chat-body .messages .chats {
  max-width: 75%;
  margin-bottom: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.chat-wrapper .chat .chat-body .messages .chats:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .chat-wrapper .chat .chat-body .messages .chats {
    max-width: 95%;
  }
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar img {
  width: 48px;
  height: 48px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content {
  width: 80%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
  background-color: #F8F9FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 14px;
  margin-bottom: 4px;
  width: 100%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #111827;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #6B7280;
  margin-left: 40px;
  flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  color: #6B7280;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right {
  margin-left: auto;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-info {
  justify-content: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-actions {
  margin-right: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-content {
  order: 1;
  -webkit-order: 1;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 {
  flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 .msg-read {
  margin: 0 8px 0 0;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content {
  background-color: #F8F9FA;
  color: #111827;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach .file-icon {
  color: #F26522;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach h6 {
  color: #FFF;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .emoj-group {
  left: -110px;
  width: max-content;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .emonji-wrap {
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}
.chat-wrapper .chats {
  max-width: 75%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: end;
}
.chat-wrapper .chats .chat-avatar {
  padding-right: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-shrink: 0;
}
.chat-wrapper .chats .chat-avatar img {
  width: 48px;
  height: 48px;
}
.chat-wrapper .chats .chat-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.chat-wrapper .chats .chat-info .chat-actions {
  margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
}
.chat-wrapper .chats .chat-profile-name h6 .chat-time {
  color: #6B7280;
}
.chat-wrapper .chats .chat-profile-name h6 i {
  color: #E8E9EA;
}
.chat-wrapper .chats .chat-profile-name h6 span {
  font-weight: 400;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read {
  margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read i {
  color: #6B7280;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read.success i {
  color: #03C95A;
}
.chat-wrapper .chats .chat-content .message-content {
  background-color: #F8F9FA;
  border-radius: 16px 16px 16px 0;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 8px;
}
.chat-wrapper .chats .chat-content .message-content:last-child {
  margin-bottom: 0;
}
.chat-wrapper .chats .chat-content .message-content .chat-actions {
  position: absolute;
  right: 10px;
}
.chat-wrapper .chats .chat-content .message-content .chat-img {
  max-width: 450px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .file-icon {
  width: 44px;
  height: 44px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  color: #111827;
}
.chat-wrapper .chats .chat-content .message-content .file-attach p {
  font-size: 14px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .download-icon {
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 9px;
  background: #FFF;
  color: #6B7280;
  margin-left: 40px;
}
.chat-wrapper .chats .chat-content .message-content .view-all {
  font-size: 13px;
  font-weight: 500;
}
.chat-wrapper .chats.chats-right .message-content {
  background-color: #F26522;
  color: #FFF;
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}
.chat-wrapper .chat-line {
  margin: 0px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.chat-wrapper .chat-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #E5E7EB;
  width: 100%;
  height: 1px;
}
.chat-wrapper .chat-date {
  background-color: #212529;
  color: #FFF;
  font-weight: 600;
  padding: 2px 16px;
  border-radius: 15px;
  display: inline-block;
  position: relative;
}
.chat-wrapper .chat-profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 1399.98px) {
  .chat-wrapper .favourite-chats .message-audio audio {
    max-width: 180px;
  }
}
.chat-wrapper .info-chats .chats {
  max-width: 100%;
}
.chat-wrapper .info-chats .chats.chats-right .chat-avatar {
  padding: 0 0 0 8px;
}
.chat-wrapper .emoj-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat-wrapper .emoj-group > ul > li > a {
  width: 34px;
  height: 34px;
  background: #FFF;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #6B7280;
  font-size: 16px;
}
.chat-wrapper .emoj-group > ul > li > a:hover {
  background-color: #F26522;
  color: #FFF;
}
.chat-wrapper .emoj-group ul li + li {
  margin-left: 10px;
}
.chat-wrapper .message-content {
  position: relative;
}
.chat-wrapper .message-content:hover .emoj-group {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chat-wrapper .rig-emoji-group {
  position: absolute;
  right: 210px;
}
.chat-wrapper .wrap-emoji-group {
  position: absolute;
  right: 290px;
  z-index: 9;
}
.chat-wrapper .emoj-group-list-foot {
  left: 0;
}
.chat-wrapper .emoj-group-list-foot ul li + li {
  margin-left: 8px;
}
.chat-wrapper .emoj-group-list,
.chat-wrapper .emoj-group-list-foot {
  display: none;
  position: absolute;
  top: -50px;
  left: -90px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .emoj-group-list ul,
.chat-wrapper .emoj-group-list-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 8px;
}
.chat-wrapper .emoj-group-list ul li a,
.chat-wrapper .emoj-group-list-foot ul li a {
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.chat-wrapper .emoj-group-list ul li a:last-child,
.chat-wrapper .emoj-group-list-foot ul li a:last-child {
  padding-right: 0;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a {
  width: 24px;
  height: 24px;
  background: #FFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #F26522;
  color: #FFF;
  font-size: 14px;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a:hover,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a:hover {
  background-color: rgb(212.5, 76.9230769231, 12.5);
  color: #FFF;
}
.chat-wrapper .chat-img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chat-wrapper .chat-img .img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  flex: 1 1 120px;
  height: 120px;
}
.chat-wrapper .chat-img .img-wrap img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.chat-wrapper .chat-img .img-wrap .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chat-wrapper .chat-img .img-wrap .img-overlay a {
  font-size: 14px;
  color: #FFF;
}
.chat-wrapper .chat-img .img-wrap:hover .img-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.chat-wrapper .message-link {
  overflow: hidden;
}
.chat-wrapper .message-link .link-img {
  background: #FFF;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}
.chat-wrapper .message-link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-wrapper .chat-forward .forward-text {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.chat-wrapper .message-reply {
  background: #FFF;
  border-radius: 8px;
  border-left: 3px solid #3B7080;
  padding: 16px;
  color: #111827;
  margin-bottom: 8px;
}
.chat-wrapper .emoj-group {
  position: absolute;
  top: 50%;
  right: -100px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.chat-wrapper .chat .chat-footer {
  position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form {
  display: flex;
  display: -webkit-flex;
  align-items: end;
  -webkit-align-items: end;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #FFF;
  border-top: 1px solid #E5E7EB;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F8F9FA;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap {
  flex: 1;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control {
  background: transparent;
  min-height: 32px;
  height: 32px;
  padding-left: 0;
  border: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control::placeholder {
  color: #6B7280;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #F8F9FA;
  max-width: 100%;
  padding: 16px;
  margin-bottom: 0;
  display: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats .message-content {
  padding: 0;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item {
  margin-right: 2px;
  position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item > a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #6B7280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-btn .btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.chat-wrapper .close-replay {
  position: absolute;
  top: 16px;
  right: 16px;
}
.chat-wrapper .close-replay:hover {
  color: #E70D0D;
}
.chat-wrapper .favourite-chats .chats {
  max-width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.chat-wrapper .action-wrap {
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  text-align: center;
  display: block;
  margin-bottom: 24px;
}
.chat-wrapper .action-wrap i {
  color: #F26522;
  font-size: 14px;
}
.chat-wrapper .action-wrap p {
  color: #111827;
  margin-top: 4px;
}
.chat-wrapper .link-icon {
  color: #6B7280;
}
.chat-wrapper .link-icon:hover {
  color: #F26522;
}
.chat-wrapper .contact-user {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
  padding: 20px;
  margin-bottom: 8px;
}
.chat-wrapper .contact-user:last-child {
  margin-bottom: 0;
}
.chat-wrapper .contact-scroll {
  max-height: 400px;
  overflow-y: auto;
}
.chat-wrapper .contact-actions a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F8F9FA;
  border: 1px solid #E5E7EB;
  color: #6B7280;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.chat-wrapper .contact-actions a:hover {
  background: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.chat-wrapper .open-file {
  width: 28px;
  opacity: 0;
}
.chat-wrapper .chat-body .dropdown-item.active {
  background-color: #F26522;
}
.chat-wrapper .file-action {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991.98px) {
  .left-sidebar.hide-left-sidebar {
    margin-left: -991px;
  }
  .chat.show-chatbar {
    display: block;
    margin-left: 0;
    visibility: visible;
    transform: none;
    position: unset;
    height: auto;
  }
  .main-wrapper .content {
    flex-flow: column wrap;
  }
}
.icon-list .btn.btn-icon {
  color: #6B7280;
}
.icon-list .btn.btn-icon:hover {
  background: #FFF;
}
.icon-list .btn.btn-icon.active {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.card-bg-1 {
  padding-top: 50px;
  position: relative;
}
.card-bg-1::before {
  content: "";
  background-image: url("./media/card-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-size: cover;
}
.hover-border {
  transition: 0.5s all;
}
.hover-border:hover {
  border-color: #F26522 !important;
  transition: 0.5s all;
}
.note-edit-wrap {
  display: none;
}
.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload.drag-file {
  height: 170px;
}
.add-details-wizard li {
  border-bottom: 1px solid #FFF;
}
.add-details-wizard li.active {
  border-color: #F26522;
}
.add-info-fieldset fieldset {
  display: none;
}
.add-info-fieldset fieldset#first-field-file {
  display: block;
}
.add-info-fieldset fieldset#second-field-file {
  display: block;
}
.icons-social a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.icons-social a i {
  color: #6B7280;
  font-size: 16px;
}
.icons-social a:hover {
  background: #FAE7E7;
  color: #F26522;
}
.icons-social a:hover i {
  color: #F26522;
}
.pipeline-list {
  border-bottom: 1px solid #E9EDF4;
  margin-bottom: 8px;
}
.pipeline-list ul {
  margin-bottom: 15px;
}
.pipeline-list ul li {
  display: inline-block;
}
.pipeline-list ul li:first-child a {
  border-radius: 10px 0 0 10px;
}
.pipeline-list ul li:last-child a {
  border-radius: 0 10px 10px 0;
}
.pipeline-list ul li:last-child a::after {
  display: none;
}
.pipeline-list ul li a {
  margin: 0 0 3px;
  padding: 12px 25px 12px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background: #F8FAFC;
  color: #202C4B;
  position: relative;
  min-width: 150px;
}
.pipeline-list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  width: 45px;
  height: 45px;
  -webkit-transform: scale(0.707) rotate(45deg);
  -ms-transform: scale(0.707) rotate(45deg);
  -moz-transform: scale(0.707) rotate(45deg);
  -transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #F8FAFC;
  -webkit-box-shadow: 2px -2px 0 1px #fff, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 2px -2px 0 1px #fff, 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}
.pipeline-list ul li a.bg-info {
  color: #FFF;
}
.pipeline-list ul li a.bg-info::after {
  background: #1B84FF;
}
.pipeline-list ul li a.bg-info:hover {
  background: #1B84FF !important;
}
.pipeline-list ul li a.bg-warning {
  color: #FFF;
}
.pipeline-list ul li a.bg-warning::after {
  background: #FFC107;
}
.pipeline-list ul li a.bg-warning:hover {
  background: #FFC107 !important;
}
.pipeline-list ul li a.bg-purple {
  color: #FFF;
  background: #AB47BC !important;
}
.pipeline-list ul li a.bg-purple::after {
  background: #AB47BC;
}
.pipeline-list ul li a.bg-purple:hover {
  background: #AB47BC !important;
}
.pipeline-list ul li a.bg-pink {
  color: #FFF;
}
.pipeline-list ul li a.bg-pink::after {
  background: #FD3995;
}
.pipeline-list ul li a.bg-pink:hover {
  background: #FD3995 !important;
}
.pipeline-list ul li a.bg-success {
  color: #FFF;
}
.pipeline-list ul li a.bg-success::after {
  background: #03C95A;
}
.pipeline-list ul li a.bg-success:hover {
  background: #03C95A !important;
}
.pipeline-list ul li a.bg-danger {
  color: #FFF;
}
.pipeline-list ul li a.bg-danger::after {
  background: #E70D0D;
}
.pipeline-list ul li a.bg-danger:hover {
  background: #E70D0D !important;
}
.pipeline-list ul li a.bg-gray {
  color: #FFF;
}
@media (max-width: 575.98px) {
  .pipeline-list ul li a {
    width: calc(100% - 25px);
  }
}
@media (max-width: 575.98px) {
  .pipeline-list ul li {
    display: block;
  }
}
.pipeline-list.pipeline-list-two ul li:last-child a {
  border-radius: 0;
}
.pipeline-list.pipeline-list-two ul li:last-child a::after {
  display: inline-block;
}
.text-truncate {
  white-space: normal;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.text-truncate.line-clamb-3 {
  -webkit-line-clamp: 3;
}
.text-truncate.line-clamb-2 {
  -webkit-line-clamp: 2;
}
.no-datatable-length .dataTables_length,
.no-datatable-length .dataTables_filter {
  display: none;
}
.custom-accordion-items .accordions-items-seperate .accordion-item {
  margin-top: 0;
  margin-bottom: 24px;
}
.custom-accordion-items .accordions-items-seperate .accordion-item .accordion-header .accordion-button {
  padding: 1.25rem;
  background: #FFF;
}
.custom-accordion-items .accordions-items-seperate .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.custom-accordion-items .accordions-items-seperate .accordion-item .accordion-header .accordion-button .collapse-arrow i {
  transition: 0.5s all;
}
.custom-accordion-items .accordions-items-seperate .accordion-item .accordion-header .accordion-button .collapse-arrow:not(.collapsed) i {
  transform: rotate(180deg);
  transition: 0.5s all;
}
.custom-accordion-items .accordions-items-seperate .accordion-item .accordion-body {
  padding: 1.25rem;
}
.custom-accordion-items.client-accordion .accordion-button::after {
  display: flex !important;
}
.dropdown-menu-md {
  min-width: 250px;
}
.dropdown-menu-dark li a:hover {
  background: #374151 !important;
}
.details-list-group .list-group-item {
  background: #FAFBFB;
  border-color: #E5E7EB !important;
}
.delete-popup {
  width: 600px;
  margin: auto;
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.delete-popup.show {
  opacity: 1;
  bottom: 50px;
}
.appraisal-tab .nav-item .nav-link {
  color: #111827;
}
.appraisal-tab .nav-item .nav-link.active {
  background-color: #3B7080;
  color: #FFF;
}
.appraisal-tab-content .card {
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
}
.policy-upload {
  padding: 20px;
  border: 2px dashed #E5E7EB;
  border-radius: 5px;
}
.policy-upload .policy-upload-bg {
  width: 40px;
  height: 40px;
}
.payroll-btns .btn.btn-white:hover {
  background-color: #F26522;
  color: #FFF;
}
.payroll-btns .btn.btn-white.active {
  background-color: #3B7080;
  color: #FFF;
}
.expense-report {
  position: relative;
}
.expense-report .expense-report-ribbone {
  position: absolute;
  bottom: 0;
}
.invoice-report {
  position: relative;
}
.invoice-report .invoice-report-badge::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #FD3995;
}
.invoice-report .invoice-report-badge-warning::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #FFC107;
}
.invoice-report .invoice-report-badge-success::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #03C95A;
}
.invoice-report .invoice-report-badge-purple::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #AB47BC;
}
.invoice-report .invoice-report-badge-danger::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #E70D0D;
}
.invoice-report .invoice-report-badge-skyblue::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 5px;
  height: 40px;
  gap: 0px;
  border-radius: 0px 5px 5px 0px;
  opacity: 0px;
  background-color: #0DCAF0;
}
.payment-report-icon {
  transform: rotate(45deg);
}
.payment-report-icon span {
  transform: rotate(317deg);
}
.side-badge {
  padding-left: 8px;
  border-left: 4px solid #0DCAF0;
}
.side-badge-pink {
  padding-left: 8px;
  border-left: 4px solid #FD3995;
}
.side-badge-purple {
  padding-left: 8px;
  border-left: 4px solid #AB47BC;
}
.side-badge-warning {
  padding-left: 8px;
  border-left: 4px solid #FFC107;
}
.payment-total .task-total-content {
  position: absolute;
  top: 38px;
  left: 37%;
}
@media (max-width: 767.98px) {
  .payment-total .task-total-content {
    top: 37%;
    left: 42%;
  }
}
@media (max-width: 575.98px) {
  .payment-total .task-total-content {
    top: 25%;
    left: 22%;
  }
}
.payment-total .payment-total-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.project-report-badge-blue {
  position: relative;
  display: flex;
  align-items: center;
}
.project-report-badge-blue::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  position: absolute;
  background-color: #0DCAF0;
  left: -22px;
}
.project-report-badge-purple {
  position: relative;
  display: flex;
  align-items: center;
}
.project-report-badge-purple::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  position: absolute;
  background-color: #AB47BC;
  left: -22px;
}
.project-report-badge-warning {
  position: relative;
  display: flex;
  align-items: center;
}
.project-report-badge-warning::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  position: absolute;
  background-color: #FFC107;
  left: -22px;
}
.project-report-badge-success {
  position: relative;
  display: flex;
  align-items: center;
}
.project-report-badge-success::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 4px;
  position: absolute;
  background-color: #03C95A;
  left: -22px;
}
.task-report-icons span {
  width: 24px;
  height: 24px;
}
.attendence-icon span {
  width: 40px;
  height: 40px;
}
.attendence-icon span i {
  font-size: 40px;
}
.leave-report-icon span i {
  font-size: 18px;
}
.contact-icon li {
  margin-right: 4px;
}
.contact-icon li:hover .contact-icon-mail {
  background-color: #FEF1EB;
}
.contact-icon li:hover .contact-icon-mail span i {
  color: #F26522;
}
.contact-icon li:hover .contact-icon-call {
  background-color: #F7EEF9;
}
.contact-icon li:hover .contact-icon-call span i {
  color: #AB47BC;
}
.contact-icon li:hover .contact-icon-msg {
  background-color: #FFEDF6;
}
.contact-icon li:hover .contact-icon-msg span i {
  color: #FD3995;
}
.contact-icon li:hover .contact-icon-skype {
  background-color: #E9FAFE;
}
.contact-icon li:hover .contact-icon-skype span i {
  color: #0DCAF0;
}
.contact-icon li:hover .contact-icon-facebook {
  background-color: #EBF4FF;
}
.contact-icon li:hover .contact-icon-facebook span i {
  color: #1B84FF;
}
.contact-icon li:last-child {
  margin-right: 0;
}
.contact-icon li a {
  width: 24px;
  height: 24px;
}
.contact-grids-tab {
  padding: 20px 20px 16px 20px;
}
.contact-grids-tab .nav-underline {
  border-bottom: 1px solid #E5E7EB;
}
.contact-grids-tab .nav-underline .nav-item .nav-link {
  font-weight: 500;
}
.contact-grids-tab .nav-underline .nav-item .nav-link.active {
  background-color: #FFF;
  color: #F26522;
  border-radius: 0;
  font-weight: 500;
}
.contact-grids-tab .nav-underline .nav-item .nav-link:hover {
  background-color: #FFF;
  color: #F26522;
  border-radius: 0;
}
.kanban-list-items {
  border: 1px solid #E8E8E8;
  box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.2509803922);
  border-radius: 5px;
  margin: 0 20px 20px 0;
  padding: 15px;
  width: 100%;
  min-width: 315px;
}
.access-tabs .access-person .person-content {
  display: none;
}
.access-tabs .access-person:checked .person-content {
  display: block;
}
.access-item .radio-btn {
  margin-right: 15px;
}
.access-item .radio-btn:last-child {
  margin-right: 0;
}
.access-wrapper {
  margin-top: 20px;
}
.activity-items a {
  padding: 4px 16px;
  border: 1px solid #E5E7EB;
}
.activity-items a.active {
  border: 1px solid #F26522;
  color: #F26522;
}
.activity-items a.active i {
  color: #F26522;
}
.input-icon-start .input-icon-addon {
  left: 0;
  right: auto;
}
.pipeline-access-items {
  max-height: 150px;
  overflow: auto;
}
.pipeline-access-items .access-content .form-check-input:checked .access-content {
  background-color: #E8E9EA;
}
.pricing-content {
  padding: 15px;
}
.pricing-content .price-hdr {
  margin: 0 0 14px 0;
  display: flex;
  align-items: center;
}
.pricing-content .price-hdr::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #E5E7EB;
}
.timeline-hrline {
  position: relative;
  z-index: 1;
}
.timeline-hrline::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #E5E7EB;
  position: absolute;
  left: -12px;
  top: 5px;
  z-index: -1;
}
.schedule-timeline > div:last-child .timeline-hrline::before {
  display: none;
}
.timeline-border {
  width: 24px;
  height: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
}
.timeline-date {
  margin-right: 21px;
}
.bg-green-img {
  background-image: url("./media/bg-green-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-pink-img {
  background-image: url("./media/bg-pink-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-yellow-img {
  background-image: url("./media/bg-yellow-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-blue-img {
  background-image: url("./media/bg-blue-01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-black-le {
  background-image: url("./media/bg-black-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-blue-le {
  background-image: url("./media/bg-blue-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-purple-le {
  background-image: url("./media/bg-purple-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-pink-le {
  background-image: url("./media/bg-pink-le.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
.card-body .edit-leave-details {
  display: none;
}
.card-body.show .edit-leave-details {
  display: block;
}
.media-images-slider a {
  position: relative;
  transition: 0.5s all;
}
.media-images-slider a span {
  opacity: 0;
  transition: 0.5s all;
}
.media-images-slider a span i {
  opacity: 1;
}
.media-images-slider a .hover-links {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.5s all;
}
.media-images-slider a:hover {
  transition: 0.5s all;
}
.media-images-slider a:hover span {
  opacity: 0.5;
  transition: 0.5s all;
}
.media-images-slider a:hover .hover-links {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.media-images-slider a:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #111827;
  opacity: 0.8;
  position: absolute;
  transition: 0.5s all;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.media-images-slider a img {
  transition: 0.5s all;
}
.accordion-button {
  cursor: pointer;
}
.notice-widget {
  position: relative;
}
.notice-widget > div {
  position: relative;
}
.notice-widget > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 1px);
  background-color: #E9EDF4;
  top: 55%;
  inset-inline-start: 16px;
}
.notice-widget > div:last-child::before {
  display: none;
}
.attendance-point {
  position: relative;
  z-index: 1;
}
.attendance-point::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 1px;
}
.attendance-point.present::before {
  background: #60DD97;
}
.attendance-point.holiday::before {
  background: #84A5AF;
}
.attendance-point.absent::before {
  background: #E36D6D;
}
.attendance-circle-progress {
  width: 110px;
  height: 110px !important;
  line-height: 38px;
  background: none;
  box-shadow: none;
  position: relative;
}
.attendance-circle-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.attendance-circle-progress .avatar.avatar-xxl {
  width: 110px;
  height: 110px;
}
.attendance-circle-progress .progress-value {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  font-size: 12px;
  color: #374151;
  line-height: 38px;
  text-align: center;
}
.attendance-circle-progress .progress-left {
  left: 0;
}
.attendance-circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.attendance-circle-progress .progress-right {
  right: 0;
}
.attendance-circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.attendance-circle-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.attendance-circle-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.pipeline-list.candidates ul li a {
  min-width: 135px;
}
.card-translate-top {
  margin-top: -120px;
}
.filter-range .irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -1px;
  background-color: #F26522;
  border-radius: 50px;
  border: 0;
}
.filter-range .irs--flat .irs-line {
  top: 28px;
  height: 6px;
  background-color: #F8F9FA;
  border-radius: 4px;
}
.filter-range .irs--flat .irs-bar {
  top: 28px;
  height: 6px;
  background-color: #F26522;
}
.filter-range .irs-with-grid .irs-grid {
  display: none;
}
.filter-range .irs--flat .irs-from,
.filter-range .irs--flat .irs-to,
.filter-range .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 4px 12px;
  background-color: #F26522;
  border-radius: 4px;
  top: -10px;
}
.filter-range .irs--flat .irs-from:before,
.filter-range .irs--flat .irs-to:before,
.filter-range .irs--flat .irs-single:before {
  border-top-color: #F26522;
  left: 60%;
}
.breadcrumb-bg img {
  position: absolute;
}
.breadcrumb-bg img.job-bg-01 {
  left: 0;
  top: 25%;
}
.breadcrumb-bg img.job-bg-02 {
  left: 20%;
  top: -30%;
}
.breadcrumb-bg img.job-bg-03 {
  left: 60%;
  top: 10%;
}
.breadcrumb-bg img.job-bg-04 {
  right: 0;
  top: 0;
}
.task-tag:hover {
  color: #212529;
}
.permission-table .form-check-input {
  width: 0.9rem;
  height: 0.9rem;
}
.leave-duallist select.form-control[multiple] {
  height: 200px;
  padding: 7px;
}
.og-upload {
  width: 8rem;
  height: 5rem;
}
.settings-list.list-group a {
  color: #6B7280;
}
.settings-list.list-group a:hover {
  background: #FEF0E9;
  color: #F26522;
}
.settings-list.list-group a.active {
  color: #F26522;
  font-weight: 500;
}
.theme-colors ul li {
  margin-right: 10px;
}
.theme-colors ul li span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  background-color: #FFF;
  border: 1px solid #E8E9EA;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.theme-colors ul li span .primecolor {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}
.theme-colors ul li span .primecolor .colorcheck {
  visibility: hidden;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 4px;
}
.theme-colors ul li span .primecolor:hover.colorcheck {
  visibility: visible;
}
.theme-colors ul li span.active .colorcheck {
  visibility: visible;
}
.search-input input {
  padding-left: 30px;
}
.search-input .search-addon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.circle-progress {
  width: 21px;
  height: 21px !important;
  float: left;
  line-height: 21px;
  background: none;
  box-shadow: none;
  position: relative;
}
.circle-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #E9EDF4;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-progress .progress-left {
  left: 0;
}
.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.circle-progress .progress-right {
  right: 0;
}
.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.circle-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
.wh-20 {
  width: 20px;
  height: 20px;
}
.edit-top {
  background: #374151;
  position: absolute;
  right: 10px;
  top: 10px;
}
.edit-top:hover {
  color: #212529 !important;
}
.attendance-bg {
  background:
    linear-gradient(
      180deg,
      #FFF8F4 0%,
      #FFFFFF 100%);
  position: relative;
  z-index: 1;
}
.attendance-bg::after {
  content: "";
  background-image: url("./media/card-bg-02.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 60%;
  right: 0;
  top: 0;
  z-index: -1;
}
.attendance-circle-progress.attendance-progress {
  width: 130px;
  height: 130px !important;
  background: #FFF;
  border-radius: 50%;
}
.attendance-circle-progress.attendance-progress::after {
  border: 4px solid #F3F4F6;
}
.attendance-circle-progress.attendance-progress .total-work-hours {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: normal;
}
.h-12 {
  height: 12px;
}
.circle-progress.circle-progress-md {
  width: 40px;
  height: 40px !important;
}
.circle-progress.circle-progress-md .progress-value {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  font-size: 12px;
  color: #515B73;
  line-height: 38px;
  text-align: center;
}
.active-time {
  min-width: 80px;
  position: relative;
  z-index: 2;
}
.timeline-flow {
  position: relative;
  z-index: 1;
}
.timeline-flow::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #E5E7EB;
  position: absolute;
  left: -11px;
  top: 5px;
  z-index: -1;
}
.schedule-timeline > div:last-child .timeline-flow::before {
  display: none;
}
.activity-timeline .timeline-flow::before {
  left: -15px;
}
.activity-timeline .avatar {
  z-index: 2;
}
.card-bg-5 {
  position: relative;
  z-index: 1;
}
.card-bg-5::before {
  content: "";
  background-image: url("./media/card-bg-05.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.table.dashboard-table tr td {
  padding: 9px 20px;
}
.account-page {
  background: #FFF;
}
.login-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.login-wrapper.basic-type {
  overflow: auto;
  height: 100%;
  justify-content: center;
}
.login-wrapper.basic-type::before {
  display: none;
}
.login-wrapper.basic-type .login-content {
  overflow: unset;
  height: 100%;
}
@media (max-width: 991.98px) {
  .login-wrapper.account-bg {
    background-image: none;
  }
}
.login-wrapper.account-bg .login-content {
  background:
    linear-gradient(
      180deg,
      #FF7B3D 0%,
      #5C260C 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-left: auto;
}
.login-wrapper .btn-outline-light:hover {
  background-color: #FFF !important;
}
.login-background {
  position: relative;
}
.login-background::before {
  content: "";
  background:
    linear-gradient(
      180deg,
      #FF7B3D 0%,
      #5C260C 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
@media (max-width: 991.98px) {
  .login-background::before {
    display: none;
  }
}
.hover-a {
  position: relative;
  color: #F26522;
}
.hover-a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #F26522;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.hover-a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.hover-a:hover {
  color: #F26522;
}
.login-wrapper.login-new {
  overflow: auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.login-wrapper.login-new .login-shapes {
  position: relative;
}
@media (max-width: 991.98px) {
  .login-wrapper.login-new .login-shapes {
    display: none;
  }
}
.login-wrapper.login-new .login-shapes .login-right-shape {
  position: fixed;
  top: 0;
  left: 0;
}
.login-wrapper.login-new .login-shapes .login-left-shape {
  position: fixed;
  bottom: 0;
  right: 0;
}
.login-wrapper.login-new .login-content.user-login {
  position: relative;
}
.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box {
  margin-bottom: 34px;
}
.login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
  width: 74px;
  height: 74px;
  background: #FFF;
  border: 1px solid #E9EDF4;
  border-radius: 8px;
  text-align: center;
  margin-right: 15px;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  outline: none;
}
@media (max-width: 575.98px) {
  .login-wrapper.login-new .login-content.user-login .login-userset form .otp-box input {
    width: 40px;
    height: 40px;
  }
}
.login-wrapper.login-new .copyright-text {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .login-wrapper.login-new .copyright-text {
    margin: 0 0 30px;
  }
}
.login-wrapper.login-new .copyright-text p {
  font-weight: 500;
  color: #111827;
  margin-bottom: 0;
}
.login-wrapper.login-new .lock-screen-list {
  text-align: center;
}
.login-wrapper.login-new .lock-screen-list .nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.login-wrapper.login-new .lock-screen-list .nav li {
  margin-right: 20px;
}
.login-wrapper.login-new .lock-screen-list .nav li:last-child {
  margin-right: 0;
}
.login-wrapper.login-new .lock-screen-list .nav li a {
  font-weight: 500;
}
.login-wrapper.login-new .lock-screen-list .copyright-text {
  margin: 20px 0 40px;
}
@media (max-width: 767.98px) {
  .login-wrapper.login-new .lock-screen-list .copyright-text {
    margin: 20px 0 30px;
  }
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-toggle {
  border: 0;
  padding: 0;
  border-radius: 5px;
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #9CA3AF;
  border-right: 2px solid #9CA3AF;
  content: "";
  display: inline-block;
  pointer-events: none;
  width: 8px;
  height: 8px;
  vertical-align: 2px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-menu {
  padding: 15px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DCE5E8;
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  background: #FFF;
  border-radius: 5px;
  display: block;
}
.login-wrapper.login-new .lock-screen-list .language-dropdown .dropdown-menu .dropdown-item:hover {
  background: #F8FAFC;
}
.login-or {
  text-align: center;
  font-size: 15px;
  color: #374151;
  font-weight: 500;
  margin: 5px 0;
  padding: 10px 0;
  position: relative;
}
.login-or::after {
  width: 100%;
  content: "";
  border-top: 1px solid #E5E7EB;
  position: absolute;
  top: 50%;
  right: 0;
}
.login-or::before {
  width: 100%;
  content: "";
  border-top: 1px solid #E5E7EB;
  position: absolute;
  top: 50%;
  left: 0;
}
.login-or .span-or {
  background-color: #FFF;
  padding: 0 10px;
  z-index: 9;
  position: relative;
}
.authentication-card {
  padding: 40px;
}
.authen-overlay-item {
  background: rgba(255, 247, 243, 0.2509803922);
  border-radius: 15px;
  padding: 40px;
  position: relative;
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
}
.authen-overlay-img {
  max-width: 400px;
}
.bg-overlay-img .bg-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bg-overlay-img .bg-2 {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 1;
  max-width: 100px;
}
.bg-overlay-img .bg-3 {
  position: absolute;
  top: 40%;
  right: 30%;
  z-index: 1;
}
.bg-linear-gradiant {
  background:
    linear-gradient(
      115.43deg,
      #FFFFFF 0.45%,
      #FFF3ED 100%);
}
.border.border-dark-2 {
  border: 2px solid #E8E8E9 !important;
  border-radius: 8px !important;
  height: 70px;
  width: 70px;
}
.error-images img {
  max-width: 500px;
}
.password-strength span {
  width: 100%;
  height: 5px;
  background: #e3e3e3;
  margin-right: 10px;
  border-radius: 5px;
}
.poor-active span.active#poor,
.poor-active span.active#poors {
  background: #E70D0D;
}
.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
  background: #FFC107;
}
.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
  background: #1B84FF;
}
.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
  background: #03C95A;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}
.under-maintenance {
  position: relative;
}
.maintenance-overlay-image .overlay-image-bottom {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.maintenance-overlay-image .overlay-image-top {
  position: absolute;
  top: -80px;
  right: 2%;
  z-index: -1;
}
.coming-soon .comming-soon-pg .counts-card {
  width: 50px;
  height: 50px;
}
.content-head {
  min-height: 36px;
}
.overlay-bg-3 {
  z-index: 1;
}
.overlay-bg-3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("./media/card-bg-03.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.icon-rotate {
  transform: rotate(45deg);
}
.icon-rotate span {
  transform: rotate(317deg);
}
#pipeline_chart {
  margin-top: -30px;
}
.stage-chart-main {
  margin-left: -60px;
}
.deal-stage-chart {
  width: 235px;
  height: 235px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.chart-stage-1 {
  width: 150px;
  height: 150px;
  margin: auto;
  z-index: 1;
}
.chart-stage-2 {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
}
.chart-stage-3 {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -40px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.chart-stage-4 {
  width: 95px;
  height: 95px;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 2;
}
#heat_chart {
  margin-left: -15px;
}
.welcome-wrap {
  padding: 40px 40px 24px;
  background:
    linear-gradient(
      90deg,
      #FF6F28 0%,
      #FF5325 100%);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .welcome-wrap {
    padding: 20px 20px 4px;
  }
}
.welcome-wrap .welcome-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
}
.welcome-wrap .welcome-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.welcome-wrap .welcome-bg-02 {
  position: absolute;
  top: 20%;
  left: 40%;
  z-index: -1;
}
.welcome-wrap .welcome-bg-03 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#company-chart .apexcharts-bar-series .apexcharts-series path:hover {
  fill: #F26522;
}
.trend-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #FBFBFD;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
}
.dot-icon {
  position: absolute;
  right: 0;
  top: 20px;
  margin-right: 20px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #FFF;
  font-size: 0.813rem;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 0.25rem;
  border: 1px dashed rgba(242, 101, 34, 0.3);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #677788;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #677788;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  stroke: #F26522;
}
.flatpickr-months,
.flatpickr-weekdays {
  background-color: rgba(242, 101, 34, 0.1);
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  inset-block-start: 0;
  padding-block-start: 0.313rem;
  padding-inline: 0.313rem;
  padding-block-end: 0;
  color: #F26522;
  fill: #F26522;
}
.flatpickr-months .flatpickr-month {
  color: #F26522;
  fill: #F26522;
}
span.flatpickr-weekday {
  color: rgba(242, 101, 34, 0.8);
  font-weight: 700;
}
.flatpickr-day.today {
  border-color: #F26522;
  background-color: #F26522;
  color: #FFF;
}
.flatpickr-day {
  border-radius: 4px;
}
.icons-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #E5E7EB;
  margin: 5px;
  -webkit-box-shadow: 0 2px 3px rgb(215, 197, 255);
  -moz-box-shadow: 0 2px 3px rgb(215, 197, 255);
  box-shadow: 0 2px 3px rgb(215, 197, 255);
}
.icons-list .icons-list-item {
  display: block;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #E5E7EB;
  margin: 5px;
}
.icons-list .icons-list-item:hover {
  background-color: #E5E7EB;
  color: #F26522;
  font-size: 24px;
}
ul.sortable-list li,
ol.sortable-list li {
  background-color: #F26522;
  margin: 3px 0;
  border: 1px solid #F26522;
  border-radius: 0.3rem;
  font-weight: 500;
}
ul.sortable-list li.filtered,
ol.sortable-list li.filtered {
  background-color: #E70D0D;
  color: #FFF;
}
ul.sortable-list li.selected,
ol.sortable-list li.selected {
  background-color: #F26522;
  border: 1px solid #F26522;
  color: #FFF;
}
ul.sortable-list .list-group-item,
ol.sortable-list .list-group-item {
  background-color: rgba(242, 101, 34, 0.05);
}
ul.sortable-list .list-group-item + .list-group-item,
ol.sortable-list .list-group-item + .list-group-item {
  border-top-width: 1px;
  background-color: rgba(242, 101, 34, 0.05);
}
ul#shared-right li,
ul#cloning-right li,
ul#disabling-sorting-right li,
ol#shared-right li,
ol#cloning-right li,
ol#disabling-sorting-right li {
  background-color: rgba(59, 112, 128, 0.05);
  border: 1px solid rgba(59, 112, 128, 0.05);
}
ul .handle,
ol .handle {
  cursor: grab;
}
.grid-square {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #E5E7EB;
  border-radius: 0.5rem;
  margin-block-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 20px;
}
.nested-sortable,
.nested-1,
.nested-2,
.nested-3 {
  margin-top: 5px;
}
.nested-sortable .list-group-item + .list-group-item,
.nested-1 .list-group-item + .list-group-item,
.nested-2 .list-group-item + .list-group-item,
.nested-3 .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.nested-1,
.nested-2,
.nested-3 {
  border: 1px solid rgba(59, 112, 128, 0.05);
  font-weight: 500;
}
#map,
#map1,
#map-popup,
#map-custom-icon,
#interactive-map {
  height: 18.75rem;
  z-index: 10;
}
.jvm-zoom-btn {
  background-color: #F8F9FA;
  color: #6B7280;
  border: 1px solid #E5E7EB;
  font-size: 20px;
}
#vector-map,
#marker-map,
#marker-image-map,
#lines-map,
#us-map,
#canada-map,
#spain-map,
#russia-map {
  height: 21.875rem;
}
.jvm-tooltip {
  background-color: #1a1c1e;
}
#vector-map #jvm-regions-group path,
#marker-map #jvm-regions-group path,
#marker-image-map #jvm-regions-group path,
#lines-map #jvm-regions-group path,
#users-map #jvm-regions-group path {
  fill: #F8F9FA;
}
.jvm-zoom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.jvm-zoom-btn.jvm-zoomin {
  inset-block-start: 5px;
}
#jvm-markers-labels-group text {
  fill: #677788;
}
#google-map,
#google-map-overlay,
#map-layers,
#map-markers,
#streetview-map,
#map-geofencing {
  height: 18.75rem;
}
.google-map-overlay {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 0.875rem;
  opacity: 0.8;
  background: #F26522;
  border: solid 0.188rem #F26522;
  border-radius: 0.25rem;
  padding: 0 0.25rem;
}
.google-overlay_arrow {
  inset-inline-start: 50%;
  margin-inline-start: -1rem;
  width: 0;
  height: 0;
  position: absolute;
}
.google-overlay_arrow.above {
  inset-block-end: -0.938rem;
  border-inline-start: 0.938rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-start: 1rem solid #336699;
}
.google-overlay_arrow.below {
  inset-block-start: -0.938rem;
  border-inline-start: 1rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-end: 1rem solid #336699;
}
.flatpickr-time .flatpickr-am-pm {
  width: 36%;
}
[dir=rtl] .flatpickr-input {
  text-align: start;
}
.flatpickr-calendar {
  background-color: #FFF;
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
  border: 1px solid #E5E7EB;
  font-size: 14px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #000;
  fill: #000;
}
.rangeMode .flatpickr-day {
  margin-top: 4px;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: #000;
}
.flatpickr-day.today.inRange {
  color: #F26522;
}
.dayContainer {
  padding: 0.25rem;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #FFF;
  font-size: 0.813rem;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.25rem;
  fill: #F26522;
}
.flatpickr-day.inRange {
  box-shadow: none;
}
.flatpickr-calendar.open {
  z-index: 105;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 0.25rem;
  border: 1px dashed #F26522;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #677788;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #677788;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}
.flatpickr-day {
  color: #4B5563;
  font-weight: 500;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
  opacity: 0.5;
}
.flatpickr-day.today {
  border-color: #F26522;
  background-color: #F26522;
  color: #FFF;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #F26522;
  color: #FFF;
  border-color: #F26522;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #F8F9FA;
  border-color: #E5E7EB;
}
.flatpickr-day.today:hover {
  background-color: #F26522;
  border-color: #F26522;
  color: #FFF;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #E5E7EB;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #E5E7EB;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #E5E7EB;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #F8F9FA;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: #677788;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  inset-inline-start: 0;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  inset-block-start: 0;
  padding-block-start: 0.313rem;
  padding-inline: 0.313rem;
  padding-block-end: 0;
  color: #F26522;
  fill: #F26522;
}
@media (min-width: 420px) {
  .flatpickr-time .flatpickr-am-pm {
    padding: 0 1.875rem 0 0.5rem;
  }
}
.flatpickr-weekdays {
  border-block-end: 1px solid #E5E7EB;
}
.numInputWrapper span.arrowUp {
  top: -0.125rem;
}
.flatpickr-current-month .numInputWrapper {
  width: 3.5rem;
}
.flatpickr-calendar.hasTime {
  width: auto;
}
[dir=rtl] .flatpickr-months .numInputWrapper span {
  left: 0;
  right: inherit;
}
@media (max-width: 575.98) {
  .flatpickr-calendar {
    width: 250px;
  }
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: -1px 2.25rem 0 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  padding-block: 0;
  padding-inline-start: 0;
  padding-inline-end: 0.5ch;
  font-size: 0.875rem;
  font-weight: 500;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  stroke: #F26522;
}
.flatpickr-day {
  border-radius: 4;
}
.numInputWrapper:hover {
  background: transparent;
}
.numInputWrapper span {
  border: 0px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-block-end-color: #F26522;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #FFF;
}
.numInputWrapper span:hover {
  background: transparent;
}
.numInputWrapper span.arrowUp:after {
  border-inline-start: 0.25rem solid transparent;
  border-inline-end: 0.25rem solid transparent;
  border-block-end: 0.25rem solid #F26522;
  inset-block-start: 75%;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-block-start-color: #F26522;
}
.numInputWrapper span.arrowDown:after {
  border-inline-start: 0.25rem solid transparent;
  border-inline-end: 0.25rem solid transparent;
  border-block-start: 0.25rem solid #F26522;
  inset-block-start: 15%;
}
span.flatpickr-weekday {
  color: #F26522;
  font-weight: 700;
}
.flatpickr-months .flatpickr-month {
  color: #F26522;
  fill: #F26522;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: #F26522;
}
.pcr-app {
  background: #FFF;
}
.pcr-app .pcr-interaction .pcr-result {
  color: #4B5563;
  background: #F8F9FA;
}
.theme-container button,
.theme-container1 button,
.theme-container2 button {
  display: none;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-inline-end: 0.75em;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-inline-start: 0.75em;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 #E5E7EB;
}
.swiper {
  border-radius: 5px;
}
[dir=rtl] .swiper {
  direction: ltr;
}
[dir=rtl] .swiper-backface-hidden .swiper-slide {
  direction: rtl;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  width: 1.563rem;
  height: 1.563rem;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.75rem;
  font-weight: 800;
}
.swiper-horizontal1 .swiper-slide {
  height: auto;
}
.swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 5px;
  background: #FFF;
}
.swiper-pagination-bullet-active {
  background: #FFF;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #03C95A;
}
.swiper-pagination {
  color: #FFF;
}
.custom-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.188rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #FFF;
  opacity: 1;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFF;
  color: #000;
}
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-scrollbar-drag {
  background-color: #FFF;
}
.swiper.vertical {
  height: 21.875rem;
}
.swiper-preview {
  height: 80%;
  width: 100%;
}
.swiper-view {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-view .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-view .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-preview .swiper-wrapper {
  margin-block-end: 0.65rem;
}
.swiper-thumbs .swiper-slide img {
  border-radius: 5px;
}
.layout-mode-rtl .me-auto {
  margin-right: unset !important;
  margin-left: auto !important;
}
.layout-mode-rtl .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.layout-mode-rtl .ms-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.layout-mode-rtl .sidebar .sidebar-menu > ul > li ul {
  direction: rtl;
}
.layout-mode-rtl .sidebar .sidebar-menu > ul li.menu-title {
  justify-content: end;
}

/* src/assets/tabler-icons/tabler-icons.min.css */
/*!
 * Tabler Icons 2.45.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url("./media/tabler-icons.eot?v2.45.0");
  src:
    url("./media/tabler-icons.eot?#iefix-v2.45.0") format("embedded-opentype"),
    url("./media/tabler-icons.woff2?v2.45.0") format("woff2"),
    url("./media/tabler-icons.woff?") format("woff"),
    url("./media/tabler-icons.ttf?v2.45.0") format("truetype");
}
.ti {
  font-family: "tabler-icons" !important;
  speak: 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-12-hours:before {
  content: "\fc53";
}
.ti-123:before {
  content: "\f554";
}
.ti-24-hours:before {
  content: "\f5e7";
}
.ti-2fa:before {
  content: "\eca0";
}
.ti-360:before {
  content: "\f62f";
}
.ti-360-view:before {
  content: "\f566";
}
.ti-3d-cube-sphere:before {
  content: "\ecd7";
}
.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}
.ti-3d-rotate:before {
  content: "\f020";
}
.ti-a-b:before {
  content: "\ec36";
}
.ti-a-b-2:before {
  content: "\f25f";
}
.ti-a-b-off:before {
  content: "\f0a6";
}
.ti-abacus:before {
  content: "\f05c";
}
.ti-abacus-off:before {
  content: "\f3b6";
}
.ti-abc:before {
  content: "\f567";
}
.ti-access-point:before {
  content: "\ed1b";
}
.ti-access-point-off:before {
  content: "\ed1a";
}
.ti-accessible:before {
  content: "\eba9";
}
.ti-accessible-off:before {
  content: "\f0a7";
}
.ti-accessible-off-filled:before {
  content: "\f6ea";
}
.ti-activity:before {
  content: "\ed23";
}
.ti-activity-heartbeat:before {
  content: "\f0db";
}
.ti-ad:before {
  content: "\ea02";
}
.ti-ad-2:before {
  content: "\ef1f";
}
.ti-ad-circle:before {
  content: "\f79e";
}
.ti-ad-circle-filled:before {
  content: "\f7d3";
}
.ti-ad-circle-off:before {
  content: "\f79d";
}
.ti-ad-filled:before {
  content: "\f6eb";
}
.ti-ad-off:before {
  content: "\f3b7";
}
.ti-address-book:before {
  content: "\f021";
}
.ti-address-book-off:before {
  content: "\f3b8";
}
.ti-adjustments:before {
  content: "\ea03";
}
.ti-adjustments-alt:before {
  content: "\ec37";
}
.ti-adjustments-bolt:before {
  content: "\f7fb";
}
.ti-adjustments-cancel:before {
  content: "\f7fc";
}
.ti-adjustments-check:before {
  content: "\f7fd";
}
.ti-adjustments-code:before {
  content: "\f7fe";
}
.ti-adjustments-cog:before {
  content: "\f7ff";
}
.ti-adjustments-dollar:before {
  content: "\f800";
}
.ti-adjustments-down:before {
  content: "\f801";
}
.ti-adjustments-exclamation:before {
  content: "\f802";
}
.ti-adjustments-filled:before {
  content: "\f6ec";
}
.ti-adjustments-heart:before {
  content: "\f803";
}
.ti-adjustments-horizontal:before {
  content: "\ec38";
}
.ti-adjustments-minus:before {
  content: "\f804";
}
.ti-adjustments-off:before {
  content: "\f0a8";
}
.ti-adjustments-pause:before {
  content: "\f805";
}
.ti-adjustments-pin:before {
  content: "\f806";
}
.ti-adjustments-plus:before {
  content: "\f807";
}
.ti-adjustments-question:before {
  content: "\f808";
}
.ti-adjustments-search:before {
  content: "\f809";
}
.ti-adjustments-share:before {
  content: "\f80a";
}
.ti-adjustments-star:before {
  content: "\f80b";
}
.ti-adjustments-up:before {
  content: "\f80c";
}
.ti-adjustments-x:before {
  content: "\f80d";
}
.ti-aerial-lift:before {
  content: "\edfe";
}
.ti-affiliate:before {
  content: "\edff";
}
.ti-affiliate-filled:before {
  content: "\f6ed";
}
.ti-air-balloon:before {
  content: "\f4a6";
}
.ti-air-conditioning:before {
  content: "\f3a2";
}
.ti-air-conditioning-disabled:before {
  content: "\f542";
}
.ti-air-traffic-control:before {
  content: "\fb01";
}
.ti-alarm:before {
  content: "\ea04";
}
.ti-alarm-average:before {
  content: "\fc9e";
}
.ti-alarm-filled:before {
  content: "\f709";
}
.ti-alarm-minus:before {
  content: "\f630";
}
.ti-alarm-minus-filled:before {
  content: "\f70a";
}
.ti-alarm-off:before {
  content: "\f0a9";
}
.ti-alarm-plus:before {
  content: "\f631";
}
.ti-alarm-plus-filled:before {
  content: "\f70b";
}
.ti-alarm-snooze:before {
  content: "\f632";
}
.ti-alarm-snooze-filled:before {
  content: "\f70c";
}
.ti-album:before {
  content: "\f022";
}
.ti-album-off:before {
  content: "\f3b9";
}
.ti-alert-circle:before {
  content: "\ea05";
}
.ti-alert-circle-filled:before {
  content: "\f6ee";
}
.ti-alert-circle-off:before {
  content: "\fc65";
}
.ti-alert-hexagon:before {
  content: "\f80e";
}
.ti-alert-hexagon-filled:before {
  content: "\fa34";
}
.ti-alert-hexagon-off:before {
  content: "\fc66";
}
.ti-alert-octagon:before {
  content: "\ecc6";
}
.ti-alert-octagon-filled:before {
  content: "\f6ef";
}
.ti-alert-small:before {
  content: "\f80f";
}
.ti-alert-small-off:before {
  content: "\fc67";
}
.ti-alert-square:before {
  content: "\f811";
}
.ti-alert-square-filled:before {
  content: "\fa35";
}
.ti-alert-square-rounded:before {
  content: "\f810";
}
.ti-alert-square-rounded-filled:before {
  content: "\fa36";
}
.ti-alert-square-rounded-off:before {
  content: "\fc68";
}
.ti-alert-triangle:before {
  content: "\ea06";
}
.ti-alert-triangle-filled:before {
  content: "\f6f0";
}
.ti-alert-triangle-off:before {
  content: "\fc69";
}
.ti-alien:before {
  content: "\ebde";
}
.ti-alien-filled:before {
  content: "\f70d";
}
.ti-align-box-bottom-center:before {
  content: "\f530";
}
.ti-align-box-bottom-center-filled:before {
  content: "\f70e";
}
.ti-align-box-bottom-left:before {
  content: "\f531";
}
.ti-align-box-bottom-left-filled:before {
  content: "\f70f";
}
.ti-align-box-bottom-right:before {
  content: "\f532";
}
.ti-align-box-bottom-right-filled:before {
  content: "\f710";
}
.ti-align-box-center-bottom:before {
  content: "\facb";
}
.ti-align-box-center-middle:before {
  content: "\f79f";
}
.ti-align-box-center-middle-filled:before {
  content: "\f7d4";
}
.ti-align-box-center-stretch:before {
  content: "\facc";
}
.ti-align-box-center-top:before {
  content: "\facd";
}
.ti-align-box-left-bottom:before {
  content: "\f533";
}
.ti-align-box-left-bottom-filled:before {
  content: "\f711";
}
.ti-align-box-left-middle:before {
  content: "\f534";
}
.ti-align-box-left-middle-filled:before {
  content: "\f712";
}
.ti-align-box-left-stretch:before {
  content: "\face";
}
.ti-align-box-left-top:before {
  content: "\f535";
}
.ti-align-box-left-top-filled:before {
  content: "\f713";
}
.ti-align-box-right-bottom:before {
  content: "\f536";
}
.ti-align-box-right-bottom-filled:before {
  content: "\f714";
}
.ti-align-box-right-middle:before {
  content: "\f537";
}
.ti-align-box-right-middle-filled:before {
  content: "\f7d5";
}
.ti-align-box-right-stretch:before {
  content: "\facf";
}
.ti-align-box-right-top:before {
  content: "\f538";
}
.ti-align-box-right-top-filled:before {
  content: "\f715";
}
.ti-align-box-top-center:before {
  content: "\f539";
}
.ti-align-box-top-center-filled:before {
  content: "\f716";
}
.ti-align-box-top-left:before {
  content: "\f53a";
}
.ti-align-box-top-left-filled:before {
  content: "\f717";
}
.ti-align-box-top-right:before {
  content: "\f53b";
}
.ti-align-box-top-right-filled:before {
  content: "\f718";
}
.ti-align-center:before {
  content: "\ea07";
}
.ti-align-justified:before {
  content: "\ea08";
}
.ti-align-left:before {
  content: "\ea09";
}
.ti-align-right:before {
  content: "\ea0a";
}
.ti-alpha:before {
  content: "\f543";
}
.ti-alphabet-cyrillic:before {
  content: "\f1df";
}
.ti-alphabet-greek:before {
  content: "\f1e0";
}
.ti-alphabet-latin:before {
  content: "\f1e1";
}
.ti-alt:before {
  content: "\fc54";
}
.ti-ambulance:before {
  content: "\ebf5";
}
.ti-ampersand:before {
  content: "\f229";
}
.ti-analyze:before {
  content: "\f3a3";
}
.ti-analyze-filled:before {
  content: "\f719";
}
.ti-analyze-off:before {
  content: "\f3ba";
}
.ti-anchor:before {
  content: "\eb76";
}
.ti-anchor-off:before {
  content: "\f0f7";
}
.ti-angle:before {
  content: "\ef20";
}
.ti-ankh:before {
  content: "\f1cd";
}
.ti-antenna:before {
  content: "\f094";
}
.ti-antenna-bars-1:before {
  content: "\ecc7";
}
.ti-antenna-bars-2:before {
  content: "\ecc8";
}
.ti-antenna-bars-3:before {
  content: "\ecc9";
}
.ti-antenna-bars-4:before {
  content: "\ecca";
}
.ti-antenna-bars-5:before {
  content: "\eccb";
}
.ti-antenna-bars-off:before {
  content: "\f0aa";
}
.ti-antenna-off:before {
  content: "\f3bb";
}
.ti-aperture:before {
  content: "\eb58";
}
.ti-aperture-off:before {
  content: "\f3bc";
}
.ti-api:before {
  content: "\effd";
}
.ti-api-app:before {
  content: "\effc";
}
.ti-api-app-off:before {
  content: "\f0ab";
}
.ti-api-off:before {
  content: "\f0f8";
}
.ti-app-window:before {
  content: "\efe6";
}
.ti-app-window-filled:before {
  content: "\f71a";
}
.ti-apple:before {
  content: "\ef21";
}
.ti-apps:before {
  content: "\ebb6";
}
.ti-apps-filled:before {
  content: "\f6f1";
}
.ti-apps-off:before {
  content: "\f0ac";
}
.ti-archery-arrow:before {
  content: "\fc55";
}
.ti-archive:before {
  content: "\ea0b";
}
.ti-archive-filled:before {
  content: "\fa82";
}
.ti-archive-off:before {
  content: "\f0ad";
}
.ti-armchair:before {
  content: "\ef9e";
}
.ti-armchair-2:before {
  content: "\efe7";
}
.ti-armchair-2-off:before {
  content: "\f3bd";
}
.ti-armchair-off:before {
  content: "\f3be";
}
.ti-arrow-autofit-content:before {
  content: "\ef31";
}
.ti-arrow-autofit-content-filled:before {
  content: "\f6f2";
}
.ti-arrow-autofit-down:before {
  content: "\ef32";
}
.ti-arrow-autofit-height:before {
  content: "\ef33";
}
.ti-arrow-autofit-left:before {
  content: "\ef34";
}
.ti-arrow-autofit-right:before {
  content: "\ef35";
}
.ti-arrow-autofit-up:before {
  content: "\ef36";
}
.ti-arrow-autofit-width:before {
  content: "\ef37";
}
.ti-arrow-back:before {
  content: "\ea0c";
}
.ti-arrow-back-up:before {
  content: "\eb77";
}
.ti-arrow-back-up-double:before {
  content: "\f9ec";
}
.ti-arrow-badge-down:before {
  content: "\f60b";
}
.ti-arrow-badge-down-filled:before {
  content: "\f7d6";
}
.ti-arrow-badge-left:before {
  content: "\f60c";
}
.ti-arrow-badge-left-filled:before {
  content: "\f7d7";
}
.ti-arrow-badge-right:before {
  content: "\f60d";
}
.ti-arrow-badge-right-filled:before {
  content: "\f7d8";
}
.ti-arrow-badge-up:before {
  content: "\f60e";
}
.ti-arrow-badge-up-filled:before {
  content: "\f7d9";
}
.ti-arrow-bar-both:before {
  content: "\fadd";
}
.ti-arrow-bar-down:before {
  content: "\ea0d";
}
.ti-arrow-bar-left:before {
  content: "\ea0e";
}
.ti-arrow-bar-right:before {
  content: "\ea0f";
}
.ti-arrow-bar-to-down:before {
  content: "\ec88";
}
.ti-arrow-bar-to-left:before {
  content: "\ec89";
}
.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}
.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}
.ti-arrow-bar-up:before {
  content: "\ea10";
}
.ti-arrow-bear-left:before {
  content: "\f045";
}
.ti-arrow-bear-left-2:before {
  content: "\f044";
}
.ti-arrow-bear-right:before {
  content: "\f047";
}
.ti-arrow-bear-right-2:before {
  content: "\f046";
}
.ti-arrow-big-down:before {
  content: "\edda";
}
.ti-arrow-big-down-filled:before {
  content: "\f6c6";
}
.ti-arrow-big-down-line:before {
  content: "\efe8";
}
.ti-arrow-big-down-line-filled:before {
  content: "\f6c7";
}
.ti-arrow-big-down-lines:before {
  content: "\efe9";
}
.ti-arrow-big-down-lines-filled:before {
  content: "\f6c8";
}
.ti-arrow-big-left:before {
  content: "\eddb";
}
.ti-arrow-big-left-filled:before {
  content: "\f6c9";
}
.ti-arrow-big-left-line:before {
  content: "\efea";
}
.ti-arrow-big-left-line-filled:before {
  content: "\f6ca";
}
.ti-arrow-big-left-lines:before {
  content: "\efeb";
}
.ti-arrow-big-left-lines-filled:before {
  content: "\f6cb";
}
.ti-arrow-big-right:before {
  content: "\eddc";
}
.ti-arrow-big-right-filled:before {
  content: "\f6cc";
}
.ti-arrow-big-right-line:before {
  content: "\efec";
}
.ti-arrow-big-right-line-filled:before {
  content: "\f6cd";
}
.ti-arrow-big-right-lines:before {
  content: "\efed";
}
.ti-arrow-big-right-lines-filled:before {
  content: "\f6ce";
}
.ti-arrow-big-up:before {
  content: "\eddd";
}
.ti-arrow-big-up-filled:before {
  content: "\f6cf";
}
.ti-arrow-big-up-line:before {
  content: "\efee";
}
.ti-arrow-big-up-line-filled:before {
  content: "\f6d0";
}
.ti-arrow-big-up-lines:before {
  content: "\efef";
}
.ti-arrow-big-up-lines-filled:before {
  content: "\f6d1";
}
.ti-arrow-bounce:before {
  content: "\f3a4";
}
.ti-arrow-capsule:before {
  content: "\fade";
}
.ti-arrow-curve-left:before {
  content: "\f048";
}
.ti-arrow-curve-right:before {
  content: "\f049";
}
.ti-arrow-down:before {
  content: "\ea16";
}
.ti-arrow-down-bar:before {
  content: "\ed98";
}
.ti-arrow-down-circle:before {
  content: "\ea11";
}
.ti-arrow-down-left:before {
  content: "\ea13";
}
.ti-arrow-down-left-circle:before {
  content: "\ea12";
}
.ti-arrow-down-rhombus:before {
  content: "\f61d";
}
.ti-arrow-down-right:before {
  content: "\ea15";
}
.ti-arrow-down-right-circle:before {
  content: "\ea14";
}
.ti-arrow-down-square:before {
  content: "\ed9a";
}
.ti-arrow-down-tail:before {
  content: "\ed9b";
}
.ti-arrow-elbow-left:before {
  content: "\f9ed";
}
.ti-arrow-elbow-right:before {
  content: "\f9ee";
}
.ti-arrow-fork:before {
  content: "\f04a";
}
.ti-arrow-forward:before {
  content: "\ea17";
}
.ti-arrow-forward-up:before {
  content: "\eb78";
}
.ti-arrow-forward-up-double:before {
  content: "\f9ef";
}
.ti-arrow-guide:before {
  content: "\f22a";
}
.ti-arrow-iteration:before {
  content: "\f578";
}
.ti-arrow-left:before {
  content: "\ea19";
}
.ti-arrow-left-bar:before {
  content: "\ed9c";
}
.ti-arrow-left-circle:before {
  content: "\ea18";
}
.ti-arrow-left-rhombus:before {
  content: "\f61e";
}
.ti-arrow-left-right:before {
  content: "\f04b";
}
.ti-arrow-left-square:before {
  content: "\ed9d";
}
.ti-arrow-left-tail:before {
  content: "\ed9e";
}
.ti-arrow-loop-left:before {
  content: "\ed9f";
}
.ti-arrow-loop-left-2:before {
  content: "\f04c";
}
.ti-arrow-loop-right:before {
  content: "\eda0";
}
.ti-arrow-loop-right-2:before {
  content: "\f04d";
}
.ti-arrow-merge:before {
  content: "\f04e";
}
.ti-arrow-merge-alt-left:before {
  content: "\fc9f";
}
.ti-arrow-merge-alt-right:before {
  content: "\fca0";
}
.ti-arrow-merge-both:before {
  content: "\f23b";
}
.ti-arrow-merge-left:before {
  content: "\f23c";
}
.ti-arrow-merge-right:before {
  content: "\f23d";
}
.ti-arrow-move-down:before {
  content: "\f2ba";
}
.ti-arrow-move-left:before {
  content: "\f2bb";
}
.ti-arrow-move-right:before {
  content: "\f2bc";
}
.ti-arrow-move-up:before {
  content: "\f2bd";
}
.ti-arrow-narrow-down:before {
  content: "\ea1a";
}
.ti-arrow-narrow-left:before {
  content: "\ea1b";
}
.ti-arrow-narrow-right:before {
  content: "\ea1c";
}
.ti-arrow-narrow-up:before {
  content: "\ea1d";
}
.ti-arrow-ramp-left:before {
  content: "\ed3c";
}
.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}
.ti-arrow-ramp-left-3:before {
  content: "\f050";
}
.ti-arrow-ramp-right:before {
  content: "\ed3d";
}
.ti-arrow-ramp-right-2:before {
  content: "\f051";
}
.ti-arrow-ramp-right-3:before {
  content: "\f052";
}
.ti-arrow-right:before {
  content: "\ea1f";
}
.ti-arrow-right-bar:before {
  content: "\eda1";
}
.ti-arrow-right-circle:before {
  content: "\ea1e";
}
.ti-arrow-right-rhombus:before {
  content: "\f61f";
}
.ti-arrow-right-square:before {
  content: "\eda2";
}
.ti-arrow-right-tail:before {
  content: "\eda3";
}
.ti-arrow-rotary-first-left:before {
  content: "\f053";
}
.ti-arrow-rotary-first-right:before {
  content: "\f054";
}
.ti-arrow-rotary-last-left:before {
  content: "\f055";
}
.ti-arrow-rotary-last-right:before {
  content: "\f056";
}
.ti-arrow-rotary-left:before {
  content: "\f057";
}
.ti-arrow-rotary-right:before {
  content: "\f058";
}
.ti-arrow-rotary-straight:before {
  content: "\f059";
}
.ti-arrow-roundabout-left:before {
  content: "\f22b";
}
.ti-arrow-roundabout-right:before {
  content: "\f22c";
}
.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}
.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}
.ti-arrow-up:before {
  content: "\ea25";
}
.ti-arrow-up-bar:before {
  content: "\eda4";
}
.ti-arrow-up-circle:before {
  content: "\ea20";
}
.ti-arrow-up-left:before {
  content: "\ea22";
}
.ti-arrow-up-left-circle:before {
  content: "\ea21";
}
.ti-arrow-up-rhombus:before {
  content: "\f620";
}
.ti-arrow-up-right:before {
  content: "\ea24";
}
.ti-arrow-up-right-circle:before {
  content: "\ea23";
}
.ti-arrow-up-square:before {
  content: "\eda6";
}
.ti-arrow-up-tail:before {
  content: "\eda7";
}
.ti-arrow-wave-left-down:before {
  content: "\eda8";
}
.ti-arrow-wave-left-up:before {
  content: "\eda9";
}
.ti-arrow-wave-right-down:before {
  content: "\edaa";
}
.ti-arrow-wave-right-up:before {
  content: "\edab";
}
.ti-arrow-zig-zag:before {
  content: "\f4a7";
}
.ti-arrows-cross:before {
  content: "\effe";
}
.ti-arrows-diagonal:before {
  content: "\ea27";
}
.ti-arrows-diagonal-2:before {
  content: "\ea26";
}
.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}
.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}
.ti-arrows-diff:before {
  content: "\f296";
}
.ti-arrows-double-ne-sw:before {
  content: "\edde";
}
.ti-arrows-double-nw-se:before {
  content: "\eddf";
}
.ti-arrows-double-se-nw:before {
  content: "\ede0";
}
.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}
.ti-arrows-down:before {
  content: "\edad";
}
.ti-arrows-down-up:before {
  content: "\edac";
}
.ti-arrows-exchange:before {
  content: "\f1f4";
}
.ti-arrows-exchange-2:before {
  content: "\f1f3";
}
.ti-arrows-horizontal:before {
  content: "\eb59";
}
.ti-arrows-join:before {
  content: "\edaf";
}
.ti-arrows-join-2:before {
  content: "\edae";
}
.ti-arrows-left:before {
  content: "\edb1";
}
.ti-arrows-left-down:before {
  content: "\ee00";
}
.ti-arrows-left-right:before {
  content: "\edb0";
}
.ti-arrows-maximize:before {
  content: "\ea28";
}
.ti-arrows-minimize:before {
  content: "\ea29";
}
.ti-arrows-move:before {
  content: "\f22f";
}
.ti-arrows-move-horizontal:before {
  content: "\f22d";
}
.ti-arrows-move-vertical:before {
  content: "\f22e";
}
.ti-arrows-random:before {
  content: "\f095";
}
.ti-arrows-right:before {
  content: "\edb3";
}
.ti-arrows-right-down:before {
  content: "\ee01";
}
.ti-arrows-right-left:before {
  content: "\edb2";
}
.ti-arrows-shuffle:before {
  content: "\f000";
}
.ti-arrows-shuffle-2:before {
  content: "\efff";
}
.ti-arrows-sort:before {
  content: "\eb5a";
}
.ti-arrows-split:before {
  content: "\edb5";
}
.ti-arrows-split-2:before {
  content: "\edb4";
}
.ti-arrows-transfer-down:before {
  content: "\f2cc";
}
.ti-arrows-transfer-up:before {
  content: "\f2cd";
}
.ti-arrows-up:before {
  content: "\edb7";
}
.ti-arrows-up-down:before {
  content: "\edb6";
}
.ti-arrows-up-left:before {
  content: "\ee02";
}
.ti-arrows-up-right:before {
  content: "\ee03";
}
.ti-arrows-vertical:before {
  content: "\eb5b";
}
.ti-artboard:before {
  content: "\ea2a";
}
.ti-artboard-filled:before {
  content: "\fa83";
}
.ti-artboard-off:before {
  content: "\f0ae";
}
.ti-article:before {
  content: "\f1e2";
}
.ti-article-filled-filled:before {
  content: "\f7da";
}
.ti-article-off:before {
  content: "\f3bf";
}
.ti-aspect-ratio:before {
  content: "\ed30";
}
.ti-aspect-ratio-filled:before {
  content: "\f7db";
}
.ti-aspect-ratio-off:before {
  content: "\f0af";
}
.ti-assembly:before {
  content: "\f24d";
}
.ti-assembly-off:before {
  content: "\f3c0";
}
.ti-asset:before {
  content: "\f1ce";
}
.ti-asterisk:before {
  content: "\efd5";
}
.ti-asterisk-simple:before {
  content: "\efd4";
}
.ti-at:before {
  content: "\ea2b";
}
.ti-at-off:before {
  content: "\f0b0";
}
.ti-atom:before {
  content: "\eb79";
}
.ti-atom-2:before {
  content: "\ebdf";
}
.ti-atom-2-filled:before {
  content: "\f71b";
}
.ti-atom-off:before {
  content: "\f0f9";
}
.ti-augmented-reality:before {
  content: "\f023";
}
.ti-augmented-reality-2:before {
  content: "\f37e";
}
.ti-augmented-reality-off:before {
  content: "\f3c1";
}
.ti-automatic-gearbox:before {
  content: "\fc89";
}
.ti-award:before {
  content: "\ea2c";
}
.ti-award-filled:before {
  content: "\f71c";
}
.ti-award-off:before {
  content: "\f0fa";
}
.ti-axe:before {
  content: "\ef9f";
}
.ti-axis-x:before {
  content: "\ef45";
}
.ti-axis-y:before {
  content: "\ef46";
}
.ti-baby-bottle:before {
  content: "\f5d2";
}
.ti-baby-carriage:before {
  content: "\f05d";
}
.ti-background:before {
  content: "\fd2c";
}
.ti-backhoe:before {
  content: "\ed86";
}
.ti-backpack:before {
  content: "\ef47";
}
.ti-backpack-off:before {
  content: "\f3c2";
}
.ti-backslash:before {
  content: "\fab9";
}
.ti-backspace:before {
  content: "\ea2d";
}
.ti-backspace-filled:before {
  content: "\f7dc";
}
.ti-badge:before {
  content: "\efc2";
}
.ti-badge-3d:before {
  content: "\f555";
}
.ti-badge-4k:before {
  content: "\f556";
}
.ti-badge-8k:before {
  content: "\f557";
}
.ti-badge-ad:before {
  content: "\f558";
}
.ti-badge-ar:before {
  content: "\f559";
}
.ti-badge-cc:before {
  content: "\f55a";
}
.ti-badge-filled:before {
  content: "\f667";
}
.ti-badge-hd:before {
  content: "\f55b";
}
.ti-badge-off:before {
  content: "\f0fb";
}
.ti-badge-sd:before {
  content: "\f55c";
}
.ti-badge-tm:before {
  content: "\f55d";
}
.ti-badge-vo:before {
  content: "\f55e";
}
.ti-badge-vr:before {
  content: "\f55f";
}
.ti-badge-wc:before {
  content: "\f560";
}
.ti-badges:before {
  content: "\efc3";
}
.ti-badges-filled:before {
  content: "\f7dd";
}
.ti-badges-off:before {
  content: "\f0fc";
}
.ti-baguette:before {
  content: "\f3a5";
}
.ti-ball-american-football:before {
  content: "\ee04";
}
.ti-ball-american-football-off:before {
  content: "\f3c3";
}
.ti-ball-baseball:before {
  content: "\efa0";
}
.ti-ball-basketball:before {
  content: "\ec28";
}
.ti-ball-bowling:before {
  content: "\ec29";
}
.ti-ball-football:before {
  content: "\ee06";
}
.ti-ball-football-off:before {
  content: "\ee05";
}
.ti-ball-tennis:before {
  content: "\ec2a";
}
.ti-ball-volleyball:before {
  content: "\ec2b";
}
.ti-balloon:before {
  content: "\ef3a";
}
.ti-balloon-filled:before {
  content: "\fa84";
}
.ti-balloon-off:before {
  content: "\f0fd";
}
.ti-ballpen:before {
  content: "\f06e";
}
.ti-ballpen-filled:before {
  content: "\fa85";
}
.ti-ballpen-off:before {
  content: "\f0b1";
}
.ti-ban:before {
  content: "\ea2e";
}
.ti-bandage:before {
  content: "\eb7a";
}
.ti-bandage-filled:before {
  content: "\f7de";
}
.ti-bandage-off:before {
  content: "\f3c4";
}
.ti-barbell:before {
  content: "\eff0";
}
.ti-barbell-off:before {
  content: "\f0b2";
}
.ti-barcode:before {
  content: "\ebc6";
}
.ti-barcode-off:before {
  content: "\f0b3";
}
.ti-barrel:before {
  content: "\f0b4";
}
.ti-barrel-off:before {
  content: "\f0fe";
}
.ti-barrier-block:before {
  content: "\f00e";
}
.ti-barrier-block-off:before {
  content: "\f0b5";
}
.ti-baseline:before {
  content: "\f024";
}
.ti-baseline-density-large:before {
  content: "\f9f0";
}
.ti-baseline-density-medium:before {
  content: "\f9f1";
}
.ti-baseline-density-small:before {
  content: "\f9f2";
}
.ti-basket:before {
  content: "\ebe1";
}
.ti-basket-bolt:before {
  content: "\fb43";
}
.ti-basket-cancel:before {
  content: "\fb44";
}
.ti-basket-check:before {
  content: "\fb45";
}
.ti-basket-code:before {
  content: "\fb46";
}
.ti-basket-cog:before {
  content: "\fb47";
}
.ti-basket-discount:before {
  content: "\fb48";
}
.ti-basket-dollar:before {
  content: "\fb49";
}
.ti-basket-down:before {
  content: "\fb4a";
}
.ti-basket-exclamation:before {
  content: "\fb4b";
}
.ti-basket-filled:before {
  content: "\f7df";
}
.ti-basket-heart:before {
  content: "\fb4c";
}
.ti-basket-minus:before {
  content: "\fb4d";
}
.ti-basket-off:before {
  content: "\f0b6";
}
.ti-basket-pause:before {
  content: "\fb4e";
}
.ti-basket-pin:before {
  content: "\fb4f";
}
.ti-basket-plus:before {
  content: "\fb50";
}
.ti-basket-question:before {
  content: "\fb51";
}
.ti-basket-search:before {
  content: "\fb52";
}
.ti-basket-share:before {
  content: "\fb53";
}
.ti-basket-star:before {
  content: "\fb54";
}
.ti-basket-up:before {
  content: "\fb55";
}
.ti-basket-x:before {
  content: "\fb56";
}
.ti-bat:before {
  content: "\f284";
}
.ti-bath:before {
  content: "\ef48";
}
.ti-bath-filled:before {
  content: "\f71d";
}
.ti-bath-off:before {
  content: "\f0ff";
}
.ti-battery:before {
  content: "\ea34";
}
.ti-battery-1:before {
  content: "\ea2f";
}
.ti-battery-1-filled:before {
  content: "\f71e";
}
.ti-battery-2:before {
  content: "\ea30";
}
.ti-battery-2-filled:before {
  content: "\f71f";
}
.ti-battery-3:before {
  content: "\ea31";
}
.ti-battery-3-filled:before {
  content: "\f720";
}
.ti-battery-4:before {
  content: "\ea32";
}
.ti-battery-4-filled:before {
  content: "\f721";
}
.ti-battery-automotive:before {
  content: "\ee07";
}
.ti-battery-charging:before {
  content: "\ea33";
}
.ti-battery-charging-2:before {
  content: "\ef3b";
}
.ti-battery-eco:before {
  content: "\ef3c";
}
.ti-battery-filled:before {
  content: "\f668";
}
.ti-battery-off:before {
  content: "\ed1c";
}
.ti-beach:before {
  content: "\ef3d";
}
.ti-beach-off:before {
  content: "\f0b7";
}
.ti-bed:before {
  content: "\eb5c";
}
.ti-bed-filled:before {
  content: "\f7e0";
}
.ti-bed-flat:before {
  content: "\fca1";
}
.ti-bed-off:before {
  content: "\f100";
}
.ti-beer:before {
  content: "\efa1";
}
.ti-beer-filled:before {
  content: "\f7e1";
}
.ti-beer-off:before {
  content: "\f101";
}
.ti-bell:before {
  content: "\ea35";
}
.ti-bell-bolt:before {
  content: "\f812";
}
.ti-bell-cancel:before {
  content: "\f813";
}
.ti-bell-check:before {
  content: "\f814";
}
.ti-bell-code:before {
  content: "\f815";
}
.ti-bell-cog:before {
  content: "\f816";
}
.ti-bell-dollar:before {
  content: "\f817";
}
.ti-bell-down:before {
  content: "\f818";
}
.ti-bell-exclamation:before {
  content: "\f819";
}
.ti-bell-filled:before {
  content: "\f669";
}
.ti-bell-heart:before {
  content: "\f81a";
}
.ti-bell-minus:before {
  content: "\ede2";
}
.ti-bell-minus-filled:before {
  content: "\f722";
}
.ti-bell-off:before {
  content: "\ece9";
}
.ti-bell-pause:before {
  content: "\f81b";
}
.ti-bell-pin:before {
  content: "\f81c";
}
.ti-bell-plus:before {
  content: "\ede3";
}
.ti-bell-plus-filled:before {
  content: "\f723";
}
.ti-bell-question:before {
  content: "\f81d";
}
.ti-bell-ringing:before {
  content: "\ed07";
}
.ti-bell-ringing-2:before {
  content: "\ede4";
}
.ti-bell-ringing-2-filled:before {
  content: "\f724";
}
.ti-bell-ringing-filled:before {
  content: "\f725";
}
.ti-bell-school:before {
  content: "\f05e";
}
.ti-bell-search:before {
  content: "\f81e";
}
.ti-bell-share:before {
  content: "\f81f";
}
.ti-bell-star:before {
  content: "\f820";
}
.ti-bell-up:before {
  content: "\f821";
}
.ti-bell-x:before {
  content: "\ede5";
}
.ti-bell-x-filled:before {
  content: "\f726";
}
.ti-bell-z:before {
  content: "\eff1";
}
.ti-bell-z-filled:before {
  content: "\f727";
}
.ti-beta:before {
  content: "\f544";
}
.ti-bible:before {
  content: "\efc4";
}
.ti-bike:before {
  content: "\ea36";
}
.ti-bike-off:before {
  content: "\f0b8";
}
.ti-binary:before {
  content: "\ee08";
}
.ti-binary-off:before {
  content: "\f3c5";
}
.ti-binary-tree:before {
  content: "\f5d4";
}
.ti-binary-tree-2:before {
  content: "\f5d3";
}
.ti-biohazard:before {
  content: "\ecb8";
}
.ti-biohazard-off:before {
  content: "\f0b9";
}
.ti-blade:before {
  content: "\f4bd";
}
.ti-blade-filled:before {
  content: "\f7e2";
}
.ti-bleach:before {
  content: "\f2f3";
}
.ti-bleach-chlorine:before {
  content: "\f2f0";
}
.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}
.ti-bleach-off:before {
  content: "\f2f2";
}
.ti-blender:before {
  content: "\fca2";
}
.ti-blockquote:before {
  content: "\ee09";
}
.ti-bluetooth:before {
  content: "\ea37";
}
.ti-bluetooth-connected:before {
  content: "\ecea";
}
.ti-bluetooth-off:before {
  content: "\eceb";
}
.ti-bluetooth-x:before {
  content: "\f081";
}
.ti-blur:before {
  content: "\ef8c";
}
.ti-blur-off:before {
  content: "\f3c6";
}
.ti-bmp:before {
  content: "\f3a6";
}
.ti-body-scan:before {
  content: "\fca3";
}
.ti-bold:before {
  content: "\eb7b";
}
.ti-bold-off:before {
  content: "\f0ba";
}
.ti-bolt:before {
  content: "\ea38";
}
.ti-bolt-off:before {
  content: "\ecec";
}
.ti-bomb:before {
  content: "\f59c";
}
.ti-bomb-filled:before {
  content: "\fa86";
}
.ti-bone:before {
  content: "\edb8";
}
.ti-bone-off:before {
  content: "\f0bb";
}
.ti-bong:before {
  content: "\f3a7";
}
.ti-bong-off:before {
  content: "\f3c7";
}
.ti-book:before {
  content: "\ea39";
}
.ti-book-2:before {
  content: "\efc5";
}
.ti-book-download:before {
  content: "\f070";
}
.ti-book-filled:before {
  content: "\fa87";
}
.ti-book-off:before {
  content: "\f0bc";
}
.ti-book-upload:before {
  content: "\f071";
}
.ti-bookmark:before {
  content: "\ea3a";
}
.ti-bookmark-ai:before {
  content: "\fc8a";
}
.ti-bookmark-edit:before {
  content: "\fa5e";
}
.ti-bookmark-filled:before {
  content: "\fa88";
}
.ti-bookmark-minus:before {
  content: "\fa5f";
}
.ti-bookmark-off:before {
  content: "\eced";
}
.ti-bookmark-plus:before {
  content: "\fa60";
}
.ti-bookmark-question:before {
  content: "\fa61";
}
.ti-bookmarks:before {
  content: "\ed08";
}
.ti-bookmarks-filled:before {
  content: "\fb1f";
}
.ti-bookmarks-off:before {
  content: "\f0bd";
}
.ti-books:before {
  content: "\eff2";
}
.ti-books-off:before {
  content: "\f0be";
}
.ti-border-all:before {
  content: "\ea3b";
}
.ti-border-bottom:before {
  content: "\ea3c";
}
.ti-border-corner-pill:before {
  content: "\fd62";
}
.ti-border-corner-rounded:before {
  content: "\fd63";
}
.ti-border-corner-square:before {
  content: "\fd64";
}
.ti-border-corners:before {
  content: "\f7a0";
}
.ti-border-horizontal:before {
  content: "\ea3d";
}
.ti-border-inner:before {
  content: "\ea3e";
}
.ti-border-left:before {
  content: "\ea3f";
}
.ti-border-none:before {
  content: "\ea40";
}
.ti-border-outer:before {
  content: "\ea41";
}
.ti-border-radius:before {
  content: "\eb7c";
}
.ti-border-right:before {
  content: "\ea42";
}
.ti-border-sides:before {
  content: "\f7a1";
}
.ti-border-style:before {
  content: "\ee0a";
}
.ti-border-style-2:before {
  content: "\ef22";
}
.ti-border-top:before {
  content: "\ea43";
}
.ti-border-vertical:before {
  content: "\ea44";
}
.ti-bottle:before {
  content: "\ef0b";
}
.ti-bottle-filled:before {
  content: "\fa89";
}
.ti-bottle-off:before {
  content: "\f3c8";
}
.ti-bounce-left:before {
  content: "\f59d";
}
.ti-bounce-left-filled:before {
  content: "\fb20";
}
.ti-bounce-right:before {
  content: "\f59e";
}
.ti-bounce-right-filled:before {
  content: "\fb21";
}
.ti-bow:before {
  content: "\f096";
}
.ti-bowl:before {
  content: "\f4fa";
}
.ti-bowl-filled:before {
  content: "\fb22";
}
.ti-box:before {
  content: "\ea45";
}
.ti-box-align-bottom:before {
  content: "\f2a8";
}
.ti-box-align-bottom-filled:before {
  content: "\fa8a";
}
.ti-box-align-bottom-left:before {
  content: "\f2ce";
}
.ti-box-align-bottom-left-filled:before {
  content: "\fa8b";
}
.ti-box-align-bottom-right:before {
  content: "\f2cf";
}
.ti-box-align-bottom-right-filled:before {
  content: "\fa8c";
}
.ti-box-align-left:before {
  content: "\f2a9";
}
.ti-box-align-left-filled:before {
  content: "\fa8d";
}
.ti-box-align-right:before {
  content: "\f2aa";
}
.ti-box-align-right-filled:before {
  content: "\fa8e";
}
.ti-box-align-top:before {
  content: "\f2ab";
}
.ti-box-align-top-filled:before {
  content: "\fa8f";
}
.ti-box-align-top-left:before {
  content: "\f2d0";
}
.ti-box-align-top-left-filled:before {
  content: "\fa90";
}
.ti-box-align-top-right:before {
  content: "\f2d1";
}
.ti-box-align-top-right-filled:before {
  content: "\fa91";
}
.ti-box-margin:before {
  content: "\ee0b";
}
.ti-box-model:before {
  content: "\ee0c";
}
.ti-box-model-2:before {
  content: "\ef23";
}
.ti-box-model-2-off:before {
  content: "\f3c9";
}
.ti-box-model-off:before {
  content: "\f3ca";
}
.ti-box-multiple:before {
  content: "\ee17";
}
.ti-box-multiple-0:before {
  content: "\ee0d";
}
.ti-box-multiple-1:before {
  content: "\ee0e";
}
.ti-box-multiple-2:before {
  content: "\ee0f";
}
.ti-box-multiple-3:before {
  content: "\ee10";
}
.ti-box-multiple-4:before {
  content: "\ee11";
}
.ti-box-multiple-5:before {
  content: "\ee12";
}
.ti-box-multiple-6:before {
  content: "\ee13";
}
.ti-box-multiple-7:before {
  content: "\ee14";
}
.ti-box-multiple-8:before {
  content: "\ee15";
}
.ti-box-multiple-9:before {
  content: "\ee16";
}
.ti-box-off:before {
  content: "\f102";
}
.ti-box-padding:before {
  content: "\ee18";
}
.ti-box-seam:before {
  content: "\f561";
}
.ti-braces:before {
  content: "\ebcc";
}
.ti-braces-off:before {
  content: "\f0bf";
}
.ti-brackets:before {
  content: "\ebcd";
}
.ti-brackets-angle:before {
  content: "\fcb2";
}
.ti-brackets-angle-off:before {
  content: "\fcb1";
}
.ti-brackets-contain:before {
  content: "\f1e5";
}
.ti-brackets-contain-end:before {
  content: "\f1e3";
}
.ti-brackets-contain-start:before {
  content: "\f1e4";
}
.ti-brackets-off:before {
  content: "\f0c0";
}
.ti-braille:before {
  content: "\f545";
}
.ti-brain:before {
  content: "\f59f";
}
.ti-brand-4chan:before {
  content: "\f494";
}
.ti-brand-abstract:before {
  content: "\f495";
}
.ti-brand-adobe:before {
  content: "\f0dc";
}
.ti-brand-adonis-js:before {
  content: "\f496";
}
.ti-brand-airbnb:before {
  content: "\ed68";
}
.ti-brand-airtable:before {
  content: "\ef6a";
}
.ti-brand-algolia:before {
  content: "\f390";
}
.ti-brand-alipay:before {
  content: "\f7a2";
}
.ti-brand-alpine-js:before {
  content: "\f324";
}
.ti-brand-amazon:before {
  content: "\f230";
}
.ti-brand-amd:before {
  content: "\f653";
}
.ti-brand-amigo:before {
  content: "\f5f9";
}
.ti-brand-among-us:before {
  content: "\f205";
}
.ti-brand-android:before {
  content: "\ec16";
}
.ti-brand-angular:before {
  content: "\ef6b";
}
.ti-brand-ansible:before {
  content: "\fa70";
}
.ti-brand-ao3:before {
  content: "\f5e8";
}
.ti-brand-appgallery:before {
  content: "\f231";
}
.ti-brand-apple:before {
  content: "\ec17";
}
.ti-brand-apple-arcade:before {
  content: "\ed69";
}
.ti-brand-apple-filled:before {
  content: "\fd74";
}
.ti-brand-apple-podcast:before {
  content: "\f1e6";
}
.ti-brand-appstore:before {
  content: "\ed24";
}
.ti-brand-asana:before {
  content: "\edc5";
}
.ti-brand-auth0:before {
  content: "\fcb3";
}
.ti-brand-aws:before {
  content: "\fa4c";
}
.ti-brand-azure:before {
  content: "\fa4d";
}
.ti-brand-backbone:before {
  content: "\f325";
}
.ti-brand-badoo:before {
  content: "\f206";
}
.ti-brand-baidu:before {
  content: "\f5e9";
}
.ti-brand-bandcamp:before {
  content: "\f207";
}
.ti-brand-bandlab:before {
  content: "\f5fa";
}
.ti-brand-beats:before {
  content: "\f208";
}
.ti-brand-behance:before {
  content: "\ec6e";
}
.ti-brand-bilibili:before {
  content: "\f6d2";
}
.ti-brand-binance:before {
  content: "\f5a0";
}
.ti-brand-bing:before {
  content: "\edc6";
}
.ti-brand-bitbucket:before {
  content: "\edc7";
}
.ti-brand-blackberry:before {
  content: "\f568";
}
.ti-brand-blender:before {
  content: "\f326";
}
.ti-brand-blogger:before {
  content: "\f35a";
}
.ti-brand-bluesky:before {
  content: "\fd75";
}
.ti-brand-booking:before {
  content: "\edc8";
}
.ti-brand-bootstrap:before {
  content: "\ef3e";
}
.ti-brand-bulma:before {
  content: "\f327";
}
.ti-brand-bumble:before {
  content: "\f5fb";
}
.ti-brand-bunpo:before {
  content: "\f4cf";
}
.ti-brand-c-sharp:before {
  content: "\f003";
}
.ti-brand-cake:before {
  content: "\f7a3";
}
.ti-brand-cakephp:before {
  content: "\f7af";
}
.ti-brand-campaignmonitor:before {
  content: "\f328";
}
.ti-brand-carbon:before {
  content: "\f348";
}
.ti-brand-cashapp:before {
  content: "\f391";
}
.ti-brand-chrome:before {
  content: "\ec18";
}
.ti-brand-cinema-4d:before {
  content: "\fa71";
}
.ti-brand-citymapper:before {
  content: "\f5fc";
}
.ti-brand-cloudflare:before {
  content: "\fa4e";
}
.ti-brand-codecov:before {
  content: "\f329";
}
.ti-brand-codepen:before {
  content: "\ec6f";
}
.ti-brand-codesandbox:before {
  content: "\ed6a";
}
.ti-brand-cohost:before {
  content: "\f5d5";
}
.ti-brand-coinbase:before {
  content: "\f209";
}
.ti-brand-comedy-central:before {
  content: "\f217";
}
.ti-brand-coreos:before {
  content: "\f5fd";
}
.ti-brand-couchdb:before {
  content: "\f60f";
}
.ti-brand-couchsurfing:before {
  content: "\f392";
}
.ti-brand-cpp:before {
  content: "\f5fe";
}
.ti-brand-craft:before {
  content: "\fa72";
}
.ti-brand-crunchbase:before {
  content: "\f7e3";
}
.ti-brand-css3:before {
  content: "\ed6b";
}
.ti-brand-ctemplar:before {
  content: "\f4d0";
}
.ti-brand-cucumber:before {
  content: "\ef6c";
}
.ti-brand-cupra:before {
  content: "\f4d1";
}
.ti-brand-cypress:before {
  content: "\f333";
}
.ti-brand-d3:before {
  content: "\f24e";
}
.ti-brand-databricks:before {
  content: "\fc41";
}
.ti-brand-days-counter:before {
  content: "\f4d2";
}
.ti-brand-dcos:before {
  content: "\f32a";
}
.ti-brand-debian:before {
  content: "\ef57";
}
.ti-brand-deezer:before {
  content: "\f78b";
}
.ti-brand-deliveroo:before {
  content: "\f4d3";
}
.ti-brand-deno:before {
  content: "\f24f";
}
.ti-brand-denodo:before {
  content: "\f610";
}
.ti-brand-deviantart:before {
  content: "\ecfb";
}
.ti-brand-digg:before {
  content: "\fa73";
}
.ti-brand-dingtalk:before {
  content: "\f5ea";
}
.ti-brand-discord:before {
  content: "\ece3";
}
.ti-brand-discord-filled:before {
  content: "\f7e4";
}
.ti-brand-disney:before {
  content: "\f20a";
}
.ti-brand-disqus:before {
  content: "\edc9";
}
.ti-brand-django:before {
  content: "\f349";
}
.ti-brand-docker:before {
  content: "\edca";
}
.ti-brand-doctrine:before {
  content: "\ef6d";
}
.ti-brand-dolby-digital:before {
  content: "\f4d4";
}
.ti-brand-douban:before {
  content: "\f5ff";
}
.ti-brand-dribbble:before {
  content: "\ec19";
}
.ti-brand-dribbble-filled:before {
  content: "\f7e5";
}
.ti-brand-drops:before {
  content: "\f4d5";
}
.ti-brand-drupal:before {
  content: "\f393";
}
.ti-brand-edge:before {
  content: "\ecfc";
}
.ti-brand-elastic:before {
  content: "\f611";
}
.ti-brand-electronic-arts:before {
  content: "\fa74";
}
.ti-brand-ember:before {
  content: "\f497";
}
.ti-brand-envato:before {
  content: "\f394";
}
.ti-brand-etsy:before {
  content: "\f654";
}
.ti-brand-evernote:before {
  content: "\f600";
}
.ti-brand-facebook:before {
  content: "\ec1a";
}
.ti-brand-facebook-filled:before {
  content: "\f7e6";
}
.ti-brand-feedly:before {
  content: "\fa75";
}
.ti-brand-figma:before {
  content: "\ec93";
}
.ti-brand-filezilla:before {
  content: "\fa76";
}
.ti-brand-finder:before {
  content: "\f218";
}
.ti-brand-firebase:before {
  content: "\ef6e";
}
.ti-brand-firefox:before {
  content: "\ecfd";
}
.ti-brand-fiverr:before {
  content: "\f7a4";
}
.ti-brand-flickr:before {
  content: "\ecfe";
}
.ti-brand-flightradar24:before {
  content: "\f4d6";
}
.ti-brand-flipboard:before {
  content: "\f20b";
}
.ti-brand-flutter:before {
  content: "\f395";
}
.ti-brand-fortnite:before {
  content: "\f260";
}
.ti-brand-foursquare:before {
  content: "\ecff";
}
.ti-brand-framer:before {
  content: "\ec1b";
}
.ti-brand-framer-motion:before {
  content: "\f78c";
}
.ti-brand-funimation:before {
  content: "\f655";
}
.ti-brand-gatsby:before {
  content: "\f396";
}
.ti-brand-git:before {
  content: "\ef6f";
}
.ti-brand-github:before {
  content: "\ec1c";
}
.ti-brand-github-copilot:before {
  content: "\f4a8";
}
.ti-brand-github-filled:before {
  content: "\f7e7";
}
.ti-brand-gitlab:before {
  content: "\ec1d";
}
.ti-brand-gmail:before {
  content: "\efa2";
}
.ti-brand-golang:before {
  content: "\f78d";
}
.ti-brand-google:before {
  content: "\ec1f";
}
.ti-brand-google-analytics:before {
  content: "\edcb";
}
.ti-brand-google-big-query:before {
  content: "\f612";
}
.ti-brand-google-drive:before {
  content: "\ec1e";
}
.ti-brand-google-filled:before {
  content: "\fd1a";
}
.ti-brand-google-fit:before {
  content: "\f297";
}
.ti-brand-google-home:before {
  content: "\f601";
}
.ti-brand-google-maps:before {
  content: "\fa4f";
}
.ti-brand-google-one:before {
  content: "\f232";
}
.ti-brand-google-photos:before {
  content: "\f20c";
}
.ti-brand-google-play:before {
  content: "\ed25";
}
.ti-brand-google-podcasts:before {
  content: "\f656";
}
.ti-brand-grammarly:before {
  content: "\f32b";
}
.ti-brand-graphql:before {
  content: "\f32c";
}
.ti-brand-gravatar:before {
  content: "\edcc";
}
.ti-brand-grindr:before {
  content: "\f20d";
}
.ti-brand-guardian:before {
  content: "\f4fb";
}
.ti-brand-gumroad:before {
  content: "\f5d6";
}
.ti-brand-hbo:before {
  content: "\f657";
}
.ti-brand-headlessui:before {
  content: "\f32d";
}
.ti-brand-hexo:before {
  content: "\fa50";
}
.ti-brand-hipchat:before {
  content: "\edcd";
}
.ti-brand-html5:before {
  content: "\ed6c";
}
.ti-brand-inertia:before {
  content: "\f34a";
}
.ti-brand-instagram:before {
  content: "\ec20";
}
.ti-brand-intercom:before {
  content: "\f1cf";
}
.ti-brand-itch:before {
  content: "\fa22";
}
.ti-brand-javascript:before {
  content: "\ef0c";
}
.ti-brand-juejin:before {
  content: "\f7b0";
}
.ti-brand-kako-talk:before {
  content: "\fd2d";
}
.ti-brand-kbin:before {
  content: "\fad0";
}
.ti-brand-kick:before {
  content: "\fa23";
}
.ti-brand-kickstarter:before {
  content: "\edce";
}
.ti-brand-kotlin:before {
  content: "\ed6d";
}
.ti-brand-laravel:before {
  content: "\f34b";
}
.ti-brand-lastfm:before {
  content: "\f001";
}
.ti-brand-leetcode:before {
  content: "\fa51";
}
.ti-brand-letterboxd:before {
  content: "\fa24";
}
.ti-brand-line:before {
  content: "\f7e8";
}
.ti-brand-linkedin:before {
  content: "\ec8c";
}
.ti-brand-linktree:before {
  content: "\f1e7";
}
.ti-brand-linqpad:before {
  content: "\f562";
}
.ti-brand-livewire:before {
  content: "\fd76";
}
.ti-brand-loom:before {
  content: "\ef70";
}
.ti-brand-mailgun:before {
  content: "\f32e";
}
.ti-brand-mantine:before {
  content: "\f32f";
}
.ti-brand-mastercard:before {
  content: "\ef49";
}
.ti-brand-mastodon:before {
  content: "\f250";
}
.ti-brand-matrix:before {
  content: "\f5eb";
}
.ti-brand-mcdonalds:before {
  content: "\f251";
}
.ti-brand-medium:before {
  content: "\ec70";
}
.ti-brand-meetup:before {
  content: "\fc6a";
}
.ti-brand-mercedes:before {
  content: "\f072";
}
.ti-brand-messenger:before {
  content: "\ec71";
}
.ti-brand-meta:before {
  content: "\efb0";
}
.ti-brand-minecraft:before {
  content: "\faef";
}
.ti-brand-miniprogram:before {
  content: "\f602";
}
.ti-brand-mixpanel:before {
  content: "\f397";
}
.ti-brand-monday:before {
  content: "\f219";
}
.ti-brand-mongodb:before {
  content: "\f613";
}
.ti-brand-my-oppo:before {
  content: "\f4d7";
}
.ti-brand-mysql:before {
  content: "\f614";
}
.ti-brand-national-geographic:before {
  content: "\f603";
}
.ti-brand-nem:before {
  content: "\f5a1";
}
.ti-brand-netbeans:before {
  content: "\ef71";
}
.ti-brand-netease-music:before {
  content: "\f604";
}
.ti-brand-netflix:before {
  content: "\edcf";
}
.ti-brand-nexo:before {
  content: "\f5a2";
}
.ti-brand-nextcloud:before {
  content: "\f4d8";
}
.ti-brand-nextjs:before {
  content: "\f0dd";
}
.ti-brand-nodejs:before {
  content: "\fae0";
}
.ti-brand-nord-vpn:before {
  content: "\f37f";
}
.ti-brand-notion:before {
  content: "\ef7b";
}
.ti-brand-npm:before {
  content: "\f569";
}
.ti-brand-nuxt:before {
  content: "\f0de";
}
.ti-brand-nytimes:before {
  content: "\ef8d";
}
.ti-brand-oauth:before {
  content: "\fa52";
}
.ti-brand-office:before {
  content: "\f398";
}
.ti-brand-ok-ru:before {
  content: "\f399";
}
.ti-brand-onedrive:before {
  content: "\f5d7";
}
.ti-brand-onlyfans:before {
  content: "\f605";
}
.ti-brand-open-source:before {
  content: "\edd0";
}
.ti-brand-openai:before {
  content: "\f78e";
}
.ti-brand-openvpn:before {
  content: "\f39a";
}
.ti-brand-opera:before {
  content: "\ec21";
}
.ti-brand-pagekit:before {
  content: "\edd1";
}
.ti-brand-parsinta:before {
  content: "\fc42";
}
.ti-brand-patreon:before {
  content: "\edd2";
}
.ti-brand-patreon-filled:before {
  content: "\fcff";
}
.ti-brand-paypal:before {
  content: "\ec22";
}
.ti-brand-paypal-filled:before {
  content: "\f7e9";
}
.ti-brand-paypay:before {
  content: "\f5ec";
}
.ti-brand-peanut:before {
  content: "\f39b";
}
.ti-brand-pepsi:before {
  content: "\f261";
}
.ti-brand-php:before {
  content: "\ef72";
}
.ti-brand-picsart:before {
  content: "\f4d9";
}
.ti-brand-pinterest:before {
  content: "\ec8d";
}
.ti-brand-planetscale:before {
  content: "\f78f";
}
.ti-brand-pnpm:before {
  content: "\fd77";
}
.ti-brand-pocket:before {
  content: "\ed00";
}
.ti-brand-polymer:before {
  content: "\f498";
}
.ti-brand-powershell:before {
  content: "\f5ed";
}
.ti-brand-printables:before {
  content: "\fd1b";
}
.ti-brand-prisma:before {
  content: "\f499";
}
.ti-brand-producthunt:before {
  content: "\edd3";
}
.ti-brand-pushbullet:before {
  content: "\f330";
}
.ti-brand-pushover:before {
  content: "\f20e";
}
.ti-brand-python:before {
  content: "\ed01";
}
.ti-brand-qq:before {
  content: "\f606";
}
.ti-brand-radix-ui:before {
  content: "\f790";
}
.ti-brand-react:before {
  content: "\f34c";
}
.ti-brand-react-native:before {
  content: "\ef73";
}
.ti-brand-reason:before {
  content: "\f49a";
}
.ti-brand-reddit:before {
  content: "\ec8e";
}
.ti-brand-redhat:before {
  content: "\f331";
}
.ti-brand-redux:before {
  content: "\f3a8";
}
.ti-brand-revolut:before {
  content: "\f4da";
}
.ti-brand-rumble:before {
  content: "\fad1";
}
.ti-brand-rust:before {
  content: "\fa53";
}
.ti-brand-safari:before {
  content: "\ec23";
}
.ti-brand-samsungpass:before {
  content: "\f4db";
}
.ti-brand-sass:before {
  content: "\edd4";
}
.ti-brand-sentry:before {
  content: "\edd5";
}
.ti-brand-sharik:before {
  content: "\f4dc";
}
.ti-brand-shazam:before {
  content: "\edd6";
}
.ti-brand-shopee:before {
  content: "\f252";
}
.ti-brand-sketch:before {
  content: "\ec24";
}
.ti-brand-skype:before {
  content: "\ed02";
}
.ti-brand-slack:before {
  content: "\ec72";
}
.ti-brand-snapchat:before {
  content: "\ec25";
}
.ti-brand-snapseed:before {
  content: "\f253";
}
.ti-brand-snowflake:before {
  content: "\f615";
}
.ti-brand-socket-io:before {
  content: "\f49b";
}
.ti-brand-solidjs:before {
  content: "\f5ee";
}
.ti-brand-soundcloud:before {
  content: "\ed6e";
}
.ti-brand-spacehey:before {
  content: "\f4fc";
}
.ti-brand-speedtest:before {
  content: "\fa77";
}
.ti-brand-spotify:before {
  content: "\ed03";
}
.ti-brand-stackoverflow:before {
  content: "\ef58";
}
.ti-brand-stackshare:before {
  content: "\f607";
}
.ti-brand-steam:before {
  content: "\ed6f";
}
.ti-brand-stocktwits:before {
  content: "\fd78";
}
.ti-brand-storj:before {
  content: "\fa54";
}
.ti-brand-storybook:before {
  content: "\f332";
}
.ti-brand-storytel:before {
  content: "\f608";
}
.ti-brand-strava:before {
  content: "\f254";
}
.ti-brand-stripe:before {
  content: "\edd7";
}
.ti-brand-sublime-text:before {
  content: "\ef74";
}
.ti-brand-sugarizer:before {
  content: "\f7a5";
}
.ti-brand-supabase:before {
  content: "\f6d3";
}
.ti-brand-superhuman:before {
  content: "\f50c";
}
.ti-brand-supernova:before {
  content: "\f49c";
}
.ti-brand-surfshark:before {
  content: "\f255";
}
.ti-brand-svelte:before {
  content: "\f0df";
}
.ti-brand-swift:before {
  content: "\fa55";
}
.ti-brand-symfony:before {
  content: "\f616";
}
.ti-brand-tabler:before {
  content: "\ec8f";
}
.ti-brand-tailwind:before {
  content: "\eca1";
}
.ti-brand-taobao:before {
  content: "\f5ef";
}
.ti-brand-teams:before {
  content: "\fadf";
}
.ti-brand-ted:before {
  content: "\f658";
}
.ti-brand-telegram:before {
  content: "\ec26";
}
.ti-brand-terraform:before {
  content: "\fa56";
}
.ti-brand-tether:before {
  content: "\f5a3";
}
.ti-brand-thingiverse:before {
  content: "\fd1c";
}
.ti-brand-threads:before {
  content: "\fb02";
}
.ti-brand-threejs:before {
  content: "\f5f0";
}
.ti-brand-tidal:before {
  content: "\ed70";
}
.ti-brand-tiktok:before {
  content: "\ec73";
}
.ti-brand-tiktok-filled:before {
  content: "\f7ea";
}
.ti-brand-tinder:before {
  content: "\ed71";
}
.ti-brand-topbuzz:before {
  content: "\f50d";
}
.ti-brand-torchain:before {
  content: "\f5a4";
}
.ti-brand-toyota:before {
  content: "\f262";
}
.ti-brand-trello:before {
  content: "\f39d";
}
.ti-brand-tripadvisor:before {
  content: "\f002";
}
.ti-brand-tumblr:before {
  content: "\ed04";
}
.ti-brand-twilio:before {
  content: "\f617";
}
.ti-brand-twitch:before {
  content: "\ed05";
}
.ti-brand-twitter:before {
  content: "\ec27";
}
.ti-brand-twitter-filled:before {
  content: "\f7eb";
}
.ti-brand-typescript:before {
  content: "\f5f1";
}
.ti-brand-uber:before {
  content: "\ef75";
}
.ti-brand-ubuntu:before {
  content: "\ef59";
}
.ti-brand-unity:before {
  content: "\f49d";
}
.ti-brand-unsplash:before {
  content: "\edd8";
}
.ti-brand-upwork:before {
  content: "\f39e";
}
.ti-brand-valorant:before {
  content: "\f39f";
}
.ti-brand-vercel:before {
  content: "\ef24";
}
.ti-brand-vimeo:before {
  content: "\ed06";
}
.ti-brand-vinted:before {
  content: "\f20f";
}
.ti-brand-visa:before {
  content: "\f380";
}
.ti-brand-visual-studio:before {
  content: "\ef76";
}
.ti-brand-vite:before {
  content: "\f5f2";
}
.ti-brand-vivaldi:before {
  content: "\f210";
}
.ti-brand-vk:before {
  content: "\ed72";
}
.ti-brand-vlc:before {
  content: "\fa78";
}
.ti-brand-volkswagen:before {
  content: "\f50e";
}
.ti-brand-vsco:before {
  content: "\f334";
}
.ti-brand-vscode:before {
  content: "\f3a0";
}
.ti-brand-vue:before {
  content: "\f0e0";
}
.ti-brand-walmart:before {
  content: "\f211";
}
.ti-brand-waze:before {
  content: "\f5d8";
}
.ti-brand-webflow:before {
  content: "\f2d2";
}
.ti-brand-wechat:before {
  content: "\f5f3";
}
.ti-brand-weibo:before {
  content: "\f609";
}
.ti-brand-whatsapp:before {
  content: "\ec74";
}
.ti-brand-wikipedia:before {
  content: "\fa79";
}
.ti-brand-windows:before {
  content: "\ecd8";
}
.ti-brand-windy:before {
  content: "\f4dd";
}
.ti-brand-wish:before {
  content: "\f212";
}
.ti-brand-wix:before {
  content: "\f3a1";
}
.ti-brand-wordpress:before {
  content: "\f2d3";
}
.ti-brand-x:before {
  content: "\fc0f";
}
.ti-brand-x-filled:before {
  content: "\fc21";
}
.ti-brand-xamarin:before {
  content: "\fa7a";
}
.ti-brand-xbox:before {
  content: "\f298";
}
.ti-brand-xdeep:before {
  content: "\fc10";
}
.ti-brand-xing:before {
  content: "\f21a";
}
.ti-brand-yahoo:before {
  content: "\ed73";
}
.ti-brand-yandex:before {
  content: "\fae1";
}
.ti-brand-yarn:before {
  content: "\fd79";
}
.ti-brand-yatse:before {
  content: "\f213";
}
.ti-brand-ycombinator:before {
  content: "\edd9";
}
.ti-brand-youtube:before {
  content: "\ec90";
}
.ti-brand-youtube-filled:before {
  content: "\fc22";
}
.ti-brand-youtube-kids:before {
  content: "\f214";
}
.ti-brand-zalando:before {
  content: "\f49e";
}
.ti-brand-zapier:before {
  content: "\f49f";
}
.ti-brand-zeit:before {
  content: "\f335";
}
.ti-brand-zhihu:before {
  content: "\f60a";
}
.ti-brand-zoom:before {
  content: "\f215";
}
.ti-brand-zulip:before {
  content: "\f4de";
}
.ti-brand-zwift:before {
  content: "\f216";
}
.ti-bread:before {
  content: "\efa3";
}
.ti-bread-off:before {
  content: "\f3cb";
}
.ti-briefcase:before {
  content: "\ea46";
}
.ti-briefcase-2:before {
  content: "\fb03";
}
.ti-briefcase-filled:before {
  content: "\fd00";
}
.ti-briefcase-off:before {
  content: "\f3cc";
}
.ti-brightness:before {
  content: "\eb7f";
}
.ti-brightness-2:before {
  content: "\ee19";
}
.ti-brightness-down:before {
  content: "\eb7d";
}
.ti-brightness-down-filled:before {
  content: "\fb23";
}
.ti-brightness-half:before {
  content: "\ee1a";
}
.ti-brightness-off:before {
  content: "\f3cd";
}
.ti-brightness-up:before {
  content: "\eb7e";
}
.ti-brightness-up-filled:before {
  content: "\fb24";
}
.ti-broadcast:before {
  content: "\f1e9";
}
.ti-broadcast-off:before {
  content: "\f1e8";
}
.ti-browser:before {
  content: "\ebb7";
}
.ti-browser-check:before {
  content: "\efd6";
}
.ti-browser-off:before {
  content: "\f0c1";
}
.ti-browser-plus:before {
  content: "\efd7";
}
.ti-browser-x:before {
  content: "\efd8";
}
.ti-brush:before {
  content: "\ebb8";
}
.ti-brush-off:before {
  content: "\f0c2";
}
.ti-bucket:before {
  content: "\ea47";
}
.ti-bucket-droplet:before {
  content: "\f56a";
}
.ti-bucket-off:before {
  content: "\f103";
}
.ti-bug:before {
  content: "\ea48";
}
.ti-bug-filled:before {
  content: "\fd01";
}
.ti-bug-off:before {
  content: "\f0c3";
}
.ti-building:before {
  content: "\ea4f";
}
.ti-building-arch:before {
  content: "\ea49";
}
.ti-building-bank:before {
  content: "\ebe2";
}
.ti-building-bridge:before {
  content: "\ea4b";
}
.ti-building-bridge-2:before {
  content: "\ea4a";
}
.ti-building-broadcast-tower:before {
  content: "\f4be";
}
.ti-building-carousel:before {
  content: "\ed87";
}
.ti-building-castle:before {
  content: "\ed88";
}
.ti-building-church:before {
  content: "\ea4c";
}
.ti-building-circus:before {
  content: "\f4bf";
}
.ti-building-community:before {
  content: "\ebf6";
}
.ti-building-cottage:before {
  content: "\ee1b";
}
.ti-building-estate:before {
  content: "\f5a5";
}
.ti-building-factory:before {
  content: "\ee1c";
}
.ti-building-factory-2:before {
  content: "\f082";
}
.ti-building-fortress:before {
  content: "\ed89";
}
.ti-building-hospital:before {
  content: "\ea4d";
}
.ti-building-lighthouse:before {
  content: "\ed8a";
}
.ti-building-monument:before {
  content: "\ed26";
}
.ti-building-mosque:before {
  content: "\fa57";
}
.ti-building-pavilion:before {
  content: "\ebf7";
}
.ti-building-skyscraper:before {
  content: "\ec39";
}
.ti-building-stadium:before {
  content: "\f641";
}
.ti-building-store:before {
  content: "\ea4e";
}
.ti-building-tunnel:before {
  content: "\f5a6";
}
.ti-building-warehouse:before {
  content: "\ebe3";
}
.ti-building-wind-turbine:before {
  content: "\f4c0";
}
.ti-bulb:before {
  content: "\ea51";
}
.ti-bulb-filled:before {
  content: "\f66a";
}
.ti-bulb-off:before {
  content: "\ea50";
}
.ti-bulldozer:before {
  content: "\ee1d";
}
.ti-burger:before {
  content: "\fcb4";
}
.ti-bus:before {
  content: "\ebe4";
}
.ti-bus-off:before {
  content: "\f3ce";
}
.ti-bus-stop:before {
  content: "\f2d4";
}
.ti-businessplan:before {
  content: "\ee1e";
}
.ti-butterfly:before {
  content: "\efd9";
}
.ti-cactus:before {
  content: "\f21b";
}
.ti-cactus-filled:before {
  content: "\fb25";
}
.ti-cactus-off:before {
  content: "\f3cf";
}
.ti-cake:before {
  content: "\f00f";
}
.ti-cake-off:before {
  content: "\f104";
}
.ti-calculator:before {
  content: "\eb80";
}
.ti-calculator-filled:before {
  content: "\fb26";
}
.ti-calculator-off:before {
  content: "\f0c4";
}
.ti-calendar:before {
  content: "\ea53";
}
.ti-calendar-bolt:before {
  content: "\f822";
}
.ti-calendar-cancel:before {
  content: "\f823";
}
.ti-calendar-check:before {
  content: "\f824";
}
.ti-calendar-clock:before {
  content: "\fd2e";
}
.ti-calendar-code:before {
  content: "\f825";
}
.ti-calendar-cog:before {
  content: "\f826";
}
.ti-calendar-dollar:before {
  content: "\f827";
}
.ti-calendar-dot:before {
  content: "\fd3e";
}
.ti-calendar-down:before {
  content: "\f828";
}
.ti-calendar-due:before {
  content: "\f621";
}
.ti-calendar-event:before {
  content: "\ea52";
}
.ti-calendar-exclamation:before {
  content: "\f829";
}
.ti-calendar-filled:before {
  content: "\fb27";
}
.ti-calendar-heart:before {
  content: "\f82a";
}
.ti-calendar-minus:before {
  content: "\ebb9";
}
.ti-calendar-month:before {
  content: "\fd2f";
}
.ti-calendar-off:before {
  content: "\ee1f";
}
.ti-calendar-pause:before {
  content: "\f82b";
}
.ti-calendar-pin:before {
  content: "\f82c";
}
.ti-calendar-plus:before {
  content: "\ebba";
}
.ti-calendar-question:before {
  content: "\f82d";
}
.ti-calendar-repeat:before {
  content: "\fad2";
}
.ti-calendar-sad:before {
  content: "\fd1d";
}
.ti-calendar-search:before {
  content: "\f82e";
}
.ti-calendar-share:before {
  content: "\f82f";
}
.ti-calendar-smile:before {
  content: "\fd1e";
}
.ti-calendar-star:before {
  content: "\f830";
}
.ti-calendar-stats:before {
  content: "\ee20";
}
.ti-calendar-time:before {
  content: "\ee21";
}
.ti-calendar-up:before {
  content: "\f831";
}
.ti-calendar-user:before {
  content: "\fd1f";
}
.ti-calendar-week:before {
  content: "\fd30";
}
.ti-calendar-x:before {
  content: "\f832";
}
.ti-camera:before {
  content: "\ea54";
}
.ti-camera-bolt:before {
  content: "\f833";
}
.ti-camera-cancel:before {
  content: "\f834";
}
.ti-camera-check:before {
  content: "\f835";
}
.ti-camera-code:before {
  content: "\f836";
}
.ti-camera-cog:before {
  content: "\f837";
}
.ti-camera-dollar:before {
  content: "\f838";
}
.ti-camera-down:before {
  content: "\f839";
}
.ti-camera-exclamation:before {
  content: "\f83a";
}
.ti-camera-filled:before {
  content: "\fa37";
}
.ti-camera-heart:before {
  content: "\f83b";
}
.ti-camera-minus:before {
  content: "\ec3a";
}
.ti-camera-off:before {
  content: "\ecee";
}
.ti-camera-pause:before {
  content: "\f83c";
}
.ti-camera-pin:before {
  content: "\f83d";
}
.ti-camera-plus:before {
  content: "\ec3b";
}
.ti-camera-question:before {
  content: "\f83e";
}
.ti-camera-rotate:before {
  content: "\ee22";
}
.ti-camera-search:before {
  content: "\f83f";
}
.ti-camera-selfie:before {
  content: "\ee23";
}
.ti-camera-share:before {
  content: "\f840";
}
.ti-camera-star:before {
  content: "\f841";
}
.ti-camera-up:before {
  content: "\f842";
}
.ti-camera-x:before {
  content: "\f843";
}
.ti-camper:before {
  content: "\fa25";
}
.ti-campfire:before {
  content: "\f5a7";
}
.ti-campfire-filled:before {
  content: "\fb28";
}
.ti-candle:before {
  content: "\efc6";
}
.ti-candle-filled:before {
  content: "\fc23";
}
.ti-candy:before {
  content: "\ef0d";
}
.ti-candy-off:before {
  content: "\f0c5";
}
.ti-cane:before {
  content: "\f50f";
}
.ti-cannabis:before {
  content: "\f4c1";
}
.ti-capsule:before {
  content: "\fae3";
}
.ti-capsule-filled:before {
  content: "\fc24";
}
.ti-capsule-horizontal:before {
  content: "\fae2";
}
.ti-capsule-horizontal-filled:before {
  content: "\fc25";
}
.ti-capture:before {
  content: "\ec3c";
}
.ti-capture-filled:before {
  content: "\fb29";
}
.ti-capture-off:before {
  content: "\f0c6";
}
.ti-car:before {
  content: "\ebbb";
}
.ti-car-crane:before {
  content: "\ef25";
}
.ti-car-crash:before {
  content: "\efa4";
}
.ti-car-garage:before {
  content: "\fc77";
}
.ti-car-off:before {
  content: "\f0c7";
}
.ti-car-suv:before {
  content: "\fc8b";
}
.ti-car-turbine:before {
  content: "\f4fd";
}
.ti-caravan:before {
  content: "\ec7c";
}
.ti-cardboards:before {
  content: "\ed74";
}
.ti-cardboards-off:before {
  content: "\f0c8";
}
.ti-cards:before {
  content: "\f510";
}
.ti-cards-filled:before {
  content: "\fc26";
}
.ti-caret-down:before {
  content: "\eb5d";
}
.ti-caret-down-filled:before {
  content: "\fb2a";
}
.ti-caret-left:before {
  content: "\eb5e";
}
.ti-caret-left-filled:before {
  content: "\fb2b";
}
.ti-caret-left-right:before {
  content: "\fc43";
}
.ti-caret-left-right-filled:before {
  content: "\fd02";
}
.ti-caret-right:before {
  content: "\eb5f";
}
.ti-caret-right-filled:before {
  content: "\fb2c";
}
.ti-caret-up:before {
  content: "\eb60";
}
.ti-caret-up-down:before {
  content: "\fc44";
}
.ti-caret-up-down-filled:before {
  content: "\fd03";
}
.ti-caret-up-filled:before {
  content: "\fb2d";
}
.ti-carousel-horizontal:before {
  content: "\f659";
}
.ti-carousel-horizontal-filled:before {
  content: "\fa92";
}
.ti-carousel-vertical:before {
  content: "\f65a";
}
.ti-carousel-vertical-filled:before {
  content: "\fa93";
}
.ti-carrot:before {
  content: "\f21c";
}
.ti-carrot-off:before {
  content: "\f3d0";
}
.ti-cash:before {
  content: "\ea55";
}
.ti-cash-banknote:before {
  content: "\ee25";
}
.ti-cash-banknote-off:before {
  content: "\ee24";
}
.ti-cash-off:before {
  content: "\f105";
}
.ti-cast:before {
  content: "\ea56";
}
.ti-cast-off:before {
  content: "\f0c9";
}
.ti-cat:before {
  content: "\f65b";
}
.ti-category:before {
  content: "\f1f6";
}
.ti-category-2:before {
  content: "\f1f5";
}
.ti-category-filled:before {
  content: "\fb2e";
}
.ti-category-minus:before {
  content: "\fd20";
}
.ti-category-plus:before {
  content: "\fd21";
}
.ti-ce:before {
  content: "\ed75";
}
.ti-ce-off:before {
  content: "\f0ca";
}
.ti-cell:before {
  content: "\f05f";
}
.ti-cell-signal-1:before {
  content: "\f083";
}
.ti-cell-signal-2:before {
  content: "\f084";
}
.ti-cell-signal-3:before {
  content: "\f085";
}
.ti-cell-signal-4:before {
  content: "\f086";
}
.ti-cell-signal-5:before {
  content: "\f087";
}
.ti-cell-signal-off:before {
  content: "\f088";
}
.ti-certificate:before {
  content: "\ed76";
}
.ti-certificate-2:before {
  content: "\f073";
}
.ti-certificate-2-off:before {
  content: "\f0cb";
}
.ti-certificate-off:before {
  content: "\f0cc";
}
.ti-chair-director:before {
  content: "\f2d5";
}
.ti-chalkboard:before {
  content: "\f34d";
}
.ti-chalkboard-off:before {
  content: "\f3d1";
}
.ti-charging-pile:before {
  content: "\ee26";
}
.ti-chart-arcs:before {
  content: "\ee28";
}
.ti-chart-arcs-3:before {
  content: "\ee27";
}
.ti-chart-area:before {
  content: "\ea58";
}
.ti-chart-area-filled:before {
  content: "\f66b";
}
.ti-chart-area-line:before {
  content: "\ea57";
}
.ti-chart-area-line-filled:before {
  content: "\f66c";
}
.ti-chart-arrows:before {
  content: "\ee2a";
}
.ti-chart-arrows-vertical:before {
  content: "\ee29";
}
.ti-chart-bar:before {
  content: "\ea59";
}
.ti-chart-bar-off:before {
  content: "\f3d2";
}
.ti-chart-bubble:before {
  content: "\ec75";
}
.ti-chart-bubble-filled:before {
  content: "\f66d";
}
.ti-chart-candle:before {
  content: "\ea5a";
}
.ti-chart-candle-filled:before {
  content: "\f66e";
}
.ti-chart-circles:before {
  content: "\ee2b";
}
.ti-chart-donut:before {
  content: "\ea5b";
}
.ti-chart-donut-2:before {
  content: "\ee2c";
}
.ti-chart-donut-3:before {
  content: "\ee2d";
}
.ti-chart-donut-4:before {
  content: "\ee2e";
}
.ti-chart-donut-filled:before {
  content: "\f66f";
}
.ti-chart-dots:before {
  content: "\ee2f";
}
.ti-chart-dots-2:before {
  content: "\f097";
}
.ti-chart-dots-3:before {
  content: "\f098";
}
.ti-chart-dots-filled:before {
  content: "\fd04";
}
.ti-chart-grid-dots:before {
  content: "\f4c2";
}
.ti-chart-grid-dots-filled:before {
  content: "\fd05";
}
.ti-chart-histogram:before {
  content: "\f65c";
}
.ti-chart-infographic:before {
  content: "\ee30";
}
.ti-chart-line:before {
  content: "\ea5c";
}
.ti-chart-pie:before {
  content: "\ea5d";
}
.ti-chart-pie-2:before {
  content: "\ee31";
}
.ti-chart-pie-3:before {
  content: "\ee32";
}
.ti-chart-pie-4:before {
  content: "\ee33";
}
.ti-chart-pie-filled:before {
  content: "\f670";
}
.ti-chart-pie-off:before {
  content: "\f3d3";
}
.ti-chart-ppf:before {
  content: "\f618";
}
.ti-chart-radar:before {
  content: "\ed77";
}
.ti-chart-sankey:before {
  content: "\f619";
}
.ti-chart-treemap:before {
  content: "\f381";
}
.ti-check:before {
  content: "\ea5e";
}
.ti-checkbox:before {
  content: "\eba6";
}
.ti-checklist:before {
  content: "\f074";
}
.ti-checks:before {
  content: "\ebaa";
}
.ti-checkup-list:before {
  content: "\ef5a";
}
.ti-cheese:before {
  content: "\ef26";
}
.ti-chef-hat:before {
  content: "\f21d";
}
.ti-chef-hat-off:before {
  content: "\f3d4";
}
.ti-cherry:before {
  content: "\f511";
}
.ti-cherry-filled:before {
  content: "\f728";
}
.ti-chess:before {
  content: "\f382";
}
.ti-chess-bishop:before {
  content: "\f56b";
}
.ti-chess-bishop-filled:before {
  content: "\f729";
}
.ti-chess-filled:before {
  content: "\f72a";
}
.ti-chess-king:before {
  content: "\f56c";
}
.ti-chess-king-filled:before {
  content: "\f72b";
}
.ti-chess-knight:before {
  content: "\f56d";
}
.ti-chess-knight-filled:before {
  content: "\f72c";
}
.ti-chess-queen:before {
  content: "\f56e";
}
.ti-chess-queen-filled:before {
  content: "\f72d";
}
.ti-chess-rook:before {
  content: "\f56f";
}
.ti-chess-rook-filled:before {
  content: "\f72e";
}
.ti-chevron-compact-down:before {
  content: "\faf0";
}
.ti-chevron-compact-left:before {
  content: "\faf1";
}
.ti-chevron-compact-right:before {
  content: "\faf2";
}
.ti-chevron-compact-up:before {
  content: "\faf3";
}
.ti-chevron-down:before {
  content: "\ea5f";
}
.ti-chevron-down-left:before {
  content: "\ed09";
}
.ti-chevron-down-right:before {
  content: "\ed0a";
}
.ti-chevron-left:before {
  content: "\ea60";
}
.ti-chevron-left-pipe:before {
  content: "\fae4";
}
.ti-chevron-right:before {
  content: "\ea61";
}
.ti-chevron-right-pipe:before {
  content: "\fae5";
}
.ti-chevron-up:before {
  content: "\ea62";
}
.ti-chevron-up-left:before {
  content: "\ed0b";
}
.ti-chevron-up-right:before {
  content: "\ed0c";
}
.ti-chevrons-down:before {
  content: "\ea63";
}
.ti-chevrons-down-left:before {
  content: "\ed0d";
}
.ti-chevrons-down-right:before {
  content: "\ed0e";
}
.ti-chevrons-left:before {
  content: "\ea64";
}
.ti-chevrons-right:before {
  content: "\ea65";
}
.ti-chevrons-up:before {
  content: "\ea66";
}
.ti-chevrons-up-left:before {
  content: "\ed0f";
}
.ti-chevrons-up-right:before {
  content: "\ed10";
}
.ti-chisel:before {
  content: "\f383";
}
.ti-christmas-ball:before {
  content: "\fd31";
}
.ti-christmas-tree:before {
  content: "\ed78";
}
.ti-christmas-tree-off:before {
  content: "\f3d5";
}
.ti-circle:before {
  content: "\ea6b";
}
.ti-circle-0-filled:before {
  content: "\f72f";
}
.ti-circle-1-filled:before {
  content: "\f730";
}
.ti-circle-2-filled:before {
  content: "\f731";
}
.ti-circle-3-filled:before {
  content: "\f732";
}
.ti-circle-4-filled:before {
  content: "\f733";
}
.ti-circle-5-filled:before {
  content: "\f734";
}
.ti-circle-6-filled:before {
  content: "\f735";
}
.ti-circle-7-filled:before {
  content: "\f736";
}
.ti-circle-8-filled:before {
  content: "\f737";
}
.ti-circle-9-filled:before {
  content: "\f738";
}
.ti-circle-arrow-down:before {
  content: "\f6f9";
}
.ti-circle-arrow-down-filled:before {
  content: "\f6f4";
}
.ti-circle-arrow-down-left:before {
  content: "\f6f6";
}
.ti-circle-arrow-down-left-filled:before {
  content: "\f6f5";
}
.ti-circle-arrow-down-right:before {
  content: "\f6f8";
}
.ti-circle-arrow-down-right-filled:before {
  content: "\f6f7";
}
.ti-circle-arrow-left:before {
  content: "\f6fb";
}
.ti-circle-arrow-left-filled:before {
  content: "\f6fa";
}
.ti-circle-arrow-right:before {
  content: "\f6fd";
}
.ti-circle-arrow-right-filled:before {
  content: "\f6fc";
}
.ti-circle-arrow-up:before {
  content: "\f703";
}
.ti-circle-arrow-up-filled:before {
  content: "\f6fe";
}
.ti-circle-arrow-up-left:before {
  content: "\f700";
}
.ti-circle-arrow-up-left-filled:before {
  content: "\f6ff";
}
.ti-circle-arrow-up-right:before {
  content: "\f702";
}
.ti-circle-arrow-up-right-filled:before {
  content: "\f701";
}
.ti-circle-caret-down:before {
  content: "\f4a9";
}
.ti-circle-caret-left:before {
  content: "\f4aa";
}
.ti-circle-caret-right:before {
  content: "\f4ab";
}
.ti-circle-caret-up:before {
  content: "\f4ac";
}
.ti-circle-check:before {
  content: "\ea67";
}
.ti-circle-check-filled:before {
  content: "\f704";
}
.ti-circle-chevron-down:before {
  content: "\f622";
}
.ti-circle-chevron-left:before {
  content: "\f623";
}
.ti-circle-chevron-right:before {
  content: "\f624";
}
.ti-circle-chevron-up:before {
  content: "\f625";
}
.ti-circle-chevrons-down:before {
  content: "\f642";
}
.ti-circle-chevrons-left:before {
  content: "\f643";
}
.ti-circle-chevrons-right:before {
  content: "\f644";
}
.ti-circle-chevrons-up:before {
  content: "\f645";
}
.ti-circle-dashed:before {
  content: "\ed27";
}
.ti-circle-dashed-number-0:before {
  content: "\fc6b";
}
.ti-circle-dashed-number-1:before {
  content: "\fc6c";
}
.ti-circle-dashed-number-2:before {
  content: "\fc6d";
}
.ti-circle-dashed-number-3:before {
  content: "\fc6e";
}
.ti-circle-dashed-number-4:before {
  content: "\fc6f";
}
.ti-circle-dashed-number-5:before {
  content: "\fc70";
}
.ti-circle-dashed-number-6:before {
  content: "\fc71";
}
.ti-circle-dashed-number-7:before {
  content: "\fc72";
}
.ti-circle-dashed-number-8:before {
  content: "\fc73";
}
.ti-circle-dashed-number-9:before {
  content: "\fc74";
}
.ti-circle-dashed-percentage:before {
  content: "\fd7a";
}
.ti-circle-dashed-x:before {
  content: "\fc75";
}
.ti-circle-dot:before {
  content: "\efb1";
}
.ti-circle-dot-filled:before {
  content: "\f705";
}
.ti-circle-dotted:before {
  content: "\ed28";
}
.ti-circle-filled:before {
  content: "\f671";
}
.ti-circle-half:before {
  content: "\ee3f";
}
.ti-circle-half-2:before {
  content: "\eff3";
}
.ti-circle-half-vertical:before {
  content: "\ee3e";
}
.ti-circle-key:before {
  content: "\f633";
}
.ti-circle-key-filled:before {
  content: "\f706";
}
.ti-circle-letter-a:before {
  content: "\f441";
}
.ti-circle-letter-b:before {
  content: "\f442";
}
.ti-circle-letter-c:before {
  content: "\f443";
}
.ti-circle-letter-d:before {
  content: "\f444";
}
.ti-circle-letter-e:before {
  content: "\f445";
}
.ti-circle-letter-f:before {
  content: "\f446";
}
.ti-circle-letter-g:before {
  content: "\f447";
}
.ti-circle-letter-h:before {
  content: "\f448";
}
.ti-circle-letter-i:before {
  content: "\f449";
}
.ti-circle-letter-j:before {
  content: "\f44a";
}
.ti-circle-letter-k:before {
  content: "\f44b";
}
.ti-circle-letter-l:before {
  content: "\f44c";
}
.ti-circle-letter-m:before {
  content: "\f44d";
}
.ti-circle-letter-n:before {
  content: "\f44e";
}
.ti-circle-letter-o:before {
  content: "\f44f";
}
.ti-circle-letter-p:before {
  content: "\f450";
}
.ti-circle-letter-q:before {
  content: "\f451";
}
.ti-circle-letter-r:before {
  content: "\f452";
}
.ti-circle-letter-s:before {
  content: "\f453";
}
.ti-circle-letter-t:before {
  content: "\f454";
}
.ti-circle-letter-u:before {
  content: "\f455";
}
.ti-circle-letter-v:before {
  content: "\f4ad";
}
.ti-circle-letter-w:before {
  content: "\f456";
}
.ti-circle-letter-x:before {
  content: "\f4ae";
}
.ti-circle-letter-y:before {
  content: "\f457";
}
.ti-circle-letter-z:before {
  content: "\f458";
}
.ti-circle-minus:before {
  content: "\ea68";
}
.ti-circle-minus-2:before {
  content: "\fc8c";
}
.ti-circle-number-0:before {
  content: "\ee34";
}
.ti-circle-number-1:before {
  content: "\ee35";
}
.ti-circle-number-2:before {
  content: "\ee36";
}
.ti-circle-number-3:before {
  content: "\ee37";
}
.ti-circle-number-4:before {
  content: "\ee38";
}
.ti-circle-number-5:before {
  content: "\ee39";
}
.ti-circle-number-6:before {
  content: "\ee3a";
}
.ti-circle-number-7:before {
  content: "\ee3b";
}
.ti-circle-number-8:before {
  content: "\ee3c";
}
.ti-circle-number-9:before {
  content: "\ee3d";
}
.ti-circle-off:before {
  content: "\ee40";
}
.ti-circle-percentage:before {
  content: "\fd7b";
}
.ti-circle-plus:before {
  content: "\ea69";
}
.ti-circle-plus-2:before {
  content: "\fc8d";
}
.ti-circle-rectangle:before {
  content: "\f010";
}
.ti-circle-rectangle-off:before {
  content: "\f0cd";
}
.ti-circle-square:before {
  content: "\ece4";
}
.ti-circle-triangle:before {
  content: "\f011";
}
.ti-circle-x:before {
  content: "\ea6a";
}
.ti-circle-x-filled:before {
  content: "\f739";
}
.ti-circles:before {
  content: "\ece5";
}
.ti-circles-filled:before {
  content: "\f672";
}
.ti-circles-relation:before {
  content: "\f4c3";
}
.ti-circuit-ammeter:before {
  content: "\f271";
}
.ti-circuit-battery:before {
  content: "\f272";
}
.ti-circuit-bulb:before {
  content: "\f273";
}
.ti-circuit-capacitor:before {
  content: "\f275";
}
.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}
.ti-circuit-cell:before {
  content: "\f277";
}
.ti-circuit-cell-plus:before {
  content: "\f276";
}
.ti-circuit-changeover:before {
  content: "\f278";
}
.ti-circuit-diode:before {
  content: "\f27a";
}
.ti-circuit-diode-zener:before {
  content: "\f279";
}
.ti-circuit-ground:before {
  content: "\f27c";
}
.ti-circuit-ground-digital:before {
  content: "\f27b";
}
.ti-circuit-inductor:before {
  content: "\f27d";
}
.ti-circuit-motor:before {
  content: "\f27e";
}
.ti-circuit-pushbutton:before {
  content: "\f27f";
}
.ti-circuit-resistor:before {
  content: "\f280";
}
.ti-circuit-switch-closed:before {
  content: "\f281";
}
.ti-circuit-switch-open:before {
  content: "\f282";
}
.ti-circuit-voltmeter:before {
  content: "\f283";
}
.ti-clear-all:before {
  content: "\ee41";
}
.ti-clear-formatting:before {
  content: "\ebe5";
}
.ti-click:before {
  content: "\ebbc";
}
.ti-clipboard:before {
  content: "\ea6f";
}
.ti-clipboard-check:before {
  content: "\ea6c";
}
.ti-clipboard-copy:before {
  content: "\f299";
}
.ti-clipboard-data:before {
  content: "\f563";
}
.ti-clipboard-heart:before {
  content: "\f34e";
}
.ti-clipboard-list:before {
  content: "\ea6d";
}
.ti-clipboard-off:before {
  content: "\f0ce";
}
.ti-clipboard-plus:before {
  content: "\efb2";
}
.ti-clipboard-text:before {
  content: "\f089";
}
.ti-clipboard-typography:before {
  content: "\f34f";
}
.ti-clipboard-x:before {
  content: "\ea6e";
}
.ti-clock:before {
  content: "\ea70";
}
.ti-clock-12:before {
  content: "\fc56";
}
.ti-clock-2:before {
  content: "\f099";
}
.ti-clock-24:before {
  content: "\fc57";
}
.ti-clock-bolt:before {
  content: "\f844";
}
.ti-clock-cancel:before {
  content: "\f546";
}
.ti-clock-check:before {
  content: "\f7c1";
}
.ti-clock-code:before {
  content: "\f845";
}
.ti-clock-cog:before {
  content: "\f7c2";
}
.ti-clock-dollar:before {
  content: "\f846";
}
.ti-clock-down:before {
  content: "\f7c3";
}
.ti-clock-edit:before {
  content: "\f547";
}
.ti-clock-exclamation:before {
  content: "\f847";
}
.ti-clock-filled:before {
  content: "\f73a";
}
.ti-clock-heart:before {
  content: "\f7c4";
}
.ti-clock-hour-1:before {
  content: "\f313";
}
.ti-clock-hour-10:before {
  content: "\f314";
}
.ti-clock-hour-11:before {
  content: "\f315";
}
.ti-clock-hour-12:before {
  content: "\f316";
}
.ti-clock-hour-2:before {
  content: "\f317";
}
.ti-clock-hour-3:before {
  content: "\f318";
}
.ti-clock-hour-4:before {
  content: "\f319";
}
.ti-clock-hour-5:before {
  content: "\f31a";
}
.ti-clock-hour-6:before {
  content: "\f31b";
}
.ti-clock-hour-7:before {
  content: "\f31c";
}
.ti-clock-hour-8:before {
  content: "\f31d";
}
.ti-clock-hour-9:before {
  content: "\f31e";
}
.ti-clock-minus:before {
  content: "\f848";
}
.ti-clock-off:before {
  content: "\f0cf";
}
.ti-clock-pause:before {
  content: "\f548";
}
.ti-clock-pin:before {
  content: "\f849";
}
.ti-clock-play:before {
  content: "\f549";
}
.ti-clock-plus:before {
  content: "\f7c5";
}
.ti-clock-question:before {
  content: "\f7c6";
}
.ti-clock-record:before {
  content: "\f54a";
}
.ti-clock-search:before {
  content: "\f7c7";
}
.ti-clock-share:before {
  content: "\f84a";
}
.ti-clock-shield:before {
  content: "\f7c8";
}
.ti-clock-star:before {
  content: "\f7c9";
}
.ti-clock-stop:before {
  content: "\f54b";
}
.ti-clock-up:before {
  content: "\f7ca";
}
.ti-clock-x:before {
  content: "\f7cb";
}
.ti-clothes-rack:before {
  content: "\f285";
}
.ti-clothes-rack-off:before {
  content: "\f3d6";
}
.ti-cloud:before {
  content: "\ea76";
}
.ti-cloud-bolt:before {
  content: "\f84b";
}
.ti-cloud-cancel:before {
  content: "\f84c";
}
.ti-cloud-check:before {
  content: "\f84d";
}
.ti-cloud-code:before {
  content: "\f84e";
}
.ti-cloud-cog:before {
  content: "\f84f";
}
.ti-cloud-computing:before {
  content: "\f1d0";
}
.ti-cloud-data-connection:before {
  content: "\f1d1";
}
.ti-cloud-dollar:before {
  content: "\f850";
}
.ti-cloud-down:before {
  content: "\f851";
}
.ti-cloud-download:before {
  content: "\ea71";
}
.ti-cloud-exclamation:before {
  content: "\f852";
}
.ti-cloud-filled:before {
  content: "\f673";
}
.ti-cloud-fog:before {
  content: "\ecd9";
}
.ti-cloud-heart:before {
  content: "\f853";
}
.ti-cloud-lock:before {
  content: "\efdb";
}
.ti-cloud-lock-open:before {
  content: "\efda";
}
.ti-cloud-minus:before {
  content: "\f854";
}
.ti-cloud-network:before {
  content: "\fc78";
}
.ti-cloud-off:before {
  content: "\ed3e";
}
.ti-cloud-pause:before {
  content: "\f855";
}
.ti-cloud-pin:before {
  content: "\f856";
}
.ti-cloud-plus:before {
  content: "\f857";
}
.ti-cloud-question:before {
  content: "\f858";
}
.ti-cloud-rain:before {
  content: "\ea72";
}
.ti-cloud-search:before {
  content: "\f859";
}
.ti-cloud-share:before {
  content: "\f85a";
}
.ti-cloud-snow:before {
  content: "\ea73";
}
.ti-cloud-star:before {
  content: "\f85b";
}
.ti-cloud-storm:before {
  content: "\ea74";
}
.ti-cloud-up:before {
  content: "\f85c";
}
.ti-cloud-upload:before {
  content: "\ea75";
}
.ti-cloud-x:before {
  content: "\f85d";
}
.ti-clover:before {
  content: "\f1ea";
}
.ti-clover-2:before {
  content: "\f21e";
}
.ti-clubs:before {
  content: "\eff4";
}
.ti-clubs-filled:before {
  content: "\f674";
}
.ti-code:before {
  content: "\ea77";
}
.ti-code-asterix:before {
  content: "\f312";
}
.ti-code-circle:before {
  content: "\f4ff";
}
.ti-code-circle-2:before {
  content: "\f4fe";
}
.ti-code-dots:before {
  content: "\f61a";
}
.ti-code-minus:before {
  content: "\ee42";
}
.ti-code-off:before {
  content: "\f0d0";
}
.ti-code-plus:before {
  content: "\ee43";
}
.ti-coffee:before {
  content: "\ef0e";
}
.ti-coffee-off:before {
  content: "\f106";
}
.ti-coffin:before {
  content: "\f579";
}
.ti-coin:before {
  content: "\eb82";
}
.ti-coin-bitcoin:before {
  content: "\f2be";
}
.ti-coin-bitcoin-filled:before {
  content: "\fd06";
}
.ti-coin-euro:before {
  content: "\f2bf";
}
.ti-coin-euro-filled:before {
  content: "\fd07";
}
.ti-coin-filled:before {
  content: "\fd08";
}
.ti-coin-monero:before {
  content: "\f4a0";
}
.ti-coin-monero-filled:before {
  content: "\fd09";
}
.ti-coin-off:before {
  content: "\f0d1";
}
.ti-coin-pound:before {
  content: "\f2c0";
}
.ti-coin-pound-filled:before {
  content: "\fd0a";
}
.ti-coin-rupee:before {
  content: "\f2c1";
}
.ti-coin-rupee-filled:before {
  content: "\fd0b";
}
.ti-coin-taka:before {
  content: "\fd0d";
}
.ti-coin-taka-filled:before {
  content: "\fd0c";
}
.ti-coin-yen:before {
  content: "\f2c2";
}
.ti-coin-yen-filled:before {
  content: "\fd0e";
}
.ti-coin-yuan:before {
  content: "\f2c3";
}
.ti-coin-yuan-filled:before {
  content: "\fd0f";
}
.ti-coins:before {
  content: "\f65d";
}
.ti-color-filter:before {
  content: "\f5a8";
}
.ti-color-picker:before {
  content: "\ebe6";
}
.ti-color-picker-off:before {
  content: "\f0d2";
}
.ti-color-swatch:before {
  content: "\eb61";
}
.ti-color-swatch-off:before {
  content: "\f0d3";
}
.ti-column-insert-left:before {
  content: "\ee44";
}
.ti-column-insert-right:before {
  content: "\ee45";
}
.ti-column-remove:before {
  content: "\faf4";
}
.ti-columns:before {
  content: "\eb83";
}
.ti-columns-1:before {
  content: "\f6d4";
}
.ti-columns-2:before {
  content: "\f6d5";
}
.ti-columns-3:before {
  content: "\f6d6";
}
.ti-columns-off:before {
  content: "\f0d4";
}
.ti-comet:before {
  content: "\ec76";
}
.ti-command:before {
  content: "\ea78";
}
.ti-command-off:before {
  content: "\f3d7";
}
.ti-compass:before {
  content: "\ea79";
}
.ti-compass-filled:before {
  content: "\fd10";
}
.ti-compass-off:before {
  content: "\f0d5";
}
.ti-components:before {
  content: "\efa5";
}
.ti-components-off:before {
  content: "\f0d6";
}
.ti-cone:before {
  content: "\efdd";
}
.ti-cone-2:before {
  content: "\efdc";
}
.ti-cone-off:before {
  content: "\f3d8";
}
.ti-cone-plus:before {
  content: "\fa94";
}
.ti-confetti:before {
  content: "\ee46";
}
.ti-confetti-off:before {
  content: "\f3d9";
}
.ti-confucius:before {
  content: "\f58a";
}
.ti-container:before {
  content: "\ee47";
}
.ti-container-off:before {
  content: "\f107";
}
.ti-contrast:before {
  content: "\ec4e";
}
.ti-contrast-2:before {
  content: "\efc7";
}
.ti-contrast-2-off:before {
  content: "\f3da";
}
.ti-contrast-off:before {
  content: "\f3db";
}
.ti-cooker:before {
  content: "\f57a";
}
.ti-cookie:before {
  content: "\ef0f";
}
.ti-cookie-man:before {
  content: "\f4c4";
}
.ti-cookie-off:before {
  content: "\f0d7";
}
.ti-copy:before {
  content: "\ea7a";
}
.ti-copy-check:before {
  content: "\fd3f";
}
.ti-copy-minus:before {
  content: "\fd40";
}
.ti-copy-off:before {
  content: "\f0d8";
}
.ti-copy-plus:before {
  content: "\fd41";
}
.ti-copy-x:before {
  content: "\fd42";
}
.ti-copyleft:before {
  content: "\ec3d";
}
.ti-copyleft-filled:before {
  content: "\f73b";
}
.ti-copyleft-off:before {
  content: "\f0d9";
}
.ti-copyright:before {
  content: "\ea7b";
}
.ti-copyright-filled:before {
  content: "\f73c";
}
.ti-copyright-off:before {
  content: "\f0da";
}
.ti-corner-down-left:before {
  content: "\ea7c";
}
.ti-corner-down-left-double:before {
  content: "\ee48";
}
.ti-corner-down-right:before {
  content: "\ea7d";
}
.ti-corner-down-right-double:before {
  content: "\ee49";
}
.ti-corner-left-down:before {
  content: "\ea7e";
}
.ti-corner-left-down-double:before {
  content: "\ee4a";
}
.ti-corner-left-up:before {
  content: "\ea7f";
}
.ti-corner-left-up-double:before {
  content: "\ee4b";
}
.ti-corner-right-down:before {
  content: "\ea80";
}
.ti-corner-right-down-double:before {
  content: "\ee4c";
}
.ti-corner-right-up:before {
  content: "\ea81";
}
.ti-corner-right-up-double:before {
  content: "\ee4d";
}
.ti-corner-up-left:before {
  content: "\ea82";
}
.ti-corner-up-left-double:before {
  content: "\ee4e";
}
.ti-corner-up-right:before {
  content: "\ea83";
}
.ti-corner-up-right-double:before {
  content: "\ee4f";
}
.ti-cpu:before {
  content: "\ef8e";
}
.ti-cpu-2:before {
  content: "\f075";
}
.ti-cpu-off:before {
  content: "\f108";
}
.ti-crane:before {
  content: "\ef27";
}
.ti-crane-off:before {
  content: "\f109";
}
.ti-creative-commons:before {
  content: "\efb3";
}
.ti-creative-commons-by:before {
  content: "\f21f";
}
.ti-creative-commons-nc:before {
  content: "\f220";
}
.ti-creative-commons-nd:before {
  content: "\f221";
}
.ti-creative-commons-off:before {
  content: "\f10a";
}
.ti-creative-commons-sa:before {
  content: "\f222";
}
.ti-creative-commons-zero:before {
  content: "\f223";
}
.ti-credit-card:before {
  content: "\ea84";
}
.ti-credit-card-filled:before {
  content: "\fd11";
}
.ti-credit-card-off:before {
  content: "\ed11";
}
.ti-credit-card-pay:before {
  content: "\fd32";
}
.ti-credit-card-refund:before {
  content: "\fd33";
}
.ti-cricket:before {
  content: "\f09a";
}
.ti-crop:before {
  content: "\ea85";
}
.ti-crop-1-1:before {
  content: "\fd50";
}
.ti-crop-16-9:before {
  content: "\fd51";
}
.ti-crop-3-2:before {
  content: "\fd52";
}
.ti-crop-5-4:before {
  content: "\fd53";
}
.ti-crop-7-5:before {
  content: "\fd54";
}
.ti-crop-landscape:before {
  content: "\fd55";
}
.ti-crop-portrait:before {
  content: "\fd56";
}
.ti-cross:before {
  content: "\ef8f";
}
.ti-cross-filled:before {
  content: "\f675";
}
.ti-cross-off:before {
  content: "\f10b";
}
.ti-crosshair:before {
  content: "\ec3e";
}
.ti-crown:before {
  content: "\ed12";
}
.ti-crown-off:before {
  content: "\ee50";
}
.ti-crutches:before {
  content: "\ef5b";
}
.ti-crutches-off:before {
  content: "\f10c";
}
.ti-crystal-ball:before {
  content: "\f57b";
}
.ti-csv:before {
  content: "\f791";
}
.ti-cube:before {
  content: "\fa97";
}
.ti-cube-off:before {
  content: "\fa95";
}
.ti-cube-plus:before {
  content: "\fa96";
}
.ti-cube-send:before {
  content: "\f61b";
}
.ti-cube-unfolded:before {
  content: "\f61c";
}
.ti-cup:before {
  content: "\ef28";
}
.ti-cup-off:before {
  content: "\f10d";
}
.ti-curling:before {
  content: "\efc8";
}
.ti-curly-loop:before {
  content: "\ecda";
}
.ti-currency:before {
  content: "\efa6";
}
.ti-currency-afghani:before {
  content: "\f65e";
}
.ti-currency-bahraini:before {
  content: "\ee51";
}
.ti-currency-baht:before {
  content: "\f08a";
}
.ti-currency-bitcoin:before {
  content: "\ebab";
}
.ti-currency-cent:before {
  content: "\ee53";
}
.ti-currency-dinar:before {
  content: "\ee54";
}
.ti-currency-dirham:before {
  content: "\ee55";
}
.ti-currency-dogecoin:before {
  content: "\ef4b";
}
.ti-currency-dollar:before {
  content: "\eb84";
}
.ti-currency-dollar-australian:before {
  content: "\ee56";
}
.ti-currency-dollar-brunei:before {
  content: "\f36c";
}
.ti-currency-dollar-canadian:before {
  content: "\ee57";
}
.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}
.ti-currency-dollar-off:before {
  content: "\f3dc";
}
.ti-currency-dollar-singapore:before {
  content: "\ee58";
}
.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}
.ti-currency-dong:before {
  content: "\f36f";
}
.ti-currency-dram:before {
  content: "\f370";
}
.ti-currency-ethereum:before {
  content: "\ee59";
}
.ti-currency-euro:before {
  content: "\eb85";
}
.ti-currency-euro-off:before {
  content: "\f3dd";
}
.ti-currency-florin:before {
  content: "\faf5";
}
.ti-currency-forint:before {
  content: "\ee5a";
}
.ti-currency-frank:before {
  content: "\ee5b";
}
.ti-currency-guarani:before {
  content: "\f371";
}
.ti-currency-hryvnia:before {
  content: "\f372";
}
.ti-currency-iranian-rial:before {
  content: "\fa58";
}
.ti-currency-kip:before {
  content: "\f373";
}
.ti-currency-krone-czech:before {
  content: "\ee5c";
}
.ti-currency-krone-danish:before {
  content: "\ee5d";
}
.ti-currency-krone-swedish:before {
  content: "\ee5e";
}
.ti-currency-lari:before {
  content: "\f374";
}
.ti-currency-leu:before {
  content: "\ee5f";
}
.ti-currency-lira:before {
  content: "\ee60";
}
.ti-currency-litecoin:before {
  content: "\ee61";
}
.ti-currency-lyd:before {
  content: "\f375";
}
.ti-currency-manat:before {
  content: "\f376";
}
.ti-currency-monero:before {
  content: "\f377";
}
.ti-currency-naira:before {
  content: "\ee62";
}
.ti-currency-nano:before {
  content: "\f7a6";
}
.ti-currency-off:before {
  content: "\f3de";
}
.ti-currency-paanga:before {
  content: "\f378";
}
.ti-currency-peso:before {
  content: "\f65f";
}
.ti-currency-pound:before {
  content: "\ebac";
}
.ti-currency-pound-off:before {
  content: "\f3df";
}
.ti-currency-quetzal:before {
  content: "\f379";
}
.ti-currency-real:before {
  content: "\ee63";
}
.ti-currency-renminbi:before {
  content: "\ee64";
}
.ti-currency-ripple:before {
  content: "\ee65";
}
.ti-currency-riyal:before {
  content: "\ee66";
}
.ti-currency-rubel:before {
  content: "\ee67";
}
.ti-currency-rufiyaa:before {
  content: "\f37a";
}
.ti-currency-rupee:before {
  content: "\ebad";
}
.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}
.ti-currency-shekel:before {
  content: "\ee68";
}
.ti-currency-solana:before {
  content: "\f4a1";
}
.ti-currency-som:before {
  content: "\f37c";
}
.ti-currency-taka:before {
  content: "\ee69";
}
.ti-currency-tenge:before {
  content: "\f37d";
}
.ti-currency-tugrik:before {
  content: "\ee6a";
}
.ti-currency-won:before {
  content: "\ee6b";
}
.ti-currency-xrp:before {
  content: "\fd34";
}
.ti-currency-yen:before {
  content: "\ebae";
}
.ti-currency-yen-off:before {
  content: "\f3e0";
}
.ti-currency-yuan:before {
  content: "\f29a";
}
.ti-currency-zloty:before {
  content: "\ee6c";
}
.ti-current-location:before {
  content: "\ecef";
}
.ti-current-location-off:before {
  content: "\f10e";
}
.ti-cursor-off:before {
  content: "\f10f";
}
.ti-cursor-text:before {
  content: "\ee6d";
}
.ti-cut:before {
  content: "\ea86";
}
.ti-cylinder:before {
  content: "\f54c";
}
.ti-cylinder-off:before {
  content: "\fa98";
}
.ti-cylinder-plus:before {
  content: "\fa99";
}
.ti-dashboard:before {
  content: "\ea87";
}
.ti-dashboard-off:before {
  content: "\f3e1";
}
.ti-database:before {
  content: "\ea88";
}
.ti-database-cog:before {
  content: "\fa10";
}
.ti-database-dollar:before {
  content: "\fa11";
}
.ti-database-edit:before {
  content: "\fa12";
}
.ti-database-exclamation:before {
  content: "\fa13";
}
.ti-database-export:before {
  content: "\ee6e";
}
.ti-database-heart:before {
  content: "\fa14";
}
.ti-database-import:before {
  content: "\ee6f";
}
.ti-database-leak:before {
  content: "\fa15";
}
.ti-database-minus:before {
  content: "\fa16";
}
.ti-database-off:before {
  content: "\ee70";
}
.ti-database-plus:before {
  content: "\fa17";
}
.ti-database-search:before {
  content: "\fa18";
}
.ti-database-share:before {
  content: "\fa19";
}
.ti-database-star:before {
  content: "\fa1a";
}
.ti-database-x:before {
  content: "\fa1b";
}
.ti-decimal:before {
  content: "\fa26";
}
.ti-deer:before {
  content: "\f4c5";
}
.ti-delta:before {
  content: "\f53c";
}
.ti-dental:before {
  content: "\f025";
}
.ti-dental-broken:before {
  content: "\f286";
}
.ti-dental-off:before {
  content: "\f110";
}
.ti-deselect:before {
  content: "\f9f3";
}
.ti-desk:before {
  content: "\fd35";
}
.ti-details:before {
  content: "\ee71";
}
.ti-details-off:before {
  content: "\f3e2";
}
.ti-device-airpods:before {
  content: "\f5a9";
}
.ti-device-airpods-case:before {
  content: "\f646";
}
.ti-device-airtag:before {
  content: "\fae6";
}
.ti-device-analytics:before {
  content: "\ee72";
}
.ti-device-audio-tape:before {
  content: "\ee73";
}
.ti-device-camera-phone:before {
  content: "\f233";
}
.ti-device-cctv:before {
  content: "\ee74";
}
.ti-device-cctv-off:before {
  content: "\f3e3";
}
.ti-device-computer-camera:before {
  content: "\ee76";
}
.ti-device-computer-camera-off:before {
  content: "\ee75";
}
.ti-device-desktop:before {
  content: "\ea89";
}
.ti-device-desktop-analytics:before {
  content: "\ee77";
}
.ti-device-desktop-bolt:before {
  content: "\f85e";
}
.ti-device-desktop-cancel:before {
  content: "\f85f";
}
.ti-device-desktop-check:before {
  content: "\f860";
}
.ti-device-desktop-code:before {
  content: "\f861";
}
.ti-device-desktop-cog:before {
  content: "\f862";
}
.ti-device-desktop-dollar:before {
  content: "\f863";
}
.ti-device-desktop-down:before {
  content: "\f864";
}
.ti-device-desktop-exclamation:before {
  content: "\f865";
}
.ti-device-desktop-heart:before {
  content: "\f866";
}
.ti-device-desktop-minus:before {
  content: "\f867";
}
.ti-device-desktop-off:before {
  content: "\ee78";
}
.ti-device-desktop-pause:before {
  content: "\f868";
}
.ti-device-desktop-pin:before {
  content: "\f869";
}
.ti-device-desktop-plus:before {
  content: "\f86a";
}
.ti-device-desktop-question:before {
  content: "\f86b";
}
.ti-device-desktop-search:before {
  content: "\f86c";
}
.ti-device-desktop-share:before {
  content: "\f86d";
}
.ti-device-desktop-star:before {
  content: "\f86e";
}
.ti-device-desktop-up:before {
  content: "\f86f";
}
.ti-device-desktop-x:before {
  content: "\f870";
}
.ti-device-floppy:before {
  content: "\eb62";
}
.ti-device-gamepad:before {
  content: "\eb63";
}
.ti-device-gamepad-2:before {
  content: "\f1d2";
}
.ti-device-gamepad-3:before {
  content: "\fc58";
}
.ti-device-heart-monitor:before {
  content: "\f060";
}
.ti-device-heart-monitor-filled:before {
  content: "\fa38";
}
.ti-device-imac:before {
  content: "\f7a7";
}
.ti-device-imac-bolt:before {
  content: "\f871";
}
.ti-device-imac-cancel:before {
  content: "\f872";
}
.ti-device-imac-check:before {
  content: "\f873";
}
.ti-device-imac-code:before {
  content: "\f874";
}
.ti-device-imac-cog:before {
  content: "\f875";
}
.ti-device-imac-dollar:before {
  content: "\f876";
}
.ti-device-imac-down:before {
  content: "\f877";
}
.ti-device-imac-exclamation:before {
  content: "\f878";
}
.ti-device-imac-heart:before {
  content: "\f879";
}
.ti-device-imac-minus:before {
  content: "\f87a";
}
.ti-device-imac-off:before {
  content: "\f87b";
}
.ti-device-imac-pause:before {
  content: "\f87c";
}
.ti-device-imac-pin:before {
  content: "\f87d";
}
.ti-device-imac-plus:before {
  content: "\f87e";
}
.ti-device-imac-question:before {
  content: "\f87f";
}
.ti-device-imac-search:before {
  content: "\f880";
}
.ti-device-imac-share:before {
  content: "\f881";
}
.ti-device-imac-star:before {
  content: "\f882";
}
.ti-device-imac-up:before {
  content: "\f883";
}
.ti-device-imac-x:before {
  content: "\f884";
}
.ti-device-ipad:before {
  content: "\f648";
}
.ti-device-ipad-bolt:before {
  content: "\f885";
}
.ti-device-ipad-cancel:before {
  content: "\f886";
}
.ti-device-ipad-check:before {
  content: "\f887";
}
.ti-device-ipad-code:before {
  content: "\f888";
}
.ti-device-ipad-cog:before {
  content: "\f889";
}
.ti-device-ipad-dollar:before {
  content: "\f88a";
}
.ti-device-ipad-down:before {
  content: "\f88b";
}
.ti-device-ipad-exclamation:before {
  content: "\f88c";
}
.ti-device-ipad-heart:before {
  content: "\f88d";
}
.ti-device-ipad-horizontal:before {
  content: "\f647";
}
.ti-device-ipad-horizontal-bolt:before {
  content: "\f88e";
}
.ti-device-ipad-horizontal-cancel:before {
  content: "\f88f";
}
.ti-device-ipad-horizontal-check:before {
  content: "\f890";
}
.ti-device-ipad-horizontal-code:before {
  content: "\f891";
}
.ti-device-ipad-horizontal-cog:before {
  content: "\f892";
}
.ti-device-ipad-horizontal-dollar:before {
  content: "\f893";
}
.ti-device-ipad-horizontal-down:before {
  content: "\f894";
}
.ti-device-ipad-horizontal-exclamation:before {
  content: "\f895";
}
.ti-device-ipad-horizontal-heart:before {
  content: "\f896";
}
.ti-device-ipad-horizontal-minus:before {
  content: "\f897";
}
.ti-device-ipad-horizontal-off:before {
  content: "\f898";
}
.ti-device-ipad-horizontal-pause:before {
  content: "\f899";
}
.ti-device-ipad-horizontal-pin:before {
  content: "\f89a";
}
.ti-device-ipad-horizontal-plus:before {
  content: "\f89b";
}
.ti-device-ipad-horizontal-question:before {
  content: "\f89c";
}
.ti-device-ipad-horizontal-search:before {
  content: "\f89d";
}
.ti-device-ipad-horizontal-share:before {
  content: "\f89e";
}
.ti-device-ipad-horizontal-star:before {
  content: "\f89f";
}
.ti-device-ipad-horizontal-up:before {
  content: "\f8a0";
}
.ti-device-ipad-horizontal-x:before {
  content: "\f8a1";
}
.ti-device-ipad-minus:before {
  content: "\f8a2";
}
.ti-device-ipad-off:before {
  content: "\f8a3";
}
.ti-device-ipad-pause:before {
  content: "\f8a4";
}
.ti-device-ipad-pin:before {
  content: "\f8a5";
}
.ti-device-ipad-plus:before {
  content: "\f8a6";
}
.ti-device-ipad-question:before {
  content: "\f8a7";
}
.ti-device-ipad-search:before {
  content: "\f8a8";
}
.ti-device-ipad-share:before {
  content: "\f8a9";
}
.ti-device-ipad-star:before {
  content: "\f8aa";
}
.ti-device-ipad-up:before {
  content: "\f8ab";
}
.ti-device-ipad-x:before {
  content: "\f8ac";
}
.ti-device-landline-phone:before {
  content: "\f649";
}
.ti-device-laptop:before {
  content: "\eb64";
}
.ti-device-laptop-off:before {
  content: "\f061";
}
.ti-device-mobile:before {
  content: "\ea8a";
}
.ti-device-mobile-bolt:before {
  content: "\f8ad";
}
.ti-device-mobile-cancel:before {
  content: "\f8ae";
}
.ti-device-mobile-charging:before {
  content: "\f224";
}
.ti-device-mobile-check:before {
  content: "\f8af";
}
.ti-device-mobile-code:before {
  content: "\f8b0";
}
.ti-device-mobile-cog:before {
  content: "\f8b1";
}
.ti-device-mobile-dollar:before {
  content: "\f8b2";
}
.ti-device-mobile-down:before {
  content: "\f8b3";
}
.ti-device-mobile-exclamation:before {
  content: "\f8b4";
}
.ti-device-mobile-filled:before {
  content: "\fa39";
}
.ti-device-mobile-heart:before {
  content: "\f8b5";
}
.ti-device-mobile-message:before {
  content: "\ee79";
}
.ti-device-mobile-minus:before {
  content: "\f8b6";
}
.ti-device-mobile-off:before {
  content: "\f062";
}
.ti-device-mobile-pause:before {
  content: "\f8b7";
}
.ti-device-mobile-pin:before {
  content: "\f8b8";
}
.ti-device-mobile-plus:before {
  content: "\f8b9";
}
.ti-device-mobile-question:before {
  content: "\f8ba";
}
.ti-device-mobile-rotated:before {
  content: "\ecdb";
}
.ti-device-mobile-search:before {
  content: "\f8bb";
}
.ti-device-mobile-share:before {
  content: "\f8bc";
}
.ti-device-mobile-star:before {
  content: "\f8bd";
}
.ti-device-mobile-up:before {
  content: "\f8be";
}
.ti-device-mobile-vibration:before {
  content: "\eb86";
}
.ti-device-mobile-x:before {
  content: "\f8bf";
}
.ti-device-nintendo:before {
  content: "\f026";
}
.ti-device-nintendo-off:before {
  content: "\f111";
}
.ti-device-projector:before {
  content: "\fc11";
}
.ti-device-remote:before {
  content: "\f792";
}
.ti-device-sd-card:before {
  content: "\f384";
}
.ti-device-sim:before {
  content: "\f4b2";
}
.ti-device-sim-1:before {
  content: "\f4af";
}
.ti-device-sim-2:before {
  content: "\f4b0";
}
.ti-device-sim-3:before {
  content: "\f4b1";
}
.ti-device-speaker:before {
  content: "\ea8b";
}
.ti-device-speaker-off:before {
  content: "\f112";
}
.ti-device-tablet:before {
  content: "\ea8c";
}
.ti-device-tablet-bolt:before {
  content: "\f8c0";
}
.ti-device-tablet-cancel:before {
  content: "\f8c1";
}
.ti-device-tablet-check:before {
  content: "\f8c2";
}
.ti-device-tablet-code:before {
  content: "\f8c3";
}
.ti-device-tablet-cog:before {
  content: "\f8c4";
}
.ti-device-tablet-dollar:before {
  content: "\f8c5";
}
.ti-device-tablet-down:before {
  content: "\f8c6";
}
.ti-device-tablet-exclamation:before {
  content: "\f8c7";
}
.ti-device-tablet-filled:before {
  content: "\fa3a";
}
.ti-device-tablet-heart:before {
  content: "\f8c8";
}
.ti-device-tablet-minus:before {
  content: "\f8c9";
}
.ti-device-tablet-off:before {
  content: "\f063";
}
.ti-device-tablet-pause:before {
  content: "\f8ca";
}
.ti-device-tablet-pin:before {
  content: "\f8cb";
}
.ti-device-tablet-plus:before {
  content: "\f8cc";
}
.ti-device-tablet-question:before {
  content: "\f8cd";
}
.ti-device-tablet-search:before {
  content: "\f8ce";
}
.ti-device-tablet-share:before {
  content: "\f8cf";
}
.ti-device-tablet-star:before {
  content: "\f8d0";
}
.ti-device-tablet-up:before {
  content: "\f8d1";
}
.ti-device-tablet-x:before {
  content: "\f8d2";
}
.ti-device-tv:before {
  content: "\ea8d";
}
.ti-device-tv-off:before {
  content: "\f064";
}
.ti-device-tv-old:before {
  content: "\f1d3";
}
.ti-device-usb:before {
  content: "\fc59";
}
.ti-device-vision-pro:before {
  content: "\fae7";
}
.ti-device-watch:before {
  content: "\ebf9";
}
.ti-device-watch-bolt:before {
  content: "\f8d3";
}
.ti-device-watch-cancel:before {
  content: "\f8d4";
}
.ti-device-watch-check:before {
  content: "\f8d5";
}
.ti-device-watch-code:before {
  content: "\f8d6";
}
.ti-device-watch-cog:before {
  content: "\f8d7";
}
.ti-device-watch-dollar:before {
  content: "\f8d8";
}
.ti-device-watch-down:before {
  content: "\f8d9";
}
.ti-device-watch-exclamation:before {
  content: "\f8da";
}
.ti-device-watch-heart:before {
  content: "\f8db";
}
.ti-device-watch-minus:before {
  content: "\f8dc";
}
.ti-device-watch-off:before {
  content: "\f065";
}
.ti-device-watch-pause:before {
  content: "\f8dd";
}
.ti-device-watch-pin:before {
  content: "\f8de";
}
.ti-device-watch-plus:before {
  content: "\f8df";
}
.ti-device-watch-question:before {
  content: "\f8e0";
}
.ti-device-watch-search:before {
  content: "\f8e1";
}
.ti-device-watch-share:before {
  content: "\f8e2";
}
.ti-device-watch-star:before {
  content: "\f8e3";
}
.ti-device-watch-stats:before {
  content: "\ef7d";
}
.ti-device-watch-stats-2:before {
  content: "\ef7c";
}
.ti-device-watch-up:before {
  content: "\f8e4";
}
.ti-device-watch-x:before {
  content: "\f8e5";
}
.ti-devices:before {
  content: "\eb87";
}
.ti-devices-2:before {
  content: "\ed29";
}
.ti-devices-bolt:before {
  content: "\f8e6";
}
.ti-devices-cancel:before {
  content: "\f8e7";
}
.ti-devices-check:before {
  content: "\f8e8";
}
.ti-devices-code:before {
  content: "\f8e9";
}
.ti-devices-cog:before {
  content: "\f8ea";
}
.ti-devices-dollar:before {
  content: "\f8eb";
}
.ti-devices-down:before {
  content: "\f8ec";
}
.ti-devices-exclamation:before {
  content: "\f8ed";
}
.ti-devices-heart:before {
  content: "\f8ee";
}
.ti-devices-minus:before {
  content: "\f8ef";
}
.ti-devices-off:before {
  content: "\f3e4";
}
.ti-devices-pause:before {
  content: "\f8f0";
}
.ti-devices-pc:before {
  content: "\ee7a";
}
.ti-devices-pc-off:before {
  content: "\f113";
}
.ti-devices-pin:before {
  content: "\f8f1";
}
.ti-devices-plus:before {
  content: "\f8f2";
}
.ti-devices-question:before {
  content: "\f8f3";
}
.ti-devices-search:before {
  content: "\f8f4";
}
.ti-devices-share:before {
  content: "\f8f5";
}
.ti-devices-star:before {
  content: "\f8f6";
}
.ti-devices-up:before {
  content: "\f8f7";
}
.ti-devices-x:before {
  content: "\f8f8";
}
.ti-diabolo:before {
  content: "\fa9c";
}
.ti-diabolo-off:before {
  content: "\fa9a";
}
.ti-diabolo-plus:before {
  content: "\fa9b";
}
.ti-dialpad:before {
  content: "\f067";
}
.ti-dialpad-filled:before {
  content: "\fa3b";
}
.ti-dialpad-off:before {
  content: "\f114";
}
.ti-diamond:before {
  content: "\eb65";
}
.ti-diamond-filled:before {
  content: "\f73d";
}
.ti-diamond-off:before {
  content: "\f115";
}
.ti-diamonds:before {
  content: "\eff5";
}
.ti-diamonds-filled:before {
  content: "\f676";
}
.ti-dice:before {
  content: "\eb66";
}
.ti-dice-1:before {
  content: "\f08b";
}
.ti-dice-1-filled:before {
  content: "\f73e";
}
.ti-dice-2:before {
  content: "\f08c";
}
.ti-dice-2-filled:before {
  content: "\f73f";
}
.ti-dice-3:before {
  content: "\f08d";
}
.ti-dice-3-filled:before {
  content: "\f740";
}
.ti-dice-4:before {
  content: "\f08e";
}
.ti-dice-4-filled:before {
  content: "\f741";
}
.ti-dice-5:before {
  content: "\f08f";
}
.ti-dice-5-filled:before {
  content: "\f742";
}
.ti-dice-6:before {
  content: "\f090";
}
.ti-dice-6-filled:before {
  content: "\f743";
}
.ti-dice-filled:before {
  content: "\f744";
}
.ti-dimensions:before {
  content: "\ee7b";
}
.ti-direction:before {
  content: "\ebfb";
}
.ti-direction-arrows:before {
  content: "\fd36";
}
.ti-direction-horizontal:before {
  content: "\ebfa";
}
.ti-direction-sign:before {
  content: "\f1f7";
}
.ti-direction-sign-filled:before {
  content: "\f745";
}
.ti-direction-sign-off:before {
  content: "\f3e5";
}
.ti-directions:before {
  content: "\ea8e";
}
.ti-directions-off:before {
  content: "\f116";
}
.ti-disabled:before {
  content: "\ea8f";
}
.ti-disabled-2:before {
  content: "\ebaf";
}
.ti-disabled-off:before {
  content: "\f117";
}
.ti-disc:before {
  content: "\ea90";
}
.ti-disc-golf:before {
  content: "\f385";
}
.ti-disc-off:before {
  content: "\f118";
}
.ti-discount:before {
  content: "\ebbd";
}
.ti-discount-2:before {
  content: "\ee7c";
}
.ti-discount-2-off:before {
  content: "\f3e6";
}
.ti-discount-check:before {
  content: "\f1f8";
}
.ti-discount-check-filled:before {
  content: "\f746";
}
.ti-discount-off:before {
  content: "\f3e7";
}
.ti-divide:before {
  content: "\ed5c";
}
.ti-dna:before {
  content: "\ee7d";
}
.ti-dna-2:before {
  content: "\ef5c";
}
.ti-dna-2-off:before {
  content: "\f119";
}
.ti-dna-off:before {
  content: "\f11a";
}
.ti-dog:before {
  content: "\f660";
}
.ti-dog-bowl:before {
  content: "\ef29";
}
.ti-door:before {
  content: "\ef4e";
}
.ti-door-enter:before {
  content: "\ef4c";
}
.ti-door-exit:before {
  content: "\ef4d";
}
.ti-door-off:before {
  content: "\f11b";
}
.ti-dots:before {
  content: "\ea95";
}
.ti-dots-circle-horizontal:before {
  content: "\ea91";
}
.ti-dots-diagonal:before {
  content: "\ea93";
}
.ti-dots-diagonal-2:before {
  content: "\ea92";
}
.ti-dots-vertical:before {
  content: "\ea94";
}
.ti-download:before {
  content: "\ea96";
}
.ti-download-off:before {
  content: "\f11c";
}
.ti-drag-drop:before {
  content: "\eb89";
}
.ti-drag-drop-2:before {
  content: "\eb88";
}
.ti-drone:before {
  content: "\ed79";
}
.ti-drone-off:before {
  content: "\ee7e";
}
.ti-drop-circle:before {
  content: "\efde";
}
.ti-droplet:before {
  content: "\ea97";
}
.ti-droplet-bolt:before {
  content: "\f8f9";
}
.ti-droplet-cancel:before {
  content: "\f8fa";
}
.ti-droplet-check:before {
  content: "\f8fb";
}
.ti-droplet-code:before {
  content: "\f8fc";
}
.ti-droplet-cog:before {
  content: "\f8fd";
}
.ti-droplet-dollar:before {
  content: "\f8fe";
}
.ti-droplet-down:before {
  content: "\f8ff";
}
.ti-droplet-exclamation:before {
  content: "\f900";
}
.ti-droplet-filled:before {
  content: "\ee80";
}
.ti-droplet-half:before {
  content: "\ee82";
}
.ti-droplet-half-2:before {
  content: "\ee81";
}
.ti-droplet-half-2-filled:before {
  content: "\fb6c";
}
.ti-droplet-half-filled:before {
  content: "\f6c5";
}
.ti-droplet-heart:before {
  content: "\f901";
}
.ti-droplet-minus:before {
  content: "\f902";
}
.ti-droplet-off:before {
  content: "\ee83";
}
.ti-droplet-pause:before {
  content: "\f903";
}
.ti-droplet-pin:before {
  content: "\f904";
}
.ti-droplet-plus:before {
  content: "\f905";
}
.ti-droplet-question:before {
  content: "\f906";
}
.ti-droplet-search:before {
  content: "\f907";
}
.ti-droplet-share:before {
  content: "\f908";
}
.ti-droplet-star:before {
  content: "\f909";
}
.ti-droplet-up:before {
  content: "\f90a";
}
.ti-droplet-x:before {
  content: "\f90b";
}
.ti-droplets:before {
  content: "\fc12";
}
.ti-dual-screen:before {
  content: "\fa59";
}
.ti-e-passport:before {
  content: "\f4df";
}
.ti-ear:before {
  content: "\ebce";
}
.ti-ear-off:before {
  content: "\ee84";
}
.ti-ear-scan:before {
  content: "\fd57";
}
.ti-ease-in:before {
  content: "\f573";
}
.ti-ease-in-control-point:before {
  content: "\f570";
}
.ti-ease-in-out:before {
  content: "\f572";
}
.ti-ease-in-out-control-points:before {
  content: "\f571";
}
.ti-ease-out:before {
  content: "\f575";
}
.ti-ease-out-control-point:before {
  content: "\f574";
}
.ti-edit:before {
  content: "\ea98";
}
.ti-edit-circle:before {
  content: "\ee85";
}
.ti-edit-circle-off:before {
  content: "\f11d";
}
.ti-edit-off:before {
  content: "\f11e";
}
.ti-egg:before {
  content: "\eb8a";
}
.ti-egg-cracked:before {
  content: "\f2d6";
}
.ti-egg-filled:before {
  content: "\f678";
}
.ti-egg-fried:before {
  content: "\f386";
}
.ti-egg-off:before {
  content: "\f11f";
}
.ti-eggs:before {
  content: "\f500";
}
.ti-elevator:before {
  content: "\efdf";
}
.ti-elevator-off:before {
  content: "\f3e8";
}
.ti-emergency-bed:before {
  content: "\ef5d";
}
.ti-empathize:before {
  content: "\f29b";
}
.ti-empathize-off:before {
  content: "\f3e9";
}
.ti-emphasis:before {
  content: "\ebcf";
}
.ti-engine:before {
  content: "\ef7e";
}
.ti-engine-off:before {
  content: "\f120";
}
.ti-equal:before {
  content: "\ee87";
}
.ti-equal-double:before {
  content: "\f4e1";
}
.ti-equal-not:before {
  content: "\ee86";
}
.ti-eraser:before {
  content: "\eb8b";
}
.ti-eraser-off:before {
  content: "\f121";
}
.ti-error-404:before {
  content: "\f027";
}
.ti-error-404-off:before {
  content: "\f122";
}
.ti-escalator:before {
  content: "\fb06";
}
.ti-escalator-down:before {
  content: "\fb04";
}
.ti-escalator-up:before {
  content: "\fb05";
}
.ti-exchange:before {
  content: "\ebe7";
}
.ti-exchange-off:before {
  content: "\f123";
}
.ti-exclamation-circle:before {
  content: "\f634";
}
.ti-exclamation-mark:before {
  content: "\efb4";
}
.ti-exclamation-mark-off:before {
  content: "\f124";
}
.ti-explicit:before {
  content: "\f256";
}
.ti-explicit-off:before {
  content: "\f3ea";
}
.ti-exposure:before {
  content: "\eb8c";
}
.ti-exposure-0:before {
  content: "\f29c";
}
.ti-exposure-minus-1:before {
  content: "\f29d";
}
.ti-exposure-minus-2:before {
  content: "\f29e";
}
.ti-exposure-off:before {
  content: "\f3eb";
}
.ti-exposure-plus-1:before {
  content: "\f29f";
}
.ti-exposure-plus-2:before {
  content: "\f2a0";
}
.ti-external-link:before {
  content: "\ea99";
}
.ti-external-link-off:before {
  content: "\f125";
}
.ti-eye:before {
  content: "\ea9a";
}
.ti-eye-bolt:before {
  content: "\fb6d";
}
.ti-eye-cancel:before {
  content: "\fb6e";
}
.ti-eye-check:before {
  content: "\ee88";
}
.ti-eye-closed:before {
  content: "\f7ec";
}
.ti-eye-code:before {
  content: "\fb6f";
}
.ti-eye-cog:before {
  content: "\f7ed";
}
.ti-eye-discount:before {
  content: "\fb70";
}
.ti-eye-dollar:before {
  content: "\fb71";
}
.ti-eye-down:before {
  content: "\fb72";
}
.ti-eye-edit:before {
  content: "\f7ee";
}
.ti-eye-exclamation:before {
  content: "\f7ef";
}
.ti-eye-filled:before {
  content: "\f679";
}
.ti-eye-heart:before {
  content: "\f7f0";
}
.ti-eye-minus:before {
  content: "\fb73";
}
.ti-eye-off:before {
  content: "\ecf0";
}
.ti-eye-pause:before {
  content: "\fb74";
}
.ti-eye-pin:before {
  content: "\fb75";
}
.ti-eye-plus:before {
  content: "\fb76";
}
.ti-eye-question:before {
  content: "\fb77";
}
.ti-eye-search:before {
  content: "\fb78";
}
.ti-eye-share:before {
  content: "\fb79";
}
.ti-eye-star:before {
  content: "\fb7a";
}
.ti-eye-table:before {
  content: "\ef5e";
}
.ti-eye-up:before {
  content: "\fb7b";
}
.ti-eye-x:before {
  content: "\f7f1";
}
.ti-eyeglass:before {
  content: "\ee8a";
}
.ti-eyeglass-2:before {
  content: "\ee89";
}
.ti-eyeglass-off:before {
  content: "\f126";
}
.ti-face-id:before {
  content: "\ea9b";
}
.ti-face-id-error:before {
  content: "\efa7";
}
.ti-face-mask:before {
  content: "\efb5";
}
.ti-face-mask-off:before {
  content: "\f127";
}
.ti-fall:before {
  content: "\ecb9";
}
.ti-favicon:before {
  content: "\fd65";
}
.ti-feather:before {
  content: "\ee8b";
}
.ti-feather-off:before {
  content: "\f128";
}
.ti-fence:before {
  content: "\ef2a";
}
.ti-fence-off:before {
  content: "\f129";
}
.ti-fidget-spinner:before {
  content: "\f068";
}
.ti-file:before {
  content: "\eaa4";
}
.ti-file-3d:before {
  content: "\f032";
}
.ti-file-alert:before {
  content: "\ede6";
}
.ti-file-analytics:before {
  content: "\ede7";
}
.ti-file-arrow-left:before {
  content: "\f033";
}
.ti-file-arrow-right:before {
  content: "\f034";
}
.ti-file-barcode:before {
  content: "\f035";
}
.ti-file-broken:before {
  content: "\f501";
}
.ti-file-certificate:before {
  content: "\ed4d";
}
.ti-file-chart:before {
  content: "\f036";
}
.ti-file-check:before {
  content: "\ea9c";
}
.ti-file-code:before {
  content: "\ebd0";
}
.ti-file-code-2:before {
  content: "\ede8";
}
.ti-file-cv:before {
  content: "\fa5a";
}
.ti-file-database:before {
  content: "\f037";
}
.ti-file-delta:before {
  content: "\f53d";
}
.ti-file-description:before {
  content: "\f028";
}
.ti-file-diff:before {
  content: "\ecf1";
}
.ti-file-digit:before {
  content: "\efa8";
}
.ti-file-dislike:before {
  content: "\ed2a";
}
.ti-file-dollar:before {
  content: "\efe0";
}
.ti-file-dots:before {
  content: "\f038";
}
.ti-file-download:before {
  content: "\ea9d";
}
.ti-file-euro:before {
  content: "\efe1";
}
.ti-file-export:before {
  content: "\ede9";
}
.ti-file-filled:before {
  content: "\f747";
}
.ti-file-function:before {
  content: "\f53e";
}
.ti-file-horizontal:before {
  content: "\ebb0";
}
.ti-file-import:before {
  content: "\edea";
}
.ti-file-infinity:before {
  content: "\f502";
}
.ti-file-info:before {
  content: "\edec";
}
.ti-file-invoice:before {
  content: "\eb67";
}
.ti-file-lambda:before {
  content: "\f53f";
}
.ti-file-like:before {
  content: "\ed2b";
}
.ti-file-minus:before {
  content: "\ea9e";
}
.ti-file-music:before {
  content: "\ea9f";
}
.ti-file-neutral:before {
  content: "\fd22";
}
.ti-file-off:before {
  content: "\ecf2";
}
.ti-file-orientation:before {
  content: "\f2a1";
}
.ti-file-pencil:before {
  content: "\f039";
}
.ti-file-percent:before {
  content: "\f540";
}
.ti-file-phone:before {
  content: "\ecdc";
}
.ti-file-plus:before {
  content: "\eaa0";
}
.ti-file-power:before {
  content: "\f03a";
}
.ti-file-report:before {
  content: "\eded";
}
.ti-file-rss:before {
  content: "\f03b";
}
.ti-file-sad:before {
  content: "\fd23";
}
.ti-file-scissors:before {
  content: "\f03c";
}
.ti-file-search:before {
  content: "\ed5d";
}
.ti-file-settings:before {
  content: "\f029";
}
.ti-file-shredder:before {
  content: "\eaa1";
}
.ti-file-signal:before {
  content: "\f03d";
}
.ti-file-smile:before {
  content: "\fd24";
}
.ti-file-spreadsheet:before {
  content: "\f03e";
}
.ti-file-stack:before {
  content: "\f503";
}
.ti-file-star:before {
  content: "\f03f";
}
.ti-file-symlink:before {
  content: "\ed53";
}
.ti-file-text:before {
  content: "\eaa2";
}
.ti-file-text-ai:before {
  content: "\fa27";
}
.ti-file-time:before {
  content: "\f040";
}
.ti-file-type-bmp:before {
  content: "\fb07";
}
.ti-file-type-css:before {
  content: "\fb08";
}
.ti-file-type-csv:before {
  content: "\fb09";
}
.ti-file-type-doc:before {
  content: "\fb0a";
}
.ti-file-type-docx:before {
  content: "\fb0b";
}
.ti-file-type-html:before {
  content: "\fb0c";
}
.ti-file-type-jpg:before {
  content: "\fb0d";
}
.ti-file-type-js:before {
  content: "\fb0e";
}
.ti-file-type-jsx:before {
  content: "\fb0f";
}
.ti-file-type-pdf:before {
  content: "\fb10";
}
.ti-file-type-php:before {
  content: "\fb11";
}
.ti-file-type-png:before {
  content: "\fb12";
}
.ti-file-type-ppt:before {
  content: "\fb13";
}
.ti-file-type-rs:before {
  content: "\fb14";
}
.ti-file-type-sql:before {
  content: "\fb15";
}
.ti-file-type-svg:before {
  content: "\fb16";
}
.ti-file-type-ts:before {
  content: "\fb17";
}
.ti-file-type-tsx:before {
  content: "\fb18";
}
.ti-file-type-txt:before {
  content: "\fb19";
}
.ti-file-type-vue:before {
  content: "\fb1a";
}
.ti-file-type-xls:before {
  content: "\fb1b";
}
.ti-file-type-xml:before {
  content: "\fb1c";
}
.ti-file-type-zip:before {
  content: "\fb1d";
}
.ti-file-typography:before {
  content: "\f041";
}
.ti-file-unknown:before {
  content: "\f042";
}
.ti-file-upload:before {
  content: "\ec91";
}
.ti-file-vector:before {
  content: "\f043";
}
.ti-file-x:before {
  content: "\eaa3";
}
.ti-file-x-filled:before {
  content: "\f748";
}
.ti-file-zip:before {
  content: "\ed4e";
}
.ti-files:before {
  content: "\edef";
}
.ti-files-off:before {
  content: "\edee";
}
.ti-filter:before {
  content: "\eaa5";
}
.ti-filter-bolt:before {
  content: "\fb7c";
}
.ti-filter-cancel:before {
  content: "\fb7d";
}
.ti-filter-check:before {
  content: "\fb7e";
}
.ti-filter-code:before {
  content: "\fb7f";
}
.ti-filter-cog:before {
  content: "\f9fe";
}
.ti-filter-discount:before {
  content: "\fb80";
}
.ti-filter-dollar:before {
  content: "\f9ff";
}
.ti-filter-down:before {
  content: "\fb81";
}
.ti-filter-edit:before {
  content: "\fa00";
}
.ti-filter-exclamation:before {
  content: "\fb82";
}
.ti-filter-filled:before {
  content: "\fc27";
}
.ti-filter-heart:before {
  content: "\fb83";
}
.ti-filter-minus:before {
  content: "\fa01";
}
.ti-filter-off:before {
  content: "\ed2c";
}
.ti-filter-pause:before {
  content: "\fb84";
}
.ti-filter-pin:before {
  content: "\fb85";
}
.ti-filter-plus:before {
  content: "\fa02";
}
.ti-filter-question:before {
  content: "\fb86";
}
.ti-filter-search:before {
  content: "\fb87";
}
.ti-filter-share:before {
  content: "\fb88";
}
.ti-filter-star:before {
  content: "\fa03";
}
.ti-filter-up:before {
  content: "\fb89";
}
.ti-filter-x:before {
  content: "\fa04";
}
.ti-filters:before {
  content: "\f793";
}
.ti-fingerprint:before {
  content: "\ebd1";
}
.ti-fingerprint-off:before {
  content: "\f12a";
}
.ti-fingerprint-scan:before {
  content: "\fcb5";
}
.ti-fire-extinguisher:before {
  content: "\faf6";
}
.ti-fire-hydrant:before {
  content: "\f3a9";
}
.ti-fire-hydrant-off:before {
  content: "\f3ec";
}
.ti-firetruck:before {
  content: "\ebe8";
}
.ti-first-aid-kit:before {
  content: "\ef5f";
}
.ti-first-aid-kit-off:before {
  content: "\f3ed";
}
.ti-fish:before {
  content: "\ef2b";
}
.ti-fish-bone:before {
  content: "\f287";
}
.ti-fish-christianity:before {
  content: "\f58b";
}
.ti-fish-hook:before {
  content: "\f1f9";
}
.ti-fish-hook-off:before {
  content: "\f3ee";
}
.ti-fish-off:before {
  content: "\f12b";
}
.ti-flag:before {
  content: "\eaa6";
}
.ti-flag-2:before {
  content: "\ee8c";
}
.ti-flag-2-filled:before {
  content: "\f707";
}
.ti-flag-2-off:before {
  content: "\f12c";
}
.ti-flag-3:before {
  content: "\ee8d";
}
.ti-flag-3-filled:before {
  content: "\f708";
}
.ti-flag-bolt:before {
  content: "\fb8a";
}
.ti-flag-cancel:before {
  content: "\fb8b";
}
.ti-flag-check:before {
  content: "\fb8c";
}
.ti-flag-code:before {
  content: "\fb8d";
}
.ti-flag-cog:before {
  content: "\fb8e";
}
.ti-flag-discount:before {
  content: "\fb8f";
}
.ti-flag-dollar:before {
  content: "\fb90";
}
.ti-flag-down:before {
  content: "\fb91";
}
.ti-flag-exclamation:before {
  content: "\fb92";
}
.ti-flag-filled:before {
  content: "\f67a";
}
.ti-flag-heart:before {
  content: "\fb93";
}
.ti-flag-minus:before {
  content: "\fb94";
}
.ti-flag-off:before {
  content: "\f12d";
}
.ti-flag-pause:before {
  content: "\fb95";
}
.ti-flag-pin:before {
  content: "\fb96";
}
.ti-flag-plus:before {
  content: "\fb97";
}
.ti-flag-question:before {
  content: "\fb98";
}
.ti-flag-search:before {
  content: "\fb99";
}
.ti-flag-share:before {
  content: "\fb9a";
}
.ti-flag-star:before {
  content: "\fb9b";
}
.ti-flag-up:before {
  content: "\fb9c";
}
.ti-flag-x:before {
  content: "\fb9d";
}
.ti-flame:before {
  content: "\ec2c";
}
.ti-flame-off:before {
  content: "\f12e";
}
.ti-flare:before {
  content: "\ee8e";
}
.ti-flask:before {
  content: "\ebd2";
}
.ti-flask-2:before {
  content: "\ef60";
}
.ti-flask-2-filled:before {
  content: "\fd12";
}
.ti-flask-2-off:before {
  content: "\f12f";
}
.ti-flask-filled:before {
  content: "\fd13";
}
.ti-flask-off:before {
  content: "\f130";
}
.ti-flip-flops:before {
  content: "\f564";
}
.ti-flip-horizontal:before {
  content: "\eaa7";
}
.ti-flip-vertical:before {
  content: "\eaa8";
}
.ti-float-center:before {
  content: "\ebb1";
}
.ti-float-left:before {
  content: "\ebb2";
}
.ti-float-none:before {
  content: "\ed13";
}
.ti-float-right:before {
  content: "\ebb3";
}
.ti-flower:before {
  content: "\eff6";
}
.ti-flower-off:before {
  content: "\f131";
}
.ti-focus:before {
  content: "\eb8d";
}
.ti-focus-2:before {
  content: "\ebd3";
}
.ti-focus-auto:before {
  content: "\fa62";
}
.ti-focus-centered:before {
  content: "\f02a";
}
.ti-fold:before {
  content: "\ed56";
}
.ti-fold-down:before {
  content: "\ed54";
}
.ti-fold-up:before {
  content: "\ed55";
}
.ti-folder:before {
  content: "\eaad";
}
.ti-folder-bolt:before {
  content: "\f90c";
}
.ti-folder-cancel:before {
  content: "\f90d";
}
.ti-folder-check:before {
  content: "\f90e";
}
.ti-folder-code:before {
  content: "\f90f";
}
.ti-folder-cog:before {
  content: "\f910";
}
.ti-folder-dollar:before {
  content: "\f911";
}
.ti-folder-down:before {
  content: "\f912";
}
.ti-folder-exclamation:before {
  content: "\f913";
}
.ti-folder-filled:before {
  content: "\f749";
}
.ti-folder-heart:before {
  content: "\f914";
}
.ti-folder-minus:before {
  content: "\eaaa";
}
.ti-folder-off:before {
  content: "\ed14";
}
.ti-folder-open:before {
  content: "\faf7";
}
.ti-folder-pause:before {
  content: "\f915";
}
.ti-folder-pin:before {
  content: "\f916";
}
.ti-folder-plus:before {
  content: "\eaab";
}
.ti-folder-question:before {
  content: "\f917";
}
.ti-folder-root:before {
  content: "\fd43";
}
.ti-folder-search:before {
  content: "\f918";
}
.ti-folder-share:before {
  content: "\f919";
}
.ti-folder-star:before {
  content: "\f91a";
}
.ti-folder-symlink:before {
  content: "\f91b";
}
.ti-folder-up:before {
  content: "\f91c";
}
.ti-folder-x:before {
  content: "\eaac";
}
.ti-folders:before {
  content: "\eaae";
}
.ti-folders-off:before {
  content: "\f133";
}
.ti-forbid:before {
  content: "\ebd5";
}
.ti-forbid-2:before {
  content: "\ebd4";
}
.ti-forbid-2-filled:before {
  content: "\fc28";
}
.ti-forbid-filled:before {
  content: "\fc29";
}
.ti-forklift:before {
  content: "\ebe9";
}
.ti-forms:before {
  content: "\ee8f";
}
.ti-fountain:before {
  content: "\f09b";
}
.ti-fountain-filled:before {
  content: "\fc2a";
}
.ti-fountain-off:before {
  content: "\f134";
}
.ti-frame:before {
  content: "\eaaf";
}
.ti-frame-off:before {
  content: "\f135";
}
.ti-free-rights:before {
  content: "\efb6";
}
.ti-freeze-column:before {
  content: "\fa63";
}
.ti-freeze-row:before {
  content: "\fa65";
}
.ti-freeze-row-column:before {
  content: "\fa64";
}
.ti-fridge:before {
  content: "\f1fa";
}
.ti-fridge-off:before {
  content: "\f3ef";
}
.ti-friends:before {
  content: "\eab0";
}
.ti-friends-off:before {
  content: "\f136";
}
.ti-frustum:before {
  content: "\fa9f";
}
.ti-frustum-off:before {
  content: "\fa9d";
}
.ti-frustum-plus:before {
  content: "\fa9e";
}
.ti-function:before {
  content: "\f225";
}
.ti-function-filled:before {
  content: "\fc2b";
}
.ti-function-off:before {
  content: "\f3f0";
}
.ti-galaxy:before {
  content: "\fcb6";
}
.ti-garden-cart:before {
  content: "\f23e";
}
.ti-garden-cart-off:before {
  content: "\f3f1";
}
.ti-gas-station:before {
  content: "\ec7d";
}
.ti-gas-station-off:before {
  content: "\f137";
}
.ti-gauge:before {
  content: "\eab1";
}
.ti-gauge-filled:before {
  content: "\fc2c";
}
.ti-gauge-off:before {
  content: "\f138";
}
.ti-gavel:before {
  content: "\ef90";
}
.ti-gender-agender:before {
  content: "\f0e1";
}
.ti-gender-androgyne:before {
  content: "\f0e2";
}
.ti-gender-bigender:before {
  content: "\f0e3";
}
.ti-gender-demiboy:before {
  content: "\f0e4";
}
.ti-gender-demigirl:before {
  content: "\f0e5";
}
.ti-gender-epicene:before {
  content: "\f0e6";
}
.ti-gender-female:before {
  content: "\f0e7";
}
.ti-gender-femme:before {
  content: "\f0e8";
}
.ti-gender-genderfluid:before {
  content: "\f0e9";
}
.ti-gender-genderless:before {
  content: "\f0ea";
}
.ti-gender-genderqueer:before {
  content: "\f0eb";
}
.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}
.ti-gender-intergender:before {
  content: "\f0ed";
}
.ti-gender-male:before {
  content: "\f0ee";
}
.ti-gender-neutrois:before {
  content: "\f0ef";
}
.ti-gender-third:before {
  content: "\f0f0";
}
.ti-gender-transgender:before {
  content: "\f0f1";
}
.ti-gender-trasvesti:before {
  content: "\f0f2";
}
.ti-geometry:before {
  content: "\ee90";
}
.ti-ghost:before {
  content: "\eb8e";
}
.ti-ghost-2:before {
  content: "\f57c";
}
.ti-ghost-2-filled:before {
  content: "\f74a";
}
.ti-ghost-3:before {
  content: "\fc13";
}
.ti-ghost-filled:before {
  content: "\f74b";
}
.ti-ghost-off:before {
  content: "\f3f2";
}
.ti-gif:before {
  content: "\f257";
}
.ti-gift:before {
  content: "\eb68";
}
.ti-gift-card:before {
  content: "\f3aa";
}
.ti-gift-card-filled:before {
  content: "\fc2d";
}
.ti-gift-filled:before {
  content: "\fd14";
}
.ti-gift-off:before {
  content: "\f3f3";
}
.ti-git-branch:before {
  content: "\eab2";
}
.ti-git-branch-deleted:before {
  content: "\f57d";
}
.ti-git-cherry-pick:before {
  content: "\f57e";
}
.ti-git-commit:before {
  content: "\eab3";
}
.ti-git-compare:before {
  content: "\eab4";
}
.ti-git-fork:before {
  content: "\eb8f";
}
.ti-git-merge:before {
  content: "\eab5";
}
.ti-git-pull-request:before {
  content: "\eab6";
}
.ti-git-pull-request-closed:before {
  content: "\ef7f";
}
.ti-git-pull-request-draft:before {
  content: "\efb7";
}
.ti-gizmo:before {
  content: "\f02b";
}
.ti-glass:before {
  content: "\eab8";
}
.ti-glass-full:before {
  content: "\eab7";
}
.ti-glass-full-filled:before {
  content: "\fc2e";
}
.ti-glass-off:before {
  content: "\ee91";
}
.ti-globe:before {
  content: "\eab9";
}
.ti-globe-filled:before {
  content: "\fc2f";
}
.ti-globe-off:before {
  content: "\f139";
}
.ti-go-game:before {
  content: "\f512";
}
.ti-golf:before {
  content: "\ed8c";
}
.ti-golf-off:before {
  content: "\f13a";
}
.ti-gps:before {
  content: "\ed7a";
}
.ti-gradienter:before {
  content: "\f3ab";
}
.ti-grain:before {
  content: "\ee92";
}
.ti-graph:before {
  content: "\f288";
}
.ti-graph-filled:before {
  content: "\fd15";
}
.ti-graph-off:before {
  content: "\f3f4";
}
.ti-grave:before {
  content: "\f580";
}
.ti-grave-2:before {
  content: "\f57f";
}
.ti-grid-3x3:before {
  content: "\fca4";
}
.ti-grid-4x4:before {
  content: "\fca5";
}
.ti-grid-dots:before {
  content: "\eaba";
}
.ti-grid-goldenratio:before {
  content: "\fca6";
}
.ti-grid-pattern:before {
  content: "\efc9";
}
.ti-grid-scan:before {
  content: "\fca7";
}
.ti-grill:before {
  content: "\efa9";
}
.ti-grill-fork:before {
  content: "\f35b";
}
.ti-grill-off:before {
  content: "\f3f5";
}
.ti-grill-spatula:before {
  content: "\f35c";
}
.ti-grip-horizontal:before {
  content: "\ec00";
}
.ti-grip-vertical:before {
  content: "\ec01";
}
.ti-growth:before {
  content: "\ee93";
}
.ti-guitar-pick:before {
  content: "\f4c6";
}
.ti-guitar-pick-filled:before {
  content: "\f67b";
}
.ti-gymnastics:before {
  content: "\fd44";
}
.ti-h-1:before {
  content: "\ec94";
}
.ti-h-2:before {
  content: "\ec95";
}
.ti-h-3:before {
  content: "\ec96";
}
.ti-h-4:before {
  content: "\ec97";
}
.ti-h-5:before {
  content: "\ec98";
}
.ti-h-6:before {
  content: "\ec99";
}
.ti-hammer:before {
  content: "\ef91";
}
.ti-hammer-off:before {
  content: "\f13c";
}
.ti-hand-click:before {
  content: "\ef4f";
}
.ti-hand-finger:before {
  content: "\ee94";
}
.ti-hand-finger-off:before {
  content: "\f13d";
}
.ti-hand-grab:before {
  content: "\f091";
}
.ti-hand-little-finger:before {
  content: "\ee95";
}
.ti-hand-middle-finger:before {
  content: "\ec2d";
}
.ti-hand-move:before {
  content: "\ef50";
}
.ti-hand-off:before {
  content: "\ed15";
}
.ti-hand-ring-finger:before {
  content: "\ee96";
}
.ti-hand-rock:before {
  content: "\ee97";
}
.ti-hand-sanitizer:before {
  content: "\f5f4";
}
.ti-hand-stop:before {
  content: "\ec2e";
}
.ti-hand-three-fingers:before {
  content: "\ee98";
}
.ti-hand-two-fingers:before {
  content: "\ee99";
}
.ti-hanger:before {
  content: "\ee9a";
}
.ti-hanger-2:before {
  content: "\f09c";
}
.ti-hanger-off:before {
  content: "\f13e";
}
.ti-hash:before {
  content: "\eabc";
}
.ti-haze:before {
  content: "\efaa";
}
.ti-haze-moon:before {
  content: "\faf8";
}
.ti-hdr:before {
  content: "\fa7b";
}
.ti-heading:before {
  content: "\ee9b";
}
.ti-heading-off:before {
  content: "\f13f";
}
.ti-headphones:before {
  content: "\eabd";
}
.ti-headphones-filled:before {
  content: "\fa3c";
}
.ti-headphones-off:before {
  content: "\ed1d";
}
.ti-headset:before {
  content: "\eb90";
}
.ti-headset-off:before {
  content: "\f3f6";
}
.ti-health-recognition:before {
  content: "\f1fb";
}
.ti-heart:before {
  content: "\eabe";
}
.ti-heart-bolt:before {
  content: "\fb9e";
}
.ti-heart-broken:before {
  content: "\ecba";
}
.ti-heart-cancel:before {
  content: "\fb9f";
}
.ti-heart-check:before {
  content: "\fba0";
}
.ti-heart-code:before {
  content: "\fba1";
}
.ti-heart-cog:before {
  content: "\fba2";
}
.ti-heart-discount:before {
  content: "\fba3";
}
.ti-heart-dollar:before {
  content: "\fba4";
}
.ti-heart-down:before {
  content: "\fba5";
}
.ti-heart-exclamation:before {
  content: "\fba6";
}
.ti-heart-filled:before {
  content: "\f67c";
}
.ti-heart-handshake:before {
  content: "\f0f3";
}
.ti-heart-minus:before {
  content: "\f140";
}
.ti-heart-off:before {
  content: "\f141";
}
.ti-heart-pause:before {
  content: "\fba7";
}
.ti-heart-pin:before {
  content: "\fba8";
}
.ti-heart-plus:before {
  content: "\f142";
}
.ti-heart-question:before {
  content: "\fba9";
}
.ti-heart-rate-monitor:before {
  content: "\ef61";
}
.ti-heart-search:before {
  content: "\fbaa";
}
.ti-heart-share:before {
  content: "\fbab";
}
.ti-heart-star:before {
  content: "\fbac";
}
.ti-heart-up:before {
  content: "\fbad";
}
.ti-heart-x:before {
  content: "\fbae";
}
.ti-heartbeat:before {
  content: "\ef92";
}
.ti-hearts:before {
  content: "\f387";
}
.ti-hearts-off:before {
  content: "\f3f7";
}
.ti-helicopter:before {
  content: "\ed8e";
}
.ti-helicopter-landing:before {
  content: "\ed8d";
}
.ti-helmet:before {
  content: "\efca";
}
.ti-helmet-off:before {
  content: "\f143";
}
.ti-help:before {
  content: "\eabf";
}
.ti-help-circle:before {
  content: "\f91d";
}
.ti-help-circle-filled:before {
  content: "\fa3d";
}
.ti-help-hexagon:before {
  content: "\f7a8";
}
.ti-help-hexagon-filled:before {
  content: "\fa3e";
}
.ti-help-octagon:before {
  content: "\f7a9";
}
.ti-help-octagon-filled:before {
  content: "\fa3f";
}
.ti-help-off:before {
  content: "\f3f8";
}
.ti-help-small:before {
  content: "\f91e";
}
.ti-help-square:before {
  content: "\f920";
}
.ti-help-square-filled:before {
  content: "\fa40";
}
.ti-help-square-rounded:before {
  content: "\f91f";
}
.ti-help-square-rounded-filled:before {
  content: "\fa41";
}
.ti-help-triangle:before {
  content: "\f921";
}
.ti-help-triangle-filled:before {
  content: "\fa42";
}
.ti-hemisphere:before {
  content: "\faa2";
}
.ti-hemisphere-off:before {
  content: "\faa0";
}
.ti-hemisphere-plus:before {
  content: "\faa1";
}
.ti-hexagon:before {
  content: "\ec02";
}
.ti-hexagon-0-filled:before {
  content: "\f74c";
}
.ti-hexagon-1-filled:before {
  content: "\f74d";
}
.ti-hexagon-2-filled:before {
  content: "\f74e";
}
.ti-hexagon-3-filled:before {
  content: "\f74f";
}
.ti-hexagon-3d:before {
  content: "\f4c7";
}
.ti-hexagon-4-filled:before {
  content: "\f750";
}
.ti-hexagon-5-filled:before {
  content: "\f751";
}
.ti-hexagon-6-filled:before {
  content: "\f752";
}
.ti-hexagon-7-filled:before {
  content: "\f753";
}
.ti-hexagon-8-filled:before {
  content: "\f754";
}
.ti-hexagon-9-filled:before {
  content: "\f755";
}
.ti-hexagon-filled:before {
  content: "\f67d";
}
.ti-hexagon-letter-a:before {
  content: "\f463";
}
.ti-hexagon-letter-b:before {
  content: "\f464";
}
.ti-hexagon-letter-c:before {
  content: "\f465";
}
.ti-hexagon-letter-d:before {
  content: "\f466";
}
.ti-hexagon-letter-e:before {
  content: "\f467";
}
.ti-hexagon-letter-f:before {
  content: "\f468";
}
.ti-hexagon-letter-g:before {
  content: "\f469";
}
.ti-hexagon-letter-h:before {
  content: "\f46a";
}
.ti-hexagon-letter-i:before {
  content: "\f46b";
}
.ti-hexagon-letter-j:before {
  content: "\f46c";
}
.ti-hexagon-letter-k:before {
  content: "\f46d";
}
.ti-hexagon-letter-l:before {
  content: "\f46e";
}
.ti-hexagon-letter-m:before {
  content: "\f46f";
}
.ti-hexagon-letter-n:before {
  content: "\f470";
}
.ti-hexagon-letter-o:before {
  content: "\f471";
}
.ti-hexagon-letter-p:before {
  content: "\f472";
}
.ti-hexagon-letter-q:before {
  content: "\f473";
}
.ti-hexagon-letter-r:before {
  content: "\f474";
}
.ti-hexagon-letter-s:before {
  content: "\f475";
}
.ti-hexagon-letter-t:before {
  content: "\f476";
}
.ti-hexagon-letter-u:before {
  content: "\f477";
}
.ti-hexagon-letter-v:before {
  content: "\f4b3";
}
.ti-hexagon-letter-w:before {
  content: "\f478";
}
.ti-hexagon-letter-x:before {
  content: "\f479";
}
.ti-hexagon-letter-y:before {
  content: "\f47a";
}
.ti-hexagon-letter-z:before {
  content: "\f47b";
}
.ti-hexagon-minus:before {
  content: "\fc8f";
}
.ti-hexagon-minus-2:before {
  content: "\fc8e";
}
.ti-hexagon-number-0:before {
  content: "\f459";
}
.ti-hexagon-number-1:before {
  content: "\f45a";
}
.ti-hexagon-number-2:before {
  content: "\f45b";
}
.ti-hexagon-number-3:before {
  content: "\f45c";
}
.ti-hexagon-number-4:before {
  content: "\f45d";
}
.ti-hexagon-number-5:before {
  content: "\f45e";
}
.ti-hexagon-number-6:before {
  content: "\f45f";
}
.ti-hexagon-number-7:before {
  content: "\f460";
}
.ti-hexagon-number-8:before {
  content: "\f461";
}
.ti-hexagon-number-9:before {
  content: "\f462";
}
.ti-hexagon-off:before {
  content: "\ee9c";
}
.ti-hexagon-plus:before {
  content: "\fc45";
}
.ti-hexagon-plus-2:before {
  content: "\fc90";
}
.ti-hexagonal-prism:before {
  content: "\faa5";
}
.ti-hexagonal-prism-off:before {
  content: "\faa3";
}
.ti-hexagonal-prism-plus:before {
  content: "\faa4";
}
.ti-hexagonal-pyramid:before {
  content: "\faa8";
}
.ti-hexagonal-pyramid-off:before {
  content: "\faa6";
}
.ti-hexagonal-pyramid-plus:before {
  content: "\faa7";
}
.ti-hexagons:before {
  content: "\f09d";
}
.ti-hexagons-off:before {
  content: "\f3f9";
}
.ti-hierarchy:before {
  content: "\ee9e";
}
.ti-hierarchy-2:before {
  content: "\ee9d";
}
.ti-hierarchy-3:before {
  content: "\f289";
}
.ti-hierarchy-off:before {
  content: "\f3fa";
}
.ti-highlight:before {
  content: "\ef3f";
}
.ti-highlight-off:before {
  content: "\f144";
}
.ti-history:before {
  content: "\ebea";
}
.ti-history-off:before {
  content: "\f3fb";
}
.ti-history-toggle:before {
  content: "\f1fc";
}
.ti-home:before {
  content: "\eac1";
}
.ti-home-2:before {
  content: "\eac0";
}
.ti-home-bolt:before {
  content: "\f336";
}
.ti-home-cancel:before {
  content: "\f350";
}
.ti-home-check:before {
  content: "\f337";
}
.ti-home-cog:before {
  content: "\f338";
}
.ti-home-dollar:before {
  content: "\f339";
}
.ti-home-dot:before {
  content: "\f33a";
}
.ti-home-down:before {
  content: "\f33b";
}
.ti-home-eco:before {
  content: "\f351";
}
.ti-home-edit:before {
  content: "\f352";
}
.ti-home-exclamation:before {
  content: "\f33c";
}
.ti-home-hand:before {
  content: "\f504";
}
.ti-home-heart:before {
  content: "\f353";
}
.ti-home-infinity:before {
  content: "\f505";
}
.ti-home-link:before {
  content: "\f354";
}
.ti-home-minus:before {
  content: "\f33d";
}
.ti-home-move:before {
  content: "\f33e";
}
.ti-home-off:before {
  content: "\f145";
}
.ti-home-plus:before {
  content: "\f33f";
}
.ti-home-question:before {
  content: "\f340";
}
.ti-home-ribbon:before {
  content: "\f355";
}
.ti-home-search:before {
  content: "\f341";
}
.ti-home-share:before {
  content: "\f342";
}
.ti-home-shield:before {
  content: "\f343";
}
.ti-home-signal:before {
  content: "\f356";
}
.ti-home-star:before {
  content: "\f344";
}
.ti-home-stats:before {
  content: "\f345";
}
.ti-home-up:before {
  content: "\f346";
}
.ti-home-x:before {
  content: "\f347";
}
.ti-horse:before {
  content: "\fc46";
}
.ti-horse-toy:before {
  content: "\f28a";
}
.ti-horseshoe:before {
  content: "\fcb7";
}
.ti-hospital:before {
  content: "\fd59";
}
.ti-hospital-circle:before {
  content: "\fd58";
}
.ti-hotel-service:before {
  content: "\ef80";
}
.ti-hourglass:before {
  content: "\ef93";
}
.ti-hourglass-empty:before {
  content: "\f146";
}
.ti-hourglass-filled:before {
  content: "\f756";
}
.ti-hourglass-high:before {
  content: "\f092";
}
.ti-hourglass-low:before {
  content: "\f093";
}
.ti-hourglass-off:before {
  content: "\f147";
}
.ti-html:before {
  content: "\f7b1";
}
.ti-http-connect:before {
  content: "\fa28";
}
.ti-http-delete:before {
  content: "\fa29";
}
.ti-http-get:before {
  content: "\fa2a";
}
.ti-http-head:before {
  content: "\fa2b";
}
.ti-http-options:before {
  content: "\fa2c";
}
.ti-http-patch:before {
  content: "\fa2d";
}
.ti-http-post:before {
  content: "\fa2e";
}
.ti-http-put:before {
  content: "\fa2f";
}
.ti-http-que:before {
  content: "\fa5b";
}
.ti-http-trace:before {
  content: "\fa30";
}
.ti-ice-cream:before {
  content: "\eac2";
}
.ti-ice-cream-2:before {
  content: "\ee9f";
}
.ti-ice-cream-off:before {
  content: "\f148";
}
.ti-ice-skating:before {
  content: "\efcb";
}
.ti-icons:before {
  content: "\f1d4";
}
.ti-icons-off:before {
  content: "\f3fc";
}
.ti-id:before {
  content: "\eac3";
}
.ti-id-badge:before {
  content: "\eff7";
}
.ti-id-badge-2:before {
  content: "\f076";
}
.ti-id-badge-off:before {
  content: "\f3fd";
}
.ti-id-off:before {
  content: "\f149";
}
.ti-inbox:before {
  content: "\eac4";
}
.ti-inbox-off:before {
  content: "\f14a";
}
.ti-indent-decrease:before {
  content: "\eb91";
}
.ti-indent-increase:before {
  content: "\eb92";
}
.ti-infinity:before {
  content: "\eb69";
}
.ti-infinity-off:before {
  content: "\f3fe";
}
.ti-info-circle:before {
  content: "\eac5";
}
.ti-info-circle-filled:before {
  content: "\f6d8";
}
.ti-info-hexagon:before {
  content: "\f7aa";
}
.ti-info-hexagon-filled:before {
  content: "\fa43";
}
.ti-info-octagon:before {
  content: "\f7ab";
}
.ti-info-octagon-filled:before {
  content: "\fa44";
}
.ti-info-small:before {
  content: "\f922";
}
.ti-info-square:before {
  content: "\eac6";
}
.ti-info-square-filled:before {
  content: "\fa45";
}
.ti-info-square-rounded:before {
  content: "\f635";
}
.ti-info-square-rounded-filled:before {
  content: "\f6d9";
}
.ti-info-triangle:before {
  content: "\f923";
}
.ti-info-triangle-filled:before {
  content: "\fa46";
}
.ti-inner-shadow-bottom:before {
  content: "\f520";
}
.ti-inner-shadow-bottom-filled:before {
  content: "\f757";
}
.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}
.ti-inner-shadow-bottom-left-filled:before {
  content: "\f758";
}
.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}
.ti-inner-shadow-bottom-right-filled:before {
  content: "\f759";
}
.ti-inner-shadow-left:before {
  content: "\f521";
}
.ti-inner-shadow-left-filled:before {
  content: "\f75a";
}
.ti-inner-shadow-right:before {
  content: "\f522";
}
.ti-inner-shadow-right-filled:before {
  content: "\f75b";
}
.ti-inner-shadow-top:before {
  content: "\f525";
}
.ti-inner-shadow-top-filled:before {
  content: "\f75c";
}
.ti-inner-shadow-top-left:before {
  content: "\f523";
}
.ti-inner-shadow-top-left-filled:before {
  content: "\f75d";
}
.ti-inner-shadow-top-right:before {
  content: "\f524";
}
.ti-inner-shadow-top-right-filled:before {
  content: "\f75e";
}
.ti-input-ai:before {
  content: "\fc5a";
}
.ti-input-check:before {
  content: "\fc5b";
}
.ti-input-search:before {
  content: "\f2a2";
}
.ti-input-x:before {
  content: "\fc5c";
}
.ti-ironing:before {
  content: "\fa7c";
}
.ti-ironing-1:before {
  content: "\f2f4";
}
.ti-ironing-2:before {
  content: "\f2f5";
}
.ti-ironing-3:before {
  content: "\f2f6";
}
.ti-ironing-off:before {
  content: "\f2f7";
}
.ti-ironing-steam:before {
  content: "\f2f9";
}
.ti-ironing-steam-off:before {
  content: "\f2f8";
}
.ti-irregular-polyhedron:before {
  content: "\faab";
}
.ti-irregular-polyhedron-off:before {
  content: "\faa9";
}
.ti-irregular-polyhedron-plus:before {
  content: "\faaa";
}
.ti-italic:before {
  content: "\eb93";
}
.ti-jacket:before {
  content: "\f661";
}
.ti-jetpack:before {
  content: "\f581";
}
.ti-jewish-star:before {
  content: "\f3ff";
}
.ti-jewish-star-filled:before {
  content: "\f67e";
}
.ti-jpg:before {
  content: "\f3ac";
}
.ti-json:before {
  content: "\f7b2";
}
.ti-jump-rope:before {
  content: "\ed8f";
}
.ti-karate:before {
  content: "\ed32";
}
.ti-kayak:before {
  content: "\f1d6";
}
.ti-kering:before {
  content: "\efb8";
}
.ti-key:before {
  content: "\eac7";
}
.ti-key-off:before {
  content: "\f14b";
}
.ti-keyboard:before {
  content: "\ebd6";
}
.ti-keyboard-hide:before {
  content: "\ec7e";
}
.ti-keyboard-off:before {
  content: "\eea0";
}
.ti-keyboard-show:before {
  content: "\ec7f";
}
.ti-keyframe:before {
  content: "\f576";
}
.ti-keyframe-align-center:before {
  content: "\f582";
}
.ti-keyframe-align-center-filled:before {
  content: "\fc30";
}
.ti-keyframe-align-horizontal:before {
  content: "\f583";
}
.ti-keyframe-align-horizontal-filled:before {
  content: "\fc31";
}
.ti-keyframe-align-vertical:before {
  content: "\f584";
}
.ti-keyframe-align-vertical-filled:before {
  content: "\fc32";
}
.ti-keyframe-filled:before {
  content: "\fc33";
}
.ti-keyframes:before {
  content: "\f585";
}
.ti-keyframes-filled:before {
  content: "\fc34";
}
.ti-ladder:before {
  content: "\efe2";
}
.ti-ladder-off:before {
  content: "\f14c";
}
.ti-ladle:before {
  content: "\fc14";
}
.ti-lambda:before {
  content: "\f541";
}
.ti-lamp:before {
  content: "\efab";
}
.ti-lamp-2:before {
  content: "\f09e";
}
.ti-lamp-off:before {
  content: "\f14d";
}
.ti-lane:before {
  content: "\faf9";
}
.ti-language:before {
  content: "\ebbe";
}
.ti-language-hiragana:before {
  content: "\ef77";
}
.ti-language-katakana:before {
  content: "\ef78";
}
.ti-language-off:before {
  content: "\f14e";
}
.ti-lasso:before {
  content: "\efac";
}
.ti-lasso-off:before {
  content: "\f14f";
}
.ti-lasso-polygon:before {
  content: "\f388";
}
.ti-layers-difference:before {
  content: "\eac8";
}
.ti-layers-intersect:before {
  content: "\eac9";
}
.ti-layers-intersect-2:before {
  content: "\eff8";
}
.ti-layers-linked:before {
  content: "\eea1";
}
.ti-layers-off:before {
  content: "\f150";
}
.ti-layers-subtract:before {
  content: "\eaca";
}
.ti-layers-union:before {
  content: "\eacb";
}
.ti-layout:before {
  content: "\eadb";
}
.ti-layout-2:before {
  content: "\eacc";
}
.ti-layout-align-bottom:before {
  content: "\eacd";
}
.ti-layout-align-center:before {
  content: "\eace";
}
.ti-layout-align-left:before {
  content: "\eacf";
}
.ti-layout-align-middle:before {
  content: "\ead0";
}
.ti-layout-align-right:before {
  content: "\ead1";
}
.ti-layout-align-top:before {
  content: "\ead2";
}
.ti-layout-board:before {
  content: "\ef95";
}
.ti-layout-board-split:before {
  content: "\ef94";
}
.ti-layout-bottombar:before {
  content: "\ead3";
}
.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}
.ti-layout-bottombar-collapse-filled:before {
  content: "\fc35";
}
.ti-layout-bottombar-expand:before {
  content: "\f28c";
}
.ti-layout-bottombar-expand-filled:before {
  content: "\fc36";
}
.ti-layout-bottombar-filled:before {
  content: "\fc37";
}
.ti-layout-bottombar-inactive:before {
  content: "\fd45";
}
.ti-layout-cards:before {
  content: "\ec13";
}
.ti-layout-collage:before {
  content: "\f389";
}
.ti-layout-columns:before {
  content: "\ead4";
}
.ti-layout-dashboard:before {
  content: "\f02c";
}
.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}
.ti-layout-distribute-vertical:before {
  content: "\ead6";
}
.ti-layout-grid:before {
  content: "\edba";
}
.ti-layout-grid-add:before {
  content: "\edb9";
}
.ti-layout-grid-remove:before {
  content: "\fa7d";
}
.ti-layout-kanban:before {
  content: "\ec3f";
}
.ti-layout-list:before {
  content: "\ec14";
}
.ti-layout-navbar:before {
  content: "\ead7";
}
.ti-layout-navbar-collapse:before {
  content: "\f28d";
}
.ti-layout-navbar-collapse-filled:before {
  content: "\fc38";
}
.ti-layout-navbar-expand:before {
  content: "\f28e";
}
.ti-layout-navbar-expand-filled:before {
  content: "\fc39";
}
.ti-layout-navbar-filled:before {
  content: "\fc3a";
}
.ti-layout-navbar-inactive:before {
  content: "\fd46";
}
.ti-layout-off:before {
  content: "\f151";
}
.ti-layout-rows:before {
  content: "\ead8";
}
.ti-layout-sidebar:before {
  content: "\eada";
}
.ti-layout-sidebar-inactive:before {
  content: "\fd47";
}
.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}
.ti-layout-sidebar-left-collapse-filled:before {
  content: "\fc3b";
}
.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}
.ti-layout-sidebar-left-expand-filled:before {
  content: "\fc3c";
}
.ti-layout-sidebar-right:before {
  content: "\ead9";
}
.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}
.ti-layout-sidebar-right-collapse-filled:before {
  content: "\fc3d";
}
.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}
.ti-layout-sidebar-right-expand-filled:before {
  content: "\fc3e";
}
.ti-layout-sidebar-right-inactive:before {
  content: "\fd48";
}
.ti-leaf:before {
  content: "\ed4f";
}
.ti-leaf-off:before {
  content: "\f400";
}
.ti-lego:before {
  content: "\eadc";
}
.ti-lego-off:before {
  content: "\f401";
}
.ti-lemon:before {
  content: "\ef10";
}
.ti-lemon-2:before {
  content: "\ef81";
}
.ti-letter-a:before {
  content: "\ec50";
}
.ti-letter-a-small:before {
  content: "\fcc7";
}
.ti-letter-b:before {
  content: "\ec51";
}
.ti-letter-b-small:before {
  content: "\fcc8";
}
.ti-letter-c:before {
  content: "\ec52";
}
.ti-letter-c-small:before {
  content: "\fcc9";
}
.ti-letter-case:before {
  content: "\eea5";
}
.ti-letter-case-lower:before {
  content: "\eea2";
}
.ti-letter-case-toggle:before {
  content: "\eea3";
}
.ti-letter-case-upper:before {
  content: "\eea4";
}
.ti-letter-d:before {
  content: "\ec53";
}
.ti-letter-d-small:before {
  content: "\fcca";
}
.ti-letter-e:before {
  content: "\ec54";
}
.ti-letter-e-small:before {
  content: "\fccb";
}
.ti-letter-f:before {
  content: "\ec55";
}
.ti-letter-f-small:before {
  content: "\fccc";
}
.ti-letter-g:before {
  content: "\ec56";
}
.ti-letter-g-small:before {
  content: "\fccd";
}
.ti-letter-h:before {
  content: "\ec57";
}
.ti-letter-h-small:before {
  content: "\fcce";
}
.ti-letter-i:before {
  content: "\ec58";
}
.ti-letter-i-small:before {
  content: "\fccf";
}
.ti-letter-j:before {
  content: "\ec59";
}
.ti-letter-j-small:before {
  content: "\fcd0";
}
.ti-letter-k:before {
  content: "\ec5a";
}
.ti-letter-k-small:before {
  content: "\fcd1";
}
.ti-letter-l:before {
  content: "\ec5b";
}
.ti-letter-l-small:before {
  content: "\fcd2";
}
.ti-letter-m:before {
  content: "\ec5c";
}
.ti-letter-m-small:before {
  content: "\fcd3";
}
.ti-letter-n:before {
  content: "\ec5d";
}
.ti-letter-n-small:before {
  content: "\fcd4";
}
.ti-letter-o:before {
  content: "\ec5e";
}
.ti-letter-o-small:before {
  content: "\fcd5";
}
.ti-letter-p:before {
  content: "\ec5f";
}
.ti-letter-p-small:before {
  content: "\fcd6";
}
.ti-letter-q:before {
  content: "\ec60";
}
.ti-letter-q-small:before {
  content: "\fcd7";
}
.ti-letter-r:before {
  content: "\ec61";
}
.ti-letter-r-small:before {
  content: "\fcd8";
}
.ti-letter-s:before {
  content: "\ec62";
}
.ti-letter-s-small:before {
  content: "\fcd9";
}
.ti-letter-spacing:before {
  content: "\eea6";
}
.ti-letter-t:before {
  content: "\ec63";
}
.ti-letter-t-small:before {
  content: "\fcda";
}
.ti-letter-u:before {
  content: "\ec64";
}
.ti-letter-u-small:before {
  content: "\fcdb";
}
.ti-letter-v:before {
  content: "\ec65";
}
.ti-letter-v-small:before {
  content: "\fcdc";
}
.ti-letter-w:before {
  content: "\ec66";
}
.ti-letter-w-small:before {
  content: "\fcdd";
}
.ti-letter-x:before {
  content: "\ec67";
}
.ti-letter-x-small:before {
  content: "\fcde";
}
.ti-letter-y:before {
  content: "\ec68";
}
.ti-letter-y-small:before {
  content: "\fcdf";
}
.ti-letter-z:before {
  content: "\ec69";
}
.ti-letter-z-small:before {
  content: "\fce0";
}
.ti-library:before {
  content: "\fd4c";
}
.ti-library-minus:before {
  content: "\fd49";
}
.ti-library-photo:before {
  content: "\fd4a";
}
.ti-library-plus:before {
  content: "\fd4b";
}
.ti-license:before {
  content: "\ebc0";
}
.ti-license-off:before {
  content: "\f153";
}
.ti-lifebuoy:before {
  content: "\eadd";
}
.ti-lifebuoy-off:before {
  content: "\f154";
}
.ti-lighter:before {
  content: "\f794";
}
.ti-line:before {
  content: "\ec40";
}
.ti-line-dashed:before {
  content: "\eea7";
}
.ti-line-dotted:before {
  content: "\eea8";
}
.ti-line-height:before {
  content: "\eb94";
}
.ti-line-scan:before {
  content: "\fcb8";
}
.ti-link:before {
  content: "\eade";
}
.ti-link-minus:before {
  content: "\fd16";
}
.ti-link-off:before {
  content: "\f402";
}
.ti-link-plus:before {
  content: "\fd17";
}
.ti-list:before {
  content: "\eb6b";
}
.ti-list-check:before {
  content: "\eb6a";
}
.ti-list-details:before {
  content: "\ef40";
}
.ti-list-letters:before {
  content: "\fc47";
}
.ti-list-numbers:before {
  content: "\ef11";
}
.ti-list-search:before {
  content: "\eea9";
}
.ti-list-tree:before {
  content: "\fafa";
}
.ti-live-photo:before {
  content: "\eadf";
}
.ti-live-photo-off:before {
  content: "\f403";
}
.ti-live-view:before {
  content: "\ec6b";
}
.ti-load-balancer:before {
  content: "\fa5c";
}
.ti-loader:before {
  content: "\eca3";
}
.ti-loader-2:before {
  content: "\f226";
}
.ti-loader-3:before {
  content: "\f513";
}
.ti-loader-quarter:before {
  content: "\eca2";
}
.ti-location:before {
  content: "\eae0";
}
.ti-location-bolt:before {
  content: "\fbaf";
}
.ti-location-broken:before {
  content: "\f2c4";
}
.ti-location-cancel:before {
  content: "\fbb0";
}
.ti-location-check:before {
  content: "\fbb1";
}
.ti-location-code:before {
  content: "\fbb2";
}
.ti-location-cog:before {
  content: "\fbb3";
}
.ti-location-discount:before {
  content: "\fbb4";
}
.ti-location-dollar:before {
  content: "\fbb5";
}
.ti-location-down:before {
  content: "\fbb6";
}
.ti-location-exclamation:before {
  content: "\fbb7";
}
.ti-location-filled:before {
  content: "\f67f";
}
.ti-location-heart:before {
  content: "\fbb8";
}
.ti-location-minus:before {
  content: "\fbb9";
}
.ti-location-off:before {
  content: "\f155";
}
.ti-location-pause:before {
  content: "\fbba";
}
.ti-location-pin:before {
  content: "\fbbb";
}
.ti-location-plus:before {
  content: "\fbbc";
}
.ti-location-question:before {
  content: "\fbbd";
}
.ti-location-search:before {
  content: "\fbbe";
}
.ti-location-share:before {
  content: "\fbbf";
}
.ti-location-star:before {
  content: "\fbc0";
}
.ti-location-up:before {
  content: "\fbc1";
}
.ti-location-x:before {
  content: "\fbc2";
}
.ti-lock:before {
  content: "\eae2";
}
.ti-lock-access:before {
  content: "\eeaa";
}
.ti-lock-access-off:before {
  content: "\f404";
}
.ti-lock-bolt:before {
  content: "\f924";
}
.ti-lock-cancel:before {
  content: "\f925";
}
.ti-lock-check:before {
  content: "\f926";
}
.ti-lock-code:before {
  content: "\f927";
}
.ti-lock-cog:before {
  content: "\f928";
}
.ti-lock-dollar:before {
  content: "\f929";
}
.ti-lock-down:before {
  content: "\f92a";
}
.ti-lock-exclamation:before {
  content: "\f92b";
}
.ti-lock-heart:before {
  content: "\f92c";
}
.ti-lock-minus:before {
  content: "\f92d";
}
.ti-lock-off:before {
  content: "\ed1e";
}
.ti-lock-open:before {
  content: "\eae1";
}
.ti-lock-open-off:before {
  content: "\f156";
}
.ti-lock-pause:before {
  content: "\f92e";
}
.ti-lock-pin:before {
  content: "\f92f";
}
.ti-lock-plus:before {
  content: "\f930";
}
.ti-lock-question:before {
  content: "\f931";
}
.ti-lock-search:before {
  content: "\f932";
}
.ti-lock-share:before {
  content: "\f933";
}
.ti-lock-square:before {
  content: "\ef51";
}
.ti-lock-square-rounded:before {
  content: "\f636";
}
.ti-lock-square-rounded-filled:before {
  content: "\f6da";
}
.ti-lock-star:before {
  content: "\f934";
}
.ti-lock-up:before {
  content: "\f935";
}
.ti-lock-x:before {
  content: "\f936";
}
.ti-logic-and:before {
  content: "\f240";
}
.ti-logic-buffer:before {
  content: "\f241";
}
.ti-logic-nand:before {
  content: "\f242";
}
.ti-logic-nor:before {
  content: "\f243";
}
.ti-logic-not:before {
  content: "\f244";
}
.ti-logic-or:before {
  content: "\f245";
}
.ti-logic-xnor:before {
  content: "\f246";
}
.ti-logic-xor:before {
  content: "\f247";
}
.ti-login:before {
  content: "\eba7";
}
.ti-login-2:before {
  content: "\fc76";
}
.ti-logout:before {
  content: "\eba8";
}
.ti-logout-2:before {
  content: "\fa7e";
}
.ti-lollipop:before {
  content: "\efcc";
}
.ti-lollipop-off:before {
  content: "\f157";
}
.ti-luggage:before {
  content: "\efad";
}
.ti-luggage-off:before {
  content: "\f158";
}
.ti-lungs:before {
  content: "\ef62";
}
.ti-lungs-off:before {
  content: "\f405";
}
.ti-macro:before {
  content: "\eeab";
}
.ti-macro-off:before {
  content: "\f406";
}
.ti-magnet:before {
  content: "\eae3";
}
.ti-magnet-off:before {
  content: "\f159";
}
.ti-magnetic:before {
  content: "\fcb9";
}
.ti-mail:before {
  content: "\eae5";
}
.ti-mail-ai:before {
  content: "\fa31";
}
.ti-mail-bolt:before {
  content: "\f937";
}
.ti-mail-cancel:before {
  content: "\f938";
}
.ti-mail-check:before {
  content: "\f939";
}
.ti-mail-code:before {
  content: "\f93a";
}
.ti-mail-cog:before {
  content: "\f93b";
}
.ti-mail-dollar:before {
  content: "\f93c";
}
.ti-mail-down:before {
  content: "\f93d";
}
.ti-mail-exclamation:before {
  content: "\f93e";
}
.ti-mail-fast:before {
  content: "\f069";
}
.ti-mail-filled:before {
  content: "\fa47";
}
.ti-mail-forward:before {
  content: "\eeac";
}
.ti-mail-heart:before {
  content: "\f93f";
}
.ti-mail-minus:before {
  content: "\f940";
}
.ti-mail-off:before {
  content: "\f15a";
}
.ti-mail-opened:before {
  content: "\eae4";
}
.ti-mail-opened-filled:before {
  content: "\fa48";
}
.ti-mail-pause:before {
  content: "\f941";
}
.ti-mail-pin:before {
  content: "\f942";
}
.ti-mail-plus:before {
  content: "\f943";
}
.ti-mail-question:before {
  content: "\f944";
}
.ti-mail-search:before {
  content: "\f945";
}
.ti-mail-share:before {
  content: "\f946";
}
.ti-mail-star:before {
  content: "\f947";
}
.ti-mail-up:before {
  content: "\f948";
}
.ti-mail-x:before {
  content: "\f949";
}
.ti-mailbox:before {
  content: "\eead";
}
.ti-mailbox-off:before {
  content: "\f15b";
}
.ti-man:before {
  content: "\eae6";
}
.ti-manual-gearbox:before {
  content: "\ed7b";
}
.ti-map:before {
  content: "\eae9";
}
.ti-map-2:before {
  content: "\eae7";
}
.ti-map-bolt:before {
  content: "\fbc3";
}
.ti-map-cancel:before {
  content: "\fbc4";
}
.ti-map-check:before {
  content: "\fbc5";
}
.ti-map-code:before {
  content: "\fbc6";
}
.ti-map-cog:before {
  content: "\fbc7";
}
.ti-map-discount:before {
  content: "\fbc8";
}
.ti-map-dollar:before {
  content: "\fbc9";
}
.ti-map-down:before {
  content: "\fbca";
}
.ti-map-east:before {
  content: "\fc5d";
}
.ti-map-exclamation:before {
  content: "\fbcb";
}
.ti-map-heart:before {
  content: "\fbcc";
}
.ti-map-minus:before {
  content: "\fbcd";
}
.ti-map-north:before {
  content: "\fc5e";
}
.ti-map-off:before {
  content: "\f15c";
}
.ti-map-pause:before {
  content: "\fbce";
}
.ti-map-pin:before {
  content: "\eae8";
}
.ti-map-pin-2:before {
  content: "\fc48";
}
.ti-map-pin-bolt:before {
  content: "\f94a";
}
.ti-map-pin-cancel:before {
  content: "\f94b";
}
.ti-map-pin-check:before {
  content: "\f94c";
}
.ti-map-pin-code:before {
  content: "\f94d";
}
.ti-map-pin-cog:before {
  content: "\f94e";
}
.ti-map-pin-dollar:before {
  content: "\f94f";
}
.ti-map-pin-down:before {
  content: "\f950";
}
.ti-map-pin-exclamation:before {
  content: "\f951";
}
.ti-map-pin-filled:before {
  content: "\f680";
}
.ti-map-pin-heart:before {
  content: "\f952";
}
.ti-map-pin-minus:before {
  content: "\f953";
}
.ti-map-pin-off:before {
  content: "\ecf3";
}
.ti-map-pin-pause:before {
  content: "\f954";
}
.ti-map-pin-pin:before {
  content: "\f955";
}
.ti-map-pin-plus:before {
  content: "\f956";
}
.ti-map-pin-question:before {
  content: "\f957";
}
.ti-map-pin-search:before {
  content: "\f958";
}
.ti-map-pin-share:before {
  content: "\f795";
}
.ti-map-pin-star:before {
  content: "\f959";
}
.ti-map-pin-up:before {
  content: "\f95a";
}
.ti-map-pin-x:before {
  content: "\f95b";
}
.ti-map-pins:before {
  content: "\ed5e";
}
.ti-map-plus:before {
  content: "\fbcf";
}
.ti-map-question:before {
  content: "\fbd0";
}
.ti-map-route:before {
  content: "\fc79";
}
.ti-map-search:before {
  content: "\ef82";
}
.ti-map-share:before {
  content: "\fbd1";
}
.ti-map-south:before {
  content: "\fc5f";
}
.ti-map-star:before {
  content: "\fbd2";
}
.ti-map-up:before {
  content: "\fbd3";
}
.ti-map-west:before {
  content: "\fc60";
}
.ti-map-x:before {
  content: "\fbd4";
}
.ti-markdown:before {
  content: "\ec41";
}
.ti-markdown-off:before {
  content: "\f407";
}
.ti-marquee:before {
  content: "\ec77";
}
.ti-marquee-2:before {
  content: "\eeae";
}
.ti-marquee-off:before {
  content: "\f15d";
}
.ti-mars:before {
  content: "\ec80";
}
.ti-mask:before {
  content: "\eeb0";
}
.ti-mask-off:before {
  content: "\eeaf";
}
.ti-masks-theater:before {
  content: "\f263";
}
.ti-masks-theater-off:before {
  content: "\f408";
}
.ti-massage:before {
  content: "\eeb1";
}
.ti-matchstick:before {
  content: "\f577";
}
.ti-math:before {
  content: "\ebeb";
}
.ti-math-1-divide-2:before {
  content: "\f4e2";
}
.ti-math-1-divide-3:before {
  content: "\f4e3";
}
.ti-math-avg:before {
  content: "\f0f4";
}
.ti-math-equal-greater:before {
  content: "\f4e4";
}
.ti-math-equal-lower:before {
  content: "\f4e5";
}
.ti-math-function:before {
  content: "\eeb2";
}
.ti-math-function-off:before {
  content: "\f15e";
}
.ti-math-function-y:before {
  content: "\f4e6";
}
.ti-math-greater:before {
  content: "\f4e7";
}
.ti-math-integral:before {
  content: "\f4e9";
}
.ti-math-integral-x:before {
  content: "\f4e8";
}
.ti-math-integrals:before {
  content: "\f4ea";
}
.ti-math-lower:before {
  content: "\f4eb";
}
.ti-math-max:before {
  content: "\f0f5";
}
.ti-math-min:before {
  content: "\f0f6";
}
.ti-math-not:before {
  content: "\f4ec";
}
.ti-math-off:before {
  content: "\f409";
}
.ti-math-pi:before {
  content: "\f4ee";
}
.ti-math-pi-divide-2:before {
  content: "\f4ed";
}
.ti-math-symbols:before {
  content: "\eeb3";
}
.ti-math-x-divide-2:before {
  content: "\f4ef";
}
.ti-math-x-divide-y:before {
  content: "\f4f1";
}
.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}
.ti-math-x-minus-x:before {
  content: "\f4f2";
}
.ti-math-x-minus-y:before {
  content: "\f4f3";
}
.ti-math-x-plus-x:before {
  content: "\f4f4";
}
.ti-math-x-plus-y:before {
  content: "\f4f5";
}
.ti-math-xy:before {
  content: "\f4f6";
}
.ti-math-y-minus-y:before {
  content: "\f4f7";
}
.ti-math-y-plus-y:before {
  content: "\f4f8";
}
.ti-maximize:before {
  content: "\eaea";
}
.ti-maximize-off:before {
  content: "\f15f";
}
.ti-meat:before {
  content: "\ef12";
}
.ti-meat-off:before {
  content: "\f40a";
}
.ti-medal:before {
  content: "\ec78";
}
.ti-medal-2:before {
  content: "\efcd";
}
.ti-medical-cross:before {
  content: "\ec2f";
}
.ti-medical-cross-circle:before {
  content: "\fae8";
}
.ti-medical-cross-filled:before {
  content: "\f681";
}
.ti-medical-cross-off:before {
  content: "\f160";
}
.ti-medicine-syrup:before {
  content: "\ef63";
}
.ti-meeple:before {
  content: "\f514";
}
.ti-melon:before {
  content: "\fc7a";
}
.ti-menorah:before {
  content: "\f58c";
}
.ti-menu:before {
  content: "\eaeb";
}
.ti-menu-2:before {
  content: "\ec42";
}
.ti-menu-deep:before {
  content: "\fafb";
}
.ti-menu-order:before {
  content: "\f5f5";
}
.ti-message:before {
  content: "\eaef";
}
.ti-message-2:before {
  content: "\eaec";
}
.ti-message-2-bolt:before {
  content: "\f95c";
}
.ti-message-2-cancel:before {
  content: "\f95d";
}
.ti-message-2-check:before {
  content: "\f95e";
}
.ti-message-2-code:before {
  content: "\f012";
}
.ti-message-2-cog:before {
  content: "\f95f";
}
.ti-message-2-dollar:before {
  content: "\f960";
}
.ti-message-2-down:before {
  content: "\f961";
}
.ti-message-2-exclamation:before {
  content: "\f962";
}
.ti-message-2-heart:before {
  content: "\f963";
}
.ti-message-2-minus:before {
  content: "\f964";
}
.ti-message-2-off:before {
  content: "\f40b";
}
.ti-message-2-pause:before {
  content: "\f965";
}
.ti-message-2-pin:before {
  content: "\f966";
}
.ti-message-2-plus:before {
  content: "\f967";
}
.ti-message-2-question:before {
  content: "\f968";
}
.ti-message-2-search:before {
  content: "\f969";
}
.ti-message-2-share:before {
  content: "\f077";
}
.ti-message-2-star:before {
  content: "\f96a";
}
.ti-message-2-up:before {
  content: "\f96b";
}
.ti-message-2-x:before {
  content: "\f96c";
}
.ti-message-bolt:before {
  content: "\f96d";
}
.ti-message-cancel:before {
  content: "\f96e";
}
.ti-message-chatbot:before {
  content: "\f38a";
}
.ti-message-check:before {
  content: "\f96f";
}
.ti-message-circle:before {
  content: "\eaed";
}
.ti-message-circle-2:before {
  content: "\ed3f";
}
.ti-message-circle-2-filled:before {
  content: "\f682";
}
.ti-message-circle-bolt:before {
  content: "\f970";
}
.ti-message-circle-cancel:before {
  content: "\f971";
}
.ti-message-circle-check:before {
  content: "\f972";
}
.ti-message-circle-code:before {
  content: "\f973";
}
.ti-message-circle-cog:before {
  content: "\f974";
}
.ti-message-circle-dollar:before {
  content: "\f975";
}
.ti-message-circle-down:before {
  content: "\f976";
}
.ti-message-circle-exclamation:before {
  content: "\f977";
}
.ti-message-circle-heart:before {
  content: "\f978";
}
.ti-message-circle-minus:before {
  content: "\f979";
}
.ti-message-circle-off:before {
  content: "\ed40";
}
.ti-message-circle-pause:before {
  content: "\f97a";
}
.ti-message-circle-pin:before {
  content: "\f97b";
}
.ti-message-circle-plus:before {
  content: "\f97c";
}
.ti-message-circle-question:before {
  content: "\f97d";
}
.ti-message-circle-search:before {
  content: "\f97e";
}
.ti-message-circle-share:before {
  content: "\f97f";
}
.ti-message-circle-star:before {
  content: "\f980";
}
.ti-message-circle-up:before {
  content: "\f981";
}
.ti-message-circle-x:before {
  content: "\f982";
}
.ti-message-code:before {
  content: "\f013";
}
.ti-message-cog:before {
  content: "\f983";
}
.ti-message-dollar:before {
  content: "\f984";
}
.ti-message-dots:before {
  content: "\eaee";
}
.ti-message-down:before {
  content: "\f985";
}
.ti-message-exclamation:before {
  content: "\f986";
}
.ti-message-forward:before {
  content: "\f28f";
}
.ti-message-heart:before {
  content: "\f987";
}
.ti-message-language:before {
  content: "\efae";
}
.ti-message-minus:before {
  content: "\f988";
}
.ti-message-off:before {
  content: "\ed41";
}
.ti-message-pause:before {
  content: "\f989";
}
.ti-message-pin:before {
  content: "\f98a";
}
.ti-message-plus:before {
  content: "\ec9a";
}
.ti-message-question:before {
  content: "\f98b";
}
.ti-message-reply:before {
  content: "\fd4d";
}
.ti-message-report:before {
  content: "\ec9b";
}
.ti-message-search:before {
  content: "\f98c";
}
.ti-message-share:before {
  content: "\f078";
}
.ti-message-star:before {
  content: "\f98d";
}
.ti-message-up:before {
  content: "\f98e";
}
.ti-message-x:before {
  content: "\f98f";
}
.ti-messages:before {
  content: "\eb6c";
}
.ti-messages-off:before {
  content: "\ed42";
}
.ti-meteor:before {
  content: "\f1fd";
}
.ti-meteor-off:before {
  content: "\f40c";
}
.ti-meter-cube:before {
  content: "\fd7c";
}
.ti-meter-square:before {
  content: "\fd7d";
}
.ti-metronome:before {
  content: "\fd25";
}
.ti-michelin-bib-gourmand:before {
  content: "\fae9";
}
.ti-michelin-star:before {
  content: "\faeb";
}
.ti-michelin-star-green:before {
  content: "\faea";
}
.ti-mickey:before {
  content: "\f2a3";
}
.ti-mickey-filled:before {
  content: "\f683";
}
.ti-microphone:before {
  content: "\eaf0";
}
.ti-microphone-2:before {
  content: "\ef2c";
}
.ti-microphone-2-off:before {
  content: "\f40d";
}
.ti-microphone-off:before {
  content: "\ed16";
}
.ti-microscope:before {
  content: "\ef64";
}
.ti-microscope-off:before {
  content: "\f40e";
}
.ti-microwave:before {
  content: "\f248";
}
.ti-microwave-off:before {
  content: "\f264";
}
.ti-military-award:before {
  content: "\f079";
}
.ti-military-rank:before {
  content: "\efcf";
}
.ti-milk:before {
  content: "\ef13";
}
.ti-milk-off:before {
  content: "\f40f";
}
.ti-milkshake:before {
  content: "\f4c8";
}
.ti-minimize:before {
  content: "\eaf1";
}
.ti-minus:before {
  content: "\eaf2";
}
.ti-minus-vertical:before {
  content: "\eeb4";
}
.ti-mist:before {
  content: "\ec30";
}
.ti-mist-off:before {
  content: "\f410";
}
.ti-mobiledata:before {
  content: "\f9f5";
}
.ti-mobiledata-off:before {
  content: "\f9f4";
}
.ti-moneybag:before {
  content: "\f506";
}
.ti-mood-angry:before {
  content: "\f2de";
}
.ti-mood-annoyed:before {
  content: "\f2e0";
}
.ti-mood-annoyed-2:before {
  content: "\f2df";
}
.ti-mood-boy:before {
  content: "\ed2d";
}
.ti-mood-check:before {
  content: "\f7b3";
}
.ti-mood-cog:before {
  content: "\f7b4";
}
.ti-mood-confuzed:before {
  content: "\eaf3";
}
.ti-mood-confuzed-filled:before {
  content: "\f7f2";
}
.ti-mood-crazy-happy:before {
  content: "\ed90";
}
.ti-mood-cry:before {
  content: "\ecbb";
}
.ti-mood-dollar:before {
  content: "\f7b5";
}
.ti-mood-edit:before {
  content: "\fa05";
}
.ti-mood-empty:before {
  content: "\eeb5";
}
.ti-mood-empty-filled:before {
  content: "\f7f3";
}
.ti-mood-happy:before {
  content: "\eaf4";
}
.ti-mood-happy-filled:before {
  content: "\f7f4";
}
.ti-mood-heart:before {
  content: "\f7b6";
}
.ti-mood-kid:before {
  content: "\ec03";
}
.ti-mood-kid-filled:before {
  content: "\f7f5";
}
.ti-mood-look-down:before {
  content: "\fd37";
}
.ti-mood-look-left:before {
  content: "\f2c5";
}
.ti-mood-look-right:before {
  content: "\f2c6";
}
.ti-mood-look-up:before {
  content: "\fd38";
}
.ti-mood-minus:before {
  content: "\f7b7";
}
.ti-mood-nerd:before {
  content: "\f2e1";
}
.ti-mood-nervous:before {
  content: "\ef96";
}
.ti-mood-neutral:before {
  content: "\eaf5";
}
.ti-mood-neutral-filled:before {
  content: "\f7f6";
}
.ti-mood-off:before {
  content: "\f161";
}
.ti-mood-pin:before {
  content: "\f7b8";
}
.ti-mood-plus:before {
  content: "\f7b9";
}
.ti-mood-puzzled:before {
  content: "\fd39";
}
.ti-mood-sad:before {
  content: "\eaf6";
}
.ti-mood-sad-2:before {
  content: "\f2e2";
}
.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}
.ti-mood-sad-filled:before {
  content: "\f7f7";
}
.ti-mood-sad-squint:before {
  content: "\f2e4";
}
.ti-mood-search:before {
  content: "\f7ba";
}
.ti-mood-share:before {
  content: "\fa06";
}
.ti-mood-sick:before {
  content: "\f2e5";
}
.ti-mood-silence:before {
  content: "\f2e6";
}
.ti-mood-sing:before {
  content: "\f2c7";
}
.ti-mood-smile:before {
  content: "\eaf7";
}
.ti-mood-smile-beam:before {
  content: "\f2e7";
}
.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}
.ti-mood-smile-filled:before {
  content: "\f7f8";
}
.ti-mood-suprised:before {
  content: "\ec04";
}
.ti-mood-tongue:before {
  content: "\eb95";
}
.ti-mood-tongue-wink:before {
  content: "\f2ea";
}
.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}
.ti-mood-unamused:before {
  content: "\f2eb";
}
.ti-mood-up:before {
  content: "\f7bb";
}
.ti-mood-wink:before {
  content: "\f2ed";
}
.ti-mood-wink-2:before {
  content: "\f2ec";
}
.ti-mood-wrrr:before {
  content: "\f2ee";
}
.ti-mood-x:before {
  content: "\f7bc";
}
.ti-mood-xd:before {
  content: "\f2ef";
}
.ti-moon:before {
  content: "\eaf8";
}
.ti-moon-2:before {
  content: "\ece6";
}
.ti-moon-filled:before {
  content: "\f684";
}
.ti-moon-off:before {
  content: "\f162";
}
.ti-moon-stars:before {
  content: "\ece7";
}
.ti-moped:before {
  content: "\ecbc";
}
.ti-motorbike:before {
  content: "\eeb6";
}
.ti-mountain:before {
  content: "\ef97";
}
.ti-mountain-off:before {
  content: "\f411";
}
.ti-mouse:before {
  content: "\eaf9";
}
.ti-mouse-2:before {
  content: "\f1d7";
}
.ti-mouse-filled:before {
  content: "\fb2f";
}
.ti-mouse-off:before {
  content: "\f163";
}
.ti-moustache:before {
  content: "\f4c9";
}
.ti-movie:before {
  content: "\eafa";
}
.ti-movie-off:before {
  content: "\f164";
}
.ti-mug:before {
  content: "\eafb";
}
.ti-mug-off:before {
  content: "\f165";
}
.ti-multiplier-0-5x:before {
  content: "\ef41";
}
.ti-multiplier-1-5x:before {
  content: "\ef42";
}
.ti-multiplier-1x:before {
  content: "\ef43";
}
.ti-multiplier-2x:before {
  content: "\ef44";
}
.ti-mushroom:before {
  content: "\ef14";
}
.ti-mushroom-filled:before {
  content: "\f7f9";
}
.ti-mushroom-off:before {
  content: "\f412";
}
.ti-music:before {
  content: "\eafc";
}
.ti-music-bolt:before {
  content: "\fbd5";
}
.ti-music-cancel:before {
  content: "\fbd6";
}
.ti-music-check:before {
  content: "\fbd7";
}
.ti-music-code:before {
  content: "\fbd8";
}
.ti-music-cog:before {
  content: "\fbd9";
}
.ti-music-discount:before {
  content: "\fbda";
}
.ti-music-dollar:before {
  content: "\fbdb";
}
.ti-music-down:before {
  content: "\fbdc";
}
.ti-music-exclamation:before {
  content: "\fbdd";
}
.ti-music-heart:before {
  content: "\fbde";
}
.ti-music-minus:before {
  content: "\fbdf";
}
.ti-music-off:before {
  content: "\f166";
}
.ti-music-pause:before {
  content: "\fbe0";
}
.ti-music-pin:before {
  content: "\fbe1";
}
.ti-music-plus:before {
  content: "\fbe2";
}
.ti-music-question:before {
  content: "\fbe3";
}
.ti-music-search:before {
  content: "\fbe4";
}
.ti-music-share:before {
  content: "\fbe5";
}
.ti-music-star:before {
  content: "\fbe6";
}
.ti-music-up:before {
  content: "\fbe7";
}
.ti-music-x:before {
  content: "\fbe8";
}
.ti-navigation:before {
  content: "\f2c8";
}
.ti-navigation-bolt:before {
  content: "\fbe9";
}
.ti-navigation-cancel:before {
  content: "\fbea";
}
.ti-navigation-check:before {
  content: "\fbeb";
}
.ti-navigation-code:before {
  content: "\fbec";
}
.ti-navigation-cog:before {
  content: "\fbed";
}
.ti-navigation-discount:before {
  content: "\fbee";
}
.ti-navigation-dollar:before {
  content: "\fbef";
}
.ti-navigation-down:before {
  content: "\fbf0";
}
.ti-navigation-east:before {
  content: "\fcba";
}
.ti-navigation-exclamation:before {
  content: "\fbf1";
}
.ti-navigation-filled:before {
  content: "\f685";
}
.ti-navigation-heart:before {
  content: "\fbf2";
}
.ti-navigation-minus:before {
  content: "\fbf3";
}
.ti-navigation-north:before {
  content: "\fcbb";
}
.ti-navigation-off:before {
  content: "\f413";
}
.ti-navigation-pause:before {
  content: "\fbf4";
}
.ti-navigation-pin:before {
  content: "\fbf5";
}
.ti-navigation-plus:before {
  content: "\fbf6";
}
.ti-navigation-question:before {
  content: "\fbf7";
}
.ti-navigation-search:before {
  content: "\fbf8";
}
.ti-navigation-share:before {
  content: "\fbf9";
}
.ti-navigation-south:before {
  content: "\fcbc";
}
.ti-navigation-star:before {
  content: "\fbfa";
}
.ti-navigation-top:before {
  content: "\faec";
}
.ti-navigation-up:before {
  content: "\fbfb";
}
.ti-navigation-west:before {
  content: "\fcbd";
}
.ti-navigation-x:before {
  content: "\fbfc";
}
.ti-needle:before {
  content: "\f508";
}
.ti-needle-thread:before {
  content: "\f507";
}
.ti-network:before {
  content: "\f09f";
}
.ti-network-off:before {
  content: "\f414";
}
.ti-new-section:before {
  content: "\ebc1";
}
.ti-news:before {
  content: "\eafd";
}
.ti-news-off:before {
  content: "\f167";
}
.ti-nfc:before {
  content: "\eeb7";
}
.ti-nfc-off:before {
  content: "\f168";
}
.ti-no-copyright:before {
  content: "\efb9";
}
.ti-no-creative-commons:before {
  content: "\efba";
}
.ti-no-derivatives:before {
  content: "\efbb";
}
.ti-north-star:before {
  content: "\f014";
}
.ti-note:before {
  content: "\eb6d";
}
.ti-note-off:before {
  content: "\f169";
}
.ti-notebook:before {
  content: "\eb96";
}
.ti-notebook-off:before {
  content: "\f415";
}
.ti-notes:before {
  content: "\eb6e";
}
.ti-notes-off:before {
  content: "\f16a";
}
.ti-notification:before {
  content: "\eafe";
}
.ti-notification-off:before {
  content: "\f16b";
}
.ti-number:before {
  content: "\f1fe";
}
.ti-number-0:before {
  content: "\edf0";
}
.ti-number-0-small:before {
  content: "\fce1";
}
.ti-number-1:before {
  content: "\edf1";
}
.ti-number-1-small:before {
  content: "\fce2";
}
.ti-number-10-small:before {
  content: "\fce3";
}
.ti-number-11-small:before {
  content: "\fce4";
}
.ti-number-12-small:before {
  content: "\fce5";
}
.ti-number-13-small:before {
  content: "\fce6";
}
.ti-number-14-small:before {
  content: "\fce7";
}
.ti-number-15-small:before {
  content: "\fce8";
}
.ti-number-16-small:before {
  content: "\fce9";
}
.ti-number-17-small:before {
  content: "\fcea";
}
.ti-number-18-small:before {
  content: "\fceb";
}
.ti-number-19-small:before {
  content: "\fcec";
}
.ti-number-2:before {
  content: "\edf2";
}
.ti-number-2-small:before {
  content: "\fced";
}
.ti-number-20-small:before {
  content: "\fcee";
}
.ti-number-21-small:before {
  content: "\fcef";
}
.ti-number-22-small:before {
  content: "\fcf0";
}
.ti-number-23-small:before {
  content: "\fcf1";
}
.ti-number-24-small:before {
  content: "\fcf2";
}
.ti-number-25-small:before {
  content: "\fcf3";
}
.ti-number-26-small:before {
  content: "\fcf4";
}
.ti-number-27-small:before {
  content: "\fcf5";
}
.ti-number-28-small:before {
  content: "\fcf6";
}
.ti-number-29-small:before {
  content: "\fcf7";
}
.ti-number-3:before {
  content: "\edf3";
}
.ti-number-3-small:before {
  content: "\fcf8";
}
.ti-number-4:before {
  content: "\edf4";
}
.ti-number-4-small:before {
  content: "\fcf9";
}
.ti-number-5:before {
  content: "\edf5";
}
.ti-number-5-small:before {
  content: "\fcfa";
}
.ti-number-6:before {
  content: "\edf6";
}
.ti-number-6-small:before {
  content: "\fcfb";
}
.ti-number-7:before {
  content: "\edf7";
}
.ti-number-7-small:before {
  content: "\fcfc";
}
.ti-number-8:before {
  content: "\edf8";
}
.ti-number-8-small:before {
  content: "\fcfd";
}
.ti-number-9:before {
  content: "\edf9";
}
.ti-number-9-small:before {
  content: "\fcfe";
}
.ti-numbers:before {
  content: "\f015";
}
.ti-nurse:before {
  content: "\ef65";
}
.ti-nut:before {
  content: "\fc61";
}
.ti-octagon:before {
  content: "\ecbd";
}
.ti-octagon-filled:before {
  content: "\f686";
}
.ti-octagon-minus:before {
  content: "\fc92";
}
.ti-octagon-minus-2:before {
  content: "\fc91";
}
.ti-octagon-off:before {
  content: "\eeb8";
}
.ti-octagon-plus:before {
  content: "\fc94";
}
.ti-octagon-plus-2:before {
  content: "\fc93";
}
.ti-octahedron:before {
  content: "\faae";
}
.ti-octahedron-off:before {
  content: "\faac";
}
.ti-octahedron-plus:before {
  content: "\faad";
}
.ti-old:before {
  content: "\eeb9";
}
.ti-olympics:before {
  content: "\eeba";
}
.ti-olympics-off:before {
  content: "\f416";
}
.ti-om:before {
  content: "\f58d";
}
.ti-omega:before {
  content: "\eb97";
}
.ti-outbound:before {
  content: "\f249";
}
.ti-outlet:before {
  content: "\ebd7";
}
.ti-oval:before {
  content: "\f02e";
}
.ti-oval-filled:before {
  content: "\f687";
}
.ti-oval-vertical:before {
  content: "\f02d";
}
.ti-oval-vertical-filled:before {
  content: "\f688";
}
.ti-overline:before {
  content: "\eebb";
}
.ti-package:before {
  content: "\eaff";
}
.ti-package-export:before {
  content: "\f07a";
}
.ti-package-import:before {
  content: "\f07b";
}
.ti-package-off:before {
  content: "\f16c";
}
.ti-packages:before {
  content: "\f2c9";
}
.ti-pacman:before {
  content: "\eebc";
}
.ti-page-break:before {
  content: "\ec81";
}
.ti-paint:before {
  content: "\eb00";
}
.ti-paint-filled:before {
  content: "\f75f";
}
.ti-paint-off:before {
  content: "\f16d";
}
.ti-palette:before {
  content: "\eb01";
}
.ti-palette-off:before {
  content: "\f16e";
}
.ti-panorama-horizontal:before {
  content: "\ed33";
}
.ti-panorama-horizontal-off:before {
  content: "\f417";
}
.ti-panorama-vertical:before {
  content: "\ed34";
}
.ti-panorama-vertical-off:before {
  content: "\f418";
}
.ti-paper-bag:before {
  content: "\f02f";
}
.ti-paper-bag-off:before {
  content: "\f16f";
}
.ti-paperclip:before {
  content: "\eb02";
}
.ti-parachute:before {
  content: "\ed7c";
}
.ti-parachute-off:before {
  content: "\f170";
}
.ti-parentheses:before {
  content: "\ebd8";
}
.ti-parentheses-off:before {
  content: "\f171";
}
.ti-parking:before {
  content: "\eb03";
}
.ti-parking-circle:before {
  content: "\fd5a";
}
.ti-parking-off:before {
  content: "\f172";
}
.ti-password:before {
  content: "\f4ca";
}
.ti-password-fingerprint:before {
  content: "\fc7b";
}
.ti-password-mobile-phone:before {
  content: "\fc7c";
}
.ti-password-user:before {
  content: "\fc7d";
}
.ti-paw:before {
  content: "\eff9";
}
.ti-paw-filled:before {
  content: "\f689";
}
.ti-paw-off:before {
  content: "\f419";
}
.ti-paywall:before {
  content: "\fd7e";
}
.ti-pdf:before {
  content: "\f7ac";
}
.ti-peace:before {
  content: "\ecbe";
}
.ti-pencil:before {
  content: "\eb04";
}
.ti-pencil-bolt:before {
  content: "\fbfd";
}
.ti-pencil-cancel:before {
  content: "\fbfe";
}
.ti-pencil-check:before {
  content: "\fbff";
}
.ti-pencil-code:before {
  content: "\fc00";
}
.ti-pencil-cog:before {
  content: "\fc01";
}
.ti-pencil-discount:before {
  content: "\fc02";
}
.ti-pencil-dollar:before {
  content: "\fc03";
}
.ti-pencil-down:before {
  content: "\fc04";
}
.ti-pencil-exclamation:before {
  content: "\fc05";
}
.ti-pencil-heart:before {
  content: "\fc06";
}
.ti-pencil-minus:before {
  content: "\f1eb";
}
.ti-pencil-off:before {
  content: "\f173";
}
.ti-pencil-pause:before {
  content: "\fc07";
}
.ti-pencil-pin:before {
  content: "\fc08";
}
.ti-pencil-plus:before {
  content: "\f1ec";
}
.ti-pencil-question:before {
  content: "\fc09";
}
.ti-pencil-search:before {
  content: "\fc0a";
}
.ti-pencil-share:before {
  content: "\fc0b";
}
.ti-pencil-star:before {
  content: "\fc0c";
}
.ti-pencil-up:before {
  content: "\fc0d";
}
.ti-pencil-x:before {
  content: "\fc0e";
}
.ti-pennant:before {
  content: "\ed7d";
}
.ti-pennant-2:before {
  content: "\f06a";
}
.ti-pennant-2-filled:before {
  content: "\f68a";
}
.ti-pennant-filled:before {
  content: "\f68b";
}
.ti-pennant-off:before {
  content: "\f174";
}
.ti-pentagon:before {
  content: "\efe3";
}
.ti-pentagon-filled:before {
  content: "\f68c";
}
.ti-pentagon-number-0:before {
  content: "\fc7e";
}
.ti-pentagon-number-1:before {
  content: "\fc7f";
}
.ti-pentagon-number-2:before {
  content: "\fc80";
}
.ti-pentagon-number-3:before {
  content: "\fc81";
}
.ti-pentagon-number-4:before {
  content: "\fc82";
}
.ti-pentagon-number-5:before {
  content: "\fc83";
}
.ti-pentagon-number-6:before {
  content: "\fc84";
}
.ti-pentagon-number-7:before {
  content: "\fc85";
}
.ti-pentagon-number-8:before {
  content: "\fc86";
}
.ti-pentagon-number-9:before {
  content: "\fc87";
}
.ti-pentagon-off:before {
  content: "\f41a";
}
.ti-pentagon-plus:before {
  content: "\fc49";
}
.ti-pentagon-x:before {
  content: "\fc88";
}
.ti-pentagram:before {
  content: "\f586";
}
.ti-pepper:before {
  content: "\ef15";
}
.ti-pepper-off:before {
  content: "\f175";
}
.ti-percentage:before {
  content: "\ecf4";
}
.ti-perfume:before {
  content: "\f509";
}
.ti-perspective:before {
  content: "\eebd";
}
.ti-perspective-off:before {
  content: "\f176";
}
.ti-phone:before {
  content: "\eb09";
}
.ti-phone-call:before {
  content: "\eb05";
}
.ti-phone-calling:before {
  content: "\ec43";
}
.ti-phone-check:before {
  content: "\ec05";
}
.ti-phone-filled:before {
  content: "\fa49";
}
.ti-phone-incoming:before {
  content: "\eb06";
}
.ti-phone-off:before {
  content: "\ecf5";
}
.ti-phone-outgoing:before {
  content: "\eb07";
}
.ti-phone-pause:before {
  content: "\eb08";
}
.ti-phone-plus:before {
  content: "\ec06";
}
.ti-phone-x:before {
  content: "\ec07";
}
.ti-photo:before {
  content: "\eb0a";
}
.ti-photo-ai:before {
  content: "\fa32";
}
.ti-photo-bolt:before {
  content: "\f990";
}
.ti-photo-cancel:before {
  content: "\f35d";
}
.ti-photo-check:before {
  content: "\f35e";
}
.ti-photo-circle:before {
  content: "\fc4a";
}
.ti-photo-circle-minus:before {
  content: "\fc62";
}
.ti-photo-circle-plus:before {
  content: "\fc63";
}
.ti-photo-code:before {
  content: "\f991";
}
.ti-photo-cog:before {
  content: "\f992";
}
.ti-photo-dollar:before {
  content: "\f993";
}
.ti-photo-down:before {
  content: "\f35f";
}
.ti-photo-edit:before {
  content: "\f360";
}
.ti-photo-exclamation:before {
  content: "\f994";
}
.ti-photo-filled:before {
  content: "\fa4a";
}
.ti-photo-heart:before {
  content: "\f361";
}
.ti-photo-hexagon:before {
  content: "\fc4b";
}
.ti-photo-minus:before {
  content: "\f362";
}
.ti-photo-off:before {
  content: "\ecf6";
}
.ti-photo-pause:before {
  content: "\f995";
}
.ti-photo-pentagon:before {
  content: "\fc4c";
}
.ti-photo-pin:before {
  content: "\f996";
}
.ti-photo-plus:before {
  content: "\f363";
}
.ti-photo-question:before {
  content: "\f997";
}
.ti-photo-scan:before {
  content: "\fca8";
}
.ti-photo-search:before {
  content: "\f364";
}
.ti-photo-sensor:before {
  content: "\f798";
}
.ti-photo-sensor-2:before {
  content: "\f796";
}
.ti-photo-sensor-3:before {
  content: "\f797";
}
.ti-photo-share:before {
  content: "\f998";
}
.ti-photo-shield:before {
  content: "\f365";
}
.ti-photo-square-rounded:before {
  content: "\fc4d";
}
.ti-photo-star:before {
  content: "\f366";
}
.ti-photo-up:before {
  content: "\f38b";
}
.ti-photo-video:before {
  content: "\fc95";
}
.ti-photo-x:before {
  content: "\f367";
}
.ti-physotherapist:before {
  content: "\eebe";
}
.ti-piano:before {
  content: "\fad3";
}
.ti-pick:before {
  content: "\fafc";
}
.ti-picture-in-picture:before {
  content: "\ed35";
}
.ti-picture-in-picture-off:before {
  content: "\ed43";
}
.ti-picture-in-picture-on:before {
  content: "\ed44";
}
.ti-picture-in-picture-top:before {
  content: "\efe4";
}
.ti-pig:before {
  content: "\ef52";
}
.ti-pig-money:before {
  content: "\f38c";
}
.ti-pig-off:before {
  content: "\f177";
}
.ti-pilcrow:before {
  content: "\f5f6";
}
.ti-pilcrow-left:before {
  content: "\fd7f";
}
.ti-pilcrow-right:before {
  content: "\fd80";
}
.ti-pill:before {
  content: "\ec44";
}
.ti-pill-off:before {
  content: "\f178";
}
.ti-pills:before {
  content: "\ef66";
}
.ti-pin:before {
  content: "\ec9c";
}
.ti-pin-end:before {
  content: "\fd5b";
}
.ti-pin-filled:before {
  content: "\f68d";
}
.ti-pin-invoke:before {
  content: "\fd5c";
}
.ti-ping-pong:before {
  content: "\f38d";
}
.ti-pinned:before {
  content: "\ed60";
}
.ti-pinned-filled:before {
  content: "\f68e";
}
.ti-pinned-off:before {
  content: "\ed5f";
}
.ti-pizza:before {
  content: "\edbb";
}
.ti-pizza-off:before {
  content: "\f179";
}
.ti-placeholder:before {
  content: "\f626";
}
.ti-plane:before {
  content: "\eb6f";
}
.ti-plane-arrival:before {
  content: "\eb99";
}
.ti-plane-departure:before {
  content: "\eb9a";
}
.ti-plane-inflight:before {
  content: "\ef98";
}
.ti-plane-off:before {
  content: "\f17a";
}
.ti-plane-tilt:before {
  content: "\f1ed";
}
.ti-planet:before {
  content: "\ec08";
}
.ti-planet-off:before {
  content: "\f17b";
}
.ti-plant:before {
  content: "\ed50";
}
.ti-plant-2:before {
  content: "\ed7e";
}
.ti-plant-2-off:before {
  content: "\f17c";
}
.ti-plant-off:before {
  content: "\f17d";
}
.ti-play-basketball:before {
  content: "\fa66";
}
.ti-play-card:before {
  content: "\eebf";
}
.ti-play-card-off:before {
  content: "\f17e";
}
.ti-play-football:before {
  content: "\fa67";
}
.ti-play-handball:before {
  content: "\fa68";
}
.ti-play-volleyball:before {
  content: "\fa69";
}
.ti-player-eject:before {
  content: "\efbc";
}
.ti-player-eject-filled:before {
  content: "\f68f";
}
.ti-player-pause:before {
  content: "\ed45";
}
.ti-player-pause-filled:before {
  content: "\f690";
}
.ti-player-play:before {
  content: "\ed46";
}
.ti-player-play-filled:before {
  content: "\f691";
}
.ti-player-record:before {
  content: "\ed47";
}
.ti-player-record-filled:before {
  content: "\f692";
}
.ti-player-skip-back:before {
  content: "\ed48";
}
.ti-player-skip-back-filled:before {
  content: "\f693";
}
.ti-player-skip-forward:before {
  content: "\ed49";
}
.ti-player-skip-forward-filled:before {
  content: "\f694";
}
.ti-player-stop:before {
  content: "\ed4a";
}
.ti-player-stop-filled:before {
  content: "\f695";
}
.ti-player-track-next:before {
  content: "\ed4b";
}
.ti-player-track-next-filled:before {
  content: "\f696";
}
.ti-player-track-prev:before {
  content: "\ed4c";
}
.ti-player-track-prev-filled:before {
  content: "\f697";
}
.ti-playlist:before {
  content: "\eec0";
}
.ti-playlist-add:before {
  content: "\f008";
}
.ti-playlist-off:before {
  content: "\f17f";
}
.ti-playlist-x:before {
  content: "\f009";
}
.ti-playstation-circle:before {
  content: "\f2ad";
}
.ti-playstation-square:before {
  content: "\f2ae";
}
.ti-playstation-triangle:before {
  content: "\f2af";
}
.ti-playstation-x:before {
  content: "\f2b0";
}
.ti-plug:before {
  content: "\ebd9";
}
.ti-plug-connected:before {
  content: "\f00a";
}
.ti-plug-connected-x:before {
  content: "\f0a0";
}
.ti-plug-off:before {
  content: "\f180";
}
.ti-plug-x:before {
  content: "\f0a1";
}
.ti-plus:before {
  content: "\eb0b";
}
.ti-plus-equal:before {
  content: "\f7ad";
}
.ti-plus-minus:before {
  content: "\f7ae";
}
.ti-png:before {
  content: "\f3ad";
}
.ti-podium:before {
  content: "\f1d8";
}
.ti-podium-off:before {
  content: "\f41b";
}
.ti-point:before {
  content: "\eb0c";
}
.ti-point-filled:before {
  content: "\f698";
}
.ti-point-off:before {
  content: "\f181";
}
.ti-pointer:before {
  content: "\f265";
}
.ti-pointer-bolt:before {
  content: "\f999";
}
.ti-pointer-cancel:before {
  content: "\f99a";
}
.ti-pointer-check:before {
  content: "\f99b";
}
.ti-pointer-code:before {
  content: "\f99c";
}
.ti-pointer-cog:before {
  content: "\f99d";
}
.ti-pointer-dollar:before {
  content: "\f99e";
}
.ti-pointer-down:before {
  content: "\f99f";
}
.ti-pointer-exclamation:before {
  content: "\f9a0";
}
.ti-pointer-filled:before {
  content: "\fb30";
}
.ti-pointer-heart:before {
  content: "\f9a1";
}
.ti-pointer-minus:before {
  content: "\f9a2";
}
.ti-pointer-off:before {
  content: "\f9a3";
}
.ti-pointer-pause:before {
  content: "\f9a4";
}
.ti-pointer-pin:before {
  content: "\f9a5";
}
.ti-pointer-plus:before {
  content: "\f9a6";
}
.ti-pointer-question:before {
  content: "\f9a7";
}
.ti-pointer-search:before {
  content: "\f9a8";
}
.ti-pointer-share:before {
  content: "\f9a9";
}
.ti-pointer-star:before {
  content: "\f9aa";
}
.ti-pointer-up:before {
  content: "\f9ab";
}
.ti-pointer-x:before {
  content: "\f9ac";
}
.ti-pokeball:before {
  content: "\eec1";
}
.ti-pokeball-off:before {
  content: "\f41c";
}
.ti-poker-chip:before {
  content: "\f515";
}
.ti-polaroid:before {
  content: "\eec2";
}
.ti-polaroid-filled:before {
  content: "\fa4b";
}
.ti-polygon:before {
  content: "\efd0";
}
.ti-polygon-off:before {
  content: "\f182";
}
.ti-poo:before {
  content: "\f258";
}
.ti-pool:before {
  content: "\ed91";
}
.ti-pool-off:before {
  content: "\f41d";
}
.ti-power:before {
  content: "\eb0d";
}
.ti-pray:before {
  content: "\ecbf";
}
.ti-premium-rights:before {
  content: "\efbd";
}
.ti-prescription:before {
  content: "\ef99";
}
.ti-presentation:before {
  content: "\eb70";
}
.ti-presentation-analytics:before {
  content: "\eec3";
}
.ti-presentation-off:before {
  content: "\f183";
}
.ti-printer:before {
  content: "\eb0e";
}
.ti-printer-off:before {
  content: "\f184";
}
.ti-prism:before {
  content: "\fab1";
}
.ti-prism-off:before {
  content: "\faaf";
}
.ti-prism-plus:before {
  content: "\fab0";
}
.ti-prison:before {
  content: "\ef79";
}
.ti-progress:before {
  content: "\fa0d";
}
.ti-progress-alert:before {
  content: "\fa07";
}
.ti-progress-bolt:before {
  content: "\fa08";
}
.ti-progress-check:before {
  content: "\fa09";
}
.ti-progress-down:before {
  content: "\fa0a";
}
.ti-progress-help:before {
  content: "\fa0b";
}
.ti-progress-x:before {
  content: "\fa0c";
}
.ti-prompt:before {
  content: "\eb0f";
}
.ti-propeller:before {
  content: "\eec4";
}
.ti-propeller-off:before {
  content: "\f185";
}
.ti-protocol:before {
  content: "\fd81";
}
.ti-pumpkin-scary:before {
  content: "\f587";
}
.ti-puzzle:before {
  content: "\eb10";
}
.ti-puzzle-2:before {
  content: "\ef83";
}
.ti-puzzle-filled:before {
  content: "\f699";
}
.ti-puzzle-off:before {
  content: "\f186";
}
.ti-pyramid:before {
  content: "\eec5";
}
.ti-pyramid-off:before {
  content: "\f187";
}
.ti-pyramid-plus:before {
  content: "\fab2";
}
.ti-qrcode:before {
  content: "\eb11";
}
.ti-qrcode-off:before {
  content: "\f41e";
}
.ti-question-mark:before {
  content: "\ec9d";
}
.ti-quote:before {
  content: "\efbe";
}
.ti-quote-off:before {
  content: "\f188";
}
.ti-quotes:before {
  content: "\fb1e";
}
.ti-radar:before {
  content: "\f017";
}
.ti-radar-2:before {
  content: "\f016";
}
.ti-radar-off:before {
  content: "\f41f";
}
.ti-radio:before {
  content: "\ef2d";
}
.ti-radio-off:before {
  content: "\f420";
}
.ti-radioactive:before {
  content: "\ecc0";
}
.ti-radioactive-filled:before {
  content: "\f760";
}
.ti-radioactive-off:before {
  content: "\f189";
}
.ti-radius-bottom-left:before {
  content: "\eec6";
}
.ti-radius-bottom-right:before {
  content: "\eec7";
}
.ti-radius-top-left:before {
  content: "\eec8";
}
.ti-radius-top-right:before {
  content: "\eec9";
}
.ti-rainbow:before {
  content: "\edbc";
}
.ti-rainbow-off:before {
  content: "\f18a";
}
.ti-rating-12-plus:before {
  content: "\f266";
}
.ti-rating-14-plus:before {
  content: "\f267";
}
.ti-rating-16-plus:before {
  content: "\f268";
}
.ti-rating-18-plus:before {
  content: "\f269";
}
.ti-rating-21-plus:before {
  content: "\f26a";
}
.ti-razor:before {
  content: "\f4b5";
}
.ti-razor-electric:before {
  content: "\f4b4";
}
.ti-receipt:before {
  content: "\edfd";
}
.ti-receipt-2:before {
  content: "\edfa";
}
.ti-receipt-bitcoin:before {
  content: "\fd66";
}
.ti-receipt-dollar:before {
  content: "\fd67";
}
.ti-receipt-euro:before {
  content: "\fd68";
}
.ti-receipt-off:before {
  content: "\edfb";
}
.ti-receipt-pound:before {
  content: "\fd69";
}
.ti-receipt-refund:before {
  content: "\edfc";
}
.ti-receipt-rupee:before {
  content: "\fd82";
}
.ti-receipt-tax:before {
  content: "\edbd";
}
.ti-receipt-yen:before {
  content: "\fd6a";
}
.ti-receipt-yuan:before {
  content: "\fd6b";
}
.ti-recharging:before {
  content: "\eeca";
}
.ti-record-mail:before {
  content: "\eb12";
}
.ti-record-mail-off:before {
  content: "\f18b";
}
.ti-rectangle:before {
  content: "\ed37";
}
.ti-rectangle-filled:before {
  content: "\f69a";
}
.ti-rectangle-rounded-bottom:before {
  content: "\faed";
}
.ti-rectangle-rounded-top:before {
  content: "\faee";
}
.ti-rectangle-vertical:before {
  content: "\ed36";
}
.ti-rectangle-vertical-filled:before {
  content: "\f69b";
}
.ti-rectangular-prism:before {
  content: "\fab5";
}
.ti-rectangular-prism-off:before {
  content: "\fab3";
}
.ti-rectangular-prism-plus:before {
  content: "\fab4";
}
.ti-recycle:before {
  content: "\eb9b";
}
.ti-recycle-off:before {
  content: "\f18c";
}
.ti-refresh:before {
  content: "\eb13";
}
.ti-refresh-alert:before {
  content: "\ed57";
}
.ti-refresh-dot:before {
  content: "\efbf";
}
.ti-refresh-off:before {
  content: "\f18d";
}
.ti-regex:before {
  content: "\f31f";
}
.ti-regex-off:before {
  content: "\f421";
}
.ti-registered:before {
  content: "\eb14";
}
.ti-relation-many-to-many:before {
  content: "\ed7f";
}
.ti-relation-one-to-many:before {
  content: "\ed80";
}
.ti-relation-one-to-one:before {
  content: "\ed81";
}
.ti-reload:before {
  content: "\f3ae";
}
.ti-reorder:before {
  content: "\fc15";
}
.ti-repeat:before {
  content: "\eb72";
}
.ti-repeat-off:before {
  content: "\f18e";
}
.ti-repeat-once:before {
  content: "\eb71";
}
.ti-replace:before {
  content: "\ebc7";
}
.ti-replace-filled:before {
  content: "\f69c";
}
.ti-replace-off:before {
  content: "\f422";
}
.ti-report:before {
  content: "\eece";
}
.ti-report-analytics:before {
  content: "\eecb";
}
.ti-report-medical:before {
  content: "\eecc";
}
.ti-report-money:before {
  content: "\eecd";
}
.ti-report-off:before {
  content: "\f18f";
}
.ti-report-search:before {
  content: "\ef84";
}
.ti-reserved-line:before {
  content: "\f9f6";
}
.ti-resize:before {
  content: "\eecf";
}
.ti-restore:before {
  content: "\fafd";
}
.ti-rewind-backward-10:before {
  content: "\faba";
}
.ti-rewind-backward-15:before {
  content: "\fabb";
}
.ti-rewind-backward-20:before {
  content: "\fabc";
}
.ti-rewind-backward-30:before {
  content: "\fabd";
}
.ti-rewind-backward-40:before {
  content: "\fabe";
}
.ti-rewind-backward-5:before {
  content: "\fabf";
}
.ti-rewind-backward-50:before {
  content: "\fac0";
}
.ti-rewind-backward-60:before {
  content: "\fac1";
}
.ti-rewind-forward-10:before {
  content: "\fac2";
}
.ti-rewind-forward-15:before {
  content: "\fac3";
}
.ti-rewind-forward-20:before {
  content: "\fac4";
}
.ti-rewind-forward-30:before {
  content: "\fac5";
}
.ti-rewind-forward-40:before {
  content: "\fac6";
}
.ti-rewind-forward-5:before {
  content: "\fac7";
}
.ti-rewind-forward-50:before {
  content: "\fac8";
}
.ti-rewind-forward-60:before {
  content: "\fac9";
}
.ti-ribbon-health:before {
  content: "\f58e";
}
.ti-rings:before {
  content: "\fa6a";
}
.ti-ripple:before {
  content: "\ed82";
}
.ti-ripple-off:before {
  content: "\f190";
}
.ti-road:before {
  content: "\f018";
}
.ti-road-off:before {
  content: "\f191";
}
.ti-road-sign:before {
  content: "\ecdd";
}
.ti-robot:before {
  content: "\f00b";
}
.ti-robot-face:before {
  content: "\fcbe";
}
.ti-robot-off:before {
  content: "\f192";
}
.ti-rocket:before {
  content: "\ec45";
}
.ti-rocket-off:before {
  content: "\f193";
}
.ti-roller-skating:before {
  content: "\efd1";
}
.ti-rollercoaster:before {
  content: "\f0a2";
}
.ti-rollercoaster-off:before {
  content: "\f423";
}
.ti-rosette:before {
  content: "\f599";
}
.ti-rosette-filled:before {
  content: "\f69d";
}
.ti-rosette-number-0:before {
  content: "\f58f";
}
.ti-rosette-number-1:before {
  content: "\f590";
}
.ti-rosette-number-2:before {
  content: "\f591";
}
.ti-rosette-number-3:before {
  content: "\f592";
}
.ti-rosette-number-4:before {
  content: "\f593";
}
.ti-rosette-number-5:before {
  content: "\f594";
}
.ti-rosette-number-6:before {
  content: "\f595";
}
.ti-rosette-number-7:before {
  content: "\f596";
}
.ti-rosette-number-8:before {
  content: "\f597";
}
.ti-rosette-number-9:before {
  content: "\f598";
}
.ti-rotate:before {
  content: "\eb16";
}
.ti-rotate-2:before {
  content: "\ebb4";
}
.ti-rotate-360:before {
  content: "\ef85";
}
.ti-rotate-clockwise:before {
  content: "\eb15";
}
.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}
.ti-rotate-dot:before {
  content: "\efe5";
}
.ti-rotate-rectangle:before {
  content: "\ec15";
}
.ti-route:before {
  content: "\eb17";
}
.ti-route-2:before {
  content: "\f4b6";
}
.ti-route-alt-left:before {
  content: "\fca9";
}
.ti-route-alt-right:before {
  content: "\fcaa";
}
.ti-route-off:before {
  content: "\f194";
}
.ti-route-scan:before {
  content: "\fcbf";
}
.ti-route-square:before {
  content: "\fcac";
}
.ti-route-square-2:before {
  content: "\fcab";
}
.ti-route-x:before {
  content: "\fcae";
}
.ti-route-x-2:before {
  content: "\fcad";
}
.ti-router:before {
  content: "\eb18";
}
.ti-router-off:before {
  content: "\f424";
}
.ti-row-insert-bottom:before {
  content: "\eed0";
}
.ti-row-insert-top:before {
  content: "\eed1";
}
.ti-row-remove:before {
  content: "\fafe";
}
.ti-rss:before {
  content: "\eb19";
}
.ti-rubber-stamp:before {
  content: "\f5ab";
}
.ti-rubber-stamp-off:before {
  content: "\f5aa";
}
.ti-ruler:before {
  content: "\eb1a";
}
.ti-ruler-2:before {
  content: "\eed2";
}
.ti-ruler-2-off:before {
  content: "\f195";
}
.ti-ruler-3:before {
  content: "\f290";
}
.ti-ruler-measure:before {
  content: "\f291";
}
.ti-ruler-off:before {
  content: "\f196";
}
.ti-run:before {
  content: "\ec82";
}
.ti-rv-truck:before {
  content: "\fcc0";
}
.ti-s-turn-down:before {
  content: "\f516";
}
.ti-s-turn-left:before {
  content: "\f517";
}
.ti-s-turn-right:before {
  content: "\f518";
}
.ti-s-turn-up:before {
  content: "\f519";
}
.ti-sailboat:before {
  content: "\ec83";
}
.ti-sailboat-2:before {
  content: "\f5f7";
}
.ti-sailboat-off:before {
  content: "\f425";
}
.ti-salad:before {
  content: "\f50a";
}
.ti-salt:before {
  content: "\ef16";
}
.ti-sandbox:before {
  content: "\fd6c";
}
.ti-satellite:before {
  content: "\eed3";
}
.ti-satellite-off:before {
  content: "\f197";
}
.ti-sausage:before {
  content: "\ef17";
}
.ti-scale:before {
  content: "\ebc2";
}
.ti-scale-off:before {
  content: "\f198";
}
.ti-scale-outline:before {
  content: "\ef53";
}
.ti-scale-outline-off:before {
  content: "\f199";
}
.ti-scan:before {
  content: "\ebc8";
}
.ti-scan-eye:before {
  content: "\f1ff";
}
.ti-schema:before {
  content: "\f200";
}
.ti-schema-off:before {
  content: "\f426";
}
.ti-school:before {
  content: "\ecf7";
}
.ti-school-bell:before {
  content: "\f64a";
}
.ti-school-off:before {
  content: "\f19a";
}
.ti-scissors:before {
  content: "\eb1b";
}
.ti-scissors-off:before {
  content: "\f19b";
}
.ti-scooter:before {
  content: "\ec6c";
}
.ti-scooter-electric:before {
  content: "\ecc1";
}
.ti-scoreboard:before {
  content: "\fa6b";
}
.ti-screen-share:before {
  content: "\ed18";
}
.ti-screen-share-off:before {
  content: "\ed17";
}
.ti-screenshot:before {
  content: "\f201";
}
.ti-scribble:before {
  content: "\f0a3";
}
.ti-scribble-off:before {
  content: "\f427";
}
.ti-script:before {
  content: "\f2da";
}
.ti-script-minus:before {
  content: "\f2d7";
}
.ti-script-plus:before {
  content: "\f2d8";
}
.ti-script-x:before {
  content: "\f2d9";
}
.ti-scuba-diving:before {
  content: "\fd4e";
}
.ti-scuba-mask:before {
  content: "\eed4";
}
.ti-scuba-mask-off:before {
  content: "\f428";
}
.ti-sdk:before {
  content: "\f3af";
}
.ti-search:before {
  content: "\eb1c";
}
.ti-search-off:before {
  content: "\f19c";
}
.ti-section:before {
  content: "\eed5";
}
.ti-section-sign:before {
  content: "\f019";
}
.ti-seeding:before {
  content: "\ed51";
}
.ti-seeding-off:before {
  content: "\f19d";
}
.ti-select:before {
  content: "\ec9e";
}
.ti-select-all:before {
  content: "\f9f7";
}
.ti-selector:before {
  content: "\eb1d";
}
.ti-send:before {
  content: "\eb1e";
}
.ti-send-2:before {
  content: "\fd5d";
}
.ti-send-off:before {
  content: "\f429";
}
.ti-seo:before {
  content: "\f26b";
}
.ti-separator:before {
  content: "\ebda";
}
.ti-separator-horizontal:before {
  content: "\ec79";
}
.ti-separator-vertical:before {
  content: "\ec7a";
}
.ti-server:before {
  content: "\eb1f";
}
.ti-server-2:before {
  content: "\f07c";
}
.ti-server-bolt:before {
  content: "\f320";
}
.ti-server-cog:before {
  content: "\f321";
}
.ti-server-off:before {
  content: "\f19e";
}
.ti-servicemark:before {
  content: "\ec09";
}
.ti-settings:before {
  content: "\eb20";
}
.ti-settings-2:before {
  content: "\f5ac";
}
.ti-settings-automation:before {
  content: "\eed6";
}
.ti-settings-bolt:before {
  content: "\f9ad";
}
.ti-settings-cancel:before {
  content: "\f9ae";
}
.ti-settings-check:before {
  content: "\f9af";
}
.ti-settings-code:before {
  content: "\f9b0";
}
.ti-settings-cog:before {
  content: "\f9b1";
}
.ti-settings-dollar:before {
  content: "\f9b2";
}
.ti-settings-down:before {
  content: "\f9b3";
}
.ti-settings-exclamation:before {
  content: "\f9b4";
}
.ti-settings-filled:before {
  content: "\f69e";
}
.ti-settings-heart:before {
  content: "\f9b5";
}
.ti-settings-minus:before {
  content: "\f9b6";
}
.ti-settings-off:before {
  content: "\f19f";
}
.ti-settings-pause:before {
  content: "\f9b7";
}
.ti-settings-pin:before {
  content: "\f9b8";
}
.ti-settings-plus:before {
  content: "\f9b9";
}
.ti-settings-question:before {
  content: "\f9ba";
}
.ti-settings-search:before {
  content: "\f9bb";
}
.ti-settings-share:before {
  content: "\f9bc";
}
.ti-settings-star:before {
  content: "\f9bd";
}
.ti-settings-up:before {
  content: "\f9be";
}
.ti-settings-x:before {
  content: "\f9bf";
}
.ti-shadow:before {
  content: "\eed8";
}
.ti-shadow-off:before {
  content: "\eed7";
}
.ti-shape:before {
  content: "\eb9c";
}
.ti-shape-2:before {
  content: "\eed9";
}
.ti-shape-3:before {
  content: "\eeda";
}
.ti-shape-off:before {
  content: "\f1a0";
}
.ti-share:before {
  content: "\eb21";
}
.ti-share-2:before {
  content: "\f799";
}
.ti-share-3:before {
  content: "\f7bd";
}
.ti-share-off:before {
  content: "\f1a1";
}
.ti-shi-jumping:before {
  content: "\fa6c";
}
.ti-shield:before {
  content: "\eb24";
}
.ti-shield-bolt:before {
  content: "\f9c0";
}
.ti-shield-cancel:before {
  content: "\f9c1";
}
.ti-shield-check:before {
  content: "\eb22";
}
.ti-shield-check-filled:before {
  content: "\f761";
}
.ti-shield-checkered:before {
  content: "\ef9a";
}
.ti-shield-checkered-filled:before {
  content: "\f762";
}
.ti-shield-chevron:before {
  content: "\ef9b";
}
.ti-shield-code:before {
  content: "\f9c2";
}
.ti-shield-cog:before {
  content: "\f9c3";
}
.ti-shield-dollar:before {
  content: "\f9c4";
}
.ti-shield-down:before {
  content: "\f9c5";
}
.ti-shield-exclamation:before {
  content: "\f9c6";
}
.ti-shield-filled:before {
  content: "\f69f";
}
.ti-shield-half:before {
  content: "\f358";
}
.ti-shield-half-filled:before {
  content: "\f357";
}
.ti-shield-heart:before {
  content: "\f9c7";
}
.ti-shield-lock:before {
  content: "\ed58";
}
.ti-shield-lock-filled:before {
  content: "\f763";
}
.ti-shield-minus:before {
  content: "\f9c8";
}
.ti-shield-off:before {
  content: "\ecf8";
}
.ti-shield-pause:before {
  content: "\f9c9";
}
.ti-shield-pin:before {
  content: "\f9ca";
}
.ti-shield-plus:before {
  content: "\f9cb";
}
.ti-shield-question:before {
  content: "\f9cc";
}
.ti-shield-search:before {
  content: "\f9cd";
}
.ti-shield-share:before {
  content: "\f9ce";
}
.ti-shield-star:before {
  content: "\f9cf";
}
.ti-shield-up:before {
  content: "\f9d0";
}
.ti-shield-x:before {
  content: "\eb23";
}
.ti-ship:before {
  content: "\ec84";
}
.ti-ship-off:before {
  content: "\f42a";
}
.ti-shirt:before {
  content: "\ec0a";
}
.ti-shirt-filled:before {
  content: "\f6a0";
}
.ti-shirt-off:before {
  content: "\f1a2";
}
.ti-shirt-sport:before {
  content: "\f26c";
}
.ti-shoe:before {
  content: "\efd2";
}
.ti-shoe-off:before {
  content: "\f1a4";
}
.ti-shopping-bag:before {
  content: "\f5f8";
}
.ti-shopping-bag-check:before {
  content: "\fc16";
}
.ti-shopping-bag-discount:before {
  content: "\fc17";
}
.ti-shopping-bag-edit:before {
  content: "\fc18";
}
.ti-shopping-bag-exclamation:before {
  content: "\fc19";
}
.ti-shopping-bag-minus:before {
  content: "\fc1a";
}
.ti-shopping-bag-plus:before {
  content: "\fc1b";
}
.ti-shopping-bag-search:before {
  content: "\fc1c";
}
.ti-shopping-bag-x:before {
  content: "\fc1d";
}
.ti-shopping-cart:before {
  content: "\eb25";
}
.ti-shopping-cart-bolt:before {
  content: "\fb57";
}
.ti-shopping-cart-cancel:before {
  content: "\fb58";
}
.ti-shopping-cart-check:before {
  content: "\fb59";
}
.ti-shopping-cart-code:before {
  content: "\fb5a";
}
.ti-shopping-cart-cog:before {
  content: "\fb5b";
}
.ti-shopping-cart-copy:before {
  content: "\fb5c";
}
.ti-shopping-cart-discount:before {
  content: "\fb5d";
}
.ti-shopping-cart-dollar:before {
  content: "\fb5e";
}
.ti-shopping-cart-down:before {
  content: "\fb5f";
}
.ti-shopping-cart-exclamation:before {
  content: "\fb60";
}
.ti-shopping-cart-filled:before {
  content: "\fc3f";
}
.ti-shopping-cart-heart:before {
  content: "\fb61";
}
.ti-shopping-cart-minus:before {
  content: "\fb62";
}
.ti-shopping-cart-off:before {
  content: "\eedc";
}
.ti-shopping-cart-pause:before {
  content: "\fb63";
}
.ti-shopping-cart-pin:before {
  content: "\fb64";
}
.ti-shopping-cart-plus:before {
  content: "\fb65";
}
.ti-shopping-cart-question:before {
  content: "\fb66";
}
.ti-shopping-cart-search:before {
  content: "\fb67";
}
.ti-shopping-cart-share:before {
  content: "\fb68";
}
.ti-shopping-cart-star:before {
  content: "\fb69";
}
.ti-shopping-cart-up:before {
  content: "\fb6a";
}
.ti-shopping-cart-x:before {
  content: "\fb6b";
}
.ti-shovel:before {
  content: "\f1d9";
}
.ti-shovel-pitchforks:before {
  content: "\fd3a";
}
.ti-shredder:before {
  content: "\eedf";
}
.ti-sign-left:before {
  content: "\f06b";
}
.ti-sign-left-filled:before {
  content: "\f6a1";
}
.ti-sign-right:before {
  content: "\f06c";
}
.ti-sign-right-filled:before {
  content: "\f6a2";
}
.ti-signal-2g:before {
  content: "\f79a";
}
.ti-signal-3g:before {
  content: "\f1ee";
}
.ti-signal-4g:before {
  content: "\f1ef";
}
.ti-signal-4g-plus:before {
  content: "\f259";
}
.ti-signal-5g:before {
  content: "\f1f0";
}
.ti-signal-6g:before {
  content: "\f9f8";
}
.ti-signal-e:before {
  content: "\f9f9";
}
.ti-signal-g:before {
  content: "\f9fa";
}
.ti-signal-h:before {
  content: "\f9fc";
}
.ti-signal-h-plus:before {
  content: "\f9fb";
}
.ti-signal-lte:before {
  content: "\f9fd";
}
.ti-signature:before {
  content: "\eee0";
}
.ti-signature-off:before {
  content: "\f1a5";
}
.ti-sitemap:before {
  content: "\eb9d";
}
.ti-sitemap-off:before {
  content: "\f1a6";
}
.ti-skateboard:before {
  content: "\ecc2";
}
.ti-skateboard-off:before {
  content: "\f42b";
}
.ti-skateboarding:before {
  content: "\faca";
}
.ti-skew-x:before {
  content: "\fd3b";
}
.ti-skew-y:before {
  content: "\fd3c";
}
.ti-skull:before {
  content: "\f292";
}
.ti-slash:before {
  content: "\f4f9";
}
.ti-slashes:before {
  content: "\f588";
}
.ti-sleigh:before {
  content: "\ef9c";
}
.ti-slice:before {
  content: "\ebdb";
}
.ti-slideshow:before {
  content: "\ebc9";
}
.ti-smart-home:before {
  content: "\ecde";
}
.ti-smart-home-off:before {
  content: "\f1a7";
}
.ti-smoking:before {
  content: "\ecc4";
}
.ti-smoking-no:before {
  content: "\ecc3";
}
.ti-snowboarding:before {
  content: "\fd4f";
}
.ti-snowflake:before {
  content: "\ec0b";
}
.ti-snowflake-off:before {
  content: "\f1a8";
}
.ti-snowman:before {
  content: "\f26d";
}
.ti-soccer-field:before {
  content: "\ed92";
}
.ti-social:before {
  content: "\ebec";
}
.ti-social-off:before {
  content: "\f1a9";
}
.ti-sock:before {
  content: "\eee1";
}
.ti-sofa:before {
  content: "\efaf";
}
.ti-sofa-off:before {
  content: "\f42c";
}
.ti-solar-electricity:before {
  content: "\fcc1";
}
.ti-solar-panel:before {
  content: "\f7bf";
}
.ti-solar-panel-2:before {
  content: "\f7be";
}
.ti-sort-0-9:before {
  content: "\f54d";
}
.ti-sort-9-0:before {
  content: "\f54e";
}
.ti-sort-a-z:before {
  content: "\f54f";
}
.ti-sort-ascending:before {
  content: "\eb26";
}
.ti-sort-ascending-2:before {
  content: "\eee2";
}
.ti-sort-ascending-letters:before {
  content: "\ef18";
}
.ti-sort-ascending-numbers:before {
  content: "\ef19";
}
.ti-sort-descending:before {
  content: "\eb27";
}
.ti-sort-descending-2:before {
  content: "\eee3";
}
.ti-sort-descending-letters:before {
  content: "\ef1a";
}
.ti-sort-descending-numbers:before {
  content: "\ef1b";
}
.ti-sort-z-a:before {
  content: "\f550";
}
.ti-sos:before {
  content: "\f24a";
}
.ti-soup:before {
  content: "\ef2e";
}
.ti-soup-off:before {
  content: "\f42d";
}
.ti-source-code:before {
  content: "\f4a2";
}
.ti-space:before {
  content: "\ec0c";
}
.ti-space-off:before {
  content: "\f1aa";
}
.ti-spacing-horizontal:before {
  content: "\ef54";
}
.ti-spacing-vertical:before {
  content: "\ef55";
}
.ti-spade:before {
  content: "\effa";
}
.ti-spade-filled:before {
  content: "\f6a3";
}
.ti-sparkles:before {
  content: "\f6d7";
}
.ti-speakerphone:before {
  content: "\ed61";
}
.ti-speedboat:before {
  content: "\ed93";
}
.ti-sphere:before {
  content: "\fab8";
}
.ti-sphere-off:before {
  content: "\fab6";
}
.ti-sphere-plus:before {
  content: "\fab7";
}
.ti-spider:before {
  content: "\f293";
}
.ti-spiral:before {
  content: "\f294";
}
.ti-spiral-off:before {
  content: "\f42e";
}
.ti-sport-billard:before {
  content: "\eee4";
}
.ti-spray:before {
  content: "\f50b";
}
.ti-spy:before {
  content: "\f227";
}
.ti-spy-off:before {
  content: "\f42f";
}
.ti-sql:before {
  content: "\f7c0";
}
.ti-square:before {
  content: "\eb2c";
}
.ti-square-0-filled:before {
  content: "\f764";
}
.ti-square-1-filled:before {
  content: "\f765";
}
.ti-square-2-filled:before {
  content: "\f7fa";
}
.ti-square-3-filled:before {
  content: "\f766";
}
.ti-square-4-filled:before {
  content: "\f767";
}
.ti-square-5-filled:before {
  content: "\f768";
}
.ti-square-6-filled:before {
  content: "\f769";
}
.ti-square-7-filled:before {
  content: "\f76a";
}
.ti-square-8-filled:before {
  content: "\f76b";
}
.ti-square-9-filled:before {
  content: "\f76c";
}
.ti-square-arrow-down:before {
  content: "\f4b7";
}
.ti-square-arrow-down-filled:before {
  content: "\fb31";
}
.ti-square-arrow-left:before {
  content: "\f4b8";
}
.ti-square-arrow-left-filled:before {
  content: "\fb32";
}
.ti-square-arrow-right:before {
  content: "\f4b9";
}
.ti-square-arrow-right-filled:before {
  content: "\fb33";
}
.ti-square-arrow-up:before {
  content: "\f4ba";
}
.ti-square-arrow-up-filled:before {
  content: "\fb34";
}
.ti-square-asterisk:before {
  content: "\f01a";
}
.ti-square-asterisk-filled:before {
  content: "\fb35";
}
.ti-square-check:before {
  content: "\eb28";
}
.ti-square-check-filled:before {
  content: "\f76d";
}
.ti-square-chevron-down:before {
  content: "\f627";
}
.ti-square-chevron-down-filled:before {
  content: "\fb36";
}
.ti-square-chevron-left:before {
  content: "\f628";
}
.ti-square-chevron-left-filled:before {
  content: "\fb37";
}
.ti-square-chevron-right:before {
  content: "\f629";
}
.ti-square-chevron-right-filled:before {
  content: "\fb38";
}
.ti-square-chevron-up:before {
  content: "\f62a";
}
.ti-square-chevron-up-filled:before {
  content: "\fb39";
}
.ti-square-chevrons-down:before {
  content: "\f64b";
}
.ti-square-chevrons-down-filled:before {
  content: "\fb3a";
}
.ti-square-chevrons-left:before {
  content: "\f64c";
}
.ti-square-chevrons-left-filled:before {
  content: "\fb3b";
}
.ti-square-chevrons-right:before {
  content: "\f64d";
}
.ti-square-chevrons-right-filled:before {
  content: "\fb3c";
}
.ti-square-chevrons-up:before {
  content: "\f64e";
}
.ti-square-chevrons-up-filled:before {
  content: "\fb3d";
}
.ti-square-dot:before {
  content: "\ed59";
}
.ti-square-dot-filled:before {
  content: "\fb3e";
}
.ti-square-f0:before {
  content: "\f526";
}
.ti-square-f0-filled:before {
  content: "\f76e";
}
.ti-square-f1:before {
  content: "\f527";
}
.ti-square-f1-filled:before {
  content: "\f76f";
}
.ti-square-f2:before {
  content: "\f528";
}
.ti-square-f2-filled:before {
  content: "\f770";
}
.ti-square-f3:before {
  content: "\f529";
}
.ti-square-f3-filled:before {
  content: "\f771";
}
.ti-square-f4:before {
  content: "\f52a";
}
.ti-square-f4-filled:before {
  content: "\f772";
}
.ti-square-f5:before {
  content: "\f52b";
}
.ti-square-f5-filled:before {
  content: "\f773";
}
.ti-square-f6:before {
  content: "\f52c";
}
.ti-square-f6-filled:before {
  content: "\f774";
}
.ti-square-f7:before {
  content: "\f52d";
}
.ti-square-f7-filled:before {
  content: "\f775";
}
.ti-square-f8:before {
  content: "\f52e";
}
.ti-square-f8-filled:before {
  content: "\f776";
}
.ti-square-f9:before {
  content: "\f52f";
}
.ti-square-f9-filled:before {
  content: "\f777";
}
.ti-square-filled:before {
  content: "\fc40";
}
.ti-square-forbid:before {
  content: "\ed5b";
}
.ti-square-forbid-2:before {
  content: "\ed5a";
}
.ti-square-half:before {
  content: "\effb";
}
.ti-square-key:before {
  content: "\f638";
}
.ti-square-letter-a:before {
  content: "\f47c";
}
.ti-square-letter-b:before {
  content: "\f47d";
}
.ti-square-letter-c:before {
  content: "\f47e";
}
.ti-square-letter-d:before {
  content: "\f47f";
}
.ti-square-letter-e:before {
  content: "\f480";
}
.ti-square-letter-f:before {
  content: "\f481";
}
.ti-square-letter-g:before {
  content: "\f482";
}
.ti-square-letter-h:before {
  content: "\f483";
}
.ti-square-letter-i:before {
  content: "\f484";
}
.ti-square-letter-j:before {
  content: "\f485";
}
.ti-square-letter-k:before {
  content: "\f486";
}
.ti-square-letter-l:before {
  content: "\f487";
}
.ti-square-letter-m:before {
  content: "\f488";
}
.ti-square-letter-n:before {
  content: "\f489";
}
.ti-square-letter-o:before {
  content: "\f48a";
}
.ti-square-letter-p:before {
  content: "\f48b";
}
.ti-square-letter-q:before {
  content: "\f48c";
}
.ti-square-letter-r:before {
  content: "\f48d";
}
.ti-square-letter-s:before {
  content: "\f48e";
}
.ti-square-letter-t:before {
  content: "\f48f";
}
.ti-square-letter-u:before {
  content: "\f490";
}
.ti-square-letter-v:before {
  content: "\f4bb";
}
.ti-square-letter-w:before {
  content: "\f491";
}
.ti-square-letter-x:before {
  content: "\f4bc";
}
.ti-square-letter-y:before {
  content: "\f492";
}
.ti-square-letter-z:before {
  content: "\f493";
}
.ti-square-minus:before {
  content: "\eb29";
}
.ti-square-minus-filled:before {
  content: "\fb3f";
}
.ti-square-number-0:before {
  content: "\eee5";
}
.ti-square-number-1:before {
  content: "\eee6";
}
.ti-square-number-2:before {
  content: "\eee7";
}
.ti-square-number-3:before {
  content: "\eee8";
}
.ti-square-number-4:before {
  content: "\eee9";
}
.ti-square-number-5:before {
  content: "\eeea";
}
.ti-square-number-6:before {
  content: "\eeeb";
}
.ti-square-number-7:before {
  content: "\eeec";
}
.ti-square-number-8:before {
  content: "\eeed";
}
.ti-square-number-9:before {
  content: "\eeee";
}
.ti-square-off:before {
  content: "\eeef";
}
.ti-square-percentage:before {
  content: "\fd83";
}
.ti-square-plus:before {
  content: "\eb2a";
}
.ti-square-plus-2:before {
  content: "\fc96";
}
.ti-square-root:before {
  content: "\eef1";
}
.ti-square-root-2:before {
  content: "\eef0";
}
.ti-square-rotated:before {
  content: "\ecdf";
}
.ti-square-rotated-filled:before {
  content: "\f6a4";
}
.ti-square-rotated-forbid:before {
  content: "\f01c";
}
.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}
.ti-square-rotated-off:before {
  content: "\eef2";
}
.ti-square-rounded:before {
  content: "\f59a";
}
.ti-square-rounded-arrow-down:before {
  content: "\f639";
}
.ti-square-rounded-arrow-down-filled:before {
  content: "\f6db";
}
.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}
.ti-square-rounded-arrow-left-filled:before {
  content: "\f6dc";
}
.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}
.ti-square-rounded-arrow-right-filled:before {
  content: "\f6dd";
}
.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}
.ti-square-rounded-arrow-up-filled:before {
  content: "\f6de";
}
.ti-square-rounded-check:before {
  content: "\f63d";
}
.ti-square-rounded-check-filled:before {
  content: "\f6df";
}
.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}
.ti-square-rounded-chevron-down-filled:before {
  content: "\f6e0";
}
.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}
.ti-square-rounded-chevron-left-filled:before {
  content: "\f6e1";
}
.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}
.ti-square-rounded-chevron-right-filled:before {
  content: "\f6e2";
}
.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}
.ti-square-rounded-chevron-up-filled:before {
  content: "\f6e3";
}
.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}
.ti-square-rounded-chevrons-down-filled:before {
  content: "\f6e4";
}
.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}
.ti-square-rounded-chevrons-left-filled:before {
  content: "\f6e5";
}
.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}
.ti-square-rounded-chevrons-right-filled:before {
  content: "\f6e6";
}
.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}
.ti-square-rounded-chevrons-up-filled:before {
  content: "\f6e7";
}
.ti-square-rounded-filled:before {
  content: "\f6a5";
}
.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}
.ti-square-rounded-letter-b:before {
  content: "\f5af";
}
.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}
.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}
.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}
.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}
.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}
.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}
.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}
.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}
.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}
.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}
.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}
.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}
.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}
.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}
.ti-square-rounded-letter-q:before {
  content: "\f5be";
}
.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}
.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}
.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}
.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}
.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}
.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}
.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}
.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}
.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}
.ti-square-rounded-minus:before {
  content: "\f63e";
}
.ti-square-rounded-minus-2:before {
  content: "\fc97";
}
.ti-square-rounded-minus-filled:before {
  content: "\fb40";
}
.ti-square-rounded-number-0:before {
  content: "\f5c8";
}
.ti-square-rounded-number-0-filled:before {
  content: "\f778";
}
.ti-square-rounded-number-1:before {
  content: "\f5c9";
}
.ti-square-rounded-number-1-filled:before {
  content: "\f779";
}
.ti-square-rounded-number-2:before {
  content: "\f5ca";
}
.ti-square-rounded-number-2-filled:before {
  content: "\f77a";
}
.ti-square-rounded-number-3:before {
  content: "\f5cb";
}
.ti-square-rounded-number-3-filled:before {
  content: "\f77b";
}
.ti-square-rounded-number-4:before {
  content: "\f5cc";
}
.ti-square-rounded-number-4-filled:before {
  content: "\f77c";
}
.ti-square-rounded-number-5:before {
  content: "\f5cd";
}
.ti-square-rounded-number-5-filled:before {
  content: "\f77d";
}
.ti-square-rounded-number-6:before {
  content: "\f5ce";
}
.ti-square-rounded-number-6-filled:before {
  content: "\f77e";
}
.ti-square-rounded-number-7:before {
  content: "\f5cf";
}
.ti-square-rounded-number-7-filled:before {
  content: "\f77f";
}
.ti-square-rounded-number-8:before {
  content: "\f5d0";
}
.ti-square-rounded-number-8-filled:before {
  content: "\f780";
}
.ti-square-rounded-number-9:before {
  content: "\f5d1";
}
.ti-square-rounded-number-9-filled:before {
  content: "\f781";
}
.ti-square-rounded-percentage:before {
  content: "\fd84";
}
.ti-square-rounded-plus:before {
  content: "\f63f";
}
.ti-square-rounded-plus-2:before {
  content: "\fc98";
}
.ti-square-rounded-plus-filled:before {
  content: "\f6e8";
}
.ti-square-rounded-x:before {
  content: "\f640";
}
.ti-square-rounded-x-filled:before {
  content: "\f6e9";
}
.ti-square-toggle:before {
  content: "\eef4";
}
.ti-square-toggle-horizontal:before {
  content: "\eef3";
}
.ti-square-x:before {
  content: "\eb2b";
}
.ti-square-x-filled:before {
  content: "\fb41";
}
.ti-squares-diagonal:before {
  content: "\eef5";
}
.ti-squares-filled:before {
  content: "\eef6";
}
.ti-stack:before {
  content: "\eb2d";
}
.ti-stack-2:before {
  content: "\eef7";
}
.ti-stack-3:before {
  content: "\ef9d";
}
.ti-stack-back:before {
  content: "\fd26";
}
.ti-stack-backward:before {
  content: "\fd27";
}
.ti-stack-forward:before {
  content: "\fd28";
}
.ti-stack-front:before {
  content: "\fd29";
}
.ti-stack-middle:before {
  content: "\fd2a";
}
.ti-stack-pop:before {
  content: "\f234";
}
.ti-stack-push:before {
  content: "\f235";
}
.ti-stairs:before {
  content: "\eca6";
}
.ti-stairs-down:before {
  content: "\eca4";
}
.ti-stairs-up:before {
  content: "\eca5";
}
.ti-star:before {
  content: "\eb2e";
}
.ti-star-filled:before {
  content: "\f6a6";
}
.ti-star-half:before {
  content: "\ed19";
}
.ti-star-half-filled:before {
  content: "\f6a7";
}
.ti-star-off:before {
  content: "\ed62";
}
.ti-stars:before {
  content: "\ed38";
}
.ti-stars-filled:before {
  content: "\f6a8";
}
.ti-stars-off:before {
  content: "\f430";
}
.ti-status-change:before {
  content: "\f3b0";
}
.ti-steam:before {
  content: "\f24b";
}
.ti-steering-wheel:before {
  content: "\ec7b";
}
.ti-steering-wheel-off:before {
  content: "\f431";
}
.ti-step-into:before {
  content: "\ece0";
}
.ti-step-out:before {
  content: "\ece1";
}
.ti-stereo-glasses:before {
  content: "\f4cb";
}
.ti-stethoscope:before {
  content: "\edbe";
}
.ti-stethoscope-off:before {
  content: "\f432";
}
.ti-sticker:before {
  content: "\eb2f";
}
.ti-sticker-2:before {
  content: "\fd3d";
}
.ti-storm:before {
  content: "\f24c";
}
.ti-storm-off:before {
  content: "\f433";
}
.ti-stretching:before {
  content: "\f2db";
}
.ti-stretching-2:before {
  content: "\fa6d";
}
.ti-strikethrough:before {
  content: "\eb9e";
}
.ti-submarine:before {
  content: "\ed94";
}
.ti-subscript:before {
  content: "\eb9f";
}
.ti-subtask:before {
  content: "\ec9f";
}
.ti-sum:before {
  content: "\eb73";
}
.ti-sum-off:before {
  content: "\f1ab";
}
.ti-sun:before {
  content: "\eb30";
}
.ti-sun-electricity:before {
  content: "\fcc2";
}
.ti-sun-filled:before {
  content: "\f6a9";
}
.ti-sun-high:before {
  content: "\f236";
}
.ti-sun-low:before {
  content: "\f237";
}
.ti-sun-moon:before {
  content: "\f4a3";
}
.ti-sun-off:before {
  content: "\ed63";
}
.ti-sun-wind:before {
  content: "\f238";
}
.ti-sunglasses:before {
  content: "\f239";
}
.ti-sunrise:before {
  content: "\ef1c";
}
.ti-sunset:before {
  content: "\ec31";
}
.ti-sunset-2:before {
  content: "\f23a";
}
.ti-superscript:before {
  content: "\eba0";
}
.ti-svg:before {
  content: "\f25a";
}
.ti-swimming:before {
  content: "\ec92";
}
.ti-swipe:before {
  content: "\f551";
}
.ti-swipe-down:before {
  content: "\fd5e";
}
.ti-swipe-left:before {
  content: "\fd5f";
}
.ti-swipe-right:before {
  content: "\fd60";
}
.ti-swipe-up:before {
  content: "\fd61";
}
.ti-switch:before {
  content: "\eb33";
}
.ti-switch-2:before {
  content: "\edbf";
}
.ti-switch-3:before {
  content: "\edc0";
}
.ti-switch-horizontal:before {
  content: "\eb31";
}
.ti-switch-vertical:before {
  content: "\eb32";
}
.ti-sword:before {
  content: "\f030";
}
.ti-sword-off:before {
  content: "\f434";
}
.ti-swords:before {
  content: "\f132";
}
.ti-table:before {
  content: "\eba1";
}
.ti-table-alias:before {
  content: "\f25b";
}
.ti-table-column:before {
  content: "\faff";
}
.ti-table-down:before {
  content: "\fa1c";
}
.ti-table-export:before {
  content: "\eef8";
}
.ti-table-filled:before {
  content: "\f782";
}
.ti-table-heart:before {
  content: "\fa1d";
}
.ti-table-import:before {
  content: "\eef9";
}
.ti-table-minus:before {
  content: "\fa1e";
}
.ti-table-off:before {
  content: "\eefa";
}
.ti-table-options:before {
  content: "\f25c";
}
.ti-table-plus:before {
  content: "\fa1f";
}
.ti-table-row:before {
  content: "\fb00";
}
.ti-table-share:before {
  content: "\fa20";
}
.ti-table-shortcut:before {
  content: "\f25d";
}
.ti-tag:before {
  content: "\eb34";
}
.ti-tag-off:before {
  content: "\efc0";
}
.ti-tag-starred:before {
  content: "\fc99";
}
.ti-tags:before {
  content: "\ef86";
}
.ti-tags-off:before {
  content: "\efc1";
}
.ti-tallymark-1:before {
  content: "\ec46";
}
.ti-tallymark-2:before {
  content: "\ec47";
}
.ti-tallymark-3:before {
  content: "\ec48";
}
.ti-tallymark-4:before {
  content: "\ec49";
}
.ti-tallymarks:before {
  content: "\ec4a";
}
.ti-tank:before {
  content: "\ed95";
}
.ti-target:before {
  content: "\eb35";
}
.ti-target-arrow:before {
  content: "\f51a";
}
.ti-target-off:before {
  content: "\f1ad";
}
.ti-teapot:before {
  content: "\f552";
}
.ti-telescope:before {
  content: "\f07d";
}
.ti-telescope-off:before {
  content: "\f1ae";
}
.ti-temperature:before {
  content: "\eb38";
}
.ti-temperature-celsius:before {
  content: "\eb36";
}
.ti-temperature-fahrenheit:before {
  content: "\eb37";
}
.ti-temperature-minus:before {
  content: "\ebed";
}
.ti-temperature-off:before {
  content: "\f1af";
}
.ti-temperature-plus:before {
  content: "\ebee";
}
.ti-template:before {
  content: "\eb39";
}
.ti-template-off:before {
  content: "\f1b0";
}
.ti-tent:before {
  content: "\eefb";
}
.ti-tent-off:before {
  content: "\f435";
}
.ti-terminal:before {
  content: "\ebdc";
}
.ti-terminal-2:before {
  content: "\ebef";
}
.ti-test-pipe:before {
  content: "\eb3a";
}
.ti-test-pipe-2:before {
  content: "\f0a4";
}
.ti-test-pipe-off:before {
  content: "\f1b1";
}
.ti-tex:before {
  content: "\f4e0";
}
.ti-text-caption:before {
  content: "\f4a4";
}
.ti-text-color:before {
  content: "\f2dc";
}
.ti-text-decrease:before {
  content: "\f202";
}
.ti-text-direction-ltr:before {
  content: "\eefc";
}
.ti-text-direction-rtl:before {
  content: "\eefd";
}
.ti-text-grammar:before {
  content: "\fd6d";
}
.ti-text-increase:before {
  content: "\f203";
}
.ti-text-orientation:before {
  content: "\f2a4";
}
.ti-text-plus:before {
  content: "\f2a5";
}
.ti-text-recognition:before {
  content: "\f204";
}
.ti-text-resize:before {
  content: "\ef87";
}
.ti-text-scan-2:before {
  content: "\fcc3";
}
.ti-text-size:before {
  content: "\f2b1";
}
.ti-text-spellcheck:before {
  content: "\f2a6";
}
.ti-text-wrap:before {
  content: "\ebdd";
}
.ti-text-wrap-disabled:before {
  content: "\eca7";
}
.ti-texture:before {
  content: "\f51b";
}
.ti-theater:before {
  content: "\f79b";
}
.ti-thermometer:before {
  content: "\ef67";
}
.ti-thumb-down:before {
  content: "\eb3b";
}
.ti-thumb-down-filled:before {
  content: "\f6aa";
}
.ti-thumb-down-off:before {
  content: "\f436";
}
.ti-thumb-up:before {
  content: "\eb3c";
}
.ti-thumb-up-filled:before {
  content: "\f6ab";
}
.ti-thumb-up-off:before {
  content: "\f437";
}
.ti-tic-tac:before {
  content: "\f51c";
}
.ti-ticket:before {
  content: "\eb3d";
}
.ti-ticket-off:before {
  content: "\f1b2";
}
.ti-tie:before {
  content: "\f07e";
}
.ti-tilde:before {
  content: "\f4a5";
}
.ti-tilt-shift:before {
  content: "\eefe";
}
.ti-tilt-shift-off:before {
  content: "\f1b3";
}
.ti-time-duration-0:before {
  content: "\fad4";
}
.ti-time-duration-10:before {
  content: "\fad5";
}
.ti-time-duration-15:before {
  content: "\fad6";
}
.ti-time-duration-30:before {
  content: "\fad7";
}
.ti-time-duration-45:before {
  content: "\fad8";
}
.ti-time-duration-5:before {
  content: "\fad9";
}
.ti-time-duration-60:before {
  content: "\fada";
}
.ti-time-duration-90:before {
  content: "\fadb";
}
.ti-time-duration-off:before {
  content: "\fadc";
}
.ti-timeline:before {
  content: "\f031";
}
.ti-timeline-event:before {
  content: "\f553";
}
.ti-timeline-event-exclamation:before {
  content: "\f662";
}
.ti-timeline-event-filled:before {
  content: "\fd18";
}
.ti-timeline-event-minus:before {
  content: "\f663";
}
.ti-timeline-event-plus:before {
  content: "\f664";
}
.ti-timeline-event-text:before {
  content: "\f665";
}
.ti-timeline-event-x:before {
  content: "\f666";
}
.ti-tir:before {
  content: "\ebf0";
}
.ti-toggle-left:before {
  content: "\eb3e";
}
.ti-toggle-right:before {
  content: "\eb3f";
}
.ti-toilet-paper:before {
  content: "\efd3";
}
.ti-toilet-paper-off:before {
  content: "\f1b4";
}
.ti-toml:before {
  content: "\fa5d";
}
.ti-tool:before {
  content: "\eb40";
}
.ti-tools:before {
  content: "\ebca";
}
.ti-tools-kitchen:before {
  content: "\ed64";
}
.ti-tools-kitchen-2:before {
  content: "\eeff";
}
.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}
.ti-tools-kitchen-3:before {
  content: "\fd2b";
}
.ti-tools-kitchen-off:before {
  content: "\f1b6";
}
.ti-tools-off:before {
  content: "\f1b7";
}
.ti-tooltip:before {
  content: "\f2dd";
}
.ti-topology-bus:before {
  content: "\f5d9";
}
.ti-topology-complex:before {
  content: "\f5da";
}
.ti-topology-full:before {
  content: "\f5dc";
}
.ti-topology-full-hierarchy:before {
  content: "\f5db";
}
.ti-topology-ring:before {
  content: "\f5df";
}
.ti-topology-ring-2:before {
  content: "\f5dd";
}
.ti-topology-ring-3:before {
  content: "\f5de";
}
.ti-topology-star:before {
  content: "\f5e5";
}
.ti-topology-star-2:before {
  content: "\f5e0";
}
.ti-topology-star-3:before {
  content: "\f5e1";
}
.ti-topology-star-ring:before {
  content: "\f5e4";
}
.ti-topology-star-ring-2:before {
  content: "\f5e2";
}
.ti-topology-star-ring-3:before {
  content: "\f5e3";
}
.ti-torii:before {
  content: "\f59b";
}
.ti-tornado:before {
  content: "\ece2";
}
.ti-tournament:before {
  content: "\ecd0";
}
.ti-tower:before {
  content: "\f2cb";
}
.ti-tower-off:before {
  content: "\f2ca";
}
.ti-track:before {
  content: "\ef00";
}
.ti-tractor:before {
  content: "\ec0d";
}
.ti-trademark:before {
  content: "\ec0e";
}
.ti-traffic-cone:before {
  content: "\ec0f";
}
.ti-traffic-cone-off:before {
  content: "\f1b8";
}
.ti-traffic-lights:before {
  content: "\ed39";
}
.ti-traffic-lights-off:before {
  content: "\f1b9";
}
.ti-train:before {
  content: "\ed96";
}
.ti-transaction-bitcoin:before {
  content: "\fd6e";
}
.ti-transaction-dollar:before {
  content: "\fd6f";
}
.ti-transaction-euro:before {
  content: "\fd70";
}
.ti-transaction-pound:before {
  content: "\fd71";
}
.ti-transaction-rupee:before {
  content: "\fd85";
}
.ti-transaction-yen:before {
  content: "\fd72";
}
.ti-transaction-yuan:before {
  content: "\fd73";
}
.ti-transfer:before {
  content: "\fc1f";
}
.ti-transfer-in:before {
  content: "\ef2f";
}
.ti-transfer-out:before {
  content: "\ef30";
}
.ti-transfer-vertical:before {
  content: "\fc1e";
}
.ti-transform:before {
  content: "\f38e";
}
.ti-transform-filled:before {
  content: "\f6ac";
}
.ti-transition-bottom:before {
  content: "\f2b2";
}
.ti-transition-left:before {
  content: "\f2b3";
}
.ti-transition-right:before {
  content: "\f2b4";
}
.ti-transition-top:before {
  content: "\f2b5";
}
.ti-trash:before {
  content: "\eb41";
}
.ti-trash-filled:before {
  content: "\f783";
}
.ti-trash-off:before {
  content: "\ed65";
}
.ti-trash-x:before {
  content: "\ef88";
}
.ti-trash-x-filled:before {
  content: "\f784";
}
.ti-treadmill:before {
  content: "\fa6e";
}
.ti-tree:before {
  content: "\ef01";
}
.ti-trees:before {
  content: "\ec10";
}
.ti-trekking:before {
  content: "\f5ad";
}
.ti-trending-down:before {
  content: "\eb42";
}
.ti-trending-down-2:before {
  content: "\edc1";
}
.ti-trending-down-3:before {
  content: "\edc2";
}
.ti-trending-up:before {
  content: "\eb43";
}
.ti-trending-up-2:before {
  content: "\edc3";
}
.ti-trending-up-3:before {
  content: "\edc4";
}
.ti-triangle:before {
  content: "\eb44";
}
.ti-triangle-filled:before {
  content: "\f6ad";
}
.ti-triangle-inverted:before {
  content: "\f01d";
}
.ti-triangle-inverted-filled:before {
  content: "\f6ae";
}
.ti-triangle-minus:before {
  content: "\fc9b";
}
.ti-triangle-minus-2:before {
  content: "\fc9a";
}
.ti-triangle-off:before {
  content: "\ef02";
}
.ti-triangle-plus:before {
  content: "\fc9d";
}
.ti-triangle-plus-2:before {
  content: "\fc9c";
}
.ti-triangle-square-circle:before {
  content: "\ece8";
}
.ti-triangle-square-circle-filled:before {
  content: "\fb42";
}
.ti-triangles:before {
  content: "\f0a5";
}
.ti-trident:before {
  content: "\ecc5";
}
.ti-trolley:before {
  content: "\f4cc";
}
.ti-trophy:before {
  content: "\eb45";
}
.ti-trophy-filled:before {
  content: "\f6af";
}
.ti-trophy-off:before {
  content: "\f438";
}
.ti-trowel:before {
  content: "\f368";
}
.ti-truck:before {
  content: "\ebc4";
}
.ti-truck-delivery:before {
  content: "\ec4b";
}
.ti-truck-loading:before {
  content: "\f1da";
}
.ti-truck-off:before {
  content: "\ef03";
}
.ti-truck-return:before {
  content: "\ec4c";
}
.ti-txt:before {
  content: "\f3b1";
}
.ti-typography:before {
  content: "\ebc5";
}
.ti-typography-off:before {
  content: "\f1ba";
}
.ti-ufo:before {
  content: "\f26f";
}
.ti-ufo-off:before {
  content: "\f26e";
}
.ti-umbrella:before {
  content: "\ebf1";
}
.ti-umbrella-filled:before {
  content: "\f6b0";
}
.ti-umbrella-off:before {
  content: "\f1bb";
}
.ti-underline:before {
  content: "\eba2";
}
.ti-universe:before {
  content: "\fcc4";
}
.ti-unlink:before {
  content: "\eb46";
}
.ti-upload:before {
  content: "\eb47";
}
.ti-urgent:before {
  content: "\eb48";
}
.ti-usb:before {
  content: "\f00c";
}
.ti-user:before {
  content: "\eb4d";
}
.ti-user-bolt:before {
  content: "\f9d1";
}
.ti-user-cancel:before {
  content: "\f9d2";
}
.ti-user-check:before {
  content: "\eb49";
}
.ti-user-circle:before {
  content: "\ef68";
}
.ti-user-code:before {
  content: "\f9d3";
}
.ti-user-cog:before {
  content: "\f9d4";
}
.ti-user-dollar:before {
  content: "\f9d5";
}
.ti-user-down:before {
  content: "\f9d6";
}
.ti-user-edit:before {
  content: "\f7cc";
}
.ti-user-exclamation:before {
  content: "\ec12";
}
.ti-user-filled:before {
  content: "\fd19";
}
.ti-user-heart:before {
  content: "\f7cd";
}
.ti-user-hexagon:before {
  content: "\fc4e";
}
.ti-user-minus:before {
  content: "\eb4a";
}
.ti-user-off:before {
  content: "\ecf9";
}
.ti-user-pause:before {
  content: "\f9d7";
}
.ti-user-pentagon:before {
  content: "\fc4f";
}
.ti-user-pin:before {
  content: "\f7ce";
}
.ti-user-plus:before {
  content: "\eb4b";
}
.ti-user-question:before {
  content: "\f7cf";
}
.ti-user-scan:before {
  content: "\fcaf";
}
.ti-user-search:before {
  content: "\ef89";
}
.ti-user-share:before {
  content: "\f9d8";
}
.ti-user-shield:before {
  content: "\f7d0";
}
.ti-user-square:before {
  content: "\fc51";
}
.ti-user-square-rounded:before {
  content: "\fc50";
}
.ti-user-star:before {
  content: "\f7d1";
}
.ti-user-up:before {
  content: "\f7d2";
}
.ti-user-x:before {
  content: "\eb4c";
}
.ti-users:before {
  content: "\ebf2";
}
.ti-users-group:before {
  content: "\fa21";
}
.ti-users-minus:before {
  content: "\fa0e";
}
.ti-users-plus:before {
  content: "\fa0f";
}
.ti-uv-index:before {
  content: "\f3b2";
}
.ti-ux-circle:before {
  content: "\f369";
}
.ti-vaccine:before {
  content: "\ef04";
}
.ti-vaccine-bottle:before {
  content: "\ef69";
}
.ti-vaccine-bottle-off:before {
  content: "\f439";
}
.ti-vaccine-off:before {
  content: "\f1bc";
}
.ti-vacuum-cleaner:before {
  content: "\f5e6";
}
.ti-variable:before {
  content: "\ef05";
}
.ti-variable-minus:before {
  content: "\f36a";
}
.ti-variable-off:before {
  content: "\f1bd";
}
.ti-variable-plus:before {
  content: "\f36b";
}
.ti-vector:before {
  content: "\eca9";
}
.ti-vector-bezier:before {
  content: "\ef1d";
}
.ti-vector-bezier-2:before {
  content: "\f1a3";
}
.ti-vector-bezier-arc:before {
  content: "\f4cd";
}
.ti-vector-bezier-circle:before {
  content: "\f4ce";
}
.ti-vector-off:before {
  content: "\f1be";
}
.ti-vector-spline:before {
  content: "\f565";
}
.ti-vector-triangle:before {
  content: "\eca8";
}
.ti-vector-triangle-off:before {
  content: "\f1bf";
}
.ti-venus:before {
  content: "\ec86";
}
.ti-versions:before {
  content: "\ed52";
}
.ti-versions-filled:before {
  content: "\f6b1";
}
.ti-versions-off:before {
  content: "\f1c0";
}
.ti-video:before {
  content: "\ed22";
}
.ti-video-minus:before {
  content: "\ed1f";
}
.ti-video-off:before {
  content: "\ed20";
}
.ti-video-plus:before {
  content: "\ed21";
}
.ti-view-360:before {
  content: "\ed84";
}
.ti-view-360-off:before {
  content: "\f1c1";
}
.ti-viewfinder:before {
  content: "\eb4e";
}
.ti-viewfinder-off:before {
  content: "\f1c2";
}
.ti-viewport-narrow:before {
  content: "\ebf3";
}
.ti-viewport-wide:before {
  content: "\ebf4";
}
.ti-vinyl:before {
  content: "\f00d";
}
.ti-vip:before {
  content: "\f3b3";
}
.ti-vip-off:before {
  content: "\f43a";
}
.ti-virus:before {
  content: "\eb74";
}
.ti-virus-off:before {
  content: "\ed66";
}
.ti-virus-search:before {
  content: "\ed67";
}
.ti-vocabulary:before {
  content: "\ef1e";
}
.ti-vocabulary-off:before {
  content: "\f43b";
}
.ti-volcano:before {
  content: "\f79c";
}
.ti-volume:before {
  content: "\eb51";
}
.ti-volume-2:before {
  content: "\eb4f";
}
.ti-volume-3:before {
  content: "\eb50";
}
.ti-volume-off:before {
  content: "\f1c3";
}
.ti-vs:before {
  content: "\fc52";
}
.ti-walk:before {
  content: "\ec87";
}
.ti-wall:before {
  content: "\ef7a";
}
.ti-wall-off:before {
  content: "\f43c";
}
.ti-wallet:before {
  content: "\eb75";
}
.ti-wallet-off:before {
  content: "\f1c4";
}
.ti-wallpaper:before {
  content: "\ef56";
}
.ti-wallpaper-off:before {
  content: "\f1c5";
}
.ti-wand:before {
  content: "\ebcb";
}
.ti-wand-off:before {
  content: "\f1c6";
}
.ti-wash:before {
  content: "\f311";
}
.ti-wash-dry:before {
  content: "\f304";
}
.ti-wash-dry-1:before {
  content: "\f2fa";
}
.ti-wash-dry-2:before {
  content: "\f2fb";
}
.ti-wash-dry-3:before {
  content: "\f2fc";
}
.ti-wash-dry-a:before {
  content: "\f2fd";
}
.ti-wash-dry-dip:before {
  content: "\f2fe";
}
.ti-wash-dry-f:before {
  content: "\f2ff";
}
.ti-wash-dry-flat:before {
  content: "\fa7f";
}
.ti-wash-dry-hang:before {
  content: "\f300";
}
.ti-wash-dry-off:before {
  content: "\f301";
}
.ti-wash-dry-p:before {
  content: "\f302";
}
.ti-wash-dry-shade:before {
  content: "\f303";
}
.ti-wash-dry-w:before {
  content: "\f322";
}
.ti-wash-dryclean:before {
  content: "\f305";
}
.ti-wash-dryclean-off:before {
  content: "\f323";
}
.ti-wash-eco:before {
  content: "\fa80";
}
.ti-wash-gentle:before {
  content: "\f306";
}
.ti-wash-hand:before {
  content: "\fa81";
}
.ti-wash-machine:before {
  content: "\f25e";
}
.ti-wash-off:before {
  content: "\f307";
}
.ti-wash-press:before {
  content: "\f308";
}
.ti-wash-temperature-1:before {
  content: "\f309";
}
.ti-wash-temperature-2:before {
  content: "\f30a";
}
.ti-wash-temperature-3:before {
  content: "\f30b";
}
.ti-wash-temperature-4:before {
  content: "\f30c";
}
.ti-wash-temperature-5:before {
  content: "\f30d";
}
.ti-wash-temperature-6:before {
  content: "\f30e";
}
.ti-wash-tumble-dry:before {
  content: "\f30f";
}
.ti-wash-tumble-off:before {
  content: "\f310";
}
.ti-waterpolo:before {
  content: "\fa6f";
}
.ti-wave-saw-tool:before {
  content: "\ecd3";
}
.ti-wave-sine:before {
  content: "\ecd4";
}
.ti-wave-square:before {
  content: "\ecd5";
}
.ti-waves-electricity:before {
  content: "\fcc5";
}
.ti-webhook:before {
  content: "\f01e";
}
.ti-webhook-off:before {
  content: "\f43d";
}
.ti-weight:before {
  content: "\f589";
}
.ti-wheel:before {
  content: "\fc64";
}
.ti-wheelchair:before {
  content: "\f1db";
}
.ti-wheelchair-off:before {
  content: "\f43e";
}
.ti-whirl:before {
  content: "\f51d";
}
.ti-wifi:before {
  content: "\eb52";
}
.ti-wifi-0:before {
  content: "\eba3";
}
.ti-wifi-1:before {
  content: "\eba4";
}
.ti-wifi-2:before {
  content: "\eba5";
}
.ti-wifi-off:before {
  content: "\ecfa";
}
.ti-wind:before {
  content: "\ec34";
}
.ti-wind-electricity:before {
  content: "\fcc6";
}
.ti-wind-off:before {
  content: "\f1c7";
}
.ti-windmill:before {
  content: "\ed85";
}
.ti-windmill-filled:before {
  content: "\f6b2";
}
.ti-windmill-off:before {
  content: "\f1c8";
}
.ti-window:before {
  content: "\ef06";
}
.ti-window-maximize:before {
  content: "\f1f1";
}
.ti-window-minimize:before {
  content: "\f1f2";
}
.ti-window-off:before {
  content: "\f1c9";
}
.ti-windsock:before {
  content: "\f06d";
}
.ti-wiper:before {
  content: "\ecab";
}
.ti-wiper-wash:before {
  content: "\ecaa";
}
.ti-woman:before {
  content: "\eb53";
}
.ti-wood:before {
  content: "\f359";
}
.ti-world:before {
  content: "\eb54";
}
.ti-world-bolt:before {
  content: "\f9d9";
}
.ti-world-cancel:before {
  content: "\f9da";
}
.ti-world-check:before {
  content: "\f9db";
}
.ti-world-code:before {
  content: "\f9dc";
}
.ti-world-cog:before {
  content: "\f9dd";
}
.ti-world-dollar:before {
  content: "\f9de";
}
.ti-world-down:before {
  content: "\f9df";
}
.ti-world-download:before {
  content: "\ef8a";
}
.ti-world-exclamation:before {
  content: "\f9e0";
}
.ti-world-heart:before {
  content: "\f9e1";
}
.ti-world-latitude:before {
  content: "\ed2e";
}
.ti-world-longitude:before {
  content: "\ed2f";
}
.ti-world-minus:before {
  content: "\f9e2";
}
.ti-world-off:before {
  content: "\f1ca";
}
.ti-world-pause:before {
  content: "\f9e3";
}
.ti-world-pin:before {
  content: "\f9e4";
}
.ti-world-plus:before {
  content: "\f9e5";
}
.ti-world-question:before {
  content: "\f9e6";
}
.ti-world-search:before {
  content: "\f9e7";
}
.ti-world-share:before {
  content: "\f9e8";
}
.ti-world-star:before {
  content: "\f9e9";
}
.ti-world-up:before {
  content: "\f9ea";
}
.ti-world-upload:before {
  content: "\ef8b";
}
.ti-world-www:before {
  content: "\f38f";
}
.ti-world-x:before {
  content: "\f9eb";
}
.ti-wrecking-ball:before {
  content: "\ed97";
}
.ti-writing:before {
  content: "\ef08";
}
.ti-writing-off:before {
  content: "\f1cb";
}
.ti-writing-sign:before {
  content: "\ef07";
}
.ti-writing-sign-off:before {
  content: "\f1cc";
}
.ti-x:before {
  content: "\eb55";
}
.ti-xbox-a:before {
  content: "\f2b6";
}
.ti-xbox-b:before {
  content: "\f2b7";
}
.ti-xbox-x:before {
  content: "\f2b8";
}
.ti-xbox-y:before {
  content: "\f2b9";
}
.ti-xd:before {
  content: "\fa33";
}
.ti-xxx:before {
  content: "\fc20";
}
.ti-yin-yang:before {
  content: "\ec35";
}
.ti-yin-yang-filled:before {
  content: "\f785";
}
.ti-yoga:before {
  content: "\f01f";
}
.ti-zeppelin:before {
  content: "\f270";
}
.ti-zeppelin-off:before {
  content: "\f43f";
}
.ti-zip:before {
  content: "\f3b4";
}
.ti-zodiac-aquarius:before {
  content: "\ecac";
}
.ti-zodiac-aries:before {
  content: "\ecad";
}
.ti-zodiac-cancer:before {
  content: "\ecae";
}
.ti-zodiac-capricorn:before {
  content: "\ecaf";
}
.ti-zodiac-gemini:before {
  content: "\ecb0";
}
.ti-zodiac-leo:before {
  content: "\ecb1";
}
.ti-zodiac-libra:before {
  content: "\ecb2";
}
.ti-zodiac-pisces:before {
  content: "\ecb3";
}
.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}
.ti-zodiac-scorpio:before {
  content: "\ecb5";
}
.ti-zodiac-taurus:before {
  content: "\ecb6";
}
.ti-zodiac-virgo:before {
  content: "\ecb7";
}
.ti-zoom-cancel:before {
  content: "\ec4d";
}
.ti-zoom-check:before {
  content: "\ef09";
}
.ti-zoom-check-filled:before {
  content: "\f786";
}
.ti-zoom-code:before {
  content: "\f07f";
}
.ti-zoom-exclamation:before {
  content: "\f080";
}
.ti-zoom-filled:before {
  content: "\f787";
}
.ti-zoom-in:before {
  content: "\eb56";
}
.ti-zoom-in-area:before {
  content: "\f1dc";
}
.ti-zoom-in-area-filled:before {
  content: "\f788";
}
.ti-zoom-in-filled:before {
  content: "\f789";
}
.ti-zoom-money:before {
  content: "\ef0a";
}
.ti-zoom-out:before {
  content: "\eb57";
}
.ti-zoom-out-area:before {
  content: "\f1dd";
}
.ti-zoom-out-filled:before {
  content: "\f78a";
}
.ti-zoom-pan:before {
  content: "\f1de";
}
.ti-zoom-question:before {
  content: "\edeb";
}
.ti-zoom-replace:before {
  content: "\f2a7";
}
.ti-zoom-reset:before {
  content: "\f295";
}
.ti-zoom-scan:before {
  content: "\fcb0";
}
.ti-zzz:before {
  content: "\f228";
}
.ti-zzz-off:before {
  content: "\f440";
}

/* src/styles.scss */
.offcanvas-body {
  height: 100vh !important;
}
.ng-scroll-viewport[_nghost-ng-c299950523] > .ng-scroll-content[_ngcontent-ng-c299950523],
.ng-scrollbar-external-viewport[_nghost-ng-c299950523] .ng-scroll-viewport > .ng-scroll-content {
  width: unset !important;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  contain: unset !important;
  padding: var(--_viewport-padding-top, 0) var(--_viewport-padding-right, 0) var(--_viewport-padding-bottom, 0) var(--_viewport-padding-left, 0);
}
.welcome-content {
  height: 100vh !important;
}
.theme-green .bs-datepicker-head {
  background-color: #f26522;
}
.ng-scrollbar-thumb[_ngcontent-ng-c2467238161] {
  background: none !important;
}
.lightgallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#contact-profile {
  z-index: 100;
}
.darkmode .bs-datepicker {
  background-color: #0d0d0d;
}
.lg-sub-html {
  display: none;
}
.accordion-body lightgallery {
  justify-content: start;
}
.accordion-body .chat-user-photo lightgallery {
  justify-content: center !important;
}
mat-tooltip-component .mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: #141b27;
  padding: 5px;
  font-size: 13px;
}
mat-tooltip-component .mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: #6338f6;
  padding: 5px;
  font-size: 13px;
}
.dropzone {
  min-height: 212px !important;
  border: none !important;
}
.chats {
  align-items: center !important;
}
mat-select.custom-mat-select .mat-mdc-select-trigger {
  border: 1px solid #e8e8e9;
  border-radius: 5px;
  height: 38px;
  outline: 0;
  padding-right: 15px;
  padding-left: 8px;
  font-family: "inter", sans-serif;
}
.mat-mdc-option {
  color: #72767d !important;
}
.mat-mdc-option:focus.mdc-list-item,
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  background: #f26522 !important;
  color: white !important;
}
app-admin .mat-mdc-option .mat-pseudo-checkbox-minimal {
  display: none;
}
.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  color: transparent !important;
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: #6b7280 !important;
}
.table-hover tbody tr {
  background: transparent;
}
.table-hover tbody:hover {
  background: transparent !important;
}
.track-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.track-statistics .progress {
  width: 100%;
  height: 6px;
}
.NgxEditor__MenuBar {
  background: #f5f5f5 !important;
}
.NgxEditor__MenuBar button:not(:disabled) {
  background: white;
}
app-admin .ProseMirror {
  height: 100px;
}
app-admin .mat-mdc-select-value {
  font-size: 14px;
  color: #444;
}
app-admin .table_footer {
  padding: 15px, 16px;
}
app-admin .pagination_section .page-link {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 8px;
}
.no-sort .checkmarks {
  background: white;
}
div.cdk-overlay-container {
  z-index: 99999;
}
.scroll-demo {
  height: 300px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
cdk-virtual-scroll-viewport .horizontal-scroll {
  overflow-y: hidden !important;
}
.cdk-virtual-scrollable {
  overflow: auto;
  will-change: scroll-position;
  contain: strict;
}
cdk-virtual-scroll-viewport {
  display: block;
  position: relative;
  transform: translateZ(0);
}
.table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
}
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after,
.theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f26522;
}
.mat-mdc-option .mdc-list-item__primary-text {
  font-size: 13px !important;
}
div.mat-mdc-select-panel .mat-mdc-option {
  padding: 6px;
}
.mat-mdc-option {
  min-height: 30px !important;
  line-height: 1.5 !important;
}
.mat-mdc-select-placeholder,
.mat-mdc-select-value-text {
  color: #111827 !important;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}
app-admin .table tbody tr td {
  color: #72767d;
  font-size: 14px;
}
.circle-progress {
  width: 38px;
  height: 38px !important;
  float: left;
  line-height: 38px;
  background: none;
  box-shadow: none;
  position: relative;
}
.mat-mdc-select-arrow svg {
  left: 100% !important;
}
.mat-mdc-option .mat-pseudo-checkbox-minimal {
  display: none;
}
app-admin .dataTables_filter {
  text-align: end;
  margin-bottom: auto !important;
}
@media (max-width: 767.98px) {
  .dataTables_filter {
    text-align: center !important;
    margin: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive {
    margin-top: 15px;
  }
}
.mat-sort-header-container {
  justify-content: space-between;
}
table.mat-sort .mat-sort-header-container .mat-sort-header-arrow::before {
  content: "\2191";
  right: 1rem;
  opacity: 1;
  top: 0px;
  display: flex;
  align-items: center;
  color: #a1a4a9;
}
.mat-sort-header-container .mat-sort-header-arrow::after {
  content: "\2193";
  right: 0.5rem;
  left: 0rem;
  display: flex;
  align-items: center;
  color: #a1a4a9;
}
.mat-sort-header-indicator {
  display: none !important;
}
.mat-sort-header-arrow {
  opacity: 0.5 !important;
}
app-admin .page-wrapper .content {
  transition: background-color 0.3s, color 0.3s;
}
.submenu-hdr {
  font-weight: 600;
  font-size: 12px;
  color: #8a8d93;
  margin: 15px 0 14px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .mini-sidebar .sidebar .submenu-hdr {
    font-size: 0;
  }
}
app-admin .sidebar .sidebar-menu {
  padding: 16px 22px !important;
}
app-admin .login-wrapper .login-inbox .log-auth form .form-group .pass-group .toggle-password {
  top: 21px !important;
}
.login-form::before {
  content: "";
  background-image: url(/assets/admin/img/login-bg.png);
  background-repeat: no-repeat, no-repeat;
  position: absolute;
  width: 100%;
  height: 462px;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}
app-admin .btn-icon i {
  padding: 0rem !important;
  margin: 0rem !important;
}
app-admin .progress-bar {
  position: relative;
}
.popover-list .btn {
  position: relative;
  border-radius: 4px;
}
.popover-list a {
  position: relative;
  border-radius: 4px;
}
span.custom-disabled-span {
  border: none;
  position: unset;
}
a.feather-size {
  position: unset;
  border: none;
  margin: 0;
  font-size: 20px;
}
.login-form .main-wrapper {
  justify-content: center;
}
[data-theme=dark] div.mat-mdc-select-panel.mat-mdc-select-panel {
  background-color: #0a0a0a;
}
[data-theme=dark] mat-option.mat-mdc-option.mdc-list-item {
  background-color: #141432;
}
[data-theme=dark] mat-option.mat-mdc-option .mdc-list-item__primary-text {
  color: #97a2d2;
}
[data-theme=dark] .mat-mdc-select-placeholder {
  color: #d8dfeb !important;
}
[data-theme=dark] .mat-mdc-select-arrow {
  color: #434952;
}
[data-theme=dark] mat-select.custom-mat-select .mat-mdc-select-trigger {
  border: 1px solid #222224 !important;
}
[data-theme=dark] .bs-datepicker {
  box-shadow: none;
}
[data-theme=dark] .bs-datepicker-container {
  background-color: #141432;
}
[data-theme=dark] .dataTables_length label .custom-select {
  border: 1px solid #222224 !important;
}
[data-theme=dark] .no-sort .checkmarks {
  background-color: #0d0d0d;
}
[data-theme=dark] .checkboxs input ~ .checkmarks {
  border: 1px solid #222224 !important;
}
[data-theme=dark] .pagination .page-item {
  background-color: #141432;
}
[data-theme=dark] app-admin .ProseMirror {
  background-color: #0d0d0d;
}
[data-theme=dark] .NgxEditor__MenuBar {
  background-color: #0d0d0d !important;
  border: 1px solid #222224 !important;
}
[data-theme=dark] .summer-group {
  border: 1px solid #222224 !important;
}
[data-theme=dark] .sidebar .sidebar-menu > ul li.submenu ul li a {
  color: #d8dfeb !important;
}
.pass-input {
  padding: 0.5rem 0.75rem !important;
}
.icon-left .pass-input {
  padding-left: 2.5rem !important;
}
.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.dynamic-change input {
  position: absolute;
  height: 50px;
  width: 28px;
  opacity: 0;
  z-index: 10;
}
.select-color {
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 9;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.theme-colorselect.active label {
  outline-color: #f26522;
}
.show-sub-menu {
  display: block !important;
  transition: all 0.5s;
}
.hide-sub-menu {
  display: none !important;
  transition: all 0.5s;
}
.sidebar-logo {
  z-index: 99;
}
.ng-scrollbar {
  width: 100%;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  margin: 15px;
}
.dataTables_length {
  padding: 15px !important;
}
.NgxEditor__Content {
  min-height: 100px;
}
.no-tooltip .bs-tooltip-top,
.no-tooltip .apexcharts-active {
  display: none !important;
  box-shadow: none !important;
}
.no-tooltips .bs-tooltip-top {
  display: none !important;
  box-shadow: none !important;
}
.custom-datatable-filter div.dataTables_wrapper div.dataTables_info {
  padding: 15px;
}
.custom-datatable-filter .dataTables_paginate {
  margin: 15px !important;
}
.chat-wrapper .chat.chat-messages .slimscrolls {
  height: calc(100vh - 233px) !important;
}
.chat-body .ng-scrollbar {
  max-height: calc(100vh - 338px) !important;
}
.no-record {
  text-align: center;
}
.bg-white.icon-list:before {
  display: none;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
  box-shadow: none !important;
  border: none !important;
}
.p-chips ul {
  padding: 0.45rem 0.625rem !important;
  overflow: auto;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0 !important;
}
.p-chips-multiple-container {
  border: none !important;
  width: 100%;
}
.p-chips {
  border: 1px solid #e5e7eb;
  color: #6b7280;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0 5px;
  margin-right: 0.5rem;
  background: #e5e7eb;
  color: #4b5563;
  border-radius: 5px;
  font-size: 14px;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-size: 14px !important;
}
.light-box {
  justify-content: start;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.accordion-body .light-box::-webkit-scrollbar {
  display: none;
}
.media-images-slider a {
  min-width: 100px;
  position: relative;
  transition: 0.5s all;
  display: block;
}
.theiaStickySidebar {
  position: sticky;
  top: 60px;
}
.data-attribute {
  display: flex;
  width: 50px;
  height: 50px;
  position: relative;
}
.data-attribute .task-chart {
  position: absolute;
  top: -13px;
  right: -59px;
}
@media (max-width: 567px) {
  .data-attribute .task-chart {
    width: 85px;
    top: -15px;
    right: 52px;
  }
}
.img-mat-select-mat-chip span.mdc-evolution-chip__action.mat-mdc-chip-action,
mat-chip.mat-mdc-chip.mat-primary.mdc-evolution-chip {
  background: #f6f6f6;
  border-radius: 5px;
}
.custom-mat-select.space-chip .mat-mdc-select-value {
  padding-left: 30px;
}
mat-select.img-mat-select .mat-mdc-select-trigger mat-select-trigger img,
span.mdc-evolution-chip__text-label img {
  margin-bottom: -3px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
}
span.p-chips-token-label {
  font-size: 14px;
}
.img-mat-select-mat-chip .mat-mdc-standard-chip:hover {
  border-radius: 5px;
}
.img-mat-select-mat-chip span.mdc-evolution-chip__text-label mat-icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.img-mat-select-mat-chip .mdc-evolution-chip__text-label.mat-mdc-chip-action-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
mat-option.img-mat-select-mat-chip-options.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: inherit;
}
mat-select.custom-mat-select.height-add .mat-mdc-select-trigger {
  height: 40px;
}
p-chips.p-element.p-inputwrapper.input-tags {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
div.p-chips .p-chips-multiple-container .p-chips-token {
  margin-right: 0;
}
.p-chips-input-token input {
  width: 60px;
}
.p-focus.p-inputwrapper-focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}
.p-focus.p-inputwrapper-focus:focus {
  box-shadow: none;
  border: 0;
  outline: 0;
}
.sortby-list > ul {
  margin-bottom: 5px;
  display: flex;
}
.p-dropdown.p-component.p-inputwrapper {
  width: 100%;
}
.p-dropdown.p-component.p-inputwrapper .p-element.p-dropdown-label {
  font-size: 14px;
}
.p-element.p-icon-wrapper svg.p-dropdown-clear-icon {
  display: none;
}
.p-dropdown.p-component.p-inputwrapper.p-dropdown-clearable,
div.p-dropdown.p-component.p-inputwrapper {
  border: 1px solid #e8e8e8;
  color: #6f6f6f;
  line-height: 24px;
  box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.2509803922);
  border-radius: 5px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 15px;
  background: #fff;
}
.p-element.p-icon-wrapper svg.p-dropdown-trigger-icon.p-icon {
  width: 12px;
  color: #637381;
}
searchicon.p-element.p-icon-wrapper {
  display: none;
}
p-dropdownitem li.p-ripple.p-element.p-dropdown-item.p-highlight {
  background: #e41f07;
  color: #fff;
  max-height: 35px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
p-dropdownitem .p-ripple.p-element.p-dropdown-item {
  max-height: 35px;
  display: flex;
  font-size: 14px;
  align-items: center;
}
.p-dropdown-header .p-dropdown-filter-container input:focus {
  box-shadow: none;
  border: 1px solid #e8e8e8;
}
.p-dropdown-header .p-dropdown-filter-container input {
  height: 34px;
  border-radius: 0;
}
chevrondownicon.p-element.p-icon-wrapper svg {
  margin-left: 25px;
}
.p-dropdown.p-component.p-inputwrapper span {
  padding-left: 0;
}
a.dropset span.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
app-file-manager a.dropset span.btn-icon i,
app-file-manager span.btn-icon i,
app-file-manager a span i {
  font-size: 18px;
}
app-file-manager a span.btn-icon i {
  font-size: 18px;
  margin-left: 0;
  margin-right: 5px;
}
app-file-manager a span i.feather.icon-trash-2 {
  font-size: 18px;
  margin-left: 0;
  margin-right: 5px;
}
app-file-manager mat-select.space-select .mat-mdc-select-value {
  padding-left: 28px;
}
app-file-manager .mat-mdc-select-arrow svg {
  left: 12px;
}
.files-carousel .owl-theme .owl-nav div,
.video-section .owl-theme .owl-nav div {
  background: transparent;
  color: #092c4c;
}
.folders-carousel .owl-theme .owl-nav div {
  background-color: transparent;
  color: #5b6670;
}
.folders-carousel .owl-nav div:hover {
  background-color: transparent !important;
  color: #ff9f43 !important;
}
.file-manager .owl-carousel .owl-nav {
  top: -30px;
  left: 59px;
  display: inline-table;
}
mat-select.space-select.recent-mat .mat-mdc-select-trigger {
  max-width: 110px;
  min-width: 110px;
}
a span i.feather.icon-trash-2 {
  margin-left: 10px;
  color: #fc0027;
}
ngx-dropzone {
  margin-top: 10px;
}
.mat-horizontal-stepper-header-container {
  margin-bottom: 20px;
}
app-form-wizard div button.mat-mdc-button {
  color: #fff !important;
}
h5 span i.feather.icon-folder {
  font-size: 23px;
}
mat-icon.mat-icon {
  opacity: 1;
}
mat-select.custom-mat-select.img-mat-select-mat-chip .mat-mdc-select-trigger {
  min-height: 43px;
  height: auto;
}
.img-mat-select-mat-chip span.mdc-evolution-chip__action.mat-mdc-chip-action,
mat-chip.mat-mdc-chip.mat-primary.mdc-evolution-chip {
  background: #f6f6f6 !important;
  border-radius: 5px;
}
.mat-mdc-option .mat-pseudo-checkbox-full {
  display: none;
}
.mdc-list-item__primary-text img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.strength-meter {
  display: flex;
  gap: 5px;
}
.strength-meter span {
  width: 25%;
  height: 5px;
  background: lightgray;
  border-radius: 5px;
}
.strength-meter span.active {
  background: green;
}
#poor.active {
  background: red;
}
#weak.active {
  background: orange;
}
#strong.active {
  background: blue;
}
#heavy.active {
  background: green;
}
.slime-grp .card-header {
  z-index: 1;
  background: white;
}
.slime-grp .slimscroll {
  height: calc(100vh - 216px) !important;
  overflow: hidden;
  overflow-y: auto;
}
.p-timepicker chevrondownicon.p-element.p-icon-wrapper svg {
  margin-left: auto;
}
.p-calendar-timeonly {
  width: 100%;
}
.p-inlines .p-datepicker-title .p-link {
  padding: 5px;
  font-size: 14px;
}
.p-inlines .p-datepicker table {
  font-size: 12px;
}
.p-inlines .p-datepicker table td {
  padding: 2px;
}
.p-inlines .p-datepicker table td > span {
  width: 26px;
  height: 26px;
}
.primary-change {
  top: -2px;
}
.primary-change label {
  width: 24px;
  height: 24px;
  border-radius: 50px !important;
}
mat-slider {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-menu {
    margin-top: 16px;
  }
}
@media (min-width: 991.98px) {
  [data-layout=default] .sidebar {
    padding-top: 66px;
  }
  [data-layout=default] .sidebar .sidebar-logo {
    top: 0;
  }
  [data-layout=default] .sidebar .sidebar-menu {
    margin-top: 0;
  }
  .layout-mode-rtl .sidebar {
    padding-top: 66px;
  }
  .layout-mode-rtl .sidebar .sidebar-logo {
    top: 0;
  }
  .layout-mode-rtl .sidebar .sidebar-menu {
    margin-top: 0;
  }
  [data-layout=transparent] .sidebar-menu {
    margin-top: 16px;
  }
}
.sidebar-overlay .opened {
  display: none !important;
}
@media (max-width: 991.98px) {
  .sidebar-overlay .opened {
    display: block !important;
  }
}
.p-button {
  background: #f26522 !important;
  border-radius: 5px;
  border: 1px solid #f26522;
  padding: 0.5rem 0.85rem;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.p-calendar .p-inputtext {
  max-height: 37px;
}
.timepick .p-inputtext {
  border-color: #e5e7eb;
}
.timepick .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
  box-shadow: none;
}
.timepick .p-calendar .p-datepicker {
  min-width: 0px;
}
.timepick .p-calendar placeholder {
  color: #111827;
}
.ngx-dates bs-datepicker-container {
  left: -50px !important;
}
.ngx-dates bs-daterangepicker-container {
  left: -150px !important;
}
@media (max-width: 991.98px) {
  .ngx-dates bs-datepicker-container {
    left: -10px !important;
  }
  .ngx-dates bs-daterangepicker-container {
    left: -50px !important;
  }
}
.p-stepper-separator {
  background: #f26522;
}
[data-theme=dark] .p-chips {
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-datepicker {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-datepicker-header {
  background: #0d0d0d;
}
[data-theme=dark] .p-inlines .p-datepicker-title .p-link {
  color: #d8dfee;
}
[data-theme=dark] .p-datepicker table th > span {
  color: #d8dfee;
}
[data-theme=dark] .p-inlines .p-datepicker table td {
  color: #777;
}
[data-theme=dark] .NgxEditor__Content {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-chips ul {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-stepper .p-stepper-header .p-stepper-action {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-stepper-title {
  color: #d8dfee;
}
[data-theme=dark] .p-stepper-panels {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .p-element[_ngcontent-ng-c1554889767] {
  border-radius: 5px;
}
[data-theme=dark] .timepick .p-inputtext {
  background: #0d0d0d;
  border: 1px solid #1f2228;
}
[data-theme=dark] .col-form-label {
  color: #d8dfee;
}
[data-theme=dark] .basic-box[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .basic-box[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
[data-theme=dark] .example-box1[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .example-box1[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
[data-theme=dark] .example-box2[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .example-box2[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
[data-theme=dark] .example-box3[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .example-box3[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
[data-theme=dark] .example-box4[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .example-box4[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
[data-theme=dark] .example-box5[_ngcontent-ng-c2935039459] {
  background: #0d0d0d;
  border: 1px solid #1f2228;
  color: #d8dfee;
  box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
}
[data-theme=dark] .example-box5[_ngcontent-ng-c2935039459]:hover {
  box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  color: white !important;
}

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