@charset "UTF-8";
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";

/* public/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.3 (https://getbootstrap.com/)
* Copyright 2011-2024 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;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.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;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  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::-moz-placeholder,
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.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;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.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: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:not(:-moz-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 > .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 {
  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 > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.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;
}
.form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.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(var(--bs-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;
}
.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.1z'/%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.1z'/%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(var(--bs-border-width) * -1);
}
.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(var(--bs-border-width) * -1);
}
.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 ~ .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-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --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-basis: 100%;
  flex-grow: 1;
  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 5L8 11L14 5'/%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 5L8 11L14 5'/%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-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  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-.708z'/%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-.708z'/%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, "https://kanakku.dreamstechnologies.com/");
}
.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(var(--bs-border-width) * -1);
}
.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: 1rem;
  }
}
.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-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action: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:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.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-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.414z'/%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;
  --bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);
  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;
  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 {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.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: ;
  --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 {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  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: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) 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;
  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 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .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: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.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: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) 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/summernote/dist/summernote-lite.min.css */
@font-face {
  font-display: auto;
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/summernote.eot?#iefix") format("embedded-opentype"),
    url("./media/summernote.woff2") format("woff2"),
    url("./media/summernote.woff") format("woff"),
    url("./media/summernote.ttf") format("truetype");
}
[class*=" note-icon"]:before,
[class^=note-icon]:before {
  display: inline-block;
  font-family: summernote;
  font-size: inherit;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.note-icon-fw {
  text-align: center;
  width: 1.25em;
}
.note-icon-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.note-icon-pull-left {
  float: left;
}
.note-icon-pull-right {
  float: right;
}
.note-icon.note-icon-pull-left {
  margin-right: .3em;
}
.note-icon.note-icon-pull-right {
  margin-left: .3em;
}
.note-icon-align:before {
  content: "\ea01";
}
.note-icon-align-center:before {
  content: "\ea02";
}
.note-icon-align-indent:before {
  content: "\ea03";
}
.note-icon-align-justify:before {
  content: "\ea04";
}
.note-icon-align-left:before {
  content: "\ea05";
}
.note-icon-align-outdent:before {
  content: "\ea06";
}
.note-icon-align-right:before {
  content: "\ea07";
}
.note-icon-arrow-circle-down:before {
  content: "\ea08";
}
.note-icon-arrow-circle-left:before {
  content: "\ea09";
}
.note-icon-arrow-circle-right:before {
  content: "\ea0a";
}
.note-icon-arrow-circle-up:before {
  content: "\ea0b";
}
.note-icon-arrows-alt:before {
  content: "\ea0c";
}
.note-icon-arrows-h:before {
  content: "\ea0d";
}
.note-icon-arrows-v:before {
  content: "\ea0e";
}
.note-icon-bold:before {
  content: "\ea0f";
}
.note-icon-caret:before {
  content: "\ea10";
}
.note-icon-chain-broken:before {
  content: "\ea11";
}
.note-icon-circle:before {
  content: "\ea12";
}
.note-icon-close:before {
  content: "\ea13";
}
.note-icon-code:before {
  content: "\ea14";
}
.note-icon-col-after:before {
  content: "\ea15";
}
.note-icon-col-before:before {
  content: "\ea16";
}
.note-icon-col-remove:before {
  content: "\ea17";
}
.note-icon-eraser:before {
  content: "\ea18";
}
.note-icon-float-left:before {
  content: "\ea19";
}
.note-icon-float-none:before {
  content: "\ea1a";
}
.note-icon-float-right:before {
  content: "\ea1b";
}
.note-icon-font:before {
  content: "\ea1c";
}
.note-icon-frame:before {
  content: "\ea1d";
}
.note-icon-italic:before {
  content: "\ea1e";
}
.note-icon-link:before {
  content: "\ea1f";
}
.note-icon-magic:before {
  content: "\ea20";
}
.note-icon-menu-check:before {
  content: "\ea21";
}
.note-icon-minus:before {
  content: "\ea22";
}
.note-icon-orderedlist:before {
  content: "\ea23";
}
.note-icon-pencil:before {
  content: "\ea24";
}
.note-icon-picture:before {
  content: "\ea25";
}
.note-icon-question:before {
  content: "\ea26";
}
.note-icon-redo:before {
  content: "\ea27";
}
.note-icon-rollback:before {
  content: "\ea28";
}
.note-icon-row-above:before {
  content: "\ea29";
}
.note-icon-row-below:before {
  content: "\ea2a";
}
.note-icon-row-remove:before {
  content: "\ea2b";
}
.note-icon-special-character:before {
  content: "\ea2c";
}
.note-icon-square:before {
  content: "\ea2d";
}
.note-icon-strikethrough:before {
  content: "\ea2e";
}
.note-icon-subscript:before {
  content: "\ea2f";
}
.note-icon-summernote:before {
  content: "\ea30";
}
.note-icon-superscript:before {
  content: "\ea31";
}
.note-icon-table:before {
  content: "\ea32";
}
.note-icon-text-height:before {
  content: "\ea33";
}
.note-icon-trash:before {
  content: "\ea34";
}
.note-icon-underline:before {
  content: "\ea35";
}
.note-icon-undo:before {
  content: "\ea36";
}
.note-icon-unorderedlist:before {
  content: "\ea37";
}
.note-icon-video:before {
  content: "\ea38";
}
.note-frame {
  border-radius: 4px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: sans-serif;
}
.note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  padding: 10px 5px;
}
.note-btn-group {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.note-btn-group > .note-btn-group {
  margin-right: 0;
}
.note-btn-group > .note-btn:first-child {
  margin-left: 0;
}
.note-btn-group .note-btn + .note-btn,
.note-btn-group .note-btn + .note-btn-group,
.note-btn-group .note-btn-group + .note-btn,
.note-btn-group .note-btn-group + .note-btn-group {
  margin-left: -1px;
}
.note-btn-group > .note-btn-group:not(:first-child) > .note-btn,
.note-btn-group > .note-btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-btn-group > .note-btn-group:not(:last-child) > .note-btn,
.note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-btn-group.open > .note-dropdown {
  display: block;
}
.note-btn {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dae0e5;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  outline: 0;
  padding: 5px 10px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.note-btn.focus,
.note-btn:focus,
.note-btn:hover {
  background-color: #ebebeb;
  border-color: #dae0e5;
  color: #333;
}
.note-btn.disabled.focus,
.note-btn.disabled:focus,
.note-btn[disabled].focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn.focus,
fieldset[disabled] .note-btn:focus {
  background-color: #fff;
  border-color: #dae0e5;
}
.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
  background-color: #ebebeb;
  border: 1px solid #dae0e5;
  border-radius: 1px;
  color: #333;
  outline: 0;
  text-decoration: none;
}
.note-btn.active,
.note-btn:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
  box-shadow: none;
  cursor: not-allowed;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-opacity: .65;
  -khtml-opacity: .65;
  -moz-opacity: .65;
  opacity: .65;
}
.note-btn > span.note-icon-caret:first-child {
  margin-left: -1px;
}
.note-btn > span.note-icon-caret:nth-child(2) {
  margin-right: -5px;
  padding-left: 3px;
}
.note-btn-primary {
  background: #fa6362;
  color: #fff;
}
.note-btn-primary.focus,
.note-btn-primary:focus,
.note-btn-primary:hover {
  background-color: #fa6362;
  border: 1px solid #dae0e5;
  border-radius: 1px;
  color: #fff;
  text-decoration: none;
}
.note-btn-block {
  display: block;
  width: 100%;
}
.note-btn-block + .note-btn-block {
  margin-top: 5px;
}
input[type=button].note-btn-block,
input[type=reset].note-btn-block,
input[type=submit].note-btn-block {
  width: 100%;
}
button.close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #000;
  float: right;
  font-size: 21px;
  line-height: 1;
  opacity: .2;
}
.close:hover {
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.note-dropdown {
  position: relative;
}
.note-color .dropdown-toggle {
  padding-left: 5px;
  width: 30px;
}
.note-dropdown-menu {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
  display: none;
  float: left;
  left: 0;
  min-width: 100px;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.note-dropdown-menu > :last-child {
  margin-right: 0;
}
.note-btn-group.open .note-dropdown-menu,
.note-dropdown-item {
  display: block;
}
.note-dropdown-item:hover {
  background-color: #ebebeb;
}
a.note-dropdown-item,
a.note-dropdown-item:hover {
  color: #000;
  margin: 5px 0;
  text-decoration: none;
}
.note-modal {
  bottom: 0;
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  left: 0;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.note-modal.open {
  display: block;
}
.note-modal-content {
  background: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  margin: 30px 20px;
  outline: 0;
  position: relative;
  width: auto;
}
.note-modal-header {
  border: 1px solid #ededef;
  padding: 10px 20px;
}
.note-modal-body {
  padding: 20px 30px;
  position: relative;
}
.note-modal-body kbd {
  background-color: #000;
  border-radius: 2px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  padding: 3px 5px;
}
.note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center;
}
.note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}
.note-modal-footer a:focus,
.note-modal-footer a:hover {
  color: #23527c;
  text-decoration: underline;
}
.note-modal-footer .note-btn {
  float: right;
}
.note-modal-title {
  color: #42515f;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
.note-modal-backdrop {
  background: #000;
  bottom: 0;
  display: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  left: 0;
  -webkit-opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.note-modal-backdrop.open {
  display: block;
}
@media (min-width:768px) {
  .note-modal-content {
    margin: 30px auto;
    width: 600px;
  }
}
@media (min-width:992px) {
  .note-modal-content-large {
    width: 900px;
  }
}
.note-modal .note-help-block {
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}
.note-modal .note-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.note-modal .note-nav-link {
  background-color: transparent;
  color: #007bff;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
  color: #0056b3;
  text-decoration: none;
}
.note-modal .note-nav-link.disabled {
  color: #868e96;
}
.note-modal .note-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.note-modal .note-nav-tabs .note-nav-item {
  margin-bottom: -1px;
}
.note-modal .note-nav-tabs .note-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}
.note-modal .note-nav-tabs .note-nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #868e96;
}
.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
  background-color: #fff;
  border-color: #ddd #ddd #fff;
  color: #495057;
}
.note-modal .note-tab-content {
  margin: 15px auto;
}
.note-modal .note-tab-content > .note-tab-pane,
.note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child {
  display: none;
}
.note-modal .note-tab-content > .note-tab-pane:target,
.note-modal .note-tab-content > :last-child {
  display: block;
}
.note-form-group {
  padding-bottom: 20px;
}
.note-form-group:last-child {
  padding-bottom: 0;
}
.note-form-label {
  color: #42515f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.note-input {
  background: #fff;
  border: 1px solid #ededef;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  outline: 0;
  padding: 6px 4px;
  width: 100%;
}
.note-input::-webkit-input-placeholder {
  color: #eee;
}
.note-input:-moz-placeholder,
.note-input::-moz-placeholder {
  color: #eee;
}
.note-input:-ms-input-placeholder {
  color: #eee;
}
.note-tooltip {
  display: block;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  font-size: 13px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .15s;
  z-index: 1070;
}
.note-tooltip.in {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
}
.note-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.note-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.note-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.note-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.note-tooltip.bottom .note-tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}
.note-tooltip.top .note-tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.note-tooltip.right .note-tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}
.note-tooltip.left .note-tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}
.note-tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.note-tooltip-content {
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}
.note-popover {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  display: none;
  font-family: sans-serif;
  font-size: 13px;
  position: absolute;
  z-index: 1060;
}
.note-popover.in {
  display: block;
}
.note-popover.top {
  margin-top: -10px;
  padding: 5px 0;
}
.note-popover.right {
  margin-left: 10px;
  padding: 0 5px;
}
.note-popover.bottom {
  margin-top: 10px;
  padding: 5px 0;
}
.note-popover.left {
  margin-left: -10px;
  padding: 0 5px;
}
.note-popover.bottom .note-popover-arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  border-top-width: 0;
  left: 20px;
  margin-left: -10px;
  top: -11px;
}
.note-popover.bottom .note-popover-arrow:after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}
.note-popover.top .note-popover-arrow {
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -11px;
  left: 20px;
  margin-left: -10px;
}
.note-popover.top .note-popover-arrow:after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
  content: " ";
  margin-left: -10px;
}
.note-popover.right .note-popover-arrow {
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  left: -11px;
  margin-top: -10px;
  top: 50%;
}
.note-popover.right .note-popover-arrow:after {
  border-left-width: 0;
  border-right-color: #fff;
  content: " ";
  left: 1px;
  margin-top: -10px;
}
.note-popover.left .note-popover-arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
  border-right-width: 0;
  margin-top: -10px;
  right: -11px;
  top: 50%;
}
.note-popover.left .note-popover-arrow:after {
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
  margin-top: -10px;
  right: 1px;
}
.note-popover-arrow {
  border: 11px solid transparent;
  height: 0;
  position: absolute;
  width: 0;
}
.note-popover-arrow:after {
  border: 10px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.note-popover-content {
  background-color: #fff;
  color: #000;
  min-height: 30px;
  min-width: 100px;
  padding: 3px 8px;
  text-align: center;
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  background-color: #fff;
  color: #87cefa;
  display: none;
  opacity: .95;
  position: absolute;
  z-index: 100;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: none;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}
.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, .196);
}
.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  overflow: auto;
  padding: 10px;
  word-wrap: break-word;
}
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: hsla(0, 0%, 50%, .114);
}
.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #222;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ccc;
  display: none;
  font-family:
    Menlo,
    Monaco,
    monospace,
    sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  outline: none;
  padding: 10px;
  resize: none;
  width: 100%;
}
.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1050;
}
.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
  border: 0;
  border-top: 1px solid #e2e2e2;
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  line-height: 1.42857143;
  margin-bottom: 0;
  width: 100%;
}
.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
  border-top: 0 solid transparent;
  height: 0;
}
.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  margin: -7px 0 0;
  padding: 7px 10px 2px;
}
.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
  background-color: #dff0d8 !important;
  color: #3c763d !important;
}
.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
  background-color: #d9edf7 !important;
  color: #31708f !important;
}
.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
  background-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}
.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
  background-color: #f2dede !important;
  color: #a94442 !important;
}
.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
  background-color: hsla(0, 0%, 50%, .114);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, .196);
}
.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
  cursor: ns-resize;
  height: 9px;
  padding-top: 1px;
  width: 100%;
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid rgba(0, 0, 0, .196);
  margin: 1px auto;
  width: 20px;
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-editor.note-airframe {
  border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}
.note-popover.popover {
  display: none;
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-toolbar {
  position: relative;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}
.note-editor .note-toolbar > .note-btn-group,
.note-popover .popover-content > .note-btn-group {
  margin-left: 0;
  margin-right: 5px;
  margin-top: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  cursor: pointer;
  height: 10em;
  position: absolute !important;
  width: 10em;
  z-index: 3;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
  height: 5em;
  position: relative !important;
  width: 5em;
  z-index: 1;
}
.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;
  height: 1em;
  position: absolute !important;
  width: 1em;
  z-index: 2;
}
.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}
.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}
.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
  padding-left: 5px;
  width: 20px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  border-bottom: 1px solid #eee;
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  border-radius: 5px;
  cursor: pointer;
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  width: 100%;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .note-dropdown-menu > div + div,
.note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}
.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}
.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
  left: auto;
  right: 0;
}
.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
  left: auto !important;
  right: 9px;
}
.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
  left: auto !important;
  right: 10px;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}
.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}
.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
  line-height: 1;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
  border: 0;
  border-radius: 0;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all .2s;
}
.note-modal .modal-dialog {
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}
.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.note-modal .note-modal-form {
  margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
  border: 4px dashed #d3d3d3;
  color: #d3d3d3;
  font-size: 30px;
  line-height: 4;
  margin-bottom: 10px;
  min-height: 100px;
  text-align: center;
}
.note-placeholder {
  color: gray;
  display: none;
  position: absolute;
}
.note-handle .note-control-selection {
  border: 1px solid #000;
  display: none;
  position: absolute;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  background-color: #000;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  height: 100%;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  width: 100%;
}
.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
  border: 1px solid #000;
  height: 7px;
  width: 7px;
}
.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
  border-bottom: none;
  border-right: none;
  left: -5px;
  top: -5px;
}
.note-handle .note-control-selection .note-control-ne {
  border-bottom: none;
  border-left: none;
  right: -5px;
  top: -5px;
}
.note-handle .note-control-selection .note-control-sw {
  border-right: none;
  border-top: none;
  bottom: -5px;
  left: -5px;
}
.note-handle .note-control-selection .note-control-se {
  bottom: -5px;
  cursor: se-resize;
  right: -5px;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  border-left: none;
  border-top: none;
  cursor: default;
}
.note-handle .note-control-selection .note-control-selection-info {
  background-color: #000;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  font-size: 12px;
  margin: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  padding: 5px;
  right: 0;
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  overflow: auto;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  background-color: #428bca;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.4;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
}
body .note-fullscreen-body,
html .note-fullscreen-body {
  overflow: hidden !important;
}
.note-editable ol li,
.note-editable ul li {
  list-style-position: inside;
}
.note-editor .note-editing-area .note-editable table {
  border-collapse: collapse;
  width: 100%;
}
.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
  border: 1px solid #ececec;
  padding: 5px 3px;
}
.note-editor .note-editing-area .note-editable a {
  background-color: inherit;
  color: #337ab7;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.note-editor .note-editing-area .note-editable a:focus,
.note-editor .note-editing-area .note-editable a:hover {
  color: #23527c;
  outline: 0;
  text-decoration: underline;
}
.note-editor .note-editing-area .note-editable figure {
  margin: 0;
}
.note-modal .note-modal-body label {
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px 5px;
}
.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}
@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}
.help-list-item label {
  display: inline-block;
  margin-bottom: 5px;
}

/* public/plugins/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;
}

/* public/plugins/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;
}

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

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles.css */
.css-equal-content,
.css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul,
.invoices-main-tabs .invoices-tabs ul,
.date-list ul,
.invoices-items-main-tabs ul,
.activity .activity-list,
.notifications .notification-list,
.sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schtmdl {
  display: grid;
  grid-template-columns: 140px auto;
}
.css-equal-content {
  color: red;
  float: left;
}
.invoice-template-tab.invoices-main-tabs .btn,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.sticky-sidebar,
.invoices-main-tabs .btn,
.dash-widget-header .dash-widget-icon,
.change-photo-btn,
.blog-catagories,
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoice-load-btn .btn,
.invoices-settings-btn .btn,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
.avatar-edit,
.sidebar .nav-link,
div#global-loader,
.user-img,
.chat-attachment-item,
.avatar .avatar-title {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer,
.invoice-one .totalamount-footer,
.invoice-one .invoice-table-footer,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .totalamount-footer,
.invoice-two .inv-content .invoice-table-footer,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.invoice-template-tab.invoices-main-tabs .btn,
.index-five .inv-content .totalamount-footer,
.index-five .company-info,
.index-five .invoiceten-header .invoice-header,
.index-four .inv-content .totalamount-footer,
.index-four .company-info,
.index-three .inv-content .totalamount-footer,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .company-info,
.index-three .invoice-header-top,
.index-two .inv-content .totalamount-footer,
.index-two .company-info,
.inv-content .bank-details,
.inv-content .invoice-table-footer,
.invoice-header,
.inv-details,
.train-ticket .inv-content .totalamount-footer,
.student-billing .inv-content .totalamount-footer,
.flight-booking .inv-content .totalamount-footer,
.domain-hosting .inv-content .totalamount-footer,
.car-booking .inv-content .totalamount-footer,
.bus-ticket .inv-content .totalamount-footer,
.setting,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .layout,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.invoices-main-tabs .btn,
.dash-widget-header .dash-widget-icon,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info,
.chat-search .input-group .input-group-prefix,
.change-photo-btn,
.blog-catagories,
.blog-views,
.post-author a,
.grid-blog .entry-meta,
.custom_radio,
.custom_radio_one,
.invoice-total-box .service-amount,
.payment-details,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoice-load-btn .btn,
.card-middle-avatar,
.invoices-settings-btn .btn,
.invoices-settings-btn,
.multipleSelection .selectbox,
.sortby .selectboxes,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
[data-layout=horizontal] body nav.greedy,
.avatar-edit,
.table tbody td a,
.sidebar .sub-menu a,
.sidebar .nav-link,
div#global-loader,
.user-img,
.user-menu .dropdown-menu .dropdown-item,
.chat-attachment-item,
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix,
.chat-window .chat-cont-left .chat-header,
.avatar .avatar-title {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header,
.invoice-three .invoice-wrapper .inv-content .invoice-header {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .invoice-header-top,
.invoice-header,
.inv-details,
.train-ticket .inv-content .flight-invoice-details .invoice-infomation,
.train-ticket .inv-content .flight-invoice-details .bus-booking-address,
.student-billing .inv-content .flight-invoice-details .invoice-infomation,
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div,
.money-exchange .inv-content .sendto-details,
.money-exchange .inv-content .exchange-details .exchange-info div,
.money-exchange .inv-content .exchange-details .exchange-info,
.hotel-booking .inv-content .service-details table tr td div,
.flight-booking .inv-content .flight-invoice-details .invoice-infomation,
.domain-hosting .inv-content .service-details table tr td div,
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .bus-booking-address,
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation,
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address,
.mail-provider,
.payment-toggle,
.chat-cont-left .chat-scroll .chat-block .media-body,
.edit-options,
.grid-blog .entry-meta,
.invoice-total-box .service-amount,
.payment-details,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
.sidebar .sub-menu a,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.packages .package-header .btn-action-icon,
.template-invoice-card .blog .blog-image a.preview-invoice,
.invoice-star,
.list-btn .btn-filters,
.price-table-main .plan-header .plan-widget-icon,
.price-table-main .plan-selected,
.table tbody td h2.table-avatar a.product-list-item-bg,
.ticket-information .support-details .btn-action-icon,
.table .dropdown-item,
.table tbody td a.btn-action-icon,
.sidebar .sidebar-header .logo,
.sidebar .sidebar-header .dark-logo,
.sidebar .sidebar-header,
.settings-icon span,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-address-four,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .invoice-address-details,
.inv-content .bank-details,
.inv-content .invoice-address {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul,
.invoices-main-tabs .invoices-tabs ul,
.date-list ul,
.invoices-items-main-tabs ul,
.activity .activity-list,
.notifications .notification-list,
.sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments .describe-btn span,
.comments .describe-btn .badge,
.ticket-history .card-inform .ticket-info .ticket-upload,
.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-btn.tax,
.from-to-date,
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer,
.invoice-four .invoice-wrapper .inv-content .invoice-address-four,
.invoice-one .invoice-table-footer,
.notifications .user-list-item,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .invoice-table-footer,
.invoice-two .inv-content .invoice-address-details,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.invoice-template-tab.invoices-main-tabs .btn,
.pay-online-list li,
.index-five .company-info,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-info,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .company-info,
.index-three .invoice-header-bottom,
.index-three .invoice-header-top,
.index-two .company-info,
.inv-content .bank-details,
.inv-content .invoice-table-footer,
.inv-content .invoice-address,
.invoice-header,
.inv-details,
.hotel-booking .inv-content .service-details table tr td div,
.domain-hosting .inv-content .service-details table tr td div,
.setting,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .layout,
.sidebar-layout .sidebar-content .sidebar-image,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.sticky-sidebar,
.invoices-main-tabs .btn,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body,
.chat-cont-left .chat-scroll .chat-block .media-body,
.chat-search .input-group .input-group-prefix,
.change-photo-btn,
.edit-options,
.blog-catagories,
.blog-views,
.post-author a,
.grid-blog .entry-meta,
.ticket-sidebar .dropdown-menu .dropdown-item,
.invoice-total-box .service-amount,
.payment-details,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoices-settings-btn .btn,
.invoices-settings-btn,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
[data-layout=horizontal] body nav.greedy,
.sidebar.sidebar-menu-five ul,
.sidebar-menu-five ul,
.table tbody td a,
.sidebar .nav-items .nav-link,
.sidebar .sub-menu a,
.sidebar .nav-link,
.sidebar .sidebar-menu ul li a,
.sidebar .sidebar-menu .menu-title,
div#global-loader,
.user-img,
.user-menu .dropdown-menu .dropdown-item,
.chat-attachment-item,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix,
.chat-window .chat-cont-left .chat-header,
.chat-window,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-booking-address.company-five-address,
.invoice-address-details.invoice-five-group,
.inovices-card .inovices-widget-header,
.multipleSelection .selectbox,
.multipleSelection .selectboxes,
.app-listing,
.error-page,
.toggle-sidebar .sidebar-header,
.form-group-add .booking-option,
.content-invoice-header,
.content-page-header,
.inovices-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.invoice-five .inv-content .bank-details,
.invoice-five .invoice-table-footer,
.invoice-five .inv-content .invoice-five-details,
.notifications .user-list-item .users-list-body .chats-delete i,
.notifications .user-list-item .users-list-body .chats-delete,
.notifications .user-list-item .users-list-body,
.preview-boxs,
.template-invoice-card .blog .invoice-content-title,
.select-status select,
.input-block.check-mark,
.ticket-sidebar .action-sets,
.billing-btn,
.bank-details .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.invoice-five .inv-content .bank-details .bank-qr-detail,
.invoice-five .inv-content .invoice-five-details .invoice-date,
.inovices-card .inovice-trending,
.invoices-settings-btn,
.list-btn .filter-list li ul li,
.list-btn .filter-list .short-filter,
.list-btn .filter-list,
.dash-widget-header,
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img,
.price-table-main .plan-description ul li,
.price-table-main .plan-header,
.profile-picture .upload-profile,
.profile-picture,
.inovices-widget-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.table .dropdown-item {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .invoice-header-top,
.invoice-header,
.inv-details,
.train-ticket .inv-content .flight-invoice-details .invoice-infomation,
.train-ticket .inv-content .flight-invoice-details .bus-booking-address,
.student-billing .inv-content .flight-invoice-details .invoice-infomation,
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div,
.money-exchange .inv-content .sendto-details,
.money-exchange .inv-content .exchange-details .exchange-info div,
.money-exchange .inv-content .exchange-details .exchange-info,
.hotel-booking .inv-content .service-details table tr td div,
.flight-booking .inv-content .flight-invoice-details .invoice-infomation,
.domain-hosting .inv-content .service-details table tr td div,
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .bus-booking-address,
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation,
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address,
.mail-provider,
.payment-toggle,
.chat-cont-left .chat-scroll .chat-block .media-body,
.edit-options,
.grid-blog .entry-meta,
.invoice-total-box .service-amount,
.payment-details,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
.sidebar .sub-menu a,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
#edit_package form .checkboxes,
#add_newpackage form .checkboxes,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body,
.sidebar .nav-items .nav-link {
  -ms-flex-direction: column;
  flex-direction: column;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: circular std;
  font-style: normal;
  font-weight: 400;
  src: url("./media/CircularStd-Book.html");
  src:
    url("./media/CircularStd-Bookd41d.html?#iefix") format("embedded-opentype"),
    url("./media/CircularStd-Book.woff") format("woff"),
    url("./media/CircularStd-Book-2.html#Circular Std") format("svg");
}
@font-face {
  font-family: circular std;
  font-style: normal;
  font-weight: 500;
  src: url("./media/CircularStd-Medium.html");
  src:
    url("./media/CircularStd-Mediumd41d.html?#iefix") format("embedded-opentype"),
    url("./media/CircularStd-Medium.woff") format("woff"),
    url("./media/CircularStd-Medium-2.html#Circular Std") format("svg");
}
@font-face {
  font-family: circular std;
  font-style: normal;
  font-weight: 700;
  src: url("./media/CircularStd-Bold.html");
  src:
    url("./media/CircularStd-Boldd41d.html?#iefix") format("embedded-opentype"),
    url("./media/CircularStd-Bold.woff") format("woff"),
    url("./media/CircularStd-Bold-2.html#Circular Std") format("svg");
}
h1 {
  font-weight: 500;
  font-size: 40px;
  font-family: inter, sans-serif;
  color: #28084b;
}
@media (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}
h2 {
  font-weight: 500;
  font-size: 30px;
  color: #28084b;
}
@media (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
}
h3 {
  font-weight: 500;
  font-size: 28px;
  color: #28084b;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-weight: 500;
  font-size: 24px;
  font-family: inter, sans-serif;
  color: #28084b;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #28084b;
}
@media (max-width: 992px) {
  h5 {
    font-size: 18px;
    margin: 0;
  }
}
h6 {
  font-weight: 500;
  font-size: 16px;
  color: #28084b;
}
@media (max-width: 1023px) {
  h6 {
    font-size: 16px;
  }
}
h1.card-title,
h2.card-title,
h3.card-title,
h4.card-title,
h5.card-title,
h6.card-title {
  color: #28084b;
}
.card-title {
  color: #8a8e9c;
}
.card-body {
  color: #8a8e9c;
}
body {
  font-family: inter, sans-serif;
  font-size: 14px;
  color: #878a99;
  line-height: 1.5;
  background-color: #f7f8f9;
}
.container {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  outline: none;
}
button:focus {
  box-shadow: none !important;
}
a {
  color: #7d00b2;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #6b36de;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}
p {
  font-size: 16px;
  font-weight: 400;
}
p:last-child {
  padding: 0;
}
strong {
  font-weight: 600;
}
.dropdown.main .btn-white:hover {
  background-color: #7d00b2;
  border-color: #7d00b2;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #7d00b2;
}
.css-equal-heights,
.css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul,
.invoices-main-tabs .invoices-tabs ul,
.date-list ul,
.invoices-items-main-tabs ul,
.activity .activity-list,
.notifications .notification-list,
.sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.css-equal-content {
  color: red;
  float: left;
}
.invoice-template-tab.invoices-main-tabs .btn,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.sticky-sidebar,
.invoices-main-tabs .btn,
.dash-widget-header .dash-widget-icon,
.change-photo-btn,
.blog-catagories,
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoice-load-btn .btn,
.invoices-settings-btn .btn,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
.avatar-edit,
.sidebar .nav-link,
div#global-loader,
.user-img,
.chat-attachment-item,
.avatar .avatar-title {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer,
.invoice-one .totalamount-footer,
.invoice-one .invoice-table-footer,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .totalamount-footer,
.invoice-two .inv-content .invoice-table-footer,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.invoice-template-tab.invoices-main-tabs .btn,
.index-five .inv-content .totalamount-footer,
.index-five .company-info,
.index-five .invoiceten-header .invoice-header,
.index-four .inv-content .totalamount-footer,
.index-four .company-info,
.index-three .inv-content .totalamount-footer,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .company-info,
.index-three .invoice-header-top,
.index-two .inv-content .totalamount-footer,
.index-two .company-info,
.inv-content .bank-details,
.inv-content .invoice-table-footer,
.invoice-header,
.inv-details,
.train-ticket .inv-content .totalamount-footer,
.student-billing .inv-content .totalamount-footer,
.flight-booking .inv-content .totalamount-footer,
.domain-hosting .inv-content .totalamount-footer,
.car-booking .inv-content .totalamount-footer,
.bus-ticket .inv-content .totalamount-footer,
.setting,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .layout,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.invoices-main-tabs .btn,
.dash-widget-header .dash-widget-icon,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info,
.chat-search .input-group .input-group-prefix,
.change-photo-btn,
.blog-catagories,
.blog-views,
.post-author a,
.grid-blog .entry-meta,
.custom_radio,
.custom_radio_one,
.invoice-total-box .service-amount,
.payment-details,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoice-load-btn .btn,
.card-middle-avatar,
.invoices-settings-btn .btn,
.invoices-settings-btn,
.multipleSelection .selectbox,
.sortby .selectboxes,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
[data-layout=horizontal] body nav.greedy,
.avatar-edit,
.table tbody td a,
.sidebar .sub-menu a,
.sidebar .nav-link,
div#global-loader,
.user-img,
.user-menu .dropdown-menu .dropdown-item,
.chat-attachment-item,
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix,
.chat-window .chat-cont-left .chat-header,
.avatar .avatar-title {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header,
.invoice-three .invoice-wrapper .inv-content .invoice-header {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .invoice-header-top,
.invoice-header,
.inv-details,
.train-ticket .inv-content .flight-invoice-details .invoice-infomation,
.train-ticket .inv-content .flight-invoice-details .bus-booking-address,
.student-billing .inv-content .flight-invoice-details .invoice-infomation,
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div,
.money-exchange .inv-content .sendto-details,
.money-exchange .inv-content .exchange-details .exchange-info div,
.money-exchange .inv-content .exchange-details .exchange-info,
.hotel-booking .inv-content .service-details table tr td div,
.flight-booking .inv-content .flight-invoice-details .invoice-infomation,
.domain-hosting .inv-content .service-details table tr td div,
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .bus-booking-address,
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation,
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address,
.mail-provider,
.payment-toggle,
.chat-cont-left .chat-scroll .chat-block .media-body,
.edit-options,
.grid-blog .entry-meta,
.invoice-total-box .service-amount,
.payment-details,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
.sidebar .sub-menu a,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.packages .package-header .btn-action-icon,
.template-invoice-card .blog .blog-image a.preview-invoice,
.invoice-star,
.list-btn .btn-filters,
.price-table-main .plan-header .plan-widget-icon,
.price-table-main .plan-selected,
.table tbody td h2.table-avatar a.product-list-item-bg,
.ticket-information .support-details .btn-action-icon,
.table .dropdown-item,
.table tbody td a.btn-action-icon,
.sidebar .sidebar-header .logo,
.sidebar .sidebar-header .dark-logo,
.sidebar .sidebar-header,
.settings-icon span,
.align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-address-four,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .invoice-address-details,
.inv-content .bank-details,
.inv-content .invoice-address {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul,
.invoices-main-tabs .invoices-tabs ul,
.date-list ul,
.invoices-items-main-tabs ul,
.activity .activity-list,
.notifications .notification-list,
.sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments .describe-btn span,
.comments .describe-btn .badge,
.ticket-history .card-inform .ticket-info .ticket-upload,
.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-btn.tax,
.from-to-date,
.invoice-four .invoice-wrapper .inv-content .bank-details,
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer,
.invoice-four .invoice-wrapper .inv-content .invoice-address-four,
.invoice-one .invoice-table-footer,
.notifications .user-list-item,
.invoice-two .inv-content .bank-details,
.invoice-two .inv-content .invoice-table-footer,
.invoice-two .inv-content .invoice-address-details,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.invoice-template-tab.invoices-main-tabs .btn,
.pay-online-list li,
.index-five .company-info,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-info,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .company-info,
.index-three .invoice-header-bottom,
.index-three .invoice-header-top,
.index-two .company-info,
.inv-content .bank-details,
.inv-content .invoice-table-footer,
.inv-content .invoice-address,
.invoice-header,
.inv-details,
.hotel-booking .inv-content .service-details table tr td div,
.domain-hosting .inv-content .service-details table tr td div,
.setting,
.sidebar-settings .sidebar-top .btn-closed,
.sidebar-layout .sidebar-content .layout,
.sidebar-layout .sidebar-content .sidebar-image,
.sidebar-layout .sidebar-content .sidebar-top .btn-closed,
.sticky-sidebar > li > a,
.sticky-sidebar,
.invoices-main-tabs .btn,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body,
.chat-cont-left .chat-scroll .chat-block .media-body,
.chat-search .input-group .input-group-prefix,
.change-photo-btn,
.edit-options,
.blog-catagories,
.blog-views,
.post-author a,
.grid-blog .entry-meta,
.ticket-sidebar .dropdown-menu .dropdown-item,
.invoice-total-box .service-amount,
.payment-details,
.invoices-page-header .invoices-breadcrumb-item i,
.invoices-page-header .invoices-breadcrumb-item a,
.invoices-settings-btn .btn,
.invoices-settings-btn,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link,
[data-layout=horizontal] body nav.greedy,
.sidebar.sidebar-menu-five ul,
.sidebar-menu-five ul,
.table tbody td a,
.sidebar .nav-items .nav-link,
.sidebar .sub-menu a,
.sidebar .nav-link,
.sidebar .sidebar-menu ul li a,
.sidebar .sidebar-menu .menu-title,
div#global-loader,
.user-img,
.user-menu .dropdown-menu .dropdown-item,
.chat-attachment-item,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix,
.chat-window .chat-cont-left .chat-header,
.chat-window,
.avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-booking-address.company-five-address,
.invoice-address-details.invoice-five-group,
.inovices-card .inovices-widget-header,
.multipleSelection .selectbox,
.multipleSelection .selectboxes,
.app-listing,
.error-page,
.toggle-sidebar .sidebar-header,
.form-group-add .booking-option,
.content-invoice-header,
.content-page-header,
.inovices-widget-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.invoice-five .inv-content .bank-details,
.invoice-five .invoice-table-footer,
.invoice-five .inv-content .invoice-five-details,
.notifications .user-list-item .users-list-body .chats-delete i,
.notifications .user-list-item .users-list-body .chats-delete,
.notifications .user-list-item .users-list-body,
.preview-boxs,
.template-invoice-card .blog .invoice-content-title,
.select-status select,
.input-block.check-mark,
.ticket-sidebar .action-sets,
.billing-btn,
.bank-details .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.invoice-five .inv-content .bank-details .bank-qr-detail,
.invoice-five .inv-content .invoice-five-details .invoice-date,
.inovices-card .inovice-trending,
.invoices-settings-btn,
.list-btn .filter-list li ul li,
.list-btn .filter-list .short-filter,
.list-btn .filter-list,
.dash-widget-header,
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img,
.price-table-main .plan-description ul li,
.price-table-main .plan-header,
.profile-picture .upload-profile,
.profile-picture,
.inovices-widget-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.table .dropdown-item {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address,
.invoice-two .invoice-header,
.invoice-two .inv-details,
.index-five .company-details .company-content,
.index-five .invoiceten-header .invoice-header,
.index-four .company-details .company-content,
.index-three .invoice-footer,
.index-three .inv-content .bank-details .account-info .account-details-infotop,
.index-three .inv-content .invoice-header .inv-header-right,
.index-three .invoice-header-top,
.invoice-header,
.inv-details,
.train-ticket .inv-content .flight-invoice-details .invoice-infomation,
.train-ticket .inv-content .flight-invoice-details .bus-booking-address,
.student-billing .inv-content .flight-invoice-details .invoice-infomation,
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div,
.money-exchange .inv-content .sendto-details,
.money-exchange .inv-content .exchange-details .exchange-info div,
.money-exchange .inv-content .exchange-details .exchange-info,
.hotel-booking .inv-content .service-details table tr td div,
.flight-booking .inv-content .flight-invoice-details .invoice-infomation,
.domain-hosting .inv-content .service-details table tr td div,
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .invoice-infomation,
.car-booking .inv-content .flight-invoice-details .bus-booking-address,
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation,
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address,
.mail-provider,
.payment-toggle,
.chat-cont-left .chat-scroll .chat-block .media-body,
.edit-options,
.grid-blog .entry-meta,
.invoice-total-box .service-amount,
.payment-details,
.multipleSelection .selectbox,
.sortby .selectboxes,
.app-listing,
.sidebar .sub-menu a,
.chat-window .chat-cont-right .chat-header,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body,
.chat-window .chat-cont-left .chat-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}
#edit_package form .checkboxes,
#add_newpackage form .checkboxes,
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info,
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body,
.sidebar .nav-items .nav-link {
  -ms-flex-direction: column;
  flex-direction: column;
}
.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}
.btn {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  margin: 0;
  z-index: 1;
  text-transform: initial;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 6px 14px;
}
.btn:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #7d00b2;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #7d00b2;
}
.btn-white-outline {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #3f4254;
}
.btn-white-outline:hover {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #3f4254;
}
.btn-primary {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #fff;
  color: #000;
  width: fit-content;
}
.btn-primary:hover,
.btn-primary.active {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #eeeeee;
  color: #000;
}
.btn-primary:disabled {
  color: #000;
  pointer-events: none;
  background-color: #eee !important;
  border-color: #eee !important;
}
.btn-gray {
  background-color: #e0e0e0;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 0 0 0 #fff;
  color: gray;
  padding: 8px 20px;
  border-radius: 4px;
}
.btn-gray:hover {
  background-color: #fff;
  border-color: #e0e0e0;
  color: gray;
}
.btn-primary.tax {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 4px;
  color: gray;
}
.btn-primary.tax:hover,
.btn-primary.tax.active {
  background-color: #7d00b2;
  border-color: #7d00b2;
  color: #fff;
}
.btn-upload {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 50px 0 0 #7d00b2;
}
.btn-upload:hover {
  background-color: #fff;
  border-color: #7d00b2;
  color: #7d00b2;
  box-shadow: inset 0 50px 0 0 #fff;
}
.btn-gray {
  background-color: #efefef;
  border: 1px solid #efefef;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-gray:hover {
  background-color: #fff;
  border-color: #efefef;
  color: #878787;
  box-shadow: inset 0 50px 0 0 #fff;
}
.btn-gray-outline {
  background-color: #fff;
  border: 1px solid #efefef;
  box-shadow: inset 0 0 0 0 #fff;
}
.btn-gray-outline:hover {
  background-color: #efefef;
  border-color: #fff;
  color: #878787;
  box-shadow: inset 0 50px 0 0 #fff;
}
.btn-outline-primary {
  color: #7d00b2;
  border-color: #7d00b2;
}
.btn-outline-primary:hover {
  background-color: #7d00b2;
  border-color: #7d00b2;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-greys {
  background: #efefef;
  color: #28084b;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}
.cancel {
  background-color: #eaddff;
  box-shadow: inset 0 0 0 0 #377dff;
  color: #7d00b2;
  border-radius: 6px;
}
.cancel:hover {
  background-color: #7d00b2;
  border: 1px solid #eaddff;
  color: #eaddff;
  box-shadow: inset 0 50px 0 0 #7d00b2;
}
.btn.btn-primary:active,
.btn.btn-outline-primary:active {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #eeeeee;
  color: #000;
}
.nav-pills.navtab-bg .nav-link.active {
  background: #7d00b2;
}
.nav-pills.flex-column .nav-link.active {
  background: #7d00b2;
}
.nav-tabs.nav-bordered .nav-link.active {
  border-bottom-color: #7d00b2;
}
.avatar {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  height: 34px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 34px;
  position: relative;
  white-space: nowrap;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.avatar.avatar-xs {
  width: 24px;
  height: 24px;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.avatar .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #2da7ff;
  color: #fff;
}
.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #28c76f;
}
.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f62d51;
}
.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f90;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar .avatar-xs .border {
  border-width: 2px !important;
}
.avatar .avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar .avatar-xs .avatar-title {
  font-size: 12px;
}
.avatar .avatar-xs.avatar-away::before,
.avatar .avatar-xs.avatar-offline::before,
.avatar .avatar-xs.avatar-online::before {
  border-width: 1px;
}
.avatar-sm {
  width: 27px;
  height: 27px;
  min-width: 27px;
}
.avatar-sm .border {
  border-width: 3px !important;
}
.avatar-sm .rounded {
  border-radius: 4px !important;
}
.avatar-sm .avatar-title {
  font-size: 15px;
}
.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
  border-width: 2px;
}
.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}
.avatar-lg .border {
  border-width: 3px !important;
}
.avatar-lg .rounded {
  border-radius: 8px !important;
}
.avatar-lg .avatar-title {
  font-size: 24px;
}
.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
  border-width: 3px;
}
.avatar-xl {
  width: 5rem;
  height: 5rem;
}
.avatar-xl .border {
  border-width: 4px !important;
}
.avatar-xl .rounded {
  border-radius: 8px !important;
}
.avatar-xl .avatar-title {
  font-size: 28px;
}
.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
  border-width: 4px;
}
.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
.avatar-xxl .border {
  border-width: 6px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .border {
    border-width: 4px !important;
  }
}
.avatar-xxl .rounded {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
}
.avatar-xxl .avatar-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
}
.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
  border-width: 4px;
}
@media (min-width: 768px) {
  .avatar-xxl.avatar-away::before,
  .avatar-xxl.avatar-offline::before,
  .avatar-xxl.avatar-online::before {
    border-width: 4px;
  }
}
.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.avatar-group .avatar:hover {
  z-index: 1;
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}
.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #fc8543;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #fc8543;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: 0 0;
}
.bor-b1 {
  border-bottom: 1px solid #e9ecef;
}
.progress-example .progress {
  margin-bottom: 1.5rem;
}
.progress-xs {
  height: 4px;
}
.progress-sm {
  height: 15px;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}
.alert-dismissible .btn-close {
  width: 20px;
  height: 20px;
  top: 3px;
  right: 3px;
  font-size: 8px;
}
.breadcrumb-line .breadcrumb-item:before {
  content: "-";
}
.breadcrumb-line .breadcrumb-item:first-child:before {
  content: "";
}
.breadcrumb-dot .breadcrumb-item:before {
  content: "\2022";
}
.breadcrumb-dot .breadcrumb-item:first-child:before {
  content: "";
}
.breadcrumb-separatorless .breadcrumb-item:before {
  content: "";
}
.breadcrumb {
  margin: 0;
}
.breadcrumb-colored {
  margin: 0 0 10px;
  padding: 12px 16px;
  border-radius: 4px;
}
.breadcrumb-colored li a {
  color: #fff;
}
.breadcrumb-colored .breadcrumb-item.active {
  color: #fff;
  opacity: 0.8;
}
.breadcrumb-colored .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.twitter-bs-wizard-pager-link {
  display: inline-block;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #eee;
  background-color: #fff;
}
.calendar-events i {
  margin-right: 8px;
}
.calendar {
  float: left;
  margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}
.none-border .modal-footer {
  border-top: none;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.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: #eee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  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: #f3f3f3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !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: #f3f3f3;
}
.fc-state-highlight {
  background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #7d00b2 !important;
  color: #fff !important;
  text-shadow: none !important;
}
.fc-cell-overlay {
  background: #f0f0f0;
}
.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;
  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;
}
.submit-section {
  text-align: center;
  margin-top: 40px;
}
.submit-btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
}
@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    right: 30px;
  }
}
@media (max-width: 320px) {
  .fc-left {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    left: 35px;
  }
}
.float-start .dropdown-action {
  margin-left: 2px;
  float: left;
}
@media (max-width: 768px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}
@media (max-width: 320px) {
  .float-start .dropdown-action {
    margin-bottom: 5px;
  }
}
.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;
}
.chat-window {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(190, 190, 190, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.chat-window .chat-cont-left {
  border-right: 1px solid #e5e5e5;
  flex: 0 0 39%;
  left: 0;
  max-width: 39%;
  position: relative;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .chat-window .chat-cont-left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.chat-window .chat-cont-left .chat-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #324148;
  height: 72px;
  padding: 0 15px;
}
.chat-window .chat-cont-left .chat-header span {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  text-transform: capitalize;
}
.chat-window .chat-cont-left .chat-header .chat-compose {
  color: #8a8a8a;
  display: inline-flex;
}
.chat-window .chat-cont-left .chat-search {
  background-color: #f7f8f9;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
  width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group {
  width: 100%;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control {
  background-color: #fff;
  border-radius: 50px !important;
  padding-left: 36px;
}
.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
  border-color: rgba(38, 17, 85, 0.05);
  box-shadow: none;
  z-index: 1;
}
.chat-window .chat-cont-left .chat-search .input-group .input-group-prefix {
  bottom: 0;
  color: #666;
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 4;
}
.chat-window .chat-cont-left .chat-users-list {
  background-color: #fff;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block:last-child {
  border-bottom: 0;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap {
  margin-right: 0;
  position: relative;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap .avatar {
  height: 45px;
  width: 45px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-img-wrap .status {
  bottom: 7px;
  height: 10px;
  right: 4px;
  position: absolute;
  width: 10px;
  border: 2px solid #fff;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body {
  width: 100%;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name {
  color: #333;
  text-transform: capitalize;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:last-child {
  text-align: right;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:last-child .last-chat-time {
  color: #8a8a8a;
  font-size: 13px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block:hover {
  background-color: #f7f8f9;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block.read-chat .media-body > div:last-child .last-chat-time {
  color: #8a8a8a;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block.active {
  background-color: #f7f8f9;
}
.chat-window .chat-scroll {
  max-height: calc(100vh - 255px);
  overflow-y: auto;
}
.chat-window .chat-cont-right {
  flex: 0 0 65%;
  max-width: 65%;
}
.chat-window .chat-cont-right .chat-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 72px;
  padding: 0 15px;
}
.chat-window .chat-cont-right .chat-header .back-user-list {
  display: none;
  margin-right: 5px;
  margin-left: -7px;
}
@media (max-width: 991.98px) {
  .chat-window .chat-cont-right .chat-header .back-user-list {
    display: block;
  }
}
.chat-window .chat-cont-right .chat-header .chat-block {
  align-items: center;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap .avatar {
  height: 50px;
  width: 50px;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-img-wrap .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 3px;
  width: 10px;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-header .chat-block .media-body .user-status {
  color: #666;
  font-size: 14px;
}
.chat-window .chat-cont-right .chat-header .chat-options {
  display: flex;
}
.chat-window .chat-cont-right .chat-header .chat-options > a {
  align-items: center;
  border-radius: 50%;
  color: #8a8a8a;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-left: 10px;
  width: 30px;
}
.chat-window .chat-cont-right .chat-header .chat-options span i {
  font-size: 20px;
}
.chat-window .chat-cont-right .chat-body {
  background-color: #f7f8f9;
}
.chat-window .chat-cont-right .chat-body ul.list-unstyled {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}
.chat-window .chat-cont-right .chat-body .chat-block .avatar {
  height: 30px;
  width: 30px;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body {
  margin-left: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div {
  padding: 0;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div p {
  color: #333;
  margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-window .chat-cont-right .chat-body .chat-block.received {
  margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box {
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div {
  background-color: #fff;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: -6px;
  position: absolute;
  right: auto;
  top: 8px;
  width: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box-typing {
  line-height: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block:last-child {
  margin-bottom: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent {
  margin-bottom: 20px;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box {
  padding-left: 50px;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div {
  background-color: #e3e3e3;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div p {
  color: #333;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-info {
  flex-direction: row-reverse;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-info li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div .chat-msg-attachments {
  flex-direction: row-reverse;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box > div:hover .chat-msg-actions {
  opacity: 1;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -11px;
  top: 8px;
  width: 0;
}
.chat-window .chat-cont-right .chat-body .chat-block.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #aaa;
}
.chat-window .chat-cont-right .chat-body .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-window .chat-cont-right .chat-body .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 100%;
}
.chat-window .chat-cont-right .chat-body .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: 28px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.chat-window .chat-cont-right .chat-footer {
  background-color: #fff;
  border-top: 1px solid #e0e3e4;
  padding: 10px 15px;
  position: relative;
}
.chat-window .chat-cont-right .chat-footer .input-group {
  width: 100%;
  align-items: center;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control {
  background-color: #f7f8f9;
  border: none;
  border-radius: 50px !important;
}
.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
  background-color: #f7f8f9;
  border: none;
  box-shadow: none;
}
.chat-window .chat-cont-right .chat-footer .input-group .input-group-addon .btn.msg-send-btn {
  background-color: #7d00b2;
  border-color: #7d00b2;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  padding: 8px 12px;
}
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
  .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-last-chat {
    max-width: 120px;
  }
}
.chat-body {
  margin: 0;
}
.chat-window .chat-cont-right .chat-footer .input-group .input-group-prefix .btn,
.chat-window .chat-cont-right .chat-footer .input-group .input-group-addon .btn {
  background-color: transparent;
  border: none;
  color: #9f9f9f;
}
.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #a0a0a0;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}
.chat-msg-info {
  align-items: center;
  display: flex;
  clear: both;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.chat-msg-info li {
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}
.chat-msg-info li:not(:last-child):after {
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  height: 4px;
  width: 4px;
  background: #d2dde9;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.chat-msg-info li a {
  color: #777;
}
.chat-msg-info li a:hover {
  color: #2c80ff;
}
.chat-seen i {
  color: #00d285;
  font-size: 16px;
}
.chat-msg-attachments {
  padding: 4px 0;
  display: flex;
  width: 100%;
  margin: 0 -1px;
}
.chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.chat-attachment img {
  max-width: 100%;
}
.chat-attachment:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  transition: all 0.4s;
}
.chat-attachment:hover:before {
  opacity: 0.6;
}
.chat-attachment:hover .chat-attach-caption {
  opacity: 0;
}
.chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-attach-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  opacity: 1;
  transition: all 0.4s;
}
.chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-attach-download:hover {
  color: #495463;
  background: #fff;
}
.chat-attachment-list {
  display: flex;
  margin: -5px;
}
.chat-attachment-list li {
  width: 33.33%;
  padding: 5px;
}
.chat-attachment-item {
  border: 5px solid rgba(230, 239, 251, 0.5);
  height: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 30px;
}
.chat-msg-actions {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.chat-msg-actions > a {
  padding: 0 10px;
  color: #495463;
  font-size: 24px;
}
.chat-msg-actions > a:hover {
  color: #2c80ff;
}
.btn-file {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  vertical-align: middle;
}
.btn-file input {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.action-icon.dropdown-toggle::after {
  border-top: 0;
  display: none;
}
a.action-icon {
  justify-content: flex-end;
}
.section-header {
  margin-bottom: 1.875rem;
}
.section-header .section-title {
  color: #333;
  font-weight: 600;
}
.section-header .line {
  background-color: #7d00b2;
  height: 2px;
  margin: 0;
  width: 60px;
}
.comp-section .card-header {
  border: 1px solid #f0f1f5;
  background-color: #fff;
  padding: 10px;
}
.comp-section .card-header .card-title {
  margin: 0;
}
.comp-section .tab-content {
  padding-top: 20px;
}
.comp-section .bullets {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
}
.comp-section .bullets li {
  margin-bottom: 5px;
}
.comp-section .bullets ul {
  padding-left: 20px;
}
.comp-section ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px;
}
.comp-section ol li {
  margin-bottom: 5px;
}
.comp-section ol ul {
  padding-left: 20px;
}
.comp-section .list-unstyled li {
  margin-bottom: 5px;
}
.comp-section .list-unstyled ul {
  padding-left: 20px;
}
.comp-section .nav-tabs > li > a {
  margin-right: 0;
  color: #888;
}
.comp-section .avatar-group .avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.comp-section .avatar-group .avatar + .avatar {
  margin-left: -1.35rem;
}
.comp-section .nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
.comp-section .nav-tabs.nav-tabs-solid.nav-tabs-rounded a {
  border-radius: 50px;
}
.comp-section .nav-tabs.nav-tabs-solid a {
  padding: 10px 30px;
}
.comp-section .nav-tabs.nav-tabs-solid a.active {
  background-color: #7d00b2;
  border-color: #7d00b2;
  color: #fff;
}
.comp-section .nav-tabs .nav-tabs-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.comp-section .nav-tabs .nav-tabs-bottom li {
  margin-bottom: -1px;
}
.comp-section .nav-tabs .nav-tabs-bottom li a.active {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #7d00b2;
  background-color: transparent;
  transition: none 0s ease 0s;
}
.comp-section .progress {
  margin-bottom: 1.5rem;
}
.comp-section .progress.progress-lg {
  height: 18px;
}
.comp-section .progress.progress-md {
  height: 8px;
}
.comp-section .progress.progress-sm {
  height: 6px;
}
.comp-section .progress.progress-xs {
  height: 4px;
}
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: 1em;
  content: "\f0d7";
  font-family: "font awesome 5 free";
  bottom: 8px;
  font-size: 10px;
  color: #878a99;
  opacity: 1;
  font-weight: 900;
}
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: 1em;
  content: "\f0d8";
  font-family: "font awesome 5 free";
  color: #d1bbff;
  bottom: 15px;
  font-weight: 900;
  font-size: 10px;
  opacity: 1;
}
div.dataTables_wrapper div.dataTables_length select {
  font-size: 14px;
}
.paging_numbers {
  float: right;
}
.pagination li.previous {
  margin-right: 0;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  white-space: nowrap;
  display: none;
  font-size: 15px;
}
.pagination .previous {
  margin: 0 !important;
}
.pagination .next {
  margin: 0 !important;
}
.pagination li {
  margin: 0 5px !important;
}
@media (max-width: 320px) {
  .pagination li {
    margin: 0 2px !important;
  }
}
.pagination li a {
  border-radius: 5px;
  color: #333;
}
.pagination li a:hover {
  background: #7d00b2;
  color: #fff;
}
.pagination li a:focus {
  outline: none;
  box-shadow: none;
}
.pagination li.active a.page-link {
  background: #7d00b2;
  border-color: #7d00b2;
  border-radius: 5px;
}
@media (max-width: 320px) {
  .pagination .page-link {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.dataTables_length {
  margin-top: 0 !important;
  width: 50%;
  float: left;
}
.dataTables_paginate {
  margin-top: 0 !important;
  width: 100%;
  float: left;
}
.pagination .paginate_button a {
  background: 0 0;
  border: 0;
  font-size: 14px;
}
.pagination .paginate_button.previous .page-link {
  margin-right: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
}
.pagination .paginate_button.previous .page-link:hover {
  background: #7d00b2;
}
.pagination .paginate_button.next .page-link {
  margin-left: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
}
.pagination .paginate_button.next .page-link:hover {
  background: #7d00b2;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
  display: inline-block;
  width: auto;
  padding-left: 30px;
  border: 1px solid #e5e5e5;
  color: #1b2559;
  height: 40px;
  border-radius: 8px;
}
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  position: relative;
}
div.dataTables_wrapper div.dataTables_filter label i {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 14px;
}
@media (max-width: 320px) {
  div.dataTables_wrapper div.dataTables_paginate {
    margin: 5px;
    white-space: nowrap;
    text-align: right;
    float: right;
  }
}
.pagination li {
  margin: 0;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.settings-icon {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 991.98px) {
  .settings-icon {
    display: none;
  }
}
.settings-icon span {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  background-color: #7d00b2;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.header {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  height: 60px;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 1199.98px) {
  .header {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
  }
}
.header .header-left {
  float: left;
  height: 60px;
  padding: 0 24px;
  position: relative;
  width: 274px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left {
    position: absolute;
    width: 100%;
    height: 60px;
  }
}
.header .header-left .logo,
.header .header-left .dark-logo {
  display: inline-block;
  line-height: 60px;
  display: flex;
}
.header .header-left .logo img,
.header .header-left .dark-logo img {
  max-height: 45px;
  width: auto;
}
.header .header-left .white-logo {
  display: none;
  line-height: 60px;
}
.header .header-left .logo.logo-small {
  display: none;
}
.header .header-left-two {
  float: left;
  height: 60px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 247px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left-two {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
  }
}
.header .header-left-two .logo-small {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .header-left-two {
    width: 200px;
  }
}
.header .header-left-four {
  float: left;
  height: 60px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 247px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header .header-left-four {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .header .header-left-four .logo {
    display: none !important;
  }
}
.header .header-left-four .logo-small {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .header .header-left-four {
    width: 160px;
  }
}
.header .header-left-five {
  height: 60px;
}
@media (max-width: 991.98px) {
  .header .header-left-five {
    position: fixed;
    left: 0;
    top: 0;
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .header-left-five .logo {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .header .header-left-five {
    width: 160px;
  }
}
.header .user-menu-four .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0;
}
@media (max-width: 991.98px) {
  .header .has-arrow .dropdown-toggle:after {
    display: none;
  }
}
.header-two {
  background: #fff;
  box-shadow: 0 14px 25px rgba(202, 202, 202, 0.12);
  left: 247px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  height: 60px;
  z-index: 999;
  transition: all 0.2s ease-in-out 0s;
}
@media (max-width: 991.98px) {
  .header-two {
    left: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .header-two {
    left: 200px;
  }
}
.header-three {
  left: 0;
}
.header-four {
  left: 0;
  height: 60px;
}
.header-five {
  left: 0;
  border-radius: 0;
  height: 60px;
}
.header-five #toggle_btn {
  height: 60px;
  margin: 0 10px 0 30px;
  padding: 0;
}
.header-five .top-nav-search form {
  width: 250px;
}
.toggle-bars {
  position: relative;
  display: block;
  top: -10px;
}
.toggle-bars .bar-icons {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  height: 2px;
}
.toggle-bars .bar-icons:nth-child(1) {
  width: 18px;
  top: 0;
}
.toggle-bars .bar-icons:nth-child(2) {
  width: 10px;
  top: 5px;
}
.toggle-bars .bar-icons:nth-child(3) {
  width: 18px;
  top: 10px;
}
.toggle-bars .bar-icons:nth-child(4) {
  width: 10px;
  top: 15px;
}
.top-nav-search {
  float: left;
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .top-nav-search {
    display: none;
  }
}
.top-nav-search form {
  margin-top: 9px;
  position: relative;
  width: 320px;
}
@media (max-width: 1199.98px) {
  .top-nav-search form {
    width: 250px;
  }
}
.top-nav-search form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #878a99;
  height: 40px;
  padding: 10px 15px 10px 30px;
  font-size: 14px;
}
.top-nav-search form .btn {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  min-height: 40px;
  padding: 7px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.top-nav-search form .btn:focus {
  border: 0;
}
.top-nav-search-two {
  margin-left: 15px;
}
.top-nav-search-five form {
  margin-top: 9px;
}
.mobile_btn {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .mobile_btn {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
  }
}
.mobile_btn-two {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .mobile_btn-two {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
  }
}
.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
  display: flex !important;
  padding-right: 20px;
  border: 0;
}
@media (max-width: 991.98px) {
  .user-menu {
    padding-right: 0;
  }
}
.user-menu.nav > li > a {
  color: #333;
  font-size: 14px;
  padding: 0;
  display: -webkit-flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu.nav > li > a {
  }
}
.user-menu.nav > li > a .badge {
  display: block;
  font-size: 10px;
  font-weight: 700;
  background-color: #7d00b2;
  min-height: 7px;
  min-width: 7px;
  color: #fff;
  position: absolute;
  right: 11px;
  top: 10px;
  padding: 2px;
}
.user-menu .user-img img {
  width: 32px;
  border-radius: 50%;
}
.user-menu .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-size: 14px;
}
.user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7d00b2;
}
.user-menu .dropdown-menu .dropdown-item img {
  margin-right: 8px;
  width: 20px;
}
.user-menu-four.nav > li > a {
  height: 60px;
}
.user-menu-five.nav > li > a {
  height: 60px;
}
.flag-nav img {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .flag-nav {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #toggle_btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .mini-sidebar.expand-menu .header-left {
    flex-direction: row;
    justify-content: space-between;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo-small {
    display: none;
    padding: 20px 0 0;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo {
    display: block;
  }
  .mini-sidebar.expand-menu .sidebar .sidebar-header .logo.logo-small {
    display: none;
    padding: 20px 0 0;
  }
  .mini-sidebar .header-two {
    left: 80px;
  }
  .mini-sidebar .header-five {
    left: 0;
  }
  .mini-sidebar .sidebar .sidebar-header .logo-small {
    display: block;
    padding: 0;
  }
  .mini-sidebar .sidebar .sidebar-header .logo {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-header .logo.logo-small {
    display: block;
    padding: 20px 0 0;
  }
  .mini-sidebar .header .header-left {
    width: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .mini-sidebar .header .header-left .logo {
    display: none;
  }
  .mini-sidebar .header .header-left .logo.logo-small {
    display: block;
    padding: 20px 0 0;
  }
  .mini-sidebar .menu-arrow {
    display: none !important;
  }
  .mini-sidebar .chat-user {
    display: none !important;
  }
  .mini-sidebar .badge {
    display: inline-block !important;
  }
  .mini-sidebar .user-menu .badge {
    display: flex !important;
  }
  .mini-sidebar.expand-menu .menu-arrow {
    display: block !important;
  }
  .mini-sidebar.expand-menu .chat-user {
    display: block !important;
  }
  .mini-sidebar.expand-menu .badge {
    display: inline-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.expand-menu .header-left {
    padding: 0 20px;
    display: flex;
  }
  .mini-sidebar .noti-dot:before {
    display: none;
  }
  .mini-sidebar .header .header-left .logo img {
    max-height: 30px;
    width: auto;
  }
  .mini-sidebar .header .header-left .dark-logo img {
    max-height: 35px;
    width: auto;
  }
  #toggle_btn {
    align-items: center;
    color: #333;
    display: inline-flex;
    float: left;
    font-size: 30px;
    width: 17px;
    height: 60px;
    margin: 0 10px 0 30px;
    padding: 0;
  }
}
.user-menu.nav li.nav-item {
  margin-right: 10px;
}
.user-menu.nav li.nav-item:last-child {
  margin-right: 0;
}
.user-menu.nav .flag-nav.has-arrow {
  padding-right: 5px;
}
.user-menu.nav .dropdown-heads > a {
  background-color: #f7f7fa;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  font-size: 20px;
}
.user-menu.nav .dropdown-heads > a:hover {
  background-color: #eee;
}
.user-menu.nav .dropdown-heads > a i {
  color: #3f4254;
}
.user-link .user-img {
  margin-right: 3px;
  position: relative;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-link .user-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: contain;
  border-radius: 0;
}
.animate-circle {
  -webkit-animation: heartbit 1s ease-out;
  animation: heartbit 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 5px solid #4c40ed;
  border-radius: 70px;
  position: absolute;
  left: -6px;
  top: -6px;
  width: 52px;
  height: 52px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .animate-circle {
    width: 52px;
    height: 52px;
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.user-content {
  padding-left: 8px;
}
.user-content .user-name {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.user-content .user-details {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
}
.user-menu-four .user-content {
  padding-left: 8px;
}
.user-menu-four .user-content .user-name {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.user-menu {
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu {
  }
}
.user-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.user-menu .feather {
  width: 18px;
  height: 18px;
}
.user-menu-four {
  height: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu-four {
    height: 60px;
  }
}
.user-menu-five {
  height: 60px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .user-menu-five {
    height: 60px;
  }
}
.user-img {
  margin-right: 8px;
  position: relative;
}
.nav-tabs .nav-link:focus {
  border-color: transparent;
  color: #333;
  border-radius: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #333;
  border-radius: 0;
}
@media (max-width: 992px) {
  .header .header-left .logo {
    top: 0;
    position: relative;
    line-height: initial;
  }
  .header .header-left .logo-small {
    top: -10px;
    position: relative;
    line-height: initial;
  }
}
.main-logo {
  height: 60px;
  width: 247px;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  padding: 0 24px;
}
.main-logo .logo-small {
  display: none;
}
[data-layout=horizontal] .main-logo {
  background: 0 0;
  box-shadow: none;
}
.mini-sidebar .main-logo {
  width: 80px;
}
.mini-sidebar .main-logo .logo-blue {
  display: none;
}
.mini-sidebar .main-logo .logo-small {
  display: block;
}
.mini-sidebar.expand-menu .main-logo {
  width: 247px;
}
.mini-sidebar.expand-menu .main-logo .logo-blue {
  display: block;
}
.mini-sidebar.expand-menu .main-logo .logo-small {
  display: none;
}
.device-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: inherit;
}
.sidebar-horizantal .submenu ul {
  display: none;
}
.sidebar .sidebar-menu ul.sidebar-vertical li a:hover {
  background: #ffffff2b;
  color: white;
}
.sidebar .sidebar-menu ul.sidebar-vertical .menu-title {
  margin-bottom: 3px;
  padding-top: 20px;
}
.sidebar .sidebar-menu ul.sidebar-vertical .menu-title:first-child {
  padding-top: 5px;
}
.sidebar .sidebar-menu ul.sidebar-vertical {
  padding: 0;
}
.sidebar .sidebar-menu ul.sidebar-vertical > li {
  margin-bottom: 3px;
}
.sidebar .sidebar-menu ul li a.subdrop,
.sidebar .sidebar-menu ul li.submenu > a:hover {
  background: #ffffff2b;
}
.two-col-bar .sidebar .sidebar-left .nav-link {
  padding: 22px 15px;
}
.sidebar.sidebar-three .tab .tablinks {
  position: relative;
}
.sidebar.sidebar-three .tab .tablinks.active:after {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background: #7638ff;
  transition: all 0.5s;
}
.sidebar .sidebar-menu .sidebar-horizantal ul li a span {
  padding: 0 5px;
}
.sidebar .sidebar-menu .sidebar-horizantal ul li a.active::after {
  display: none;
}
@media (max-width: 479px) {
  .device-logo {
    transform: none;
    position: static;
    margin-left: 50px;
  }
}
div#global-loader {
  background: #fff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
}
div#global-loader .whirly-loader:not(:required) {
  animation: whirly-loader 1.25s linear infinite;
  background: 0 0;
  box-shadow:
    0 26px 0 6px #7d00b2,
    0.90971px 26.05079px 0 5.93333px #7d00b2,
    1.82297px 26.06967px 0 5.86667px #7d00b2,
    2.73865px 26.05647px 0 5.8px #7d00b2,
    3.65561px 26.01104px 0 5.73333px #7d00b2,
    4.57274px 25.93327px 0 5.66667px #7d00b2,
    5.48887px 25.8231px 0 5.6px #7d00b2,
    6.40287px 25.68049px 0 5.53333px #7d00b2,
    7.31358px 25.50548px 0 5.46667px #7d00b2,
    8.21985px 25.2981px 0 5.4px #7d00b2,
    9.12054px 25.05847px 0 5.33333px #7d00b2,
    10.01448px 24.78672px 0 5.26667px #7d00b2,
    10.90054px 24.48302px 0 5.2px #7d00b2,
    11.77757px 24.1476px 0 5.13333px #7d00b2,
    12.64443px 23.78072px 0 5.06667px #7d00b2,
    13.5px 23.38269px 0 5px #7d00b2,
    14.34315px 22.95384px 0 4.93333px #7d00b2,
    15.17277px 22.49455px 0 4.86667px #7d00b2,
    15.98776px 22.00526px 0 4.8px #7d00b2,
    16.78704px 21.48643px 0 4.73333px #7d00b2,
    17.56953px 20.93855px 0 4.66667px #7d00b2,
    18.33418px 20.36217px 0 4.6px #7d00b2,
    19.07995px 19.75787px 0 4.53333px #7d00b2,
    19.80582px 19.12626px 0 4.46667px #7d00b2,
    20.5108px 18.468px 0 4.4px #7d00b2,
    21.1939px 17.78379px 0 4.33333px #7d00b2,
    21.85416px 17.07434px 0 4.26667px #7d00b2,
    22.49067px 16.34043px 0 4.2px #7d00b2,
    23.10251px 15.58284px 0 4.13333px #7d00b2,
    23.68881px 14.80241px 0 4.06667px #7d00b2,
    24.24871px 14px 0 4px #7d00b2,
    24.7814px 13.1765px 0 3.93333px #7d00b2,
    25.28607px 12.33284px 0 3.86667px #7d00b2,
    25.76198px 11.46997px 0 3.8px #7d00b2,
    26.2084px 10.58888px 0 3.73333px #7d00b2,
    26.62462px 9.69057px 0 3.66667px #7d00b2,
    27.01001px 8.77608px 0 3.6px #7d00b2,
    27.36392px 7.84648px 0 3.53333px #7d00b2,
    27.68577px 6.90284px 0 3.46667px #7d00b2,
    27.97502px 5.94627px 0 3.4px #7d00b2,
    28.23116px 4.97791px 0 3.33333px #7d00b2,
    28.4537px 3.99891px 0 3.26667px #7d00b2,
    28.64223px 3.01042px 0 3.2px #7d00b2,
    28.79635px 2.01364px 0 3.13333px #7d00b2,
    28.91571px 1.00976px 0 3.06667px #7d00b2,
    29px 0 0 3px #7d00b2,
    29.04896px -1.01441px 0 2.93333px #7d00b2,
    29.06237px -2.03224px 0 2.86667px #7d00b2,
    29.04004px -3.05223px 0 2.8px #7d00b2,
    28.98185px -4.07313px 0 2.73333px #7d00b2,
    28.88769px -5.09368px 0 2.66667px #7d00b2,
    28.75754px -6.1126px 0 2.6px #7d00b2,
    28.59138px -7.12863px 0 2.53333px #7d00b2,
    28.38926px -8.14049px 0 2.46667px #7d00b2,
    28.15127px -9.1469px 0 2.4px #7d00b2,
    27.87755px -10.1466px 0 2.33333px #7d00b2,
    27.56827px -11.1383px 0 2.26667px #7d00b2,
    27.22365px -12.12075px 0 2.2px #7d00b2,
    26.84398px -13.09268px 0 2.13333px #7d00b2,
    26.42956px -14.05285px 0 2.06667px #7d00b2,
    25.98076px -15px 0 2px #7d00b2,
    25.49798px -15.93291px 0 1.93333px #7d00b2,
    24.98167px -16.85035px 0 1.86667px #7d00b2,
    24.43231px -17.75111px 0 1.8px #7d00b2,
    23.85046px -18.63402px 0 1.73333px #7d00b2,
    23.23668px -19.49789px 0 1.66667px #7d00b2,
    22.5916px -20.34157px 0 1.6px #7d00b2,
    21.91589px -21.16393px 0 1.53333px #7d00b2,
    21.21024px -21.96384px 0 1.46667px #7d00b2,
    20.4754px -22.74023px 0 1.4px #7d00b2,
    19.71215px -23.49203px 0 1.33333px #7d00b2,
    18.92133px -24.2182px 0 1.26667px #7d00b2,
    18.10379px -24.91772px 0 1.2px #7d00b2,
    17.26042px -25.58963px 0 1.13333px #7d00b2,
    16.39217px -26.23295px 0 1.06667px #7d00b2,
    15.5px -26.84679px 0 1px #7d00b2,
    14.58492px -27.43024px 0 0.93333px #7d00b2,
    13.64796px -27.98245px 0 0.86667px #7d00b2,
    12.69018px -28.50262px 0 0.8px #7d00b2,
    11.7127px -28.98995px 0 0.73333px #7d00b2,
    10.71663px -29.4437px 0 0.66667px #7d00b2,
    9.70313px -29.86317px 0 0.6px #7d00b2,
    8.67339px -30.2477px 0 0.53333px #7d00b2,
    7.6286px -30.59666px 0 0.46667px #7d00b2,
    6.57001px -30.90946px 0 0.4px #7d00b2,
    5.49886px -31.18558px 0 0.33333px #7d00b2,
    4.41643px -31.42451px 0 0.26667px #7d00b2,
    3.32401px -31.6258px 0 0.2px #7d00b2,
    2.22291px -31.78904px 0 0.13333px #7d00b2,
    1.11446px -31.91388px 0 0.06667px #7d00b2,
    0 -32px 0 0 #7d00b2,
    -1.11911px -32.04713px 0 -0.06667px #7d00b2,
    -2.24151px -32.05506px 0 -0.13333px #7d00b2,
    -3.36582px -32.02361px 0 -0.2px #7d00b2,
    -4.49065px -31.95265px 0 -0.26667px #7d00b2,
    -5.61462px -31.84212px 0 -0.33333px #7d00b2,
    -6.73634px -31.69198px 0 -0.4px #7d00b2,
    -7.8544px -31.50227px 0 -0.46667px #7d00b2,
    -8.9674px -31.27305px 0 -0.53333px #7d00b2,
    -10.07395px -31.00444px 0 -0.6px #7d00b2,
    -11.17266px -30.69663px 0 -0.66667px #7d00b2,
    -12.26212px -30.34982px 0 -0.73333px #7d00b2,
    -13.34096px -29.96429px 0 -0.8px #7d00b2,
    -14.4078px -29.54036px 0 -0.86667px #7d00b2,
    -15.46126px -29.07841px 0 -0.93333px #7d00b2,
    -16.5px -28.57884px 0 -1px #7d00b2,
    -17.52266px -28.04212px 0 -1.06667px #7d00b2,
    -18.52792px -27.46878px 0 -1.13333px #7d00b2,
    -19.51447px -26.85936px 0 -1.2px #7d00b2,
    -20.48101px -26.21449px 0 -1.26667px #7d00b2,
    -21.42625px -25.53481px 0 -1.33333px #7d00b2,
    -22.34896px -24.82104px 0 -1.4px #7d00b2,
    -23.2479px -24.07391px 0 -1.46667px #7d00b2,
    -24.12186px -23.29421px 0 -1.53333px #7d00b2,
    -24.96967px -22.48279px 0 -1.6px #7d00b2,
    -25.79016px -21.64052px 0 -1.66667px #7d00b2,
    -26.58223px -20.76831px 0 -1.73333px #7d00b2,
    -27.34477px -19.86714px 0 -1.8px #7d00b2,
    -28.07674px -18.938px 0 -1.86667px #7d00b2,
    -28.7771px -17.98193px 0 -1.93333px #7d00b2,
    -29.44486px -17px 0 -2px #7d00b2,
    -30.07908px -15.99333px 0 -2.06667px #7d00b2,
    -30.67884px -14.96307px 0 -2.13333px #7d00b2,
    -31.24325px -13.91039px 0 -2.2px #7d00b2,
    -31.7715px -12.83652px 0 -2.26667px #7d00b2,
    -32.26278px -11.74269px 0 -2.33333px #7d00b2,
    -32.71634px -10.63018px 0 -2.4px #7d00b2,
    -33.13149px -9.5003px 0 -2.46667px #7d00b2,
    -33.50755px -8.35437px 0 -2.53333px #7d00b2,
    -33.84391px -7.19374px 0 -2.6px #7d00b2,
    -34.14px -6.0198px 0 -2.66667px #7d00b2,
    -34.39531px -4.83395px 0 -2.73333px #7d00b2,
    -34.60936px -3.63759px 0 -2.8px #7d00b2,
    -34.78173px -2.43218px 0 -2.86667px #7d00b2,
    -34.91205px -1.21916px 0 -2.93333px #7d00b2,
    -35px 0 0 -3px #7d00b2,
    -35.04531px 1.22381px 0 -3.06667px #7d00b2,
    -35.04775px 2.45078px 0 -3.13333px #7d00b2,
    -35.00717px 3.6794px 0 -3.2px #7d00b2,
    -34.92345px 4.90817px 0 -3.26667px #7d00b2,
    -34.79654px 6.13557px 0 -3.33333px #7d00b2,
    -34.62643px 7.36007px 0 -3.4px #7d00b2,
    -34.41316px 8.58016px 0 -3.46667px #7d00b2,
    -34.15683px 9.79431px 0 -3.53333px #7d00b2,
    -33.85761px 11.001px 0 -3.6px #7d00b2,
    -33.5157px 12.19872px 0 -3.66667px #7d00b2,
    -33.13137px 13.38594px 0 -3.73333px #7d00b2,
    -32.70493px 14.56117px 0 -3.8px #7d00b2,
    -32.23675px 15.72291px 0 -3.86667px #7d00b2,
    -31.72725px 16.86968px 0 -3.93333px #7d00b2,
    -31.17691px 18px 0 -4px #7d00b2,
    -30.58627px 19.11242px 0 -4.06667px #7d00b2,
    -29.95589px 20.2055px 0 -4.13333px #7d00b2,
    -29.28642px 21.27783px 0 -4.2px #7d00b2,
    -28.57852px 22.32799px 0 -4.26667px #7d00b2,
    -27.83295px 23.35462px 0 -4.33333px #7d00b2,
    -27.05047px 24.35635px 0 -4.4px #7d00b2,
    -26.23192px 25.33188px 0 -4.46667px #7d00b2,
    -25.37819px 26.27988px 0 -4.53333px #7d00b2,
    -24.49018px 27.1991px 0 -4.6px #7d00b2,
    -23.56888px 28.0883px 0 -4.66667px #7d00b2,
    -22.6153px 28.94626px 0 -4.73333px #7d00b2,
    -21.6305px 29.77183px 0 -4.8px #7d00b2,
    -20.61558px 30.56385px 0 -4.86667px #7d00b2,
    -19.57168px 31.32124px 0 -4.93333px #7d00b2,
    -18.5px 32.04294px 0 -5px #7d00b2,
    -17.40175px 32.72792px 0 -5.06667px #7d00b2,
    -16.27818px 33.37522px 0 -5.13333px #7d00b2,
    -15.1306px 33.98389px 0 -5.2px #7d00b2,
    -13.96034px 34.55305px 0 -5.26667px #7d00b2,
    -12.76875px 35.08186px 0 -5.33333px #7d00b2,
    -11.55724px 35.56951px 0 -5.4px #7d00b2,
    -10.32721px 36.01527px 0 -5.46667px #7d00b2,
    -9.08014px 36.41843px 0 -5.53333px #7d00b2,
    -7.81748px 36.77835px 0 -5.6px #7d00b2,
    -6.54075px 37.09443px 0 -5.66667px #7d00b2,
    -5.25147px 37.36612px 0 -5.73333px #7d00b2,
    -3.95118px 37.59293px 0 -5.8px #7d00b2,
    -2.64145px 37.77443px 0 -5.86667px #7d00b2,
    -1.32385px 37.91023px 0 -5.93333px #7d00b2;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 8px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  border-radius: 100%;
}
@keyframes loader {
  to {
    left: -100vw;
  }
}
@-webkit-keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.select2-container {
  min-width: 100% !important;
  width: auto !important;
  z-index: 99;
  padding: 0 !important;
}
.select2-container .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(145, 158, 171, 0.32);
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3f4254;
  line-height: 41px;
  border-radius: 5px;
  padding-right: 30px;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #878a99;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 3px;
  height: 0;
  margin-left: -10px;
  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: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #7d00b2;
  color: #fff;
}
.select2-container--focus .select2-selection--single {
  background: #fff !important;
  border-color: #7d00b2;
}
span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #7d00b2;
}
.sidebar {
  background-color: #7d00b2;
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 247px;
  z-index: 995;
}
@media (max-width: 1199.98px) {
  .sidebar {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .sidebar {
    top: 60px;
    margin-left: -575px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
    background: #7d00b2;
  }
}
@media (max-width: 575.98px) {
  .sidebar {
    width: 225px;
  }
}
.sidebar .nav-tabs {
  border: 0;
}
.sidebar .sidebar-header {
  height: 60px;
  float: left;
  width: 100%;
  padding: 0 24px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.sidebar .sidebar-header .logo,
.sidebar .sidebar-header .dark-logo {
  line-height: 60px;
}
.sidebar .sidebar-header .logo img,
.sidebar .sidebar-header .dark-logo img {
  max-height: 45px;
  width: auto;
}
.sidebar .sidebar-header .main-logo.hide-logo {
  display: none;
}
.sidebar .sidebar-header .white-logo {
  display: none;
  line-height: 60px;
}
.sidebar .sidebar-header .white-logo.show-logo {
  display: block;
}
.sidebar .sidebar-header .logo-small {
  display: none;
}
@media (max-width: 768px) {
  .sidebar .sidebar-header {
    display: none;
  }
}
.sidebar .sidebar-menu .menu-title {
  color: #bdbdbd;
  font-size: 12px;
  opacity: 1;
  padding: 5px 25px;
  white-space: nowrap;
  margin-bottom: 0;
}
.sidebar .sidebar-menu ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.sidebar .sidebar-menu ul + ul {
  padding-top: 0;
}
.sidebar .sidebar-menu ul li {
  margin: 0;
  position: relative;
}
.sidebar .sidebar-menu ul li ul {
  padding: 0;
}
.sidebar .sidebar-menu ul li ul li .menu-title {
  padding: 0 0 0 50px;
  background: #fff;
}
.sidebar .sidebar-menu ul li ul li a:before {
  height: 0 !important;
}
.sidebar .sidebar-menu ul li.active a {
  color: #7d00b2;
  position: relative;
}
.sidebar .sidebar-menu ul li.active a::before {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #7d00b2;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0 10px 10px 0;
}
.sidebar .sidebar-menu ul li.active a::after {
  width: 8px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #7638ff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 10px 10px 0;
}
.sidebar .sidebar-menu ul li.active a svg {
  width: 18px;
}
.sidebar .sidebar-menu ul li.active a .feather {
  width: 18px;
  height: 18px;
}
.sidebar .sidebar-menu ul li.active a span {
  color: #7d00b2;
}
.sidebar .sidebar-menu ul li a {
  padding: 12px 25px;
  position: relative;
  color: #fff;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .sidebar .sidebar-menu ul li a {
    padding: 8px 12px;
  }
}
.sidebar .sidebar-menu ul li a .badge {
  background: #7d00b2;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar .sidebar-menu ul li a i {
  line-height: 18px;
}
.sidebar .sidebar-menu ul li a svg {
  width: 18px;
}
.sidebar .sidebar-menu ul li a img {
  width: 18px;
  color: #9e9e9e;
}
.sidebar .sidebar-menu ul li a:hover {
  background-color: rgba(38, 17, 85, 0.05);
  color: #ffffff;
}
.sidebar .sidebar-menu ul li a:hover img {
  filter: brightness(0) invert(1);
}
.sidebar .sidebar-menu ul li a:hover span {
  color: #ffffff;
}
.sidebar .sidebar-menu ul li a:hover svg {
  color: #7d00b2;
}
.sidebar .sidebar-menu ul li a:hover i {
  color: #7d00b2;
}
.sidebar .sidebar-menu ul li a:hover .badge {
  color: #fff;
}
.sidebar .sidebar-menu ul li a.active {
  color: #fff;
  border-radius: 0;
  background: #ffffff2b;
}
.sidebar .sidebar-menu ul li a.active svg {
  color: #7d00b2;
}
.sidebar .sidebar-menu ul li a.active img {
  filter: brightness(0) invert(1);
}
.sidebar .sidebar-menu ul li a.active span {
  color: #fff;
}
.sidebar .sidebar-menu ul li a span {
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: white;
}
.sidebar .sidebar-menu ul li a .menu-arrow {
  display: inline-block;
  font-family: "font awesome 5 free";
  text-rendering: auto;
  font-size: 14px;
  position: absolute;
  right: 10px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .sidebar-menu ul li a .menu-arrow::before {
  content: "\f105";
  font-weight: 600;
  font-family: "font awesome 5 free";
}
.sidebar .sidebar-menu ul li a.subdrop {
  background: 0 0;
}
.sidebar .sidebar-menu ul li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.sidebar .sidebar-menu ul li.submenu ul {
  width: 100%;
  padding: 0;
  display: none;
}
.sidebar .sidebar-menu ul li.submenu ul.level2 li a {
  padding-left: 60px;
}
.sidebar .sidebar-menu ul li.submenu ul.level3 li a {
  padding-left: 80px;
}
.sidebar .sidebar-menu ul li.submenu ul li a {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  position: relative;
  display: block;
  padding: 8px 8px 8px 50px;
}
.sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #fff;
  font-weight: 400;
}
.sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #7d00b2;
  border: 1px solid #7d00b2;
  display: none;
}
.sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #ffffff;
}
.sidebar .sidebar-menu ul li.submenu ul li a:hover:after {
  background: #7d00b2;
  border: 1px solid #7d00b2;
}
.sidebar .nav-link {
  padding: 10px;
  color: #28084b;
  position: relative;
}
.sidebar .nav-link.active {
  color: #7d00b2;
  background: 0 0;
  position: relative;
}
.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #7d00b2 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}
.sidebar .sidebar-left {
  width: 100px;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.05);
}
.sidebar .sidebar-right {
  width: 250px;
  height: 100%;
  -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 .sidebar-right {
    width: calc(100% - 70px);
  }
}
.sidebar .sidebar-right .slimScrollDiv {
  width: 250px !important;
  overflow: visible !important;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right .slimScrollDiv {
    width: 100% !important;
  }
}
.sidebar .sidebar-right .tab-content {
  padding: 20px 20px 40px;
}
@media (max-width: 991.98px) {
  .sidebar .sidebar-right .tab-content {
    padding: 10px;
  }
}
.sidebar .sidebar-right p {
  font-size: 10px;
  color: #f2ecff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar .sidebar-right ul li.active a {
  background:
    linear-gradient(
      46.62deg,
      #7d00b2 0%,
      #3e45eb 93.64%);
  color: #fff;
}
.sidebar .sidebar-right ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #28084b;
}
.sidebar .sidebar-right ul li a.active {
  color: #7d00b2;
}
.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: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  top: 0;
  position: relative;
  font-weight: 700;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}
.sidebar li a.subdrop .menu-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.sidebar .nav-items .nav-link {
  border-radius: 0;
  border-bottom: 1px solid #d8d8d8;
  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 #3e45eb 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,
      #7d00b2 0%,
      #3e45eb 93.64%);
  color: #fff;
}
.sidebar .sidemenu a:hover svg {
  color: #fff;
}
.sidebar .sidemenu a svg {
  stroke-width: 1px;
}
@media (min-width: 991.98px) {
  .mini-sidebar .page-wrapper {
    margin-left: 80px;
  }
  .mini-sidebar .header-left #toggle_btn {
    opacity: 0;
  }
  .mini-sidebar .header-left #toggle_btn:after {
    border: 0;
  }
  .mini-sidebar.expand-menu .header-left #toggle_btn {
    opacity: 1;
  }
  .mini-sidebar .header-left-two #toggle_btn {
    opacity: 0 !important;
  }
  .mini-sidebar .sidebar-right {
    display: none;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li a {
    padding: 10px;
  }
  .mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none;
  }
  .mini-sidebar .sidebar {
    width: 80px;
  }
  .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: 240px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a {
    padding: 8px 25px;
  }
  .expand-menu .sidebar .sidebar-menu ul > li > a span {
    display: block;
  }
  .expand-menu .header-left {
    width: 240px;
  }
}
.sidebarrightmenu .sidebar-right {
  display: block;
}
.slide-nav .sidebar {
  margin-left: 0;
}
.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0;
}
.sidebar-overlay.opened {
  display: block;
}
#toggle_btn i {
  font-size: 22px;
}
.mini-sidebar .active.subdrop ~ ul {
  display: none !important;
}
.mini-sidebar .sidebar .sidebar-menu .menu-title {
  display: none;
}
.mini-sidebar.expand-menu .active.subdrop ~ ul {
  display: block !important;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu .menu-title {
  display: block;
}
.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}
.active.subdrop ~ ul {
  display: block !important;
}
.sidebar-four {
  background-color: #101924;
  top: 60px;
  border-top-right-radius: 0;
}
@media (max-width: 991.98px) {
  .sidebar-five {
    display: none;
  }
  .page-wrapper-three {
    margin-left: 0;
    padding-top: 80px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.sidebar .sidebar-menu.sidebar-menu-ten li.active > a {
  background-color: #eff0f7;
  color: #b5b5c3;
}
.sidebar .sidebar-menu.sidebar-menu-eleven li.active > a {
  background-color: #eff0f7;
  color: #b5b5c3;
}
.sidebar .sidebar-menu.sidebar-menu-twelve li.active > a {
  background-color: #101924;
  color: #fff;
}
.mini-sidebar .sidebar .sidebar-menu > ul > li > a i {
  margin-left: 20px;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li > a i {
  margin-left: 0;
}
.reset-icon {
  margin: 0 10px 0 0;
}
.sidebar-six {
  background-color: #fff;
}
.sidebar-seven {
  background-color: #f0f1f5;
}
.sidebar-eight {
  background-color: #101924;
}
.sidebar-nine {
  background-color: #757575;
}
.sidebar-menu-ten li.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-ten li a.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-ten li a.active span {
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li a.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li a.active span {
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li a.active {
  background-color: #757575 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-eleven li a.active span {
  color: #b5b5c3 !important;
}
.sidebar-menu-twelve li.active {
  background-color: #101924 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-twelve li a.active {
  background-color: #101924 !important;
  color: #b5b5c3 !important;
}
.sidebar-menu-twelve li a.active span {
  color: #b5b5c3 !important;
}
.sidebar.sidebar-two ul > li > a {
  color: #95979b;
}
.sidebar.sidebar-two ul > li > a span {
  color: #95979b;
}
.sidebar.sidebar-two li a.active {
  background-color: transparent !important;
}
.greedys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  height: 60px;
}
.greedys .viewmoremenu {
  background: 0 0;
  color: #3f4254;
  border: 0;
  min-width: 150px;
  text-align: right;
}
.greedys .hidden-links li a:hover {
  color: #333;
}
.sidebar .sidebar-horizantal {
  display: none !important;
}
.mini-sidebar .sidebar .sidebar-menu ul li a span {
  display: none;
}
.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span {
  display: block;
}
.sidebar .sidebar-menu .greedys ul {
  padding: 0;
}
.sidebar .sidebar-menu .greedys ul li.submenu {
  padding-bottom: 0;
}
.sidebar .sidebar-menu .greedys ul li a .menu-arrow {
  top: 11px;
}
.sidebar .sidebar-menu .greedys ul li ul li a {
  padding: 8px 15px;
}
.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #28084b;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  background: #f0f1f5;
  border-radius: 5px !important;
}
.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 #7d00b2;
  background: #7d00b2;
  color: #fff;
}
.tab-content {
  padding-top: 32px;
}
.navtab-bg .nav-link {
  background-color: #edeff1;
  color: #455560;
}
.nav-bordered li a {
  border: 0 !important;
}
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #333 #333 #fff;
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.navtab-bg .nav-item {
  margin: 0 5px;
}
.nav-bordered a.active {
  border-bottom: 2px solid #7d00b2 !important;
}
.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 30px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #e9ecef;
  min-width: 112px;
  margin-right: 15px;
  padding: 15px;
  border-radius: 5px;
}
.tabs-sets .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-sets .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-sets .nav-tabs .nav-link.active {
  background: #7d00b2;
  color: #fff;
}
.nav-pills .nav-link {
  color: #455560;
  border-radius: 4px;
}
.nav-link {
  color: #888;
}
.card-buttons p {
  margin-bottom: 20px;
}
.card-buttons p:last-child {
  margin-bottom: 0;
}
.card-buttons .card-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-buttons .btn {
    margin-bottom: 10px;
  }
}
.card-buttons .card-text {
  margin-bottom: 10px;
}
.card-buttons .header-title {
  margin-bottom: 10px;
}
.topnav-dropdown-header {
  text-align: center;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
}
.topnav-dropdown-header .notification-title {
  display: block;
  float: left;
  font-weight: 500;
  font-size: 14px;
}
.topnav-dropdown-header .notification-title a {
  font-size: 12px;
  margin-left: 5px;
}
.topnav-dropdown-header .clear-noti {
  color: #3f4254;
  float: right;
}
.topnav-dropdown-header .clear-noti:hover {
  color: #7d00b2;
}
.topnav-dropdown-header .clear-noti i {
  margin-left: 4px;
  font-size: 14px;
}
.notifications .noti-content {
  height: 290px;
  width: 440px;
  overflow-y: auto;
  position: relative;
}
.notifications .notification-list li {
  margin-top: 0;
  box-shadow: 0 1px 0 0 #e4e8ee;
  font-size: 14px;
}
.notifications .notification-list li a {
  display: block;
  padding: 16px;
  border-radius: 2px;
}
.notifications .notification-list li a:hover {
  background-color: rgba(38, 17, 85, 0.05);
}
.notifications .notification-list li .avatar:before {
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #19a855;
  opacity: 0;
}
.notifications .notification-list li .avatar.active:before {
  opacity: 1;
}
.notifications .notification-list li .media-body {
  width: calc(100% - 44px);
}
.notifications .notification-list li .noti-title {
  color: #3f4254;
  font-weight: 600;
}
.notifications .notification-list li .noti-details {
  color: #3f4254;
  margin: 0;
}
.notifications .notification-list li p.noti-time {
  margin: 0;
}
.notifications .notification-list li .notification-time {
  font-size: 12px;
  line-height: 1.35;
  color: #9e9e9e;
}
.notifications .notification-list li blockquote {
  color: #3f4254;
  margin: 10px 0;
  padding-left: 12px;
  position: relative;
}
.notifications .notification-list li blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #dddee1;
  width: 4px;
  height: 100%;
}
.notifications .notification-list li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}
.notifications .notification-list li .list-item .list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.notifications .notification-list li .list-item .list-body {
  padding: 0 0 0 50px;
}
.notifications .notification-list li .list-item .list-body .message-author {
  color: #333;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notifications .notification-list li .list-item .list-body .message-time {
  color: #888;
  float: right;
  font-size: 11px;
}
.notifications .notification-list li .list-item .list-body .message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notifications .notification-list li .notification-btn {
  padding: 10px 0;
}
.notifications .notification-list li .notification-btn .btn {
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  border-radius: 6px;
}
.notifications .notification-list li .notification-btn .btn:last-child {
  margin-right: 0;
}
.topnav-dropdown-footer {
  border-top: 1px solid #eee;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  color: #ed3a3a;
  font-weight: 500;
}
.topnav-dropdown-footer a:hover {
  color: #7d00b2;
}
.list-left {
  height: 48px;
  position: absolute;
  width: 48px;
}
.list-body {
  padding: 0 0 0 50px;
}
.list-body .message-author {
  color: #333;
  float: left;
  font-weight: 500;
  width: 175px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-body .message-time {
  color: #888;
  float: right;
  font-size: 11px;
}
.list-body .message-content {
  color: #333;
  font-size: 13px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity {
  width: 100%;
}
.activity .activity-box {
  position: relative;
}
.activity .activity-list {
  position: relative;
}
.activity .activity-list li {
  background-color: #fff;
  position: relative;
  border: 1px solid #d9d9d9;
  margin: 0 0 10px;
  padding: 20px 10px 10px;
  font-size: 15px;
}
.activity .activity-list li .activity-user {
  height: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
  position: absolute;
  top: 12px;
  left: 8px;
}
.activity .activity-list li .activity-content {
  background-color: #fff;
  position: relative;
  margin: 0 0 0 60px;
  padding: 0;
}
.activity .activity-list li .time {
  color: #c4c4c4;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.activity .activity-list li a.name {
  color: #000;
}
.activity .activity-list li a {
  color: #28084b;
  font-weight: 600;
  font-size: 15px;
}
.activity .activity-list li a img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.edit-options .status-toggle .check:checked + .checktoggle {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
  left: 0;
  transform: translate(calc(0% - 5px), 0%);
}
.edit-options .status-toggle .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
}
.bckbtn {
  height: 32px;
  width: 32px;
}
.epitopsc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.epitopsc .sectioncon {
  display: flex;
  grid-gap: 20px;
}
.epitopsc .sectioncon select {
  min-width: 190px;
}
.epitopsc .sectioncon select:focus {
  box-shadow: none;
}
div.dt-container .dt-length label {
  margin-left: 5px;
}
.page-wrapper .content select:focus {
  box-shadow: none;
  border-color: #dee2e6;
}
.page-wrapper .content .form-check-input[type=checkbox]:focus {
  box-shadow: none;
}
.text-danger {
  font-size: 13px;
  margin: 5px 0 0 0;
}
.modal-dialog .modal-md {
  max-width: 600px;
}
.form-header {
  text-align: center;
  margin-bottom: 30px;
}
.form-header h4 {
  color: #1b2559;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-header-title h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0f0033;
}
.bank-details .bank-inner-details label {
  font-size: 16px;
  font-weight: 600;
  color: #1b2559;
  margin-bottom: 10px;
}
.bank-details .bank-inner-details .form-control {
  height: 50px;
}
.status-toggle .checktoggle {
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 48px;
  top: 0;
  border-radius: 12px;
  transform: translate(calc(-30% - 5px), -60%);
}
.status-toggle .checktoggle:after {
  height: 15px;
  width: 15px;
}
.status-toggle .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.status-toggle .check:checked + .checktoggle {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
}
.status-toggle .check:checked + .checktoggle:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 2px), -50%);
  height: 20px;
  width: 20px;
}
.status-toggle .checktoggle:after {
  content: " ";
  display: block;
  background-color: #fff;
  height: 20px;
  width: 20px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  position: absolute;
  left: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.status-toggle .checktoggle .checkbox-bg::after {
  background: rgba(0, 0, 0, 0.25);
}
.close-btn {
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 18px;
}
.close-btn i {
  font-size: 20px;
  color: #f0142f;
}
.del-icon {
  margin-bottom: 23px;
}
.del-icon i {
  font-size: 60px;
  color: #f0142f;
  margin-bottom: 23px;
}
.submit-section .btn {
  padding: 7px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  min-width: 150px;
  margin-top: 5px;
}
.custom-modal .modal-header {
  padding: 24px;
}
.custom-modal .modal-body {
  padding: 24px;
}
.custom-modal .modal-body .form-header h3 {
  font-size: 22px;
  margin: 0 0 10px;
}
.bank-details .modal-header {
  border: 0;
  padding: 20px;
}
.bank-details .modal-body {
  padding: 0 20px;
}
.bank-details .modal-footer {
  justify-content: flex-end;
  padding: 30px;
}
.modal-content {
  background: #fff;
  box-shadow: 0 20px 13px rgba(0, 0, 0, 0.03), 0 8px 5px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.modal-backdrop.show {
  opacity: 0.4;
}
.add-tax-btns .add-btn-cancel-btn {
  padding: 8px 15px;
  margin: 0 10px 0 0;
  padding: 8px 15px;
  min-width: 81px;
  color: #3f4254;
  background: #fff;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 0 0 0 #3f4254;
  border-radius: 6px;
}
.add-tax-btns .add-btn-cancel-btn:hover {
  color: #fff;
  background: #3f4254;
  border-color: #3f4254;
  box-shadow: inset 0 50px 0 0 #3f4254;
}
.add-tax-btns .add-tax-save-btn {
  margin: 0;
  padding: 8px 15px;
  min-width: 69px;
}
.table {
  color: #333;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  --bs-table-bg: transparent;
}
.table .table-avatar {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 150px;
  font-size: 14px;
}
.table .thead-light th {
  font-size: 13px;
  color: #28084b;
  font-weight: 500;
}
.table thead {
  border-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 100% !important;
}
@media (max-width: 767px) {
  .table thead {
    background: #dee2e6;
  }
}
.table thead tr th {
  font-weight: 500;
  border-color: #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.table tbody {
  vertical-align: middle;
  white-space: nowrap;
}
.table tbody tr td {
  border-color: #dee2e6;
}
.table tbody td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.table tbody td h2 span {
  color: gray;
  display: block;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 400;
}
.table tbody td a {
  color: #3f4254;
}
.table tbody td a.btn-action-icon,
.table tbody td button.btn-action-icon {
  background: #faf5fe;
  color: #3f4254;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50px;
}
.table tbody td a.btn-action-icon:active {
  color: #7d00b2;
}
.table tbody td a + a {
  display: inline-block;
}
.table tbody td a.add-btn {
  display: inline-block !important;
}
.table tbody td a:hover {
  color: #7d00b2;
}
.table tbody td a:active {
  color: #fff;
}
.table tbody td a.btn {
  display: inline-block;
  padding: 5px 10px;
}
.table tbody td .items-links {
  color: #1b2559;
  display: inline-block;
}
.table tbody td .items-links:hover {
  color: #7d00b2;
}
.table .invoice-link {
  color: #878a99;
  display: inline-block;
}
.table .invoice-link:hover {
  color: #6b36de;
}
.table .invoice-link .table-center th,
.table .invoice-link .table-center td {
  vertical-align: middle;
}
.table .invoice-link .dropdown-menu {
  width: 200px;
  background: #fff;
  border: 1px solid #f2ecff;
  box-shadow: 0 4px 4px rgba(231, 234, 252, 0.75);
  margin-top: 10px !important;
  border-radius: 6px;
}
.table .invoice-link .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #1b2559;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
.table .invoice-link .dropdown-item:last-child {
  margin-bottom: 0;
}
.table .invoice-link .dropdown-item:focus,
.table .invoice-link .dropdown-item:hover {
  color: #7d00b2;
  background: 0 0;
}
.table .invoice-link .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #7d00b2;
}
.table .invoice-link .dropdown-item i {
  font-size: 16px;
}
.table .dropdown-menu {
  width: 160px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 16px 32px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 0;
  margin-top: 10px !important;
  height: auto !important;
}
.table .dropdown-item {
  font-weight: 500;
  font-size: 13px;
  color: #878a99;
  padding: 10px 20px;
}
.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
.table-striped .dropdown-action {
  margin-bottom: 0;
}
.table-striped .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  padding: 10px 8px;
}
.table-hover tbody tr:hover {
  background-color: #f6f6f7;
}
.table-bordered th {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered td:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.table-bordered td:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card-table .card-body {
  padding: 0 !important;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table td {
  color: #1f0066;
  font-weight: 400;
  border-top: 0;
  font-size: 14px;
  height: 46px;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 25px;
  white-space: nowrap;
  box-shadow: none;
  vertical-align: middle;
}
.card-table .card-body .table td:first-child {
  padding-left: 25px;
}
.card-table .card-body .table th {
  white-space: nowrap;
  padding: 10px 25px;
  border-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #0f0033;
}
.card-table .card-body .table th:first-child {
  padding-left: 25px;
}
.table > :not(:first-child) {
  border: 0;
}
.dataTables_length select {
  appearance: auto;
}
.table-nosearch .dataTables_length,
.table-nosearch .dataTables_filter {
  display: none;
}
.card-table div.table-responsive > div.dataTables_wrapper > div.row:first-child {
  padding: 1.5rem 1.5rem 0 !important;
  align-items: center;
}
.card-table div.table-responsive > div.dataTables_wrapper > div.row:last-child {
  padding: 0 1.5rem 1.5rem !important;
  align-items: center;
}
.dataTables_length select {
  appearance: auto;
}
table .badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  min-width: auto;
  padding: 4px 10px;
  font-weight: 400;
  text-align: center;
}
.table tbody td a {
  color: #0052ea;
}
.table tbody td a.action-icon {
  color: #333;
}
.table tbody td h2.table-avatar a {
  color: #3f4254;
}
.table tbody td h2.table-avatar a:hover {
  color: #7d00b2;
}
.mini-sidebar .header .header-left.header-left-two .logo.logo-small {
  padding: 10px 0 0;
  margin: 0;
}
.categories-table .table tr:last-child td {
  padding-bottom: 0;
  border: none;
}
.categories-table .table td {
  padding: 8px;
  font-size: 14px;
}
.card-table .table {
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dataTables_length label {
  font-weight: 500 !important;
  font-size: 14px;
  color: #3f4254;
}
.dataTables_length label:before {
  content: "Show";
  margin-right: 5px;
  font-size: 14px;
}
.dataTables_length label:after {
  content: "Entries";
  margin-left: 5px;
  font-size: 14px;
}
.dataTables_scroll {
  margin-bottom: 24px;
}
.dataTables_scroll *::-webkit-scrollbar {
  height: 7px;
}
.dataTables_scroll *::-webkit-scrollbar-track {
  background: #e9e9ea;
  border-radius: 0;
}
.dataTables_scroll *::-webkit-scrollbar-thumb {
  background-color: #ddceff;
  border-radius: 0;
}
.sidebar-inner.slimscroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.sidebar-inner.slimscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.sidebar-inner.slimscroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddceff;
}
.dataTables_scroll * {
  scrollbar-color: #d3d3d3 #e9e9ea;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate {
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    margin-top: 14px;
  }
}
.dataTables_length .form-select {
  --bs-form-select-bg-img: none;
}
.modal-body .card-table .card-body .table td {
  color: #1d1d1d;
}
.header .header-left-two {
  background-color: #101924;
  border-bottom: 1px solid #203247;
  border-radius: 0 16px 0 0;
}
@media (max-width: 991.98px) {
  .header .header-left-two {
    background-color: transparent;
    border-bottom: 0;
  }
}
.header .header-left-two #toggle_btn {
  padding: 0 0;
  margin-left: 0;
  color: #fff;
}
.header .header-left-two a {
  margin-left: 15px;
}
.header .header-left-two .logo img {
  width: 155px;
}
@media (max-width: 991.98px) {
  .header .header-left-two .logo img {
    display: none;
  }
}
.header .header-left-two .dark-logo {
  display: none;
}
.header.header-four {
  border-radius: 0;
  background-color: #101924;
}
.header.header-four a {
  padding: 0 10px;
  color: #fff;
}
@media (min-width: 991.98px) {
  .sidebar-hide {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.sidebar.sidebar-two .sidebar-menu > ul > li ul li a {
  background: 0 0 !important;
}
.sidebar.sidebar-two {
  background-color: #101924;
  top: 0;
  border-top-right-radius: 0;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .sidebar.sidebar-two {
    left: 0;
    top: 60px;
  }
}
.sidebar.sidebar-two .menu-title-two {
  color: #fff;
}
.sidebar.sidebar-two li.active > a {
  background-color: #f6f7f9 !important;
}
.sidebar.sidebar-three-three {
  left: unset;
  top: 85px;
  border-radius: 4px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  overflow-y: hidden;
}
@media (max-width: 991.98px) {
  .sidebar.sidebar-three-three {
    left: 0;
  }
}
.sidebar-five {
  background-color: transparent;
  top: 0;
  border-top-right-radius: 0;
  float: left;
  margin: 0;
  position: relative;
  z-index: 99;
  width: auto;
  overflow-y: visible;
  box-shadow: none;
}
.sidebar-menu-five .dropdown-toggle {
  color: #fff !important;
}
.sidebar-menu-five .dropdown-toggle span {
  color: #fff !important;
}
.sidebar-menu-five ul {
  padding: 10px 0;
  position: relative;
}
.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  height: auto;
  border: none;
}
.sidebar-menu-five ul ul a span {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  float: clear;
}
.sidebar-menu-five ul ul a:hover {
  background-color: rgba(118, 56, 255, 0.05);
  color: #7d00b2;
}
.sidebar-menu-five > ul > li {
  margin-bottom: 0;
  position: relative;
}
.sidebar-menu-five > ul > li:last-child {
  margin-bottom: 0;
}
.sidebar-menu-five > ul > li > a {
  color: #fff !important;
  z-index: 9999;
  border-bottom: 3px solid transparent;
}
.sidebar-menu-five > ul > li > a:hover {
  background-color: #101924;
  color: #fff;
  border-bottom: 3px solid #7d00b2;
}
.sidebar-menu-five li.active > a {
  background-color: #f7f8f9;
  color: #7d00b2;
  position: relative;
}
.sidebar-menu-five li a:hover {
  color: #7d00b2;
  background-color: #fff;
}
.sidebar-menu-five li a.subdrop .menu-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu-five .menu-arrow {
  transform: rotate(90deg);
  position: initial;
}
.sidebar.sidebar-five .sidebar-menu > ul > li > a .menu-arrow {
  right: -2px;
  position: relative;
  top: 0;
  transform: rotate(90deg);
}
.sidebar .sidebar-menu .sidebar-menu-five > ul {
  padding: 15px 0 0;
}
.page-wrapper.page-wrapper-four {
  margin-left: 0;
  padding-top: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-wrapper-three {
  margin-left: 315px;
  padding-top: 80px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .page-wrapper-three {
    margin-left: 0;
  }
}
.sidebar.sidebar-three .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}
.ui-aside {
  float: left;
  width: 66px;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}
.tab .tablinks {
  display: block;
  background-color: inherit;
  color: #6e82a5;
  padding: 22px 15px !important;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 17px;
  border: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
}
.sidebar-menu-three {
  border-bottom: none;
}
.sidebar-menu-three > ul {
  border-bottom: none;
}
.sidebar-menu-three > ul > li > a:hover {
  background: rgba(118, 56, 255, 0.12);
  color: #7d00b2;
}
.sidebar-menu-three li.active > a {
  background: rgba(118, 56, 255, 0.12);
}
.sidebar-menu-three li.active > a::before {
  right: 0;
  left: auto;
  background: #7d00b2;
}
.sidebar-menu-three li > a {
  color: #3f4254;
  display: block;
  font-size: 14px;
  height: auto;
  padding: 9px 7px;
}
.sidebar-menu-three li > a.active {
  color: #7d00b2;
}
.sidebar-menu-three ul ul {
  padding: 0;
  display: none;
}
.sidebar-menu-three ul ul li a {
  padding-left: 25px;
  display: inline-block;
  color: #878a99;
}
.sidebar-menu-three ul ul li a.active {
  color: #7d00b2;
}
.sidebar-three .tab-content svg {
  width: 20px;
}
.ui-aside-compact .ui-aside {
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab .tablinks.active {
  color: #fff;
  background-color: #001621;
  border-color: #182b3e #182b3e #182b3e;
  border: 1px solid #203247 !important;
}
.ui-aside::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: inherit;
  background-color: inherit;
  border: inherit;
  background: #001621 no-repeat center top;
  background-size: cover;
}
.top-nav-search-three {
  margin-left: 11px;
}
.header-left-four .dark-logo {
  display: none !important;
}
.header.header-five a {
  margin-left: 0;
}
.user-menu-four.nav > li > a {
  color: #fff;
}
.sidebar.sidebar-menu-five ul {
  padding: 10px 0;
  position: relative;
}
.sidebar.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  height: auto;
  border: none;
}
.sidebar.sidebar-menu-five ul ul a span {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  float: unset;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar.sidebar-menu-five ul ul a:hover {
  background-color: rgba(118, 56, 255, 0.05);
  color: #7d00b2;
}
.sidebar.sidebar-menu-five > ul > li {
  margin-bottom: 0;
  position: relative;
}
.sidebar.sidebar-menu-five > ul > li:last-child {
  margin-bottom: 0;
}
.sidebar.sidebar-menu-five > ul > li > a {
  color: #fff;
  z-index: 9999;
}
.sidebar.sidebar-menu-five > ul > li > a:hover {
  background-color: #101924;
  color: #fff;
  border-bottom: 3px solid #7d00b2;
}
.sidebar.sidebar-menu-five li.active > a {
  background-color: #f7f8f9;
  color: #7d00b2;
  position: relative;
}
.sidebar.sidebar-menu-five li a:hover {
  color: #7d00b2;
  background-color: #fff;
}
.sidebar.sidebar-menu-five li a.subdrop .menu-arrow {
  transform: rotate(-90deg);
}
.sidebar.sidebar-menu-five .menu-arrow {
  transform: rotate(90deg);
  position: initial;
}
.sidebar.sidebar-five .sidebar-menu > ul > li.submenu ul {
  background: 0 0;
  border-radius: 5px;
  padding: 0;
  display: none;
}
.header.header-three .header-left .logo img {
  max-height: 35px;
  width: auto;
}
@media (max-width: 575.98px) {
  .header.header-three .header-left .logo img {
    display: none !important;
  }
}
.header-left-three {
  width: 66px !important;
  padding: 0 5px !important;
  background: #101924;
}
@media (max-width: 991.98px) {
  .header-left-three {
    width: 100% !important;
  }
}
.header-three .mobile_btn {
  color: #fff;
}
.sidebar-menu ul {
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.tab-content-three {
  padding-top: 0;
  margin-left: 65px;
}
.tab-content-three .menu-title-three {
  color: #757575;
}
.sidebar-menu-three li.active > a {
  background: rgba(118, 56, 255, 0.12);
}
.sidebar-menu-three li.active > a::before {
  right: 0;
  left: auto;
  background: #7d00b2;
}
.sidebar-three {
  background-color: #fff;
  top: 60px;
  border-top-right-radius: 0;
  width: 306px;
}
.expand-menu .sidebar-three {
  width: 306px;
}
.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-three {
  width: 306px;
}
.expand-menu .sidebar-three .sidebar-menu ul > li > a {
  padding: 9px 20px;
}
.expand-menu .sidebar-three .sidebar-menu ul > li > a span {
  display: inline-block;
}
.expand-menu .sidebar-three .sidebar-menu ul ul a {
  padding-left: 25px !important;
}
.expand-menu .header-left {
  width: 240px;
}
.sidebar-three .nav-tabs {
  border-bottom: 0;
  align-items: center;
  justify-content: center;
}
.profile-cover-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, 0.25);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #677788;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.avatar-edit svg {
  width: 18px;
}
.header-seven {
  background-color: #f0f1f5;
  border-radius: 0;
}
.header-eight {
  border-radius: 0;
  background-color: #101924;
}
.header-eight .header-left .white-logo {
  display: flex;
}
.header-eight .header-left .logo {
  display: none;
}
.header-eight #toggle_btn {
  color: #fff;
}
.header-eight .user-menu-eight .user-link:hover .user-content .user-name {
  color: #000;
}
.header-eight .user-menu-eight .user-content .user-name {
  color: #fff;
}
.header-nine {
  border-radius: 0;
  background-color: #757575;
}
.header-four .nav-tabs .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.header-four .nav-tabs .nav-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.sidebar-menu-five ul .dropdown-menu-right {
  position: absolute;
  width: 220px;
  max-height: 300px;
  border: none;
  overflow: auto;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar-thumb {
  background: #7d00b2;
}
.sidebar-menu-five ul .dropdown-menu-right::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar-menu-five .nav .submenu-five ul a {
  padding: 17px 15px;
}
.sidebar.sidebar-five .sidebar-menu > ul > li.submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #95979b;
  position: relative;
  display: block;
  padding: 7px 15px;
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
}
.header.header-four .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sidebar.sidebar-two .sidebar-menu > ul > li.submenu ul {
  background: #101924;
}
.sidebar-menu-three .menu-arrow {
  top: auto;
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 40px;
  font-size: 16px;
  transform: translate(0, 0);
  line-height: 18px;
}
.sidebar-menu-three .menu-arrow:before {
  content: "\f105";
}
.submenu-five .menu-arrow {
  top: auto;
  transition: transform 0.15s;
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "font awesome 5 free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 40px;
  font-size: 16px;
  transform: translate(0, 0);
  line-height: 18px;
}
.submenu-five .menu-arrow:before {
  content: "\f105";
}
.form-control:focus {
  box-shadow: none;
}
.sidebar.sidebar-three .tab .tablinks.active:after {
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  left: -25px;
  top: 0;
  background: #7638ff;
  transition: all 0.5s;
  display: none;
}
.feather {
  width: 18px;
  height: 18px;
}
.sidebar-menu-five .dropdown-toggle::after {
  display: none;
}
[data-layout-width=boxed] body,
[data-layout-width=boxed] .header {
  max-width: 1300px;
  margin: auto;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: none !important;
}
[data-layout-width=boxed] .page-wrapper {
  margin: 0 0 0 230px;
}
[data-layout-width=boxed] .page-wrapper .content {
  padding-right: 0;
}
[data-layout-width=boxed] .list-btn .filter-list li:last-child {
  padding-right: 0;
}
[data-layout-width=boxed] .sidebar {
  position: absolute;
  width: 230px;
}
[data-layout-width=boxed] .sidebar .noti-dot {
  display: none !important;
}
[data-layout-width=boxed] .sidebar ul .menu-title {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed] .sidebar ul ul li {
  display: block !important;
}
[data-sidebar-size=sm-hover] #toggle_btn {
  display: none;
}
[data-sidebar-size=sm-hover] .sidebar ul .menu-title {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar ul ul li {
  display: none !important;
  width: 100%;
}
[data-sidebar-size=sm-hover] .two-col-bar:hover .sidebar-right {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] .two-col-bar .sidebar-right {
  display: none;
}
[data-sidebar-size=sm-hover] .page-wrapper {
  margin: 0 0 0 60px;
}
[data-sidebar-size=sm-hover] .sidebar {
  width: 60px;
}
[data-sidebar-size=sm-hover] .sidebar .noti-dot {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
  display: none !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover {
  width: 247px;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul .menu-title {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul li span {
  display: inline-block !important;
}
[data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
  display: inline-block !important;
}
[data-sidebar-size=md] .page-wrapper {
  margin: 0 0 0 200px;
}
[data-sidebar-size=md] .main-logo {
  width: 200px;
}
[data-sidebar-size=md] .sidebar {
  width: 200px;
}
[data-sidebar-size=md] .sidebar .menu-title {
  justify-content: center;
}
[data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
[data-sidebar-size=md] #toggle_btn {
  display: none;
}
[data-layout-position=scrollable] .main-wrapper {
  position: relative;
}
[data-layout-position=scrollable] .main-wrapper .sidebar {
  position: absolute;
}
[data-layout-position=scrollable] .slimScrollDiv,
[data-layout-position=scrollable] .slimscroll {
  overflow: auto !important;
  height: auto !important;
}
[data-layout=twocolumn] .page-wrapper {
  margin-left: 306px;
}
[data-layout=twocolumn] .mini-sidebar .page-wrapper {
  margin-left: 66px;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .main-logo {
  width: 306px;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .main-logo .logo-blue {
  display: block;
}
[data-layout=twocolumn] .mini-sidebar .main-logo {
  width: 66px;
  padding: 0 13px;
}
[data-layout=twocolumn] .mini-sidebar .main-logo .logo-blue {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar {
  width: 306px;
}
[data-layout=twocolumn] .mini-sidebar .sidebar {
  width: 66px;
}
[data-layout=twocolumn] .two-col-bar {
  display: block;
}
[data-layout=twocolumn] .main-logo {
  width: 306px;
}
[data-layout=twocolumn] .sidebar .sidebar-menu {
  padding: 0;
}
[data-layout=twocolumn] .sidebar .sidebar-menu aside {
  background: #34444c;
  height: 100%;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul {
  padding-top: 0;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li.submenu a {
  padding: 9px 7px;
}
[data-layout=twocolumn] .sidebar .sidebar-menu ul li.submenu ul li a.active {
  background: 0 0;
}
[data-layout=twocolumn] #sidebar {
  display: none;
}
@media (max-width: 991.98px) {
  [data-layout=twocolumn] #sidebar {
    display: block;
  }
}
[data-layout=twocolumn] #sidebar-view,
[data-layout=twocolumn] #sidebar-size,
[data-layout=twocolumn] #layout-width,
[data-layout=twocolumn] #layout-position {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar .sidebar .sidebar-right {
  display: none;
}
[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar .sidebar-right {
  display: block;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
  width: 200px;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul .menu-title {
  display: block !important;
  text-align: center;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
  display: block !important;
}
[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
  display: block !important;
}
.logo-color {
  display: none;
}
[data-layout-mode=light] .header {
  background: #fff;
  border-color: transparent;
}
[data-layout-mode=light] .header .page-title-box h3 {
  color: #333;
}
[data-layout-mode=light] .header .logo-color {
  display: block;
}
[data-layout-mode=light] .header .logo-white {
  display: none;
}
[data-layout-mode=light] .header .toggle-bars .bar-icons {
  background: #878a99;
}
[data-layout-mode=light] .header .logo {
  display: none;
}
[data-layout-mode=light] .header .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-layout-mode=light] .header #toggle_btn .bar-icon span {
  background-color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control {
  border: 1px solid #d5d5d5;
  color: #333;
  height: 40px;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-layout-mode=light] .header .top-nav-search form .btn {
  color: #333;
}
[data-layout-mode=light] nav.greedy button {
  color: #333 !important;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left {
  background: #fff;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #333;
}
[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #34444c;
  color: #fff;
}
[data-layout-mode=light] .sidebar {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-layout-mode=light] .sidebar .sidebar-menu ul ul {
  display: none;
}
[data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
  color: #34444c;
}
[data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
  color: #34444c;
}
[data-layout-mode=light] .user-menu.nav > li > a {
  color: #333;
}
[data-layout-mode=light] .mini-sidebar .header-left .logo2 img {
  height: auto;
  max-height: 30px;
  width: auto;
}
[data-layout-mode=light] .header .header-left .logo {
  display: none;
  line-height: 60px;
}
[data-layout-mode=light] .sidebar-menu ul li a:hover,
[data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
  color: #333;
}
[data-layout-mode=blue] body .header .user-menu.nav > li > a,
[data-layout-mode=blue] body .header .user-menu.nav > li > a span,
[data-layout-mode=blue] body .header .user-content .user-name,
[data-layout-mode=blue] body .header .user-content .user-details {
  color: #fff;
}
[data-layout-mode=blue] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
[data-layout-mode=blue] body .header .toggle-bars .bar-icons {
  background: #fff;
}
[data-layout-mode=blue] body .header .logo-color {
  display: none;
}
[data-layout-mode=blue] body .header .logo-white {
  display: block;
}
[data-layout-mode=blue] .nav-pills .nav-link.active,
[data-layout-mode=blue] .nav-pills .show > .nav-link {
  background: #7d00b2;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
}
[data-layout-mode=blue] .header {
  background: #7d00b2;
  border-color: transparent;
}
[data-layout-mode=blue] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-layout-mode=blue] .header .main-logo {
  background: #7d00b2;
}
[data-layout-mode=blue] .header .user-menu.nav > li > a {
  color: #fff;
}
[data-layout-mode=blue] .header #toggle_btn .bar-icon span {
  background-color: #fff;
}
[data-layout-mode=blue] .header .page-title-box h3 {
  color: #fff;
}
[data-layout-mode=blue] .header .logo2 {
  display: none;
}
[data-layout-mode=blue] .page-item.active .page-link {
  background-color: #7d00b2;
  border-color: #7d00b2;
}
[data-layout-mode=blue] .nav-tabs.nav-tabs-solid li a.active {
  background-color: #7d00b2;
  border-color: #7d00b2;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-left {
  background: #34444c;
}
[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #7d00b2;
}
[data-layout-mode=blue] #layout-position .radio input:checked + label {
  background: #7d00b2;
  color: #fff;
}
[data-layout-mode=blue] .dash-widget .card-body .dash-widget-icon {
  background-color: rgba(0, 197, 251, 0.2);
  color: #7d00b2;
}
[data-layout-mode=blue] .bg-primary,
[data-layout-mode=blue] .badge-primary {
  background-color: #7d00b2 !important;
}
[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
  color: #7d00b2;
}
[data-layout-mode=blue] .sidebar ul li.submenu .noti-dot:before {
  border: 5px solid #7d00b2;
}
[data-layout-mode=blue] .btn-primary {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
}
[data-layout-mode=blue] .roles-menu ul li.active a {
  border-color: #7d00b2;
  color: #7d00b2;
}
[data-layout-mode=blue] .settings-icon span {
  background-color: #7d00b2;
}
[data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span,
[data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover i,
[data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span,
[data-sidebar=gradient][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active i,
[data-sidebar=gradient][data-layout=horizontal] body .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=gradient][data-layout=horizontal] body .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=gradient][data-layout=horizontal] body .hidden-links ul li a:hover {
  color: #333;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
  max-width: 100%;
  padding: 0;
}
[data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
  top: 60px;
  border-radius: 0;
  left: 0;
  position: relative;
}
[data-layout-style=detached] .main-wrapper {
  margin: 0 auto;
  padding-left: 1.5rem;
  position: relative;
}
[data-layout-style=detached] .main-wrapper .sidebar {
  position: absolute;
  top: 80px;
  border-radius: 10px;
}
[data-layout-style=detached] .main-wrapper .sidebar.sidebar-twocol {
  top: 30px;
  left: 50px;
}
[data-layout-style=detached] .sidebar .sidebar-menu,
[data-layout-style=detached] .two-col-bar .sidebar-menu {
  padding: 0;
}
[data-layout-style=detached] #toggle_btn {
  display: none;
}
.dark-white-logo {
  display: none !important;
}
[data-layout-mode=dark] body {
  background-color: #2a2b2f;
  color: #aaa;
}
[data-layout-mode=dark] body ul.hidden-links {
  background-color: #1c1d22 !important;
}
[data-layout-mode=dark] body ul.hidden-links .submenu ul {
  background: #2a2b2f;
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a:hover,
[data-layout-mode=dark] body .notifications .notification-list li .noti-details {
  color: #7d00b2;
}
[data-layout-mode=dark] body .stats-box {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .w-sidebar ul a {
  color: #aaa;
}
[data-layout-mode=dark] body .card .card-title {
  color: #fff;
}
[data-layout-mode=dark] body .text-dark {
  color: #aaa !important;
}
[data-layout-mode=dark] body.mini-sidebar .sidebar {
  background-color: transparent;
}
[data-layout-mode=dark] body .header .logo {
  display: block;
}
[data-layout-mode=dark] body .header .main-logo,
[data-layout-mode=dark] body .header .card.timeline-card {
  background: #1c1d22;
}
[data-layout-mode=dark] body .header .user-menu.nav > li > a span {
  color: #aaa;
}
[data-layout-mode=dark] body .header .header .has-arrow .dropdown-toggle:after {
  border-color: #aaa;
}
[data-layout-mode=dark] body .btn.btn-greys,
[data-layout-mode=dark] body .table tbody td a.btn-action-icon {
  background: #37383d;
  color: #aaa;
}
[data-layout-mode=dark] body .bg-success-light {
  background: rgba(40, 178, 77, 0.1) !important;
}
[data-layout-mode=dark] body .bg-danger-light,
[data-layout-mode=dark] body .bg-inactive,
[data-layout-mode=dark] body .profile-picture .img-upload .btn-remove {
  background: rgba(230, 33, 33, 0.1) !important;
}
[data-layout-mode=dark] body .bg-info-light {
  background: rgba(221, 243, 255, 0.12);
}
[data-layout-mode=dark] body .bg-green-light {
  background: rgba(225, 255, 237, 0.12);
}
[data-layout-mode=dark] body .bg-pending-light,
[data-layout-mode=dark] body .bg-warning-light {
  background: rgba(237, 153, 29, 0.1) !important;
}
[data-layout-mode=dark] body .bg-light-gray {
  background: rgba(243, 243, 243, 0.1);
}
[data-layout-mode=dark] body .ribbon-secondary {
  background: rgba(247, 49, 100, 0.3);
  color: #aaa;
}
[data-layout-mode=dark] body .ribbon-success {
  background: rgba(81, 187, 37, 0.3);
  color: #aaa;
}
[data-layout-mode=dark] body .ribbon-primary {
  background: rgba(115, 102, 255, 0.3);
  color: #aaa;
}
[data-layout-mode=dark] body .settings-icon span {
  background: rgba(117, 57, 255, 0.7);
}
[data-layout-mode=dark] body h1,
[data-layout-mode=dark] body h2,
[data-layout-mode=dark] body h3,
[data-layout-mode=dark] body h4,
[data-layout-mode=dark] body h5,
[data-layout-mode=dark] body h6,
[data-layout-mode=dark] body .customer-additional-form .input-block label {
  color: #fff;
}
[data-layout-mode=dark] body .profile-view .profile-basic .profile-info-left .user-name {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .personal-info li .title {
  color: #bbc4cc;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-content {
  padding: 10px;
}
[data-layout-mode=dark] body .experience-box .experience-list li .experience-user {
  border-radius: 50px;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left {
  background: #16191c;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #6e82a5;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #fff;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right {
  background: #2e3840;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a {
  color: #aaa;
}
[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #fff;
}
[data-layout-mode=dark] body .dash-statistics .stats-info {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table th {
  color: #aaa;
  border-top: 1px solid #3b3c3e;
  background: #1e1f25;
  border-bottom: 1px solid #3b3c3e;
}
[data-layout-mode=dark] body .table td {
  border-top: 1px solid transparent;
  color: #aaa;
}
[data-layout-mode=dark] body .table .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header,
[data-layout-mode=dark] body .chat-footer {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .video-window .fixed-header .nav li a,
[data-layout-mode=dark] body .chat-window .chat-cont-left .chat-users-list a.chat-block .media-body > div:first-child .user-name,
[data-layout-mode=dark] body .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name,
[data-layout-mode=dark] body .invoice-total-box p span,
[data-layout-mode=dark] body .invoice-total-inner .status-toggle span,
[data-layout-mode=dark] body .ticket-details-group .ticket-details-cont h6,
[data-layout-mode=dark] body .ticket-information .customer-details-cont h6,
[data-layout-mode=dark] body .text-gray-dark,
[data-layout-mode=dark] body .comments .comments-details-cont h6,
[data-layout-mode=dark] body .comments .reply-comment {
  color: #fff;
}
[data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
  color: #aaa;
  background: 0 0;
}
[data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a,
[data-layout-mode=dark] body .dataTables_length label:before,
[data-layout-mode=dark] body .dataTables_length label:after,
[data-layout-mode=dark] body .settings-menu ul li a,
[data-layout-mode=dark] body table tr td h2.tax-name,
[data-layout-mode=dark] body .notifications .notification-list li .noti-title,
[data-layout-mode=dark] body .dropdown-item,
[data-layout-mode=dark] body .badge-outline-dark {
  color: #aaa;
}
[data-layout-mode=dark] body .dropdown-item:focus,
[data-layout-mode=dark] body .dropdown-item:hover {
  background: 0 0;
}
[data-layout-mode=dark] body .sidebar ul li span,
[data-layout-mode=dark] body .form-group label,
[data-layout-mode=dark] body .input-block label,
[data-layout-mode=dark] body .custom-modal.signature-add-modal .modal-body .custom_check,
[data-layout-mode=dark] body .dropdown-item:focus,
[data-layout-mode=dark] body .dropdown-item:hover,
[data-layout-mode=dark] body .invoice-item-two .invoice-details {
  color: #fff;
}
[data-layout-mode=dark] body .contact-list > li {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .btn-white {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #fff;
}
[data-layout-mode=dark] body .page-item .page-link,
[data-layout-mode=dark] body input[type=file]::file-selector-button,
[data-layout-mode=dark] body .popover-body,
[data-layout-mode=dark] body .login-wrapper .loginbox .login-right,
[data-layout-mode=dark] body .list-btn .filter-list .short-filter,
[data-layout-mode=dark] body .price-table-main .price-selected,
[data-layout-mode=dark] body #add_package .modal-body ul {
  background: #1c1d22;
  border-color: #3b3c3e;
  color: #aaa;
}
[data-layout-mode=dark] body .login-wrapper .loginbox .span-or,
[data-layout-mode=dark] body .fc-unthemed th,
[data-layout-mode=dark] body .fc-unthemed td,
[data-layout-mode=dark] body .fc-unthemed thead,
[data-layout-mode=dark] body .fc-unthemed tbody,
[data-layout-mode=dark] body .fc-unthemed .fc-divider,
[data-layout-mode=dark] body .fc-unthemed .fc-row,
[data-layout-mode=dark] body .fc-unthemed .fc-popover {
  background: #1c1d22;
}
[data-layout-mode=dark] body .login-wrapper .loginbox .or-line {
  background: #3b3c3e;
}
[data-layout-mode=dark] body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
[data-layout-mode=dark] body .bs-popover-top > .popover-arrow::before,
[data-layout-mode=dark] body .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
[data-layout-mode=dark] body .bs-popover-top > .popover-arrow::after {
  border-top-color: #1c1d22;
  border-right-color: #1c1d22;
}
[data-layout-mode=dark] body input[type=file]:hover::file-selector-button {
  background: 0 0 !important;
}
[data-layout-mode=dark] body .dataTables_length .form-control {
  background-color: #16191c;
  color: #fff;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #2c3034;
}
[data-layout-mode=dark] body .nav-tabs.nav-tabs-solid {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .select2-container--default .select2-selection--single,
[data-layout-mode=dark] body .signature-invoice .form-group-bank {
  border: 1px solid #3b3c3e;
  background: rgba(193, 193, 193, 0.07);
}
[data-layout-mode=dark] body .select2-container--focus .select2-selection--single {
  border: 1px solid #3b3c3e;
  background: #1c1d22 !important;
}
[data-layout-mode=dark] body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
[data-layout-mode=dark] body .card-body.two-factor .two-factor.icon h5,
[data-layout-mode=dark] body .note-editor.note-frame,
[data-layout-mode=dark] body .scroll-demo,
[data-layout-mode=dark] body .fc-unthemed th,
[data-layout-mode=dark] body .fc-unthemed td,
[data-layout-mode=dark] body .fc-unthemed thead,
[data-layout-mode=dark] body .fc-unthemed tbody,
[data-layout-mode=dark] body .fc-unthemed .fc-divider,
[data-layout-mode=dark] body .fc-unthemed .fc-row,
[data-layout-mode=dark] body .fc-unthemed .fc-popover {
  border-color: rgba(193, 193, 193, 0.07);
}
[data-layout-mode=dark] body form label,
[data-layout-mode=dark] body .form-group-item label {
  color: #fff;
}
[data-layout-mode=dark] body .select2-dropdown,
[data-layout-mode=dark] body .card-footer {
  background: #1c1d22;
  border-color: #3b3c3e;
}
[data-layout-mode=dark] body .recurring-tab ul {
  border: 1px solid #3b3c3e;
}
[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #e3e3e3;
}
[data-layout-mode=dark] body .activity-box .activity-list li,
[data-layout-mode=dark] body .inbox-menu li a:hover,
[data-layout-mode=dark] body .inbox-menu li.active a,
[data-layout-mode=dark] body .inbox-menu li a:focus {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .inbox-menu li a:hover,
[data-layout-mode=dark] body .inbox-menu li.active a,
[data-layout-mode=dark] body .inbox-menu li a:focus {
  border: none;
}
[data-layout-mode=dark] body .breadcrumb .breadcrumb-item a,
[data-layout-mode=dark] body .card-table .card-body .inventory-table .table td,
[data-layout-mode=dark] body page-wrapper .content .page-header .page-title,
[data-layout-mode=dark] body .toggle-sidebar .sidebar-header h5,
[data-layout-mode=dark] body .toggle-sidebar .sidebar-header a,
[data-layout-mode=dark] body .toggle-sidebar .sidebar-body .accordion .filter-title a,
[data-layout-mode=dark] body .invoice-content-title a,
[data-layout-mode=dark] body .card-body,
[data-layout-mode=dark] body .note textarea,
[data-layout-mode=dark] body .nav-pills .nav-link,
[data-layout-mode=dark] body #add_package .modal-body ul li h6 {
  color: #aaa;
}
[data-layout-mode=dark] body #add_package .modal-body ul li h6:hover,
[data-layout-mode=dark] body #add_package .modal-body ul li h6.active {
  color: #fff;
}
[data-layout-mode=dark] body .bg-subscribe {
  background: rgba(237, 58, 58, 0.3);
  color: rgba(237, 58, 58, 0.9);
}
[data-layout-mode=dark] body .bg-payment {
  background: rgba(36, 101, 188, 0.3);
  color: rgba(36, 101, 188, 0.9);
}
[data-layout-mode=dark] body .leave-info-box {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] body .card-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header {
  background-color: #2e3840;
}
[data-layout-mode=dark] body .faq-card .card .card-header a {
  color: #aaa;
}
[data-layout-mode=dark] body .custom-table td {
  color: #fff !important;
}
[data-layout-mode=dark] body .table td a {
  color: #777;
}
[data-layout-mode=dark] body .sidebar,
[data-layout-mode=dark] body .wizard .nav-item .nav-link {
  background-color: #16191c;
}
[data-layout-mode=dark] body .form-group .form-control,
[data-layout-mode=dark] body .input-block .form-control,
[data-layout-mode=dark] body .form-group-item,
[data-layout-mode=dark] body .form-group-customer,
[data-layout-mode=dark] body .toggle-sidebar .sidebar-header,
[data-layout-mode=dark] body .toggle-sidebar .sidebar-body .accordion,
[data-layout-mode=dark] body .card.company-settings-new .content-page-header,
[data-layout-mode=dark] body .card-footer {
  border-color: #3b3c3e;
}
[data-layout-mode=dark] body .popover-header {
  background-color: #2a2b2f;
  color: #aaa;
  border-color: #2a2b2f;
}
[data-layout-mode=dark] body .add-customer-btns .customer-btn-cancel,
[data-layout-mode=dark] body .modal-footer .btn-back {
  border-color: #ff1717;
  background: rgba(230, 33, 33, 0.1);
  color: #ff1717;
}
[data-layout-mode=dark] body .btn-path .btn-cancel.bg-primary-light {
  background: rgba(230, 33, 33, 0.1) !important;
  color: #ff1717 !important;
}
[data-layout-mode=dark] body .btn-primary,
[data-layout-mode=dark] body .pagination li.active a.page-link,
[data-layout-mode=dark] body .nav-pills .nav-link.active,
[data-layout-mode=dark] body .nav-pills .show > .nav-link,
[data-layout-mode=dark] body .custom_radio .checkmark:after,
[data-layout-mode=dark] body .custom_radio_one .checkmark:after,
[data-layout-mode=dark] body #add_package .modal-body ul li h6.active,
[data-layout-mode=dark] body .file-link .print-link:hover,
[data-layout-mode=dark] body .file-link .download-link:hover {
  border-color: rgba(117, 57, 255, 0.3);
  background: rgba(117, 57, 255, 0.3);
  color: #7d00b2;
}
[data-layout-mode=dark] body .btn-primary:hover,
[data-layout-mode=dark] body .pagination li.active a.page-link:hover,
[data-layout-mode=dark] body .nav-pills .nav-link.active:hover,
[data-layout-mode=dark] body .nav-pills .show > .nav-link:hover,
[data-layout-mode=dark] body .custom_radio .checkmark:after:hover,
[data-layout-mode=dark] body .custom_radio_one .checkmark:after:hover,
[data-layout-mode=dark] body #add_package .modal-body ul li h6.active:hover,
[data-layout-mode=dark] body .file-link .print-link:hover:hover,
[data-layout-mode=dark] body .file-link .download-link:hover:hover {
  box-shadow: inset 0 50px 0 0 #aaa;
  border-color: #aaa;
  color: #000;
}
[data-layout-mode=dark] body #add_package .modal-body ul li h6:hover {
  border-color: rgba(117, 57, 255, 0.3);
  background: rgba(117, 57, 255, 0.3);
  color: #7d00b2;
}
[data-layout-mode=dark] body .bg-white {
  background: #1c1d22 !important;
}
[data-layout-mode=dark] body .nav-bordered a.active {
  border-bottom: 2px solid rgba(117, 57, 255, 0.3);
}
[data-layout-mode=dark] body .btn-warning {
  border-color: rgba(255, 193, 7, 0.3);
  background: rgba(255, 193, 7, 0.3);
  color: #ffc107;
}
[data-layout-mode=dark] body .btn-light,
[data-layout-mode=dark] body .navtab-bg .nav-link {
  border-color: rgba(166, 166, 166, 0.3);
  background: rgba(166, 166, 166, 0.3);
  color: #a6a6a6;
}
[data-layout-mode=dark] body .toggle-sidebar .sidebar-layout-filter {
  background: #16191c;
}
[data-layout-mode=dark] .view-icons .btn {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #aaa;
}
[data-layout-mode=dark] .header {
  background: #1c1d22;
  border-color: #1c1d22;
}
[data-layout-mode=dark] .header .user-menu.nav > li > a {
  color: #aaa;
}
[data-layout-mode=dark] .header #toggle_btn .bar-icon span {
  background-color: #aaa;
}
[data-layout-mode=dark] .header .page-title-box h3 {
  color: #aaa;
}
[data-layout-mode=dark] .header .logo2 {
  display: none;
}
[data-layout-mode=dark] .due-info,
[data-layout-mode=dark] .assigned-info,
[data-layout-mode=dark] .activity-feed .feed-item .feed-text a,
[data-layout-mode=dark] .login-wrapper .loginbox .login-right .dont-have a,
[data-layout-mode=dark] .invoice-one .add-details,
[data-layout-mode=dark] .invoice-one .invoice-table table tr td,
[data-layout-mode=dark] .invoice-one .invoice-table-footer .table-footer-right table td,
[data-layout-mode=dark] .invoice-one .customer-name,
[data-layout-mode=dark] .invoice-one .customer-name,
[data-layout-mode=dark] .invoice-one .bank-details .terms-condition span,
[data-layout-mode=dark] .invoice-one .bank-details .payment-info .payment-title,
[data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add,
[data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address,
[data-layout-mode=dark] .inv-content .bank-details .company-sign span,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .bank-details .account-details span,
[data-layout-mode=dark] .inv-content .bank-details .bank-title,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span {
  color: #fff;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container {
  background: #1c1d22;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container .task-label {
  color: #aaa;
}
[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li.completed .task-container {
  background: #16191c;
}
[data-layout-mode=dark] .task-chat-contents {
  background-color: #1c1d22;
}
[data-layout-mode=dark] .welcome-box {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
  background-color: #16191c;
  border: 1px solid #2e3840;
  padding: 10px !important;
}
[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content .chat-time {
  color: #fff;
}
[data-layout-mode=dark] .chat-sidebar .chat-contents {
  background-color: #1c1d22;
}
[data-layout-mode=dark] .chat-footer .message-bar .message-area .input-group .form-control {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-line .chat-date {
  background-color: #16191c;
  top: 9px;
  left: -15px;
}
[data-layout-mode=dark] .search-box .input-group {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-window {
  background-color: transparent;
}
[data-layout-mode=dark] .dash-section .dash-info-list .dash-card {
  background-color: #16191c;
  border: 1px solid #2e3840;
  color: #575757;
}
[data-layout-mode=dark] .card,
[data-layout-mode=dark] .invoice-one .invoice-wrapper,
[data-layout-mode=dark] .invoice-two .invoice-wrapper,
[data-layout-mode=dark] .invoice-wrapper,
[data-layout-mode=dark] .invoice-five .inv-content,
[data-layout-mode=dark] .receipt-wrap,
[data-layout-mode=dark] .receipt-wrap .receipt-top .company-logo,
[data-layout-mode=dark] .receipt-wrap .receipt-heading span {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .file-link .download-link,
[data-layout-mode=dark] .file-link .print-link {
  background: #16191c;
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header .company-details,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-header,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-address-details .invoice-to-payment,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-notes,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no,
[data-layout-mode=dark] .invoice-five .inv-content .invoice-five-details .gradient-block {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-notes {
  border-color: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header {
  background-color: #2a2b2f;
  color: #aaa;
}
[data-layout-mode=dark] .time-list .dash-stats-list h4 {
  color: #aaa;
}
[data-layout-mode=dark] .topics,
[data-layout-mode=dark] .w-sidebar {
  background-color: #16191c;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .topics .topic-title a,
[data-layout-mode=dark] .w-sidebar .topic-title a {
  color: #aaa;
}
[data-layout-mode=dark] .topics .topics .topics-list li a,
[data-layout-mode=dark] .w-sidebar .topics .topics-list li a {
  color: #aaa;
}
[data-layout-mode=dark] .roles-menu ul {
  border: 1px solid #16191c;
  background: #16191c;
}
[data-layout-mode=dark] .roles-menu ul li a {
  color: #aaa;
}
[data-layout-mode=dark] .list-group-item,
[data-layout-mode=dark] .activity-box,
[data-layout-mode=dark] .punch-info .punch-hours,
[data-layout-mode=dark] .punch-det,
[data-layout-mode=dark] .att-statistics .stats-info,
[data-layout-mode=dark] .stats-info {
  border: 1px solid #2e3840;
  background: #16191c;
  color: #aaa;
}
[data-layout-mode=dark] .form-control,
[data-layout-mode=dark] .signature-invoice .form-group-bank .nav-pills,
[data-layout-mode=dark] .service-upload {
  border: 1px solid #3b3c3e;
  background: rgba(193, 193, 193, 0.07);
  color: #aaa;
}
[data-layout-mode=dark] .form-control {
  font-size: 14px;
}
[data-layout-mode=dark] .form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-layout-mode=dark] .form-control:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-layout-mode=dark] .form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-layout-mode=dark] .form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-layout-mode=dark] .project-title a {
  color: #fff;
}
[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #aaa;
  background: #1c1d22;
}
[data-layout-mode=dark] .profile-widget {
  border: 1px solid #2e3840;
  background: #16191c;
}
[data-layout-mode=dark] .profile-widget .user-name a {
  color: #fff;
}
[data-layout-mode=dark] .stats-info h6 {
  color: #aaa;
}
[data-layout-mode=dark] .modal-body .form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  background-color: transparent;
  color: #aaa;
}
[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-sidebar {
  border-left: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs {
  border-bottom: none;
}
[data-layout-mode=dark] .chat-line {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
  color: #aaa;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
  color: #aaa;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header {
  background-color: #16191c;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header span {
  color: #aaa;
}
[data-layout-mode=dark] .file-content .file-body {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner {
  padding: 15px;
  width: 100%;
}
[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
  background-color: #1c1d22;
}
[data-layout-mode=dark] .file-content .file-search {
  background-color: #1c1d22;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-content .file-search .form-control {
  background-color: #1c1d22;
  color: #aaa;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search {
  background-color: #1c1d22;
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .form-control {
  background-color: #16191c;
}
[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
  color: #aaa;
}
[data-layout-mode=dark] .file-wrap {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar {
  border-right: 1px solid #2e3840;
}
[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .input-group .form-control {
  color: #aaa;
  background-color: #1c1d22;
}
[data-layout-mode=dark] .table-bordered td {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .nav-tabs.nav-tabs-bottom li a.active {
  color: #fff;
}
[data-layout-mode=dark] .offcanvas {
  background-color: #1c1d22;
}
[data-layout-mode=dark] .offcanvas .sidebar-headerset {
  border-bottom: 1px solid #2e3840;
}
[data-layout-mode=dark] .offcanvas h5 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h5 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h6 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .sidebar-headerset h2,
[data-layout-mode=dark] .offcanvas .sidebar-headerset h3 {
  color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .card-radio .form-check-label {
  border-color: #ced4da;
}
[data-layout-mode=dark] .offcanvas .offcanvas-footer {
  border-top: 1px solid #2e3840 !important;
}
[data-layout-mode=dark] .review-section .review-header {
  background-color: #1c1d22;
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .table-bordered th,
[data-layout-mode=dark] .dropdown-menu {
  border: 1px solid #2e3840;
}
[data-layout-mode=dark] .chat-window,
[data-layout-mode=dark] .chat-window .chat-cont-left,
[data-layout-mode=dark] .chat-cont-right,
[data-layout-mode=dark] .chat-window .chat-cont-left .chat-header,
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-header,
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body,
[data-layout-mode=dark] .chat-window .chat-cont-left .chat-search,
[data-layout-mode=dark] .chat-window .chat-cont-left .chat-users-list a.chat-block,
[data-layout-mode=dark] .dropdown-menu,
[data-layout-mode=dark] .mail-provider,
[data-layout-mode=dark] #plan-billing-slider .owl-item .packages.active,
[data-layout-mode=dark] .form-select,
[data-layout-mode=dark] .form-group .form-control,
[data-layout-mode=dark] .input-block .form-control,
[data-layout-mode=dark] .input-group-text,
[data-layout-mode=dark] .blog,
[data-layout-mode=dark] .bootstrap-tagsinput,
[data-layout-mode=dark] .custom_check .checkmark,
[data-layout-mode=dark] .checkmark,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .thanks-msg,
[data-layout-mode=dark] .chat-cont-left .chat-scroll {
  background: #1c1d22;
  border-color: #3b3c3e;
  color: #ced4da;
}
[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single,
[data-layout-mode=dark] .card.company-settings-new .input-block.service-upload.logo-upload .sites-logo,
[data-layout-mode=dark] .template-invoice-card .invoice-card-title h6,
[data-layout-mode=dark] .invoice-template-tab.invoices-main-tabs,
[data-layout-mode=dark] .invoices-main-tabs,
[data-layout-mode=dark] .blog,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-address,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details {
  border-color: #3b3c3e;
}
[data-layout-mode=dark] .notifications .notification-list li {
  box-shadow: 0 1px 0 0 #3b3c3e;
}
[data-layout-mode=dark] #plan-billing-slider .owl-item .packages,
[data-layout-mode=dark] .grid-blog .post-widget,
[data-layout-mode=dark] .nav-tabs .nav-link.active {
  background: #2a2b2f;
  border-color: #3b3c3e;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-status,
[data-layout-mode=dark] .dash-widget-header .dash-count .dash-counts p,
[data-layout-mode=dark] .user-menu .dropdown-menu .dropdown-item,
[data-layout-mode=dark] .user-content .user-name {
  color: #ced4da;
  background: #1c1d22;
}
[data-layout-mode=dark] .card-table .card-body .table td,
[data-layout-mode=dark] .table tbody td h2.table-avatar a:hover,
[data-layout-mode=dark] .card-table .companies-table .table td,
[data-layout-mode=dark] quotations.html,
[data-layout-mode=dark] .notifications .notification-list li blockquote,
[data-layout-mode=dark] .service-upload .drop-browse,
[data-layout-mode=dark] .grid-blog .blog-title a,
[data-layout-mode=dark] .grid-blog .post-widget,
[data-layout-mode=dark] .card {
  color: #aaa;
}
[data-layout-mode=dark] .post-title {
  color: #7d00b2;
}
[data-layout-mode=dark] .companies-table .table tbody td h2.table-avatar a,
[data-layout-mode=dark] .card-table .card-body .table th,
[data-layout-mode=dark] table.dataTable > thead .sorting:before,
[data-layout-mode=dark] table.dataTable > thead .sorting_asc:before,
[data-layout-mode=dark] table.dataTable > thead .sorting_desc:before,
[data-layout-mode=dark] table.dataTable > thead .sorting_asc_disabled:before,
[data-layout-mode=dark] table.dataTable > thead .sorting_desc_disabled:before,
[data-layout-mode=dark] .table tbody td h2.table-avatar a,
[data-layout-mode=dark] .nav-tabs .nav-link.active,
[data-layout-mode=dark] .customer-text-one,
[data-layout-mode=dark] .activity-feed .feed-item.timeline-item span.timeline-user a,
[data-layout-mode=dark] .invoice-sign span,
[data-layout-mode=dark] .ticket-information .support-details-cont h6,
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info h6,
[data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head h6,
[data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box h6,
[data-layout-mode=dark] .inv-content .invoice-table table tr td,
[data-layout-mode=dark] .inv-content .invoice-table table tr th,
[data-layout-mode=dark] .inv-content .total-amountdetails span,
[data-layout-mode=dark] .invoice-one .bank-details .payment-info span,
[data-layout-mode=dark] .invoice-one .bank-details .payment-info div,
[data-layout-mode=dark] .invoice-one .thanks-msg,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-header .inv-header-left h2,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table thead tr th,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr .table-description,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr td,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-footer .table-footer-right table td,
[data-layout-mode=dark] .invoice-two .inv-content .thanks-msg,
[data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details h5,
[data-layout-mode=dark] .invoice-two .inv-content .bank-details .payment-info .debitcard,
[data-layout-mode=dark] .invoice-two .inv-content .terms-condition span,
[data-layout-mode=dark] .invoice-two .inv-content .bank-details .payment-info .payment-title,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details span,
[data-layout-mode=dark] .inv-content .invoice-address .invoice-to .inv-to-address,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr th,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table td,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title,
[data-layout-mode=dark] .inv-content .invoice-header .inv-header-right .inv-date span,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .inv-to-address,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment span,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr .table-description,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr th,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .total-amountdetails span,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .payment-title,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info span,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .terms-condition span,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debitcard,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .thanks-msg,
[data-layout-mode=dark] .invoice-five .terms-condition ol li,
[data-layout-mode=dark] .invoice-five .inv-content .invoice-header .inv-header-right h2,
[data-layout-mode=dark] .invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details,
[data-layout-mode=dark] .company-booking-address.company-five-address .company-add h4,
[data-layout-mode=dark] .company-booking-address.company-five-address .invoice-date p,
[data-layout-mode=dark] .invoice-address-details.invoice-five-group .invoice-to .inv-to-address,
[data-layout-mode=dark] .invoice-five .invoice-table-details table tr .table-description,
[data-layout-mode=dark] .invoice-five .invoice-table-details table tr td,
[data-layout-mode=dark] .invoice-five .invoice-table-footer .table-footer-right table td,
[data-layout-mode=dark] .total-amt-word tr td span,
[data-layout-mode=dark] .inv-content .bank-details .account-details span,
[data-layout-mode=dark] .invoice-five .invoice-table-details table thead tr th,
[data-layout-mode=dark] .receipt-wrap .receipt-top .company-name,
[data-layout-mode=dark] .receipt-wrap .receipt-heading,
[data-layout-mode=dark] .receipt-wrap .customer-list li .desc,
[data-layout-mode=dark] .receipt-wrap .receipt-table thead th,
[data-layout-mode=dark] .receipt-wrap .total-payable,
[data-layout-mode=dark] .login-wrapper .loginbox .account-subtitle,
[data-layout-mode=dark] .receipt-three .receipt-top .receipt-title,
[data-layout-mode=dark] .receipt-four .receipt-top .receipt-title {
  color: #fff;
}
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
  border-left: 58px solid #16191c;
}
[data-layout-mode=dark] .invoice-one .gst-details h6,
[data-layout-mode=dark] .invoice-one .inv-header-right h6,
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header .inv-header-right p span {
  color: #878a99;
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: rgba(225, 255, 237, 0.3);
  color: #fff;
}
[data-layout-mode=dark] .invoice-one .inv-content span.line {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .inv-content .invoice-header {
  border-bottom: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .list-btn .btn-filters {
  background: #36373d;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
  border-color: transparent;
}
[data-layout-mode=dark] .list-btn .filter-list li a.active,
[data-layout-mode=dark] .btn-import {
  border-color: #7d00b2;
}
[data-layout-mode=dark] .btn-import {
  color: #7d00b2;
  background: 0 0;
}
[data-layout-mode=dark] .btn-import:hover {
  background: #7d00b2;
}
[data-layout-mode=dark] .card-table .card-body .table td,
[data-layout-mode=dark] .invoice-one .invoice-table table tr td,
[data-layout-mode=dark] .invoice-one .bank-details,
[data-layout-mode=dark] .invoice-one .thanks-msg,
[data-layout-mode=dark] .invoice-one .total-amountdetails,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-header,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-header,
[data-layout-mode=dark] .invoice-two .inv-content .two-invoice-details .company-booking-address,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table tr,
[data-layout-mode=dark] .invoice-two .inv-content .thanks-msg,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table tr,
[data-layout-mode=dark] .inv-content .bank-details,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .total-amountdetails,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .bank-details,
[data-layout-mode=dark] .invoice-five .invoice-table-details table tr {
  border-bottom: 1px solid #3b3c3e;
}
[data-layout-mode=dark] .invoice-two .inv-content .thanks-msg {
  border-top: 1px solid #3b3c3e;
}
[data-layout-mode=dark] .invoice-one .totalamount-footer,
[data-layout-mode=dark] .invoice-two .inv-content .totalamount-footer,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .totalamount-footer {
  border-color: #3b3c3e;
}
[data-layout-mode=dark] .invoice-one .inv-content,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four,
[data-layout-mode=dark] .invoice-five .invoice-table-details table {
  border: 1px solid #3b3c3e;
}
[data-layout-mode=dark] .invoice-one h5,
[data-layout-mode=dark] .inv-content .invoice-table table thead tr,
[data-layout-mode=dark] .invoice-one .thanks-msg,
[data-layout-mode=dark] .invoice-two .inv-content .invoice-table-details table thead tr,
[data-layout-mode=dark] .invoice-two .inv-content .thanks-msg,
[data-layout-mode=dark] .invoice-two .file-link .download-link,
[data-layout-mode=dark] .invoice-two .file-link .print-link,
[data-layout-mode=dark] .invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr,
[data-layout-mode=dark] .invoice-five .invoice-table-details table .ecommercetable {
  background: #2a2b2f;
}
[data-layout-mode=dark] .table-hover tbody tr:hover {
  background: 0 0;
}
[data-layout-mode=dark] .user-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: 0 0;
}
[data-layout-mode=dark] .status-toggle .check:checked + .checktoggle {
  background-color: rgba(85, 206, 99, 0.3);
  border: 1px solid rgba(85, 206, 99, 0.3);
}
[data-layout-mode=dark] .chat-window .chat-cont-left .chat-search .input-group .form-control,
[data-layout-mode=dark] .modal-content,
[data-layout-mode=dark] .card .card-body,
[data-layout-mode=dark] .top-action-left .dropdown-toggle,
[data-layout-mode=dark] .btn-white-outline,
[data-layout-mode=dark] .card.timeline-card {
  background: #1e1f25;
}
[data-layout-mode=dark] .inbox-menu li a,
[data-layout-mode=dark] .product-list-item-img span {
  color: #aaa;
}
[data-layout-mode=dark] .top-action-left .dropdown-toggle,
[data-layout-mode=dark] .btn-white-outline {
  border-color: #3b3c3e;
  color: #aaa;
}
[data-layout-mode=dark] .pagination .paginate_button.next .page-link,
[data-layout-mode=dark] .pagination .paginate_button.previous .page-link {
  background: rgba(193, 193, 193, 0.07);
  border: 1px solid #3b3c3e;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
  color: #aaa;
}
[data-layout-mode=dark] .setting-menu {
  color: #fff !important;
}
[data-layout-mode=dark] .card.timeline-card,
[data-layout-mode=dark] .invoice-item-date,
[data-layout-mode=dark] .invoice-item-two,
[data-layout-mode=dark] .activity-feed .feed-item,
[data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban,
[data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due,
[data-layout-mode=dark] .blog,
[data-layout-mode=dark] .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment {
  border-color: #3b3c3e;
}
[data-layout-mode=dark] .blog-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
[data-layout-mode=dark] .invoice-terms .invoice-terms-icon {
  background: rgba(239, 239, 239, 0.12);
}
[data-layout-mode=dark] .dark-white-logo {
  display: inline-block !important;
}
[data-layout-mode=dark] .light-color-logo {
  display: none !important;
}
[data-layout-mode=dark] .invoice-item .invoice-details strong {
  color: #878a99;
}
[data-layout-mode=dark] .packages.package-selected {
  background: rgba(115, 102, 255, 0.3);
}
[data-layout-mode=dark] .chat-cont-right ul.list-unstyled .chat-block.received .media-body > div,
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box > div,
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer,
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer .input-group .form-control,
[data-layout-mode=dark] .form-group-bank,
[data-layout-mode=dark] .description-box .note-frame,
[data-layout-mode=dark] .form-group .note-editable,
[data-layout-mode=dark] .input-block .note-editable,
[data-layout-mode=dark] .note-toolbar,
[data-layout-mode=dark] .form-group .note-toolbar,
[data-layout-mode=dark] .input-block .note-toolbar,
[data-layout-mode=dark] .note-btn,
[data-layout-mode=dark] .ticket-information .support-details,
[data-layout-mode=dark] .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban {
  background: #2a2b2f;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block .media-body .msg-box > div p,
[data-layout-mode=dark] .chat-time span,
[data-layout-mode=dark] .filter-buttons button.btn-secondary,
[data-layout-mode=dark] .note-btn {
  color: #8a8a8a;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-body .chat-block.received .media-body .msg-box:first-child:before {
  border-right: 6px solid #2a2b2f;
}
[data-layout-mode=dark] .chat-window .chat-cont-right .chat-footer,
[data-layout-mode=dark] .form-group-bank,
[data-layout-mode=dark] .note-btn,
[data-layout-mode=dark] .note-toolbar,
[data-layout-mode=dark] .ticket-information .support-details {
  border-color: #3b3c3e;
}
[data-layout-mode=dark] .card-support {
  border: none;
}
[data-layout-mode=dark] .invoices-main-tabs {
  padding-top: 12px;
  padding-left: 12px;
}
[data-layout-mode=dark] .recurring-tab ul li button.active {
  background: rgba(115, 102, 255, 0.3) !important;
}
[data-layout-mode=dark] .badge-gray-outline {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
[data-layout-mode=dark] .filter-buttons button.btn-secondary:hover {
  box-shadow: inset 0 50px 0 0 rgba(117, 57, 255, 0.3);
}
[data-layout-mode=dark] .ticket-information .support-widget-icon,
[data-layout-mode=dark] .ticket-information .customer-widget-icon,
[data-layout-mode=dark] .ticket-information .support-details .btn-action-icon,
[data-layout-mode=dark] .activity-feed .feed-item:before,
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload {
  background: rgba(255, 255, 255, 0.3);
}
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload {
  border-color: rgba(255, 255, 255, 0.3);
}
[data-layout-mode=dark] .ticket-history .card-inform .ticket-info .ticket-upload:hover {
  background: rgba(117, 57, 255, 0.3);
  border-color: rgba(117, 57, 255, 0.3);
}
.status-toggle .checktoggle {
  transform: none;
}
[data-topbar=light][data-layout-mode=dark] body .logo-dark,
[data-topbar=light][data-layout-mode=dark] body .logo-lightmode {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .logo-light,
[data-topbar=light][data-layout-mode=dark] body .logo-darkmode {
  display: inline-block;
}
[data-topbar=light][data-layout-mode=dark] body .header .main-logo {
  background: #1c1d22;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo-color {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo-white {
  display: block;
}
[data-topbar=light][data-layout-mode=dark] body .header .toggle-bars .bar-icons {
  background: #aaa;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo {
  display: none;
}
[data-topbar=light][data-layout-mode=dark] body .header .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-topbar=light][data-layout-mode=dark] body .header .user-menu.nav > li > a span {
  color: #aaa;
}
[data-topbar=light][data-layout-mode=dark] body .header .has-arrow .dropdown-toggle:after {
  border-color: #aaa;
}
[data-topbar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul.sidebar-vertical .menu-title span {
  color: #fff;
}
[data-topbar=light][data-layout-mode=dark] body .user-menu.nav .dropdown-heads > a,
[data-topbar=light][data-layout-mode=dark] body .customer-details-group .customer-details .customer-widget-icon i {
  background: #28292d;
}
[data-topbar=light][data-layout-mode=dark] body .user-menu.nav .dropdown-heads > a i {
  color: #aaa;
}
[data-topbar=light][data-layout-mode=dark] body .signature-invoice {
  background: #1e1f25;
}
[data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul {
  background: #1c1d22;
  border-color: #3b3c3e;
}
[data-topbar=light][data-layout-mode=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  background: #1c1d22;
}
[data-sidebar=light][data-layout-mode=dark] body #toggle_btn {
  color: #aaa;
}
[data-sidebar=light][data-layout-mode=dark] body .header {
  background: #1c1d22;
  border-color: #1c1d22;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control {
  background: rgba(193, 193, 193, 0.07);
  border: 1px solid #3b3c3e;
  color: #aaa;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar {
  background-color: #1c1d22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu {
  background-color: #1c1d22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active i {
  color: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active span {
  color: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu a.active span.menu-arrow {
  color: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a span {
  color: #aaa;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li ul li a {
  background: #1c1d22;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  background: 0 0;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedy ul li a:hover,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul > li > a:hover,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a:hover span,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a:hover i,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active i {
  color: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #fff;
  border: 1px solid #fff;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::after,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before,
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu ul li a.active::before {
  background: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover {
  color: #7d00b2;
}
[data-sidebar=light][data-layout-mode=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover span {
  color: #7d00b2;
}
[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
  color: #fff !important;
}
[data-sidebar=gradient] .sidebar {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%);
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li ul li a {
  background: 0 0;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active:after,
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a.active::after {
  background: #fff;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  border: 1px solid #fff;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a,
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a span {
  color: #b7c0cd;
}
[data-sidebar=gradient] .sidebar .sidebar-menu ul li.submenu ul li a.active,
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a:hover,
[data-sidebar=gradient] .sidebar .sidebar-menu ul li a:hover span {
  color: #fff;
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-left {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%);
}
[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #405189;
}
[data-sidebar=gradient-2] .sidebar {
  background:
    linear-gradient(
      to right,
      #7d00b2 0%,
      #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-left {
  background:
    linear-gradient(
      to right,
      #7d00b2 0%,
      #0253cc 100%);
}
[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #7d00b2;
}
[data-sidebar=gradient-2] #layout-position .radio input:checked + label {
  background: #7d00b2;
  color: #fff;
}
[data-sidebar=gradient-3] .sidebar {
  background:
    linear-gradient(
      to right,
      #ff737b 0%,
      #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-left {
  background:
    linear-gradient(
      to right,
      #ff737b 0%,
      #453a94 100%);
}
[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #ff737b;
}
[data-sidebar=gradient-3] #layout-position .radio input:checked + label {
  background: #ff737b;
  color: #fff;
}
[data-sidebar=gradient-4] .sidebar {
  background:
    linear-gradient(
      to right,
      #1ec1b0 0%,
      #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-left {
  background:
    linear-gradient(
      to right,
      #1ec1b0 0%,
      #764ba2 100%);
}
[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #1ec1b0;
}
[data-sidebar=gradient-4] #layout-position .radio input:checked + label {
  background: #1ec1b0;
  color: #fff;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
  margin: 0;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-left {
  display: block;
}
[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-right {
  display: none;
}
[data-layout=horizontal] body .header {
  box-shadow: none;
}
[data-layout=horizontal] body .sidebar {
  width: 100% !important;
  bottom: inherit;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover {
  background: 0 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li span,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li i,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
  display: inline-block !important;
  color: #878a99;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a span.badge {
  color: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop i,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop .menu-arrow {
  color: #7d00b2;
}
[data-layout=horizontal] body .sidebar .slimScrollDiv,
[data-layout=horizontal] body .sidebar .sidebar-inner {
  height: auto !important;
  overflow: inherit !important;
}
[data-layout=horizontal] body .sidebar .hidden {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu {
  padding: 0 !important;
  height: 60px;
  display: flex;
  align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-layout=horizontal] body .sidebar .sidebar-vertical {
  display: none !important;
}
[data-layout=horizontal] body .sidebar .sidebar-horizantal {
  display: flex !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  flex-direction: inherit;
  text-align: left;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active {
  color: #7d00b2;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover i,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop i,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active i {
  color: #7d00b2;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span {
  color: #7d00b2;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.menu-arrow,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span.menu-arrow,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.menu-arrow {
  color: #7d00b2;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.badge,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.subdrop span.badge,
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.badge {
  color: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu .menu-title {
  display: none !important;
}
[data-layout=horizontal] body .sidebar ul li span {
  display: inline-block !important;
}
[data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #d5d5d5;
  max-height: 200px;
  overflow-y: inherit;
}
[data-layout=horizontal] body .sidebar .hidden-links li a:hover {
  color: #333;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul.links > li > a {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul.links > li > a .menu-arrow {
  top: 21px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot:before {
  display: none;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #7d00b2;
  background: #fff;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
  right: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
  display: none;
  width: 200px;
  background-color: #1c1d22;
  position: absolute;
  top: 60px;
  left: 0;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a .menu-arrow {
  right: 15px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
  padding: 8px 15px;
}
[data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
  color: #fff;
}
[data-layout=horizontal] body #sidebar-view,
[data-layout=horizontal] body #sidebar-size,
[data-layout=horizontal] body #layout-width,
[data-layout=horizontal] body #layout-position {
  display: none;
}
[data-layout=horizontal] body #toggle_btn {
  display: none;
}
[data-layout=horizontal] body ul.hidden-links {
  position: absolute !important;
  right: 0;
  background: #fff;
  width: 100%;
  top: 60px;
  justify-content: flex-start;
  align-items: start !important;
  flex-wrap: wrap;
  border-top: 1px dashed #e3e3e3;
  padding: 12px 3px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}
[data-layout=horizontal] body ul.hidden-links ul {
  left: 0 !important;
  position: absolute !important;
  top: 40px !important;
  background-color: #fff !important;
  width: 100% !important;
  z-index: 9999;
}
[data-layout=horizontal] body ul.hidden-links ul li a {
  width: 100%;
}
[data-layout=horizontal] body ul.hidden-links ul li a:hover {
  color: #333;
}
[data-layout=horizontal] body ul.hidden-links > li {
  width: 20%;
}
[data-layout=horizontal] body ul.hidden-links > li a {
  display: block;
  padding: 5px 15px;
}
[data-layout=horizontal] body ul.hidden-links > li a:hover {
  background: 0 0;
}
[data-layout=horizontal] body ul.hidden-links li a .menu-arrow {
  right: 10px !important;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
  padding: 10px 15px;
}
[data-layout=horizontal] body .greedy ul.list-inline-item.list-unstyled.links {
  width: 95%;
}
[data-layout=horizontal] body .greedy > button {
  display: block;
}
[data-layout=horizontal] body nav.greedy button {
  align-self: stretch;
  transition: all 0.4s ease-out;
  padding: 5px 0 0 5px;
  outline: 0;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
  min-width: 100px;
  margin-right: 20px;
}
[data-layout=horizontal] body nav.greedy {
  position: relative;
  height: 45px;
  justify-content: flex-start;
}
[data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
  display: none;
}
[data-layout=horizontal] body .page-wrapper {
  margin: 0;
  padding-top: 120px;
}
[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
  position: absolute;
  right: -200px;
  top: 0;
  left: auto;
}
[data-layout=horizontal] body .sidebar ul ul li {
  display: inline-block !important;
  width: 100%;
}
[data-layout=horizontal] body .hidden-links .menu-title {
  display: inline-block !important;
  color: #333 !important;
}
[data-sidebar=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a:hover span.menu-arrow,
[data-sidebar=dark][data-layout=horizontal] body .sidebar .sidebar-menu ul li a.active span.menu-arrow {
  color: #7d00b2;
}
[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left {
  background-color: #34444c;
}
[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #333;
}
[data-sidebar=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #fff;
}
[data-sidebar=dark] body .sidebar {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1c1d22;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a:hover {
  color: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a span {
  color: #b7c0cd;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover i,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover span,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active span,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active i {
  color: #7d00b2;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li ul li a {
  background: 0 0;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedy ul li a:hover,
[data-sidebar=dark] body .sidebar .sidebar-menu ul > li > a:hover,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a:hover span,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #7d00b2;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li.submenu ul li a.active:after {
  background: #fff;
  border: 1px solid #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before {
  display: none;
}
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::after,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before,
[data-sidebar=dark] body .sidebar .sidebar-menu ul li a.active::before {
  background: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu {
  color: #b7c0cd;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .viewmoremenu:hover {
  color: #fff;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover {
  color: #7d00b2;
}
[data-sidebar=dark] body .sidebar .sidebar-menu .greedys .hidden-links li a:hover span {
  color: #7d00b2;
}
[data-sidebar=dark] body .main-logo {
  background: 0 0;
}
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link {
  padding: 5px;
  color: #fff;
}
[data-sidebar=dark] body .two-col-bar .sidebar .sidebar-left .nav-link.active {
  color: #fff;
}
[data-topbar=light] body .header {
  background: #fff;
  border-color: transparent;
}
[data-topbar=light] body .header .main-logo {
  background: #fff;
}
[data-topbar=light] body .header .page-title-box h3 {
  color: #333;
}
[data-topbar=light] body .header .logo-color {
  display: block;
}
[data-topbar=light] body .header .logo-white {
  display: none;
}
[data-topbar=light] body .header .toggle-bars .bar-icons {
  background: #878a99;
}
[data-topbar=light] body .header .top-nav-search form .form-control {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
  color: #333;
}
[data-topbar=light] body .header .top-nav-search form .btn {
  color: #333;
}
[data-topbar=light] body .header .header-left .logo2 {
  display: inline-block;
  line-height: 60px;
}
[data-topbar=light] body .header .header-left .logo {
  display: none;
  line-height: 60px;
}
[data-topbar=light] body .header #toggle_btn .bar-icon span {
  background-color: #333;
}
[data-topbar=light] body .header .user-menu.nav > li > a,
[data-topbar=light] body .header .user-menu.nav > li > a span {
  color: #333;
}
[data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right {
  background: #fff;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
  color: #333;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
  color: #34444c;
  background: 0 0;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  color: #333;
  background: #fff;
}
[data-sidebar=light] body .sidebar {
  background: #7d00b2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
[data-sidebar=light] body .sidebar ul li span {
  display: inline-block;
}
[data-sidebar=light] body .sidebar ul li span:hover {
  display: inline-block !important;
}
[data-sidebar=light] body .sidebar .sidebar-menu {
  padding: 10px 0;
}
[data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
  color: #333;
}
[data-sidebar=light] body .greedys .viewmoremenu {
  color: #878a99;
}
[data-sidebar=light] body .greedys .viewmoremenu:hover {
  color: #7d00b2;
}
[data-sidebar=light] body nav.greedy button {
  color: #333 !important;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left {
  background: #fafafa;
}
[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
  background: #34444c;
  color: #fff;
}
[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
  display: block !important;
}
[data-sidebar=light] body .mini-sidebar .sidebar {
  background-color: #fff;
}
[data-sidebar=light] body .mini-sidebar .sidebar ul li span {
  display: none !important;
}
[data-sidebar=light] body nav.greedy button {
  color: #333;
}
[data-sidebar=light] body .sidebar-menu ul li a:hover,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
  color: #333;
}
[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
  color: #333;
  background-color: transparent;
}
[data-topbar=dark] .header {
  background: #1c1d22;
  border-color: #2e3840;
}
[data-topbar=dark] .header .main-logo {
  background: #1c1d22;
}
[data-topbar=dark] .header .toggle-bars .bar-icons {
  background: #aaa;
}
[data-topbar=dark] .header .logo-color {
  display: none;
}
[data-topbar=dark] .header .logo-white {
  display: block;
}
[data-topbar=dark] .header .user-content .user-name {
  color: #9e9e9e;
}
[data-topbar=dark] .header .has-arrow .dropdown-toggle:after {
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
}
[data-topbar=dark] .header .header-left .logo {
  display: block;
  line-height: 60px;
}
[data-topbar=dark] .header .top-nav-search form .form-control {
  border: 1px solid #bbc4cc;
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
  color: #bbc4cc;
}
[data-topbar=dark] .header .top-nav-search form .btn {
  color: #bbc4cc;
}
[data-topbar=dark] .header .user-menu.nav > li > a {
  color: #bbc4cc;
}
[data-topbar=dark] .header #toggle_btn .bar-icon span {
  background-color: #bbc4cc;
}
[data-topbar=dark] .header .page-title-box h3 {
  color: #bbc4cc;
}
[data-topbar=dark] .header .logo2 {
  display: none;
}
.two-col-bar {
  display: none;
}
.sidebar-headerset {
  width: 100%;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.sidebar-headerset h2 {
  font-size: 24px;
  font-weight: 600;
}
.sidebar-headerset h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.settings-mains {
  padding: 15px;
}
.settings-mains h5 {
  font-size: 14px;
}
.settings-mains .layout-head {
  margin-bottom: 15px;
}
.settings-mains .layout-head h5 {
  font-size: 16px;
  font-weight: 600;
  color: #272b41;
  margin-bottom: 10px;
}
.settings-mains .layout-head h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #272b41;
}
#layout-position .radio input + label {
  min-width: 110px;
  border: 0;
}
.bor-rad-50 {
  border-radius: 50px;
}
.bg-sidebarcolor {
  background: #f9f9f9;
  height: 45px;
  display: block;
  border-radius: 5px;
}
.bg-sidebarcolor.bg-darks {
  background: #34444c;
}
.bg-sidebarcolor.bg-gradients {
  background:
    linear-gradient(
      92.08deg,
      #ff0000 0%,
      #764ba2 100%);
}
.bg-sidebarcolor.bg-oranges {
  background: #ff9b44;
}
.bg-sidebarcolor.bg-darkset {
  background: #16191c;
}
.bg-blue {
  background-color: #00c5fb;
}
.card-radio .form-check-input {
  display: none;
}
.form-check .form-check-input {
  cursor: pointer;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #9f4ee1;
  border-color: #9f4ee1;
}
.card-radio .form-check-input:checked + .form-check-label {
  border-color: #3bb800 !important;
}
.card-radio .form-check-label {
  background-color: var(--vz-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
  padding: 10px;
}
.form-check label {
  cursor: pointer;
}
.card-radio .form-check-input:checked + .form-check-label:before {
  content: "\2713";
  font-family: line awesome free;
  position: absolute;
  top: 40%;
  left: 40%;
  font-size: 10px;
  background: #3bb800;
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #f4f4f9;
  transform: translate(0%);
}
[data-layout-mode=dark] .super-admin-list-head {
  border-bottom-color: #3b3c3e;
}
[data-layout-mode=dark] .super-admin-list-head .grid-info-item span {
  color: #aaa;
}
[data-layout-mode=dark] .subscription-plane-head ul {
  border-bottom-color: #3b3c3e;
}
.invoices-links {
  color: #1b2559;
  margin-right: 20px;
}
.invoices-links:last-child {
  margin-right: 0;
}
.invoices-links:hover {
  color: #7d00b2;
}
.invoices-links.active {
  color: #7d00b2;
}
.invoices-links .feather {
  width: 25px;
  height: 25px;
}
.report-card {
  border-radius: 5px;
}
.app-listing {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  align-items: flex-start;
}
.app-listing li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.multipleSelection .selectbox,
.sortby .selectboxes {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 13px 10px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #f7f8f9;
  border-radius: 7px;
  cursor: pointer;
}
.selectbox-cont {
  height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}
.selectbox-cont::-webkit-scrollbar {
  width: 4px;
  background: #d8d8d8;
  height: 10px;
}
.selectbox-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e7e7e7;
  border-radius: 4px;
}
.selectbox-cont::-webkit-scrollbar-thumb {
  background: rgba(231, 234, 252, 0.75);
  border-radius: 4px;
}
.selectbox-cont::-webkit-scrollbar-thumb:hover {
  background: rgba(231, 234, 252, 0.75);
}
.selectbox-cont-one {
  overflow-y: inherit;
}
.selectboxes.order-by {
  min-width: 154px;
  background: #d8d8d8;
  padding: 6px 10px;
}
.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.multipleSelection #checkboxes-one {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2ecff;
  box-shadow: 0 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.multipleSelection #checkboxes-one::before {
  border: 7px solid #f2ecff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.multipleSelection #checkboxes.form-custom .form-control {
  padding-left: 25px;
  background: #f5f6fa;
  border: 1px solid #e6e9f4;
  border-radius: 5px;
  height: 33px;
}
.multipleSelection #checkboxes .form-custom i {
  position: absolute;
  top: 35%;
  left: 6px;
  color: #7e84a3;
  font-size: 12px;
}
.multi-filter,
.sortby {
  position: relative;
}
.multi-filter:before {
  border: 7px solid #fff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  right: 0;
  position: absolute;
  top: 2px;
  transform-origin: 0 0;
  transform: rotate(135deg);
}
.multipleSelection #checkboxes,
.sortby #checkbox {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2ecff;
  box-shadow: 0 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
#checkboxes-one .form-custom {
  margin-bottom: 14px;
}
#checkboxes-one .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
#checkboxes-one .btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1b2559;
  margin-top: 10px;
}
#checkboxes-one .btn-grey:hover {
  background: #1b2559;
  color: #fff;
}
#checkboxes-one .btn,
#checkbox .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0;
}
.multipleSelection #checkboxes::before,
.sortby #checkbox::before {
  border: 7px solid #f2ecff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transform: rotate(135deg);
}
.check-list {
  position: relative;
}
.date-picker {
  width: 50%;
  float: left;
  padding-right: 10px;
}
#checkboxes .date-picker .bootstrap-datetimepicker-widget table td {
  padding-left: 10px;
  padding-right: 10px;
}
#checkboxes .date-picker .form-custom .form-control {
  padding-left: 10px;
}
#checkboxes .form-custom {
  margin-bottom: 14px;
}
#checkboxes .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
#checkboxes .form-custom .form-control::placeholder {
  color: #8f9bba;
}
#checkboxes .btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1b2559;
  margin-top: 10px;
}
#checkboxes .btn-grey:hover {
  background: #1b2559;
  color: #fff;
}
.date-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.date-list ul li {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
}
.date-list ul li:last-child {
  padding-bottom: 0;
}
.date-list .date-btn {
  background: #fff;
  color: #1b2559;
  border: 1px solid #e7eafc;
  border-radius: 4px;
  padding: 10px 0 !important;
  width: 100%;
}
.date-list .date-btn:hover {
  background: #7d00b2;
  color: #fff;
  border: 1px solid #e7eafc;
}
.form-custom {
  position: relative;
}
.form-custom.cal-icon:after {
  font-size: 14px;
}
.form-custom i {
  color: #7e84a3;
  position: absolute;
  top: 10px;
  left: 10px;
}
.card-header .form-custom .form-control {
  padding-left: 30px;
  height: 35px;
}
#checkboxes .btn,
#checkbox .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0;
}
.checkbox-title {
  font-weight: 600;
  font-size: 16px;
  color: #7d00b2;
  margin-bottom: 14px;
}
.custom_check {
  color: #1b2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  user-select: none;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #7d00b2;
  border-color: #7d00b2;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 21px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  color: #fff;
  font-size: 9px;
}
.selectbox p {
  color: #1b2559;
  font-weight: 500;
}
.selectbox p .select-icon {
  color: #7d00b2;
  width: 20px;
  height: 20px;
}
.report-btn {
  margin-bottom: 20px;
}
.report-btn .btn {
  font-weight: 600;
  color: #7d00b2;
  background: #fff;
  border: 2px solid #7d00b2;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
}
.report-btn .btn:hover {
  color: #fff;
  background: #7d00b2;
  border: 2px solid #7d00b2;
}
.report-btn .btn:hover img {
  filter: invert(0) brightness(100);
}
.invoice-total-inner .status-toggle .checktoggle {
  transform: translate(calc(0% - 0px), -30%);
  height: 20px;
}
.invoice-total-inner .status-toggle span {
  float: right;
  color: #3f4254;
  font-weight: 600;
  margin: -10px 0 0;
}
.invoices-tabs-card {
  background: 0 0;
  box-shadow: unset;
}
.invoices-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoices-tabs ul li:last-child {
  margin-right: 0;
}
.invoices-tabs ul li a:hover {
  color: #7d00b2;
}
.invoices-tabs ul li a.active {
  color: #7d00b2;
  border-bottom: 2px solid #7d00b2;
}
.invoices-settings-btn {
  justify-content: flex-end;
}
.invoices-settings-btn .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1b2559;
  border: 1px solid #1b2559;
  border-radius: 6px;
}
.invoices-settings-btn .btn:hover {
  background: #7d00b2;
  border: 1px solid #7d00b2;
}
.invoices-settings-btn .btn .feather {
  margin-right: 6px;
}
.invoices-settings-icon {
  color: #7d00b2;
  margin-right: 20px;
}
.invoices-settings-icon .feather {
  width: 24px;
  height: 24px;
}
.inovices-card {
  border-radius: 5px;
}
.inovices-card .card-body {
  padding: 15px;
}
.inovices-widget-header .inovices-amount {
  font-weight: 600;
  font-size: 24px;
  color: #7d00b2;
}
.inovices-widget-icon {
  padding: 10px;
  border-radius: 5px;
}
@media (max-width: 1399.98px) {
  .inovices-widget-icon {
    padding: 5px;
  }
}
.inovices-widget-icon img {
  width: 20px;
}
.inovices-all span {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 10px;
  font-weight: 500;
  color: #28084b;
}
.invoices-grid-card {
  background: #fff;
  box-shadow: 0 4px 24px rgba(228, 228, 228, 0.25);
  border-radius: 10px;
  color: #1b2559;
}
.invoices-grid-card .card-header {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-header .dropdown-action {
  margin-bottom: 0;
}
.invoices-grid-card .card-header .action-icon {
  color: #1b2559;
  display: initial;
}
.invoices-grid-card .card-body {
  padding: 20px;
}
.invoices-grid-card .card-body span {
  font-size: 14px;
}
.invoices-grid-card .card-body h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1b2559;
  margin-top: 4px;
}
.invoices-grid-card .card-footer {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-footer .badge {
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 18px;
}
.invoices-grid-card .bg-success-dark {
  background: #008f64;
}
.invoices-grid-card .bg-danger-dark {
  background: red;
}
.invoices-grid-card .bg-secondary-dark {
  background: #7d00b2;
}
.invoices-grid-card .bg-primary-dark {
  background: #2196f3;
}
.invoices-grid-card .text-sm {
  font-size: 14px;
}
.invoice-grid-link {
  color: #1b2559;
}
.invoice-grid-link:hover {
  color: #7d00b2;
}
.card-middle {
  padding: 20px;
  background: #f7f7ff;
}
.card-middle-avatar {
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.card-middle-avatar a {
  color: #1b2559;
}
.card-middle-avatar a:hover {
  color: #7d00b2;
}
.invoice-load-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-load-btn .btn {
  font-weight: 700;
  font-size: 16px;
  color: #3e45eb;
  min-width: 170px;
  padding: 12px 15px;
  background: #fff;
  border: 2px solid #3e45eb;
  border-radius: 6px;
  display: inline-flex;
}
.invoice-load-btn .btn:hover {
  color: #fff;
  background: #3e45eb;
  border: 2px solid #3e45eb;
}
.invoice-load-btn .btn:hover span {
  border: 3px solid #fff;
  border-right-color: #fff;
}
.invoice-load-btn .btn span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: 0;
  border: 3px solid #3e45eb;
  border-right-color: #3e45eb;
  border-radius: 50%;
  border: 3px solid rgba(62, 69, 235, 0.4901960784);
  border-right-color: #3e45eb;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.invoices-page-header {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
.invoices-page-header .invoices-breadcrumb-item a {
  font-weight: 600;
  color: #7d00b2;
}
.invoices-page-header .invoices-breadcrumb-item a:hover {
  color: #377dff;
}
.invoices-page-header .invoices-breadcrumb-item a:hover i {
  color: #fff;
  background: #377dff;
}
.invoices-page-header .invoices-breadcrumb-item i {
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: #7d00b2;
}
.invoices-create-btn .btn {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 160px;
}
.invoices-create-btn .invoices-preview-link {
  font-weight: 600;
  color: #7d00b2;
  margin-right: 30px;
}
.invoices-create-btn .invoices-preview-link:hover {
  color: #377dff;
}
.invoices-create-btn .delete-invoice-btn {
  background: #1b2559;
  margin-right: 10px;
}
.invoices-create-btn .delete-invoice-btn:hover {
  background: #7d00b2;
}
.invoices-create-btn .save-invoice-btn {
  background: #7d00b2;
}
.invoices-create-btn .save-invoice-btn:hover {
  background: #1b2559;
}
.invoices-add-card {
  background: #fff;
  border-radius: 10px;
}
.invoices-main-form {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.invoices-form label {
  font-weight: 600;
  color: #1b2559;
}
.invoices-form .multipleSelection .selectbox {
  border: 2px solid #7d00b2;
  border-radius: 6px;
}
.invoices-form .form-control {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.invoices-form .form-control::placeholder {
  color: #8f9bba;
  font-weight: 400;
}
.invoice-details-title {
  font-weight: 500;
  font-size: 20px;
  color: #1b2559;
  margin-bottom: 0.5rem;
}
.invoice-details-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.invoice-inner-head {
  padding: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.invoice-inner-head span {
  color: #1b2559;
}
.invoice-inner-head span a {
  font-weight: 500;
  color: #7d00b2;
}
.invoice-inner-head span a:hover {
  font-weight: 500;
  color: #377dff;
}
.invoice-inner-footer {
  padding: 0;
}
.invoice-inner-footer span {
  font-weight: 500;
  color: #1b2559;
  position: relative;
}
.invoice-inner-footer .form-control {
  position: absolute;
  color: #7d00b2;
  background: 0 0;
  border: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px;
}
.invoice-inner-footer .form-control::placeholder {
  color: #7d00b2;
  font-weight: 500;
}
.invoice-inner-date {
  padding: 26px;
  border-right: 1px solid #e5e5e5;
}
.invoice-inner-datepic {
  border: 0;
  padding-left: 0;
}
.inovices-month-info {
  padding-top: 50px;
}
.inovices-month-info label {
  font-weight: 400;
}
.inovices-month-info .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #8f9bba;
  border-radius: 6px;
}
.inovices-month-info .form-control {
  height: 42px;
}
#show-invoices {
  display: none;
}
.invoice-add-table {
  padding-top: 20px;
  padding-bottom: 30px;
}
.invoice-add-table h4 {
  font-weight: 600;
  font-size: 20px;
  color: #7d00b2;
  margin-bottom: 30px;
}
.invoice-add-table th {
  font-size: 16px;
  color: #1b2559;
  background: #f8f9fa;
}
.invoice-add-table .no-border td {
  border: 0;
}
.invoice-add-table .table-form-control td .form-control::placeholder {
  color: #1b2559;
}
.invoice-add-table .add-product {
  border-bottom: 1px solid #e5e5e5;
}
.invoice-add-table .add-product td {
  border: 0;
}
.invoice-add-table .add-product td a {
  color: #7d00b2;
}
.invoice-add-table .add-btn {
  color: #7d00b2;
}
.invoice-add-table .remove-btn {
  color: red;
}
.invoice-add-table .copy-btn {
  color: #c4c4c4;
}
.invoice-add-table td,
.invoice-add-table th {
  border-color: #e5e5e5;
  padding: 20px;
}
.invoice-fields .field-title {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
  margin-bottom: 15px;
}
.field-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.field-box p {
  font-weight: 500;
  font-size: 14px;
  color: #1b2559;
  margin-bottom: 10px;
}
.field-box .btn {
  min-width: 266px;
  border-radius: 4px;
  padding: 30px 0;
}
.payment-details {
  width: 266px;
  border-radius: 4px;
  padding: 15px;
  background: #7d00b2;
}
.payment-details p {
  color: #fff;
  max-width: 140px;
  font-weight: 400;
  margin-bottom: 0;
}
.payment-details a {
  font-size: 26px;
  color: #fff;
}
.invoice-faq .faq-tab {
  padding-top: 10px;
}
.faq-tab .panel-title {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 10px 20px;
  position: relative;
}
.faq-tab .panel-title a {
  color: #c4c4c4;
}
.faq-tab .panel-title a:hover {
  color: #1b2559;
}
.faq-tab .panel-title a:not(.collapsed) {
  color: #1b2559;
}
.faq-tab .panel-title a.collapsed::after {
  content: "\f067";
  font-family: "font awesome 5 free";
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.faq-tab .panel-title a::after {
  content: "\f068";
  font-family: "font awesome 5 free";
  color: #f09e9e;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.faq-tab .panel-title a:not(.collapsed)::after {
  color: red;
}
.faq-tab .panel-body {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.faq-tab .panel-body textarea {
  min-height: 100px;
  border: 0;
  border-radius: 0 0 4px 4px;
}
.invoice-total-card .invoice-total-title {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
  margin-bottom: 15px;
}
.invoice-total-box p {
  position: relative;
  margin: 0 0 11px;
  position: relative;
  font-weight: 500;
  color: #878a99;
}
.invoice-total-box p span {
  float: right;
  color: #3f4254;
  font-weight: 600;
}
.invoice-total-box .add-links {
  font-weight: 500;
  color: #7d00b2;
  margin-bottom: 20px;
  display: block;
}
.invoice-total-box .service-trash {
  margin-bottom: 10px;
  color: #1b2559;
}
.invoice-total-box .service-trash i {
  color: #ec1361;
}
.invoice-total-box .add-links-one {
  font-weight: 500;
  color: #7d00b2;
}
.invoice-total-box .service-trash-one {
  margin-top: 10px;
  color: #1b2559;
}
.invoice-total-box .service-trash-one i {
  color: #ec1361;
}
.invoice-total-box .status-toggle .checktoggle::after {
  height: 14px;
  width: 14px;
}
.invoice-total-box .check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.invoice-total-box .check:checked + .checktoggle:after {
  background-color: #fff;
  left: 100%;
  transform: translate(calc(-100% - 2px), -50%);
  height: 14px;
  width: 14px;
}
.checktoggle {
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  font-size: 0;
  height: 15px;
  margin-left: 10px;
  top: 3px;
  margin-bottom: 0;
  position: absolute;
  width: 30px;
  display: inline-block;
  border-radius: 12px;
}
.checktoggle:after {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
}
.onoffswitch {
  margin-left: auto;
  position: relative;
  width: 73px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 0;
}
.onoffswitch-inner {
  display: block;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
  width: 200%;
}
.onoffswitch-inner:before {
  background-color: #55ce63;
  color: #fff;
  content: "ON";
  padding-left: 14px;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 14px;
  background-color: #ccc;
  color: #fff;
  text-align: right;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  width: 50%;
}
.onoffswitch-switch {
  background: #fff;
  bottom: 0;
  display: block;
  height: 20px;
  margin: 5px;
  width: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 43px;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.invoice-total-footer {
  margin: 0 0 26px;
}
.invoice-total-footer h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #3f4254;
}
.invoice-total-footer h4 span {
  float: right;
}
.upload-sign {
  float: right;
  margin-top: 20px;
}
.upload-sign .btn {
  min-width: 198px;
  border-radius: 8px;
  padding: 10px 0;
}
.service-upload {
  border: 2px dashed #e5e5e5;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 16px 0;
  min-height: 180px;
}
.service-upload .drop-browse {
  font-size: 14px;
  font-weight: 500;
  color: #3f4254;
  margin-bottom: 5px;
}
.service-upload .drop-browse p {
  font-weight: 500;
  font-size: 14px;
  color: #b5b5c3 !important;
}
.service-upload span {
  font-size: 13px;
  color: #858585;
  display: block;
}
.service-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.service-upload-info {
  min-height: 58px;
}
.invoice-info-card {
  border-radius: 14px;
}
.invoice-item-one {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .invoice-item-one {
    margin: 0 0 20px;
  }
}
.invoice-item-one .invoice-info {
  text-align: right;
}
.invoice-item-one .invoice-info h1 {
  font-weight: 600;
  font-size: 24px;
  color: #4a3aff;
}
@media (max-width: 768px) {
  .invoice-item-one .invoice-info h1 {
    font-size: 26px;
  }
}
.invoice-item-one .invoice-details {
  color: #1b2559;
  font-weight: 400;
}
.customer-text-one {
  font-size: 20px;
  color: #1b2559;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .customer-text-one {
    font-size: 18px;
  }
}
.invoice-name {
  color: #1b2559;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.invoice-head {
  margin-bottom: 30px;
}
.invoice-head h2 {
  font-weight: 600;
  font-size: 28px;
  color: #1b2559;
  text-transform: uppercase;
  margin-bottom: 0;
}
.invoice-head p {
  font-weight: 400;
  font-size: 20px;
  color: #1b2559;
  margin-bottom: 0;
}
.invoice-item-two {
  border-bottom: 1px solid #efefef;
  margin: 0 0 15px;
  padding: 15px 0;
}
.invoice-item-two .invoice-details {
  color: #1b2559;
  font-weight: 400;
}
.invoice-item-box {
  background: #f7f7ff;
  border-radius: 5px;
  padding: 15px;
  width: 200px;
  float: right;
  margin-top: 20px;
}
.invoice-item-box p {
  color: #1b2559;
  font-weight: 400;
  margin-bottom: 10px;
}
.invoice-issues-box {
  background: #7d00b2;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}
.invoice-issues-date {
  padding-top: 20px;
  padding-bottom: 20px;
}
.invoice-issues-date p {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.invoice-table-wrap {
  margin: 0 0 30px;
}
.invoice-table-wrap .invoice-table-head {
  margin: 0 0 30px;
}
.invoice-table > thead > tr > th {
  background: #f5f7ff;
  border-top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #1b2559;
}
.invoice-table > tbody > tr > td {
  font-weight: 400;
  color: #1b2559;
  padding: 15px 20px;
}
.terms-conditions {
  margin: 0 0 20px;
}
.invoice-terms {
  margin: 0 0 30px;
}
.invoice-terms h6 {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 16px;
  color: #3f4254;
}
.invoice-terms p {
  font-weight: 400;
  font-size: 14px;
  color: #8f9bba;
}
.invoice-terms .invoice-terms-icon {
  background: #efefef;
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
}
.invoice-terms .invoice-terms-icon i {
  color: #7d00b2;
  font-size: 30px;
}
.invoice-sign span {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin: 0 0 11px;
}
.invoice-item-bg {
  background: #7d00b2;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.invoice-item-bg .invoice-info {
  border-right: 1px solid #fff;
  margin: 20px 0 0;
  padding: 30px;
}
.invoice-item-bg .customer-text-one {
  color: #fff;
}
.invoice-item-bg .invoice-name {
  color: #fff;
}
.invoice-item-bg .invoice-details-two {
  color: #fff !important;
}
.invoice-item-bg .invoice-info-one p {
  color: #fff;
  margin-bottom: 10px;
}
.invoice-circle-img {
  position: relative;
}
.invoice-circle-img .invoice-circle1 {
  opacity: 0.1;
  position: absolute;
  left: 0;
}
.invoice-circle-img .invoice-circle2 {
  opacity: 0.1;
  position: absolute;
  right: 0;
}
.invoice-sign-box {
  margin-top: 30px;
}
.invoice-payment-box h4 {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
  margin-bottom: 16px;
}
.invoice-payment-box .payment-details {
  background: 0 0;
  border: 2px dashed #7d00b2;
}
.invoice-payment-box .payment-details p {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
}
.invoices-preview .modal-body {
  padding: 0;
}
.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}
.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
  font-weight: 400;
}
.invoice-item .invoice-details {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .invoice-item .invoice-details {
    text-align: left;
    margin-bottom: 10px;
  }
}
.invoice-item .invoice-details strong {
  color: #3f4254;
}
.invoice-item .invoice-details span.text-danger {
  margin-left: 20px;
  position: relative;
}
.invoice-item .invoice-details span.text-danger::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: red;
  position: absolute;
  bottom: 5px;
  left: -12px;
}
.invoice-item .invoice-details-two {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #878a99;
}
.invoice-item .customer-text {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.invoice-item .customer-text a {
  font-size: 14px;
  color: #7d00b2;
  margin-left: 12px;
}
.invoice-item-date {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 15px;
  padding: 15px 0;
}
.invoice-item-bg .invoice-item .invoice-details-two {
  text-align: left;
  color: #fff !important;
}
.invoice-info p {
  margin-bottom: 0;
}
.invoice-info.invoice-info2 {
  text-align: left;
}
.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  font-weight: 600;
  padding: 15px 20px;
  line-height: inherit;
}
.invoice-table tr td,
.invoice-table-two tr td {
  font-weight: 500;
}
.invoice-table-two {
  margin-bottom: 0;
}
.invoice-table-two tr td {
  text-align: right;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}
.other-info {
  margin-top: 10px;
}
.file {
  visibility: hidden;
  position: absolute;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.font-size-14 {
  font-size: 14px;
}
.form-group-bank {
  border: 2px solid #efefef;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f8f9;
}
.form-group-bank .select2-container .select2-selection--single {
  height: 43px;
}
.form-group-bank .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #878a99;
  line-height: 43px;
  border-radius: 5px;
  padding-right: 30px;
  padding-left: 15px;
}
.form-group-bank .input-block .form-control {
  padding: 10px;
}
.form-group-bank .input-block textarea {
  height: 91px !important;
}
.form-group-bank .form-groups {
  margin-top: 8px;
}
.recurring-tab ul {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.recurring-tab ul li button {
  padding: 10px;
  width: 45px;
}
.recurring-tab ul li button.active {
  padding: 10px;
  background-color: #7d00b2 !important;
}
.recurring-tab ul li button.active.yes {
  border-radius: 10px 0 0 10px;
}
.recurring-tab ul li button.active.no {
  border-radius: 0 10px 10px 0;
}
.sort-by-ticket .select2-container--default .select2-selection--single {
  border: none;
  background: 0 0 !important;
}
.sort-by-ticket .select2-container--default .select2-selection__rendered {
  padding-left: 0;
  padding-right: 26px;
}
.sort-by-ticket .select2-container--default .select2-selection__arrow {
  right: 0;
}
.invoice-info2 .due-date span.text-danger {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.invoice-info2 .due-date span.text-danger::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: red;
  position: absolute;
  bottom: 7px;
  left: -12px;
}
.activity-feed .feed-item.timeline-item::after {
  background: #7d00b2;
  border-color: #7d00b2;
  width: 8px;
  height: 8px;
}
.activity-feed .feed-item.timeline-item::before {
  display: none;
}
.activity-feed .feed-item.timeline-item span.timeline-user {
  font-size: 14px;
  margin-bottom: 2px;
  display: inline-block;
}
.activity-feed .feed-item.timeline-item span.timeline-user a {
  font-size: 13px;
  color: #3f4254;
}
.activity-feed .feed-item.timeline-item .invoice-date span {
  display: inline-block;
  font-size: 12px;
  color: #bebebe;
}
.activity-feed .feed-item.timeline-item .invoice-date span.start-date {
  margin-right: 10px;
}
.card.timeline-card {
  background: #f7f8f9;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.modal-body .payment-heading h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}
.pay-modal .modal-header h4.modal-title {
  font-size: 18px;
}
.pay-modal .modal-header h4.modal-title span {
  color: #7d00b2;
}
.pay-modal .modal-header h5 {
  color: #3f4254;
  font-size: 14px;
}
.pay-modal .modal-header h5 span {
  color: #878a99;
}
@media (max-width: 991.98px) {
  .paynow-tab ul {
    flex-direction: column;
  }
  .paynow-tab ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .paynow-tab ul li:last-child {
    margin-bottom: 0;
  }
}
.paynow-tab .nav-pills .nav-item button {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #878a99;
  text-align: left;
  position: relative;
  padding: 10px 20px 10px 50px;
}
.paynow-tab .nav-pills .nav-item button i {
  position: absolute;
  top: 13px;
  right: 20px;
}
.paynow-tab .nav-pills .nav-item button::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 22px;
}
.paynow-tab .nav-pills .nav-item button.active {
  color: #3f4254;
}
.paynow-tab .nav-pills .nav-item button.active::before {
  border-color: #2da7ff;
}
.paynow-tab .nav-pills .nav-item button.active::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2da7ff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 26px;
}
@media print {
  .filter-list {
    display: none !important;
  }
  .header-one {
    display: none !important;
  }
  html,
  body {
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
  }
  .right-side-views {
    display: none;
  }
  .sidebar-layout {
    display: none;
  }
  .sidebar-settings {
    display: none;
  }
}
.profile-picture {
  margin: 0 0 30px;
}
@media (max-width: 575.98px) {
  .profile-picture {
    display: block;
    margin: 0 0 25px;
  }
}
.profile-picture .upload-profile {
  margin-right: 50px;
}
@media (max-width: 575.98px) {
  .profile-picture .upload-profile {
    margin: 0 0 20px;
  }
}
.profile-picture .upload-profile .profile-img .avatar {
  width: 61px;
  height: 61px;
}
@media (max-width: 575.98px) {
  .profile-picture .upload-profile .profile-img .avatar {
    margin: 0 20px 0 0;
  }
}
.profile-picture .upload-profile .add-profile h5 {
  font-size: 14px;
  margin: 0 0 4px;
}
.profile-picture .upload-profile .add-profile span {
  font-size: 14px;
}
.profile-picture .img-upload {
  position: relative;
}
@media (max-width: 768px) {
  .profile-picture .img-upload .btn {
    max-width: 120px;
  }
}
.profile-picture .img-upload .btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 82px;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.profile-picture .img-upload .btn input {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #fff;
  cursor: inherit;
  display: block;
}
.profile-picture .img-upload .upload {
  background-color: #7d00b2;
  color: #fff;
  margin: 0 15px 0 0;
  padding: 8px 20px;
  border-radius: 6px;
}
.profile-picture .img-upload .btn-remove {
  background-color: #fff;
  color: #ed3a3a;
  border: 1px solid #ed3a3a;
  min-width: 87px;
  padding: 8px 20px;
  box-shadow: inset 0 0 0 0 #ed3a3a;
  border-radius: 6px;
}
.profile-picture .img-upload .btn-remove:hover {
  color: #fff;
  background-color: #ed3a3a;
  box-shadow: inset 0 50px 0 0 #ed3a3a;
}
.billing-btn {
  margin: 0 0 15px;
}
.billing-btn button {
  background-color: #7d00b2;
  color: #fff;
}
.billing-btn .btn-primary {
  min-width: 139px;
  border-radius: 6px;
  padding: 8px 20px;
}
.card-title.title-form {
  margin-bottom: 36px;
}
.custom_radio,
.custom_radio_one {
  color: #878a99;
  position: relative;
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.custom_radio input,
.custom_radio_one input {
  position: absolute;
  opacity: 0;
  padding: 0;
}
.custom_radio input:checked ~ .checkmark,
.custom_radio_one input:checked ~ .checkmark {
  border: 1px solid #7d00b2;
}
.custom_radio input:checked ~ .checkmark:after,
.custom_radio_one input:checked ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.custom_radio .checkmark,
.custom_radio_one .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_radio .checkmark:after,
.custom_radio_one .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #7d00b2;
  visibility: visible;
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-support {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(190, 190, 190, 0.2);
}
.customer-details-group .customer-details {
  margin: 0 0 25px;
}
.customer-details-group .customer-details .customer-widget-img {
  margin: 0 15px 0 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .customer-details-group .customer-details .customer-widget-img {
    width: 40px;
    height: 40px;
  }
}
.customer-details-group .customer-details .customer-widget-img i {
  font-size: 24px;
}
.customer-details-group .customer-details .customer-widget-icon {
  margin: 0 15px 0 0;
}
.customer-details-group .customer-details .customer-widget-icon i {
  background: #f3f3f9;
  padding: 18px;
  border-radius: 50px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .customer-details-group .customer-details .customer-widget-icon i {
    padding: 10px;
    font-size: 20px;
  }
}
.customer-details-group .customer-details .customer-details-cont h6 {
  font-weight: 600;
  margin-bottom: 4px;
}
.customer-details-group .customer-details .customer-details-cont p {
  color: #878a99;
  margin: 0;
}
.customer-details-group .customer-details .customer-details-cont .customer-mail {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
}
.ticket-details-group {
  margin: 0 0 40px;
}
.ticket-details-group .ticket-widget-img {
  width: 61px;
  height: 61px;
  background: #fff;
  margin: 0 15px 0 0;
  padding: 16px;
}
.ticket-details-group .ticket-details-cont p {
  font-weight: 600;
  color: #7d00b2;
  margin: 0 0 4px;
}
.ticket-details-group .ticket-details-cont h6 {
  font-weight: 600;
  font-size: 18px;
  color: #3f4254;
  margin: 0;
}
@media (max-width: 768px) {
  .ticket-details-group .ticket-details {
    margin: 30px 0 0;
    padding: 0;
  }
}
.ticket-details-group .ticket-details .badge {
  padding: 8px;
}
.ticket-description-group {
  margin: 0 0 24px;
}
.ticket-description-group h6 {
  font-weight: 600;
  font-size: 14px;
  color: #28084b;
  margin: 0 0 18px;
}
.ticket-description-group p {
  margin: 0 0 10px;
}
.ticket-information {
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid #efefef;
}
.ticket-information .customer-details {
  border-right: 1px solid #efefef;
}
@media (max-width: 768px) {
  .ticket-information .customer-details {
    margin: 0 0 30px;
    padding: 0;
  }
}
.ticket-information .customer-widget-img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
.ticket-information .customer-widget-icon {
  margin: 0 10px;
  padding: 15px;
  background: #fff;
}
.ticket-information .customer-widget-icon i {
  font-size: 20px;
}
.ticket-information .customer-details-cont h6 {
  font-weight: 400;
  color: #3f4254;
  margin: 0 0 4px;
}
.ticket-information .support-widget-icon {
  margin: 0 10px 0 0;
  padding: 12px;
  background: #f3f3f3;
}
.ticket-information .support-widget-icon i {
  font-size: 18px;
  font-weight: 600;
  color: #3f4254;
}
.ticket-information .support-details-cont h6 {
  font-weight: 600;
  color: #3f4254;
  margin: 0 0 4px;
}
@media (max-width: 575.98px) {
  .ticket-information .support-details-cont h6 {
    font-size: 12px;
  }
}
.ticket-information .support-details {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  margin: 0 0 13px;
  padding: 9px;
  line-height: 20px;
}
.ticket-information .support-details .btn-action-icon {
  background: #f3f3f3;
  color: #878a99;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50px;
}
.ticket-history .card-inform {
  margin: 0 0 31px;
}
@media (max-width: 575.98px) {
  .ticket-history .card-inform {
    margin: 15px 0 31px;
  }
}
.ticket-history .card-inform #image_personal {
  display: none;
}
.ticket-history .card-inform .ticket-info h6 {
  font-weight: 600;
  font-size: 14px;
  color: #28084b;
}
.ticket-history .card-inform .ticket-info .ticket-upload {
  background-color: #fff;
  border: 1px solid #7d00b2;
  color: #7d00b2;
  box-shadow: inset 0 0 0 #7d00b2;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.ticket-sidebar .action-sets {
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 4px 10px;
  color: #878a99;
  line-height: 34px;
  border-radius: 5px;
}
.ticket-sidebar .dropdown-menu {
  min-width: 220px;
  border-radius: 6px;
  margin-top: 0 !important;
}
.ticket-sidebar .dropdown-menu .dropdown-item {
  font-size: 14px;
  justify-content: flex-start;
}
.ticket-sidebar .dropdown-menu .dropdown-item i {
  line-height: 20px !important;
}
.ticket-sidebar .multiselect-native-select .multiselect-container.dropdown-menu {
  transform: translate3d(0px, 40px, 0px) !important;
  right: 0 !important;
  left: 0 !important;
  padding: 10px;
  border: 1px solid #f4f3ff;
  box-shadow: 0 6px 13px rgba(213, 228, 235, 0.11);
  border-radius: 5px;
  margin-top: 7px !important;
  max-height: 464px;
  min-width: 270px !important;
  width: 100%;
}
.multi-search-select-image {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect {
  border: 1px solid #e3e2ff;
  border-radius: 5px;
  background: #fbfbff;
  height: 40px;
  padding: 8px 20px;
  text-align: left !important;
  line-height: 15px;
}
.dropdown-item img {
  margin-right: 5px;
}
.multi-drop-img {
  height: 25px;
  width: 25px !important;
  border-radius: 50%;
  margin-right: 5px;
}
.comments .comments-head h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.comments .comments-widget-img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}
.comments .comments-widget-icon {
  margin: 0 10px;
  padding: 15px;
  background: #fff;
}
.comments .comments-widget-icon i {
  font-size: 20px;
}
.comments .comments-details-cont h6 {
  font-weight: 600;
  color: #3f4254;
  margin: 0 0 4px;
}
.comments .card-describe {
  margin: 16px 0 0;
}
.comments .card-describe p {
  font-weight: 400;
  line-height: 26px;
}
.comments .card-describe .describe-btn .badge {
  margin: 7px;
}
.comments .describe-btn {
  margin: 22px 0 0;
}
.comments .describe-btn .badge {
  padding: 7px;
  border-radius: 4px;
  font-weight: 400;
  min-width: 66px;
  justify-content: center;
}
.comments .describe-btn span {
  font-size: 12px;
  align-items: center;
}
.comments .reply-comment {
  font-weight: 600;
  font-size: 14px;
  line-height: 0;
  color: #3f4254;
}
.comments .reply-comment i {
  font-weight: 600;
  line-height: 0;
}
.radio_input .custom_radio + .custom_radio {
  margin-left: 15px;
}
.input-block .label-text {
  font-size: 14px;
  color: #455560;
  font-weight: 600;
  margin: 0 0 5px;
}
.check-mark-status .status-toggle .checktoggle {
  transform: translate(calc(-30% - 5px), 0%);
}
.check-mark-status .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(-30% - 5px), 0%);
}
.add-customer-btns .btn {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .add-customer-btns .btn {
    max-width: inherit;
    margin: 10px;
  }
}
.add-customer-btns .customer-btn-cancel {
  color: #3f4254;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 6px;
  margin: 0 12px 0 0;
  padding: 11px 22px;
}
@media (max-width: 575.98px) {
  .add-customer-btns .customer-btn-cancel {
    margin: 0 10px 0 0;
  }
}
.add-customer-btns .customer-btn-cancel:hover {
  color: #fff;
  background: #3f4254;
  border-color: #3f4254;
  box-shadow: inset 0 50px 0 0 #3f4254;
}
.add-customer-btns .customer-btn-save {
  color: #fff;
  border: 1px solid #7d00b2;
  background: #7d00b2;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 11px 22px;
}
@media (max-width: 320px) {
  .add-customer-btns .customer-btn-save {
    margin: 0;
    padding: 8px 15px;
  }
}
.add-customer-btns .customer-btn-save:hover {
  color: #7d00b2;
  background: #fff;
  border-color: #7d00b2;
  box-shadow: inset 0 50px 0 0 #fff;
}
.add-vendor-btns .btn {
  font-size: 14px;
}
@media (max-width: 320px) {
  .add-vendor-btns .btn {
    max-width: inherit;
  }
}
.add-vendor-btns .vendor-btn-cancel {
  color: #2da7ff;
  border: 1px solid #2da7ff;
  background: #fff;
  box-shadow: inset 0 0 0 0 #2da7ff;
  border-radius: 6px;
  min-width: 98px;
  margin: 0 12px 0 0;
  padding: 10px 20px;
}
@media (max-width: 320px) {
  .add-vendor-btns .vendor-btn-cancel {
    margin: 0 10px 0 0;
    padding: 8px 15px;
  }
}
.add-vendor-btns .vendor-btn-cancel:hover {
  color: #fff;
  background: #2da7ff;
  border-color: #2da7ff;
  box-shadow: inset 0 50px 0 0 #2da7ff;
}
.add-vendor-btns .vendor-btn-add {
  color: #fff;
  border: 1px solid #7d00b2;
  background: #7d00b2;
  box-shadow: inset 0 0 0 0 #fff;
  border-radius: 6px;
  min-width: 136px;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 320px) {
  .add-vendor-btns .vendor-btn-add {
    margin: 0;
    padding: 8px 15px;
  }
}
.add-vendor-btns .vendor-btn-add:hover {
  color: #7d00b2;
  background: #fff;
  border-color: #7d00b2;
  box-shadow: inset 0 50px 0 0 #fff;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.customer-additional-form .input-block label {
  color: #282828;
}
.customer-additional-form .custom_radio .checkmark {
  top: 2px;
  border-color: #878a99;
}
.customer-additional-form .status-toggle .checktoggle:after {
  height: 18px;
  width: 18px;
  transform: translate(3px, -50%);
  -webkit-transform: translate(3px, -50%);
}
.customer-additional-form .status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 3px), -50%);
  -webkit-transform: translate(calc(-100% - 3px), -50%);
}
.product-list-item-img {
  display: flex;
  align-items: center;
}
.product-list-item-img img {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 8px;
}
.product-list-item-img span {
  color: #1f0066;
}
.table tbody td h2.table-avatar a.product-list-item-bg {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background: #e0e0e0;
  border-radius: 6px;
}
.input-block.add-products {
  position: relative;
}
.input-block.add-products button {
  position: absolute;
  top: 34px;
  right: 5px;
  padding: 5px;
}
.dropdown-menu.dropdown-menu-right.quatation-dropdown {
  width: 200px;
  height: 200px;
  overflow: auto;
}
.input-block input.form-control,
.input-block .form-select {
  color: #3f4254;
  font-size: 14px;
}
.description-box .note-fullscreen,
.description-box .note-fontname,
.description-box .note-undo,
.description-box .note-redo,
.description-box .note-fontsize,
.description-box .note-para {
  display: none;
}
.description-box .note-resizebar {
  visibility: hidden;
}
.description-box .note-frame {
  height: 180px;
  background: #fff;
}
.price-table-main .card {
  margin: 30px 0 0;
}
.price-table-main .price-selected {
  margin: 0;
  background: #7d00b2;
  border: 1px solid #eff0f7;
  border-radius: 24px;
  color: #fff;
}
.price-table-main .plan-selected {
  margin: 0 0 30px;
}
.price-table-main h4 {
  font-weight: 600;
  font-size: 18px;
}
.price-table-main .status-toggle .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
  width: 74px;
  height: 33px;
  border-radius: 20px;
}
.price-table-main .status-toggle .checktoggle:after {
  height: 20px;
  width: 20px;
  left: 5px;
}
.price-table-main .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(0% - 5px), 0%);
}
.price-table-main .plan-header {
  margin: 0 0 16px;
}
.price-table-main .plan-header .plan-widget-icon {
  background: #ecebff;
  padding: 10px;
  border-radius: 16px;
}
.price-table-main .plan-header .plan-title {
  margin: 0 0 0 18px;
}
.price-table-main .plan-header .plan-title h6 {
  color: #878a99;
}
.price-table-main .plan-header .plan-name {
  font-weight: 700;
}
.price-table-main .price-popular {
  margin: 0 0 0 30px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .price-table-main .price-popular {
    margin: 0 0 0 30px;
    padding: 8px 10px;
  }
}
@media (max-width: 992px) {
  .price-table-main .price-popular {
    display: none;
  }
}
.price-table-main .description-content p {
  margin: 0 0 10px;
}
.price-table-main .price-dollar h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 10px;
}
.price-table-main .price-dollar h1 span {
  font-weight: 500;
  color: #878a99;
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  .price-table-main .price-dollar h1 {
    font-size: 40px;
  }
}
.price-table-main .plan-description {
  margin: 0 0 34px;
}
.price-table-main .plan-description h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px;
}
.price-table-main .plan-description ul li {
  margin: 0 0 14px;
}
.price-table-main .plan-description ul li:last-child {
  margin: 0;
}
.price-table-main .plan-description ul li span {
  background: #4a3aff;
  color: #fff;
  display: inline-flex;
  margin: 0;
  padding: 3px;
  line-height: 0;
}
.price-table-main .plan-description ul li span i {
  font-weight: 500;
}
.price-table-main .plan-button .btn {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.price-table-main .plan-button .btn span {
  line-height: 0;
}
.price-table-main .plan-header-selected {
  margin: 30px 0;
}
.price-selected .card-body {
  color: #fff;
}
.price-table-main .status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 5px), -50%);
}
.kanban-ticket-main {
  overflow-x: auto;
}
.kanban-ticket-main .kanban-ticket-list {
  min-width: 240px;
  width: 240px;
}
.kanban-ticket-main .kanban-ticket-list li {
  margin: 0 8px;
}
.kanban-ticket-main .kanban-ticket-list li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid {
  -ms-flex: 100%;
  flex: auto;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0 16px 0 0;
}
@media (max-width: 1199.98px) {
  .kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid {
    -ms-flex: 100%;
    flex: auto;
    max-width: 100%;
  }
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket {
  margin-bottom: 20px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket .kanban-head span {
  line-height: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #ebbc2e;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .kanban-ticket a i {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #989c9e;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 2px 4px rgba(190, 190, 190, 0.2);
  cursor: move;
  border-radius: 5px;
  padding: 12px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name {
  margin: 0 0 10px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name .badge {
  padding: 10px;
  font-size: 11px;
  min-width: 66px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-name i {
  font-weight: 600 !important;
  color: #989c9e;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box h6 {
  margin: 0 0 12px;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000;
  margin: 0 0 12px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #efefef;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .ticket-due .badge {
  padding: 8px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li {
  margin-left: -10px;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li:first-child {
  margin: 0;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li span {
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
  background: #eff2f5;
  border-radius: 50px;
  color: #4b4b9f;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .kanban-ticket-img li img {
  border: 2px solid #fff;
  width: 26px;
  height: 26px;
  color: #4b4b9f;
}
.kanban-ticket-main .kanban-ticket-list .kanban-ticket-grid .card-kanban .kanban-box .progressset p {
  font-size: 11px;
}
.greentext {
  background-color: #33b469;
}
.bluetext {
  background-color: #377dff;
}
.orangetext {
  background-color: #f90;
}
.yellowtext {
  background-color: #f90;
}
.redtext {
  background-color: red;
}
.selecttext {
  background: #fff;
  color: #878a99 !important;
}
.select-status select {
  border: 1px solid rgba(145, 158, 171, 0.32);
  padding: 4px 10px;
  color: #fff;
  line-height: 34px;
  border-radius: 5px;
}
.select-status select option {
  background: #fff;
  color: #333;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 130px;
  padding: 0 84px 0 22px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 60px;
  background: #fff;
  border-radius: 54px;
  cursor: pointer;
}
.ticket-assigny {
  position: relative;
}
.ticket-assigny .ticket-assigned {
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 999;
}
.ticket-assigny .ticket-assigned img {
  width: 25px;
  height: 25px;
}
.ticket-assigny .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
}
.alertify .ajs-footer {
  border-top: 1px solid #eee;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-weight: 500;
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #5156be;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}
.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: 0;
}
.alertify .ajs-commands {
  right: 4px;
  left: auto;
  margin: -14px 0 0 24px;
}
.alertify .ajs-header {
  border-bottom: 1px solid #eee;
}
.alertify-notifier .ajs-message {
  background-color: #5156be;
  border-color: #5156be;
  color: #fff;
  text-shadow: none !important;
}
.alertify-notifier .ajs-message.ajs-success {
  background-color: #33b469;
  border-color: #33b469;
}
.alertify-notifier .ajs-message.ajs-error {
  background-color: #fd625e;
  border-color: #fd625e;
}
.alertify-notifier .ajs-message.ajs-warning {
  background-color: #ffbf53;
  border-color: #ffbf53;
}
.alertify-notifier.ajs-right {
  right: 10px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  left: auto;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
  left: auto;
}
.alertify-notifier.ajs-left {
  left: 10px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
  right: auto;
}
.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
  right: auto;
}
body[data-layout-mode=dark] .alertify .ajs-dialog {
  background-color: #313533;
}
body[data-layout-mode=dark] .alertify .ajs-body {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}
body[data-layout-mode=dark] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #5156be;
}
body[data-layout-mode=dark] .alertify .ajs-footer,
body[data-layout-mode=dark] .alertify .ajs-header {
  color: #ced4da;
  background-color: #313533;
  border-color: #3b403d;
}
.swal2-actions button {
  margin-right: 10px;
}
.swal2-title {
  font-size: 22px !important;
}
.blog {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 2px solid #efefef;
  position: relative;
}
.grid-blog .blog-image {
  border-radius: 10px;
}
.grid-blog .entry-meta {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0;
}
.grid-blog .entry-meta li {
  margin-bottom: 15px;
}
.grid-blog .post-widget {
  background: #f3f3f9;
  font-size: 12px;
  border-radius: 6px;
  line-height: 17px;
  padding: 5px;
  color: #3f4254;
  margin-right: 10px;
}
.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-blog .blog-title {
  font-size: 16px;
  margin: 0 0 6px;
}
.grid-blog .blog-title a {
  color: #333;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.grid-blog .blog-title a:hover {
  color: #7d00b2;
}
.grid-blog .blog-content p {
  margin: 0 0 14px;
  color: #878a99;
}
.blog-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog-content {
  position: relative;
  padding: 20px;
}
.entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.back-btn {
  font-weight: 600;
  font-size: 16px;
  color: #7d00b2;
  display: inline-block;
  margin-bottom: 18px;
}
.post-author span:nth-child(1):hover {
  color: #7d00b2;
}
.post-author img {
  border-radius: 50px;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.post-title {
  display: block;
  color: #092c4c;
  font-weight: 600;
  font-size: 14px;
}
.post-date {
  font-size: 12px;
  color: #7e84a3;
}
.blog-views {
  position: absolute;
  top: 20px;
  right: 12px;
  background: #fff;
  border-radius: 6px;
  padding: 2px 5px;
  font-size: 12px;
  text-align: center;
  display: block;
  min-width: 47px;
}
.blog-views img {
  width: auto;
  margin-right: 5px;
}
.blog-catagories {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fc8543;
  border-radius: 6px;
  min-width: 92px;
  padding: 6px 10px;
}
.blog-catagories p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.edit-delete-btn a {
  margin-right: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
}
.edit-delete-btn a:nth-child(1) {
  margin-right: 6px;
}
.edit-delete-btn a:nth-child(2) {
  color: #9e9e9e;
}
.btn-blog {
  padding: 10px 22px;
}
.edit-options {
  flex-wrap: wrap;
  line-height: 0;
}
.active-text {
  color: #1b5a90;
}
.modal.contentmodal .modal-content .submit-section .btn.btn-download {
  min-width: 200px;
}
.list-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list-links li {
  margin: 0 15px 10px 0;
  list-style: none;
}
.list-links li a {
  font-size: 14px;
  color: #092c4c;
  border: 1px solid #f5f6fa;
  display: inline-block;
  border-radius: 5px;
  padding: 12px 30px;
}
.list-links li a:hover {
  background: #e5e5e8;
}
.list-links li a span {
  font-size: 14px;
}
.list-links li.active a {
  color: #7d00b2;
}
.inactive-style {
  font-size: 14px;
}
.select-by .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #092c4c;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 45%;
  width: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.select-by .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #092c4c;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}
.modal-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #092c4c;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 45%;
  width: 0;
  transform: rotate(224deg);
  -webkit-transform: rotate(224deg);
  border-color: #092c4c;
  border-width: 2px 0 0 2px;
  padding: 3px;
  margin-top: -2px;
}
.pagination-tab {
  padding: 30px;
}
.header.fixed-header .user-menu.nav > li.view-btn > a {
  background-color: #fff;
  color: #000;
}
.header.fixed-header .user-menu.nav > li.view-btn > a:hover {
  background-color: #d19eb7;
  color: #fff;
}
.status-toggle {
  display: flex;
  align-items: center;
}
.status-toggle span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}
.change-photo-btn {
  color: #7e84a3;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 15px;
  position: relative;
  text-align: center;
  height: 120px;
  background: #fafafa;
  border: 1px dashed #e1e1e1;
  vertical-align: middle;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  width: 100%;
}
.blog-categories-btn {
  padding: 20px;
}
@media (max-width: 768px) {
  .page-header {
    margin-bottom: 0.9375rem;
  }
}
.page-header .page-title {
  color: #333;
  margin-bottom: 5px;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: unset;
  display: flex;
  align-items: center;
  overflow-x: auto;
  min-height: 44px;
  padding: 10px;
}
.bootstrap-tagsinput .bg-info {
  background-color: #7d00b2 !important;
  color: #fff;
}
.bootstrap-tagsinput .badge-info {
  color: #878a99;
  background: #f6f2ff;
  border-radius: 50px;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
  color: #ed3a3a;
  border-radius: 50px;
  padding: 3px 5px;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\f057";
  padding: 0 2px;
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 18px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput .badge {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 5px 2px 5px 10px;
  display: flex;
  align-items: center;
  width: max-content;
}
.chat-window {
  position: relative;
}
.chat-window .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #e8ebed;
}
.chat-window .badge-success {
  background-color: #33b469 !important;
}
.chat-page .footer {
  display: none;
}
.chat-search .input-group .form-control {
  margin: 0;
  padding: 0 0 0 36px;
  height: 46px;
}
.chat-search .input-group .input-group-prefix {
  color: #5e5873;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}
.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding: 0;
}
.chat-cont-left .chat-scroll .chat-block {
  border-bottom: 1px solid #e8ebed;
  margin: 0;
  padding: 10px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.chat-cont-left .chat-scroll .chat-block.active {
  background-color: #f5f5f5;
}
.chat-cont-left .chat-scroll .chat-block:hover {
  background-color: #f5f5f5;
}
.chat-cont-left .chat-scroll .chat-block .media-img-wrap {
  margin: 0 15px 0 0;
  position: relative;
}
.chat-cont-left .chat-scroll .chat-block .media-img-wrap .avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-cont-left .chat-scroll .chat-block .media-body .user-name {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #28084b;
  font-size: 15px;
  font-weight: 500;
}
.chat-cont-left .chat-scroll .chat-block .media-body .user-last-chat {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-left .chat-scroll .chat-block .media-body .last-chat-time {
  color: #9e9e9e;
  font-size: 13px;
}
.chat-cont-left .chat-scroll .chat-block .media-body div:last-child {
  text-align: left;
}
.chat-cont-right {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right .chat-scroll {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.chat-cont-right .msg_head .back-user-list {
  display: none;
  margin: 0 0 0 -10px;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .chat-cont-right .msg_head .back-user-list {
    display: block;
  }
}
.chat-cont-right .img_cont {
  position: relative;
  height: 45px;
  width: 45px;
}
.chat-cont-right .img_cont .user_img {
  height: 45px;
  min-width: 45px;
  width: 45px;
  border: 1.5px solid #7d00b2;
}
.chat-cont-right .user_info {
  margin: 0 auto 0 15px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-cont-right ul.list-unstyled {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent {
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .avatar {
  order: 3;
  height: 30px;
  width: 30px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body {
  margin: 0 20px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box {
  margin: 0;
  padding: 0 0 0 50px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box + .msg-box {
  margin: 5px 0 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box p {
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box:first-child::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid #e3e3e3;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: -12px;
  left: auto;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box > div {
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #e3e3e3;
  display: inline-block;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .msg-box:first-child > div {
  border-radius: 10px 0 10px 10px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments {
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info {
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  flex-direction: row-reverse;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info li {
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #7d00b2;
  content: "";
  height: 4px;
  width: 4px;
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info .chat-time {
  color: rgba(50, 65, 72, 0.4);
}
.chat-cont-right ul.list-unstyled .chat-block.sent .media-body .chat-msg-info a {
  color: #333;
}
.chat-cont-right ul.list-unstyled .chat-block.received {
  position: relative;
  margin-bottom: 20px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body::before {
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-top: 6px solid #fff;
  border-left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: -6px;
  width: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body > div {
  margin: 0;
  padding: 10px 15px;
  border-radius: 10px;
  display: table;
  background: #fff;
  position: relative;
}
.chat-cont-right ul.list-unstyled .chat-block.received .media-body > div p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.chat-cont-right ul.list-unstyled .chat-block.received .msg-box {
  display: block;
}
.chat-cont-right ul.list-unstyled .chat-block.received .msg-box + .msg-box {
  margin-top: 5px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info {
  margin: 5px 0 0;
  padding: 0;
  clear: both;
  list-style: none;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-info .chat-time {
  color: rgba(255, 255, 255, 0.8);
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments {
  margin: 0 -1px;
  padding: 4px 0;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attachment:hover .chat-attach-download {
  opacity: 1;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments > div {
  margin: 0 1px;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments img {
  max-width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-block.received .chat-msg-attachments .chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.chat-cont-right ul.list-unstyled .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.chat-cont-right ul.list-unstyled .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
}
.chat-cont-right ul.list-unstyled .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin: 0 0 0 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.card-footer {
  background-color: #fff;
  border-top: 1px solid #e8ebed;
  margin: 0;
  padding: 1rem 1.5rem;
}
.card-footer .type_msg {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 0 !important;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .chat-cont-right {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .chat-cont-right .msg_head .back-user-list {
    display: flex;
    align-items: center;
  }
  .chat-window .chat-cont-right .chat-header .chat-block .media-body .user-name {
    font-size: 14px;
  }
}
.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}
.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  background-color: #d9d9d9;
  display: block;
  opacity: 0.4;
  margin: 0 1px;
  border-radius: 50%;
}
.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}
.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}
.msg-typing span :nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
.page-wrapper {
  margin-left: 247px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-wrapper .content {
  padding: 25px;
}
@media (max-width: 1199.98px) {
  .page-wrapper .content {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-wrapper .content {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-wrapper {
    margin: 0;
    padding-top: 60px;
  }
}
.content-page-header {
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 575.98px) {
  .content-page-header {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .content-page-header {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}
.content-page-header h5 {
  font-size: 24px;
  color: #0f0033;
  font-weight: 600;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 768px) {
  .content-page-header h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.content-page-header h6 {
  font-size: 20px;
  color: #28084b;
  font-weight: 600;
  margin: 0;
}
.role-testing h6 {
  font-size: 18px;
  font-weight: 600;
}
.role-testing h6 span {
  color: #7d00b2;
}
.role-data {
  font-weight: 600 !important;
  color: #3f4254 !important;
}
.content-invoice-header {
  margin: 0 0 41px;
}
@media (max-width: 768px) {
  .content-invoice-header {
    margin: 0 0 25px;
  }
}
.content-invoice-header h5 {
  font-size: 24px;
  color: #28084b;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  .content-invoice-header h5 {
    font-size: 18px;
  }
}
.btn-import {
  border: 1px solid #7d00b2;
  color: #7d00b2;
  background: #fff;
  font-weight: 600;
  transition: all 0.5s;
}
@media (max-width: 575.98px) {
  .btn-import {
    padding: 6px 8px;
  }
}
.btn-import:hover {
  background: #7d00b2;
  color: #fff;
}
.card {
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 #00000029;
  box-shadow: 0 0 4px 0 #00000029;
  margin: 0 0 24px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 8px;
}
.card .card-header {
  border-color: #f0f1f5;
  background-color: #fff;
  padding: 1.5rem;
}
.card .card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 1199.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-body {
  position: relative;
  padding: 1rem;
}
@media (max-width: 1199.98px) {
  .card .card-body {
    padding: 15px;
  }
}
.card .card {
  position: relative;
  padding: 20px;
}
@media (max-width: 1199.98px) {
  .card .card {
    padding: 15px;
  }
}
.accord-btn {
  margin: 10px 0 0;
}
.dash-widget-header .dash-widget-icon {
  color: #fff;
  display: inline-flex;
  font-size: 1.875rem;
  height: 4rem;
  text-align: center;
  width: 4rem;
  border-radius: 10px;
}
.dash-widget-header .dash-count {
  margin-left: 15px;
}
@media (max-width: 1399.98px) {
  .dash-widget-header .dash-count {
    margin-left: 12px;
  }
}
.dash-widget-header .dash-count .dash-title {
  font-weight: 400;
  font-size: 13px;
  color: #878a99;
}
.dash-widget-header .dash-count .dash-counts p {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 0 0 0;
}
@media (max-width: 1399.98px) {
  .dash-widget-header .dash-count .dash-counts p {
    font-size: 14px;
  }
}
.bg-1 {
  background-color: #ffeec3;
}
.bg-1 i {
  color: #ffb800;
}
.bg-2 {
  background-color: #d1f3ff;
}
.bg-2 i {
  color: #42cdff;
}
.bg-3 {
  background-color: #ceffd5;
}
.bg-3 i {
  color: #52fb6a;
}
.bg-4 {
  background-color: #fccaff;
}
.bg-4 i {
  color: #f555ff;
}
.bg-5 {
  background-color: #ffb800;
}
.bg-6 {
  background-color: #42cdff;
}
.bg-7 {
  background-color: #52fb6a;
}
.bg-8 {
  background-color: #f555ff;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.text-success,
.dropdown-menu > li > a.text-success {
  color: #22cc62 !important;
}
.bg-success {
  background-color: #22cc62 !important;
}
.text-danger,
.dropdown-menu > li > a.text-danger {
  color: red !important;
}
.text-success-light {
  color: #33b469 !important;
}
.text-warning-light {
  color: #ebbc2e;
}
.warning-border {
  border: 1px solid #ebbc2e;
  padding: 0 3px;
  border-radius: 50px;
}
.danger-border {
  border: 1px solid red;
  padding: 0 3px;
  border-radius: 50px;
}
.info-border {
  border: 1px solid #377dff;
  padding: 0 3px;
  border-radius: 50px;
}
.text-primary {
  color: #7d00b2 !important;
}
.text-gray-light {
  color: #878a99;
}
.text-gray-dark {
  color: #3f4254;
}
.text-danger-light {
  color: #ed3a3a;
}
.text-muted {
  color: #b5b5c3 !important;
}
.bg-light-gray {
  background: #f3f3f3;
}
.bg-info-light {
  background: #ddf3ff;
}
.bg-info-blue {
  background: #e9f2ff;
}
.bg-primary-light {
  background: #eaddff;
}
.bg-warning-light {
  background: #fff6dc;
}
.bg-blue-light {
  background: #e9f2ff;
}
.bg-green-light {
  background: #e1ffed;
}
.bg-danger-light {
  background: #ffecec;
}
.bg-white-smoke {
  background: #efefef;
}
.bg-ash-gray {
  background: #f6f2ff;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.dropdown-item {
  font-size: 12px;
  padding: 8px 10px;
}
.input-block {
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}
.input-block.status-grid {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.input-block label {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 14px;
  color: #9b9b9b;
}
.input-block .optional {
  font-weight: 400;
  font-size: 12px;
  color: #878a99;
}
.input-block .form-control {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #3f4254;
}
.input-block .form-control ::placeholder,
.input-block .form-control ::-webkit-input-placeholder,
.input-block .form-control :-ms-input-placeholder {
  color: #878a99;
  font-size: 14px;
  font-weight: 500;
}
.input-block .form-control .form-title {
  font-weight: 600;
  font-size: 16px;
  color: #28084b;
  margin: 0 0 25px;
}
.input-block textarea.form-control {
  height: auto;
}
.input-block .intl-tel-input,
.input-block .iti {
  width: 100%;
}
.input-block .note-toolbar {
  background: #fff;
}
.input-block .note-editable {
  background: #fff;
}
.input-block .note-resizebar {
  height: 0 !important;
}
.input-block .toggle-password {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 50%);
}
.input-block .feather-eye-off {
  color: #878a99;
}
.input-block .feather-eye {
  margin-right: 1px;
  color: #878a99;
}
.notes-form-group textarea.form-control {
  height: 80px;
  resize: none;
}
.notes-form-group-info textarea.form-control {
  height: 117px;
  resize: none;
}
.pass-group {
  position: relative;
}
.form-upload-file {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #878a99;
  text-align: left;
}
.form-upload-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.form-upload-label {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  color: #282828;
}
@media (max-width: 1199.98px) {
  .form-group-bank {
    margin: 0 0 20px;
  }
}
.form-group-bank .bank-details {
  background: #fff;
  border: 3px dashed #e5e7eb;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
}
.form-group-item {
  border-bottom: 1px solid #efefef;
  margin: 0 0 30px;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .form-group-item {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}
.form-group-item .form-group-plus li {
  -ms-flex: 100%;
  flex: auto;
  max-width: 100%;
}
.form-group-item .form-group-plus li:last-child {
  -ms-flex: 0%;
  flex: auto;
  max-width: 0%;
  margin: 0 0 0 10px;
}
.form-group-item .form-group-plus li:last-child span {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.form-group-item .form-group-plus .form-plus-btn {
  padding: 8px 12px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.form-group-item .css-equal-heights {
  width: calc(100% - 40px);
}
.form-group-customer {
  border-bottom: 1px solid #efefef;
  margin: 0 0 30px;
  padding: 0 0 8px;
}
.form-title {
  font-weight: 600;
  font-size: 16px;
  color: #1f0066;
  margin: 0 0 20px;
}
.form-group-add {
  margin: 0 0 10px;
}
.form-group-add .input-block .form-control {
  margin: 0 0 8px;
}
.form-group-add .input-block span {
  color: #b5b5c3;
  font-size: 12px;
  font-weight: 400;
}
.form-group-add .booking-option {
  margin: 40px 0 0;
}
@media (max-width: 575.98px) {
  .form-group-add .booking-option {
    margin: 0;
  }
}
.form-group-add .status-toggle .checktoggle {
  transform: translate(calc(30% - 5px), -15%);
  width: 50px;
  height: 26px;
  border-radius: 20px;
}
.form-group-add .status-toggle .checktoggle:after {
  width: 22px;
  height: 22px;
}
.form-group-add .status-toggle .check:checked + .checktoggle {
  transform: translate(calc(30% - 5px), -15%);
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
}
.page-header .breadcrumb {
  background-color: transparent;
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 0;
}
.page-header .breadcrumb a {
  color: #333;
  font-size: 1rem;
}
.customer-details-group .card-body {
  padding-bottom: 0;
}
.invoices-items-main-tabs {
  border-bottom: 3px solid #f3f3f3;
  padding-bottom: 10px;
}
.invoices-items-main-tabs ul li {
  display: inline-block;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.invoices-items-main-tabs ul li:last-child {
  padding-right: 0;
}
.invoices-items-main-tabs ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
  padding-bottom: 24px;
  position: relative;
}
.invoices-items-main-tabs ul li a.active:after {
  content: "";
  width: 130px;
  height: 6px;
  background-color: #7d00b2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  bottom: 4px;
  left: 50%;
}
.btn-close {
  background-color: #f3f3f9;
  color: #1b2559;
  border-radius: 50px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.bank-details-btn .btn {
  min-width: 160px;
  border-radius: 8px;
  padding: 10px 0;
  color: #fff;
}
.bank-details-btn .bank-cancel-btn {
  background: #1b2559;
}
.bank-details-btn .bank-cancel-btn:hover {
  background: #7d00b2;
}
.bank-details-btn .bank-save-btn {
  background: #7d00b2;
}
.bank-details-btn .bank-save-btn:hover {
  background: #1b2559;
}
.bank-details .bank-inner-details textarea {
  min-height: 100px;
}
.filter-card {
  display: none;
}
.filter-card.open {
  display: block;
}
label {
  margin-bottom: 0.5rem;
}
.contact-details {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  list-style: none;
  margin: 0 0 42px;
}
@media (max-width: 991.98px) {
  .contact-details {
    margin: 0 0 42px;
  }
}
.contact-details li {
  -ms-flex: 16.66%;
  flex: 16.66%;
  max-width: 16.66%;
}
@media (max-width: 1299.98px) {
  .contact-details li {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    margin: 0 0 25px;
  }
}
@media (max-width: 575.98px) {
  .contact-details li {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
}
.contact-details li .contact-square {
  background: #f7f7ff;
  min-width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
}
.contact-details li p {
  color: #3f4254;
}
.contact-details li span i {
  font-size: 14px;
}
.note-editor.note-frame {
  border-color: #e0e0e0;
}
.note-editor.note-frame .note-statusbar {
  border-top: 0;
}
.bootstrap-datetimepicker-widget {
  font-size: 13px;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #7638ff;
}
.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}
.bg-danger-light {
  background-color: rgba(255, 218, 218, 0.49) !important;
  color: red !important;
}
.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}
.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}
.bg-success-light {
  background-color: #e1ffed !important;
  color: #33b469 !important;
}
.card-two {
  border: 1px solid #dbdfea;
  border-radius: 5px;
}
.badge-soft-primary {
  color: #405189;
  background-color: rgba(64, 81, 137, 0.1);
}
.badge-soft-secondary {
  color: #3577f1;
  background-color: rgba(53, 119, 241, 0.1);
}
.badge-soft-success {
  color: #0ab39c;
  background-color: rgba(10, 179, 156, 0.1);
}
.badge-soft-info {
  color: #299cdb;
  background-color: rgba(41, 156, 219, 0.1);
}
.badge-soft-warning {
  color: #f7b84b;
  background-color: rgba(247, 184, 75, 0.1);
}
.badge-soft-danger {
  color: #f06548;
  background-color: rgba(240, 101, 72, 0.1);
}
.badge-soft-dark {
  color: #212529;
  background-color: rgba(33, 37, 41, 0.1);
}
.badge-soft-light {
  color: #f3f6f9;
  background-color: rgba(243, 246, 249, 0.1);
}
.badge-outline-primary {
  color: #405189;
  border: 1px solid #405189;
  background-color: transparent;
}
.badge-outline-secondary {
  color: #3577f1;
  border: 1px solid #3577f1;
  background-color: transparent;
}
.badge-outline-success {
  color: #0ab39c;
  border: 1px solid #0ab39c;
  background-color: transparent;
}
.badge-outline-info {
  color: #299cdb;
  border: 1px solid #299cdb;
  background-color: transparent;
}
.badge-outline-warning {
  color: #f7b84b;
  border: 1px solid #f7b84b;
  background-color: transparent;
}
.badge-outline-danger {
  color: #f06548;
  border: 1px solid #f06548;
  background-color: transparent;
}
.badge-outline-dark {
  color: #212529;
  border: 1px solid #212529;
  background-color: transparent;
}
.badge-outline-light {
  color: #f3f6f9;
  border: 1px solid #f3f6f9;
  background-color: transparent;
}
.badge-gray-outline {
  background-color: #fff;
  border: 1px solid #eff2f5;
  color: #878a99;
}
.badge-gradient-primary {
  background:
    linear-gradient(
      135deg,
      #405189 0,
      #0ab39c 100%);
}
.badge-gradient-secondary {
  background:
    linear-gradient(
      135deg,
      #3577f1 0,
      #299cdb 100%);
}
.badge-gradient-success {
  background:
    linear-gradient(
      135deg,
      #0ab39c 0,
      #f7b84b 100%);
}
.badge-gradient-danger {
  background:
    linear-gradient(
      135deg,
      #f06548 0,
      #3577f1 100%);
}
.badge-gradient-warning {
  background:
    linear-gradient(
      135deg,
      #f7b84b 0,
      #eb990a 100%);
}
.badge-gradient-info {
  background:
    linear-gradient(
      135deg,
      #299cdb 0,
      #0ab39c 100%);
}
.badge-gradient-dark {
  background:
    linear-gradient(
      135deg,
      #212529 0,
      #405189 100%);
}
li.previous {
  margin-right: 10px;
}
.card-title {
  margin-bottom: 0;
  border-radius: 10px;
}
.cal-icon {
  position: relative;
  width: 100%;
}
.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "font awesome 5 free";
  font-weight: 700;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}
.cal-icon-info:after {
  font-family: feather;
  content: "\e926";
  color: #878a99;
  font-weight: 400;
  font-size: 18px;
  top: 8px;
}
.btn-back {
  background: #fff;
  border: 1px solid #bdbdbd;
  box-shadow: inset 0 0 0 0 #3f4254;
  border-radius: 6px;
  color: #3f4254;
  min-width: 69px;
}
.btn-back:hover {
  background: #3f4254;
  border: 1px solid #3f4254;
  box-shadow: inset 0 0 0 0 #fff;
  color: #fff;
}
body.filter-opened {
  overflow: hidden;
}
.page-header .btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.multiselect-dropdown .dropdown-btn {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-gap: 10px !important;
  align-items: flex-start !important;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  max-width: max-content !important;
  background: #7d00b2 !important;
  border: 1px solid #7d00b2 !important;
}
.multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: #7d00b2 !important;
  box-shadow: none !important;
}
.multiselect-item-checkbox input[type=checkbox] + div:before {
  border: 2px solid #7d00b2 !important;
  box-shadow: none !important;
}
.input-block .form-control-sm {
  padding: 0.25rem 0.5rem;
}
.input-block .form-control-lg {
  padding: 0.75rem 1.25rem;
}
.toggle-sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  right: -400px;
  height: 100vh;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1002;
}
@media (max-width: 575.98px) {
  .toggle-sidebar {
    width: 250px;
    right: -250px;
  }
}
.toggle-sidebar.open-filter {
  right: 0;
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.toggle-sidebar .sidebar-layout-filter {
  background: #fff;
  box-shadow: 0 16px 32px rgba(65, 152, 255, 0.2);
  border-radius: 10px 0 0 10px;
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  .toggle-sidebar .sidebar-layout-filter {
    width: 250px;
  }
}
.toggle-sidebar .sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #eff2f5;
  align-items: center;
}
.toggle-sidebar .sidebar-header h5 {
  font-weight: 600;
  font-size: 18px;
  color: #28084b;
  margin: 0;
}
.toggle-sidebar .sidebar-header a {
  color: #292d32;
  font-size: 20px;
}
.toggle-sidebar .sidebar-header .dropdown-item {
  font-size: 16px;
}
.toggle-sidebar .sidebar-body {
  padding: 20px;
}
.toggle-sidebar .sidebar-body .accordion {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.toggle-sidebar .sidebar-body .accordion .filter-title {
  margin-bottom: 15px;
}
.toggle-sidebar .sidebar-body .accordion .filter-title a {
  font-weight: 500;
  font-size: 14px;
  color: #28084b;
}
.toggle-sidebar .sidebar-body .accordion .view-all {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  color: #7d00b2;
}
.toggle-sidebar .sidebar-body .accordion-last {
  border: 0;
}
.toggle-sidebar .form-custom .form-control {
  padding: 8px 30px;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 14px;
  color: gray;
}
.toggle-sidebar .form-custom .form-control:focus {
  border-color: #000;
}
.toggle-sidebar .form-custom span img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.open-filter .custom_check {
  color: gray;
}
.open-filter i {
  transition: 0.2s;
}
.accordion .collapsed i {
  color: #878a99;
  transition: 0.2s;
  transform: rotate(-90deg);
}
.accordion .float-end {
  color: #878a99;
}
@media (max-width: 767px) {
  .list-btn {
    margin-top: 15px;
  }
}
.list-btn .filter-list .short-filter {
  border: 1px solid #e6e9e8;
  border-radius: 8px;
  color: #878a99;
  font-size: 14px;
  height: 39px;
  padding: 10px;
  background: #fff;
}
.list-btn .filter-list .short-filter .sort {
  background: 0 0;
  border: none;
  outline: 0;
  font-size: 12px;
  font-weight: 600;
  color: #3f4254;
}
.list-btn .filter-list li {
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .list-btn .filter-list li {
    padding: 0 5px 5px 0;
  }
}
.list-btn .filter-list li a.active {
  color: #7d00b2 !important;
}
.list-btn .filter-list li ul li {
  padding: 0;
  margin: 0 0 10px;
}
.list-btn .filter-list li ul li .download-item {
  color: gray;
  font-size: 14px;
  margin: auto;
}
.list-btn .filter-list li ul li .download-item:hover {
  color: #7d00b2;
}
.list-btn .filter-list li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-btn .btn-filters {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  color: #878a99;
  min-width: 39px;
  height: 39px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-btn .btn-filters span {
  margin-bottom: 0;
  line-height: 0;
  font-size: 18px;
}
.list-btn .btn-filters:hover {
  box-shadow: 0 40px 0 0 #eaddff inset;
  border-color: #eaddff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #7d00b2;
}
.list-btn .btn-filters:hover i {
  color: #7d00b2;
}
.list-btn .btn-filters:hover img {
  filter: invert(44%) sepia(93%) saturate(5806%) hue-rotate(247deg) brightness(95%) contrast(113%);
}
.list-btn .dropdown-menu {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 16px 32px rgba(190, 190, 190, 0.2);
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px !important;
}
.list-btn .dropdown-menu .dropdown-item {
  font-weight: 500;
  font-size: 14px;
  color: #878a99;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .filter-list {
    flex-wrap: wrap;
  }
}
.filter-buttons {
  display: flex;
  align-items: center;
}
.filter-buttons button.btn-secondary {
  background: #efefef;
  color: #3f4254;
  border: 1px solid #efefef;
  transition: 0.5s all;
  box-shadow: inset 0 0 0 0 #7d00b2;
  margin: 0 0 0 15px;
}
.filter-buttons button.btn-secondary:hover {
  background-color: #7d00b2;
  border-color: #7d00b2;
  color: #fff;
  box-shadow: inset 0 50px 0 0 #7d00b2;
}
.filter-list li a:hover img {
  filter: invert(0) brightness(100);
}
.dash-widget-icon {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 1.875rem;
  height: 4rem;
  justify-content: center;
  text-align: center;
  width: 4rem;
}
.dash-widget-info h3 {
  margin-bottom: 10px;
}
.dash-widget-header {
  margin: 0 0 20px;
}
.activity-feed {
  list-style: none;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 0;
}
.activity-feed .feed-item {
  border-left: 2px solid #e4e8eb;
  padding-bottom: 19px;
  padding-left: 20px;
  position: relative;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  padding: 6px;
  left: -9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #f3f3f3;
  background-color: transparent;
}
.activity-feed .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #e3e3e3;
}
.activity-feed .feed-item .feed-date {
  display: block;
  position: relative;
  color: #777;
  text-transform: uppercase;
  font-size: 13px;
}
.activity-feed .feed-item .feed-text {
  color: #777;
  position: relative;
  margin: 0 0 5px;
}
.activity-feed .feed-item .feed-text a {
  color: #333;
  font-weight: 600;
}
td.dt-type-numeric.sorting_1 img {
  display: block;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #fff;
  color: #000;
}
.modal-icon i {
  font-size: 42px;
  color: #6c757d;
}
.modal-footer {
  border: 0;
  padding: 0 24px 24px;
}
.modal-footer .btn-back {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #fff;
  color: #000;
}
.modal-footer .btn-back:hover,
.modal-footer .btn-back:active,
.modal-footer .btn-back.active {
  border-radius: 6px;
  border: 1px solid #bec0c4;
  background: #fff;
  color: #000;
}
.modal-footer .btn-primary {
  margin: 0;
}
.add-remove i {
  font-size: 18px;
  cursor: pointer;
}
.profile-cover {
  position: relative;
  padding: 1.75rem 2rem;
  border-radius: 0.75rem;
  height: 10rem;
}
.profile-cover-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10rem;
  background-color: #e7eaf3;
  border-radius: 0.75rem;
}
.profile-cover-img {
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  border-radius: 0.75rem;
}
.cover-content {
  position: relative;
  z-index: 1;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.custom-file-btn {
  position: relative;
  overflow: hidden;
}
.custom-file-btn-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.profile-cover-avatar {
  display: -ms-flexbox;
  display: flex;
  margin: -6.3rem auto 0.5rem;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media (max-width: 568px) {
  .profile-cover-avatar {
    margin: 0 auto;
  }
}
.profile-cover-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 33, 68, 0.25);
  border-radius: 50%;
  transition: 0.2s;
}
.avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #677788;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}
.avatar-edit svg {
  width: 18px;
}
.error-page {
  align-items: center;
  color: #1f1f1f;
  height: 100vh;
}
.error-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  width: 100%;
  min-height: unset;
}
.error-box {
  margin: 0 auto;
  max-width: 480px;
  padding: 1.875rem 0;
  text-align: center;
  width: 100%;
}
.error-box h1 {
  color: #7638ff;
  font-size: 10em;
}
.error-box p {
  margin-bottom: 1.875rem;
}
.error-box .btn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 20px;
}
.custom-file-container {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.custom-file-container label {
  color: #4361ee;
}
.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__custom-file:hover {
  cursor: pointer;
}
.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__custom-file-input:focus ~ span {
  outline: 1px dotted #dddde0;
  outline: 0 auto -webkit-focus-ring-color;
}
.custom-file-container__custom-file__custom-file-control {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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 #f1f2f3;
  color: #3b3f5c;
  font-size: 15px;
  padding: 8px 10px;
  letter-spacing: 1px;
  background-color: #f1f2f3;
}
.custom-file-container__custom-file__custom-file-control__button {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 6;
  display: block;
  height: auto;
  padding: 10px 16px;
  line-height: 1.25;
  background-color: #9e9e9e;
  color: #fff;
  border-left: 1px solid #e0e6ed;
  box-sizing: border-box;
}
.custom-file-container__image-preview {
  box-sizing: border-box;
  margin-top: 54px;
  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;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-file-container__image-multi-preview {
  position: relative;
  box-sizing: border-box;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 1.858736%;
  width: 29.615861214%;
  height: 90px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-file-container__image-multi-preview__single-image-clear {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: -6px;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.25);
  position: absolute;
  left: -6px;
}
.custom-file-container__image-multi-preview__single-image-clear:hover {
  background: #cbcbbd;
  cursor: pointer;
}
.custom-file-container__image-multi-preview__single-image-clear__icon {
  color: #4361ee;
  display: block;
  margin-top: -2px;
}
.note-editor.card {
  padding: 0.5rem;
  margin-bottom: 0;
}
.note-toolbar.card-header {
  padding: 0;
  padding-bottom: 0.5rem;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #7638ff;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #7638ff;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 0;
  height: 0;
  width: 100%;
  cursor: ns-resize;
  background: 0 0;
  border: 0;
}
.app-listing {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  flex-wrap: wrap;
}
.app-listing li {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .app-listing li {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .app-listing li {
    width: 100%;
  }
}
.app-listing .checkbox-title {
  font-weight: 600;
  font-size: 16px;
  color: #7d00b2;
  margin-bottom: 14px;
}
.app-listing .form-custom {
  margin-bottom: 14px;
}
.app-listing .form-custom .form-control {
  padding-left: 14px;
  border: 1px solid rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.selectbox-cont {
  height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}
.multipleSelection {
  position: relative;
  margin-bottom: 20px;
}
.multipleSelection .selectbox,
.multipleSelection .selectboxes {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 13px 10px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #f7f8f9;
  border-radius: 7px;
  cursor: pointer;
}
.multipleSelection .selectbox p,
.multipleSelection .selectboxes p {
  color: #1b2559;
  font-weight: 500;
}
.multipleSelection .selectbox p .select-icon,
.multipleSelection .selectboxes p .select-icon {
  color: #7d00b2;
  width: 20px;
  height: 20px;
}
.custom_check {
  color: #1b2559;
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
  user-select: none;
}
.custom_check input:checked ~ .checkmark {
  background-color: #7d00b2;
  border-color: #7d00b2;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "font awesome 5 free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  color: #fff;
  font-size: 9px;
}
.input-block .custom_check {
  margin-bottom: 20px;
}
.table tbody td a.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
  color: #212529;
}
.date-list .date-btn {
  background: #fff;
  color: #1b2559;
  border: 1px solid #e7eafc;
  border-radius: 4px;
  padding: 10px 0 !important;
  width: 100%;
}
.form-custom {
  font-size: 14px;
}
.form-custom.cal-icon {
  position: relative;
}
.form-custom.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 15px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}
.btn-grey {
  background: rgba(231, 234, 252, 0.75);
  color: #1b2559;
  margin-top: 10px;
}
.btn-grey:hover {
  background: #1b2559;
  color: #fff;
}
.date-picker {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.date-list ul {
  text-align: center;
}
.date-list ul li {
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
}
.sortby #checkbox {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2ecff;
  box-shadow: 0 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.sortby #checkbox:before {
  border: 7px solid #f2ecff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 30px;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
}
.multipleSelection #checkboxes {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  z-index: 1;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f2ecff;
  box-shadow: 0 4px 44px rgba(231, 234, 252, 0.75);
  border-radius: 6px;
}
.report-card {
  border-radius: 5px;
}
.report-btn .btn {
  font-weight: 600;
  color: #7d00b2;
  background: #fff;
  border: 2px solid #7d00b2;
  border-radius: 8px;
  width: 100%;
  padding: 11px 0;
}
.report-btn .btn:hover {
  color: #fff;
  background: #7d00b2;
  border: 2px solid #7d00b2;
}
.report-btn .btn:hover img {
  filter: invert(0) brightness(100);
}
.invoices-settings-btn {
  justify-content: flex-end;
}
.invoices-main-tabs {
  border-bottom: 2px solid #e0e0e0;
  padding: 0 0 12px;
}
.invoices-main-tabs .invoices-tabs ul li {
  position: relative;
  display: inline-block;
  margin: 0 24px 0 0;
}
@media (max-width: 575.98px) {
  .invoices-main-tabs .invoices-tabs ul li {
    display: block;
    margin: 0 0 20px;
  }
}
.invoices-main-tabs .invoices-tabs ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #878a99;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 14px;
}
.invoices-main-tabs .invoices-tabs ul li a.active {
  color: #7d00b2;
  border-bottom: 2px solid #7d00b2;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .invoices-main-tabs .invoices-tabs ul li a.active {
    border-bottom: 0;
  }
}
.invoices-main-tabs .invoices-settings-icon {
  color: #7d00b2;
  margin-right: 20px;
}
.invoices-main-tabs .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1b2559;
  border: 1px solid #1b2559;
  border-radius: 6px;
}
.paid-continue-btn {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
}
.paid-continue-btn:hover,
.paid-continue-btn:focus,
.paid-continue-btn:active {
  background-color: #fff;
  border: 1px solid #7d00b2;
  color: #7d00b2;
}
.paid-cancel-btn {
  background-color: #fff;
  border: 1px solid #7d00b2;
  border-radius: 5px;
  color: #7d00b2;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
}
.paid-cancel-btn:hover,
.paid-cancel-btn:active {
  background-color: #7d00b2;
  border: 1px solid #7d00b2;
  color: #7d00b2;
}
.paid-cancel-btn:focus {
  color: #7d00b2;
}
.inovices-card {
  border-radius: 5px;
  margin: 0 0 32px;
}
.inovices-card .inovices-widget-header .inovices-amount {
  font-weight: 600;
  font-size: 24px;
  color: #7d00b2;
}
.inovices-card .inovices-all {
  font-weight: 500;
  font-size: 10px;
  color: #878a99;
}
.inovices-card .inovice-trending {
  font-weight: 500;
  font-size: 10px;
}
.inovices-card .inovice-trending span {
  margin: 0;
  line-height: 0;
}
.invoices-tabs-card {
  background: 0 0;
  box-shadow: unset;
}
.invoices-grid-card {
  background: #fff;
  box-shadow: 0 4px 24px rgba(228, 228, 228, 0.25);
  border-radius: 10px;
  color: #1b2559;
}
.invoices-grid-card .card-header {
  padding: 20px;
  border: 0;
}
.invoices-grid-card .card-header .action-icon {
  color: #1b2559;
  display: initial;
}
.invoices-grid-card .card-header .invoice-grid-link {
  color: #1b2559;
}
.invoices-grid-card .card-header .dropdown-action {
  margin-bottom: 0;
}
.invoices-grid-card .card-middle {
  padding: 20px;
  background: #f7f7ff;
}
.invoices-grid-card .card-middle .avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}
.invoices-grid-card .card-middle .card-middle-avatar {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  margin: 0;
}
.invoices-grid-card .card-body {
  padding: 20px;
}
.invoices-grid-card .card-body span {
  font-size: 14px;
}
.invoices-grid-card .card-body h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1b2559;
  margin-top: 4px;
}
.invoices-grid-card .card-footer {
  padding: 20px;
  border: 0;
}
.inovices-card .card-body {
  padding: 10px;
}
.badge.bg-info-lights {
  background: #efe9ff;
  color: #7d00b2;
}
.admin-invoice p {
  display: flex;
  flex-direction: column;
}
.dropdown-menu.dropdown-menu-end.customer-dropdown {
  width: 230px;
  height: 200px;
  overflow-y: auto;
}
.dropdown-menu.dropdown-menu-right.credit-note-dropdown {
  width: 235px;
  height: 200px;
  overflow-y: auto;
}
.card.company-settings-new .content-page-header {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e0e0e0;
}
.card.company-settings-new .input-block.service-upload.logo-upload {
  min-height: 130px;
  justify-content: space-between;
  padding: 15px 30px;
}
.card.company-settings-new .input-block.service-upload.logo-upload .text-info {
  line-height: 1;
}
.card.company-settings-new .input-block.service-upload.logo-upload .sites-logo {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .card.company-settings-new .input-block.service-upload.logo-upload .sites-logo {
    margin-left: 0;
  }
}
.card.company-settings-new .input-block.service-upload.logo-upload .sites-logo img {
  margin-right: 0;
  max-width: 116px;
  max-height: 30px;
}
.inbox-menu {
  display: inline-block;
  width: 100%;
}
.inbox-menu li {
  display: inline-block;
  width: 100%;
}
.inbox-menu li a {
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inbox-menu li a:hover {
  background: rgba(33, 33, 33, 0.05);
}
.inbox-menu li a i {
  font-size: 14px;
  padding-right: 10px;
  color: #878787;
}
@media (max-width: 768px) {
  .user-menu.nav > li > a > span:not(.user-img) {
    display: none;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  border: 1px solid #eff2f7;
  border-radius: 0.8rem;
  transform-origin: left top 0;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
  overflow: hidden;
}
.flag-nav .dropdown-menu.notifications {
  transform: translateY(49px) !important;
}
.flag-nav .dropdown-menu {
  transform: translateY(59px) !important;
}
.table-inbox {
  font-size: 15px;
  margin-bottom: 0;
}
.inbox-menu li a:hover,
.inbox-menu li.active a,
.inbox-menu li a:focus {
  background: #eff2f7;
}
.compose-btn {
  margin-bottom: 25px;
}
.top-action-left .dropdown-toggle {
  height: 40px;
}
.top-action-left .dropdown-toggle::after {
  display: none;
}
.table-inbox .starred.fas.fa-star {
  color: #ffd200;
}
.table-inbox .checked {
  background-color: #ffc;
}
.table-inbox tbody tr td {
  font-size: 14px;
  color: #28084b;
}
.unread .name,
.unread .subject,
.unread .mail-date {
  color: #000;
  font-weight: 700;
}
.ribbon-primary {
  background: #7366ff;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #7366ff;
  border-left-color: #7366ff;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #7366ff;
  border-left-color: transparent;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #7366ff;
}
.ribbon-primary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #43f;
  border-left-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: #43f;
}
.ribbon-primary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #43f;
  border-right-color: transparent;
  border-left-color: #43f;
}
.ribbon-bookmark.ribbon-primary:before {
  border-color: #7366ff;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #7366ff;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #a927f9;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-bookmark.ribbon-secondary:before {
  border-color: #f73164;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #51bb25;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #dc3545;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #a927f9;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-light:before {
  border-color: #f4f4f4;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-dark:before {
  border-color: #2c323f;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #f8d62b;
  border-right-color: transparent;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before {
  border-right-color: #7366ff;
  border-bottom-color: transparent;
}
.ribbon-secondary {
  background: #f73164;
  background: #f73164;
}
.ribbon-secondary.ribbon-corner:before {
  border-top-color: #f73164;
  border-left-color: #f73164;
}
.ribbon-secondary.ribbon-corner.ribbon-right:before {
  border-right-color: #f73164;
  border-left-color: transparent;
}
.ribbon-secondary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f73164;
}
.ribbon-secondary.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #ec0944;
  border-left-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: #ec0944;
}
.ribbon-secondary.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #ec0944;
  border-right-color: transparent;
  border-left-color: #ec0944;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before {
  border-right-color: #f73164;
  border-bottom-color: transparent;
}
.ribbon-success {
  background: #51bb25;
  background: #51bb25;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #51bb25;
  border-left-color: #51bb25;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #51bb25;
  border-left-color: transparent;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #51bb25;
}
.ribbon-success.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #3f901d;
  border-left-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: #3f901d;
}
.ribbon-success.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #3f901d;
  border-right-color: transparent;
  border-left-color: #3f901d;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-success:before {
  border-right-color: #51bb25;
  border-bottom-color: transparent;
}
.ribbon-danger {
  background: #dc3545;
  background: #dc3545;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #dc3545;
  border-left-color: #dc3545;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #dc3545;
  border-left-color: transparent;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dc3545;
}
.ribbon-danger.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #bd2130;
  border-left-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: #bd2130;
}
.ribbon-danger.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #bd2130;
  border-right-color: transparent;
  border-left-color: #bd2130;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before {
  border-right-color: #dc3545;
  border-bottom-color: transparent;
}
.ribbon-info {
  background: #a927f9;
  background: #a927f9;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #a927f9;
  border-left-color: #a927f9;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #a927f9;
  border-left-color: transparent;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #a927f9;
}
.ribbon-info.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #9106e7;
  border-left-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: #9106e7;
}
.ribbon-info.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #9106e7;
  border-right-color: transparent;
  border-left-color: #9106e7;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-info:before {
  border-right-color: #a927f9;
  border-bottom-color: transparent;
}
.ribbon-light {
  background: #f4f4f4;
  background: #f4f4f4;
}
.ribbon-light.ribbon-corner:before {
  border-top-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.ribbon-light.ribbon-corner.ribbon-right:before {
  border-right-color: #f4f4f4;
  border-left-color: transparent;
}
.ribbon-light.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f4f4f4;
}
.ribbon-light.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #dbdbdb;
  border-left-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: #dbdbdb;
}
.ribbon-light.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #dbdbdb;
  border-right-color: transparent;
  border-left-color: #dbdbdb;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-light:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-light:before {
  border-right-color: #f4f4f4;
  border-bottom-color: transparent;
}
.ribbon-dark {
  background: #2c323f;
  background: #2c323f;
}
.ribbon-dark.ribbon-corner:before {
  border-top-color: #2c323f;
  border-left-color: #2c323f;
}
.ribbon-dark.ribbon-corner.ribbon-right:before {
  border-right-color: #2c323f;
  border-left-color: transparent;
}
.ribbon-dark.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2c323f;
}
.ribbon-dark.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #171a21;
  border-left-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: #171a21;
}
.ribbon-dark.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #171a21;
  border-right-color: transparent;
  border-left-color: #171a21;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before {
  border-right-color: #2c323f;
  border-bottom-color: transparent;
}
.ribbon-warning {
  background: #f8d62b;
  background: #f8d62b;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #f8d62b;
  border-left-color: #f8d62b;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #f8d62b;
  border-left-color: transparent;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #f8d62b;
}
.ribbon-warning.ribbon-clip:before {
  border-color: transparent;
  border-top-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-right:before {
  border-right-color: transparent;
  border-top-color: #e8c308;
  border-left-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: #e8c308;
}
.ribbon-warning.ribbon-clip-bottom-right:before {
  border-top-color: transparent;
  border-bottom-color: #e8c308;
  border-right-color: transparent;
  border-left-color: #e8c308;
}
.ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before {
  border-right-color: #f8d62b;
  border-bottom-color: transparent;
}
.ribbon-wrapper {
  position: relative;
  padding-top: 40px;
}
.ribbon-wrapper .card-body,
.ribbon-vertical-left-wrapper .card-body,
.ribbon-vertical-right-wrapper .card-body {
  position: unset;
}
.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: 0;
  color: #fff;
  z-index: 1;
}
.ribbon-right {
  left: auto;
  right: -2px;
}
.ribbon-vertical-left-wrapper {
  padding-left: 40px;
  position: relative;
}
.ribbon-vertical-left {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}
.ribbon-vertical-right-wrapper {
  padding-right: 40px;
}
.ribbon-vertical-right {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  top: -2px;
  left: auto;
  right: 12px;
}
.timeline {
  position: relative;
  padding: 20px 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:after {
  clear: both;
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-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;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid #e9ecef;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #e9ecef;
}
.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 > .timeline-badge {
  z-index: 1;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
}
.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 > li:before,
.timeline > li:after {
  content: " ";
  display: table;
  content: " ";
  display: table;
}
.timeline-badge.primary {
  background-color: #fb9678;
}
.timeline-badge.success {
  background-color: #00c292;
}
.timeline-badge.warning {
  background-color: #fec107;
}
.timeline-badge.danger {
  background-color: #e46a76;
}
.timeline-badge.info {
  background-color: #03a9f3;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #621aff;
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #621aff;
  background-color: #621aff;
  border-color: #621aff;
}
.cd-horizontal-timeline .events a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #621aff;
}
.cd-horizontal-timeline .m-t-40 {
  margin-top: 25px !important;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline::before {
  content: "mobile";
  display: none;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .timeline:before {
  content: " ";
  display: none;
  bottom: 0;
  left: 0%;
  width: 0;
  margin-left: -1.5px;
  background-color: #eee;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #621aff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  margin-bottom: 0;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
}
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #621aff;
}
.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover,
.cd-timeline-navigation a:focus {
  border-color: #621aff;
}
.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
  color: #621aff;
}
.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
  content: "";
  content: none;
}
.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #621aff;
  border-color: #621aff;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 30px;
}
.h-250 {
  height: 250px;
}
.icons-list {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icons-list li {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0 2px 3px #d7c5ff;
  border: 1px solid #e6ebf1;
  color: #7638ff;
  margin: 5px;
}
.login-body {
  display: table;
  height: 100vh;
  min-height: 100vh;
  margin: auto;
}
.logo-light {
  max-width: 180px;
  margin: auto;
  display: none;
}
.logo-dark {
  max-width: 180px;
  margin: auto;
  display: block;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-top: 1.875rem;
}
.login-wrapper .loginbox {
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  display: flex;
  margin: 1.875rem auto;
  max-width: 450px;
  width: 100%;
  border-radius: 20px;
}
.login-wrapper .loginbox .login-left {
  align-items: center;
  background:
    linear-gradient(
      180deg,
      #8bc34a,
      #00bcd4);
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  width: 450px;
  display: flex;
  border-radius: 6px 0 0 6px;
}
.login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
  width: 450px;
}
@media (max-width: 320px) {
  .login-wrapper .loginbox .login-right {
    width: 100%;
  }
}
.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}
.login-wrapper .loginbox .login-right .login-right-wrap h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
.login-wrapper .loginbox .login-right .forgotpass a {
  color: #a0a0a0;
}
.login-wrapper .loginbox .login-right .forgotpass a:hover {
  color: #333;
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin-top: 1.875rem;
}
.login-wrapper .loginbox .login-right .dont-have a {
  color: #333;
}
.login-wrapper .loginbox .login-right .dont-have a:hover {
  text-decoration: underline;
}
.login-wrapper .loginbox .login-right .social-login {
  text-align: center;
}
.login-wrapper .loginbox .login-right .social-login span {
  color: #757575;
  margin-right: 8px;
}
.login-wrapper .loginbox .login-right .social-login a {
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
  border-radius: 4px;
}
.login-wrapper .loginbox .login-right .social-login a:last-child {
  margin-right: 0;
}
.login-wrapper .loginbox .login-right .social-login a.facebook {
  background-color: #4b75bd;
}
.login-wrapper .loginbox .login-right .social-login a.google {
  background-color: #fe5240;
}
.login-wrapper .loginbox .account-subtitle {
  color: #4c4c4c;
  font-size: 17px;
  margin-bottom: 1.875rem;
  text-align: center;
}
.login-wrapper .loginbox .login-or {
  color: #757575;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.login-wrapper .loginbox .or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}
.login-wrapper .loginbox .span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}
.login-wrapper .loginbox .lock-user {
  margin-bottom: 20px;
  text-align: center;
}
.login-wrapper .loginbox .lock-user img {
  margin-bottom: 15px;
  width: 100px;
}
.login-wrapper .loginbox .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  cursor: pointer;
}
.login-wrapper .loginbox .toggle-password.fa-eye {
  margin-right: 1px;
}
.login-wrapper .loginbox .pass-group {
  position: relative;
}
.settings-menu {
  margin-bottom: 30px;
}
.settings-menu ul {
  display: block;
  padding: 0;
}
.settings-menu ul li + li {
  margin-top: 15px;
}
.settings-menu ul li a {
  color: #3f4254;
  padding: 0;
  border: 0 !important;
  display: flex;
}
.settings-menu ul li a.active {
  color: #7d00b2 !important;
  border: 0;
}
.settings-menu ul li i {
  margin-right: 10px;
  font-size: 20px;
  min-width: 25px;
}
.settings-menu ul li a:hover {
  background-color: transparent !important;
  border: 0 !important;
  color: #7d00b2;
}
.settings-menu ul li a:focus {
  background-color: transparent !important;
  border: 0 !important;
}
.invoices-settings-card {
  border-radius: 5px;
}
.invoices-settings-card .card-title {
  color: #1b2559;
}
.invoices-settings-form label {
  color: #1b2559;
}
.invoices-settings-form .form-control {
  height: 50px;
  border-radius: 6px;
}
.invoices-upload-btn {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  padding: 15px;
  position: relative;
  width: 100%;
  height: 50px;
}
.invoices-upload-btn .hide-input {
  position: relative;
  z-index: 1;
  cursor: pointer;
  min-height: auto;
  padding-left: 4px;
  padding-top: 0;
  line-height: 10px;
  width: 100%;
  opacity: 0;
}
.invoices-upload-btn .upload {
  position: absolute;
  background: #7638ff;
  border-radius: 4px;
  right: 6px;
  top: 8px;
  width: 136px;
  height: 32px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.invoice-setting-btn .btn {
  min-width: 160px;
  padding: 10px 0;
  color: #fff;
  border-radius: 8px;
}
.invoice-setting-btn .cancel-btn {
  background: #1b2559;
}
.invoice-setting-btn .cancel-btn:hover {
  background: #7638ff;
}
.invoice-setting-btn .btn-primary:hover {
  background: #1b2559;
  border: 1px solid #1b2559;
}
.invoices-items-main-tabs {
  border-bottom: 3px solid #f3f3f3;
  padding-bottom: 10px;
}
.invoices-items-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.invoices-items-tabs ul li {
  display: inline-block;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.invoices-items-tabs ul li:last-child {
  padding-right: 0;
}
.invoices-items-tabs ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #1b2559;
  padding-bottom: 24px;
  position: relative;
}
.invoices-items-tabs ul li a.active {
  color: #7638ff;
}
.invoices-items-tabs ul li a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 130px;
  height: 6px;
  background-color: #7638ff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.invoices-items-tabs ul li a:hover {
  color: #7638ff;
}
.circle-btn {
  width: 33px;
  height: 33px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.input-block.service-upload.logo-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  flex-wrap: wrap;
}
.input-block.service-upload.logo-upload span {
  line-height: 0;
}
.input-block.service-upload.logo-upload span img {
  margin-right: 10px;
}
.payment-toggle {
  display: flex;
  align-items: center;
}
.payment-toggle .status-toggle .checktoggle {
  transform: none;
  margin-bottom: 25px;
}
.no-pagination .dataTables_length {
  display: none;
}
.no-pagination .pagination {
  display: none;
}
.mail-title {
  color: #1f2937;
  font-size: 14px;
  margin-bottom: 10px;
}
.mail-provider {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.mail-provider h4 {
  font-size: 15px;
}
.mail-provider .status-toggle .checktoggle {
  transform: none;
}
.mail-provider .mail-setting {
  display: flex;
  align-items: center;
}
.mail-provider .mail-setting a i {
  color: #95979b;
  margin-right: 10px;
}
.php-mail-modal {
  display: flex;
  align-items: center;
}
.php-mail-modal .status-toggle .checktoggle {
  transform: none;
}
table tr td h2.tax-name {
  color: #3f4254;
}
table tr td .status-toggle .checktoggle {
  transform: none;
  margin: 0;
}
.btn-path .btn-cancel.bg-primary-light {
  color: #3f3f3f !important;
  background: #eaddff !important;
}
.setting-menu {
  font-size: 15px;
  color: #28283c !important;
}
.form-title .h5 {
  font-size: 18px;
  color: #1f2937;
}
.email-template-card .card {
  padding: 15px;
}
.email-template-card .card .card-body {
  padding: 0;
}
.email-template-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sticky-sidebar {
  position: fixed;
  border: 3px solid #555a64;
  top: 50%;
  background: #555a64;
  z-index: 600;
  right: 0;
  padding: 0;
  width: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px 0 0 5px;
  transform: translateY(-50%);
  flex-wrap: wrap;
  transition: all 0.8s;
}
.sticky-sidebar > li > a {
  height: 30px;
  width: 30px;
  color: #fff;
  position: relative;
}
.tooltip-five {
  position: relative;
  text-align: center;
  margin: auto;
  display: flex;
}
.tooltip-five:hover .tooltiptext {
  visibility: visible;
}
.tooltip-five .tooltiptext {
  visibility: hidden;
  width: 126px;
  background-color: #7d00b2;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 111111;
  top: 0;
  right: 41px;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}
.tooltip-five .tooltiptext:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #7d00b2;
}
.sidebar-logo img {
  max-height: 45px;
  width: auto;
}
.sticky-sidebar.siderbar-view.show-sidebar {
  right: 617px;
  z-index: 10000;
  transition: all 0.8s;
}
.sidebar-layout {
  width: 600px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -600px;
  top: 0;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  transition: ease all 0.8s;
}
@media (max-width: 575.98px) {
  .sidebar-layout {
    width: 100%;
  }
}
.sidebar-layout.show-layout {
  right: 0;
  transition: ease all 0.8s;
  scrollbar-width: none;
  overflow-y: scroll;
  width: 100%;
}
.sidebar-layout .sidebar-content {
  width: 600px;
  position: absolute;
  right: 0;
  background: #fff;
}
@media (max-width: 575.98px) {
  .sidebar-layout .sidebar-content {
    width: 100%;
  }
}
.sidebar-layout .sidebar-content .container-fluid {
  padding: 20px;
}
.sidebar-layout .sidebar-content .sidebar-top {
  padding: 0;
  border-bottom: 1px solid #f0f1f5;
}
.sidebar-layout .sidebar-content .sidebar-top .btn-closed {
  position: relative;
  z-index: 1;
  color: red;
  border: 1px solid transparent;
  text-align: center;
  float: right;
  padding: 2px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .sidebar-layout .sidebar-content .sidebar-top .btn-closed {
    margin-top: -45px;
  }
}
.sidebar-layout .sidebar-content .sidebar-top .sidebar-logo img {
  max-height: 45px;
  width: auto;
}
.sidebar-layout .sidebar-content .sidebar-title {
  font-size: 18px;
  color: #212529;
  margin: 0 11px 15px;
  padding: 0;
}
.sidebar-layout .sidebar-content .sidebar-image {
  flex-wrap: wrap;
}
.sidebar-layout .sidebar-content .layout {
  padding: 30px 11px;
  justify-content: left;
}
.sidebar-layout .sidebar-content .layout .layout-title {
  font-size: 15px;
  color: #212529;
  margin: 0;
  text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  margin-right: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .layout-link {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.switch .layout-link.checked + .slider {
  background-color: #7d00b2;
  border: 2px solid #7d00b2;
}
.switch .layout-link.checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(16px);
  background: #fff;
}
.switch .round {
  border-radius: 45px;
}
.switch .slider {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #6e82a5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #6e82a5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.sidebar-icons {
  padding: 7px 0;
}
.sidebar-settings {
  width: 600px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -600px;
  top: 0;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
}
.sidebar-settings.show-settings {
  right: 0;
  transition: ease all 0.8s;
  scrollbar-width: none;
  overflow-y: scroll;
  width: 100%;
}
.sidebar-settings .sidebar-content {
  width: 600px;
  position: absolute;
  right: 0;
  background: #fff;
}
@media (max-width: 991.98px) {
  .sidebar-settings .sidebar-content {
    width: 100%;
  }
}
.sidebar-settings .sidebar-top {
  padding: 0;
  border-bottom: 1px solid #f0f1f5;
}
.sidebar-settings .sidebar-top .container-fluid {
  padding: 20px;
}
.sidebar-settings .sidebar-top .btn-closed {
  position: relative;
  z-index: 1;
  color: red;
  border: 1px solid transparent;
  text-align: center;
  float: right;
  padding: 2px;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.sidebar-settings .sidebar-content .container-fluid {
  padding: 20px;
}
.sidebar-settings .sidebar-content .sidebar-title {
  font-size: 18px;
  color: #212529;
  margin: 0 11px 15px;
  padding: 0;
}
.sidebar-settings .sidebar-content .setting-title {
  font-size: 12px;
  color: #212529;
  margin: 0;
}
.setting {
  padding: 15px 11px;
  justify-content: left;
}
.setting:nth-child(2) {
  justify-content: flex-end;
}
.sidebar-color {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 100%;
  margin: 10px 0;
}
.sidebar-color span {
  border-radius: 1px;
  width: 100%;
  height: 75px;
  display: block;
  margin: 1px;
}
.color-one {
  background: #fff;
  border: 1px solid #dbdfea;
}
.color-two {
  background: #f0f1f5;
  border: 1px solid #dbdfea;
}
.color-three {
  background: #101924;
  border: 1px solid #dbdfea;
}
.color-four {
  background: #7d00b2;
  border: 1px solid #dbdfea;
}
.color-eight {
  background: #757575;
  border: 1px solid #dbdfea;
}
.sidebar-sub-title {
  font-size: 15px;
  color: #6e82a5;
  margin: 10px 0 10px 11px;
  padding: 0;
}
.sidebar-color-one {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 53px;
  margin: 10px 0;
  display: inline-block;
}
.sidebar-color-one span {
  border-radius: 1px;
  width: 54px;
  height: 30px;
  display: inline-block;
  margin: 0 3px;
}
.sidebar-color-one .color-five {
  background: #757575;
  border: 1px solid #dbdfea;
}
.sidebar-color-one .color-six {
  background: #dbdfea;
  border: 1px solid #dbdfea;
}
.sidebar-color-one .color-seven {
  background: #6e82a5;
  border: 1px solid #dbdfea;
}
.sidebar-but {
  padding: 6px 23px;
  background: #7d00b2;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #7d00b2;
  width: auto;
  margin: 20px auto;
  color: #fff;
  border: 1px solid #7d00b2;
  display: flex;
  align-items: center;
}
.sidebar-but:hover {
  background: #621aff;
  color: #fff;
}
@media (max-width: 991.98px) {
  .layout,
  .setting {
    flex: 1 0 0%;
  }
  .layout:nth-child(2) {
    justify-content: end !important;
  }
}
.circle-btn {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}
.user-menu-eight.nav > li > a {
  color: #fff;
}
.user-menu-eight.nav > li > a.dropdown-toggle-eight:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sidebar-three .nav-tabs .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.wizard {
  position: relative;
}
.wizard .nav-tabs {
  position: relative;
  margin-top: 20px;
  border: 0;
}
.wizard .nav-tabs li:after {
  content: "";
  width: 75%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  background: #e9e9ef;
  height: 2px;
  left: -30%;
  top: 38%;
  z-index: 1;
}
@media (max-width: 992px) {
  .wizard .nav-tabs li:after {
    width: 60%;
    left: -22%;
  }
}
@media (max-width: 575.98px) {
  .wizard .nav-tabs li:after {
    background: 0 0;
  }
}
.wizard .nav-tabs li:first-child:after {
  background: 0 0;
}
.wizard .nav-item {
  position: relative;
}
.wizard .nav-item .nav-link {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  color: #5156be;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(81, 86, 190, 0.2);
}
.wizard .nav-item .nav-link.active {
  background: #e9e9ef;
  color: #5156be;
  border: 1px solid rgba(81, 86, 190, 0.2);
}
@media (max-width: 320px) {
  .wizard .nav-item .nav-link {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .wizard .nav-item .nav-link {
    background: 0 0;
  }
}
.wizard .tab-content {
  padding-top: 50px;
}
.wizard .form-control {
  border-radius: 4px;
}
.wizard .form-select {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #878a99;
}
.wizard .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #878a99;
  border-radius: 4px;
}
.bus-ticket .inv-content {
  border: 1px solid #0c0c20;
}
.bus-ticket .inv-content .invoice-header {
  background: #f2f2f2;
  margin: 20px 20px 0;
  padding: 30px;
}
.bus-ticket .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.bus-ticket .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.bus-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #878a99;
  font-weight: 450;
  font-size: 16px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.bus-ticket .inv-content .flight-invoice-details h3 {
  color: #28084b;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.bus-ticket .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.bus-ticket .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.bus-ticket .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-address div {
    width: 100%;
  }
}
.bus-ticket .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.bus-ticket .inv-content .passenger-info .passenger-details,
.bus-ticket .inv-content .passenger-info .payment-info {
  background: #f2f2f2;
  margin: 0 10px 0 0;
  padding: 15px 25px;
  width: 50%;
}
.bus-ticket .inv-content .passenger-info .passenger-details h5,
.bus-ticket .inv-content .passenger-info .payment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.bus-ticket .inv-content .passenger-info .passenger-details div,
.bus-ticket .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.bus-ticket .inv-content .passenger-info .passenger-details div span,
.bus-ticket .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info .passenger-details div,
  .bus-ticket .inv-content .passenger-info .payment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info .passenger-details,
  .bus-ticket .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .passenger-info {
    display: block;
  }
}
.bus-ticket .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 30px 20px;
}
.bus-ticket .inv-content .passenger-ticket-details .invoice-title {
  margin: 0;
  padding: 0 0 30px;
}
.bus-ticket .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.bus-ticket .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.bus-ticket .inv-content .invoice-table table {
  color: #95979b;
}
.bus-ticket .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.bus-ticket .inv-content .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.bus-ticket .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .bus-ticket .inv-content .invoice-table table tr td,
  .bus-ticket .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.bus-ticket .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .bus-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.bus-ticket .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.bus-ticket .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.bus-ticket .inv-content .invoice-table-footer {
  border: 0;
}
.bus-ticket .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.bus-ticket .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.bus-ticket .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .bus-ticket .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.bus-ticket .inv-content .payable-table {
  margin: 0;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.bus-ticket .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .bus-ticket .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .bus-ticket .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.bus-ticket .inv-content .bank-details {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.bus-ticket .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.bus-ticket .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.bus-ticket .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.bus-ticket .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.bus-ticket .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.bus-ticket .inv-content .terms-condition p {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.bus-ticket .inv-content .thanks-msg {
  padding: 30px 0;
}
@media print {
  .file-link {
    display: none !important;
  }
}
.car-booking .inv-content {
  border: 1px solid #0c0c20;
}
.car-booking .inv-content .invoice-header {
  background:
    linear-gradient(
      320deg,
      #ddceff 0%,
      #dbecff 100%);
  margin: 20px 20px 0;
  padding: 30px;
}
.car-booking .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.car-booking .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #2c3038;
  font-weight: 450;
  width: 50%;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address .booked-add {
    width: 100%;
  }
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .info {
  text-align: right;
}
.car-booking .inv-content .flight-invoice-details .bus-booking-address .info p {
  color: #95979b;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address .info {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.car-booking .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #2c3038;
  margin: 0 15px 0 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
  margin-left: 10px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station {
  margin: 0 15px 0 0;
  padding: 25px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station div {
  margin: 0;
  padding: 0;
  color: #95979b;
  text-align: left;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station div span {
  display: block;
  margin: 0 0 5px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .point-img {
  width: 5%;
  margin-right: 15px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details {
  width: 95%;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details div {
  width: auto;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details div .from-add {
  color: #2c3038;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details span {
  display: inline;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation .station {
    margin-bottom: 15px;
  }
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail {
  background: 0 0;
  padding: 0;
  display: flex;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail div {
  width: 50%;
  padding: 15px;
  margin-right: 15px;
  text-align: center;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail div span:first-child {
  margin: 0 0 10px;
}
.car-booking .inv-content .flight-invoice-details .invoice-infomation .days-detail .invoice-title {
  font-size: 18px;
  color: #7638ff;
}
@media (max-width: 767px) {
  .car-booking .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.car-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.car-booking .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-address div {
    width: 100%;
  }
}
.car-booking .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.car-booking .inv-content .passenger-info .passenger-details,
.car-booking .inv-content .passenger-info .payment-info {
  background: 0 0;
  margin: 0 15px 0 0;
  padding: 0;
  width: 50%;
}
.car-booking .inv-content .passenger-info .passenger-details h5,
.car-booking .inv-content .passenger-info .payment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.car-booking .inv-content .passenger-info .passenger-details div,
.car-booking .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.car-booking .inv-content .passenger-info .passenger-details div span,
.car-booking .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
  width: 65%;
  text-align: right;
}
@media (max-width: 992px) {
  .car-booking .inv-content .passenger-info .passenger-details div,
  .car-booking .inv-content .passenger-info .payment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info .passenger-details div,
  .car-booking .inv-content .passenger-info .payment-info div {
    font-size: 15px;
  }
}
.car-booking .inv-content .passenger-info .passenger-details .passenger-details-display,
.car-booking .inv-content .passenger-info .payment-info .passenger-details-display {
  display: block;
  background: #f2f2f2;
  margin: 0;
  padding: 20px;
  min-height: 180px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info .passenger-details,
  .car-booking .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .passenger-info {
    display: block;
  }
}
.car-booking .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 15px 20px 30px;
}
.car-booking .inv-content .passenger-ticket-details .invoice-title {
  margin: 0 0 15px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
}
.car-booking .inv-content .passenger-ticket-details .invoice-title span:nth-child(1) {
  color: #fff;
  z-index: 2;
  position: relative;
}
.car-booking .inv-content .passenger-ticket-details .ticket-title-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0;
  left: -22px;
  background:
    linear-gradient(
      320deg,
      #ddceff 0%,
      #dbecff 100%);
}
.car-booking .inv-content .passenger-ticket-details .ticket-title-bg:hover {
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
}
.car-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.car-booking .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.car-booking .inv-content .invoice-table table {
  color: #95979b;
}
.car-booking .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.car-booking .inv-content .invoice-table table .table_width_2 {
  width: 56%;
}
.car-booking .inv-content .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.car-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.car-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .car-booking .inv-content .invoice-table table tr td,
  .car-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.car-booking .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .car-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.car-booking .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.car-booking .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.car-booking .inv-content .invoice-table-footer {
  border: 0;
}
.car-booking .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.car-booking .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.car-booking .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .car-booking .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .car-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.car-booking .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.car-booking .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .car-booking .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .car-booking .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.car-booking .inv-content .bank-details {
  margin: 0 20px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
.car-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.car-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.car-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.car-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.car-booking .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.car-booking .inv-content .terms-condition p {
  color: #000;
  font-weight: 450;
  font-size: 16px;
}
.car-booking .inv-content .thanks-msg {
  padding: 30px 0;
}
.receipt-wrap {
  max-width: 340px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
}
.receipt-wrap .receipt-top {
  text-align: center;
}
.receipt-wrap .receipt-top .company-logo {
  background: #f4f4f4;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.receipt-wrap .receipt-top .company-name {
  color: #000;
  margin-bottom: 10px;
}
.receipt-wrap .receipt-top .company-address,
.receipt-wrap .receipt-top .company-email {
  font-size: 10px;
}
.receipt-wrap .receipt-heading {
  display: flex;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}
.receipt-wrap .receipt-heading span {
  display: inline-flex;
  padding: 0 5px;
  background-color: #fff;
  z-index: 1;
  font-weight: 700;
  font-size: 10px;
}
.receipt-wrap .receipt-heading:before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 46%;
  border-top: 1px dashed #95979b;
}
.receipt-wrap .customer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.receipt-wrap .customer-list li {
  display: flex;
  width: 48%;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-right: 10px;
  justify-content: space-between;
}
.receipt-wrap .customer-list li .desc {
  color: #000;
}
.receipt-wrap .receipt-table {
  width: 100%;
  line-height: 1.3em;
  font-size: 12px;
}
.receipt-wrap .receipt-table thead th {
  color: #000;
  text-align: left;
  padding: 10px 3px;
  border-top: 1px dashed #95979b;
  border-bottom: 1px dashed #95979b;
}
.receipt-wrap .receipt-table td {
  padding: 6px;
}
.receipt-wrap .receipt-table td:first-child,
.receipt-wrap .receipt-table th:first-child {
  padding-left: 0;
}
.receipt-wrap .receipt-table tr:first-child td {
  padding-top: 10px;
}
.receipt-wrap .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
}
.receipt-wrap .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: space-between;
  padding: 4px 0;
}
.receipt-wrap .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-wrap .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-wrap .total-payable {
  color: #000;
}
.receipt-wrap .receipt-seperator {
  width: 100%;
  border-top: 1px dashed #95979b;
  margin: 6px 0;
  margin-left: auto;
}
.receipt-wrap .sample_text {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #95979b;
  line-height: 1.6em;
  color: #95979b;
  font-size: 10px;
}
.receipt-wrap .receipt-footer {
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
}
.receipt-two .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  border-bottom: 1px dashed #95979b;
}
.receipt-two .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 4px 0;
}
.receipt-two .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-two .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-two .receipt-table {
  margin-top: 0;
}
.receipt-two .receipt-seperator {
  width: 150px;
}
.receipt-two .sample_text img {
  margin-top: 10px;
}
.receipt-three .receipt-top .receipt-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.receipt-three .receipt-top .company-name {
  color: #95979b;
  text-transform: uppercase;
  font-size: 10px;
}
.receipt-three .receipt-seperator {
  margin: 1px 0;
}
.receipt-three .customer-list {
  margin: 10px 0 0;
}
.receipt-three .receipt-table thead th {
  border-top: 0;
  padding-top: 10px;
}
.receipt-three .receipt-table td {
  padding-bottom: 10px;
}
.receipt-three .bill-list {
  margin: 0;
  padding: 5px 0;
  font-size: 10px;
  border-bottom: 1px dashed #95979b;
}
.receipt-three .bill-list .bill_list_in {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  padding: 4px 0;
}
.receipt-three .bill-list .bill_list_in .bill_title {
  padding-right: 20px;
}
.receipt-three .bill-list .bill_list_in .bill_value {
  width: 90px;
}
.receipt-three .bill-list .receipt-seperator {
  width: 150px;
  margin-left: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
.receipt-three .sample_text img {
  margin-top: 10px;
}
.receipt-four .receipt-top .receipt-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.receipt-four .receipt-top .company-name {
  color: #95979b;
  text-transform: uppercase;
  font-size: 10px;
}
.receipt-four .receipt-top .company-logo {
  background: 0 0;
  margin-bottom: 0;
}
.receipt-four .receipt-top .company-logo img {
  vertical-align: middle;
}
.receipt-four .receipt-top .receipt-title {
  margin-top: 10px;
}
.receipt-four .receipt-top .company-email {
  padding-bottom: 10px;
}
.receipt-four .receipt-seperator {
  margin: 1px 0;
}
.receipt-four .bill-list .receipt-seperator {
  margin: 6px 0;
}
.receipt-four .customer-list {
  margin-top: 10px;
}
.receipt-four .receipt-table {
  margin-top: 0;
}
.receipt-four .receipt-table thead th {
  border-top: 0;
}
.receipt-four .sample_text img {
  margin-top: 10px;
}
.coffee-shop .inv-content {
  border: 5px solid #000;
  margin: 0;
  padding: 40px;
}
.coffee-shop .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 5px solid #000;
}
.coffee-shop .inv-content .invoice-header a {
  margin: 0 0 10px;
  padding: 0;
}
.coffee-shop .inv-content .invoice-header .inv-header-left {
  width: 30%;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-header .inv-header-left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-header-left {
    width: auto;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-header-right {
    margin: 15px 0 0;
  }
}
.coffee-shop .inv-content .invoice-header .inv-header-right .tax-invoice {
  margin: 15px 0 10px;
  padding: 0;
}
.coffee-shop .inv-content .invoice-header .inv-header-right .gst-details {
  margin: 5px 0 0;
  padding: 0;
}
.coffee-shop .inv-content .invoice-header .inv-details {
  display: block;
}
.coffee-shop .inv-content .invoice-header .inv-details span {
  font-size: 24px;
  color: #2c3038;
  font-weight: 700;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-date {
  margin: 0 0 10px;
  padding: 0;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-no {
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 19px;
  color: #fff;
  font-size: 16px;
  color: #fff;
}
.coffee-shop .inv-content .invoice-header .inv-details .inv-no span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    width: 275px;
  }
}
@media (max-width: 575.98px) {
  .coffee-shop .inv-content .invoice-header .inv-details .inv-no {
    width: 245px;
  }
}
.coffee-shop .inv-content .invoice-address {
  margin: 0;
  padding: 40px 0;
}
.coffee-shop .inv-content .invoice-address .invoice-to .invoice-title {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
.coffee-shop .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 25px;
}
.coffee-shop .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0;
}
.coffee-shop .inv-content .invoice-table table thead .coffee-shop {
  background: #7638ff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.coffee-shop .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.coffee-shop .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.coffee-shop .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.coffee-shop .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .invoice-table table tr td,
  .coffee-shop .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.coffee-shop .inv-content .invoice-table-footer {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.coffee-shop .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.coffee-shop .inv-content .table-total-item {
  margin: 0;
  padding: 15px 0;
}
.coffee-shop .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  text-align: right;
}
@media (max-width: 992px) {
  .coffee-shop .inv-content .total-amountdetails {
    text-align: center;
  }
}
.coffee-shop .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.coffee-shop .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.coffee-shop .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.coffee-shop .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.coffee-shop .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.coffee-shop .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.coffee-shop .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.coffee-shop .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .coffee-shop .inv-content .bank-details {
    margin: 0;
    padding: 10px 0;
  }
}
.coffee-shop .inv-content .thanks-msg {
  background: #7638ff;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .coffee-shop .inv-content {
    margin: 0;
    padding: 20px;
  }
}
.domain-hosting .inv-content .invoice-header {
  background: #f2f2f2;
  margin: 20px;
  padding: 30px;
}
.domain-hosting .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.domain-hosting .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.domain-hosting .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  display: flex;
  justify-content: space-between;
  color: #2c3038;
}
.domain-hosting .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.domain-hosting .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.domain-hosting .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-address div {
    width: 100%;
  }
}
.domain-hosting .inv-content .service-details {
  margin: 0;
  padding: 0 20px;
}
.domain-hosting .inv-content .service-details h4 {
  color: #2c3038;
  font-size: 24px;
  margin: 0;
  padding: 20px 0 10px 10px;
  font-weight: 700;
}
.domain-hosting .inv-content .service-details table {
  border-collapse: separate;
  border-spacing: 10px;
  color: #000;
  width: 100%;
}
.domain-hosting .inv-content .service-details table thead th {
  background: #f2f2f2;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 13px;
  color: #000;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details table thead th {
    font-size: 14px;
  }
}
.domain-hosting .inv-content .service-details table .services {
  width: 50%;
}
.domain-hosting .inv-content .service-details table .dates {
  width: 10%;
}
.domain-hosting .inv-content .service-details table .rooms {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .description {
  width: 50%;
}
.domain-hosting .inv-content .service-details table .charged-amount {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .discount {
  width: 15%;
}
.domain-hosting .inv-content .service-details table .total {
  width: 15%;
}
.domain-hosting .inv-content .service-details table tr:nth-child(odd) {
  background: #f2f2f2;
}
.domain-hosting .inv-content .service-details table tr td {
  padding: 10px;
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details table tr td {
    white-space: nowrap;
  }
}
.domain-hosting .inv-content .service-details .invoice-table-footer {
  margin: 0;
  padding: 0;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
  width: 34%;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td:first-child {
  background: #fff;
}
.domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td:last-child {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right table td {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .service-details .invoice-table-footer {
    display: block;
  }
}
.domain-hosting .inv-content .service-details .subtotal .table-footer-right table td:last-child {
  background: #fcfcfc;
}
.domain-hosting .inv-content .service-details .table-total-item .table-footer-right table td:last-child {
  background: #2c3038;
  color: #f2f2f2;
}
.domain-hosting .inv-content .invoice-table-footer {
  border: 0;
}
.domain-hosting .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.domain-hosting .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .domain-hosting .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.domain-hosting .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px 0;
  padding: 10px 10px 10px 15px;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left,
.domain-hosting .inv-content .totalamount-footer .table-footer-right {
  width: 50%;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table,
.domain-hosting .inv-content .totalamount-footer .table-footer-right table {
  width: 100%;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table td,
.domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
  width: 50%;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-left table td,
  .domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-left,
  .domain-hosting .inv-content .totalamount-footer .table-footer-right {
    width: 100%;
  }
}
.domain-hosting .inv-content .totalamount-footer .table-footer-left table td:last-child div {
  background: #fcfcfc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
  text-align: left;
}
.domain-hosting .inv-content .totalamount-footer .table-footer-right table td:last-child div {
  background: #000;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer .table-footer-right table td {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .totalamount-footer {
    display: block;
  }
}
.domain-hosting .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #7638ff;
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.domain-hosting .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .domain-hosting .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .domain-hosting .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.domain-hosting .inv-content .bank-details {
  margin: 0 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #f2f2f2;
}
.domain-hosting .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.domain-hosting .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.domain-hosting .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.domain-hosting .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.domain-hosting .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.domain-hosting .inv-content .terms-condition p {
  color: #000;
}
.domain-hosting .inv-content .thanks-msg {
  padding: 30px 0;
}
.e-commerce .invoice-header {
  margin: 0;
  padding: 40px 40px 15px;
}
.e-commerce .invoice-header .inv-header-right a {
  display: block;
}
.e-commerce .invoice-header .inv-header-right span {
  margin-bottom: 10px;
  display: block;
}
.e-commerce .invoice-header .inv-header-right .inv-details {
  display: block;
}
.e-commerce .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.e-commerce .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.e-commerce .invoice-header .company-details .invoice-title {
  color: #2c3038;
  font-size: 24px;
}
.e-commerce .invoice-header .company-details .gst-details {
  margin: 10px 0 0;
  padding: 0;
}
.e-commerce .invoice-header .company-details .gst-details span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .e-commerce .invoice-header .company-details {
    margin: 30px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 20px;
  }
  .e-commerce .invoice-header .tax-invoice {
    display: none;
  }
}
.e-commerce .invoice-header .inv-header-left .tax-invoice {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.e-commerce .invoice-address table {
  margin: 0;
  padding: 25px 40px;
  justify-content: normal;
}
.e-commerce .invoice-address table .invoice-to {
  width: 32%;
}
@media (max-width: 767px) {
  .e-commerce .invoice-address table .invoice-to {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-address table {
    margin: 0;
    padding: 20px;
  }
}
.e-commerce .invoice-table table {
  color: #95979b;
}
.e-commerce .invoice-table table thead .ecommercetable {
  background: #7638ff;
  color: #95979b;
}
.e-commerce .invoice-table table .table_width_2 {
  width: 38%;
}
.e-commerce .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.e-commerce .invoice-table table tr .table-description {
  color: #2c3038;
}
.e-commerce .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .e-commerce .invoice-table table tr td,
  .e-commerce .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .e-commerce .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.e-commerce .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .e-commerce .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .e-commerce .invoice-table-footer .total-item {
    display: none;
  }
}
.e-commerce .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .e-commerce .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .e-commerce .bank-details,
  .e-commerce .terms-condition {
    margin: 0;
    padding: 5px 20px;
  }
}
.fitness-center .invoice-header {
  margin: 0 20px;
  padding: 20px 0 15px;
}
.fitness-center .invoice-header .tax-invoice {
  font-size: 24px;
  font-weight: 700;
}
.fitness-center .invoice-header .inv-header-right a {
  display: block;
}
.fitness-center .invoice-header .inv-header-right span {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.fitness-center .invoice-header .inv-header-right .inv-details {
  display: block;
}
.fitness-center .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0;
  padding: 0;
}
.fitness-center .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.fitness-center .invoice-header .company-details .invoice-title {
  color: #000;
  display: block;
  margin-top: 10px;
}
.fitness-center .invoice-header .company-details .gst-details {
  margin: 10px 0 0;
  padding: 0;
}
.fitness-center .invoice-header .company-details .gst-details span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .fitness-center .invoice-header .company-details {
    margin: 15px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 20px;
  }
  .fitness-center .invoice-header .tax-invoice {
    display: none;
  }
}
.fitness-center .invoice-address {
  margin: 0;
  padding: 25px 20px;
}
.fitness-center .invoice-address .grand-total {
  background: #f2f2f2;
  margin: 0;
  padding: 15px;
  text-align: center;
  width: 200px;
}
.fitness-center .invoice-address .grand-total span {
  display: block;
}
.fitness-center .invoice-address .grand-total span:last-child {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .fitness-center .invoice-address {
    padding: 15px 20px;
  }
}
.fitness-center .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.fitness-center .invoice-table table {
  color: #95979b;
}
.fitness-center .invoice-table table thead .fitness-center {
  background: #2c3038;
  color: #95979b;
}
.fitness-center .invoice-table table .table_width_2 {
  width: 52%;
}
.fitness-center .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.fitness-center .invoice-table table tr .table-description {
  color: #2c3038;
}
.fitness-center .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .fitness-center .invoice-table table tr td,
  .fitness-center .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.fitness-center .invoice-table-footer {
  margin: 0 22px;
  padding: 5px 0;
}
.fitness-center .invoice-table-footer .table-footer-left span {
  display: block;
  color: #2c3038;
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer .table-footer-left {
    width: auto;
  }
  .fitness-center .invoice-table-footer .table-footer-left .total-item {
    display: none;
  }
}
.fitness-center .invoice-table-footer .table-footer-right {
  color: #2c3038;
  width: 36%;
}
@media (max-width: 992px) {
  .fitness-center .invoice-table-footer .table-footer-right {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fitness-center .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .fitness-center .invoice-table-footer .total-item {
    display: none;
  }
}
.fitness-center .payable-table {
  margin: 0 22px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .fitness-center .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table .table-footer-left {
    width: 100%;
  }
}
.fitness-center .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .fitness-center .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table .amount-payable {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fitness-center .payable-table {
    margin: 0 20px;
    padding: 10px 0;
  }
}
.fitness-center .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .fitness-center .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.fitness-center .bank-details {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.fitness-center .bank-details .payment-info {
  color: #2c3038;
}
.fitness-center .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.fitness-center .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.fitness-center .bank-details .payment-info span {
  color: #95979b;
}
.fitness-center .bank-details .company-sign {
  color: #000;
}
.fitness-center .terms-condition {
  margin: 0 20px;
  padding: 20px 0;
}
.fitness-center .terms-condition p {
  color: #000;
}
@media (max-width: 767px) {
  .fitness-center .bank-details,
  .fitness-center .terms-condition {
    margin: 0;
    padding: 5px 20px;
  }
}
.flight-booking .inv-content .invoice-header {
  background: #f2f2f2;
  margin: 20px;
  padding: 30px;
}
.flight-booking .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.flight-booking .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.flight-booking .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.flight-booking .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
}
.flight-booking .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.flight-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.flight-booking .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-address div {
    width: 100%;
  }
}
.flight-booking .inv-content .passenger-info {
  display: flex;
  margin: 0 20px 30px;
  padding: 0;
}
.flight-booking .inv-content .passenger-info .passenger-details,
.flight-booking .inv-content .passenger-info .payment-info {
  background: #f2f2f2;
  margin: 0 10px 0 0;
  padding: 15px 25px;
  width: 50%;
}
.flight-booking .inv-content .passenger-info .passenger-details h5,
.flight-booking .inv-content .passenger-info .payment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.flight-booking .inv-content .passenger-info .passenger-details div,
.flight-booking .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.flight-booking .inv-content .passenger-info .passenger-details div span,
.flight-booking .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .passenger-info .passenger-details,
  .flight-booking .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .passenger-info {
    display: block;
  }
}
.flight-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.flight-booking .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.flight-booking .inv-content .invoice-table table {
  color: #95979b;
}
.flight-booking .inv-content .invoice-table table thead tr {
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
  color: #95979b;
}
.flight-booking .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.flight-booking .inv-content .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.flight-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.flight-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .flight-booking .inv-content .invoice-table table tr td,
  .flight-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.flight-booking .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .flight-booking .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.flight-booking .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.flight-booking .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 15px 10px 15px 15px;
}
.flight-booking .inv-content .invoice-table-footer {
  border: 0;
}
.flight-booking .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.flight-booking .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .flight-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.flight-booking .inv-content .payable-table {
  margin: 0;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.flight-booking .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .flight-booking .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .flight-booking .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.flight-booking .inv-content .bank-details {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.flight-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.flight-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.flight-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.flight-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.flight-booking .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.flight-booking .inv-content .terms-condition p {
  color: #000;
}
.flight-booking .inv-content .thanks-msg {
  padding: 30px 0;
}
.hotel-booking .inv-content .invoice-header .inv-header-left span {
  display: block;
  margin: 10px 0 0;
}
.hotel-booking .inv-content .invoice-header .inv-header-right {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.hotel-booking .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 40px 30px;
  color: #3f4254;
  z-index: 2;
  left: 20px;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .invoice-header .company-details .gst-details {
    color: #000;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0;
  }
}
.hotel-booking .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0;
  right: -46px;
  overflow: hidden;
  background:
    linear-gradient(
      320deg,
      #ddceff 0%,
      #dbecff 100%);
}
.hotel-booking .inv-content .invoice-header .company-details .address-bg:hover {
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .invoice-header .company-details .address-bg {
    display: none;
  }
}
.hotel-booking .inv-content .hotel-info {
  display: flex;
  margin: 0;
  padding: 10px 30px 0;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details {
  width: 70%;
  border: 1px solid #f2f2f2;
  margin: 0 15px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
  width: 33.33%;
  display: inline-flex;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info span {
  margin: 0 0 0 0;
  padding: 15px;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  width: 50%;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info .right-info {
  border-right: 0;
  color: #000;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details .booked-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-details {
    display: block;
    width: 100%;
  }
}
.hotel-booking .inv-content .hotel-info .hotel-booking-address {
  border: 1px solid #f2f2f2;
  margin: 0;
  padding: 25px;
  width: 30%;
}
.hotel-booking .inv-content .hotel-info .hotel-booking-address .billing-name {
  color: #2c3038;
  display: block;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info .hotel-booking-address {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .hotel-info {
    display: block;
  }
}
.hotel-booking .inv-content .hotel-name {
  font-size: 40px;
  margin: 0;
  padding: 0 0 0 30px;
  color: #7d00b2;
  font-weight: 700;
}
.hotel-booking .inv-content .service-details {
  margin: 0;
  padding: 0 30px;
}
.hotel-booking .inv-content .service-details h4 {
  color: #2c3038;
  font-size: 24px;
  margin: 0;
  padding: 30px 0 30px 10px;
  font-weight: 700;
}
.hotel-booking .inv-content .service-details table {
  border-collapse: separate;
  border-spacing: 10px;
  color: #000;
  width: 100%;
}
.hotel-booking .inv-content .service-details table thead th {
  background: #2c3038;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px;
  color: #f2f2f2;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details table thead th {
    font-size: 14px;
  }
}
.hotel-booking .inv-content .service-details table .services {
  width: 40%;
}
.hotel-booking .inv-content .service-details table .dates {
  width: 10%;
}
.hotel-booking .inv-content .service-details table .rooms {
  width: 15%;
}
.hotel-booking .inv-content .service-details table .description {
  width: 25%;
}
.hotel-booking .inv-content .service-details table .charged-amount {
  width: 20%;
}
.hotel-booking .inv-content .service-details table .discount {
  width: 15%;
}
.hotel-booking .inv-content .service-details table .total {
  width: 15%;
}
.hotel-booking .inv-content .service-details table tr:nth-child(odd) {
  background: #f2f2f2;
}
.hotel-booking .inv-content .service-details table tr td {
  padding: 10px;
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details table tr td {
    white-space: nowrap;
  }
}
.hotel-booking .inv-content .service-details .invoice-table-footer {
  margin: 0;
  padding: 0;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
  width: 32%;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td:first-child {
  background: #fff;
}
.hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td:last-child {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right table td {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-booking .inv-content .service-details .invoice-table-footer {
    display: block;
  }
}
.hotel-booking .inv-content .service-details .subtotal .table-footer-right table td:last-child {
  background: #fcfcfc;
}
.hotel-booking .inv-content .service-details .table-total-item .table-footer-right table td:last-child {
  background: #2c3038;
  color: #fff;
}
.hotel-booking .inv-content .terms-condition {
  border-bottom: 0;
  margin: 0;
  padding: 30px;
}
.hotel-booking .inv-content .terms-condition span {
  color: #2c3038;
}
.hotel-booking .inv-content .terms-condition ol {
  color: #95979b;
}
.hotel-booking .inv-content .thanks-msg {
  background: #f2f2f2;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 30px 40px;
  padding: 15px 0;
  color: #000;
}
.booking-date {
  color: #000;
  font-size: 16px;
  font-weight: 450;
}
.internet-billing .inv-content {
  border: 5px solid #000;
  margin: 0;
  padding: 40px;
}
.internet-billing .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 5px solid #000;
}
.internet-billing .inv-content .invoice-header a {
  margin: 0 0 10px;
  padding: 0;
}
.internet-billing .inv-content .invoice-header .inv-header-right {
  width: 30%;
}
@media (max-width: 992px) {
  .internet-billing .inv-content .invoice-header .inv-header-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-header .inv-header-right {
    width: auto;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-header .inv-header-left {
    margin: 15px 0 0;
  }
}
.internet-billing .inv-content .invoice-header .inv-header-left .tax-invoice {
  margin: 15px 0 10px;
  padding: 0;
}
.internet-billing .inv-content .invoice-header .inv-header-left .gst-details {
  margin: 5px 0 0;
  padding: 0;
}
.internet-billing .inv-content .invoice-header .inv-header-left .company-details .company-name {
  color: #000;
}
.internet-billing .inv-content .invoice-header .inv-details {
  display: block;
}
.internet-billing .inv-content .invoice-header .inv-details span {
  font-size: 24px;
  color: #2c3038;
  font-weight: 700;
}
.internet-billing .inv-content .invoice-header .inv-details .inv-date {
  margin: 0 0 10px;
  padding: 0;
}
.internet-billing .inv-content .invoice-header .inv-details .inv-no {
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  color: #fff;
}
.internet-billing .inv-content .invoice-header .inv-details .inv-no span {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .internet-billing .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .internet-billing .inv-content .invoice-header .inv-details .inv-no {
    margin: 0;
    padding: 10px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-header .inv-details .inv-no {
    width: 275px;
    background: #000;
  }
}
@media (max-width: 575.98px) {
  .internet-billing .inv-content .invoice-header .inv-details .inv-no {
    width: 235px;
    background: #000;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.internet-billing .inv-content .invoice-address {
  margin: 0;
  padding: 20px 0;
}
.internet-billing .inv-content .invoice-address .invoice-to .invoice-title {
  margin: 0;
  padding: 0;
}
.internet-billing .inv-content .invoice-address .invoice-to span {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
.internet-billing .inv-content .billing-info {
  display: flex;
  margin: 0 0 45px;
  padding: 0 0 20px;
  border-bottom: 5px solid #000;
}
.internet-billing .inv-content .billing-info .billing-details {
  background: 0 0;
  margin: 0 20px 0 0;
  padding: 0;
  width: 50%;
}
.internet-billing .inv-content .billing-info .billing-details h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.internet-billing .inv-content .billing-info .billing-details div {
  display: flex;
  justify-content: space-between;
}
.internet-billing .inv-content .billing-info .billing-details div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .internet-billing .inv-content .billing-info .billing-details div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .billing-info .billing-details div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .billing-info .billing-details {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .billing-info {
    display: block;
  }
}
.internet-billing .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 25px;
}
.internet-billing .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0;
}
.internet-billing .inv-content .invoice-table table thead tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.internet-billing .inv-content .invoice-table table .table_width_2 {
  width: 62%;
}
.internet-billing .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.internet-billing .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.internet-billing .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.internet-billing .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .internet-billing .inv-content .invoice-table table tr td,
  .internet-billing .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.internet-billing .inv-content .invoice-table-footer {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.internet-billing .inv-content .invoice-table-footer .table-footer-left {
  width: 69%;
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
  }
}
.internet-billing .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.internet-billing .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.internet-billing .inv-content .table-total-item {
  margin: 0;
  padding: 15px 0 15px 15px;
}
@media (max-width: 767px) {
  .internet-billing .inv-content .table-total-item {
    margin: 0;
    padding: 15px 0;
  }
}
.internet-billing .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media (max-width: 992px) {
  .internet-billing .inv-content .total-amountdetails {
    text-align: center;
  }
}
.internet-billing .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.internet-billing .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.internet-billing .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.internet-billing .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.internet-billing .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.internet-billing .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.internet-billing .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.internet-billing .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .internet-billing .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .internet-billing .inv-content .bank-details {
    margin: 0;
    padding: 10px 0;
  }
}
.internet-billing .inv-content .thanks-msg {
  background: #f2f2f2;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .internet-billing .inv-content {
    margin: 0;
    padding: 20px;
  }
}
.medical .inv-content {
  border: 1px solid #000;
  margin: 0;
  padding: 30px;
}
.medical .inv-content .invoice-header {
  border-top: 10px solid #2c3038;
  border-bottom: 10px solid #2c3038;
  margin: 0;
  padding: 20px;
}
.medical .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .medical .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .inv-header-left {
    width: 100%;
  }
}
.medical .inv-content .invoice-header .inv-header-left h4 {
  color: #28084b;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .inv-header-left h4 {
    display: none;
  }
}
.medical .inv-content .invoice-header .inv-header-right span {
  display: block;
  margin: 15px 0;
}
.medical .inv-content .invoice-header .inv-header-right h3 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #2c3038;
  font-weight: 700;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .inv-header-right h3 {
    font-size: 30px;
  }
}
.medical .inv-content .invoice-header .company-details {
  position: relative;
  overflow: hidden;
}
.medical .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 40px 30px;
  color: #fff;
  z-index: 2;
}
.medical .inv-content .invoice-header .company-details .gst-details span {
  color: #fff;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0;
  }
}
.medical .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  top: 0;
  right: 38px;
  overflow: hidden;
  background-color: #7638ff;
}
.medical .inv-content .invoice-header .company-details .address-bg:hover {
  background-color: #7638ff;
}
@media (max-width: 1199.98px) {
  .medical .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
  }
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-header .company-details .address-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-header {
    flex-direction: column-reverse;
    display: flex;
  }
}
.medical .inv-content .patient-info {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
.medical .inv-content .patient-info .patient-details,
.medical .inv-content .patient-info .treatment-info {
  background: #f2f2f2;
  margin: 0 20px 0 0;
  padding: 20px;
  width: 50%;
}
.medical .inv-content .patient-info .patient-details h5,
.medical .inv-content .patient-info .treatment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.medical .inv-content .patient-info .patient-details div,
.medical .inv-content .patient-info .treatment-info div {
  display: flex;
  justify-content: space-between;
}
.medical .inv-content .patient-info .patient-details div span,
.medical .inv-content .patient-info .treatment-info div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .medical .inv-content .patient-info .patient-details div,
  .medical .inv-content .patient-info .treatment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info .patient-details div,
  .medical .inv-content .patient-info .treatment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info .patient-details,
  .medical .inv-content .patient-info .treatment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .patient-info {
    display: block;
  }
}
.medical .inv-content h5 {
  background: #f4f4f4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px 0;
  padding: 10px 20px;
}
.medical .inv-content .invoice-table {
  margin: 0;
  padding: 0 0 20px;
}
.medical .inv-content .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0;
}
.medical .inv-content .invoice-table table thead tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
}
.medical .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.medical .inv-content .invoice-table table tr {
  border-bottom: 1px solid #000;
}
.medical .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.medical .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.medical .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 20px 15px;
}
.medical .inv-content .invoice-table table tr td:last-child,
.medical .inv-content .invoice-table table tr th:last-child {
  padding-right: 25px;
}
@media (max-width: 992px) {
  .medical .inv-content .invoice-table table tr td,
  .medical .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.medical .inv-content .invoice-table-footer {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px solid #000;
}
.medical .inv-content .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
.medical .inv-content .invoice-table-footer .table-footer-right table td {
  margin: 0;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.medical .inv-content .table-total-item {
  margin: 0;
  padding: 15px 10px 15px 20px;
}
@media (max-width: 767px) {
  .medical .inv-content .table-total-item {
    margin: 0;
    padding: 15px 0;
  }
}
.medical .inv-content .total-amountdetails {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #000;
  text-align: center;
}
@media (max-width: 992px) {
  .medical .inv-content .total-amountdetails {
    text-align: center;
  }
}
.medical .inv-content .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #000;
}
.medical .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.medical .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.medical .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.medical .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.medical .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.medical .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.medical .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .medical .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .medical .inv-content .bank-details {
    margin: 0;
    padding: 10px 0;
  }
}
.medical .inv-content .thanks-msg {
  background: #f2f2f2;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .medical .inv-content {
    margin: 0;
    padding: 20px;
  }
}
.money-exchange .inv-content {
  border-radius: 10px;
  border: 1px solid #95979b;
}
.money-exchange .inv-content .invoice-header {
  background: #fcfcfc;
  border-radius: 8px;
  margin: 25px;
  padding: 25px;
}
.money-exchange .inv-content .invoice-header .cineplux-title {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.money-exchange .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left span {
  margin-bottom: 10px;
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date span {
  display: inline;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
.money-exchange .inv-content .invoice-header .inv-header-right .company-name {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.money-exchange .inv-content .exchange-details {
  margin: 0 25px;
  padding: 0;
}
.money-exchange .inv-content .exchange-details h4 {
  background: #f4f4f4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 0;
  padding: 10px 30px;
}
.money-exchange .inv-content .exchange-details .exchange-info {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
.money-exchange .inv-content .exchange-details .exchange-info div {
  background: #fcfcfc;
  border-radius: 10px;
  width: 24%;
  margin: 0;
  padding: 10px;
  display: flex;
  border: 1px solid #d9d9d9;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .exchange-details .exchange-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    display: block;
  }
}
.money-exchange .inv-content .transfer-overview {
  margin: 0;
  padding: 30px 25px;
}
.money-exchange .inv-content .transfer-overview .exchange-info div {
  width: 32%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .transfer-overview .exchange-rate div {
  width: 49%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-rate div {
    width: 100%;
  }
}
.money-exchange .inv-content .sendto-details {
  display: flex;
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .sendto-details .sendto-left,
.money-exchange .inv-content .sendto-details .sendto-right {
  border: 1px solid #d9d9d9;
  background: #fcfcfc;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  width: 49%;
}
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div {
  display: flex;
}
.money-exchange .inv-content .sendto-details .sendto-left div span,
.money-exchange .inv-content .sendto-details .sendto-right div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .sendto-details .sendto-left div,
  .money-exchange .inv-content .sendto-details .sendto-right div {
    display: block;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details .sendto-left,
  .money-exchange .inv-content .sendto-details .sendto-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details {
    display: block;
  }
}
.money-exchange .inv-content .exchange-notes p {
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .thanks-msg {
  margin: 0 25px 30px;
  padding: 15px;
  border: 1px solid #d9d9d9;
  color: #fff;
  background: #7638ff;
  border-radius: 10px;
}
.money-exchange .inv-content {
  border-radius: 10px;
  border: 1px solid #95979b;
}
.money-exchange .inv-content .invoice-header {
  background: #fcfcfc;
  border-radius: 8px;
  margin: 25px;
  padding: 25px;
}
.money-exchange .inv-content .invoice-header .cineplux-title {
  font-size: 64px;
  line-height: 80px;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .invoice-header .cineplux-title {
    font-size: 30px;
    line-height: 50px;
  }
}
.money-exchange .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left span {
  margin-bottom: 10px;
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details {
  display: block;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.money-exchange .inv-content .invoice-header .inv-header-left .inv-details .inv-date span {
  display: inline;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
.money-exchange .inv-content .invoice-header .inv-header-right .company-name {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.money-exchange .inv-content .exchange-details {
  margin: 0 25px;
  padding: 0;
}
.money-exchange .inv-content .exchange-details h4 {
  background: #f4f4f4;
  color: #2c3038;
  border-radius: 10px;
  font-size: 18px;
  margin: 0;
  padding: 10px 30px;
}
.money-exchange .inv-content .exchange-details .exchange-info {
  display: flex;
  margin: 20px 0 0;
  padding: 0;
}
.money-exchange .inv-content .exchange-details .exchange-info div {
  background: #fcfcfc;
  border-radius: 10px;
  width: 24%;
  margin: 0;
  padding: 10px;
  display: flex;
  border: 1px solid #d9d9d9;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 49%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .exchange-details .exchange-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .exchange-details .exchange-info {
    display: block;
  }
}
.money-exchange .inv-content .transfer-overview {
  margin: 0;
  padding: 30px 25px;
}
.money-exchange .inv-content .transfer-overview .exchange-info div {
  width: 32%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-info div {
    width: 100%;
  }
}
.money-exchange .inv-content .transfer-overview .exchange-rate div {
  width: 49%;
}
@media (max-width: 767px) {
  .money-exchange .inv-content .transfer-overview .exchange-rate div {
    width: 100%;
  }
}
.money-exchange .inv-content .sendto-details {
  display: flex;
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .sendto-details .sendto-left,
.money-exchange .inv-content .sendto-details .sendto-right {
  border: 1px solid #d9d9d9;
  background: #fcfcfc;
  border-radius: 10px;
  margin: 0;
  padding: 20px;
  width: 49%;
}
.money-exchange .inv-content .sendto-details .sendto-left div,
.money-exchange .inv-content .sendto-details .sendto-right div {
  display: flex;
}
.money-exchange .inv-content .sendto-details .sendto-left div span,
.money-exchange .inv-content .sendto-details .sendto-right div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .money-exchange .inv-content .sendto-details .sendto-left div,
  .money-exchange .inv-content .sendto-details .sendto-right div {
    display: block;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details .sendto-left,
  .money-exchange .inv-content .sendto-details .sendto-right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .money-exchange .inv-content .sendto-details {
    display: block;
  }
}
.money-exchange .inv-content .exchange-notes p {
  margin: 20px 0 30px;
  padding: 0;
}
.money-exchange .inv-content .thanks-msg {
  margin: 0 25px 30px;
  padding: 15px;
  border: 1px solid #d9d9d9;
  color: #fff;
  background: #7638ff;
  border-radius: 10px;
}
.movie-booking .inv-content {
  margin: 0;
  padding: 40px;
}
.movie-booking .inv-content .cineplux-title {
  font-size: 80px;
  line-height: 100px;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .cineplux-title {
    font-size: 50px;
    line-height: 70px;
  }
}
.movie-booking .inv-content .invoice-header {
  margin: 0;
  padding: 0 0 15px;
}
.movie-booking .inv-content .invoice-header .inv-header-right a {
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right span {
  margin-bottom: 10px;
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details {
  display: block;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details .inv-date {
  margin: 0 0 5px;
  padding: 0;
}
.movie-booking .inv-content .invoice-header .inv-header-right .inv-details .inv-date span {
  display: inline;
}
.movie-booking .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #2c3038;
}
.movie-booking .inv-content .invoice-header .company-details .invoice-title {
  color: #2c3038;
}
.movie-booking .inv-content .invoice-header .company-details .gst-details {
  margin: 5px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-header .company-details {
    margin: 10px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: normal;
    margin: 0;
    padding: 15px 0;
  }
  .movie-booking .inv-content .invoice-header .tax-invoice {
    display: none;
  }
}
.movie-booking .inv-content .invoice-address {
  margin: 0;
  padding: 30px 0;
  border: 0;
}
.movie-booking .inv-content .invoice-address .invoice-to span {
  font-size: 18px;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-address .invoice-to {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-address {
    margin: 0;
    padding: 10px 0 20px;
  }
}
.movie-booking .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.movie-booking .inv-content .invoice-table table {
  color: #95979b;
  margin: 0;
  padding: 0;
}
.movie-booking .inv-content .invoice-table table thead .movie-ticket-table {
  background: #7638ff;
  color: #fff;
}
.movie-booking .inv-content .invoice-table table .table_width_2 {
  width: 50%;
}
.movie-booking .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.movie-booking .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.movie-booking .inv-content .invoice-table table tr td {
  margin: 0;
  padding: 25px 15px;
}
@media (max-width: 992px) {
  .movie-booking .inv-content .invoice-table table tr td,
  .movie-booking .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
.movie-booking .inv-content .invoice-table-footer {
  margin: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .invoice-table-footer .table-footer-right td {
    margin: 0;
    padding: 5px 0;
  }
}
.movie-booking .inv-content .total-amountdetails {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
.movie-booking .inv-content .bank-details {
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}
.movie-booking .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.movie-booking .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.movie-booking .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.movie-booking .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.movie-booking .inv-content .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
}
.movie-booking .inv-content .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 0 10px;
}
.movie-booking .inv-content .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .movie-booking .inv-content .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .movie-booking .inv-content .bank-details {
    margin: 0;
    padding: 10px 0;
  }
}
.movie-booking .inv-content .thanks-msg {
  background: #7638ff;
  color: #fff;
  border-radius: 5px;
}
.student-billing .inv-content .invoice-header {
  background: #f2f2f2;
  margin: 20px;
  padding: 30px;
}
.student-billing .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #2c3038;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-header h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
.student-billing .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.student-billing .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 22px;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details h3 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin-bottom: 10px;
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  display: flex;
  justify-content: space-between;
  color: #2c3038;
}
.student-billing .inv-content .flight-invoice-details .invoice-infomation div span {
  color: #000;
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.student-billing .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.student-billing .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-address div {
    width: 100%;
  }
}
.student-billing .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.student-billing .inv-content .invoice-table table {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table table thead tr {
  border: 1px solid #95979b;
}
.student-billing .inv-content .invoice-table table tr {
  border-bottom: 1px solid #95979b;
}
.student-billing .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table table .table_width_2 {
  width: 70%;
}
.student-billing .inv-content .invoice-table-footer {
  border: 0;
}
.student-billing .inv-content .invoice-table-footer .notes {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #95979b;
}
.student-billing .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 300px;
}
@media (max-width: 992px) {
  .student-billing .inv-content .invoice-table-footer .notes .delivery-notes {
    max-width: none;
  }
}
.student-billing .inv-content .invoice-table-footer .table-footer-right table {
  color: #2c3038;
}
.student-billing .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 10px;
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-table-footer .table-footer-right table td {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .student-billing .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .discount-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .discount-table .notes {
    width: 100%;
    margin-top: 20px;
  }
}
.student-billing .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px 0;
  padding: 10px 10px 10px 15px;
}
.student-billing .inv-content .totalamount-footer .table-footer-left,
.student-billing .inv-content .totalamount-footer .table-footer-right {
  width: 50%;
}
.student-billing .inv-content .totalamount-footer .table-footer-left table,
.student-billing .inv-content .totalamount-footer .table-footer-right table {
  width: 100%;
}
.student-billing .inv-content .totalamount-footer .table-footer-left table td,
.student-billing .inv-content .totalamount-footer .table-footer-right table td {
  width: 50%;
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-left table td,
  .student-billing .inv-content .totalamount-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-left,
  .student-billing .inv-content .totalamount-footer .table-footer-right {
    width: 100%;
  }
}
.student-billing .inv-content .totalamount-footer .table-footer-left table td:last-child div {
  background: #fcfcfc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.student-billing .inv-content .totalamount-footer .table-footer-right table td {
  text-align: left;
}
.student-billing .inv-content .totalamount-footer .table-footer-right table td:last-child div {
  background: #000;
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer .table-footer-right table td {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .totalamount-footer {
    display: block;
  }
}
.student-billing .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #7638ff;
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
.student-billing .inv-content .payable-table .table-footer-left .notes {
  color: #95979b;
}
.student-billing .inv-content .payable-table .table-footer-left .notes span {
  color: #2c3038;
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.student-billing .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .student-billing .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .student-billing .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.student-billing .inv-content .bank-details {
  margin: 0 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #f2f2f2;
}
.student-billing .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.student-billing .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.student-billing .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.student-billing .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.student-billing .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
  text-align: center;
}
.student-billing .inv-content .terms-condition p {
  color: #000;
}
.student-billing .inv-content .thanks-msg {
  padding: 30px 0;
}
.train-ticket .inv-content {
  border: 1px solid #0c0c20;
}
.train-ticket .inv-content .invoice-header {
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
  margin: 20px 20px 0;
  padding: 30px;
}
.train-ticket .inv-content .invoice-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header .inv-header-right {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.train-ticket .inv-content .flight-invoice-details {
  margin: 0;
  padding: 0 20px;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
  color: #000;
  width: 50%;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address .booked-add {
    width: 100%;
  }
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .info {
  text-align: right;
}
.train-ticket .inv-content .flight-invoice-details .bus-booking-address .info p {
  color: #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address .info {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .bus-booking-address {
    display: block;
    margin-top: 20px;
  }
}
.train-ticket .inv-content .flight-invoice-details h3 {
  color: #2c3038;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  line-height: normal;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details h3 {
    font-size: 30px;
    margin: 20px 0;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation {
  display: flex;
  margin: 0 0 15px;
  padding: 0;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation div {
  background: #f2f2f2;
  padding: 10px;
  width: 32.8%;
  text-align: center;
  color: #000;
  margin: 0 15px 0 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station {
  margin: 0;
  padding: 25px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station div {
  margin: 0;
  padding: 0;
  color: #95979b;
  text-align: left;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station div span {
  display: block;
  margin: 0 0 5px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .point-img {
  width: 5%;
  margin-right: 15px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details {
  width: 95%;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .station .station-info .station-details .destination {
  color: #2c3038;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation .station {
    margin-bottom: 15px;
  }
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details {
  text-align: center;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div {
  text-align: center;
  width: 100%;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div span {
  margin: 0 0 10px;
}
.train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div .invoice-title {
  line-height: 20px;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation .seat-details div .invoice-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .flight-invoice-details .invoice-infomation {
    display: block;
  }
}
.train-ticket .inv-content .invoice-address {
  margin: 0;
  padding: 30px 20px;
  justify-content: normal;
}
.train-ticket .inv-content .invoice-address div {
  width: 50%;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-address div {
    width: 100%;
  }
}
.train-ticket .inv-content .passenger-info {
  display: flex;
  margin: 0;
  padding: 0;
}
.train-ticket .inv-content .passenger-info .passenger-details,
.train-ticket .inv-content .passenger-info .payment-info {
  background: #f2f2f2;
  margin: 0 10px 0 0;
  padding: 20px;
  width: 50%;
}
.train-ticket .inv-content .passenger-info .passenger-details h5,
.train-ticket .inv-content .passenger-info .payment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.train-ticket .inv-content .passenger-info .passenger-details div,
.train-ticket .inv-content .passenger-info .payment-info div {
  display: flex;
  justify-content: space-between;
}
.train-ticket .inv-content .passenger-info .passenger-details div span,
.train-ticket .inv-content .passenger-info .payment-info div span {
  color: #2c3038;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .passenger-info .passenger-details div,
  .train-ticket .inv-content .passenger-info .payment-info div {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info .passenger-details div,
  .train-ticket .inv-content .passenger-info .payment-info div {
    font-size: 15px;
    display: block;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info .passenger-details,
  .train-ticket .inv-content .passenger-info .payment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-info {
    display: block;
  }
}
.train-ticket .inv-content .passenger-ticket-details {
  margin: 0;
  padding: 30px 20px;
}
.train-ticket .inv-content .passenger-ticket-details .invoice-title {
  margin: 0 0 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
}
.train-ticket .inv-content .passenger-ticket-details .invoice-title span:nth-child(1) {
  color: #fff;
  z-index: 2;
  position: relative;
}
.train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 27%;
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  top: 0;
  left: -32px;
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
}
.train-ticket .inv-content .passenger-ticket-details .ticket-title-bg:hover {
  background:
    linear-gradient(
      270.14deg,
      #7638ff -0.04%,
      #3698ff 100%);
}
@media (max-width: 1199.98px) {
  .train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .passenger-ticket-details .ticket-title-bg {
    width: 100%;
  }
}
.train-ticket .inv-content .invoice-table {
  margin: 0;
  padding: 0 20px;
}
.train-ticket .inv-content .invoice-table h6 {
  padding: 0 0 30px;
  line-height: normal;
}
.train-ticket .inv-content .invoice-table table {
  color: #95979b;
}
.train-ticket .inv-content .invoice-table table thead tr {
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table table .table_width_2 {
  width: 38%;
}
.train-ticket .inv-content .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.train-ticket .inv-content .invoice-table table tr .table-description {
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .invoice-table table tr td,
  .train-ticket .inv-content .invoice-table table tr th {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table table {
    margin: 0;
    padding: 15px 20px 0;
  }
}
.train-ticket .inv-content .invoice-table .invoice-table-footer .table-footer-right {
  color: #2c3038;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .train-ticket .inv-content .invoice-table .invoice-table-footer .total-item {
    display: none;
  }
}
.train-ticket .inv-content .invoice-table .total-amountdetails span {
  display: block;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table .total-amountdetails {
    margin: 0;
    padding: 15px 20px;
  }
}
.train-ticket .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 0;
  margin: 10px 20px;
  padding: 10px 10px 10px 15px;
}
.train-ticket .inv-content .invoice-table-footer {
  border: 0;
}
.train-ticket .inv-content .invoice-table-footer .notes span {
  display: block;
  color: #2c3038;
}
.train-ticket .inv-content .invoice-table-footer .amount-payable {
  width: 35%;
}
.train-ticket .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .invoice-table-footer {
    margin: 0;
    padding: 5px 10px 0;
  }
  .train-ticket .inv-content .invoice-table-footer .total-item {
    display: none;
  }
}
.train-ticket .inv-content .payable-table {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #95979b;
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table .table-footer-left {
    width: 100%;
  }
}
.train-ticket .inv-content .payable-table .amount-payable {
  width: 35%;
}
@media (max-width: 992px) {
  .train-ticket .inv-content .payable-table .amount-payable {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .train-ticket .inv-content .payable-table .amount-payable {
    width: 100%;
  }
}
.train-ticket .inv-content .bank-details {
  margin: 0 20px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
.train-ticket .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.train-ticket .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.train-ticket .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.train-ticket .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.train-ticket .inv-content .terms-condition {
  margin: 0 20px;
  padding: 30px 0;
}
.train-ticket .inv-content .terms-condition p {
  color: #000;
}
.train-ticket .inv-content .thanks-msg {
  padding: 30px 0;
}
.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}
.inv-content .invoice-header {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 30px 15px;
}
.inv-content .invoice-header .inv-header-left a {
  display: block;
}
.inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
.inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0;
    padding: 0;
  }
}
.inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
.inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-header {
    display: block;
  }
}
@media print {
  .inv-content .invoice-header {
    display: flex;
  }
}
.inv-content .invoice-address {
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #f2f2f2;
}
.inv-content .invoice-address .invoice-to span {
  color: #95979b;
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 767px) {
  .inv-content .invoice-address .invoice-to span {
    margin: 0 0 10px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .invoice-address .invoice-to span {
    margin: 0 40px 10px;
  }
}
.inv-content .invoice-address .invoice-to .inv-to-address {
  color: #2c3038;
}
@media (max-width: 767px) {
  .inv-content .invoice-address .invoice-to {
    margin-bottom: 20px;
  }
}
.inv-content .invoice-address .company-details {
  text-align: right;
}
.inv-content .invoice-address .company-details .company-name {
  font-size: 24px;
  color: #7638ff;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.inv-content .invoice-address .company-details .gst-details {
  margin: 0 0 10px;
}
.inv-content .invoice-address .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .inv-content .invoice-address .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-address .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .inv-content .invoice-address {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-address {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-address {
    display: block;
    padding: 0 30px;
  }
}
.inv-content .invoice-table {
  margin: 0;
  padding: 15px 30px 0;
}
.inv-content .invoice-table table {
  width: 100%;
  color: #2c3038;
}
.inv-content .invoice-table table .table_width_1 {
  width: 3%;
}
.inv-content .invoice-table table .table_width_2 {
  width: 20%;
}
.inv-content .invoice-table table .table_width_3 {
  width: 40%;
}
.inv-content .invoice-table table .table_width_4 {
  width: 15%;
}
.inv-content .invoice-table table .table_width_5 {
  width: 15%;
}
.inv-content .invoice-table table thead tr {
  background: #f2f2f2;
}
.inv-content .invoice-table table tr {
  border-bottom: 1px solid #f2f2f2;
}
.inv-content .invoice-table table tr td,
.inv-content .invoice-table table tr th {
  padding: 15px;
}
@media print {
  .inv-content .invoice-table table tr td,
  .inv-content .invoice-table table tr th {
    padding: 8px;
  }
}
.inv-content .invoice-table table tr .table-description {
  color: #878a99;
}
@media print {
  .inv-content .invoice-table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table {
    font-size: 14px;
  }
}
.inv-content .total-amountdetails {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 30px;
}
.inv-content .total-amountdetails span {
  color: #2c3038;
}
@media print {
  .inv-content .total-amountdetails {
    font-size: 12px;
    padding: 5px 30px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .total-amountdetails {
    font-size: 14px;
  }
}
.inv-content .invoice-table-footer {
  padding: 5px 30px;
}
.inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.inv-content .invoice-table-footer .table-footer-right {
  width: 31%;
}
.inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.inv-content .invoice-table-footer .table-footer-right table td {
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.inv-content .bank-details {
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #f2f2f2;
}
.inv-content .bank-details .bank-title {
  margin: 0 0 10px;
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
@media print {
  .inv-content .bank-details .bank-title {
    font-size: 12px;
  }
}
.inv-content .bank-details .account-details {
  margin: 0 0 5px;
}
.inv-content .bank-details .account-details span {
  color: #2c3038;
}
.inv-content .bank-details .company-sign {
  text-align: right;
}
.inv-content .bank-details .company-sign span {
  display: block;
  margin: 0 0 15px;
  color: #000;
}
@media (max-width: 575.98px) {
  .inv-content .bank-details .company-sign {
    text-align: left;
  }
}
@media print {
  .inv-content .bank-details {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .inv-content .bank-details {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 5px 30px;
  }
}
.inv-content .terms-condition {
  margin: 0;
  padding: 15px 30px;
}
.inv-content .terms-condition ol {
  list-style: number;
  padding-left: 26px;
  color: #2c3038;
}
.inv-content .terms-condition span {
  display: block;
  margin: 0 0 5px;
}
@media print {
  .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .terms-condition {
    font-size: 14px;
  }
}
.inv-content .thanks-msg {
  margin: 0;
  padding: 15px 0;
}
@media print {
  .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.file-link .download-link {
  color: #7638ff;
  margin: 0;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638ff;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.file-link .download-link:hover {
  background: #7638ff;
  color: #fff;
}
.file-link .print-link {
  color: #4361ee;
  margin: 0;
  padding: 15px 22px;
  border: 1px solid #4361ee;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.file-link .print-link i {
  margin-right: 6px;
}
.file-link .print-link:hover {
  background: #4361ee;
  color: #fff;
}
@media (max-width: 992px) {
  .file-link {
    margin: 20px;
  }
}
.no-stickybar .right-side-views {
  display: none;
}
.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}
.index-two .company-details {
  padding: 25px 0;
  border-bottom: 1px solid #95979b;
}
.index-two .company-details .company-name {
  color: #2c3038;
  display: block;
  margin-bottom: 7px;
}
.index-two .company-details .gst-details {
  width: 20%;
}
.index-two .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 992px) {
  .index-two .company-details .gst-details {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .gst-details:last-child {
    margin: 0 0;
  }
}
.index-two .company-details .company-address {
  width: auto;
}
@media (max-width: 992px) {
  .index-two .company-details .company-address {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .index-two .company-details .company-address {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-two .company-info {
    display: block;
  }
}
.index-two .inv-content {
  border: 1px solid #95979b;
  margin: 0;
  padding: 40px 40px 0;
}
.index-two .inv-content .invoice-header {
  border-bottom: 1px solid #95979b;
  margin: 0;
  padding: 0 0 15px;
}
.index-two .inv-content .invoice-address {
  margin: 0;
  padding: 25px 0;
  border-bottom: none;
  justify-content: normal;
}
.index-two .inv-content .invoice-address .invoice-to {
  color: #95979b;
  width: 50%;
}
.index-two .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-two .inv-content .invoice-table table {
  border: 1px solid #95979b;
}
.index-two .inv-content .invoice-table table tr {
  border: 1px solid #95979b;
}
.index-two .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px;
  border-bottom: none;
  color: #2c3038;
}
.index-two .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-two .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-two .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-two .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-two .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 1px solid #95979b;
  margin: 10px 0 0;
  padding: 15px;
}
.index-two .inv-content .total-amountdetails {
  border-bottom: 1px solid #95979b;
  margin: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-two .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px 0;
  }
}
.index-two .inv-content .bank-details {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #95979b;
}
.index-two .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.index-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-two .inv-content .bank-details .payment-info div {
  margin: 0 0 5px;
  padding: 0;
}
.index-two .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-two .inv-content .terms-condition {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #95979b;
}
.index-two .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-two .inv-content {
    padding: 25px;
  }
}
.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inv-details {
    display: block;
  }
}
.index-three .invoice-header {
  display: block;
}
.index-three .company-details {
  padding: 0 20px;
  border-right: 1px solid #95979b;
  width: 50%;
}
.index-three .company-details .company-name {
  margin-bottom: 10px;
}
.index-three .company-details .gst-details {
  width: 40%;
  margin-bottom: 10px;
}
.index-three .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 992px) {
  .index-three .company-details .gst-details {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .index-three .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-three .company-details .gst-details:last-child {
    margin: 0 0;
  }
}
.index-three .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-three .company-details .company-address {
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-three .company-details {
    border-right: 0;
    width: 100%;
    padding: 0 10px;
  }
}
.index-three .invoice-header-top .inv-header-left {
  width: 50%;
  margin: 0;
  padding: 20px;
  border-right: 1px solid #95979b;
}
.index-three .invoice-header-top .inv-header-left img {
  max-width: 200px;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-left {
    border-right: 0;
  }
}
.index-three .invoice-header-top .inv-header-right {
  width: 50%;
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date {
  width: 50%;
  border-right: 1px solid #95979b;
  border-bottom: 1px solid #95979b;
  margin: 0;
  padding: 24px;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-right .inv-details .inv-date {
    border-right: 0;
    border-bottom: 0;
    margin: 0;
    padding: 10px;
  }
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date span {
  color: #28084b;
  font-weight: 700;
  font-size: 24px;
  display: block;
}
.index-three .invoice-header-top .inv-header-right .inv-details .inv-date:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .index-three .invoice-header-top .inv-header-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-header-top {
    display: block;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-header-bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .index-three .company-info {
    display: block;
  }
}
.index-three .inv-content {
  border: 1px solid #95979b;
  margin: 0;
  padding: 0;
}
.index-three .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.index-three .inv-content .invoice-header .inv-header-right {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #2c3038;
  line-height: 20px;
}
.index-three .inv-content .invoice-address {
  margin: 0;
  padding: 0;
  width: 50%;
  border-bottom: none;
  justify-content: normal;
}
.index-three .inv-content .invoice-address .invoice-to {
  width: 50%;
  margin: 0;
  padding: 24px;
  border-right: 1px solid #95979b;
}
.index-three .inv-content .invoice-address .invoice-to:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-address .invoice-to {
    width: auto;
    margin: 0;
    padding: 10px;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-address {
    margin: 0 0 20px;
    padding: 10px 0;
  }
}
.index-three .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-three .inv-content .invoice-table table {
  border-left: 0;
  border-top: 1px solid #2c3038;
  border-right: 0;
}
.index-three .inv-content .invoice-table table .table_width_2 {
  width: 45%;
}
.index-three .inv-content .invoice-table table .table-description {
  color: #2c3038;
}
.index-three .inv-content .invoice-table table .table-description span {
  display: block;
  color: #95979b;
}
.index-three .inv-content .invoice-table table th,
.index-three .inv-content .invoice-table table td {
  border-right: 1px solid #95979b;
  padding: 25px;
}
.index-three .inv-content .invoice-table table th:last-child,
.index-three .inv-content .invoice-table table td:last-child {
  border-right: 0;
}
@media (max-width: 992px) {
  .index-three .inv-content .invoice-table table th,
  .index-three .inv-content .invoice-table table td {
    white-space: nowrap;
  }
}
.index-three .inv-content .invoice-table table tr {
  border-right: 0;
  border-bottom: 1px solid #95979b;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table table {
    border-left: 1px solid #95979b;
    border-right: 1px solid #95979b;
  }
}
.index-three .inv-content .invoice-table-footer {
  margin: 0;
  padding: 10px 25px;
  border-bottom: 1px solid #95979b;
  color: #2c3038;
}
.index-three .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-three .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-three .inv-content .invoice-table-footer .table-footer-right {
  width: 53%;
}
.index-three .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 0;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-three .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
}
.index-three .inv-content .invoice-table-footer .table-footer-right .amount-payable {
  color: #2c3038;
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-three .inv-content .totalamount-footer {
  background: #f2f2f2;
  border: 1px solid #95979b;
  margin: 10px 0 0;
  padding: 15px;
}
.index-three .inv-content .total-amountdetails {
  border-bottom: 1px solid #95979b;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .index-three .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px 0;
  }
}
.index-three .inv-content .bank-details {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #95979b;
}
.index-three .inv-content .bank-details .account-info {
  width: 78%;
  margin: 0;
  padding: 20px;
}
.index-three .inv-content .bank-details .account-info .account-details-infotop {
  width: 45%;
}
@media (max-width: 992px) {
  .index-three .inv-content .bank-details .account-info .account-details-infotop {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .account-info .account-details-infotop {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .account-info {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
}
.index-three .inv-content .bank-details .company-sign {
  width: 22%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  border-left: 1px solid #95979b;
}
@media (max-width: 992px) {
  .index-three .inv-content .bank-details .company-sign {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content .bank-details .company-sign {
    width: auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-three .inv-content {
    padding: 25px;
  }
}
.index-three .invoice-footer .thanks-msg {
  margin: 0;
  padding: 20px;
  color: #2c3038;
}
.index-three .invoice-footer .thanks-msg span {
  color: #95979b;
  display: block;
}
@media (max-width: 767px) {
  .index-three .invoice-footer .thanks-msg {
    margin: 0;
    padding: 20px 0 0;
  }
}
.index-three .invoice-footer .terms-condition {
  margin: 0;
  padding: 20px;
  border-left: 1px solid #95979b;
}
.index-three .invoice-footer .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-three .invoice-footer .terms-condition {
    border-left: 0;
    margin: 0;
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .index-three .invoice-footer {
    display: block;
  }
}
.invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media print {
  .invoice-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .invoice-wrapper {
    padding: 0;
  }
}
.index-four .invoicenine-header {
  background: #fafafa;
  padding: 20px;
}
.index-four .company-details {
  padding: 15px 0 0;
  border-bottom: 0;
}
.index-four .company-details .gst-details {
  margin: 0 125px 10px 0;
  padding: 0;
}
.index-four .company-details .gst-details span {
  display: block;
  color: #2c3038;
}
@media (max-width: 767px) {
  .index-four .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-four .company-details .gst-details:last-child {
    margin: 0 0;
  }
}
.index-four .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-four .company-details .company-address {
    width: auto;
  }
}
.index-four .company-details .company-content {
  margin: 10px 0 0;
  padding: 0;
}
.index-four .company-details .company-content .inv-details {
  display: block;
  text-align: right;
  font-size: 18px;
}
.index-four .company-details .company-content .inv-details .inv-date {
  margin-bottom: 10px;
}
.index-four .company-details .company-content .inv-details span {
  display: block;
  color: #28084b;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-four .company-details .company-content .inv-details {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-four .company-details .company-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .index-four .company-info {
    display: block;
  }
}
.index-four .inv-content {
  border: none;
  margin: 0;
  padding: 0;
}
.index-four .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 15px;
  background: #fff;
}
.index-four .inv-content .invoice-address {
  margin: 0;
  padding: 25px 15px;
  border-bottom: none;
  justify-content: normal;
}
.index-four .inv-content .invoice-address .invoice-to {
  width: 50%;
}
.index-four .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-four .inv-content .invoice-table table {
  border: 1px solid #f2f2f2;
}
.index-four .inv-content .invoice-table table tr {
  border: 1px solid #f2f2f2;
}
.index-four .inv-content .invoice-table table tr td {
  border-right: 1px solid #f2f2f2;
}
.index-four .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px;
  border-bottom: none;
  color: #2c3038;
  align-items: center;
}
.index-four .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-four .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
}
.index-four .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 5px;
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-four .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px;
  }
}
.index-four .inv-content .totalamount-footer {
  background: 0 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding: 15px;
}
.index-four .inv-content .total-amountdetails {
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding: 15px;
}
@media (max-width: 767px) {
  .index-four .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px;
  }
}
.index-four .inv-content .bank-details {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.index-four .inv-content .bank-details .payment-info {
  color: #2c3038;
}
.index-four .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-four .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.index-four .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-four .inv-content .terms-condition {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.index-four .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .index-four .inv-content {
    padding: 25px;
  }
}
.index-four .inv-content .thanks-msg {
  border-bottom: 1px solid #f2f2f2;
}
.index-five .invoice-wrapper {
  background: #252526;
}
.index-five .invoiceten-header {
  background: rgba(250, 250, 250, 0.1);
  padding: 20px;
}
@media (max-width: 767px) {
  .index-five .invoiceten-header .invoice-header {
    display: block;
  }
}
.index-five .invoiceten-header .inv-header-right .invoice-title {
  color: #fff;
}
.index-five .company-details {
  padding: 15px 0 0;
  border-bottom: 0;
}
.index-five .company-details .company-name {
  color: #fff;
}
.index-five .company-details .gst-details {
  margin: 0 125px 10px 0;
  padding: 0;
}
.index-five .company-details .gst-details span {
  display: block;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .company-details .gst-details {
    width: auto;
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .index-five .company-details .gst-details:last-child {
    margin: 0 0;
  }
}
.index-five .company-details .company-address {
  width: auto;
}
@media (max-width: 767px) {
  .index-five .company-details .company-address {
    width: auto;
  }
}
.index-five .company-details .company-content {
  margin: 10px 0 0;
  padding: 0;
}
.index-five .company-details .company-content .inv-details {
  display: block;
  text-align: right;
  font-size: 18px;
}
.index-five .company-details .company-content .inv-details .inv-date {
  margin-bottom: 10px;
}
.index-five .company-details .company-content .inv-details span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}
@media (max-width: 767px) {
  .index-five .company-details .company-content .inv-details {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .index-five .company-details .company-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .index-five .company-info {
    display: block;
  }
}
.index-five .inv-content {
  border: none;
  margin: 0;
  padding: 0;
}
.index-five .inv-content .invoice-header {
  border-bottom: 0;
  margin: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.index-five .inv-content .invoice-address {
  margin: 0;
  padding: 25px 15px;
  border-bottom: none;
  justify-content: normal;
}
.index-five .inv-content .invoice-address .invoice-to {
  width: 50%;
}
.index-five .inv-content .invoice-address .invoice-to .inv-to-address {
  color: #fff;
}
.index-five .inv-content .invoice-table {
  margin: 0;
  padding: 0;
}
.index-five .inv-content .invoice-table table {
  border: 1px solid #f2f2f2;
  color: #fff;
}
.index-five .inv-content .invoice-table table thead tr {
  background: rgba(242, 242, 242, 0.1);
}
.index-five .inv-content .invoice-table table tr {
  border: 1px solid #f2f2f2;
}
.index-five .inv-content .invoice-table table tr td {
  border-right: 1px solid #f2f2f2;
}
.index-five .inv-content .invoice-table table .table-qty {
  width: 10%;
}
.index-five .inv-content .invoice-table table .table-price {
  width: 10%;
  padding: 15px 25px;
}
.index-five .inv-content .invoice-table-footer {
  margin: 0;
  padding: 15px 0 15px 15px;
  border-bottom: none;
  color: #2c3038;
  align-items: center;
}
.index-five .inv-content .invoice-table-footer .table-footer-left {
  color: #95979b;
}
.index-five .inv-content .invoice-table-footer .table-footer-left span {
  display: block;
  color: #95979b;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .notes {
    display: none;
  }
}
.index-five .inv-content .invoice-table-footer .notes .delivery-notes {
  max-width: 500px;
  color: #fff;
}
.index-five .inv-content .invoice-table-footer .table-footer-right {
  color: #fff;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table tr {
  border-bottom: 1px solid #f2f2f2;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table tr:last-child {
  border-bottom: 0;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table td {
  padding: 8px 15px;
}
.index-five .inv-content .invoice-table-footer .table-footer-right table td:first-child {
  padding: 8px 25px;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
    margin: 0;
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right table td:last-child {
    text-align: right;
  }
}
.index-five .inv-content .invoice-table-footer .table-footer-right .totalamt-table tr td {
  padding: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-five .inv-content .invoice-table-footer {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
}
.index-five .inv-content .totalamount-footer {
  background: 0 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding: 15px;
}
.index-five .inv-content .total-amountdetails {
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
  padding: 15px;
}
.index-five .inv-content .total-amountdetails span {
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content .total-amountdetails {
    margin: 0;
    padding: 15px;
  }
}
.index-five .inv-content .bank-details {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}
.index-five .inv-content .bank-details .payment-info {
  color: #fff;
}
.index-five .inv-content .bank-details .payment-info .payment-title {
  color: #fff;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.index-five .inv-content .bank-details .payment-info div {
  margin: 0 0 10px;
  padding: 0;
}
.index-five .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.index-five .inv-content .bank-details .company-sign span {
  color: #fff;
}
.index-five .inv-content .terms-condition {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.index-five .inv-content .terms-condition ol {
  list-style: disc;
  padding-left: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .index-five .inv-content {
    padding: 25px;
  }
}
.index-five .inv-content .thanks-msg {
  border-bottom: 1px solid #f2f2f2;
}
.dartheme {
  background: #000;
}
.dartheme .file-link .download-link,
.dartheme .file-link .print-link {
  background: 0 0;
  border: 1px solid #95979b;
  color: #95979b;
}
.dartheme .file-link .download-link:hover,
.dartheme .file-link .print-link:hover {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .dartheme .file-link {
    margin: 40px 0;
    padding: 15px;
  }
}
.invoice-card-title h6 {
  margin-bottom: 24px;
  font-weight: 600;
  color: #212529;
}
.invoice-content-title a {
  font-size: 13px;
  padding: 10px;
  color: #212529;
  display: inline-block;
}
.invoice-content-title a:hover {
  color: #7638ff;
}
.blog.invoice-blog {
  border: 1px solid #efefef;
}
.blog.invoice-blog.active {
  border: 1px solid #7638ff;
}
.blog.invoice-blog.active .invoice-star {
  background: #eaddff;
  cursor: pointer;
}
.blog.invoice-blog.active .invoice-star i {
  color: #7d00b2;
}
.invoice-star {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #f3f3f3;
  cursor: pointer;
}
.invoice-star i {
  font-size: 10px;
}
.template-invoice-card .invoice-card-title h6 {
  border-bottom: 1px solid #efefef;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.template-invoice-card .blog {
  position: relative;
}
.template-invoice-card .blog .blog-image a.img-general::before {
  content: "";
  position: absolute;
  background: rgba(87, 27, 225, 0.6);
  border-radius: 10px;
  width: 95%;
  height: 97%;
  left: 4px;
  top: 4px;
  z-index: 9;
  transform: scale(0);
}
.template-invoice-card .blog .blog-image a.preview-invoice {
  background-color: #fff;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  bottom: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50px;
}
.template-invoice-card .blog .blog-image a.preview-invoice:hover i {
  color: #7d00b2;
}
.template-invoice-card .blog .blog-image a.preview-invoice i {
  color: #3f4254;
  font-size: 12px;
}
.template-invoice-card .blog:hover .blog-image a.img-general::before {
  content: "";
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.template-invoice-card .blog:hover .blog-image a.preview-invoice {
  top: 50%;
  opacity: 1;
  z-index: 9;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.template-invoice-card .blog .invoice-content-title {
  padding: 10px;
  width: 100%;
}
.template-invoice-card .blog .invoice-content-title a {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
}
.invoice-model.modal .modal-dialog {
  max-width: 950px;
  margin-top: 70px;
}
.invoice-receipt-model.modal .modal-dialog {
  max-width: 400px;
  margin-top: 70px;
}
.invoice-receipt-model .receipt-wrap {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.close-model {
  background: rgba(51, 51, 51, 0.4);
  padding: 6px 14px;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -45px;
  color: #fff;
  cursor: pointer;
}
.close-model i {
  margin-right: 6px;
}
.invoice-model .index-five {
  background: #252526;
  border-radius: 20px;
}
.preview-boxs a {
  color: #7d00b2;
  font-weight: 600;
}
.signature-preview-page .inv-content {
  border: 0;
}
.signature-preview-page .inv-content .inv-header-left span {
  color: #95979b;
}
.signature-preview-page .inv-content .invoice-to span {
  font-size: 24px;
  color: #7638ff;
  font-weight: 700;
}
.pay-online-recipt .inv-header-left h3 {
  margin-bottom: 6px;
  color: #2c3038;
  font-weight: 600;
}
.pay-online-recipt .inv-header-left p {
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.pay-online-recipt .inv-header-left p span {
  font-weight: 400;
}
.pay-online-recipt .invoice-to {
  width: 100%;
}
.pay-online-recipt .invoice-table h4 {
  margin-bottom: 20px;
}
.pay-online-recipt .inv-content .invoice-address {
  border-bottom: 0;
}
.pay-online-list li h6 {
  width: 10%;
}
.pay-method-group {
  padding: 24px;
  margin: 24px;
  background: #f6f2ff;
}
.pay-method-group .card-information h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
  text-align: right;
}
.pay-method-group .cal-icon-info:after {
  font-family: feather;
  content: "\e927";
}
.payment-btns {
  margin: 24px;
}
.receipt-pay-mail {
  max-width: 500px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.receipt-pay-mail .company-logo {
  text-align: center;
  margin-bottom: 20px;
}
.receipt-pay-mail ul li {
  margin-bottom: 20px;
  font-weight: 500;
  color: #3f4254;
}
.receipt-pay-mail ul li span {
  font-weight: 600;
}
.receipt-pay-mail .click-invoice-btn {
  margin-bottom: 24px;
}
.receipt-pay-mail p {
  margin-bottom: 0;
  font-weight: 500;
  color: #3f4254;
}
.invoice-center-pay {
  display: flex;
  align-items: center;
  height: 100vh;
}
.signature-success-modal .form-header i {
  color: #19a855;
  font-size: 32px;
}
.more-invoice-detail {
  text-align: center;
  margin: 0 24px;
  padding-top: 24px;
  border-top: 1px solid #f2f2f2;
}
.more-invoice-detail a {
  font-size: 14px;
}
.invoice-template-tab.invoices-main-tabs {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul {
  padding-top: 14px;
  padding-left: 14px;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li {
  position: relative;
  display: inline-block;
  margin: 0 24px 0 0;
}
@media (max-width: 575.98px) {
  .invoice-template-tab.invoices-main-tabs .invoices-tabs ul li {
    display: block;
    margin: 0 0 20px;
  }
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #878a99;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 0 14px;
}
.invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a.active {
  color: #7d00b2;
  border-bottom: 3px solid #7d00b2;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .invoice-template-tab.invoices-main-tabs .invoices-tabs ul li a.active {
    border-bottom: 0;
  }
}
.invoice-template-tab.invoices-main-tabs .invoices-settings-icon {
  color: #7d00b2;
  margin-right: 20px;
}
.invoice-template-tab.invoices-main-tabs .btn {
  font-weight: 600;
  color: #fff;
  padding: 12px 10px;
  min-width: 167px;
  background: #1b2559;
  border: 1px solid #1b2559;
  border-radius: 6px;
}
.invoice-two .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-two .invoice-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-header {
  border-bottom: 1px solid #f2f2f2;
  background: var( --color-gradient, linear-gradient(320deg, #ddceff 0%, #dbecff 100%) );
  padding: 45px 24px;
}
.invoice-two .inv-content .invoice-header .inv-header-left h2 {
  color: #3f4254;
  font-size: 48px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-left h2 {
    font-size: 18px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.invoice-two .inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.invoice-two .inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.invoice-two .inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.invoice-two .inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right img {
    max-width: 131px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0;
    padding: 0;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header {
    display: block;
    background: 0 0;
    padding: 0;
  }
}
@media print {
  .invoice-two .inv-content .invoice-header {
    display: flex;
  }
}
.invoice-two .inv-content .two-invoice-details {
  margin: 30px 0 0;
  padding: 0 0;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address {
  display: flex;
  border-bottom: 1px solid var(--gray-gray-5, #e0e0e0);
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
  display: block;
  color: #95979b;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
  color: #000;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
    font-size: 12px;
  }
}
.invoice-two .inv-content .two-invoice-details h5 {
  color: #3f4254;
  margin: 0;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details h5 {
    font-size: 15px;
    margin: 0 0 0 17px;
    padding: 8px 0;
  }
}
.invoice-two .inv-content .invoice-address-details {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to span {
  color: #878a99;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address {
  color: #2c3038;
  font-size: 16px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  margin: 0;
  padding: 24px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment span {
  color: #878a99;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment .inv-to-address {
  color: #54c1ff;
}
.invoice-two .inv-content .invoice-address-details .company-details {
  text-align: right;
}
.invoice-two .inv-content .invoice-address-details .company-details .company-name {
  font-size: 24px;
  color: #7638ff;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-two .inv-content .invoice-address-details .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-table-details {
  margin: 30px 0;
  padding: 0;
}
.invoice-two .inv-content .invoice-table-details table {
  font-family: circular std;
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #bebebe);
}
.invoice-two .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table thead tr {
  background: #fff;
}
.invoice-two .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-two .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-two .inv-content .invoice-table-details table tr td,
.invoice-two .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td,
  .invoice-two .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details table tr td,
  .invoice-two .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-two .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  height: 69px;
  white-space: pre-wrap;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td {
    height: 72px;
  }
}
.invoice-two .inv-content .invoice-table-details table tr .table-description {
  vertical-align: middle;
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
}
.invoice-two .inv-content .invoice-table-details table tr h6 {
  color: #7d00b2;
  font-size: 12px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer {
  justify-content: flex-end;
  padding: 5px 30px;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table span {
  color: #878a99;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-two .inv-content .totalamount-footer {
  border: 1px solid #95979b;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-two .inv-content .bank-details {
  margin: 30px 0;
  padding: 0 20px;
  border: none;
}
.invoice-two .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 14px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-two .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-two .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-two .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.invoice-two .inv-content .terms-condition {
  margin: 0;
  padding: 0;
}
.invoice-two .inv-content .terms-condition .amount {
  margin-bottom: 24px;
}
.invoice-two .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 18px;
  color: #878a99;
}
.invoice-two .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-two .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-two .inv-content .thanks-msg {
  color: #3f4254;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-two .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.invoice-two .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-two .file-link .download-link {
  color: #7d00b2;
  margin: 0;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638ff;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.invoice-two .file-link .download-link:hover {
  background: #7638ff;
  color: #fff;
}
.invoice-two .file-link .print-link {
  color: #7d00b2;
  margin: 0;
  padding: 15px 22px;
  border: 1px solid #4361ee;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.invoice-two .file-link .print-link i {
  margin-right: 6px;
}
.invoice-two .file-link .print-link:hover {
  background: #4361ee;
  color: #fff;
}
@media (max-width: 992px) {
  .invoice-two .file-link {
    margin: 20px;
  }
}
.custom-modal.signature-add-modal .modal-body {
  padding: 20px;
}
.custom-modal.signature-add-modal .modal-body .service-upload {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal.signature-add-modal .modal-body .service-upload-info {
  min-height: 70px;
}
.custom-modal.signature-add-modal .modal-body p {
  color: #bdbdbd;
  margin-top: 10px;
  font-size: 12px;
}
.custom-modal.signature-add-modal .modal-body .custom_check {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  padding-left: 26px;
}
.custom-modal.signature-add-modal .modal-footer {
  padding: 0 20px 20px;
}
.custom-modal.signature-delete-modal .modal-body .form-header i {
  color: #ae2c2c;
  font-size: 40px;
  margin-bottom: 15px;
}
.custom-modal.signature-delete-modal .modal-body .form-header p {
  color: #4f4f4f;
}
.signature-preview {
  background-color: #f7f8f9;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  height: 70px;
}
.signature-preview a {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffecec;
}
.signature-preview a i {
  color: #ae2c2c;
}
@media (max-width: 991.98px) {
  .signature-preview img {
    height: 60px;
  }
}
.signature-table tbody tr td a.btn-action-icon.active {
  background: #eaddff;
  color: #7d00b2;
}
.signature-invoice {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.signature-invoice .form-group-bank {
  background-color: #f3f3f9;
}
.signature-invoice .form-group-bank .nav-pills {
  background-color: #fff;
  padding: 15px;
}
.signature-invoice .form-group-bank .custom_radio.active input ~ .checkmark:after,
.signature-invoice .form-group-bank .custom_radio_one.active input ~ .checkmark:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.signature-invoice .service-upload-info {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signature-invoice .service-upload-info span {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature-invoice .e-signature-block .signature-draw-area {
  height: 100px;
  background-color: #fff;
  border-radius: 8px;
}
.signature-invoice .e-signature-block a {
  display: block;
  color: #ed3a3a;
  font-size: 14px;
  margin-top: 10px;
}
.notifications {
  color: #3f4254;
}
.notifications .page-header {
  margin: 0 0 20px;
}
.notifications .page-header .content-page-header {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.notifications .page-header .noti-action-btns .btn {
  font-weight: 500;
}
.notifications .page-header .noti-action-btns .btn:hover {
  color: #fff;
}
.notifications .page-header .noti-action-btns .btn-mark-read {
  color: #3f4254;
  margin-right: 10px;
}
.notifications .page-header .noti-action-btns .btn-delete-all {
  border-color: #ed3a3a;
  color: #ed3a3a;
}
.notifications .page-header .noti-action-btns .btn-delete-all:hover {
  box-shadow: inset 0 50px 0 0 #ed3a3a;
}
.notifications .user-list-item {
  margin: 0 0 17px;
  padding: 16px;
  flex-direction: inherit;
  border-radius: 0;
}
.notifications .user-list-item .avatar {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.notifications .user-list-item .avatar.avatar-online:before {
  left: -16px;
  top: 0;
  width: 8px;
  height: 8px;
  border: none;
}
.notifications .user-list-item .users-list-body {
  width: 100%;
}
.notifications .user-list-item .users-list-body h6 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 14px;
  color: #3f4254;
}
.notifications .user-list-item .users-list-body h6 span {
  font-weight: 400;
}
.notifications .user-list-item .users-list-body blockquote {
  margin: 0 0 8px;
  padding: 0 0 0 14px;
  position: relative;
}
.notifications .user-list-item .users-list-body blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #dddee1;
  width: 4px;
  height: 100%;
}
.notifications .user-list-item .users-list-body .follow-btn {
  margin: 10px 0;
}
.notifications .user-list-item .users-list-body .follow-btn .btn {
  padding: 7px 20px;
  font-size: 12px;
  min-width: 83px;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .follow-btn .btn {
    margin-top: 8px;
  }
}
.notifications .user-list-item .users-list-body .follow-btn .btn-outline-primary {
  margin-left: 8px;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .follow-btn .btn-outline-primary {
    margin-left: 0;
  }
}
.notifications .user-list-item .users-list-body .time {
  color: #bebebe;
  font-weight: 500;
}
.notifications .user-list-item .users-list-body .chats-delete {
  min-width: 36px;
  padding: 10px;
  height: 36px;
  background: #f3f3f3;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.notifications .user-list-item .users-list-body .chats-delete i {
  color: #3f4254;
  font-size: 16px;
}
.notifications .user-list-item .users-list-body .chats-delete:hover {
  background: #ed3a3a;
}
.notifications .user-list-item .users-list-body .chats-delete:hover i {
  color: #fff;
}
@media (max-width: 575.98px) {
  .notifications .user-list-item .users-list-body .chats-delete {
    margin-left: 10px;
  }
}
.pay-online-recipt .pay-method-group h6 {
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .pay-online-recipt .pay-method-group ul li {
    margin-bottom: 24px;
  }
  .pay-online-recipt .pay-method-group ul li:last-child {
    margin-bottom: 0;
  }
}
.pay-online-recipt .pay-method-group ul li label {
  padding: 20px 20px 20px 42px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  width: 100%;
  color: #333;
}
.pay-online-recipt .pay-method-group ul li label .checkmark {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 20px;
}
.pay-online-recipt .pay-method-group ul li label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 14px;
}
.pay-online-recipt .pay-method-group ul li label.active {
  background: #eaddff;
}
.logo-darkmode {
  display: none;
}
.invoice-one .inv-content {
  border: 1px solid #bdbdbd;
  margin: 0;
  padding: 24px;
}
.invoice-one .inv-content span.line {
  display: block;
  background:
    linear-gradient(
      320deg,
      #ddceff 0%,
      #dbecff 100%);
  height: 10px;
}
.invoice-one .inv-content .invoice-header {
  margin: 0;
  padding: 20px;
  background: #fff;
}
.invoice-one .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .invoice-one .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-left {
    width: 100%;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-left h4 {
  color: #7638ff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-left h4 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-right p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p {
    flex-direction: unset;
  }
}
.invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: #e1ffed;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .inv-header-right p span {
    background: 0 0;
    padding: 0;
    font-size: 14px;
  }
}
.invoice-one .inv-content .invoice-header .company-details {
  background: var( --color-gradient, linear-gradient(320deg, #dbecff 0%, #ddceff 100%) );
  border-radius: 14px 77px 14px 14px;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details {
    background: 0 0;
  }
}
.invoice-one .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.invoice-one .inv-content .invoice-header .company-details .gst-details span {
  color: #3f4254;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0;
  }
}
.invoice-one .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  width: 473.11px;
  height: 126px;
  top: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .invoice-one .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
    background: 0 0;
  }
}
@media (max-width: 767px) {
  .invoice-one .inv-content .invoice-header .company-details .address-bg {
    background: 0 0;
  }
}
.invoice-one .add-details {
  color: #2c3038;
  font-size: 16px;
  font-weight: 450;
  margin-bottom: 25px;
}
.invoice-one .bill-add {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 450;
  color: #878a99;
}
.invoice-one .customer-name {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .invoice-one .customer-name {
    font-size: 20px;
  }
}
.invoice-one .customer-name span {
  color: #878a99;
  font-size: 16px;
  font-weight: 600;
}
.invoice-one .payment-status {
  color: #878a99;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.invoice-one .payment-status span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #33b469;
}
.invoice-one .patient-info {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
.invoice-one .patient-info .patient-details,
.invoice-one .patient-info .treatment-info {
  margin: 0 20px 0 0;
  padding: 20px;
  width: 50%;
}
.invoice-one .patient-info .patient-details h5,
.invoice-one .patient-info .treatment-info h5 {
  color: #0c0c20;
  margin-bottom: 15px;
  font-size: 18px;
}
.invoice-one .patient-info .patient-details div,
.invoice-one .patient-info .treatment-info div {
  display: flex;
  justify-content: space-between;
}
.invoice-one .patient-info .patient-details div span,
.invoice-one .patient-info .treatment-info div span {
  color: #2c3038;
  width: 70%;
  text-align: right;
}
@media (max-width: 992px) {
  .invoice-one .patient-info .patient-details div,
  .invoice-one .patient-info .treatment-info div {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info .patient-details div,
  .invoice-one .patient-info .treatment-info div {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info .patient-details,
  .invoice-one .patient-info .treatment-info {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 10px 20px 0;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-one .patient-info {
    display: block;
  }
}
.invoice-one h5 {
  background: #f4f4f4;
  color: #2c3038;
  font-size: 18px;
  font-weight: 450;
  margin: 20px 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .invoice-one h5 {
    background: 0 0;
    padding: 0;
  }
}
.invoice-one .invoice-table {
  margin: 0;
  padding: 0 0 20px;
}
.invoice-one .invoice-table table {
  color: #2c3038;
  margin: 0;
  padding: 0;
}
.invoice-one .invoice-table table thead tr {
  border-bottom: none;
  font-size: 18px;
}
.invoice-one .invoice-table table thead .amount {
  font-size: 16px;
  font-weight: 450;
}
.invoice-one .invoice-table table .table_width {
  font-size: 18px;
  font-weight: 450;
}
.invoice-one .invoice-table table .table_width_2 {
  width: 40%;
}
.invoice-one .invoice-table table .table_width_3 {
  width: 20%;
}
.invoice-one .invoice-table table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-one .invoice-table table tr .table-description {
  color: #2c3038;
  font-size: 16px;
}
.invoice-one .invoice-table table tr .table-description span {
  display: block;
  color: #95979b;
}
.invoice-one .invoice-table table tr td {
  margin: 0;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 450;
  height: 82px;
  vertical-align: middle;
}
.invoice-one .invoice-table table tr td span {
  color: #7d00b2;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.invoice-one .invoice-table table tr td:last-child,
.invoice-one .invoice-table table tr th:last-child {
  padding-right: 25px;
}
.invoice-one .invoice-table-footer {
  justify-content: flex-end;
  padding: 5px 30px;
}
@media (max-width: 768px) {
  .invoice-one .invoice-table-footer {
    padding: 0;
  }
}
.invoice-one .invoice-table-footer .table-footer-left {
  width: 58%;
}
@media (max-width: 575.98px) {
  .invoice-one .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-one .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-one .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-one .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-one .invoice-table-footer .table-footer-right table span {
  color: #878a99;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .table-footer-right table {
    font-size: 15px;
  }
}
.invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-one .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-one .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-one .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-one .totalamount-footer {
  border: 1px solid #95979b;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-one .table-total-item {
  margin: 0;
  padding: 15px 10px 15px 20px;
}
@media (max-width: 767px) {
  .invoice-one .table-total-item {
    margin: 0;
    padding: 15px 0;
  }
}
.invoice-one .total-amountdetails {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #bebebe;
  text-align: end;
}
@media (max-width: 992px) {
  .invoice-one .total-amountdetails {
    text-align: end;
  }
}
.invoice-one .bank-details {
  margin: 0;
  padding: 25px 15px;
  border-bottom: 1px solid #bebebe;
}
.invoice-one .bank-details .payment-info {
  color: #2c3038;
  display: flex;
}
.invoice-one .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}
.invoice-one .bank-details .payment-info div {
  font-size: 16px;
  font-weight: 450;
  margin: 0 0 10px;
  padding: 0;
}
.invoice-one .bank-details .payment-info span {
  color: #95979b;
}
.invoice-one .bank-details .payment-info .pay-details {
  padding-left: 20px;
}
.invoice-one .bank-details .terms-condition {
  margin: 0;
  padding: 0;
  color: #2c3038;
  border: 0;
}
.invoice-one .bank-details .terms-condition span {
  font-size: 18px;
  margin: 0 10px 10px;
}
.invoice-one .bank-details .terms-condition ol {
  color: #95979b;
}
@media (max-width: 767px) {
  .invoice-one .bank-details .terms-condition {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .invoice-one .bank-details {
    margin: 0;
    padding: 10px 0;
  }
}
.invoice-one .thanks-msg {
  background: #f2f2f2;
  border-bottom: 1px solid #bebebe;
  color: #000;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 767px) {
  .invoice-one {
    margin: 0;
    padding: 20px;
  }
}
.invoice-one .table-data {
  border: none !important;
}
.invoice-one .file-one-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-one .duedate-bg span {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #e1ffed;
  font-size: 16px;
}
.invoice-one .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 48px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-one .invoice-wrapper {
    padding: 0;
  }
}
.invoice-one .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: flex-start;
}
.invoice-one .qr {
  width: 140px;
  height: 140px;
  margin: 0 0 20px !important;
}
.invoice-one .qr .scan-details {
  font-size: 13px;
  font-weight: 600;
}
.invoice-one .gst-details h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .invoice-one .gst-details h6 {
    font-size: 15px;
  }
}
.invoice-one .inv-header-right a img {
  max-width: 271px !important;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .invoice-one .inv-header-right a img {
    width: 100%;
  }
}
.invoice-one .inv-header-right h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.invoice-one .inv-header-right h6 span {
  font-weight: 400;
}
.invoice-one .text-end {
  padding-top: 10px;
  padding-bottom: 10px;
}
.invoice-two .invoice-wrapper {
  background: #fff;
  margin: 60px 0 40px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .invoice-two .invoice-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-header {
  border-bottom: 1px solid #f2f2f2;
  background: var( --color-gradient, linear-gradient(320deg, #ddceff 0%, #dbecff 100%) );
  padding: 45px 24px;
}
.invoice-two .inv-content .invoice-header .inv-header-left h2 {
  color: #3f4254;
  font-size: 48px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-left h2 {
    font-size: 18px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-left a {
  display: block;
}
.invoice-two .inv-content .invoice-header .inv-header-left img {
  max-width: 200px;
}
.invoice-two .inv-content .invoice-header .inv-header-left span {
  color: #95979b;
}
.invoice-two .inv-content .invoice-header .inv-header-right {
  text-align: right;
}
.invoice-two .inv-content .invoice-header .inv-header-right img {
  max-width: 200px;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right img {
    max-width: 131px;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3038;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .invoice-title {
    font-size: 20px;
    margin: 10px 0 0;
    padding: 0;
  }
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date {
  color: #95979b;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date:last-child {
  margin-right: 0;
}
.invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
  color: #2c3038;
  font-weight: 700;
  font-size: 24px;
  margin-left: 8px;
}
@media print {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-header .inv-header-right .inv-date span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header .inv-header-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-header {
    display: block;
    background: 0 0;
    padding: 0;
  }
}
@media print {
  .invoice-two .inv-content .invoice-header {
    display: flex;
  }
}
.invoice-two .inv-content .two-invoice-details {
  margin: 30px 0 0;
  padding: 0 0;
}
.invoice-two .inv-content .two-invoice-details .company-booking-address {
  display: flex;
  border-bottom: 1px solid var(--gray-gray-5, #e0e0e0);
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
  color: #000;
  font-weight: 450;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
  display: block;
  color: #95979b;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .company-add span {
    font-size: 15px;
  }
}
.invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
  color: #000;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details .company-booking-address .invoice-date h6 {
    font-size: 12px;
  }
}
.invoice-two .inv-content .two-invoice-details h5 {
  color: #3f4254;
  margin: 0;
  padding: 24px 0;
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .two-invoice-details h5 {
    font-size: 15px;
    margin: 0 0 0 17px;
    padding: 8px 0;
  }
}
.invoice-two .inv-content .invoice-address-details {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-address-details {
    display: flex;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to span {
  color: #878a99;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to .inv-to-address {
  color: #2c3038;
  font-size: 16px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  margin: 0;
  padding: 24px;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment span {
  color: #878a99;
}
.invoice-two .inv-content .invoice-address-details .invoice-to-payment .inv-to-address {
  color: #54c1ff;
}
.invoice-two .inv-content .invoice-address-details .company-details {
  text-align: right;
}
.invoice-two .inv-content .invoice-address-details .company-details .company-name {
  font-size: 24px;
  color: #7638ff;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-two .inv-content .invoice-address-details .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-two .inv-content .invoice-address-details .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-address-details {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-address-details {
    display: block;
  }
}
.invoice-two .inv-content .invoice-table-details {
  margin: 30px 0;
  padding: 0;
}
.invoice-two .inv-content .invoice-table-details table {
  font-family: circular std;
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #bebebe);
}
.invoice-two .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-two .inv-content .invoice-table-details table thead tr {
  background: #fff;
}
.invoice-two .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-two .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-two .inv-content .invoice-table-details table tr td,
.invoice-two .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td,
  .invoice-two .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details table tr td,
  .invoice-two .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-two .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  height: 69px;
  white-space: pre-wrap;
}
@media print {
  .invoice-two .inv-content .invoice-table-details table tr td {
    height: 72px;
  }
}
.invoice-two .inv-content .invoice-table-details table tr .table-description {
  vertical-align: middle;
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
}
.invoice-two .inv-content .invoice-table-details table tr h6 {
  color: #7d00b2;
  font-size: 12px;
}
@media print {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer {
  justify-content: flex-end;
  padding: 5px 30px;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td {
    margin: 0;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right table span {
  color: #878a99;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-two .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-two .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-two .inv-content .totalamount-footer {
  border: 1px solid #95979b;
  border-left: none;
  border-right: none;
  margin: 10px 0 0;
  padding: 15px;
}
.invoice-two .inv-content .bank-details {
  margin: 30px 0;
  padding: 0 20px;
  border: none;
}
.invoice-two .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 14px;
}
.invoice-two .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-two .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-two .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-two .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-two .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.invoice-two .inv-content .terms-condition {
  margin: 0;
  padding: 0;
}
.invoice-two .inv-content .terms-condition .amount {
  margin-bottom: 24px;
}
.invoice-two .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 18px;
  color: #878a99;
}
.invoice-two .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-two .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-two .inv-content .thanks-msg {
  color: #3f4254;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-two .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-two .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.invoice-two .file-link {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-two .file-link .download-link {
  color: #7d00b2;
  margin: 0;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638ff;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.invoice-two .file-link .download-link:hover {
  background: #7638ff;
  color: #fff;
}
.invoice-two .file-link .print-link {
  color: #7d00b2;
  margin: 0;
  padding: 15px 22px;
  border: 1px solid #4361ee;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.invoice-two .file-link .print-link i {
  margin-right: 6px;
}
.invoice-two .file-link .print-link:hover {
  background: #4361ee;
  color: #fff;
}
@media (max-width: 992px) {
  .invoice-two .file-link {
    margin: 20px;
  }
}
.invoice-three .invoice-wrapper {
  padding: 50px;
}
.invoice-three .invoice-wrapper .inv-content {
  border: none;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header {
  padding: 0 0 50px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #7d00b2;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .inv-header-right img {
  max-width: 270px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details {
  margin: 0 0 10px;
  padding: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details:last-child {
  margin: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details span {
  color: #000;
  font-weight: 450;
  font-family: circular std;
  font-size: 16px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-header .company-details .gst-details:first-child span {
  font-size: 18px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address {
  padding: 0;
  border: 1px solid #bdbdbd;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .invoice-three .invoice-wrapper .inv-content .invoice-address {
    display: flex;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-address-details {
  padding: 24px 0 24px 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  border: 1px solid #bdbdbd;
  border-top: none;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span {
  display: block;
  margin-bottom: 15px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span:last-child {
  color: #7d00b2;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
@media print {
  .invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-details-content .invoice-status-details span:last-child {
    font-size: 18px;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-to span {
  margin: 0 0 15px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-address .invoice-to .inv-to-address {
  line-height: 24px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table {
  padding: 0;
  margin-bottom: 50px;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table {
  font-family: circular std;
  border: 1px solid #bebebe;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .table_width_2 {
  width: 30%;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr {
  background: #fff;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table td {
  vertical-align: middle;
  color: #2c3038;
  font-weight: 400;
  font-size: 16px;
  height: 80px;
  white-space: pre-wrap;
}
@media print {
  .invoice-three .invoice-wrapper .inv-content .invoice-table table td {
    height: 72px;
  }
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .unit-price-data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table table .unit-price-data span {
  color: #7d00b2;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer {
  padding: 0;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
  width: 50%;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td {
  width: 60%;
  color: #2c3038;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 600;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table tr td.table-footer-right-title {
  color: #878a99;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
  display: flex;
  flex-direction: column;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span {
  color: #2c3038;
}
.invoice-three .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left span.total-item {
  color: #878a99;
}
.invoice-three .invoice-wrapper .inv-content .bank-details {
  padding: 50px 0;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info {
  display: flex;
  gap: 24px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info .qr-code img {
  margin-bottom: 10px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-info .qr-code .scan-details {
  font-size: 14px;
  font-weight: 600;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-details {
  margin: 0 0 10px;
}
.invoice-three .invoice-wrapper .inv-content .bank-details .account-details span {
  color: #000;
  font-weight: 450;
}
.invoice-three .invoice-wrapper .inv-content .invoice-notes {
  background: #ddf3ff;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #2da7ff;
}
.invoice-three .invoice-wrapper .inv-content .thanks-msg {
  padding: 40px 0 0;
}
.invoice-four .invoice-wrapper {
  padding: 24px;
}
.invoice-four .invoice-wrapper .inv-content {
  border: none;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header {
  border: none;
  padding: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-left .tax-invoice {
  color: #7d00b2;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-right a img {
  text-align: right;
  max-width: 271px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-header-right a img {
    max-width: 200;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .invoice-title {
    font-size: 20px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four {
  margin: 0 0 10px;
  padding: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four:last-child {
  font-size: 16px;
  margin: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four span {
  color: #000;
  font-weight: 450;
  font-family: circular std;
  font-size: 16px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .company-details .gst-details-four:first-child span {
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date {
  width: 100%;
  float: right;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-details {
  position: relative;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
  font-size: 18px;
  color: #3f4254;
  background:
    linear-gradient(
      320deg,
      #dbecff 0%,
      #ddceff 100%);
  padding: 14px 20px 15px 87px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    padding: 0;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no span {
  font-weight: 700;
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .inv-date-no {
    background: 0 0;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
  width: 56px;
  height: 49px;
  border-top: 30px solid transparent;
  border-left: 58px solid #fff;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
    display: none;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-header .triangle-right {
    display: none;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four {
  margin: 24px 0;
  padding: 24px;
  border-radius: 20px;
  background-color: rgba(242, 242, 242, 0.24);
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
  border: 1px solid #e0e0e0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to span {
  color: #878a99;
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to span {
    margin: 0 0 10px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .inv-to-address {
  color: #2c3038;
  font-size: 16px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to .invoice-to-payment {
  background: rgba(242, 242, 242, 0.5);
  border-radius: 10px;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to {
    margin-bottom: 20px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment {
  border-left: 1px solid #bdbdbd;
  margin: 0;
  padding: 24px 0 24px 50px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment span {
  color: #878a99;
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment .inv-to-address {
  color: #54c1ff;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment .inv-to-address h6 {
  margin: 0 0 50px;
  padding: 5px 18px;
  background-color: #ffe0bb;
  border-radius: 5px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .invoice-to-payment h5 span {
  background-color: #ddf3ff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #54c1ff;
  padding: 5px 18px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details {
  text-align: right;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .company-name {
  font-size: 24px;
  color: #7638ff;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details {
  margin: 0 0 10px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details span {
  color: #95979b;
  display: block;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details .gst-details {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four .company-details {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-address-four {
    display: flex;
    padding: 0 30px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details {
  margin: 0 0 30px;
  padding: 0;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table {
  font-family: circular std;
  width: 100%;
  color: #2c3038;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr {
  background: #f2f2f2;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td,
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td,
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td,
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr td {
  vertical-align: middle;
  font-size: 16px;
  white-space: pre-wrap;
  height: 69px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr .table-description {
  width: 33%;
  color: #2c3038;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-details table tr h6 {
  color: #7d00b2;
  font-size: 12px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer {
  border: none;
  justify-content: space-between;
  padding: 5px 30px;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table span {
  color: #878a99;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #7d00b2;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-four .invoice-wrapper .inv-content .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-four .invoice-wrapper .inv-content .totalamount-footer {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  padding: 20px 0;
}
.invoice-four .invoice-wrapper .inv-content .total-amountdetails span {
  color: #2c3038;
}
.invoice-four .invoice-wrapper .inv-content .bank-details {
  margin: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #f2f2f2;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info {
  display: flex;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code {
  margin-right: 24px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code .scan-details {
  font-size: 13px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .qr-code .img {
  max-width: 140px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debitcard {
  color: #000;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .payment-title {
  color: #2c3038;
  font-size: 18px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info .debit-card {
  margin-top: 15px;
  margin-bottom: 10px;
}
.invoice-four .invoice-wrapper .inv-content .bank-details .payment-info span {
  color: #95979b;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition {
  margin: 0;
  padding: 0;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition ol {
  list-style: number;
  padding-left: 13px;
  color: #878a99;
}
.invoice-four .invoice-wrapper .inv-content .terms-condition span {
  display: block;
  margin: 0 0 15px;
  color: #2c3038;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .terms-condition {
    font-size: 12px;
    margin: 0;
    padding: 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .terms-condition {
    font-size: 14px;
  }
}
.invoice-four .invoice-wrapper .inv-content .thanks-msg {
  color: #000;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  background: #f2f2f2;
  margin: 0;
  padding: 15px 0;
}
@media print {
  .invoice-four .invoice-wrapper .inv-content .thanks-msg {
    font-size: 10px;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .invoice-four .invoice-wrapper .inv-content .thanks-msg {
    font-size: 12px;
  }
}
.file-link-four {
  margin-bottom: 40px;
}
.file-link-four .download-link {
  color: #7d00b2;
  margin: 0;
  padding: 12px 22px;
  margin-right: 10px;
  border: 1px solid #7638ff;
  border-radius: 5px;
  background: #fff;
  height: 46px;
}
.file-link-four .download-link:hover {
  background: #7638ff;
  color: #fff;
}
.file-link-four .print-link {
  color: #7d00b2;
  margin: 0;
  padding: 15px 22px;
  border: 1px solid #4361ee;
  border-radius: 5px;
  height: 46px;
  background: #fff;
  display: flex;
  align-items: center;
}
.file-link-four .print-link i {
  margin-right: 6px;
}
.file-link-four .print-link:hover {
  background: #4361ee;
  color: #fff;
}
@media (max-width: 992px) {
  .file-link-four {
    margin: 20px;
  }
}
.invoice-five.invoice-wrapper {
  padding: 50px;
}
@media (max-width: 767px) {
  .invoice-five.invoice-wrapper {
    padding: 15px;
  }
}
@media print and (max-width: 767px) {
  .invoice-five.invoice-wrapper {
    padding: 0;
  }
}
.invoice-five .inv-content {
  background: #fafafa;
  padding: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .invoice-five .inv-content {
    padding: 15px;
  }
}
.invoice-five .inv-content .invoice-header {
  border-bottom: 0;
  background: 0 0;
  padding: 0;
}
.invoice-five .inv-content .invoice-header .inv-header-right h2 {
  font-family: circular std;
  color: #7d00b2;
  font-size: 24px;
  font-weight: 700;
}
.invoice-five .inv-content .invoice-five-details {
  gap: 24px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-five-details {
    display: block;
  }
}
.invoice-five .inv-content .invoice-five-details .gradient-block {
  width: 729px;
  height: 36px;
  background:
    linear-gradient(
      320deg,
      #ddceff 0%,
      #dbecff 100%);
  border-radius: 59px;
}
@media (max-width: 1399.98px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 550px;
  }
}
@media (max-width: 991.98px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-five-details .gradient-block {
    width: 100%;
    margin-bottom: 15px;
  }
}
.invoice-five .inv-content .invoice-five-details .invoice-date {
  gap: 50px;
}
.invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.invoice-five .inv-content .invoice-five-details .invoice-date .invoice-date-details span {
  font-weight: 400;
}
.invoice-five .invoice-table-details {
  margin: 30px 0;
  padding: 0;
}
.invoice-five .invoice-table-details table {
  width: 100%;
  color: #2c3038;
  border: 1px solid var(--gray-gray-3, #bebebe);
}
.invoice-five .invoice-table-details table .table_width_1 {
  width: 3%;
}
.invoice-five .invoice-table-details table .table_width_2 {
  width: 20%;
}
.invoice-five .invoice-table-details table .table_width_3 {
  width: 40%;
}
.invoice-five .invoice-table-details table .table_width_4 {
  width: 15%;
}
.invoice-five .invoice-table-details table .table_width_5 {
  width: 15%;
}
.invoice-five .invoice-table-details table thead tr {
  color: #000;
}
.invoice-five .invoice-table-details table .ecommercetable {
  background: #e0e0e0;
}
.invoice-five .invoice-table-details table thead tr {
  background: #f2f2f2;
}
.invoice-five .invoice-table-details table thead tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.invoice-five .invoice-table-details table tr {
  border-bottom: 1px solid #bebebe;
}
.invoice-five .invoice-table-details table tr td,
.invoice-five .invoice-table-details table tr th {
  padding: 15px;
}
@media print {
  .invoice-five .invoice-table-details table tr td,
  .invoice-five .invoice-table-details table tr th {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-details table tr td,
  .invoice-five .invoice-table-details table tr th {
    white-space: nowrap;
  }
}
.invoice-five .invoice-table-details table tr td {
  height: 69px;
  vertical-align: middle;
  white-space: pre-wrap;
}
.invoice-five .invoice-table-details table tr .table-description {
  width: 33%;
  color: #2c3038;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-details table tr .table-description {
    font-size: 16px;
  }
}
.invoice-five .invoice-table-details table tr h6 {
  color: #7d00b2;
  font-size: 12px;
}
@media print {
  .invoice-five .invoice-table-details {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-details {
    font-size: 14px;
  }
}
.invoice-five .invoice-table-footer {
  padding: 5px 0;
}
.invoice-five .invoice-table-footer .table-footer-left {
  width: 70%;
}
@media (max-width: 575.98px) {
  .invoice-five .invoice-table-footer .table-footer-left {
    width: auto;
    font-size: 14px;
  }
}
.invoice-five .invoice-table-footer .table-footer-right {
  width: 80%;
}
.invoice-five .invoice-table-footer .table-footer-right table {
  width: 100%;
}
.invoice-five .invoice-table-footer .table-footer-right table td {
  color: #2c3038;
  font-size: 18px;
  text-align: right;
  width: 50%;
  padding: 5px 10px;
  font-weight: 500;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    width: auto;
  }
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right table td {
    width: auto;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .table-footer-right table td:first-child {
    text-align: left;
  }
}
.invoice-five .invoice-table-footer .table-footer-right table td.tax {
  color: #878a99;
  font-weight: 600;
}
.invoice-five .invoice-table-footer .table-footer-right table span {
  color: #878a99;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right table {
    font-size: 12px;
  }
}
.invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
  color: #2c3038;
  font-size: 24px;
  font-weight: 700;
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 12px;
  }
}
@media (max-width: 1399.98px) {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table td {
    font-size: 16px;
  }
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right .totalamt-table {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 100%;
  }
}
@media print {
  .invoice-five .invoice-table-footer .table-footer-right {
    width: 50%;
  }
}
@media print {
  .invoice-five .invoice-table-footer {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .invoice-five .invoice-table-footer .total-info {
    display: none;
  }
}
.invoice-five .inv-content .bank-details {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .invoice-five .inv-content .bank-details .bank-qr-detail img {
    max-width: 90px;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-left {
  width: 54%;
}
@media (max-width: 1199.98px) {
  .invoice-five .inv-content .invoice-header .inv-header-left {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-left h4 {
  color: #7638ff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
.invoice-five .inv-content .invoice-header .inv-header-right p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .inv-header-right p {
    flex-direction: unset;
  }
}
.invoice-five .inv-content .invoice-header .inv-header-right p span {
  display: flex;
  margin: 5px 0;
  color: #000;
}
.invoice-five .inv-content .invoice-header .company-details {
  position: relative;
  overflow: hidden;
}
.invoice-five .inv-content .invoice-header .company-details .gst-details {
  position: relative;
  margin: 0;
  padding: 30px;
  color: #fff;
  z-index: 2;
}
.invoice-five .inv-content .invoice-header .company-details .gst-details span {
  color: #3f4254;
  font-size: 16px;
  font-weight: 450;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details span {
    color: #000;
  }
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details {
    color: #000;
    margin: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .invoice-five .inv-content .invoice-header .company-details .gst-details {
    margin: 0;
    padding: 10px 0;
  }
}
.invoice-five .inv-content .invoice-header .company-details .address-bg {
  position: absolute;
  width: 473.11px;
  height: 126px;
  top: 0;
  right: 15px;
  overflow: hidden;
  border-radius: 14px 77px 14px 14px;
  background: var( --color-gradient, linear-gradient(320deg, #ddceff 0%, #dbecff 100%) );
  background-color: #7638ff;
}
@media (max-width: 992px) {
  .invoice-five .inv-content .invoice-header .company-details .address-bg {
    right: 58px;
  }
}
.invoice-five .terms-condition {
  margin-bottom: 40px;
}
.invoice-five .terms-condition ol li {
  color: #2c3038;
}
.invoice-five .thanks-msg {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .invoice-five .file-link {
    margin: 0;
  }
}
.invoice-five .file-link a {
  color: #7d00b2;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .invoice-five .file-link a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .invoice-five .file-link a {
    font-size: 15px;
  }
}
.invoice-address-details.invoice-five-group .invoice-to span {
  margin-bottom: 15px;
  display: block;
}
.invoice-address-details.invoice-five-group .invoice-to .inv-to-address {
  color: #2c3038;
}
.invoice-address-details.invoice-five-group .invoice-to:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .invoice-address-details.invoice-five-group .invoice-to:last-child {
    margin-top: 15px;
  }
}
.company-booking-address.company-five-address {
  margin-bottom: 24px;
}
.company-booking-address.company-five-address .company-add span {
  margin-bottom: 15px;
  display: block;
}
.company-booking-address.company-five-address .company-add h4 {
  color: #2c3038;
  margin-bottom: 0;
}
.company-booking-address.company-five-address .company-add h5 {
  color: #878a99;
  margin-bottom: 15px;
  font-size: 18px;
}
.company-booking-address.company-five-address .company-add .paid-status-add span {
  color: #878a99;
  margin-bottom: 5px;
  display: block;
}
.company-booking-address.company-five-address .company-add .paid-status-add h6 {
  color: #33b469;
  font-size: 16px;
}
@media (max-width: 767px) {
  .company-booking-address.company-five-address .company-add {
    margin-bottom: 15px;
  }
}
.company-booking-address.company-five-address .invoice-date {
  text-align: right;
}
.company-booking-address.company-five-address .invoice-date p {
  color: #2c3038;
}
.company-booking-address.company-five-address .invoice-date p span {
  color: #878a99;
}
.total-amt-word tr td span {
  display: block;
  color: #2c3038;
  font-weight: 500;
}
@media (max-width: 767px) {
  .total-amt-word tr td {
    display: none;
  }
}
.tab-content .blog-image > a {
  padding: 5px;
}
.bg-subscribe {
  background-color: #ffecec;
  color: #ed3a3a;
  padding: 4px 10px;
  border-radius: 4px;
}
.bg-payment {
  background-color: #e9f2ff;
  color: #2465bc;
  padding: 4px 10px;
  border-radius: 4px;
}
.btn-primary .fa-plus {
  margin-right: 5px;
}
.import-company .btn-import {
  color: #7d00b2;
  border: 1px solid #7d00b2;
}
.import-company .btn-import:hover {
  background-color: #7d00b2;
  color: #fff;
}
.companies-table .table tbody td h2.table-avatar a {
  color: #1f0066;
}
.companies-table .table tbody td h2 span {
  color: gray;
}
.card-table .companies-table .table td {
  color: #1f0066;
}
.companies-table .dropdown-item .far.fa-trash-alt {
  border-bottom: 1px solid #e0e0e0;
}
.page-content .list-btn .btn-filters:hover {
  background-color: #eaddff;
}
.companies-table .table .dropdown-menu {
  width: 176px;
}
.companies-table .table p {
  color: gray;
}
.avatar-img.rounded-circle .company {
  height: 40px;
  width: 40px;
}
.companies-table .table tbody td h2.table-avatar .companies {
  height: 40px;
  width: 40px;
  display: inline-block;
}
.p-20 .modal-header {
  padding: 20px;
  justify-content: space-between;
}
.p-20 .modal-body,
.p-20 .modal-footer {
  padding: 0 20px 20px;
}
#add_package .modal-body h6 {
  color: gray;
  margin-bottom: 10px;
}
#add_package .modal-body ul {
  margin: 0;
  border: none;
  background: #f7f8f9;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #add_package .modal-body ul li {
    padding-right: 0;
    padding-left: 0;
  }
  .epitopsc .sectioncon {
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }
  .epitopsc {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .btn {
    font-size: 12px;
  }
  div.dt-container .dt-search input {
    width: calc(100% - 52px);
  }
  .form-select,
  .form-control,
  .form-label {
    font-size: 12px;
  }
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  overflow: auto;
}
#add_package .modal-body ul li:first-child {
  padding-left: 0;
}
#add_package .modal-body ul li:last-child {
  padding-right: 0;
}
#add_package .modal-body ul li h6 {
  padding: 13px 0;
  margin-bottom: 0;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
#add_package .modal-body ul li h6.active,
#add_package .modal-body ul li h6:hover {
  background: #7d00b2;
  color: #fff;
}
#add_package .modal-body .tab-content .form-check {
  padding-left: 0;
}
#add_package .modal-body .tab-content .form-check label {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}
#add_package .modal-body .tab-content .form-check label input {
  min-width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 12px;
}
#add_package .modal-body .tab-content .form-check label input:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #7d00b2;
  display: none;
}
#add_package .modal-body .tab-content .form-check label input:focus {
  box-shadow: none;
}
#add_package .modal-body .tab-content .form-check label input:checked {
  background: 0 0;
  border-color: #7d00b2;
}
#add_package .modal-body .tab-content .form-check label input:checked:after {
  display: block;
}
#add_package .modal-body .tab-content .form-check label .text-dark {
  font-weight: 500;
}
.bootstrap-datetimepicker-widget .timepicker td a {
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker td a span {
  padding: 0;
}
.bootstrap-datetimepicker-widget .timepicker td a span:hover {
  background: #28084b;
}
.bootstrap-datetimepicker-widget .datepicker th,
.bootstrap-datetimepicker-widget .datepicker td {
  text-align: center;
  padding: 5px 6px;
  font-size: 12px;
}
.bootstrap-datetimepicker-widget .datepicker td.active {
  background: #7d00b2;
}
.bootstrap-datetimepicker-widget .datepicker td.active:hover {
  background: #28084b;
}
span.bg-purple {
  background: #592ac6;
}
.company-avatar.company-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.super-admin-list-head {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.super-admin-list-head .grid-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.super-admin-list-head .grid-info-item h4 {
  font-weight: 600;
  margin-top: 5px;
}
.super-admin-list-head .grid-info-item span {
  color: #0f0033;
  font-weight: 600;
}
.super-admin-list-head .grid-info-item .grid-head-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 10px;
  background: #ffefdd;
  color: #ec8000;
  flex-shrink: 0;
}
.super-admin-list-head .grid-info-item.total-items h4 {
  color: #ec8000;
}
.super-admin-list-head .grid-info-item.active-items h4 {
  color: #1e8edf;
}
.super-admin-list-head .grid-info-item.active-items .grid-head-icon {
  background: #ddf3ff;
  color: #1e8edf;
}
.super-admin-list-head .grid-info-item.inactive-items h4 {
  color: #ed3a3a;
}
.super-admin-list-head .grid-info-item.inactive-items .grid-head-icon {
  background: #ffecec;
  color: #ed3a3a;
}
.super-admin-list-head .grid-info-item.location-info h4 {
  color: #1d8147;
}
.super-admin-list-head .grid-info-item.location-info .grid-head-icon {
  background: #e1ffed;
  color: #1d8147;
}
.custom-modal.custom-lg-modal .modal-dialog {
  max-width: 800px;
}
.profile-img.company-profile-img {
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.input-block .modal-password-field .toggle-password {
  transform: translateY(-50%);
  right: 15px;
}
.toggle-password-two {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #757575;
}
.url-text-box {
  position: relative;
}
.url-text-box input {
  padding-right: 115px !important;
}
.url-text-box .url-text {
  background: #7d00b2;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: normal;
  position: absolute;
  right: 5px;
  top: 7px;
}
.company-detail-head {
  justify-content: space-between;
  background: #f7f8f9;
  padding: 15px;
  border-radius: 10px;
}
.company-detail-head .company-profile-img {
  background: #fff;
}
.company-detail-head .upload-profile {
  margin-right: 0;
}
.company-detail-head .upload-profile .add-profile h5 {
  font-size: 18px;
  font-weight: 700;
}
.plane-basic-info h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.plane-basic-info .basic-info-detail {
  margin-bottom: 24px;
}
.plane-basic-info .basic-info-detail h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.plane-basic-info.plane-detail {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
}
.details-edit-link {
  align-items: center;
}
.details-edit-link .modal-edit-link {
  color: gray;
}
.delete-modal-icon span {
  width: 64px;
  height: 64px;
  background: #1d8147;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
}
.list-btn .filter-list li a.active {
  background: #eaddff;
}
td span.plane-type {
  color: #484848;
}
.badge.bg-orange-light {
  background: #ffefdd;
  color: #ec8000;
}
table th.no-sort::before {
  display: none !important;
}
table th.no-sort::after {
  display: none !important;
}
.modal-header .bg-info-light {
  background: #ddf3ff;
  color: #2da7ff;
  font-weight: 400;
}
.company-detail-head span.badge {
  font-weight: 400;
  line-height: normal;
}
#checkBoxes1,
#checkBoxes {
  position: relative;
  height: 100%;
}
.search-dropdown-item {
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.5s all;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 24px;
  padding-bottom: 0;
  z-index: 9;
  border-radius: 10px;
  top: 0;
  display: none;
}
.search-dropdown-item.show {
  opacity: 1;
  transition: 0.5s all;
  display: block;
  top: 40px;
  display: block;
}
.btn.btn-greys.bg-history-light {
  background-color: #ffefdd;
  color: #ec8000;
}
.btn.btn-greys.bg-history-light:hover {
  background-color: #ffefdd;
  color: #ec8000;
}
.card-table .card-body .inventory-table .table td {
  color: #1f0066;
}
.table tbody td h2.table-avatar a {
  display: block;
}
.customer-table .btn-greys {
  background-color: #efefef;
  color: #7d00b2;
}
.customer-table .btn-greys:hover {
  background-color: #efefef;
  border: 1px solid #efefef;
  color: #7d00b2;
}
.customer-table .table tbody td h2.table-avatar a {
  color: #1f0066;
}
.companies-table.Ledger .table tbody tr td {
  height: 36px;
}
.companies-table.Ledger .dataTables_length {
  display: none;
}
.companies-table.Ledger div.dataTables_wrapper div.dataTables_paginate {
  display: none;
}
.content-page-header.add {
  margin: 0;
}
.page-header.add {
  margin: 0;
  padding: 20px 20px 0;
}
.modal-footer.add i {
  margin-right: 5px;
}
.sidebar-header.ledge {
  border: 0;
}
.sidebar-header.submenu {
  padding: 0 20px 20px;
}
.accordion .modal-footer {
  padding: 20px 0;
}
.toggle-sidebar.ledge .sidebar-body .accordion {
  border: 0;
  margin-bottom: 0;
}
.card-table .card-body .customer-table .table td {
  height: 40px;
}
.modal-footer.add .btn-success:hover {
  color: #33b469;
  background-color: #fff;
  border: 1px solid #33b469;
}
.modal-footer.add .btn-danger:hover {
  color: #ed3a3a;
  background-color: #fff;
  border: 1px solid #ed3a3a;
}
#add_ledger .add-header h6 {
  font-size: 16px;
}
#add_ledger .add-header p {
  font-weight: 500;
}
#add_ledger .table tbody td h2 span {
  font-size: 12px;
}
.ledge .cal-icon-info:after {
  top: 5px;
}
.ledge .notes-form-group-info textarea.form-control {
  font-size: 14px;
}
.bg-pending-light {
  background-color: #fff6dc;
  color: #c99700;
}
.card-table .card-body .purchase-table .table td {
  height: 40px;
}
.bg-inactive {
  background-color: #ffecec;
  color: #ed3a3a;
  padding: 4px 10px;
  border-radius: 4px;
}
.avatar-img.rounded-circle.subscription-circle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.table tbody td h2.table-avatar .subscription-img {
  height: 40px;
  width: 40px;
  display: inline-block;
}
.packages {
  padding: 24px;
  border: 1px solid #eff0f6;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  margin-bottom: 24px;
  border-radius: 24px;
}
.packages .recommend-text {
  background: #ec8000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: -10px;
}
.packages.package-selected {
  margin: 0;
  padding: 39px 24px;
  border-radius: 24px;
  background: #7d00b2;
}
.packages.package-selected h6,
.packages.package-selected h4,
.packages.package-selected p,
.packages.package-selected h2,
.packages.package-selected ul li,
.packages.package-selected ul li i {
  color: #fff;
}
.packages.package-selected .package-header h6 {
  color: #fff;
}
.packages.package-selected .package-header .btn-action-icon:hover {
  border-color: #fff;
}
.packages.package-selected .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #7d00b2;
}
.packages.package-selected .btn-primary:hover {
  box-shadow: inset 0 50px 0 0 #7d00b2;
  border-color: #fff;
  color: #fff;
}
.packages .package-header {
  margin-bottom: 15px;
}
.packages .package-header .icon-frame {
  background: #ecebff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 16px;
}
@media (max-width: 1199.98px) {
  .packages .package-header .icon-frame {
    min-width: 50px;
    height: 50px;
  }
  .packages .package-header .icon-frame img {
    width: 25px;
  }
}
@media (max-width: 1199.98px) {
  .packages .package-header .icon-frame {
    min-width: 70px;
    height: 70px;
  }
  .packages .package-header .icon-frame img {
    width: 38px;
  }
}
.packages .package-header h6 {
  color: gray;
  margin-bottom: 5px;
}
.packages .package-header h4 {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .packages .package-header h4 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .packages .package-header h4 {
    font-size: 24px;
  }
}
.packages .package-header .btn-action-icon {
  min-width: 30px;
  height: 30px;
  background: #f3f3f3;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.packages .package-header .btn-action-icon i {
  color: gray;
}
.packages .package-header .btn-action-icon:hover {
  background: #7d00b2;
  border-color: #7d00b2;
}
.packages .package-header .btn-action-icon:hover i {
  color: #fff;
}
.packages p {
  font-size: 14px;
  color: gray;
}
.packages h2 {
  margin: 24px 0;
  font-size: 36px;
  font-weight: 700;
  color: #7d00b2;
}
.packages h6 {
  font-weight: 600;
  margin-bottom: 18px;
}
.packages ul {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.packages ul li {
  color: gray;
  margin-bottom: 14px;
}
.packages ul li i {
  color: #7d00b2;
  margin-right: 8px;
  font-size: 16px;
}
.packages ul li:last-child {
  margin-bottom: 0;
}
.packages .active-btn {
  margin-top: 34px;
}
.packages .active-btn a {
  font-size: 16px;
}
#add_newpackage .modal-dialog {
  max-width: 800px;
}
#add_newpackage h6 {
  margin-bottom: 20px;
}
#add_newpackage form .checkboxes {
  margin: 0 0 24px;
  padding: 0;
}
#add_newpackage form .checkboxes label {
  display: flex;
  align-items: center;
  margin: 0;
}
#add_newpackage form .checkboxes label input {
  border: 1px solid #e0e0e0;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 16px;
}
#add_newpackage form .checkboxes label input:checked {
  accent-color: #7d00b2;
  border-color: #592ac6;
}
#add_newpackage form .status-toggle {
  margin-left: 24px;
}
#add_newpackage form .status-toggle .checktoggle {
  transform: translate(0);
}
#edit_package .modal-dialog {
  max-width: 800px;
}
#edit_package h6 {
  margin-bottom: 20px;
}
#edit_package form .checkboxes {
  margin: 0 0 24px;
  padding: 0;
}
#edit_package form .checkboxes label {
  display: flex;
  align-items: center;
  margin: 0;
}
#edit_package form .checkboxes label input {
  border: 1px solid #e0e0e0;
  min-width: 18px;
  height: 18px;
  margin-right: 10px;
  font-size: 16px;
}
#edit_package form .checkboxes label input:checked {
  accent-color: #7d00b2;
  border-color: #592ac6;
}
#edit_package form .status-toggle {
  margin-left: 24px;
}
#edit_package form .status-toggle .checktoggle {
  transform: translate(0);
}
.grid-info-item.total-plane .grid-head-icon {
  background: #ec8000;
  color: #fff;
}
.grid-info-item.active-plane .grid-head-icon {
  background: #1d8147;
  color: #fff;
}
.grid-info-item.inactive-plane .grid-head-icon {
  background: #ed3a3a;
  color: #fff;
}
.grid-info-item.total-type .grid-head-icon {
  background: #1e8edf;
  color: #fff;
}
.subscription-plane-head ul {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.subscription-plane-head ul li a {
  color: gray;
  position: relative;
}
.subscription-plane-head ul li a.active {
  color: #7d00b2;
  padding-bottom: 8px;
}
.subscription-plane-head ul li a.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #7d00b2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.subscription-plane-head ul li + li {
  margin-left: 24px;
}
.package-edit a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #484848;
  border-radius: 20px;
  transition: 0.5s all;
}
.package-edit a:hover {
  background: #7d00b2;
  color: #fff;
  transition: 0.5s all;
}
.no-pagination .dataTables_length {
  display: none;
}
.no-pagination .dataTables_paginate {
  display: none;
}
.grid-info-item.subscription-list {
  justify-content: flex-start;
}
.grid-info-item.subscription-list .grid-head-icon {
  margin-right: 15px;
}
.grid-info-item.subscription-list.total-transaction .grid-head-icon {
  background: #1e8edf;
  color: #fff;
}
.grid-info-item.subscription-list.total-subscriber .grid-head-icon {
  background: #ec8000;
  color: #fff;
}
.grid-info-item.subscription-list.active-subscriber .grid-head-icon {
  background: #1d8147;
  color: #fff;
}
.grid-info-item.subscription-list.expired-subscriber .grid-head-icon {
  background: #ed3a3a;
  color: #fff;
}
td .invoice-detail i {
  color: #ec8000;
  font-size: 20px;
}
.card-body.two-factor .content-page-header.factor {
  margin: 0 0 20px;
}
.card-body.two-factor .two-factor.content h5 {
  margin: 0 0 5px;
  font-size: 16px;
}
.card-body.two-factor .two-factor.content p {
  margin: 0 0 30px;
  font-size: 16px;
}
.card-body.two-factor .two-factor.icon h5 {
  padding: 30px 0 0;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.card-body.two-factor .two-factor.icon h5 img {
  margin-right: 7px;
}
.card-body.two-factor .status-toggle .checktoggle.factor {
  transform: none;
}
.card-body.two-factor .factor-checkbox {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .card-body.two-factor .factor-checkbox {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.preference-title h5 {
  font-size: 25px;
  margin-bottom: 32px;
}
#plan-billing-slider .owl-stage-outer {
  padding-top: 10px;
}
#plan-billing-slider .owl-item img {
  width: auto;
}
#plan-billing-slider .owl-item .packages {
  box-shadow: none;
  border-color: #7d00b2;
  background: #eaddff;
}
#plan-billing-slider .owl-item .packages .package-header {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #plan-billing-slider .owl-item .packages .package-header .icon-frame {
    margin-bottom: 20px;
  }
}
#plan-billing-slider .owl-item .packages .package-header h5 {
  font-size: 18px;
}
#plan-billing-slider .owl-item .packages .package-header p {
  font-weight: 500;
  margin-bottom: 20px;
}
#plan-billing-slider .owl-item .packages .package-header span {
  font-weight: 500;
  color: #7d00b2;
}
#plan-billing-slider .owl-item .packages.active {
  border-color: rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
#plan-billing-slider .owl-item .packages.active a {
  color: #2da7ff;
}
#plan-billing-slider .owl-item .packages.active:before {
  position: absolute;
  top: -4px;
  right: -11px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: #fff;
  content: "";
  z-index: 1;
}
#plan-billing-slider .owl-item .packages.active:after {
  position: absolute;
  top: -12px;
  right: -12px;
  content: "\f058";
  font-family: "font awesome 6 free";
  color: #19a855;
  font-size: 24px;
  font-weight: 900;
  z-index: 1;
}
#plan-billing-slider .owl-dots {
  text-align: center;
}
#plan-billing-slider .owl-dots .owl-dot {
  margin-bottom: 24px;
}
#plan-billing-slider .owl-dots .owl-dot span {
  width: 23px;
  height: 5px;
  margin-right: 10px;
  border-radius: 5px;
  display: block;
  background: #d9d9d9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#plan-billing-slider .owl-dots .owl-dot.active span {
  background: #7d00b2;
}
.table-plan-billing .dataTables_length,
.table-plan-billing .dataTables_paginate {
  display: none;
}
.avatar-img.rounded-circle.report-circle {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #7d00b2;
}
.table tbody td h2.table-avatar .report-img {
  height: 40px;
  width: 40px;
  display: inline-block;
}
.list-btn .btn-filters.form-date {
  padding: 10px;
}
.btn-path.tax-purchase {
  margin: 0 10px 32px;
}
.btn-path.tax-purchase .btn-gray {
  margin: 0 0 0 10px;
}
@media (max-width: 575.98px) {
  .btn-path.tax-purchase .btn-gray {
    display: inline-block;
    margin: 10px 0 0;
  }
}
.from-to-date .form-control.tax {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  direction: rtl;
  width: 130px;
  padding: 9px 8px 9px 12px;
}
.from-to-date .form-control.taxes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  width: 98px;
  padding: 9px 12px 9px 0;
}
.cal-icon-info.profitloss:after {
  left: 10px;
}
.filter-img-top {
  width: 73px;
}
.btn-primary.profit-loss {
  display: block;
  margin-top: 30px;
}
.card-table .profit-table .table {
  background: #fff;
  margin-bottom: 0 !important;
  border-radius: 8px;
}
.table-profit-loss thead {
  background-color: #f7f8f9;
}
.table-profit-loss tr td h6 {
  font-size: 14px;
}
.table-bg {
  background: #f7f8f9;
  border-top: 1px solid #e0e0e0;
}
.card-table .card-body .table .profitpadding {
  padding-left: 10px !important;
}
.card-table .card-body .table .table-profit-head {
  padding-left: 15px !important;
  background: #fff;
}
.card-table .card-body .companies-table.profit-border .table td {
  border: 0;
}
.ledger-list {
  color: #1f0066;
}
.ledger-list a {
  color: #1f0066;
}
.ledger-list h2 {
  font-size: 14px;
}
.ledger-list .mail-to {
  color: gray;
}
.ledger-list .ledger-info .avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ledger-list .closing-balance {
  color: gray;
  font-weight: 500;
  margin-right: 20px;
}
.ledger-list table thead th:first-child {
  border-top-left-radius: 8px;
}
.ledger-list table thead th:last-child {
  border-top-right-radius: 8px;
}
.ledger-list table tr td h2 span {
  font-size: 12px;
}
.ledger-list table tr:last-child td {
  background-color: #f7f8f9;
  border-top: 10px solid transparent;
}
.ledger-list table tr:last-child td p {
  color: #333;
  font-weight: 500;
}
.ledger-list table tr:last-child td p + span {
  font-size: 12px;
  color: gray;
}
.ledger-list .btn-danger {
  background-color: #ed3a3a;
  border-color: #ed3a3a;
}
.ledger-list .btn-danger:hover {
  background-color: #fff;
  color: #ed3a3a;
}
.ledger-list .btn-success {
  background-color: #33b469;
  border-color: #33b469;
}
.ledger-list .btn-success:hover {
  background-color: #fff;
  color: #33b469;
}
.ledger-list .fw-600 {
  font-weight: 600;
}
.customer-address {
  display: none;
}
.view-delivery-challans .file-link .download-link {
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .view-delivery-challans .file-link {
    margin: 20px 0;
  }
}
.view-delivery-challans .invoice-one .invoice-wrapper {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.view-delivery-challans .invoice-one .inv-content {
  border-radius: 10px;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header {
  border-bottom: none;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  background: 0 0;
  padding: 0;
  margin: 5px 0;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right h3 {
  color: gray;
  font-size: 18px;
  font-weight: 450;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p {
  background: #e1ffed;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
}
.view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p span {
  background: 0 0;
  font-weight: 400;
  padding-right: 0;
}
.view-delivery-challans .invoice-one .inv-content .terms-condition span {
  color: #2c3038;
  font-size: 18px;
}
.view-delivery-challans .invoice-one .inv-content .terms-condition ol {
  padding-left: 15px;
  color: gray;
}
.view-delivery-challans .invoice-one .bill-add {
  color: gray;
}
.view-delivery-challans .invoice-one .customer-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.view-delivery-challans .invoice-one .customer-name h4 {
  font-size: 18px;
  font-weight: 600;
}
.view-delivery-challans .invoice-one .customer-name span {
  font-weight: 400;
  color: gray;
}
.view-delivery-challans .invoice-one .reference h4 {
  color: #3f4254;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.view-delivery-challans .invoice-one .reference p {
  color: #4f4f4f;
  font-size: 16px;
}
.view-delivery-challans .invoice-one .reference hr {
  margin: 20px 0;
  border-color: #e0e0e0;
}
.view-delivery-challans .invoice-one .invoice-table tr th {
  font-size: 18px;
  font-weight: 450;
  color: #000;
}
.view-delivery-challans .invoice-one .invoice-table h5 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .view-delivery-challans .invoice-one .invoice-table h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .sidebar.active {
    margin-left: 0;
  }
}
.view-delivery-challans .invoice-one .authorization h6 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.view-delivery-challans .powered h6 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
[data-layout-mode=dark] .invoice-one .inv-content .invoice-header {
  background: 0 0;
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-left h6,
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p,
[data-layout-mode=dark] .view-delivery-challans .invoice-one .reference h4 {
  color: #fff;
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .invoice-header .inv-header-right p {
  background: rgba(225, 255, 237, 0.3);
}
[data-layout-mode=dark] .view-delivery-challans .invoice-one .reference p,
[data-layout-mode=dark] .view-delivery-challans .invoice-one .authorization h6,
[data-layout-mode=dark] .view-delivery-challans .invoice-one .inv-content .terms-condition span,
[data-layout-mode=dark] .view-delivery-challans .powered h6 {
  color: #878a99;
}
.subscription-invoice {
  padding: 35px;
}
.subscription-invoice .invoice-header {
  margin-bottom: 20px;
  padding: 0 0 20px;
}
.subscription-invoice .inv-header-right span {
  display: block;
}
.subscription-invoice .inv-header-left h4 {
  font-size: 20px;
  font-weight: 600;
}
.subscription-invoice .invoice-num-date ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.subscription-invoice .invoice-num-date ul li {
  color: #95979b;
  margin-right: 20px;
}
.subscription-invoice .invoice-num-date ul li:last-child {
  margin-right: 0;
}
.subscription-invoice .invoice-num-date ul li span {
  color: #2c3038 !important;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
}
.subscription-invoice .sub-invoive-detail {
  margin-bottom: 24px;
}
.subscription-invoice .sub-invoive-detail h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.subscription-invoice .sub-invoive-detail p {
  color: #484848;
  font-weight: 500;
}
.subscription-invoice .sub-invoive-detail ul li {
  color: #484848;
  font-weight: 500;
}
.subscription-invoice .sub-invoive-detail.detail-right {
  text-align: right;
}
@media (max-width: 575.98px) {
  .subscription-invoice .sub-invoive-detail.detail-right {
    text-align: left;
  }
}
.subscription-invoice td h4 {
  font-weight: 600;
}
.subscription-invoice .bank-details {
  margin: 15px 0;
  padding: 0 0 15px;
}
.subscription-invoice .bank-details .payment-info {
  margin-bottom: 15px;
}
.subscription-invoice .bank-details .payment-info h5 {
  margin-bottom: 15px;
}
.subscription-invoice .bank-details .company-sign {
  margin-bottom: 15px;
}
.subscription-invoice .terms-condition span {
  color: #484848;
  font-weight: 600;
}
.subscription-invoice .terms-condition ol {
  padding-left: 15px;
  margin-top: 5px;
}
.subscription-invoice .terms-condition ol li {
  font-weight: 600;
}
.subscription-invoice-foot.file-link .print-link {
  background: #eaddff;
  color: #7d00b2;
  border-color: #eaddff;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .print-link:hover {
  background: #7d00b2;
  color: #fff;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .download-link {
  background: #7d00b2;
  color: #fff;
  transition: 0.5s all;
}
.subscription-invoice-foot.file-link .download-link:hover {
  background-color: #fff;
  border: 1px solid #7d00b2;
  color: #7d00b2;
  transition: 0.5s all;
}
.super-admin-dashboard .dash-user-card {
  background: #7d00b2;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.super-admin-dashboard .dash-user-card h4 {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.super-admin-dashboard .dash-user-card h4 i {
  margin-right: 5px;
}
.super-admin-dashboard .dash-user-card p {
  color: #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns {
  margin-top: 75px;
}
@media (max-width: 575.98px) {
  .super-admin-dashboard .dash-user-card .dash-btns {
    margin-top: 45px;
  }
}
.super-admin-dashboard .dash-user-card .dash-btns a {
  padding: 8px 15px;
  color: #fff;
}
@media (max-width: 575.98px) {
  .super-admin-dashboard .dash-user-card .dash-btns a {
    padding: 8px 6px;
  }
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-company-btn {
  background: #2da7ff;
  border: 1px solid #2da7ff;
  box-shadow: inset 0 0 0 0 #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-company-btn:hover {
  color: #2da7ff;
  border: 1px solid #2da7ff;
  background: #fff;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-package-btn {
  color: #2da7ff;
  border: 1px solid #2da7ff;
  background: #fff;
  margin-left: 5px;
}
.super-admin-dashboard .dash-user-card .dash-btns a.view-package-btn:hover {
  background: #2da7ff;
  border: 1px solid #2da7ff;
  color: #fff;
}
.super-admin-dashboard .dash-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}
.company-detail-card {
  padding: 24px;
  background: #ffefdd;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media (max-width: 1599.98px) {
  .company-detail-card {
    padding: 24px 17px;
  }
}
.company-detail-card h6 {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1599.98px) {
  .company-detail-card h6 {
    font-size: 13px;
  }
}
.company-detail-card .company-icon {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.company-detail-card h5 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ec8000;
}
.company-detail-card p {
  color: #484848;
}
.company-detail-card p span {
  color: #1d8147;
}
.company-detail-card.bg-info-light {
  background: #ddf3ff;
}
.company-detail-card.bg-info-light h5 {
  color: #1e8edf;
}
.company-detail-card.bg-pink-light {
  background: #ffecec;
}
.company-detail-card.bg-pink-light h5 {
  color: #ed3a3a;
}
.company-detail-card.bg-success-light h5 {
  color: #1d8147;
}
.super-admin-dash-card {
  border: 1px solid #e0e0e0;
  padding: 24px;
  width: 100%;
}
.super-admin-dash-card .card-header {
  padding: 0 0 15px;
  margin-bottom: 5px;
}
.super-admin-dash-card .card-header .card-title {
  font-size: 18px;
  font-weight: 600;
}
.super-admin-dash-card table td {
  vertical-align: middle;
}
.super-admin-dash-card table td .view-companies {
  border: 1px solid #e0e0e0;
  color: #484848;
  border-radius: 5px;
}
.super-admin-dash-card table td .view-companies:hover {
  background: #7d00b2;
  border-color: #7d00b2;
  color: #fff;
}
.super-admin-dash-card table td.expired-date {
  color: #484848;
}
.super-admin-dash-card table td .active-inactive-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.super-admin-dash-card table td .active-inactive-btn a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}
.super-admin-dash-card table td .active-inactive-btn a.active-domain {
  background: #33b469;
  margin-right: 5px;
}
.super-admin-dash-card table td .active-inactive-btn a.inactive-domain {
  background: #ed3a3a;
}
.super-admin-dash-card .dropdown.main .btn-white {
  color: #484848;
}
.super-admin-dash-card .dropdown.main .btn-white:hover {
  color: #fff;
}
.super-admin-dash-card .dash-plane-list {
  background: #f7f8f9;
  padding: 24px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .super-admin-dash-card .dash-plane-list {
    padding: 15px;
  }
}
.super-admin-dash-card .dash-plane-list .plane-info {
  display: flex;
  align-items: center;
}
.super-admin-dash-card .dash-plane-list .plane-info .icon-plane {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ecebff;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .super-admin-dash-card .dash-plane-list .plane-info .icon-plane {
    width: 45px;
    height: 45px;
  }
}
.super-admin-dash-card .dash-plane-list .plane-info .icon-company {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 40px;
}
.super-admin-dash-card .dash-plane-list .plane-info .name-company {
  color: #1d1d1d;
  font-size: 16px;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name {
  color: #1d1d1d;
  font-weight: 500;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name span {
  color: #484848;
  font-weight: 400;
}
.super-admin-dash-card .dash-plane-list .plane-info .plane-name h6 {
  font-size: 14px;
  color: #484848;
  font-weight: 400;
  margin-top: 3px;
}
.super-admin-dash-card .dash-plane-list .plane-rate {
  color: #1d1d1d;
  font-size: 14px;
}
.super-admin-dash-card .dash-incoice-table {
  color: #1d1d1d;
  font-weight: 500;
}
.super-admin-dash-card .dash-incoice-date {
  color: #484848;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
#plane-chart .apexcharts-legend {
  display: none;
}
.earning-income-text {
  color: #7d00b2;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
.earning-income-text i {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #7d00b2;
  margin-right: 5px;
}
.input-block-email {
  padding: 20px 22px 10px;
}
.input-block-email .form-control {
  font-size: 15px;
  padding: 14px 16px;
}
.email-btn {
  padding: 20px;
}
.addnew-modal .input-block.mb-3 {
  margin-bottom: 24px !important;
}
.addnew-modal .select2-selection__rendered {
  padding-left: 12px;
}
.addnew-checkbox .status-toggle .checktoggle {
  transform: none;
}
.modal-footer.add {
  padding: 24px 0 0;
}
.custom-modal .modal-body.add {
  padding: 20px;
}
.input-block.add label {
  display: flex;
  gap: 5px;
}
.input-block.add .checkbox {
  display: flex;
}
.input-block.add .checkbox input {
  min-width: 15px;
  height: 15px;
}
.input-block.add .checkbox input:checked {
  accent-color: #7d00b2;
  border-color: #592ac6;
}
.companies-table.filed .dataTables_length {
  display: none;
}
.companies-table.filed div.dataTables_wrapper div.dataTables_paginate {
  display: none;
}
.card-table .card-body .companies-table .table td {
  height: 40px;
}
.avatar-img.sales-rep {
  border-radius: 0 !important;
}
.btn-center {
  float: right;
}
.input-block.tax {
  padding: 0 5px 0 0;
}
.btn-primary.tax {
  margin-right: 10px;
  width: 181px;
}
@media (max-width: 575.98px) {
  .btn-primary.tax.tax {
    margin-bottom: 10px;
  }
}
.btn-primary.taxs {
  min-width: 154px;
}
.filter-btn.tax {
  padding: 0 0 30px;
}
@media (max-width: 575.98px) {
  .filter-btn.tax.tax {
    display: block;
  }
}
.from-to-date .form-control.tax {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  direction: rtl;
  width: 130px;
  padding: 9px 8px 9px 12px;
}
.from-to-date .form-control.taxes {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  width: 98px;
  padding: 9px 12px 9px 0;
}
.cal-icon-info.profitloss:after {
  left: 10px;
}
.table-profit-loss thead {
  background-color: #f7f8f9;
}
.table-profit-loss tr td h6 {
  font-size: 14px;
}
.card-table .card-body .table .profit.space {
  padding: 10px 10px 20px !important;
  margin-bottom: 10px;
}
.card-table .card-body .table .loss-space {
  padding: 10px !important;
}
.card-table .card-body .table .table-profit-head {
  padding-left: 15px !important;
}
.profitloss-bg {
  background-color: #f7f8f9;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.proft-head {
  padding-left: 25px;
}
.card-table .table.profit {
  margin-bottom: 0 !important;
  padding: 15px 20px;
}
.card-table .card-body .table-profit-loss tr td {
  border: none;
}
.profit thead.profitloss-heading tr th {
  background-color: #fff !important;
}
.profit-menu {
  padding: 0 0 30px;
}
.profit-menu .input-block input.form-control {
  min-height: 43px;
}
.card-table .card-body .table .thead-light.loss th {
  padding: 21px 25px 18px;
}
.card-table .card-body .companies-table.loss .table td {
  border: none;
}
.btn-primary.loss {
  display: block;
  margin-top: 30px;
  height: 41px;
}
.daterangepicker-wrap {
  padding-left: 23px;
}
.daterangepicker-wrap.cal-icon:after {
  left: 10px;
  right: auto;
  top: 6px;
}
.daterangepicker-wrap input {
  width: 100%;
  padding-left: 35px;
  padding-right: 10px;
}
.daterangepicker-wrap input.btn-filters {
  font-weight: 400;
}
.login-right-wrap.admin h1 {
  margin: 0;
  padding-bottom: 20px;
}
.register-btn {
  margin-top: 45px;
}
.form-control.employees {
  height: 43px;
}
.freetrail .input-block {
  margin-bottom: 20px;
}
.saas-login-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.saas-login-wrapper .login-content {
  width: 100%;
  height: 100vh;
  padding: 60px 0;
  overflow-y: auto;
  overflow-x: hidden;
  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;
  flex-wrap: wrap;
}
.saas-login-wrapper .login-content .login-logo {
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .saas-login-wrapper .login-content {
    padding: 40px 15px;
  }
}
@media (max-width: 575.98px) {
  .saas-login-wrapper form {
    width: 100%;
  }
}
.saas-login-wrapper .login-userset {
  width: 496px;
}
@media (max-width: 1199.98px) {
  .saas-login-wrapper .login-userset {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .saas-login-wrapper .login-userset {
    width: 496px;
  }
}
@media (max-width: 575.98px) {
  .saas-login-wrapper .login-userset {
    max-width: 100%;
    width: 100%;
  }
}
.login-heading {
  margin-bottom: 20px;
}
.login-heading h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.login-heading p {
  margin-bottom: 0;
}
.form-wrap {
  position: relative;
  margin-bottom: 24px;
}
.login-card {
  padding: 24px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 16px 32px 0 rgba(190, 190, 190, 0.2);
  margin: 40px 0;
}
.login-card .toggle-password {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  cursor: pointer;
}
.login-card .toggle-password.fa-eye {
  margin-right: 1px;
}
.login-card .pass-group {
  position: relative;
}
.login-content .btn {
  width: 100%;
  height: auto;
  padding: 8px 20px;
}
.acc-in {
  text-align: center;
}
.acc-in p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.acc-in p a {
  color: #1d1d1d;
}
.acc-in p a:hover {
  color: #7d00b2;
}
.authentication-wrapper {
  background: #7d00b2;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  padding: 24px 0 0 24px;
}
.authentication-wrapper .authen-img {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
  max-width: 600px;
}
@media (max-width: 1399.98px) {
  .authentication-wrapper .authen-img {
    max-width: 520px;
  }
}
@media (max-width: 1199.98px) {
  .authentication-wrapper .authen-img {
    max-width: 380px;
  }
}
@media (max-width: 991.98px) {
  .authentication-wrapper {
    display: none;
  }
}
.authentication-content {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.authentication-content h1 {
  font-size: 36px;
  color: #fff;
  max-width: 490px;
  margin-bottom: 22px;
  font-weight: 700;
}
.authentication-content p {
  color: #fff;
  font-size: 18px;
}
.forgot-link {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  text-decoration: underline;
}
.pass-group input[type=password] {
  padding-right: 40px;
}
.login-bg-img .vector-bg-one {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-two {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-three {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.login-bg-img .vector-bg-four {
  position: absolute;
  left: 15%;
  top: 35%;
  z-index: -1;
}
.saas-pass-box .input-block:first-child {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .saas-pass-box .input-block:first-child {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .saas-pass-box {
    flex-direction: column;
  }
}
.dt-container .dt-layout-table .dt-layout-full {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dt-container .dt-layout-row .dt-layout-cell.dt-layout-end {
  text-align: end;
}
.badge.rounded-pill.text-bg-success {
  background-color: #00e31d14 !important;
  color: #00e71d !important;
  border: 1px solid #00e71d;
}
.badge.rounded-pill.text-bg-danger {
  background-color: #ff070714 !important;
  color: #ff0707 !important;
  border: 1px solid #ff0707;
}
.badge.rounded-pill.text-bg-warning {
  background-color: #ffc10714 !important;
  color: #ffc107 !important;
  border: 1px solid #ffc107;
}
.badge.rounded-pill.text-bg-violet {
  background-color: #c383f714 !important;
  color: #7d00b2 !important;
  border: 1px solid #7d00b2;
  font-size: 12px;
}
.badge.rounded-pill.text-bg-info {
  background-color: #83d0f714 !important;
  color: #54abf4 !important;
  border: 1px solid #54b2f4;
  font-size: 12px;
}
.msgcountnew {
  position: absolute;
  top: -7px;
  right: -7px;
  background: #7d00b2;
  font-size: 12px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  min-height: 20px;
}
.ep-tumb {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.ep-cover {
  margin: -16px 0 0 -16px;
}
.ep-cover .card {
  background: #9131c1;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30px;
}
.ep-cover .card p.card-text {
  color: white;
  font-size: 16px;
  font-weight: 520;
}
.user-icon {
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-icon img {
  height: 110px;
  display: block;
  margin: 0 auto;
}
.service-upload .text-muted {
  font-size: 12px;
}
@media (max-width: 768.98px) {
  .ep-cover {
    margin-bottom: 30px;
  }
}
.sidebar-inner.slimscroll {
  overflow: auto !important;
  height: calc(100vh - 280px);
}
img.adver {
  max-width: 150px;
  height: 100px;
  border-radius: 8px;
  vertical-align: middle;
}
.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,
.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);
}
.podcastdetailbanner {
  height: 500px;
  position: relative;
  display: block;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.simple-notification-wrapper .simple-notification {
  width: 100%;
  padding: 0.6rem 0.6rem 0.6rem 3rem;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-bottom: 1rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
  min-height: 3.9rem;
  margin: 0 0 1rem 0;
  box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  backdrop-filter: blur(1rem);
  z-index: 10001 !important;
}
.simple-notification-wrapper .simple-notification .icon {
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 2%;
  padding: 0rem;
  transform: translateY(-50%);
}
.simple-notification-wrapper .simple-notification .icon svg {
  color: #000000;
}
.simple-notification-wrapper .simple-notification .sn-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 140% !important;
  text-transform: capitalize;
  padding: 0rem;
}
.simple-notification-wrapper .simple-notification .sn-content {
  font-size: 1.2rem !important;
  line-height: 140% !important;
  text-transform: capitalize;
  font-style: normal !important;
  font-weight: 500 !important;
}
.simple-notification-wrapper .simple-notification .sn-progress-loader {
  height: 0rem;
}
.simple-notification-wrapper .simple-notification.success {
  background: rgba(172, 84, 244, 0.2);
  border: solid #7d00b2;
  border-width: 0 0 0 0.4rem;
  color: #7d00b2;
}
.simple-notification-wrapper .simple-notification.success .icon svg {
  fill: #7d00b2 !important;
  width: 100% !important;
  height: 100% !important;
}
.simple-notification-wrapper .simple-notification.success .sn-title {
  color: #7d00b2 !important;
}
.simple-notification-wrapper .simple-notification.success .sn-content {
  color: #7d00b2 !important;
}
.simple-notification-wrapper .simple-notification.warn {
  background: rgba(255, 242, 226, 0.7);
  border: solid #cc8925;
  border-width: 0 0 0 0.6rem;
  color: #cc8925;
}
.simple-notification-wrapper .simple-notification.warn .icon svg {
  fill: #cc8925 !important;
  width: 100% !important;
  height: 100% !important;
}
.simple-notification-wrapper .simple-notification.warn .sn-title {
  color: #cc8925 !important;
}
.simple-notification-wrapper .simple-notification.warn .sn-content {
  color: #cc8925 !important;
}
.simple-notification-wrapper .simple-notification.error {
  background: rgba(255, 231, 230, 0.7) !important;
  border: solid #ff5757;
  border-width: 0 0 0 0.6rem;
  color: #ff5757 !important;
}
.simple-notification-wrapper .simple-notification.error .icon svg {
  fill: #ff5757 !important;
  width: 100% !important;
  height: 100% !important;
}
.simple-notification-wrapper .simple-notification.error .sn-title {
  color: #ff5757 !important;
}
.simple-notification-wrapper .simple-notification.error .sn-content {
  color: #ff5757 !important;
}
.category-img {
  max-width: 6rem;
}
table thead tr th,
table tbody tr td {
  text-align: start !important;
  vertical-align: middle !important;
}
.table-img {
  background: #faf5fe;
  display: inline-flex;
  padding: 12px;
  border-radius: 10px;
}
.main-blockcat {
  padding: 10px 15px;
  border-radius: 8px;
  background: #f7f8f9;
  margin-bottom: 10px;
}
.main-blockcat:last-child {
  margin-bottom: 0;
}
.main-blockcat .main-cate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.main-blockcat .main-cate .strcat {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  font-weight: 600;
}
.main-blockcat .actionbtn .btn.btnsbct {
  width: auto;
  height: auto;
  background: #7d00b2;
  padding: 2.7px 12px;
  height: 28px;
}
.main-blockcat .main-cate .strcat img {
  height: 15px;
  width: 15px;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.main-blockcat .subcate {
  padding: 10px 30px;
  display: none;
}
.main-blockcat .subcate .subcatitems {
  padding: 10px 10px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-blockcat .subcate .subcatitems:last-child {
  margin-bottom: 0;
}
.main-blockcat .actionbtn {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.main-blockcat .actionbtn .btn.btn-edit {
  background: #3a79a6;
  height: 28px;
  padding: 0;
  color: #fff;
  width: 28px;
  border-radius: 6px;
}
.main-blockcat .actionbtn .btn.btn-delete {
  background-color: #b22222;
  height: 28px;
  padding: 0;
  color: #fff;
  width: 28px;
  border-radius: 6px;
}
.main-blockcat .actionbtn .btn i {
  font-size: 12px;
}
.main-blockcat.active .subcate {
  display: block;
}
.main-blockcat .main-cate .strcat i {
  font-size: 24px;
  transition: 0.3s all;
  transform: rotate(0deg);
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-blockcat.active .main-cate .strcat i {
  transform: rotate(90deg);
}
span.propasicon {
  position: absolute;
  right: 15px;
  top: 54%;
  color: #757575;
  cursor: pointer;
}
.dropdown-menu.menu-drop-user.rounded.show {
  transform: translate(16px, 172px) !important;
}
.lastsaved {
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #fff;
  top: 30px;
  right: 25px;
  gap: 20px;
  box-shadow: 0 0 4px 0 #00000029;
  padding: 10px;
  border-radius: 8px;
}
.lastsaved .btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.lastsaved .btn.active {
  background: #daaeff;
}
.multiselect-dropdown[_ngcontent-ng-c1411523848] .dropdown-btn[_ngcontent-ng-c1411523848] {
  border: 1px solid #e0e0e0;
  padding: 9px 12px;
}
@media only screen and (max-width: 992px) {
  .lastsaved {
    top: 5px;
    z-index: 11111;
    right: 15px;
  }
}
.form-control:focus {
  border-color: #8e13bd;
  box-shadow: none;
}

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