@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.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;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.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: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
: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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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: 0.5rem 0.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: 0.25rem 0.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(even) {
  --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: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.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 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  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::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.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 + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.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 + 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.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 0.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 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-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: 0.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;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%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 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%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: 0.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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: 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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  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: 0.375rem 0.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 > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: 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, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  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, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show: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-lg, .btn-group-lg > .btn {
  --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-sm, .btn-group-sm > .btn {
  --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 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 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:hover, .dropdown-item:focus {
  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: 0.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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .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: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.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:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  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:hover, .nav-underline .nav-link:focus {
  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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 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:hover, .navbar-brand:focus {
  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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%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(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.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(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.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-top,
.card-img-bottom {
  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-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23212529%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27 stroke=%27%23052c65%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpath d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%236ea8fe%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708%27/%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, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: 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);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

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

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414%27/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -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(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.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) * 0.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-header,
.modal-fullscreen .modal-footer {
  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-header,
  .modal-fullscreen-sm-down .modal-footer {
    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-header,
  .modal-fullscreen-md-down .modal-footer {
    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-header,
  .modal-fullscreen-lg-down .modal-footer {
    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-header,
  .modal-fullscreen-xl-down .modal-footer {
    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-header,
  .modal-fullscreen-xxl-down .modal-footer {
    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-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .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-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .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-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708%27/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  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) /* rtl:ignore */;
  }
}
.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-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --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.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    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.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    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.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    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.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    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.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    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.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  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: 0.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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  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;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-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: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.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: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    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:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):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: 0.25;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.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: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.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: 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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.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: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.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 + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.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;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  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: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.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: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.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: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.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: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.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: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.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: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.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: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.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: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.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: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.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: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.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;
  }
}
.b-avatar{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;width:2.5rem;height:2.5rem;font-size:inherit;font-weight:400;line-height:1;max-width:100%;max-height:auto;text-align:center;overflow:visible;position:relative;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{padding:0;border:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{transition:transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.65;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-text,.b-avatar .b-avatar-img{border-radius:inherit;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:radial-gradient(white,black);mask-image:radial-gradient(white,black)}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.bootstrap-icon{width:60%;height:auto;max-width:100%}.b-avatar .b-avatar-img img{width:100%;height:100%;max-height:auto;border-radius:inherit;-o-object-fit:cover;object-fit:cover}.b-avatar .b-avatar-badge{position:absolute;min-height:1.5em;min-width:1.5em;padding:.25em;line-height:1;border-radius:10em;font-size:70%;font-weight:700;z-index:1}.b-avatar-sm{width:1.5rem;height:1.5rem}.b-avatar-sm .b-avatar-text{font-size:.6rem}.b-avatar-sm .b-avatar-badge{font-size:.42rem}.b-avatar-lg{width:3.5rem;height:3.5rem}.b-avatar-lg .b-avatar-text{font-size:1.4rem}.b-avatar-lg .b-avatar-badge{font-size:.98rem}.b-avatar-group .b-avatar-group-inner{display:flex;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #dee2e6}.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.btn{position:relative}.btn .btn-loading.mode-inline{display:inline-block}.btn .btn-loading.mode-fill{display:flex;position:absolute;left:0;top:0;width:100%;height:100%;justify-content:center;align-items:center}.btn .btn-loading .btn-spinner{margin-inline-end:.4rem;--bs-spinner-width: 1.5rem;--bs-spinner-height: 1.5rem;--bs-spinner-border-width: .15em}.btn .btn-loading .btn-spinner.spinner-border-sm{margin-inline-end:.25rem;--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}.btn .btn-loading.fw-bold .btn-spinner{--bs-spinner-border-width: .2em}.btn .btn-content{display:inline-block}.btn .btn-content.btn-loading-fill{color:transparent}.card-deck{gap:1.5rem}@media (min-width: 576px){.card-deck{display:flex;flex-flow:row wrap}}.card-deck>.card{flex:1 0 0%;margin-bottom:0}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.b-form-tags.focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.b-form-tags.disabled{background-color:#e9ecef}.b-form-tag.disabled{opacity:.75}.b-form-tags.focus.is-valid{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.b-form-tags.focus.is-invalid{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.b-form-tags .b-form-tags-list{margin-top:-.25rem}.b-form-tags .b-form-tags-list .b-form-tag,.b-form-tags .b-form-tags-list .b-from-tags-field{margin-top:.25rem}.b-form-tags .b-form-tags-list .b-form-tag{padding:.25em .65em}.b-form-tag{font-size:75%!important;font-weight:400!important;line-height:1.5!important;margin-right:.25rem}.b-form-tags .b-form-tag+.b-form-tag{margin-left:0}.b-form-tag>button.b-form-tag-remove{color:inherit;font-size:75%;line-height:1;float:none;margin-left:.25rem}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-lg .input-group-append>.form-control,.input-group-lg .input-group-append>.form-select,.input-group-lg .input-group-append>.input-group-text,.input-group-lg .input-group-append>.btn,.input-group-lg .input-group-prepend>.form-control,.input-group-lg .input-group-prepend>.form-select,.input-group-lg .input-group-prepend>.input-group-text,.input-group-lg .input-group-prepend>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm .input-group-append>.form-control,.input-group-sm .input-group-append>.form-select,.input-group-sm .input-group-append>.input-group-text,.input-group-sm .input-group-append>.btn,.input-group-sm .input-group-prepend>.form-control,.input-group-sm .input-group-prepend>.form-select,.input-group-sm .input-group-prepend>.input-group-text,.input-group-sm .input-group-prepend>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group .btn-group:not(:last-child)>:not(:first-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-start-radius:0px;border-end-start-radius:0px}.input-group .btn-group:not(:last-child)>:not(:last-child){border-start-end-radius:0px;border-end-end-radius:0px}.input-group .btn-group:not(:first-child)>:not(:last-child){border-end-start-radius:0px;border-start-start-radius:0px}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;margin-left:.25rem;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0}.b-skeleton-wrapper{cursor:wait}.b-skeleton{position:relative;overflow:hidden;background-color:#0000001f;cursor:wait;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000)}.b-skeleton:before{content:"\a0"}.b-skeleton-text{height:1rem;margin-bottom:.25rem;border-radius:.25rem}.b-skeleton-button{width:75px;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.b-skeleton-avatar{width:2.5em;height:2.5em;border-radius:50%}.b-skeleton-input{height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;line-height:1.5;border:1px solid #ced4da;border-radius:.25rem}.b-skeleton-img{height:100%;width:100%}.b-skeleton-animate-wave:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,transparent,hsla(0deg,0%,100%,.4),transparent);animation:b-skeleton-animate-wave 1.75s linear infinite}.b-skeleton-icon-wrapper svg{color:#0000001f}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-wave:after{background:none;animation:none}}@keyframes b-skeleton-animate-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.b-skeleton-animate-fade{animation:b-skeleton-animate-fade .875s ease-in-out infinite alternate}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-fade{animation:none}}@keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}.b-skeleton-animate-throb{animation:b-skeleton-animate-throb .875s ease-in infinite alternate}@media (prefers-reduced-motion: reduce){.b-skeleton-animate-throb{animation:none}}@keyframes b-skeleton-animate-throb{0%{transform:scale(1)}to{transform:scale(.975)}}.fade-enter-active,.fade-leave-active{transition:opacity .25s linear}.fade-enter-from,.fade-leave-to{opacity:0}.b-table-stacked-label{display:none;font-weight:700}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>tfoot,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>tbody>tr>:first-child,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}@media (max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>tfoot,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>tfoot,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>tbody>tr>:first-child,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>tfoot,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1199.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>tfoot,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}@media (max-width: 1399.98px){.table.b-table.b-table-stacked-xxl{display:block;width:100%}.table.b-table.b-table-stacked-xxl>tfoot,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xxl>thead,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xxl>caption,.table.b-table.b-table-stacked-xxl>tbody,.table.b-table.b-table-stacked-xxl>tbody>tr,.table.b-table.b-table-stacked-xxl>tbody>tr>td,.table.b-table.b-table-stacked-xxl>tbody>tr>td>.b-table-stacked-label,.table.b-table.b-table-stacked-xxl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xxl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th{border-top-width:3px}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;word-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{overflow-y:auto}@media print{.b-table-sticky-header{overflow-y:visible!important;max-height:none!important}}@supports (position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}}.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default,.table.b-table>thead>tr>.table-b-table-default{color:#212529;background-color:#fff}.table th.b-table-sortable-column,.b-table.b-table-selectable td{cursor:pointer}.b-table.b-table-busy{position:relative}.b-table.b-table-busy .b-table-busy-slot{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.6588235294)}.b-table.b-table-busy .b-table-busy-slot>td{border:none;padding:0}.b-table.b-table-busy .b-table-busy-slot.b-table-static-busy{position:initial;width:100%;display:table-row}.b-table.b-table-sortable.b-table-sort-asc .sorted.b-table-sort-icon:before{content:"\25b2"}.b-table.b-table-sortable.b-table-sort-desc .sorted.b-table-sort-icon:before{content:"\25bc"}.b-toast{display:block;position:relative;max-width:350px;backface-visibility:hidden;background-clip:padding-box;z-index:1;border-radius:.375rem}.b-toast .toast{background-color:#ffffffd9}.b-toast:not(:last-child){margin-bottom:.75rem}.b-toast.b-toast-solid .toast{background-color:#fff}.b-toast .toast .toast-body{display:block}.b-toast-primary{background-color:#e9f1ffd9!important;border-color:#b6d4fed9!important;color:#084298}.b-toast-primary .toast-header{color:#084298;background-color:#cfe2ffd9;border-bottom-color:#b6d4fed9}.b-toast-primary.b-toast-solid .toast{background-color:#e9f1ff}.b-toast-secondary{background-color:#eff0f1d9!important;border-color:#d3d6d8d9!important;color:#41464b}.b-toast-secondary .toast-header{color:#41464b;background-color:#e2e3e5d9;border-bottom-color:#d3d6d8d9}.b-toast-secondary.b-toast-solid .toast{background-color:#eff0f1}.b-toast-success{background-color:#e2f0e9d9!important;border-color:#badbccd9!important;color:#0f5132}.b-toast-success .toast-header{color:#0f5132;background-color:#d1e7ddd9;border-bottom-color:#badbccd9}.b-toast-success.b-toast-solid .toast{background-color:#e2f0e9}.b-toast-info{background-color:#e7fafed9!important;border-color:#b6effbd9!important;color:#087990}.b-toast-info .toast-header{color:#087990;background-color:#cff4fcd9;border-bottom-color:#b6effbd9}.b-toast-info.b-toast-solid .toast{background-color:#e7fafe}.b-toast-warning{background-color:#fff9e7d9!important;border-color:#ffecb5d9!important;color:#997404}.b-toast-warning .toast-header{color:#997404;background-color:#fff3cdd9;border-bottom-color:#ffecb5d9}.b-toast-warning.b-toast-solid .toast{background-color:#fff9e7}.b-toast-danger{background-color:#fcedeed9!important;border-color:#f5c2c7d9!important;color:#842029}.b-toast-danger .toast-header{color:#842029;background-color:#f8d7dad9;border-bottom-color:#f5c2c7d9}.b-toast-danger.b-toast-solid .toast{background-color:#fcedee}.b-toast-light{background-color:#ffffffd9!important;border-color:#fdfdfed9!important;color:#959596}.b-toast-light .toast-header{color:#959596;background-color:#fefefed9;border-bottom-color:#fdfdfed9}.b-toast-light.b-toast-solid .toast{background-color:#fff}.b-toast-dark{background-color:#e0e0e1d9!important;border-color:#bcbebfd9!important;color:#141619}.b-toast-dark .toast-header{color:#141619;background-color:#d3d3d4d9;border-bottom-color:#bcbebfd9}.b-toast-dark.b-toast-solid .toast{background-color:#e0e0e1}.form-control-highlighted{border-color:#86b7fe;transition:box-shadow .3s ease-in-out;animation:form-control-highlighted-blink 1s infinite}@keyframes form-control-highlighted-blink{0%{box-shadow:0 0 0 0 transparent}50%{box-shadow:0 0 0 .25rem #0d6efd40}to{box-shadow:0 0 0 0 transparent}}.b-form-spinbutton{text-align:center;overflow:hidden;background-image:none;padding:0}[dir=rtl] .b-form-spinbutton:not(.flex-column),.b-form-spinbutton[dir=rtl]:not(.flex-column){flex-direction:row-reverse}.b-form-spinbutton output{font-size:inherit;outline:0;border:0;background-color:transparent;width:auto;margin:0;padding:0 .25rem}.b-form-spinbutton output>div,.b-form-spinbutton output>bdi{display:block;min-width:2.25em;height:1.5em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{line-height:1;box-shadow:none!important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:#e9ecef}.b-form-spinbutton.disabled{pointer-events:none}.container,.container-fluid{display:block}.input-group>.form-floating:not(:first-child)>:not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-floating:not(:last-child)>:not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.dropdown-toggle.dropdown-toggle-no-caret:before,.dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.bv-no-focus-ring:focus{outline:none}.modal[data-v-8331ea82]{display:block}.modal-dialog[data-v-8331ea82]{z-index:1051}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

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

code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2b2b2b}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#d4d0ab}.token.punctuation{color:#fefefe}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#ffa07a}.token.boolean,.token.number{color:#00e0e0}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#abe338}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#00e0e0}.token.atrule,.token.attr-value,.token.function{color:gold}.token.keyword{color:#00e0e0}.token.important,.token.regex{color:gold}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}@media screen and (-ms-high-contrast:active){code[class*=language-],pre[class*=language-]{color:windowText;background:window}:not(pre)>code[class*=language-],pre[class*=language-]{background:window}.token.important{background:highlight;color:window;font-weight:400}.token.atrule,.token.attr-value,.token.function,.token.keyword,.token.operator,.token.selector{font-weight:700}.token.attr-value,.token.comment,.token.doctype,.token.function,.token.keyword,.token.operator,.token.property,.token.string{color:highlight}.token.attr-value,.token.url{font-weight:400}}pre[data-v-bec0dec0]{margin:1rem auto;width:-moz-fit-content;width:fit-content;box-sizing:border-box;max-width:90%;padding-left:3.8em;padding-top:1.5em;padding-bottom:2em;position:relative}pre[data-v-bec0dec0]:before{position:absolute;content:" ";top:.3em;left:.5em;width:.5em;height:.5em;background-color:#f96057;border-radius:50%;box-shadow:1em 0 0 0 #f8ce52,2em 0 0 0 #5fcf65;z-index:10}
@font-face {
    font-family: "flaticon";
    src: url(/fonts/flaticon.f991b66c.ttf) format("truetype"),
url(/fonts/flaticon.7002ceba.woff) format("woff"),
url(/fonts/flaticon.3d9f359f.woff2) format("woff2"),
url(/fonts/flaticon.003b766c.eot#iefix) format("embedded-opentype"),
url(/img/flaticon.206a6459.svg#flaticon) format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-chevron-r1:before {
    content: "\f101";
}

.flaticon-chevron-r2:before {
    content: "\f101\f101";
}

.flaticon-chevron-l1:before {
    content: "\f102";
}

.flaticon-chevron-l2:before {
    content: "\f102\f102";
}

.flaticon-chevron-u1:before {
    content: "\f106";
}

.flaticon-chevron-u2:before {
    content: "\f106\f106";
}

.flaticon-chevron-d1:before {
    content: "\f105";
}

.flaticon-chevron-d2:before {
    content: "\f105\f105";
}


.flaticon-chevron:before {
    content: "\f101";
}
.flaticon-chevron-1:before {
    content: "\f102";
}
.flaticon-right-arrow:before {
    content: "\f103";
}
.flaticon-left-arrow:before {
    content: "\f104";
}
.flaticon-chevron-2:before {
    content: "\f105";
}
.flaticon-chevron-3:before {
    content: "\f106";
}
.flaticon-right-arrow-1:before {
    content: "\f107";
}
.flaticon-left-arrow-1:before {
    content: "\f108";
}
.flaticon-telegram:before {
    content: "\f109";
}
.flaticon-like:before {
    content: "\f10a";
}
.flaticon-like-1:before {
    content: "\f10b";
}
.flaticon-dislike:before {
    content: "\f10c";
}
.flaticon-dislike-1:before {
    content: "\f10d";
}
.flaticon-eye:before {
    content: "\f10e";
}
.flaticon-view:before {
    content: "\f10f";
}
.flaticon-eye-1:before {
    content: "\f110";
}
.flaticon-visibility-off:before {
    content: "\f111";
}
.flaticon-price-tag:before {
    content: "\f112";
}
.flaticon-price-tag-1:before {
    content: "\f113";
}
.flaticon-heart:before {
    content: "\f114";
}
.flaticon-heart-1:before {
    content: "\f115";
}
.flaticon-star:before {
    content: "\f116";
}
.flaticon-star-1:before {
    content: "\f117";
}
.flaticon-star-2:before {
    content: "\f118";
}
.flaticon-shopping-cart:before {
    content: "\f119";
}
.flaticon-shopping-cart-1:before {
    content: "\f11a";
}
.flaticon-bag:before {
    content: "\f11b";
}
.flaticon-shopping-cart-2:before {
    content: "\f11c";
}
.flaticon-user:before {
    content: "\f11d";
}
.flaticon-lock:before {
    content: "\f11e";
}
.flaticon-unlock:before {
    content: "\f11f";
}
.flaticon-play-button-arrowhead:before {
    content: "\f120";
}
.flaticon-play:before {
    content: "\f121";
}
.flaticon-search-interface-symbol:before {
    content: "\f122";
}
.flaticon-search:before {
    content: "\f123";
}
.flaticon-plus:before {
    content: "\f124";
}
.flaticon-minus:before {
    content: "\f125";
}
.flaticon-close:before {
    content: "\f126";
}
.flaticon-menu:before {
    content: "\f127";
}
.flaticon-menu-1:before {
    content: "\f128";
}
.flaticon-menu-2:before {
    content: "\f129";
}
.flaticon-bookmark:before {
    content: "\f12a";
}
.flaticon-bookmark-1:before {
    content: "\f12b";
}
.flaticon-folder:before {
    content: "\f12c";
}
.flaticon-folder-1:before {
    content: "\f12d";
}
.flaticon-diamond:before {
    content: "\f12e";
}
.flaticon-diamond-1:before {
    content: "\f12f";
}
.flaticon-check:before {
    content: "\f130";
}
.flaticon-check-mark:before {
    content: "\f131";
}
.flaticon-draw-check-mark:before {
    content: "\f132";
}
.flaticon-check-mark-1:before {
    content: "\f133";
}
.flaticon-customer-service:before {
    content: "\f134";
}
.flaticon-technical-support:before {
    content: "\f135";
}
.flaticon-support:before {
    content: "\f136";
}
.flaticon-people:before {
    content: "\f137";
}
.flaticon-users-group:before {
    content: "\f138";
}
.flaticon-black-circle:before {
    content: "\f139";
}
.flaticon-3d-cube:before {
    content: "\f13a";
}
.flaticon-cube-3d:before {
    content: "\f13b";
}
.flaticon-straight-quotes:before {
    content: "\f13c";
}
.flaticon-right-quote:before {
    content: "\f13d";
}
.flaticon-quotes:before {
    content: "\f13e";
}
.flaticon-quote:before {
    content: "\f13f";
}
.flaticon-bell:before {
    content: "\f140";
}
.flaticon-bell-1:before {
    content: "\f141";
}
.flaticon-secure-shield:before {
    content: "\f142";
}
.flaticon-shield:before {
    content: "\f143";
}
.flaticon-tap:before {
    content: "\f144";
}
.flaticon-tap-1:before {
    content: "\f145";
}
.flaticon-fingerprint-scan:before {
    content: "\f146";
}
.flaticon-fingerprint:before {
    content: "\f147";
}
.flaticon-brain:before {
    content: "\f148";
}
.flaticon-brainstorm:before {
    content: "\f149";
}
.flaticon-credit-card:before {
    content: "\f14a";
}
.flaticon-credit-cards:before {
    content: "\f14b";
}
.flaticon-award:before {
    content: "\f14c";
}
.flaticon-trophy:before {
    content: "\f14d";
}
.flaticon-award-symbol:before {
    content: "\f14e";
}
.flaticon-award-1:before {
    content: "\f14f";
}
.flaticon-download:before {
    content: "\f150";
}
.flaticon-file:before {
    content: "\f151";
}
.flaticon-download-circular-button:before {
    content: "\f152";
}
.flaticon-fast-delivery:before {
    content: "\f153";
}
.flaticon-gift-box-with-a-bow:before {
    content: "\f154";
}
.flaticon-giftbox:before {
    content: "\f155";
}
.flaticon-layer:before {
    content: "\f156";
}
.flaticon-layer-1:before {
    content: "\f157";
}
.flaticon-information:before {
    content: "\f158";
}
.flaticon-info:before {
    content: "\f159";
}
.flaticon-worldwide:before {
    content: "\f15a";
}
.flaticon-world:before {
    content: "\f15b";
}
.flaticon-envelope:before {
    content: "\f15c";
}
.flaticon-email:before {
    content: "\f15d";
}
.flaticon-email-1:before {
    content: "\f15e";
}
.flaticon-phone-call:before {
    content: "\f15f";
}
.flaticon-telephone:before {
    content: "\f160";
}
.flaticon-maps-and-flags:before {
    content: "\f161";
}
.flaticon-maps-and-flags-1:before {
    content: "\f162";
}
.flaticon-pin:before {
    content: "\f163";
}
.flaticon-marker:before {
    content: "\f164";
}
.flaticon-thumbtacks:before {
    content: "\f165";
}
.flaticon-thumbtacks-1:before {
    content: "\f166";
}
.flaticon-placeholder:before {
    content: "\f167";
}
.flaticon-home:before {
    content: "\f168";
}
.flaticon-home-1:before {
    content: "\f169";
}
.flaticon-video-camera:before {
    content: "\f16a";
}
.flaticon-video-camera-1:before {
    content: "\f16b";
}
.flaticon-camera:before {
    content: "\f16c";
}
.flaticon-photo-camera:before {
    content: "\f16d";
}
.flaticon-refresh:before {
    content: "\f16e";
}
.flaticon-edit:before {
    content: "\f16f";
}
.flaticon-pen:before {
    content: "\f170";
}
.flaticon-share:before {
    content: "\f171";
}
.flaticon-share-1:before {
    content: "\f172";
}
.flaticon-printer:before {
    content: "\f173";
}
.flaticon-calendar:before {
    content: "\f174";
}
.flaticon-calendar-1:before {
    content: "\f175";
}
.flaticon-diskette:before {
    content: "\f176";
}
.flaticon-gallery:before {
    content: "\f177";
}
.flaticon-musical-note:before {
    content: "\f178";
}
.flaticon-taget:before {
    content: "\f179";
}
.flaticon-mail:before {
    content: "\f17a";
}
.flaticon-airplane:before {
    content: "\f17b";
}
.flaticon-chat:before {
    content: "\f17c";
}
.flaticon-up-right-arrow:before {
    content: "\f17d";
}
.flaticon-upper-left-arrow:before {
    content: "\f17e";
}
.flaticon-flash:before {
    content: "\f17f";
}
.flaticon-flash-1:before {
    content: "\f180";
}
.flaticon-date:before {
    content: "\f181";
}
.flaticon-comment:before {
    content: "\f182";
}
.flaticon-time:before {
    content: "\f183";
}
.flaticon-user-1:before {
    content: "\f184";
}
.flaticon-hot-sale:before {
    content: "\f185";
}
.flaticon-more:before {
    content: "\f186";
}
.flaticon-dots:before {
    content: "\f187";
}
.flaticon-power:before {
    content: "\f188";
}
.flaticon-browser:before {
    content: "\f189";
}
.flaticon-price-tag-2:before {
    content: "\f18a";
}
.flaticon-communication:before {
    content: "\f18b";
}
.flaticon-warning:before {
    content: "\f18c";
}
.flaticon-cubes:before {
    content: "\f18d";
}
.flaticon-form:before {
    content: "\f18e";
}
.flaticon-table:before {
    content: "\f18f";
}
.flaticon-shapes:before {
    content: "\f190";
}
.flaticon-map:before {
    content: "\f191";
}
.flaticon-gps:before {
    content: "\f192";
}
.flaticon-settings:before {
    content: "\f193";
}
.flaticon-layer-2:before {
    content: "\f194";
}
.flaticon-headphones:before {
    content: "\f195";
}
.flaticon-project:before {
    content: "\f196";
}
.flaticon-party:before {
    content: "\f197";
}
.flaticon-share-2:before {
    content: "\f198";
}
.flaticon-widget:before {
    content: "\f199";
}
.flaticon-moon:before {
    content: "\f19a";
}
.flaticon-bell-2:before {
    content: "\f19b";
}
.flaticon-notification:before {
    content: "\f19c";
}
.flaticon-menu-3:before {
    content: "\f19d";
}
.flaticon-option:before {
    content: "\f19e";
}
.flaticon-more-1:before {
    content: "\f19f";
}
.flaticon-email-2:before {
    content: "\f1a0";
}
.flaticon-email-3:before {
    content: "\f1a1";
}
.flaticon-logout:before {
    content: "\f1a2";
}
.flaticon-book:before {
    content: "\f1a3";
}
.flaticon-next:before {
    content: "\f1a4";
}
.flaticon-atm:before {
    content: "\f1a5";
}
.flaticon-image:before {
    content: "\f1a6";
}
.flaticon-link:before {
    content: "\f1a7";
}
.flaticon-send:before {
    content: "\f1a8";
}
.flaticon-file-1:before {
    content: "\f1a9";
}
.flaticon-printing:before {
    content: "\f1aa";
}
.flaticon-close-1:before {
    content: "\f1ab";
}
.flaticon-mail-1:before {
    content: "\f1ac";
}
.flaticon-telephone-call:before {
    content: "\f1ad";
}
.flaticon-web:before {
    content: "\f1ae";
}
.flaticon-industry:before {
    content: "\f1af";
}
.flaticon-employee:before {
    content: "\f1b0";
}
.flaticon-money:before {
    content: "\f1b1";
}
.flaticon-date-1:before {
    content: "\f1b2";
}
.flaticon-search-1:before {
    content: "\f1b3";
}
.flaticon-mail-inbox-app:before {
    content: "\f1b4";
}
.flaticon-status:before {
    content: "\f1b5";
}
.flaticon-snooze:before {
    content: "\f1b6";
}
.flaticon-draft:before {
    content: "\f1b7";
}
.flaticon-mail-2:before {
    content: "\f1b8";
}
.flaticon-delete:before {
    content: "\f1b9";
}
.flaticon-spam:before {
    content: "\f1ba";
}
.flaticon-star-3:before {
    content: "\f1bb";
}
.flaticon-pin-1:before {
    content: "\f1bc";
}
.flaticon-heart-2:before {
    content: "\f1bd";
}
.flaticon-document:before {
    content: "\f1be";
}
.flaticon-wallet:before {
    content: "\f1bf";
}
.flaticon-checkout:before {
    content: "\f1c0";
}
.flaticon-lock-1:before {
    content: "\f1c1";
}
.flaticon-check-1:before {
    content: "\f1c2";
}
.flaticon-play-button:before {
    content: "\f1c3";
}
.flaticon-video:before {
    content: "\f1c4";
}
.flaticon-volume:before {
    content: "\f1c5";
}
.flaticon-hourglass:before {
    content: "\f1c6";
}
.flaticon-video-lesson:before {
    content: "\f1c7";
}
.flaticon-student-with-graduation-cap:before {
    content: "\f1c8";
}
.flaticon-merge:before {
    content: "\f1c9";
}
.flaticon-cancel:before {
    content: "\f1ca";
}
.flaticon-ban:before {
    content: "\f1cb";
}
.flaticon-zip-file:before {
    content: "\f1cc";
}
.flaticon-list:before {
    content: "\f1cd";
}
.flaticon-cloud-computing:before {
    content: "\f1ce";
}
.flaticon-dribbble:before {
    content: "\f1cf";
}
.flaticon-behance:before {
    content: "\f1d0";
}
.flaticon-add-photo:before {
    content: "\f1d1";
}
.flaticon-setting:before {
    content: "\f1d2";
}
.flaticon-settings-1:before {
    content: "\f1d3";
}
.flaticon-sun:before {
    content: "\f1d4";
}
.flaticon-track:before {
    content: "\f1d5";
}
.flaticon-chart:before {
    content: "\f1d6";
}
.flaticon-avatar:before {
    content: "\f1d7";
}
.flaticon-user-2:before {
    content: "\f1d8";
}
.flaticon-shield-1:before {
    content: "\f1d9";
}
.flaticon-extension:before {
    content: "\f1da";
}
.flaticon-ticket:before {
    content: "\f1db";
}
.flaticon-graduation:before {
    content: "\f1dc";
}
.flaticon-magistrate:before {
    content: "\f1dd";
}
.flaticon-trolley-cart:before {
    content: "\f1de";
}
.flaticon-arroba:before {
    content: "\f1df";
}
.flaticon-rocket:before {
    content: "\f1e0";
}
.flaticon-chat-1:before {
    content: "\f1e1";
}
.flaticon-calendar-2:before {
    content: "\f1e2";
}
.flaticon-dashboard:before {
    content: "\f1e3";
}
.flaticon-up-arrow:before {
    content: "\f1e4";
}
.flaticon-down-arrow:before {
    content: "\f1e5";
}
.flaticon-sterile-box:before {
    content: "\f1e6";
}
.flaticon-card:before {
    content: "\f1e7";
}
.flaticon-sugar-cubes:before {
    content: "\f1e8";
}
.flaticon-express-delivery:before {
    content: "\f1e9";
}
.flaticon-compare:before {
    content: "\f1ea";
}
.flaticon-idea:before {
    content: "\f1eb";
}
.flaticon-user-3:before {
    content: "\f1ec";
}
.flaticon-clock:before {
    content: "\f1ed";
}
.flaticon-copy:before {
    content: "\f1ee";
}
.flaticon-gallery-1:before {
    content: "\f1ef";
}
.flaticon-link-1:before {
    content: "\f1f0";
}
.flaticon-parcel:before {
    content: "\f1f1";
}
.flaticon-pie-chart:before {
    content: "\f1f2";
}
.flaticon-pie-chart-1:before {
    content: "\f1f3";
}
.flaticon-bar-chart:before {
    content: "\f1f4";
}
.flaticon-bar-chart-1:before {
    content: "\f1f5";
}
.flaticon-bar-chart-2:before {
    content: "\f1f6";
}
.flaticon-analytics:before {
    content: "\f1f7";
}
.flaticon-pie-chart-2:before {
    content: "\f1f8";
}
.flaticon-pie-chart-3:before {
    content: "\f1f9";
}
.flaticon-pie-chart-4:before {
    content: "\f1fa";
}
.flaticon-pie-chart-5:before {
    content: "\f1fb";
}
.flaticon-stats:before {
    content: "\f1fc";
}
.flaticon-pie-chart-6:before {
    content: "\f1fd";
}
.flaticon-translate:before {
    content: "\f1fe";
}

@font-face {
  font-family: "Phosphor-Bold";
  src: url(/fonts/Phosphor-Bold.557a7a21.woff2) format("woff2"),
    url(/fonts/Phosphor-Bold.ecf5d385.woff) format("woff"),
    url(/fonts/Phosphor-Bold.a8b3c6ac.ttf) format("truetype"),
    url(/img/Phosphor-Bold.45d2db03.svg#Phosphor-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-bold.ph-address-book:before {
  content: "\e900";
}
.ph-bold.ph-airplane:before {
  content: "\e901";
}
.ph-bold.ph-airplane-in-flight:before {
  content: "\e902";
}
.ph-bold.ph-airplane-landing:before {
  content: "\e903";
}
.ph-bold.ph-airplane-takeoff:before {
  content: "\e904";
}
.ph-bold.ph-airplane-tilt:before {
  content: "\e905";
}
.ph-bold.ph-airplay:before {
  content: "\e906";
}
.ph-bold.ph-air-traffic-control:before {
  content: "\e907";
}
.ph-bold.ph-alarm:before {
  content: "\e908";
}
.ph-bold.ph-alien:before {
  content: "\e909";
}
.ph-bold.ph-align-bottom:before {
  content: "\e90a";
}
.ph-bold.ph-align-bottom-simple:before {
  content: "\e90b";
}
.ph-bold.ph-align-center-horizontal:before {
  content: "\e90c";
}
.ph-bold.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}
.ph-bold.ph-align-center-vertical:before {
  content: "\e90e";
}
.ph-bold.ph-align-center-vertical-simple:before {
  content: "\e90f";
}
.ph-bold.ph-align-left:before {
  content: "\e910";
}
.ph-bold.ph-align-left-simple:before {
  content: "\e911";
}
.ph-bold.ph-align-right:before {
  content: "\e912";
}
.ph-bold.ph-align-right-simple:before {
  content: "\e913";
}
.ph-bold.ph-align-top:before {
  content: "\e914";
}
.ph-bold.ph-align-top-simple:before {
  content: "\e915";
}
.ph-bold.ph-amazon-logo:before {
  content: "\e916";
}
.ph-bold.ph-anchor:before {
  content: "\e917";
}
.ph-bold.ph-anchor-simple:before {
  content: "\e918";
}
.ph-bold.ph-android-logo:before {
  content: "\e919";
}
.ph-bold.ph-angular-logo:before {
  content: "\e91a";
}
.ph-bold.ph-aperture:before {
  content: "\e91b";
}
.ph-bold.ph-apple-logo:before {
  content: "\e91c";
}
.ph-bold.ph-apple-podcasts-logo:before {
  content: "\e91d";
}
.ph-bold.ph-app-store-logo:before {
  content: "\e91e";
}
.ph-bold.ph-app-window:before {
  content: "\e91f";
}
.ph-bold.ph-archive:before {
  content: "\e920";
}
.ph-bold.ph-archive-box:before {
  content: "\e921";
}
.ph-bold.ph-archive-tray:before {
  content: "\e922";
}
.ph-bold.ph-armchair:before {
  content: "\e923";
}
.ph-bold.ph-arrow-arc-left:before {
  content: "\e924";
}
.ph-bold.ph-arrow-arc-right:before {
  content: "\e925";
}
.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}
.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}
.ph-bold.ph-arrow-bend-down-left:before {
  content: "\e928";
}
.ph-bold.ph-arrow-bend-down-right:before {
  content: "\e929";
}
.ph-bold.ph-arrow-bend-left-down:before {
  content: "\e92a";
}
.ph-bold.ph-arrow-bend-left-up:before {
  content: "\e92b";
}
.ph-bold.ph-arrow-bend-right-down:before {
  content: "\e92c";
}
.ph-bold.ph-arrow-bend-right-up:before {
  content: "\e92d";
}
.ph-bold.ph-arrow-bend-up-left:before {
  content: "\e92e";
}
.ph-bold.ph-arrow-bend-up-right:before {
  content: "\e92f";
}
.ph-bold.ph-arrow-circle-down:before {
  content: "\e930";
}
.ph-bold.ph-arrow-circle-down-left:before {
  content: "\e931";
}
.ph-bold.ph-arrow-circle-down-right:before {
  content: "\e932";
}
.ph-bold.ph-arrow-circle-left:before {
  content: "\e933";
}
.ph-bold.ph-arrow-circle-right:before {
  content: "\e934";
}
.ph-bold.ph-arrow-circle-up:before {
  content: "\e935";
}
.ph-bold.ph-arrow-circle-up-left:before {
  content: "\e936";
}
.ph-bold.ph-arrow-circle-up-right:before {
  content: "\e937";
}
.ph-bold.ph-arrow-clockwise:before {
  content: "\e938";
}
.ph-bold.ph-arrow-counter-clockwise:before {
  content: "\e939";
}
.ph-bold.ph-arrow-down:before {
  content: "\e93a";
}
.ph-bold.ph-arrow-down-left:before {
  content: "\e93b";
}
.ph-bold.ph-arrow-down-right:before {
  content: "\e93c";
}
.ph-bold.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}
.ph-bold.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}
.ph-bold.ph-arrow-elbow-left:before {
  content: "\e93f";
}
.ph-bold.ph-arrow-elbow-left-down:before {
  content: "\e940";
}
.ph-bold.ph-arrow-elbow-left-up:before {
  content: "\e941";
}
.ph-bold.ph-arrow-elbow-right:before {
  content: "\e942";
}
.ph-bold.ph-arrow-elbow-right-down:before {
  content: "\e943";
}
.ph-bold.ph-arrow-elbow-right-up:before {
  content: "\e944";
}
.ph-bold.ph-arrow-elbow-up-left:before {
  content: "\e945";
}
.ph-bold.ph-arrow-elbow-up-right:before {
  content: "\e946";
}
.ph-bold.ph-arrow-fat-down:before {
  content: "\e947";
}
.ph-bold.ph-arrow-fat-left:before {
  content: "\e948";
}
.ph-bold.ph-arrow-fat-line-down:before {
  content: "\e949";
}
.ph-bold.ph-arrow-fat-line-left:before {
  content: "\e94a";
}
.ph-bold.ph-arrow-fat-line-right:before {
  content: "\e94b";
}
.ph-bold.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}
.ph-bold.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}
.ph-bold.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}
.ph-bold.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}
.ph-bold.ph-arrow-fat-line-up:before {
  content: "\e950";
}
.ph-bold.ph-arrow-fat-right:before {
  content: "\e951";
}
.ph-bold.ph-arrow-fat-up:before {
  content: "\e952";
}
.ph-bold.ph-arrow-left:before {
  content: "\e953";
}
.ph-bold.ph-arrow-line-down:before {
  content: "\e954";
}
.ph-bold.ph-arrow-line-down-left:before {
  content: "\e955";
}
.ph-bold.ph-arrow-line-down-right:before {
  content: "\e956";
}
.ph-bold.ph-arrow-line-left:before {
  content: "\e957";
}
.ph-bold.ph-arrow-line-right:before {
  content: "\e958";
}
.ph-bold.ph-arrow-line-up:before {
  content: "\e959";
}
.ph-bold.ph-arrow-line-up-left:before {
  content: "\e95a";
}
.ph-bold.ph-arrow-line-up-right:before {
  content: "\e95b";
}
.ph-bold.ph-arrow-right:before {
  content: "\e95c";
}
.ph-bold.ph-arrows-clockwise:before {
  content: "\e95d";
}
.ph-bold.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}
.ph-bold.ph-arrows-down-up:before {
  content: "\e95f";
}
.ph-bold.ph-arrows-horizontal:before {
  content: "\e960";
}
.ph-bold.ph-arrows-in:before {
  content: "\e961";
}
.ph-bold.ph-arrows-in-cardinal:before {
  content: "\e962";
}
.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}
.ph-bold.ph-arrows-in-line-vertical:before {
  content: "\e964";
}
.ph-bold.ph-arrows-in-simple:before {
  content: "\e965";
}
.ph-bold.ph-arrows-left-right:before {
  content: "\e966";
}
.ph-bold.ph-arrows-merge:before {
  content: "\e967";
}
.ph-bold.ph-arrows-out:before {
  content: "\e968";
}
.ph-bold.ph-arrows-out-cardinal:before {
  content: "\e969";
}
.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}
.ph-bold.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}
.ph-bold.ph-arrows-out-simple:before {
  content: "\e96c";
}
.ph-bold.ph-arrow-square-down:before {
  content: "\e96d";
}
.ph-bold.ph-arrow-square-down-left:before {
  content: "\e96e";
}
.ph-bold.ph-arrow-square-down-right:before {
  content: "\e96f";
}
.ph-bold.ph-arrow-square-in:before {
  content: "\e970";
}
.ph-bold.ph-arrow-square-left:before {
  content: "\e971";
}
.ph-bold.ph-arrow-square-out:before {
  content: "\e972";
}
.ph-bold.ph-arrow-square-right:before {
  content: "\e973";
}
.ph-bold.ph-arrow-square-up:before {
  content: "\e974";
}
.ph-bold.ph-arrow-square-up-left:before {
  content: "\e975";
}
.ph-bold.ph-arrow-square-up-right:before {
  content: "\e976";
}
.ph-bold.ph-arrows-split:before {
  content: "\e977";
}
.ph-bold.ph-arrows-vertical:before {
  content: "\e978";
}
.ph-bold.ph-arrow-u-down-left:before {
  content: "\e979";
}
.ph-bold.ph-arrow-u-down-right:before {
  content: "\e97a";
}
.ph-bold.ph-arrow-u-left-down:before {
  content: "\e97b";
}
.ph-bold.ph-arrow-u-left-up:before {
  content: "\e97c";
}
.ph-bold.ph-arrow-up:before {
  content: "\e97d";
}
.ph-bold.ph-arrow-up-left:before {
  content: "\e97e";
}
.ph-bold.ph-arrow-up-right:before {
  content: "\e97f";
}
.ph-bold.ph-arrow-u-right-down:before {
  content: "\e980";
}
.ph-bold.ph-arrow-u-right-up:before {
  content: "\e981";
}
.ph-bold.ph-arrow-u-up-left:before {
  content: "\e982";
}
.ph-bold.ph-arrow-u-up-right:before {
  content: "\e983";
}
.ph-bold.ph-article:before {
  content: "\e984";
}
.ph-bold.ph-article-medium:before {
  content: "\e985";
}
.ph-bold.ph-article-ny-times:before {
  content: "\e986";
}
.ph-bold.ph-asterisk:before {
  content: "\e987";
}
.ph-bold.ph-asterisk-simple:before {
  content: "\e988";
}
.ph-bold.ph-at:before {
  content: "\e989";
}
.ph-bold.ph-atom:before {
  content: "\e98a";
}
.ph-bold.ph-baby:before {
  content: "\e98b";
}
.ph-bold.ph-backpack:before {
  content: "\e98c";
}
.ph-bold.ph-backspace:before {
  content: "\e98d";
}
.ph-bold.ph-bag:before {
  content: "\e98e";
}
.ph-bold.ph-bag-simple:before {
  content: "\e98f";
}
.ph-bold.ph-balloon:before {
  content: "\e990";
}
.ph-bold.ph-bandaids:before {
  content: "\e991";
}
.ph-bold.ph-bank:before {
  content: "\e992";
}
.ph-bold.ph-barbell:before {
  content: "\e993";
}
.ph-bold.ph-barcode:before {
  content: "\e994";
}
.ph-bold.ph-barricade:before {
  content: "\e995";
}
.ph-bold.ph-baseball:before {
  content: "\e996";
}
.ph-bold.ph-baseball-cap:before {
  content: "\e997";
}
.ph-bold.ph-basketball:before {
  content: "\e998";
}
.ph-bold.ph-basket:before {
  content: "\e999";
}
.ph-bold.ph-bathtub:before {
  content: "\e99a";
}
.ph-bold.ph-battery-charging:before {
  content: "\e99b";
}
.ph-bold.ph-battery-charging-vertical:before {
  content: "\e99c";
}
.ph-bold.ph-battery-empty:before {
  content: "\e99d";
}
.ph-bold.ph-battery-full:before {
  content: "\e99e";
}
.ph-bold.ph-battery-high:before {
  content: "\e99f";
}
.ph-bold.ph-battery-low:before {
  content: "\e9a0";
}
.ph-bold.ph-battery-medium:before {
  content: "\e9a1";
}
.ph-bold.ph-battery-plus:before {
  content: "\e9a2";
}
.ph-bold.ph-battery-plus-vertical:before {
  content: "\e9a3";
}
.ph-bold.ph-battery-vertical-empty:before {
  content: "\e9a4";
}
.ph-bold.ph-battery-vertical-full:before {
  content: "\e9a5";
}
.ph-bold.ph-battery-vertical-high:before {
  content: "\e9a6";
}
.ph-bold.ph-battery-vertical-low:before {
  content: "\e9a7";
}
.ph-bold.ph-battery-vertical-medium:before {
  content: "\e9a8";
}
.ph-bold.ph-battery-warning:before {
  content: "\e9a9";
}
.ph-bold.ph-battery-warning-vertical:before {
  content: "\e9aa";
}
.ph-bold.ph-bed:before {
  content: "\e9ab";
}
.ph-bold.ph-beer-bottle:before {
  content: "\e9ac";
}
.ph-bold.ph-beer-stein:before {
  content: "\e9ad";
}
.ph-bold.ph-behance-logo:before {
  content: "\e9ae";
}
.ph-bold.ph-bell:before {
  content: "\e9af";
}
.ph-bold.ph-bell-ringing:before {
  content: "\e9b0";
}
.ph-bold.ph-bell-simple:before {
  content: "\e9b1";
}
.ph-bold.ph-bell-simple-ringing:before {
  content: "\e9b2";
}
.ph-bold.ph-bell-simple-slash:before {
  content: "\e9b3";
}
.ph-bold.ph-bell-simple-z:before {
  content: "\e9b4";
}
.ph-bold.ph-bell-slash:before {
  content: "\e9b5";
}
.ph-bold.ph-bell-z:before {
  content: "\e9b6";
}
.ph-bold.ph-bezier-curve:before {
  content: "\e9b7";
}
.ph-bold.ph-bicycle:before {
  content: "\e9b8";
}
.ph-bold.ph-binoculars:before {
  content: "\e9b9";
}
.ph-bold.ph-bird:before {
  content: "\e9ba";
}
.ph-bold.ph-bluetooth:before {
  content: "\e9bb";
}
.ph-bold.ph-bluetooth-connected:before {
  content: "\e9bc";
}
.ph-bold.ph-bluetooth-slash:before {
  content: "\e9bd";
}
.ph-bold.ph-bluetooth-x:before {
  content: "\e9be";
}
.ph-bold.ph-boat:before {
  content: "\e9bf";
}
.ph-bold.ph-bone:before {
  content: "\e9c0";
}
.ph-bold.ph-book:before {
  content: "\e9c1";
}
.ph-bold.ph-book-bookmark:before {
  content: "\e9c2";
}
.ph-bold.ph-bookmark:before {
  content: "\e9c3";
}
.ph-bold.ph-bookmarks:before {
  content: "\e9c4";
}
.ph-bold.ph-bookmark-simple:before {
  content: "\e9c5";
}
.ph-bold.ph-bookmarks-simple:before {
  content: "\e9c6";
}
.ph-bold.ph-book-open:before {
  content: "\e9c7";
}
.ph-bold.ph-book-open-text:before {
  content: "\e9c8";
}
.ph-bold.ph-books:before {
  content: "\e9c9";
}
.ph-bold.ph-boot:before {
  content: "\e9ca";
}
.ph-bold.ph-bounding-box:before {
  content: "\e9cb";
}
.ph-bold.ph-bowl-food:before {
  content: "\e9cc";
}
.ph-bold.ph-brackets-angle:before {
  content: "\e9cd";
}
.ph-bold.ph-brackets-curly:before {
  content: "\e9ce";
}
.ph-bold.ph-brackets-round:before {
  content: "\e9cf";
}
.ph-bold.ph-brackets-square:before {
  content: "\e9d0";
}
.ph-bold.ph-brain:before {
  content: "\e9d1";
}
.ph-bold.ph-brandy:before {
  content: "\e9d2";
}
.ph-bold.ph-bridge:before {
  content: "\e9d3";
}
.ph-bold.ph-briefcase:before {
  content: "\e9d4";
}
.ph-bold.ph-briefcase-metal:before {
  content: "\e9d5";
}
.ph-bold.ph-broadcast:before {
  content: "\e9d6";
}
.ph-bold.ph-broom:before {
  content: "\e9d7";
}
.ph-bold.ph-browser:before {
  content: "\e9d8";
}
.ph-bold.ph-browsers:before {
  content: "\e9d9";
}
.ph-bold.ph-bug-beetle:before {
  content: "\e9da";
}
.ph-bold.ph-bug:before {
  content: "\e9db";
}
.ph-bold.ph-bug-droid:before {
  content: "\e9dc";
}
.ph-bold.ph-buildings:before {
  content: "\e9dd";
}
.ph-bold.ph-bus:before {
  content: "\e9de";
}
.ph-bold.ph-butterfly:before {
  content: "\e9df";
}
.ph-bold.ph-cactus:before {
  content: "\e9e0";
}
.ph-bold.ph-cake:before {
  content: "\e9e1";
}
.ph-bold.ph-calculator:before {
  content: "\e9e2";
}
.ph-bold.ph-calendar-blank:before {
  content: "\e9e3";
}
.ph-bold.ph-calendar:before {
  content: "\e9e4";
}
.ph-bold.ph-calendar-check:before {
  content: "\e9e5";
}
.ph-bold.ph-calendar-plus:before {
  content: "\e9e6";
}
.ph-bold.ph-calendar-x:before {
  content: "\e9e7";
}
.ph-bold.ph-call-bell:before {
  content: "\e9e8";
}
.ph-bold.ph-camera:before {
  content: "\e9e9";
}
.ph-bold.ph-camera-plus:before {
  content: "\e9ea";
}
.ph-bold.ph-camera-rotate:before {
  content: "\e9eb";
}
.ph-bold.ph-camera-slash:before {
  content: "\e9ec";
}
.ph-bold.ph-campfire:before {
  content: "\e9ed";
}
.ph-bold.ph-car:before {
  content: "\e9ee";
}
.ph-bold.ph-cardholder:before {
  content: "\e9ef";
}
.ph-bold.ph-cards:before {
  content: "\e9f0";
}
.ph-bold.ph-caret-circle-double-down:before {
  content: "\e9f1";
}
.ph-bold.ph-caret-circle-double-left:before {
  content: "\e9f2";
}
.ph-bold.ph-caret-circle-double-right:before {
  content: "\e9f3";
}
.ph-bold.ph-caret-circle-double-up:before {
  content: "\e9f4";
}
.ph-bold.ph-caret-circle-down:before {
  content: "\e9f5";
}
.ph-bold.ph-caret-circle-left:before {
  content: "\e9f6";
}
.ph-bold.ph-caret-circle-right:before {
  content: "\e9f7";
}
.ph-bold.ph-caret-circle-up:before {
  content: "\e9f8";
}
.ph-bold.ph-caret-circle-up-down:before {
  content: "\e9f9";
}
.ph-bold.ph-caret-double-down:before {
  content: "\e9fa";
}
.ph-bold.ph-caret-double-left:before {
  content: "\e9fb";
}
.ph-bold.ph-caret-double-right:before {
  content: "\e9fc";
}
.ph-bold.ph-caret-double-up:before {
  content: "\e9fd";
}
.ph-bold.ph-caret-down:before {
  content: "\e9fe";
}
.ph-bold.ph-caret-left:before {
  content: "\e9ff";
}
.ph-bold.ph-caret-right:before {
  content: "\ea00";
}
.ph-bold.ph-caret-up:before {
  content: "\ea01";
}
.ph-bold.ph-caret-up-down:before {
  content: "\ea02";
}
.ph-bold.ph-car-profile:before {
  content: "\ea03";
}
.ph-bold.ph-carrot:before {
  content: "\ea04";
}
.ph-bold.ph-car-simple:before {
  content: "\ea05";
}
.ph-bold.ph-cassette-tape:before {
  content: "\ea06";
}
.ph-bold.ph-castle-turret:before {
  content: "\ea07";
}
.ph-bold.ph-cat:before {
  content: "\ea08";
}
.ph-bold.ph-cell-signal-full:before {
  content: "\ea09";
}
.ph-bold.ph-cell-signal-high:before {
  content: "\ea0a";
}
.ph-bold.ph-cell-signal-low:before {
  content: "\ea0b";
}
.ph-bold.ph-cell-signal-medium:before {
  content: "\ea0c";
}
.ph-bold.ph-cell-signal-none:before {
  content: "\ea0d";
}
.ph-bold.ph-cell-signal-slash:before {
  content: "\ea0e";
}
.ph-bold.ph-cell-signal-x:before {
  content: "\ea0f";
}
.ph-bold.ph-certificate:before {
  content: "\ea10";
}
.ph-bold.ph-chair:before {
  content: "\ea11";
}
.ph-bold.ph-chalkboard:before {
  content: "\ea12";
}
.ph-bold.ph-chalkboard-simple:before {
  content: "\ea13";
}
.ph-bold.ph-chalkboard-teacher:before {
  content: "\ea14";
}
.ph-bold.ph-champagne:before {
  content: "\ea15";
}
.ph-bold.ph-charging-station:before {
  content: "\ea16";
}
.ph-bold.ph-chart-bar:before {
  content: "\ea17";
}
.ph-bold.ph-chart-bar-horizontal:before {
  content: "\ea18";
}
.ph-bold.ph-chart-donut:before {
  content: "\ea19";
}
.ph-bold.ph-chart-line:before {
  content: "\ea1a";
}
.ph-bold.ph-chart-line-down:before {
  content: "\ea1b";
}
.ph-bold.ph-chart-line-up:before {
  content: "\ea1c";
}
.ph-bold.ph-chart-pie:before {
  content: "\ea1d";
}
.ph-bold.ph-chart-pie-slice:before {
  content: "\ea1e";
}
.ph-bold.ph-chart-polar:before {
  content: "\ea1f";
}
.ph-bold.ph-chart-scatter:before {
  content: "\ea20";
}
.ph-bold.ph-chat:before {
  content: "\ea21";
}
.ph-bold.ph-chat-centered:before {
  content: "\ea22";
}
.ph-bold.ph-chat-centered-dots:before {
  content: "\ea23";
}
.ph-bold.ph-chat-centered-text:before {
  content: "\ea24";
}
.ph-bold.ph-chat-circle:before {
  content: "\ea25";
}
.ph-bold.ph-chat-circle-dots:before {
  content: "\ea26";
}
.ph-bold.ph-chat-circle-text:before {
  content: "\ea27";
}
.ph-bold.ph-chat-dots:before {
  content: "\ea28";
}
.ph-bold.ph-chats:before {
  content: "\ea29";
}
.ph-bold.ph-chats-circle:before {
  content: "\ea2a";
}
.ph-bold.ph-chats-teardrop:before {
  content: "\ea2b";
}
.ph-bold.ph-chat-teardrop:before {
  content: "\ea2c";
}
.ph-bold.ph-chat-teardrop-dots:before {
  content: "\ea2d";
}
.ph-bold.ph-chat-teardrop-text:before {
  content: "\ea2e";
}
.ph-bold.ph-chat-text:before {
  content: "\ea2f";
}
.ph-bold.ph-check:before {
  content: "\ea30";
}
.ph-bold.ph-check-circle:before {
  content: "\ea31";
}
.ph-bold.ph-check-fat:before {
  content: "\ea32";
}
.ph-bold.ph-checks:before {
  content: "\ea33";
}
.ph-bold.ph-check-square:before {
  content: "\ea34";
}
.ph-bold.ph-check-square-offset:before {
  content: "\ea35";
}
.ph-bold.ph-church:before {
  content: "\ea36";
}
.ph-bold.ph-circle:before {
  content: "\ea37";
}
.ph-bold.ph-circle-dashed:before {
  content: "\ea38";
}
.ph-bold.ph-circle-half:before {
  content: "\ea39";
}
.ph-bold.ph-circle-half-tilt:before {
  content: "\ea3a";
}
.ph-bold.ph-circle-notch:before {
  content: "\ea3b";
}
.ph-bold.ph-circles-four:before {
  content: "\ea3c";
}
.ph-bold.ph-circles-three:before {
  content: "\ea3d";
}
.ph-bold.ph-circles-three-plus:before {
  content: "\ea3e";
}
.ph-bold.ph-circuitry:before {
  content: "\ea3f";
}
.ph-bold.ph-clipboard:before {
  content: "\ea40";
}
.ph-bold.ph-clipboard-text:before {
  content: "\ea41";
}
.ph-bold.ph-clock-afternoon:before {
  content: "\ea42";
}
.ph-bold.ph-clock:before {
  content: "\ea43";
}
.ph-bold.ph-clock-clockwise:before {
  content: "\ea44";
}
.ph-bold.ph-clock-countdown:before {
  content: "\ea45";
}
.ph-bold.ph-clock-counter-clockwise:before {
  content: "\ea46";
}
.ph-bold.ph-closed-captioning:before {
  content: "\ea47";
}
.ph-bold.ph-cloud-arrow-down:before {
  content: "\ea48";
}
.ph-bold.ph-cloud-arrow-up:before {
  content: "\ea49";
}
.ph-bold.ph-cloud:before {
  content: "\ea4a";
}
.ph-bold.ph-cloud-check:before {
  content: "\ea4b";
}
.ph-bold.ph-cloud-fog:before {
  content: "\ea4c";
}
.ph-bold.ph-cloud-lightning:before {
  content: "\ea4d";
}
.ph-bold.ph-cloud-moon:before {
  content: "\ea4e";
}
.ph-bold.ph-cloud-rain:before {
  content: "\ea4f";
}
.ph-bold.ph-cloud-slash:before {
  content: "\ea50";
}
.ph-bold.ph-cloud-snow:before {
  content: "\ea51";
}
.ph-bold.ph-cloud-sun:before {
  content: "\ea52";
}
.ph-bold.ph-cloud-warning:before {
  content: "\ea53";
}
.ph-bold.ph-cloud-x:before {
  content: "\ea54";
}
.ph-bold.ph-club:before {
  content: "\ea55";
}
.ph-bold.ph-coat-hanger:before {
  content: "\ea56";
}
.ph-bold.ph-coda-logo:before {
  content: "\ea57";
}
.ph-bold.ph-code-block:before {
  content: "\ea58";
}
.ph-bold.ph-code:before {
  content: "\ea59";
}
.ph-bold.ph-codepen-logo:before {
  content: "\ea5a";
}
.ph-bold.ph-codesandbox-logo:before {
  content: "\ea5b";
}
.ph-bold.ph-code-simple:before {
  content: "\ea5c";
}
.ph-bold.ph-coffee:before {
  content: "\ea5d";
}
.ph-bold.ph-coin:before {
  content: "\ea5e";
}
.ph-bold.ph-coins:before {
  content: "\ea5f";
}
.ph-bold.ph-coin-vertical:before {
  content: "\ea60";
}
.ph-bold.ph-columns:before {
  content: "\ea61";
}
.ph-bold.ph-command:before {
  content: "\ea62";
}
.ph-bold.ph-compass:before {
  content: "\ea63";
}
.ph-bold.ph-compass-tool:before {
  content: "\ea64";
}
.ph-bold.ph-computer-tower:before {
  content: "\ea65";
}
.ph-bold.ph-confetti:before {
  content: "\ea66";
}
.ph-bold.ph-contactless-payment:before {
  content: "\ea67";
}
.ph-bold.ph-control:before {
  content: "\ea68";
}
.ph-bold.ph-cookie:before {
  content: "\ea69";
}
.ph-bold.ph-cooking-pot:before {
  content: "\ea6a";
}
.ph-bold.ph-copy:before {
  content: "\ea6b";
}
.ph-bold.ph-copyleft:before {
  content: "\ea6c";
}
.ph-bold.ph-copyright:before {
  content: "\ea6d";
}
.ph-bold.ph-copy-simple:before {
  content: "\ea6e";
}
.ph-bold.ph-corners-in:before {
  content: "\ea6f";
}
.ph-bold.ph-corners-out:before {
  content: "\ea70";
}
.ph-bold.ph-couch:before {
  content: "\ea71";
}
.ph-bold.ph-cpu:before {
  content: "\ea72";
}
.ph-bold.ph-credit-card:before {
  content: "\ea73";
}
.ph-bold.ph-crop:before {
  content: "\ea74";
}
.ph-bold.ph-cross:before {
  content: "\ea75";
}
.ph-bold.ph-crosshair:before {
  content: "\ea76";
}
.ph-bold.ph-crosshair-simple:before {
  content: "\ea77";
}
.ph-bold.ph-crown:before {
  content: "\ea78";
}
.ph-bold.ph-crown-simple:before {
  content: "\ea79";
}
.ph-bold.ph-cube:before {
  content: "\ea7a";
}
.ph-bold.ph-cube-focus:before {
  content: "\ea7b";
}
.ph-bold.ph-cube-transparent:before {
  content: "\ea7c";
}
.ph-bold.ph-currency-btc:before {
  content: "\ea7d";
}
.ph-bold.ph-currency-circle-dollar:before {
  content: "\ea7e";
}
.ph-bold.ph-currency-cny:before {
  content: "\ea7f";
}
.ph-bold.ph-currency-dollar:before {
  content: "\ea80";
}
.ph-bold.ph-currency-dollar-simple:before {
  content: "\ea81";
}
.ph-bold.ph-currency-eth:before {
  content: "\ea82";
}
.ph-bold.ph-currency-eur:before {
  content: "\ea83";
}
.ph-bold.ph-currency-gbp:before {
  content: "\ea84";
}
.ph-bold.ph-currency-inr:before {
  content: "\ea85";
}
.ph-bold.ph-currency-jpy:before {
  content: "\ea86";
}
.ph-bold.ph-currency-krw:before {
  content: "\ea87";
}
.ph-bold.ph-currency-kzt:before {
  content: "\ea88";
}
.ph-bold.ph-currency-ngn:before {
  content: "\ea89";
}
.ph-bold.ph-currency-rub:before {
  content: "\ea8a";
}
.ph-bold.ph-cursor:before {
  content: "\ea8b";
}
.ph-bold.ph-cursor-click:before {
  content: "\ea8c";
}
.ph-bold.ph-cursor-text:before {
  content: "\ea8d";
}
.ph-bold.ph-cylinder:before {
  content: "\ea8e";
}
.ph-bold.ph-database:before {
  content: "\ea8f";
}
.ph-bold.ph-desktop:before {
  content: "\ea90";
}
.ph-bold.ph-desktop-tower:before {
  content: "\ea91";
}
.ph-bold.ph-detective:before {
  content: "\ea92";
}
.ph-bold.ph-device-mobile:before {
  content: "\ea93";
}
.ph-bold.ph-device-mobile-camera:before {
  content: "\ea94";
}
.ph-bold.ph-device-mobile-speaker:before {
  content: "\ea95";
}
.ph-bold.ph-devices:before {
  content: "\ea96";
}
.ph-bold.ph-device-tablet:before {
  content: "\ea97";
}
.ph-bold.ph-device-tablet-camera:before {
  content: "\ea98";
}
.ph-bold.ph-device-tablet-speaker:before {
  content: "\ea99";
}
.ph-bold.ph-dev-to-logo:before {
  content: "\ea9a";
}
.ph-bold.ph-diamond:before {
  content: "\ea9b";
}
.ph-bold.ph-diamonds-four:before {
  content: "\ea9c";
}
.ph-bold.ph-dice-five:before {
  content: "\ea9d";
}
.ph-bold.ph-dice-four:before {
  content: "\ea9e";
}
.ph-bold.ph-dice-one:before {
  content: "\ea9f";
}
.ph-bold.ph-dice-six:before {
  content: "\eaa0";
}
.ph-bold.ph-dice-three:before {
  content: "\eaa1";
}
.ph-bold.ph-dice-two:before {
  content: "\eaa2";
}
.ph-bold.ph-disc:before {
  content: "\eaa3";
}
.ph-bold.ph-discord-logo:before {
  content: "\eaa4";
}
.ph-bold.ph-divide:before {
  content: "\eaa5";
}
.ph-bold.ph-dna:before {
  content: "\eaa6";
}
.ph-bold.ph-dog:before {
  content: "\eaa7";
}
.ph-bold.ph-door:before {
  content: "\eaa8";
}
.ph-bold.ph-door-open:before {
  content: "\eaa9";
}
.ph-bold.ph-dot:before {
  content: "\eaaa";
}
.ph-bold.ph-dot-outline:before {
  content: "\eaab";
}
.ph-bold.ph-dots-nine:before {
  content: "\eaac";
}
.ph-bold.ph-dots-six:before {
  content: "\eaad";
}
.ph-bold.ph-dots-six-vertical:before {
  content: "\eaae";
}
.ph-bold.ph-dots-three:before {
  content: "\eaaf";
}
.ph-bold.ph-dots-three-circle:before {
  content: "\eab0";
}
.ph-bold.ph-dots-three-circle-vertical:before {
  content: "\eab1";
}
.ph-bold.ph-dots-three-outline:before {
  content: "\eab2";
}
.ph-bold.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}
.ph-bold.ph-dots-three-vertical:before {
  content: "\eab4";
}
.ph-bold.ph-download:before {
  content: "\eab5";
}
.ph-bold.ph-download-simple:before {
  content: "\eab6";
}
.ph-bold.ph-dress:before {
  content: "\eab7";
}
.ph-bold.ph-dribbble-logo:before {
  content: "\eab8";
}
.ph-bold.ph-drop:before {
  content: "\eab9";
}
.ph-bold.ph-dropbox-logo:before {
  content: "\eaba";
}
.ph-bold.ph-drop-half:before {
  content: "\eabb";
}
.ph-bold.ph-drop-half-bottom:before {
  content: "\eabc";
}
.ph-bold.ph-ear:before {
  content: "\eabd";
}
.ph-bold.ph-ear-slash:before {
  content: "\eabe";
}
.ph-bold.ph-egg:before {
  content: "\eabf";
}
.ph-bold.ph-egg-crack:before {
  content: "\eac0";
}
.ph-bold.ph-eject:before {
  content: "\eac1";
}
.ph-bold.ph-eject-simple:before {
  content: "\eac2";
}
.ph-bold.ph-elevator:before {
  content: "\eac3";
}
.ph-bold.ph-engine:before {
  content: "\eac4";
}
.ph-bold.ph-envelope:before {
  content: "\eac5";
}
.ph-bold.ph-envelope-open:before {
  content: "\eac6";
}
.ph-bold.ph-envelope-simple:before {
  content: "\eac7";
}
.ph-bold.ph-envelope-simple-open:before {
  content: "\eac8";
}
.ph-bold.ph-equalizer:before {
  content: "\eac9";
}
.ph-bold.ph-equals:before {
  content: "\eaca";
}
.ph-bold.ph-eraser:before {
  content: "\eacb";
}
.ph-bold.ph-escalator-down:before {
  content: "\eacc";
}
.ph-bold.ph-escalator-up:before {
  content: "\eacd";
}
.ph-bold.ph-exam:before {
  content: "\eace";
}
.ph-bold.ph-exclude:before {
  content: "\eacf";
}
.ph-bold.ph-exclude-square:before {
  content: "\ead0";
}
.ph-bold.ph-export:before {
  content: "\ead1";
}
.ph-bold.ph-eye:before {
  content: "\ead2";
}
.ph-bold.ph-eye-closed:before {
  content: "\ead3";
}
.ph-bold.ph-eyedropper:before {
  content: "\ead4";
}
.ph-bold.ph-eyedropper-sample:before {
  content: "\ead5";
}
.ph-bold.ph-eyeglasses:before {
  content: "\ead6";
}
.ph-bold.ph-eye-slash:before {
  content: "\ead7";
}
.ph-bold.ph-facebook-logo:before {
  content: "\ead8";
}
.ph-bold.ph-face-mask:before {
  content: "\ead9";
}
.ph-bold.ph-factory:before {
  content: "\eada";
}
.ph-bold.ph-faders:before {
  content: "\eadb";
}
.ph-bold.ph-faders-horizontal:before {
  content: "\eadc";
}
.ph-bold.ph-fan:before {
  content: "\eadd";
}
.ph-bold.ph-fast-forward:before {
  content: "\eade";
}
.ph-bold.ph-fast-forward-circle:before {
  content: "\eadf";
}
.ph-bold.ph-feather:before {
  content: "\eae0";
}
.ph-bold.ph-figma-logo:before {
  content: "\eae1";
}
.ph-bold.ph-file-archive:before {
  content: "\eae2";
}
.ph-bold.ph-file-arrow-down:before {
  content: "\eae3";
}
.ph-bold.ph-file-arrow-up:before {
  content: "\eae4";
}
.ph-bold.ph-file-audio:before {
  content: "\eae5";
}
.ph-bold.ph-file:before {
  content: "\eae6";
}
.ph-bold.ph-file-cloud:before {
  content: "\eae7";
}
.ph-bold.ph-file-code:before {
  content: "\eae8";
}
.ph-bold.ph-file-css:before {
  content: "\eae9";
}
.ph-bold.ph-file-csv:before {
  content: "\eaea";
}
.ph-bold.ph-file-dashed:before, .ph-bold.ph-file-dotted:before {
  content: "\eaeb";
}
.ph-bold.ph-file-doc:before {
  content: "\eaec";
}
.ph-bold.ph-file-html:before {
  content: "\eaed";
}
.ph-bold.ph-file-image:before {
  content: "\eaee";
}
.ph-bold.ph-file-jpg:before {
  content: "\eaef";
}
.ph-bold.ph-file-js:before {
  content: "\eaf0";
}
.ph-bold.ph-file-jsx:before {
  content: "\eaf1";
}
.ph-bold.ph-file-lock:before {
  content: "\eaf2";
}
.ph-bold.ph-file-magnifying-glass:before, .ph-bold.ph-file-search:before {
  content: "\eaf3";
}
.ph-bold.ph-file-minus:before {
  content: "\eaf4";
}
.ph-bold.ph-file-pdf:before {
  content: "\eaf5";
}
.ph-bold.ph-file-plus:before {
  content: "\eaf6";
}
.ph-bold.ph-file-png:before {
  content: "\eaf7";
}
.ph-bold.ph-file-ppt:before {
  content: "\eaf8";
}
.ph-bold.ph-file-rs:before {
  content: "\eaf9";
}
.ph-bold.ph-files:before {
  content: "\eafa";
}
.ph-bold.ph-file-sql:before {
  content: "\eafb";
}
.ph-bold.ph-file-svg:before {
  content: "\eafc";
}
.ph-bold.ph-file-text:before {
  content: "\eafd";
}
.ph-bold.ph-file-ts:before {
  content: "\eafe";
}
.ph-bold.ph-file-tsx:before {
  content: "\eaff";
}
.ph-bold.ph-file-video:before {
  content: "\eb00";
}
.ph-bold.ph-file-vue:before {
  content: "\eb01";
}
.ph-bold.ph-file-x:before {
  content: "\eb02";
}
.ph-bold.ph-file-xls:before {
  content: "\eb03";
}
.ph-bold.ph-file-zip:before {
  content: "\eb04";
}
.ph-bold.ph-film-reel:before {
  content: "\eb05";
}
.ph-bold.ph-film-script:before {
  content: "\eb06";
}
.ph-bold.ph-film-slate:before {
  content: "\eb07";
}
.ph-bold.ph-film-strip:before {
  content: "\eb08";
}
.ph-bold.ph-fingerprint:before {
  content: "\eb09";
}
.ph-bold.ph-fingerprint-simple:before {
  content: "\eb0a";
}
.ph-bold.ph-finn-the-human:before {
  content: "\eb0b";
}
.ph-bold.ph-fire:before {
  content: "\eb0c";
}
.ph-bold.ph-fire-extinguisher:before {
  content: "\eb0d";
}
.ph-bold.ph-fire-simple:before {
  content: "\eb0e";
}
.ph-bold.ph-first-aid:before {
  content: "\eb0f";
}
.ph-bold.ph-first-aid-kit:before {
  content: "\eb10";
}
.ph-bold.ph-fish:before {
  content: "\eb11";
}
.ph-bold.ph-fish-simple:before {
  content: "\eb12";
}
.ph-bold.ph-flag-banner:before {
  content: "\eb13";
}
.ph-bold.ph-flag:before {
  content: "\eb14";
}
.ph-bold.ph-flag-checkered:before {
  content: "\eb15";
}
.ph-bold.ph-flag-pennant:before {
  content: "\eb16";
}
.ph-bold.ph-flame:before {
  content: "\eb17";
}
.ph-bold.ph-flashlight:before {
  content: "\eb18";
}
.ph-bold.ph-flask:before {
  content: "\eb19";
}
.ph-bold.ph-floppy-disk-back:before {
  content: "\eb1a";
}
.ph-bold.ph-floppy-disk:before {
  content: "\eb1b";
}
.ph-bold.ph-flow-arrow:before {
  content: "\eb1c";
}
.ph-bold.ph-flower:before {
  content: "\eb1d";
}
.ph-bold.ph-flower-lotus:before {
  content: "\eb1e";
}
.ph-bold.ph-flower-tulip:before {
  content: "\eb1f";
}
.ph-bold.ph-flying-saucer:before {
  content: "\eb20";
}
.ph-bold.ph-folder:before {
  content: "\eb21";
}
.ph-bold.ph-folder-dashed:before, .ph-bold.ph-folder-dotted:before {
  content: "\eb22";
}
.ph-bold.ph-folder-lock:before {
  content: "\eb23";
}
.ph-bold.ph-folder-minus:before {
  content: "\eb24";
}
.ph-bold.ph-folder-notch:before {
  content: "\eb25";
}
.ph-bold.ph-folder-notch-minus:before {
  content: "\eb26";
}
.ph-bold.ph-folder-notch-open:before {
  content: "\eb27";
}
.ph-bold.ph-folder-notch-plus:before {
  content: "\eb28";
}
.ph-bold.ph-folder-open:before {
  content: "\eb29";
}
.ph-bold.ph-folder-plus:before {
  content: "\eb2a";
}
.ph-bold.ph-folders:before {
  content: "\eb2b";
}
.ph-bold.ph-folder-simple:before {
  content: "\eb2c";
}
.ph-bold.ph-folder-simple-dashed:before, .ph-bold.ph-folder-simple-dotted:before {
  content: "\eb2d";
}
.ph-bold.ph-folder-simple-lock:before {
  content: "\eb2e";
}
.ph-bold.ph-folder-simple-minus:before {
  content: "\eb2f";
}
.ph-bold.ph-folder-simple-plus:before {
  content: "\eb30";
}
.ph-bold.ph-folder-simple-star:before {
  content: "\eb31";
}
.ph-bold.ph-folder-simple-user:before {
  content: "\eb32";
}
.ph-bold.ph-folder-star:before {
  content: "\eb33";
}
.ph-bold.ph-folder-user:before {
  content: "\eb34";
}
.ph-bold.ph-football:before {
  content: "\eb35";
}
.ph-bold.ph-footprints:before {
  content: "\eb36";
}
.ph-bold.ph-fork-knife:before {
  content: "\eb37";
}
.ph-bold.ph-frame-corners:before {
  content: "\eb38";
}
.ph-bold.ph-framer-logo:before {
  content: "\eb39";
}
.ph-bold.ph-function:before {
  content: "\eb3a";
}
.ph-bold.ph-funnel:before {
  content: "\eb3b";
}
.ph-bold.ph-funnel-simple:before {
  content: "\eb3c";
}
.ph-bold.ph-game-controller:before {
  content: "\eb3d";
}
.ph-bold.ph-garage:before {
  content: "\eb3e";
}
.ph-bold.ph-gas-can:before {
  content: "\eb3f";
}
.ph-bold.ph-gas-pump:before {
  content: "\eb40";
}
.ph-bold.ph-gauge:before {
  content: "\eb41";
}
.ph-bold.ph-gavel:before {
  content: "\eb42";
}
.ph-bold.ph-gear:before {
  content: "\eb43";
}
.ph-bold.ph-gear-fine:before {
  content: "\eb44";
}
.ph-bold.ph-gear-six:before {
  content: "\eb45";
}
.ph-bold.ph-gender-female:before {
  content: "\eb46";
}
.ph-bold.ph-gender-intersex:before {
  content: "\eb47";
}
.ph-bold.ph-gender-male:before {
  content: "\eb48";
}
.ph-bold.ph-gender-neuter:before {
  content: "\eb49";
}
.ph-bold.ph-gender-nonbinary:before {
  content: "\eb4a";
}
.ph-bold.ph-gender-transgender:before {
  content: "\eb4b";
}
.ph-bold.ph-ghost:before {
  content: "\eb4c";
}
.ph-bold.ph-gif:before {
  content: "\eb4d";
}
.ph-bold.ph-gift:before {
  content: "\eb4e";
}
.ph-bold.ph-git-branch:before {
  content: "\eb4f";
}
.ph-bold.ph-git-commit:before {
  content: "\eb50";
}
.ph-bold.ph-git-diff:before {
  content: "\eb51";
}
.ph-bold.ph-git-fork:before {
  content: "\eb52";
}
.ph-bold.ph-github-logo:before {
  content: "\eb53";
}
.ph-bold.ph-gitlab-logo:before {
  content: "\eb54";
}
.ph-bold.ph-gitlab-logo-simple:before {
  content: "\eb55";
}
.ph-bold.ph-git-merge:before {
  content: "\eb56";
}
.ph-bold.ph-git-pull-request:before {
  content: "\eb57";
}
.ph-bold.ph-globe:before {
  content: "\eb58";
}
.ph-bold.ph-globe-hemisphere-east:before {
  content: "\eb59";
}
.ph-bold.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}
.ph-bold.ph-globe-simple:before {
  content: "\eb5b";
}
.ph-bold.ph-globe-stand:before {
  content: "\eb5c";
}
.ph-bold.ph-goggles:before {
  content: "\eb5d";
}
.ph-bold.ph-goodreads-logo:before {
  content: "\eb5e";
}
.ph-bold.ph-google-cardboard-logo:before {
  content: "\eb5f";
}
.ph-bold.ph-google-chrome-logo:before {
  content: "\eb60";
}
.ph-bold.ph-google-drive-logo:before {
  content: "\eb61";
}
.ph-bold.ph-google-logo:before {
  content: "\eb62";
}
.ph-bold.ph-google-photos-logo:before {
  content: "\eb63";
}
.ph-bold.ph-google-play-logo:before {
  content: "\eb64";
}
.ph-bold.ph-google-podcasts-logo:before {
  content: "\eb65";
}
.ph-bold.ph-gradient:before {
  content: "\eb66";
}
.ph-bold.ph-graduation-cap:before {
  content: "\eb67";
}
.ph-bold.ph-grains:before {
  content: "\eb68";
}
.ph-bold.ph-grains-slash:before {
  content: "\eb69";
}
.ph-bold.ph-graph:before {
  content: "\eb6a";
}
.ph-bold.ph-grid-four:before {
  content: "\eb6b";
}
.ph-bold.ph-grid-nine:before {
  content: "\eb6c";
}
.ph-bold.ph-guitar:before {
  content: "\eb6d";
}
.ph-bold.ph-hamburger:before {
  content: "\eb6e";
}
.ph-bold.ph-hammer:before {
  content: "\eb6f";
}
.ph-bold.ph-handbag:before {
  content: "\eb70";
}
.ph-bold.ph-handbag-simple:before {
  content: "\eb71";
}
.ph-bold.ph-hand:before {
  content: "\eb72";
}
.ph-bold.ph-hand-coins:before {
  content: "\eb73";
}
.ph-bold.ph-hand-eye:before {
  content: "\eb74";
}
.ph-bold.ph-hand-fist:before {
  content: "\eb75";
}
.ph-bold.ph-hand-grabbing:before {
  content: "\eb76";
}
.ph-bold.ph-hand-heart:before {
  content: "\eb77";
}
.ph-bold.ph-hand-palm:before {
  content: "\eb78";
}
.ph-bold.ph-hand-pointing:before {
  content: "\eb79";
}
.ph-bold.ph-hands-clapping:before {
  content: "\eb7a";
}
.ph-bold.ph-handshake:before {
  content: "\eb7b";
}
.ph-bold.ph-hand-soap:before {
  content: "\eb7c";
}
.ph-bold.ph-hands-praying:before {
  content: "\eb7d";
}
.ph-bold.ph-hand-swipe-left:before {
  content: "\eb7e";
}
.ph-bold.ph-hand-swipe-right:before {
  content: "\eb7f";
}
.ph-bold.ph-hand-tap:before {
  content: "\eb80";
}
.ph-bold.ph-hand-waving:before {
  content: "\eb81";
}
.ph-bold.ph-hard-drive:before {
  content: "\eb82";
}
.ph-bold.ph-hard-drives:before {
  content: "\eb83";
}
.ph-bold.ph-hash:before {
  content: "\eb84";
}
.ph-bold.ph-hash-straight:before {
  content: "\eb85";
}
.ph-bold.ph-headlights:before {
  content: "\eb86";
}
.ph-bold.ph-headphones:before {
  content: "\eb87";
}
.ph-bold.ph-headset:before {
  content: "\eb88";
}
.ph-bold.ph-heartbeat:before {
  content: "\eb89";
}
.ph-bold.ph-heart:before {
  content: "\eb8a";
}
.ph-bold.ph-heart-break:before {
  content: "\eb8b";
}
.ph-bold.ph-heart-half:before {
  content: "\eb8c";
}
.ph-bold.ph-heart-straight:before {
  content: "\eb8d";
}
.ph-bold.ph-heart-straight-break:before {
  content: "\eb8e";
}
.ph-bold.ph-hexagon:before {
  content: "\eb8f";
}
.ph-bold.ph-high-heel:before {
  content: "\eb90";
}
.ph-bold.ph-highlighter-circle:before {
  content: "\eb91";
}
.ph-bold.ph-hoodie:before {
  content: "\eb92";
}
.ph-bold.ph-horse:before {
  content: "\eb93";
}
.ph-bold.ph-hourglass:before {
  content: "\eb94";
}
.ph-bold.ph-hourglass-high:before {
  content: "\eb95";
}
.ph-bold.ph-hourglass-low:before {
  content: "\eb96";
}
.ph-bold.ph-hourglass-medium:before {
  content: "\eb97";
}
.ph-bold.ph-hourglass-simple:before {
  content: "\eb98";
}
.ph-bold.ph-hourglass-simple-high:before {
  content: "\eb99";
}
.ph-bold.ph-hourglass-simple-low:before {
  content: "\eb9a";
}
.ph-bold.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}
.ph-bold.ph-house:before {
  content: "\eb9c";
}
.ph-bold.ph-house-line:before {
  content: "\eb9d";
}
.ph-bold.ph-house-simple:before {
  content: "\eb9e";
}
.ph-bold.ph-ice-cream:before {
  content: "\eb9f";
}
.ph-bold.ph-identification-badge:before {
  content: "\eba0";
}
.ph-bold.ph-identification-card:before {
  content: "\eba1";
}
.ph-bold.ph-image:before {
  content: "\eba2";
}
.ph-bold.ph-images:before {
  content: "\eba3";
}
.ph-bold.ph-image-square:before {
  content: "\eba4";
}
.ph-bold.ph-images-square:before {
  content: "\eba5";
}
.ph-bold.ph-infinity:before {
  content: "\eba6";
}
.ph-bold.ph-info:before {
  content: "\eba7";
}
.ph-bold.ph-instagram-logo:before {
  content: "\eba8";
}
.ph-bold.ph-intersect:before {
  content: "\eba9";
}
.ph-bold.ph-intersect-square:before {
  content: "\ebaa";
}
.ph-bold.ph-intersect-three:before {
  content: "\ebab";
}
.ph-bold.ph-jeep:before {
  content: "\ebac";
}
.ph-bold.ph-kanban:before {
  content: "\ebad";
}
.ph-bold.ph-keyboard:before {
  content: "\ebae";
}
.ph-bold.ph-key:before {
  content: "\ebaf";
}
.ph-bold.ph-keyhole:before {
  content: "\ebb0";
}
.ph-bold.ph-key-return:before {
  content: "\ebb1";
}
.ph-bold.ph-knife:before {
  content: "\ebb2";
}
.ph-bold.ph-ladder:before {
  content: "\ebb3";
}
.ph-bold.ph-ladder-simple:before {
  content: "\ebb4";
}
.ph-bold.ph-lamp:before {
  content: "\ebb5";
}
.ph-bold.ph-laptop:before {
  content: "\ebb6";
}
.ph-bold.ph-layout:before {
  content: "\ebb7";
}
.ph-bold.ph-leaf:before {
  content: "\ebb8";
}
.ph-bold.ph-lifebuoy:before {
  content: "\ebb9";
}
.ph-bold.ph-lightbulb:before {
  content: "\ebba";
}
.ph-bold.ph-lightbulb-filament:before {
  content: "\ebbb";
}
.ph-bold.ph-lighthouse:before {
  content: "\ebbc";
}
.ph-bold.ph-lightning-a:before {
  content: "\ebbd";
}
.ph-bold.ph-lightning:before {
  content: "\ebbe";
}
.ph-bold.ph-lightning-slash:before {
  content: "\ebbf";
}
.ph-bold.ph-line-segment:before {
  content: "\ebc0";
}
.ph-bold.ph-line-segments:before {
  content: "\ebc1";
}
.ph-bold.ph-link:before {
  content: "\ebc2";
}
.ph-bold.ph-link-break:before {
  content: "\ebc3";
}
.ph-bold.ph-linkedin-logo:before {
  content: "\ebc4";
}
.ph-bold.ph-link-simple:before {
  content: "\ebc5";
}
.ph-bold.ph-link-simple-break:before {
  content: "\ebc6";
}
.ph-bold.ph-link-simple-horizontal:before {
  content: "\ebc7";
}
.ph-bold.ph-link-simple-horizontal-break:before {
  content: "\ebc8";
}
.ph-bold.ph-linux-logo:before {
  content: "\ebc9";
}
.ph-bold.ph-list:before {
  content: "\ebca";
}
.ph-bold.ph-list-bullets:before {
  content: "\ebcb";
}
.ph-bold.ph-list-checks:before {
  content: "\ebcc";
}
.ph-bold.ph-list-dashes:before {
  content: "\ebcd";
}
.ph-bold.ph-list-magnifying-glass:before {
  content: "\ebce";
}
.ph-bold.ph-list-numbers:before {
  content: "\ebcf";
}
.ph-bold.ph-list-plus:before {
  content: "\ebd0";
}
.ph-bold.ph-lock:before {
  content: "\ebd1";
}
.ph-bold.ph-lockers:before {
  content: "\ebd2";
}
.ph-bold.ph-lock-key:before {
  content: "\ebd3";
}
.ph-bold.ph-lock-key-open:before {
  content: "\ebd4";
}
.ph-bold.ph-lock-laminated:before {
  content: "\ebd5";
}
.ph-bold.ph-lock-laminated-open:before {
  content: "\ebd6";
}
.ph-bold.ph-lock-open:before {
  content: "\ebd7";
}
.ph-bold.ph-lock-simple:before {
  content: "\ebd8";
}
.ph-bold.ph-lock-simple-open:before {
  content: "\ebd9";
}
.ph-bold.ph-magic-wand:before {
  content: "\ebda";
}
.ph-bold.ph-magnet:before {
  content: "\ebdb";
}
.ph-bold.ph-magnet-straight:before {
  content: "\ebdc";
}
.ph-bold.ph-magnifying-glass:before {
  content: "\ebdd";
}
.ph-bold.ph-magnifying-glass-minus:before {
  content: "\ebde";
}
.ph-bold.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}
.ph-bold.ph-map-pin:before {
  content: "\ebe0";
}
.ph-bold.ph-map-pin-line:before {
  content: "\ebe1";
}
.ph-bold.ph-map-trifold:before {
  content: "\ebe2";
}
.ph-bold.ph-marker-circle:before {
  content: "\ebe3";
}
.ph-bold.ph-martini:before {
  content: "\ebe4";
}
.ph-bold.ph-mask-happy:before {
  content: "\ebe5";
}
.ph-bold.ph-mask-sad:before {
  content: "\ebe6";
}
.ph-bold.ph-math-operations:before {
  content: "\ebe7";
}
.ph-bold.ph-medal:before {
  content: "\ebe8";
}
.ph-bold.ph-medal-military:before {
  content: "\ebe9";
}
.ph-bold.ph-medium-logo:before {
  content: "\ebea";
}
.ph-bold.ph-megaphone:before {
  content: "\ebeb";
}
.ph-bold.ph-megaphone-simple:before {
  content: "\ebec";
}
.ph-bold.ph-messenger-logo:before {
  content: "\ebed";
}
.ph-bold.ph-meta-logo:before {
  content: "\ebee";
}
.ph-bold.ph-metronome:before {
  content: "\ebef";
}
.ph-bold.ph-microphone:before {
  content: "\ebf0";
}
.ph-bold.ph-microphone-slash:before {
  content: "\ebf1";
}
.ph-bold.ph-microphone-stage:before {
  content: "\ebf2";
}
.ph-bold.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}
.ph-bold.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}
.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}
.ph-bold.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}
.ph-bold.ph-microsoft-word-logo:before {
  content: "\ebf7";
}
.ph-bold.ph-minus:before {
  content: "\ebf8";
}
.ph-bold.ph-minus-circle:before {
  content: "\ebf9";
}
.ph-bold.ph-minus-square:before {
  content: "\ebfa";
}
.ph-bold.ph-money:before {
  content: "\ebfb";
}
.ph-bold.ph-monitor:before {
  content: "\ebfc";
}
.ph-bold.ph-monitor-play:before {
  content: "\ebfd";
}
.ph-bold.ph-moon:before {
  content: "\ebfe";
}
.ph-bold.ph-moon-stars:before {
  content: "\ebff";
}
.ph-bold.ph-moped:before {
  content: "\ec00";
}
.ph-bold.ph-moped-front:before {
  content: "\ec01";
}
.ph-bold.ph-mosque:before {
  content: "\ec02";
}
.ph-bold.ph-motorcycle:before {
  content: "\ec03";
}
.ph-bold.ph-mountains:before {
  content: "\ec04";
}
.ph-bold.ph-mouse:before {
  content: "\ec05";
}
.ph-bold.ph-mouse-simple:before {
  content: "\ec06";
}
.ph-bold.ph-music-note:before {
  content: "\ec07";
}
.ph-bold.ph-music-notes:before {
  content: "\ec08";
}
.ph-bold.ph-music-note-simple:before {
  content: "\ec09";
}
.ph-bold.ph-music-notes-plus:before {
  content: "\ec0a";
}
.ph-bold.ph-music-notes-simple:before {
  content: "\ec0b";
}
.ph-bold.ph-navigation-arrow:before {
  content: "\ec0c";
}
.ph-bold.ph-needle:before {
  content: "\ec0d";
}
.ph-bold.ph-newspaper:before {
  content: "\ec0e";
}
.ph-bold.ph-newspaper-clipping:before {
  content: "\ec0f";
}
.ph-bold.ph-notches:before {
  content: "\ec10";
}
.ph-bold.ph-note-blank:before {
  content: "\ec11";
}
.ph-bold.ph-note:before {
  content: "\ec12";
}
.ph-bold.ph-notebook:before {
  content: "\ec13";
}
.ph-bold.ph-notepad:before {
  content: "\ec14";
}
.ph-bold.ph-note-pencil:before {
  content: "\ec15";
}
.ph-bold.ph-notification:before {
  content: "\ec16";
}
.ph-bold.ph-notion-logo:before {
  content: "\ec17";
}
.ph-bold.ph-number-circle-eight:before {
  content: "\ec18";
}
.ph-bold.ph-number-circle-five:before {
  content: "\ec19";
}
.ph-bold.ph-number-circle-four:before {
  content: "\ec1a";
}
.ph-bold.ph-number-circle-nine:before {
  content: "\ec1b";
}
.ph-bold.ph-number-circle-one:before {
  content: "\ec1c";
}
.ph-bold.ph-number-circle-seven:before {
  content: "\ec1d";
}
.ph-bold.ph-number-circle-six:before {
  content: "\ec1e";
}
.ph-bold.ph-number-circle-three:before {
  content: "\ec1f";
}
.ph-bold.ph-number-circle-two:before {
  content: "\ec20";
}
.ph-bold.ph-number-circle-zero:before {
  content: "\ec21";
}
.ph-bold.ph-number-eight:before {
  content: "\ec22";
}
.ph-bold.ph-number-five:before {
  content: "\ec23";
}
.ph-bold.ph-number-four:before {
  content: "\ec24";
}
.ph-bold.ph-number-nine:before {
  content: "\ec25";
}
.ph-bold.ph-number-one:before {
  content: "\ec26";
}
.ph-bold.ph-number-seven:before {
  content: "\ec27";
}
.ph-bold.ph-number-six:before {
  content: "\ec28";
}
.ph-bold.ph-number-square-eight:before {
  content: "\ec29";
}
.ph-bold.ph-number-square-five:before {
  content: "\ec2a";
}
.ph-bold.ph-number-square-four:before {
  content: "\ec2b";
}
.ph-bold.ph-number-square-nine:before {
  content: "\ec2c";
}
.ph-bold.ph-number-square-one:before {
  content: "\ec2d";
}
.ph-bold.ph-number-square-seven:before {
  content: "\ec2e";
}
.ph-bold.ph-number-square-six:before {
  content: "\ec2f";
}
.ph-bold.ph-number-square-three:before {
  content: "\ec30";
}
.ph-bold.ph-number-square-two:before {
  content: "\ec31";
}
.ph-bold.ph-number-square-zero:before {
  content: "\ec32";
}
.ph-bold.ph-number-three:before {
  content: "\ec33";
}
.ph-bold.ph-number-two:before {
  content: "\ec34";
}
.ph-bold.ph-number-zero:before {
  content: "\ec35";
}
.ph-bold.ph-nut:before {
  content: "\ec36";
}
.ph-bold.ph-ny-times-logo:before {
  content: "\ec37";
}
.ph-bold.ph-octagon:before {
  content: "\ec38";
}
.ph-bold.ph-office-chair:before {
  content: "\ec39";
}
.ph-bold.ph-option:before {
  content: "\ec3a";
}
.ph-bold.ph-orange-slice:before {
  content: "\ec3b";
}
.ph-bold.ph-package:before {
  content: "\ec3c";
}
.ph-bold.ph-paint-brush:before {
  content: "\ec3d";
}
.ph-bold.ph-paint-brush-broad:before {
  content: "\ec3e";
}
.ph-bold.ph-paint-brush-household:before {
  content: "\ec3f";
}
.ph-bold.ph-paint-bucket:before {
  content: "\ec40";
}
.ph-bold.ph-paint-roller:before {
  content: "\ec41";
}
.ph-bold.ph-palette:before {
  content: "\ec42";
}
.ph-bold.ph-pants:before {
  content: "\ec43";
}
.ph-bold.ph-paperclip:before {
  content: "\ec44";
}
.ph-bold.ph-paperclip-horizontal:before {
  content: "\ec45";
}
.ph-bold.ph-paper-plane:before {
  content: "\ec46";
}
.ph-bold.ph-paper-plane-right:before {
  content: "\ec47";
}
.ph-bold.ph-paper-plane-tilt:before {
  content: "\ec48";
}
.ph-bold.ph-parachute:before {
  content: "\ec49";
}
.ph-bold.ph-paragraph:before {
  content: "\ec4a";
}
.ph-bold.ph-parallelogram:before {
  content: "\ec4b";
}
.ph-bold.ph-park:before {
  content: "\ec4c";
}
.ph-bold.ph-password:before {
  content: "\ec4d";
}
.ph-bold.ph-path:before {
  content: "\ec4e";
}
.ph-bold.ph-patreon-logo:before {
  content: "\ec4f";
}
.ph-bold.ph-pause:before {
  content: "\ec50";
}
.ph-bold.ph-pause-circle:before {
  content: "\ec51";
}
.ph-bold.ph-paw-print:before {
  content: "\ec52";
}
.ph-bold.ph-paypal-logo:before {
  content: "\ec53";
}
.ph-bold.ph-peace:before {
  content: "\ec54";
}
.ph-bold.ph-pen:before {
  content: "\ec55";
}
.ph-bold.ph-pencil:before {
  content: "\ec56";
}
.ph-bold.ph-pencil-circle:before {
  content: "\ec57";
}
.ph-bold.ph-pencil-line:before {
  content: "\ec58";
}
.ph-bold.ph-pencil-simple:before {
  content: "\ec59";
}
.ph-bold.ph-pencil-simple-line:before {
  content: "\ec5a";
}
.ph-bold.ph-pencil-simple-slash:before {
  content: "\ec5b";
}
.ph-bold.ph-pencil-slash:before {
  content: "\ec5c";
}
.ph-bold.ph-pen-nib:before {
  content: "\ec5d";
}
.ph-bold.ph-pen-nib-straight:before {
  content: "\ec5e";
}
.ph-bold.ph-pentagram:before {
  content: "\ec5f";
}
.ph-bold.ph-pepper:before {
  content: "\ec60";
}
.ph-bold.ph-percent:before {
  content: "\ec61";
}
.ph-bold.ph-person-arms-spread:before {
  content: "\ec62";
}
.ph-bold.ph-person:before {
  content: "\ec63";
}
.ph-bold.ph-person-simple-bike:before {
  content: "\ec64";
}
.ph-bold.ph-person-simple:before {
  content: "\ec65";
}
.ph-bold.ph-person-simple-run:before {
  content: "\ec66";
}
.ph-bold.ph-person-simple-throw:before {
  content: "\ec67";
}
.ph-bold.ph-person-simple-walk:before {
  content: "\ec68";
}
.ph-bold.ph-perspective:before {
  content: "\ec69";
}
.ph-bold.ph-phone:before {
  content: "\ec6a";
}
.ph-bold.ph-phone-call:before {
  content: "\ec6b";
}
.ph-bold.ph-phone-disconnect:before {
  content: "\ec6c";
}
.ph-bold.ph-phone-incoming:before {
  content: "\ec6d";
}
.ph-bold.ph-phone-outgoing:before {
  content: "\ec6e";
}
.ph-bold.ph-phone-plus:before {
  content: "\ec6f";
}
.ph-bold.ph-phone-slash:before {
  content: "\ec70";
}
.ph-bold.ph-phone-x:before {
  content: "\ec71";
}
.ph-bold.ph-phosphor-logo:before {
  content: "\ec72";
}
.ph-bold.ph-piano-keys:before {
  content: "\ec73";
}
.ph-bold.ph-pi:before {
  content: "\ec74";
}
.ph-bold.ph-picture-in-picture:before {
  content: "\ec75";
}
.ph-bold.ph-piggy-bank:before {
  content: "\ec76";
}
.ph-bold.ph-pill:before {
  content: "\ec77";
}
.ph-bold.ph-pinterest-logo:before {
  content: "\ec78";
}
.ph-bold.ph-pinwheel:before {
  content: "\ec79";
}
.ph-bold.ph-pizza:before {
  content: "\ec7a";
}
.ph-bold.ph-placeholder:before {
  content: "\ec7b";
}
.ph-bold.ph-planet:before {
  content: "\ec7c";
}
.ph-bold.ph-plant:before {
  content: "\ec7d";
}
.ph-bold.ph-play:before {
  content: "\ec7e";
}
.ph-bold.ph-play-circle:before {
  content: "\ec7f";
}
.ph-bold.ph-playlist:before {
  content: "\ec80";
}
.ph-bold.ph-play-pause:before {
  content: "\ec81";
}
.ph-bold.ph-plug:before {
  content: "\ec82";
}
.ph-bold.ph-plug-charging:before {
  content: "\ec83";
}
.ph-bold.ph-plugs:before {
  content: "\ec84";
}
.ph-bold.ph-plugs-connected:before {
  content: "\ec85";
}
.ph-bold.ph-plus:before {
  content: "\ec86";
}
.ph-bold.ph-plus-circle:before {
  content: "\ec87";
}
.ph-bold.ph-plus-minus:before {
  content: "\ec88";
}
.ph-bold.ph-plus-square:before {
  content: "\ec89";
}
.ph-bold.ph-poker-chip:before {
  content: "\ec8a";
}
.ph-bold.ph-police-car:before {
  content: "\ec8b";
}
.ph-bold.ph-polygon:before {
  content: "\ec8c";
}
.ph-bold.ph-popcorn:before {
  content: "\ec8d";
}
.ph-bold.ph-potted-plant:before {
  content: "\ec8e";
}
.ph-bold.ph-power:before {
  content: "\ec8f";
}
.ph-bold.ph-prescription:before {
  content: "\ec90";
}
.ph-bold.ph-presentation:before {
  content: "\ec91";
}
.ph-bold.ph-presentation-chart:before {
  content: "\ec92";
}
.ph-bold.ph-printer:before {
  content: "\ec93";
}
.ph-bold.ph-prohibit:before {
  content: "\ec94";
}
.ph-bold.ph-prohibit-inset:before {
  content: "\ec95";
}
.ph-bold.ph-projector-screen:before {
  content: "\ec96";
}
.ph-bold.ph-projector-screen-chart:before {
  content: "\ec97";
}
.ph-bold.ph-pulse:before, .ph-bold.ph-activity:before {
  content: "\ec98";
}
.ph-bold.ph-push-pin:before {
  content: "\ec99";
}
.ph-bold.ph-push-pin-simple:before {
  content: "\ec9a";
}
.ph-bold.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}
.ph-bold.ph-push-pin-slash:before {
  content: "\ec9c";
}
.ph-bold.ph-puzzle-piece:before {
  content: "\ec9d";
}
.ph-bold.ph-qr-code:before {
  content: "\ec9e";
}
.ph-bold.ph-question:before {
  content: "\ec9f";
}
.ph-bold.ph-queue:before {
  content: "\eca0";
}
.ph-bold.ph-quotes:before {
  content: "\eca1";
}
.ph-bold.ph-radical:before {
  content: "\eca2";
}
.ph-bold.ph-radioactive:before {
  content: "\eca3";
}
.ph-bold.ph-radio:before {
  content: "\eca4";
}
.ph-bold.ph-radio-button:before {
  content: "\eca5";
}
.ph-bold.ph-rainbow:before {
  content: "\eca6";
}
.ph-bold.ph-rainbow-cloud:before {
  content: "\eca7";
}
.ph-bold.ph-read-cv-logo:before {
  content: "\eca8";
}
.ph-bold.ph-receipt:before {
  content: "\eca9";
}
.ph-bold.ph-receipt-x:before {
  content: "\ecaa";
}
.ph-bold.ph-record:before {
  content: "\ecab";
}
.ph-bold.ph-rectangle:before {
  content: "\ecac";
}
.ph-bold.ph-recycle:before {
  content: "\ecad";
}
.ph-bold.ph-reddit-logo:before {
  content: "\ecae";
}
.ph-bold.ph-repeat:before {
  content: "\ecaf";
}
.ph-bold.ph-repeat-once:before {
  content: "\ecb0";
}
.ph-bold.ph-rewind:before {
  content: "\ecb1";
}
.ph-bold.ph-rewind-circle:before {
  content: "\ecb2";
}
.ph-bold.ph-road-horizon:before {
  content: "\ecb3";
}
.ph-bold.ph-robot:before {
  content: "\ecb4";
}
.ph-bold.ph-rocket:before {
  content: "\ecb5";
}
.ph-bold.ph-rocket-launch:before {
  content: "\ecb6";
}
.ph-bold.ph-rows:before {
  content: "\ecb7";
}
.ph-bold.ph-rss:before {
  content: "\ecb8";
}
.ph-bold.ph-rss-simple:before {
  content: "\ecb9";
}
.ph-bold.ph-rug:before {
  content: "\ecba";
}
.ph-bold.ph-ruler:before {
  content: "\ecbb";
}
.ph-bold.ph-scales:before {
  content: "\ecbc";
}
.ph-bold.ph-scan:before {
  content: "\ecbd";
}
.ph-bold.ph-scissors:before {
  content: "\ecbe";
}
.ph-bold.ph-scooter:before {
  content: "\ecbf";
}
.ph-bold.ph-screencast:before {
  content: "\ecc0";
}
.ph-bold.ph-scribble-loop:before {
  content: "\ecc1";
}
.ph-bold.ph-scroll:before {
  content: "\ecc2";
}
.ph-bold.ph-seal:before, .ph-bold.ph-circle-wavy:before {
  content: "\ecc3";
}
.ph-bold.ph-seal-check:before, .ph-bold.ph-circle-wavy-check:before {
  content: "\ecc4";
}
.ph-bold.ph-seal-question:before, .ph-bold.ph-circle-wavy-question:before {
  content: "\ecc5";
}
.ph-bold.ph-seal-warning:before, .ph-bold.ph-circle-wavy-warning:before {
  content: "\ecc6";
}
.ph-bold.ph-selection-all:before {
  content: "\ecc7";
}
.ph-bold.ph-selection-background:before {
  content: "\ecc8";
}
.ph-bold.ph-selection:before {
  content: "\ecc9";
}
.ph-bold.ph-selection-foreground:before {
  content: "\ecca";
}
.ph-bold.ph-selection-inverse:before {
  content: "\eccb";
}
.ph-bold.ph-selection-plus:before {
  content: "\eccc";
}
.ph-bold.ph-selection-slash:before {
  content: "\eccd";
}
.ph-bold.ph-shapes:before {
  content: "\ecce";
}
.ph-bold.ph-share:before {
  content: "\eccf";
}
.ph-bold.ph-share-fat:before {
  content: "\ecd0";
}
.ph-bold.ph-share-network:before {
  content: "\ecd1";
}
.ph-bold.ph-shield:before {
  content: "\ecd2";
}
.ph-bold.ph-shield-check:before {
  content: "\ecd3";
}
.ph-bold.ph-shield-checkered:before {
  content: "\ecd4";
}
.ph-bold.ph-shield-chevron:before {
  content: "\ecd5";
}
.ph-bold.ph-shield-plus:before {
  content: "\ecd6";
}
.ph-bold.ph-shield-slash:before {
  content: "\ecd7";
}
.ph-bold.ph-shield-star:before {
  content: "\ecd8";
}
.ph-bold.ph-shield-warning:before {
  content: "\ecd9";
}
.ph-bold.ph-shirt-folded:before {
  content: "\ecda";
}
.ph-bold.ph-shooting-star:before {
  content: "\ecdb";
}
.ph-bold.ph-shopping-bag:before {
  content: "\ecdc";
}
.ph-bold.ph-shopping-bag-open:before {
  content: "\ecdd";
}
.ph-bold.ph-shopping-cart:before {
  content: "\ecde";
}
.ph-bold.ph-shopping-cart-simple:before {
  content: "\ecdf";
}
.ph-bold.ph-shower:before {
  content: "\ece0";
}
.ph-bold.ph-shrimp:before {
  content: "\ece1";
}
.ph-bold.ph-shuffle-angular:before {
  content: "\ece2";
}
.ph-bold.ph-shuffle:before {
  content: "\ece3";
}
.ph-bold.ph-shuffle-simple:before {
  content: "\ece4";
}
.ph-bold.ph-sidebar:before {
  content: "\ece5";
}
.ph-bold.ph-sidebar-simple:before {
  content: "\ece6";
}
.ph-bold.ph-sigma:before {
  content: "\ece7";
}
.ph-bold.ph-signature:before {
  content: "\ece8";
}
.ph-bold.ph-sign-in:before {
  content: "\ece9";
}
.ph-bold.ph-sign-out:before {
  content: "\ecea";
}
.ph-bold.ph-signpost:before {
  content: "\eceb";
}
.ph-bold.ph-sim-card:before {
  content: "\ecec";
}
.ph-bold.ph-siren:before {
  content: "\eced";
}
.ph-bold.ph-sketch-logo:before {
  content: "\ecee";
}
.ph-bold.ph-skip-back:before {
  content: "\ecef";
}
.ph-bold.ph-skip-back-circle:before {
  content: "\ecf0";
}
.ph-bold.ph-skip-forward:before {
  content: "\ecf1";
}
.ph-bold.ph-skip-forward-circle:before {
  content: "\ecf2";
}
.ph-bold.ph-skull:before {
  content: "\ecf3";
}
.ph-bold.ph-slack-logo:before {
  content: "\ecf4";
}
.ph-bold.ph-sliders:before {
  content: "\ecf5";
}
.ph-bold.ph-sliders-horizontal:before {
  content: "\ecf6";
}
.ph-bold.ph-slideshow:before {
  content: "\ecf7";
}
.ph-bold.ph-smiley-angry:before {
  content: "\ecf8";
}
.ph-bold.ph-smiley-blank:before {
  content: "\ecf9";
}
.ph-bold.ph-smiley:before {
  content: "\ecfa";
}
.ph-bold.ph-smiley-meh:before {
  content: "\ecfb";
}
.ph-bold.ph-smiley-nervous:before {
  content: "\ecfc";
}
.ph-bold.ph-smiley-sad:before {
  content: "\ecfd";
}
.ph-bold.ph-smiley-sticker:before {
  content: "\ecfe";
}
.ph-bold.ph-smiley-wink:before {
  content: "\ecff";
}
.ph-bold.ph-smiley-x-eyes:before {
  content: "\ed00";
}
.ph-bold.ph-snapchat-logo:before {
  content: "\ed01";
}
.ph-bold.ph-sneaker:before {
  content: "\ed02";
}
.ph-bold.ph-sneaker-move:before {
  content: "\ed03";
}
.ph-bold.ph-snowflake:before {
  content: "\ed04";
}
.ph-bold.ph-soccer-ball:before {
  content: "\ed05";
}
.ph-bold.ph-sort-ascending:before {
  content: "\ed06";
}
.ph-bold.ph-sort-descending:before {
  content: "\ed07";
}
.ph-bold.ph-soundcloud-logo:before {
  content: "\ed08";
}
.ph-bold.ph-spade:before {
  content: "\ed09";
}
.ph-bold.ph-sparkle:before {
  content: "\ed0a";
}
.ph-bold.ph-speaker-hifi:before {
  content: "\ed0b";
}
.ph-bold.ph-speaker-high:before {
  content: "\ed0c";
}
.ph-bold.ph-speaker-low:before {
  content: "\ed0d";
}
.ph-bold.ph-speaker-none:before {
  content: "\ed0e";
}
.ph-bold.ph-speaker-simple-high:before {
  content: "\ed0f";
}
.ph-bold.ph-speaker-simple-low:before {
  content: "\ed10";
}
.ph-bold.ph-speaker-simple-none:before {
  content: "\ed11";
}
.ph-bold.ph-speaker-simple-slash:before {
  content: "\ed12";
}
.ph-bold.ph-speaker-simple-x:before {
  content: "\ed13";
}
.ph-bold.ph-speaker-slash:before {
  content: "\ed14";
}
.ph-bold.ph-speaker-x:before {
  content: "\ed15";
}
.ph-bold.ph-spinner:before {
  content: "\ed16";
}
.ph-bold.ph-spinner-gap:before {
  content: "\ed17";
}
.ph-bold.ph-spiral:before {
  content: "\ed18";
}
.ph-bold.ph-split-horizontal:before {
  content: "\ed19";
}
.ph-bold.ph-split-vertical:before {
  content: "\ed1a";
}
.ph-bold.ph-spotify-logo:before {
  content: "\ed1b";
}
.ph-bold.ph-square:before {
  content: "\ed1c";
}
.ph-bold.ph-square-half:before {
  content: "\ed1d";
}
.ph-bold.ph-square-half-bottom:before {
  content: "\ed1e";
}
.ph-bold.ph-square-logo:before {
  content: "\ed1f";
}
.ph-bold.ph-squares-four:before {
  content: "\ed20";
}
.ph-bold.ph-square-split-horizontal:before {
  content: "\ed21";
}
.ph-bold.ph-square-split-vertical:before {
  content: "\ed22";
}
.ph-bold.ph-stack:before {
  content: "\ed23";
}
.ph-bold.ph-stack-overflow-logo:before {
  content: "\ed24";
}
.ph-bold.ph-stack-simple:before {
  content: "\ed25";
}
.ph-bold.ph-stairs:before {
  content: "\ed26";
}
.ph-bold.ph-stamp:before {
  content: "\ed27";
}
.ph-bold.ph-star-and-crescent:before {
  content: "\ed28";
}
.ph-bold.ph-star:before {
  content: "\ed29";
}
.ph-bold.ph-star-four:before {
  content: "\ed2a";
}
.ph-bold.ph-star-half:before {
  content: "\ed2b";
}
.ph-bold.ph-star-of-david:before {
  content: "\ed2c";
}
.ph-bold.ph-steering-wheel:before {
  content: "\ed2d";
}
.ph-bold.ph-steps:before {
  content: "\ed2e";
}
.ph-bold.ph-stethoscope:before {
  content: "\ed2f";
}
.ph-bold.ph-sticker:before {
  content: "\ed30";
}
.ph-bold.ph-stool:before {
  content: "\ed31";
}
.ph-bold.ph-stop:before {
  content: "\ed32";
}
.ph-bold.ph-stop-circle:before {
  content: "\ed33";
}
.ph-bold.ph-storefront:before {
  content: "\ed34";
}
.ph-bold.ph-strategy:before {
  content: "\ed35";
}
.ph-bold.ph-stripe-logo:before {
  content: "\ed36";
}
.ph-bold.ph-student:before {
  content: "\ed37";
}
.ph-bold.ph-subtitles:before {
  content: "\ed38";
}
.ph-bold.ph-subtract:before {
  content: "\ed39";
}
.ph-bold.ph-subtract-square:before {
  content: "\ed3a";
}
.ph-bold.ph-suitcase:before {
  content: "\ed3b";
}
.ph-bold.ph-suitcase-rolling:before {
  content: "\ed3c";
}
.ph-bold.ph-suitcase-simple:before {
  content: "\ed3d";
}
.ph-bold.ph-sun:before {
  content: "\ed3e";
}
.ph-bold.ph-sun-dim:before {
  content: "\ed3f";
}
.ph-bold.ph-sunglasses:before {
  content: "\ed40";
}
.ph-bold.ph-sun-horizon:before {
  content: "\ed41";
}
.ph-bold.ph-swap:before {
  content: "\ed42";
}
.ph-bold.ph-swatches:before {
  content: "\ed43";
}
.ph-bold.ph-swimming-pool:before {
  content: "\ed44";
}
.ph-bold.ph-sword:before {
  content: "\ed45";
}
.ph-bold.ph-synagogue:before {
  content: "\ed46";
}
.ph-bold.ph-syringe:before {
  content: "\ed47";
}
.ph-bold.ph-table:before {
  content: "\ed48";
}
.ph-bold.ph-tabs:before {
  content: "\ed49";
}
.ph-bold.ph-tag:before {
  content: "\ed4a";
}
.ph-bold.ph-tag-chevron:before {
  content: "\ed4b";
}
.ph-bold.ph-tag-simple:before {
  content: "\ed4c";
}
.ph-bold.ph-target:before {
  content: "\ed4d";
}
.ph-bold.ph-taxi:before {
  content: "\ed4e";
}
.ph-bold.ph-telegram-logo:before {
  content: "\ed4f";
}
.ph-bold.ph-television:before {
  content: "\ed50";
}
.ph-bold.ph-television-simple:before {
  content: "\ed51";
}
.ph-bold.ph-tennis-ball:before {
  content: "\ed52";
}
.ph-bold.ph-tent:before {
  content: "\ed53";
}
.ph-bold.ph-terminal:before {
  content: "\ed54";
}
.ph-bold.ph-terminal-window:before {
  content: "\ed55";
}
.ph-bold.ph-test-tube:before {
  content: "\ed56";
}
.ph-bold.ph-text-aa:before {
  content: "\ed57";
}
.ph-bold.ph-text-align-center:before {
  content: "\ed58";
}
.ph-bold.ph-text-align-justify:before {
  content: "\ed59";
}
.ph-bold.ph-text-align-left:before {
  content: "\ed5a";
}
.ph-bold.ph-text-align-right:before {
  content: "\ed5b";
}
.ph-bold.ph-text-a-underline:before {
  content: "\ed5c";
}
.ph-bold.ph-text-b:before, .ph-bold.ph-text-bolder:before {
  content: "\ed5d";
}
.ph-bold.ph-textbox:before {
  content: "\ed5e";
}
.ph-bold.ph-text-columns:before {
  content: "\ed5f";
}
.ph-bold.ph-text-h:before {
  content: "\ed60";
}
.ph-bold.ph-text-h-five:before {
  content: "\ed61";
}
.ph-bold.ph-text-h-four:before {
  content: "\ed62";
}
.ph-bold.ph-text-h-one:before {
  content: "\ed63";
}
.ph-bold.ph-text-h-six:before {
  content: "\ed64";
}
.ph-bold.ph-text-h-three:before {
  content: "\ed65";
}
.ph-bold.ph-text-h-two:before {
  content: "\ed66";
}
.ph-bold.ph-text-indent:before {
  content: "\ed67";
}
.ph-bold.ph-text-italic:before {
  content: "\ed68";
}
.ph-bold.ph-text-outdent:before {
  content: "\ed69";
}
.ph-bold.ph-text-strikethrough:before {
  content: "\ed6a";
}
.ph-bold.ph-text-t:before {
  content: "\ed6b";
}
.ph-bold.ph-text-underline:before {
  content: "\ed6c";
}
.ph-bold.ph-thermometer:before {
  content: "\ed6d";
}
.ph-bold.ph-thermometer-cold:before {
  content: "\ed6e";
}
.ph-bold.ph-thermometer-hot:before {
  content: "\ed6f";
}
.ph-bold.ph-thermometer-simple:before {
  content: "\ed70";
}
.ph-bold.ph-thumbs-down:before {
  content: "\ed71";
}
.ph-bold.ph-thumbs-up:before {
  content: "\ed72";
}
.ph-bold.ph-ticket:before {
  content: "\ed73";
}
.ph-bold.ph-tidal-logo:before {
  content: "\ed74";
}
.ph-bold.ph-tiktok-logo:before {
  content: "\ed75";
}
.ph-bold.ph-timer:before {
  content: "\ed76";
}
.ph-bold.ph-tipi:before {
  content: "\ed77";
}
.ph-bold.ph-toggle-left:before {
  content: "\ed78";
}
.ph-bold.ph-toggle-right:before {
  content: "\ed79";
}
.ph-bold.ph-toilet:before {
  content: "\ed7a";
}
.ph-bold.ph-toilet-paper:before {
  content: "\ed7b";
}
.ph-bold.ph-toolbox:before {
  content: "\ed7c";
}
.ph-bold.ph-tooth:before {
  content: "\ed7d";
}
.ph-bold.ph-tote:before {
  content: "\ed7e";
}
.ph-bold.ph-tote-simple:before {
  content: "\ed7f";
}
.ph-bold.ph-trademark:before {
  content: "\ed80";
}
.ph-bold.ph-trademark-registered:before {
  content: "\ed81";
}
.ph-bold.ph-traffic-cone:before {
  content: "\ed82";
}
.ph-bold.ph-traffic-signal:before {
  content: "\ed83";
}
.ph-bold.ph-traffic-sign:before {
  content: "\ed84";
}
.ph-bold.ph-train:before {
  content: "\ed85";
}
.ph-bold.ph-train-regional:before {
  content: "\ed86";
}
.ph-bold.ph-train-simple:before {
  content: "\ed87";
}
.ph-bold.ph-tram:before {
  content: "\ed88";
}
.ph-bold.ph-translate:before {
  content: "\ed89";
}
.ph-bold.ph-trash:before {
  content: "\ed8a";
}
.ph-bold.ph-trash-simple:before {
  content: "\ed8b";
}
.ph-bold.ph-tray:before {
  content: "\ed8c";
}
.ph-bold.ph-tree:before {
  content: "\ed8d";
}
.ph-bold.ph-tree-evergreen:before {
  content: "\ed8e";
}
.ph-bold.ph-tree-palm:before {
  content: "\ed8f";
}
.ph-bold.ph-tree-structure:before {
  content: "\ed90";
}
.ph-bold.ph-trend-down:before {
  content: "\ed91";
}
.ph-bold.ph-trend-up:before {
  content: "\ed92";
}
.ph-bold.ph-triangle:before {
  content: "\ed93";
}
.ph-bold.ph-trophy:before {
  content: "\ed94";
}
.ph-bold.ph-truck:before {
  content: "\ed95";
}
.ph-bold.ph-t-shirt:before {
  content: "\ed96";
}
.ph-bold.ph-twitch-logo:before {
  content: "\ed97";
}
.ph-bold.ph-twitter-logo:before {
  content: "\ed98";
}
.ph-bold.ph-umbrella:before {
  content: "\ed99";
}
.ph-bold.ph-umbrella-simple:before {
  content: "\ed9a";
}
.ph-bold.ph-unite:before {
  content: "\ed9b";
}
.ph-bold.ph-unite-square:before {
  content: "\ed9c";
}
.ph-bold.ph-upload:before {
  content: "\ed9d";
}
.ph-bold.ph-upload-simple:before {
  content: "\ed9e";
}
.ph-bold.ph-usb:before {
  content: "\ed9f";
}
.ph-bold.ph-user:before {
  content: "\eda0";
}
.ph-bold.ph-user-circle:before {
  content: "\eda1";
}
.ph-bold.ph-user-circle-gear:before {
  content: "\eda2";
}
.ph-bold.ph-user-circle-minus:before {
  content: "\eda3";
}
.ph-bold.ph-user-circle-plus:before {
  content: "\eda4";
}
.ph-bold.ph-user-focus:before {
  content: "\eda5";
}
.ph-bold.ph-user-gear:before {
  content: "\eda6";
}
.ph-bold.ph-user-list:before {
  content: "\eda7";
}
.ph-bold.ph-user-minus:before {
  content: "\eda8";
}
.ph-bold.ph-user-plus:before {
  content: "\eda9";
}
.ph-bold.ph-user-rectangle:before {
  content: "\edaa";
}
.ph-bold.ph-users:before {
  content: "\edab";
}
.ph-bold.ph-users-four:before {
  content: "\edac";
}
.ph-bold.ph-user-square:before {
  content: "\edad";
}
.ph-bold.ph-users-three:before {
  content: "\edae";
}
.ph-bold.ph-user-switch:before {
  content: "\edaf";
}
.ph-bold.ph-van:before {
  content: "\edb0";
}
.ph-bold.ph-vault:before {
  content: "\edb1";
}
.ph-bold.ph-vibrate:before {
  content: "\edb2";
}
.ph-bold.ph-video:before {
  content: "\edb3";
}
.ph-bold.ph-video-camera:before {
  content: "\edb4";
}
.ph-bold.ph-video-camera-slash:before {
  content: "\edb5";
}
.ph-bold.ph-vignette:before {
  content: "\edb6";
}
.ph-bold.ph-vinyl-record:before {
  content: "\edb7";
}
.ph-bold.ph-virtual-reality:before {
  content: "\edb8";
}
.ph-bold.ph-virus:before {
  content: "\edb9";
}
.ph-bold.ph-voicemail:before {
  content: "\edba";
}
.ph-bold.ph-volleyball:before {
  content: "\edbb";
}
.ph-bold.ph-wall:before {
  content: "\edbc";
}
.ph-bold.ph-wallet:before {
  content: "\edbd";
}
.ph-bold.ph-warehouse:before {
  content: "\edbe";
}
.ph-bold.ph-warning:before {
  content: "\edbf";
}
.ph-bold.ph-warning-circle:before {
  content: "\edc0";
}
.ph-bold.ph-warning-diamond:before {
  content: "\edc1";
}
.ph-bold.ph-warning-octagon:before {
  content: "\edc2";
}
.ph-bold.ph-watch:before {
  content: "\edc3";
}
.ph-bold.ph-waveform:before {
  content: "\edc4";
}
.ph-bold.ph-wave-sawtooth:before {
  content: "\edc5";
}
.ph-bold.ph-waves:before {
  content: "\edc6";
}
.ph-bold.ph-wave-sine:before {
  content: "\edc7";
}
.ph-bold.ph-wave-square:before {
  content: "\edc8";
}
.ph-bold.ph-wave-triangle:before {
  content: "\edc9";
}
.ph-bold.ph-webcam:before {
  content: "\edca";
}
.ph-bold.ph-webcam-slash:before {
  content: "\edcb";
}
.ph-bold.ph-webhooks-logo:before {
  content: "\edcc";
}
.ph-bold.ph-wechat-logo:before {
  content: "\edcd";
}
.ph-bold.ph-whatsapp-logo:before {
  content: "\edce";
}
.ph-bold.ph-wheelchair:before {
  content: "\edcf";
}
.ph-bold.ph-wheelchair-motion:before {
  content: "\edd0";
}
.ph-bold.ph-wifi-high:before {
  content: "\edd1";
}
.ph-bold.ph-wifi-low:before {
  content: "\edd2";
}
.ph-bold.ph-wifi-medium:before {
  content: "\edd3";
}
.ph-bold.ph-wifi-none:before {
  content: "\edd4";
}
.ph-bold.ph-wifi-slash:before {
  content: "\edd5";
}
.ph-bold.ph-wifi-x:before {
  content: "\edd6";
}
.ph-bold.ph-wind:before {
  content: "\edd7";
}
.ph-bold.ph-windows-logo:before {
  content: "\edd8";
}
.ph-bold.ph-wine:before {
  content: "\edd9";
}
.ph-bold.ph-wrench:before {
  content: "\edda";
}
.ph-bold.ph-x:before {
  content: "\eddb";
}
.ph-bold.ph-x-circle:before {
  content: "\eddc";
}
.ph-bold.ph-x-square:before {
  content: "\eddd";
}
.ph-bold.ph-yin-yang:before {
  content: "\edde";
}
.ph-bold.ph-youtube-logo:before {
  content: "\eddf";
}

@font-face {
  font-family: "Phosphor-Duotone";
  src: url(/fonts/Phosphor-Duotone.2cf4b756.woff2) format("woff2"),
    url(/fonts/Phosphor-Duotone.af29c55c.woff) format("woff"),
    url(/fonts/Phosphor-Duotone.34fddd84.ttf) format("truetype"),
    url(/img/Phosphor-Duotone.5fc590ca.svg#Phosphor-Duotone) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-duotone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Duotone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-duotone.ph-address-book:before {
  content: "\e900";
  opacity: 0.2;
}
.ph-duotone.ph-address-book:after {
  content: "\e901";
  margin-left: -1em;
}
.ph-duotone.ph-airplane:before {
  content: "\e902";
  opacity: 0.2;
}
.ph-duotone.ph-airplane:after {
  content: "\e903";
  margin-left: -1em;
}
.ph-duotone.ph-airplane-in-flight:before {
  content: "\e904";
  opacity: 0.2;
}
.ph-duotone.ph-airplane-in-flight:after {
  content: "\e905";
  margin-left: -1em;
}
.ph-duotone.ph-airplane-landing:before {
  content: "\e906";
  opacity: 0.2;
}
.ph-duotone.ph-airplane-landing:after {
  content: "\e907";
  margin-left: -1em;
}
.ph-duotone.ph-airplane-takeoff:before {
  content: "\e908";
  opacity: 0.2;
}
.ph-duotone.ph-airplane-takeoff:after {
  content: "\e909";
  margin-left: -1em;
}
.ph-duotone.ph-airplane-tilt:before {
  content: "\e90a";
  opacity: 0.2;
}
.ph-duotone.ph-airplane-tilt:after {
  content: "\e90b";
  margin-left: -1em;
}
.ph-duotone.ph-airplay:before {
  content: "\e90c";
  opacity: 0.2;
}
.ph-duotone.ph-airplay:after {
  content: "\e90d";
  margin-left: -1em;
}
.ph-duotone.ph-air-traffic-control:before {
  content: "\e90e";
  opacity: 0.2;
}
.ph-duotone.ph-air-traffic-control:after {
  content: "\e90f";
  margin-left: -1em;
}
.ph-duotone.ph-alarm:before {
  content: "\e910";
  opacity: 0.2;
}
.ph-duotone.ph-alarm:after {
  content: "\e911";
  margin-left: -1em;
}
.ph-duotone.ph-alien:before {
  content: "\e912";
  opacity: 0.2;
}
.ph-duotone.ph-alien:after {
  content: "\e913";
  margin-left: -1em;
}
.ph-duotone.ph-align-bottom:before {
  content: "\e914";
  opacity: 0.2;
}
.ph-duotone.ph-align-bottom:after {
  content: "\e915";
  margin-left: -1em;
}
.ph-duotone.ph-align-bottom-simple:before {
  content: "\e916";
  opacity: 0.2;
}
.ph-duotone.ph-align-bottom-simple:after {
  content: "\e917";
  margin-left: -1em;
}
.ph-duotone.ph-align-center-horizontal:before {
  content: "\e918";
  opacity: 0.2;
}
.ph-duotone.ph-align-center-horizontal:after {
  content: "\e919";
  margin-left: -1em;
}
.ph-duotone.ph-align-center-horizontal-simple:before {
  content: "\e91a";
  opacity: 0.2;
}
.ph-duotone.ph-align-center-horizontal-simple:after {
  content: "\e91b";
  margin-left: -1em;
}
.ph-duotone.ph-align-center-vertical:before {
  content: "\e91c";
  opacity: 0.2;
}
.ph-duotone.ph-align-center-vertical:after {
  content: "\e91d";
  margin-left: -1em;
}
.ph-duotone.ph-align-center-vertical-simple:before {
  content: "\e91e";
  opacity: 0.2;
}
.ph-duotone.ph-align-center-vertical-simple:after {
  content: "\e91f";
  margin-left: -1em;
}
.ph-duotone.ph-align-left:before {
  content: "\e920";
  opacity: 0.2;
}
.ph-duotone.ph-align-left:after {
  content: "\e921";
  margin-left: -1em;
}
.ph-duotone.ph-align-left-simple:before {
  content: "\e922";
  opacity: 0.2;
}
.ph-duotone.ph-align-left-simple:after {
  content: "\e923";
  margin-left: -1em;
}
.ph-duotone.ph-align-right:before {
  content: "\e924";
  opacity: 0.2;
}
.ph-duotone.ph-align-right:after {
  content: "\e925";
  margin-left: -1em;
}
.ph-duotone.ph-align-right-simple:before {
  content: "\e926";
  opacity: 0.2;
}
.ph-duotone.ph-align-right-simple:after {
  content: "\e927";
  margin-left: -1em;
}
.ph-duotone.ph-align-top:before {
  content: "\e928";
  opacity: 0.2;
}
.ph-duotone.ph-align-top:after {
  content: "\e929";
  margin-left: -1em;
}
.ph-duotone.ph-align-top-simple:before {
  content: "\e92a";
  opacity: 0.2;
}
.ph-duotone.ph-align-top-simple:after {
  content: "\e92b";
  margin-left: -1em;
}
.ph-duotone.ph-amazon-logo:before {
  content: "\e92c";
  opacity: 0.2;
}
.ph-duotone.ph-amazon-logo:after {
  content: "\e92d";
  margin-left: -1em;
}
.ph-duotone.ph-anchor:before {
  content: "\e92e";
  opacity: 0.2;
}
.ph-duotone.ph-anchor:after {
  content: "\e92f";
  margin-left: -1em;
}
.ph-duotone.ph-anchor-simple:before {
  content: "\e930";
  opacity: 0.2;
}
.ph-duotone.ph-anchor-simple:after {
  content: "\e931";
  margin-left: -1em;
}
.ph-duotone.ph-android-logo:before {
  content: "\e932";
  opacity: 0.2;
}
.ph-duotone.ph-android-logo:after {
  content: "\e933";
  margin-left: -1em;
}
.ph-duotone.ph-angular-logo:before {
  content: "\e934";
  opacity: 0.2;
}
.ph-duotone.ph-angular-logo:after {
  content: "\e935";
  margin-left: -1em;
}
.ph-duotone.ph-aperture:before {
  content: "\e936";
  opacity: 0.2;
}
.ph-duotone.ph-aperture:after {
  content: "\e937";
  margin-left: -1em;
}
.ph-duotone.ph-apple-logo:before {
  content: "\e938";
  opacity: 0.2;
}
.ph-duotone.ph-apple-logo:after {
  content: "\e939";
  margin-left: -1em;
}
.ph-duotone.ph-apple-podcasts-logo:before {
  content: "\e93a";
  opacity: 0.2;
}
.ph-duotone.ph-apple-podcasts-logo:after {
  content: "\e93b";
  margin-left: -1em;
}
.ph-duotone.ph-app-store-logo:before {
  content: "\e93c";
  opacity: 0.2;
}
.ph-duotone.ph-app-store-logo:after {
  content: "\e93d";
  margin-left: -1em;
}
.ph-duotone.ph-app-window:before {
  content: "\e93e";
  opacity: 0.2;
}
.ph-duotone.ph-app-window:after {
  content: "\e93f";
  margin-left: -1em;
}
.ph-duotone.ph-archive-box:before {
  content: "\e940";
  opacity: 0.2;
}
.ph-duotone.ph-archive-box:after {
  content: "\e941";
  margin-left: -1em;
}
.ph-duotone.ph-archive:before {
  content: "\e942";
  opacity: 0.2;
}
.ph-duotone.ph-archive:after {
  content: "\e943";
  margin-left: -1em;
}
.ph-duotone.ph-archive-tray:before {
  content: "\e944";
  opacity: 0.2;
}
.ph-duotone.ph-archive-tray:after {
  content: "\e945";
  margin-left: -1em;
}
.ph-duotone.ph-armchair:before {
  content: "\e946";
  opacity: 0.2;
}
.ph-duotone.ph-armchair:after {
  content: "\e947";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-arc-left:before {
  content: "\e948";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-arc-left:after {
  content: "\e949";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-arc-right:before {
  content: "\e94a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-arc-right:after {
  content: "\e94b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-double-up-left:before {
  content: "\e94c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-double-up-left:after {
  content: "\e94d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-double-up-right:before {
  content: "\e94e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-double-up-right:after {
  content: "\e94f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-down-left:before {
  content: "\e950";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-down-left:after {
  content: "\e951";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-down-right:before {
  content: "\e952";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-down-right:after {
  content: "\e953";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-left-down:before {
  content: "\e954";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-left-down:after {
  content: "\e955";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-left-up:before {
  content: "\e956";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-left-up:after {
  content: "\e957";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-right-down:before {
  content: "\e958";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-right-down:after {
  content: "\e959";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-right-up:before {
  content: "\e95a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-right-up:after {
  content: "\e95b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-up-left:before {
  content: "\e95c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-up-left:after {
  content: "\e95d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-bend-up-right:before {
  content: "\e95e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-bend-up-right:after {
  content: "\e95f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down:before {
  content: "\e960";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-down:after {
  content: "\e961";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down-left:before {
  content: "\e962";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-down-left:after {
  content: "\e963";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-down-right:before {
  content: "\e964";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-down-right:after {
  content: "\e965";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-left:before {
  content: "\e966";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-left:after {
  content: "\e967";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-right:before {
  content: "\e968";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-right:after {
  content: "\e969";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up:before {
  content: "\e96a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-up:after {
  content: "\e96b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up-left:before {
  content: "\e96c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-up-left:after {
  content: "\e96d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-circle-up-right:before {
  content: "\e96e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-circle-up-right:after {
  content: "\e96f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-clockwise:before {
  content: "\e970";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-clockwise:after {
  content: "\e971";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-counter-clockwise:before {
  content: "\e972";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-counter-clockwise:after {
  content: "\e973";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-down:before {
  content: "\e974";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-down:after {
  content: "\e975";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-down-left:before {
  content: "\e976";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-down-left:after {
  content: "\e977";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-down-right:before {
  content: "\e978";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-down-right:after {
  content: "\e979";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-down-left:before {
  content: "\e97a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-down-left:after {
  content: "\e97b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-down-right:before {
  content: "\e97c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-down-right:after {
  content: "\e97d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left-down:before {
  content: "\e97e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-left-down:after {
  content: "\e97f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left:before {
  content: "\e980";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-left:after {
  content: "\e981";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-left-up:before {
  content: "\e982";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-left-up:after {
  content: "\e983";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right-down:before {
  content: "\e984";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-right-down:after {
  content: "\e985";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right:before {
  content: "\e986";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-right:after {
  content: "\e987";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-right-up:before {
  content: "\e988";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-right-up:after {
  content: "\e989";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-up-left:before {
  content: "\e98a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-up-left:after {
  content: "\e98b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-elbow-up-right:before {
  content: "\e98c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-elbow-up-right:after {
  content: "\e98d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-down:before {
  content: "\e98e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-down:after {
  content: "\e98f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-left:before {
  content: "\e990";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-left:after {
  content: "\e991";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-down:before {
  content: "\e992";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-line-down:after {
  content: "\e993";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-left:before {
  content: "\e994";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-line-left:after {
  content: "\e995";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-right:before {
  content: "\e996";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-line-right:after {
  content: "\e997";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-down:before {
  content: "\e998";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-lines-down:after {
  content: "\e999";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-left:before {
  content: "\e99a";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-lines-left:after {
  content: "\e99b";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-right:before {
  content: "\e99c";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-lines-right:after {
  content: "\e99d";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-lines-up:before {
  content: "\e99e";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-lines-up:after {
  content: "\e99f";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-line-up:before {
  content: "\e9a0";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-line-up:after {
  content: "\e9a1";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-right:before {
  content: "\e9a2";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-right:after {
  content: "\e9a3";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-fat-up:before {
  content: "\e9a4";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-fat-up:after {
  content: "\e9a5";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-left:before {
  content: "\e9a6";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-left:after {
  content: "\e9a7";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down:before {
  content: "\e9a8";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-down:after {
  content: "\e9a9";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down-left:before {
  content: "\e9aa";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-down-left:after {
  content: "\e9ab";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-down-right:before {
  content: "\e9ac";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-down-right:after {
  content: "\e9ad";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-left:before {
  content: "\e9ae";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-left:after {
  content: "\e9af";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-right:before {
  content: "\e9b0";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-right:after {
  content: "\e9b1";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up:before {
  content: "\e9b2";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-up:after {
  content: "\e9b3";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up-left:before {
  content: "\e9b4";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-up-left:after {
  content: "\e9b5";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-line-up-right:before {
  content: "\e9b6";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-line-up-right:after {
  content: "\e9b7";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-right:before {
  content: "\e9b8";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-right:after {
  content: "\e9b9";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-clockwise:before {
  content: "\e9ba";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-clockwise:after {
  content: "\e9bb";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-counter-clockwise:before {
  content: "\e9bc";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-counter-clockwise:after {
  content: "\e9bd";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-down-up:before {
  content: "\e9be";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-down-up:after {
  content: "\e9bf";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-horizontal:before {
  content: "\e9c0";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-horizontal:after {
  content: "\e9c1";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-in-cardinal:before {
  content: "\e9c2";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-in-cardinal:after {
  content: "\e9c3";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-in:before {
  content: "\e9c4";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-in:after {
  content: "\e9c5";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-in-line-horizontal:before {
  content: "\e9c6";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-in-line-horizontal:after {
  content: "\e9c7";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-in-line-vertical:before {
  content: "\e9c8";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-in-line-vertical:after {
  content: "\e9c9";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-in-simple:before {
  content: "\e9ca";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-in-simple:after {
  content: "\e9cb";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-left-right:before {
  content: "\e9cc";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-left-right:after {
  content: "\e9cd";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-merge:before {
  content: "\e9ce";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-merge:after {
  content: "\e9cf";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-out-cardinal:before {
  content: "\e9d0";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-out-cardinal:after {
  content: "\e9d1";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-out:before {
  content: "\e9d2";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-out:after {
  content: "\e9d3";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-out-line-horizontal:before {
  content: "\e9d4";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-out-line-horizontal:after {
  content: "\e9d5";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-out-line-vertical:before {
  content: "\e9d6";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-out-line-vertical:after {
  content: "\e9d7";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-out-simple:before {
  content: "\e9d8";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-out-simple:after {
  content: "\e9d9";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down:before {
  content: "\e9da";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-down:after {
  content: "\e9db";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down-left:before {
  content: "\e9dc";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-down-left:after {
  content: "\e9dd";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-down-right:before {
  content: "\e9de";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-down-right:after {
  content: "\e9df";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-in:before {
  content: "\e9e0";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-in:after {
  content: "\e9e1";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-left:before {
  content: "\e9e2";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-left:after {
  content: "\e9e3";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-out:before {
  content: "\e9e4";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-out:after {
  content: "\e9e5";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-right:before {
  content: "\e9e6";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-right:after {
  content: "\e9e7";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up:before {
  content: "\e9e8";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-up:after {
  content: "\e9e9";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up-left:before {
  content: "\e9ea";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-up-left:after {
  content: "\e9eb";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-square-up-right:before {
  content: "\e9ec";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-square-up-right:after {
  content: "\e9ed";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-split:before {
  content: "\e9ee";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-split:after {
  content: "\e9ef";
  margin-left: -1em;
}
.ph-duotone.ph-arrows-vertical:before {
  content: "\e9f0";
  opacity: 0.2;
}
.ph-duotone.ph-arrows-vertical:after {
  content: "\e9f1";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-down-left:before {
  content: "\e9f2";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-down-left:after {
  content: "\e9f3";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-down-right:before {
  content: "\e9f4";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-down-right:after {
  content: "\e9f5";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-left-down:before {
  content: "\e9f6";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-left-down:after {
  content: "\e9f7";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-left-up:before {
  content: "\e9f8";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-left-up:after {
  content: "\e9f9";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-up:before {
  content: "\e9fa";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-up:after {
  content: "\e9fb";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-up-left:before {
  content: "\e9fc";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-up-left:after {
  content: "\e9fd";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-up-right:before {
  content: "\e9fe";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-up-right:after {
  content: "\e9ff";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-right-down:before {
  content: "\ea00";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-right-down:after {
  content: "\ea01";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-right-up:before {
  content: "\ea02";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-right-up:after {
  content: "\ea03";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-up-left:before {
  content: "\ea04";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-up-left:after {
  content: "\ea05";
  margin-left: -1em;
}
.ph-duotone.ph-arrow-u-up-right:before {
  content: "\ea06";
  opacity: 0.2;
}
.ph-duotone.ph-arrow-u-up-right:after {
  content: "\ea07";
  margin-left: -1em;
}
.ph-duotone.ph-article:before {
  content: "\ea08";
  opacity: 0.2;
}
.ph-duotone.ph-article:after {
  content: "\ea09";
  margin-left: -1em;
}
.ph-duotone.ph-article-medium:before {
  content: "\ea0a";
  opacity: 0.2;
}
.ph-duotone.ph-article-medium:after {
  content: "\ea0b";
  margin-left: -1em;
}
.ph-duotone.ph-article-ny-times:before {
  content: "\ea0c";
  opacity: 0.2;
}
.ph-duotone.ph-article-ny-times:after {
  content: "\ea0d";
  margin-left: -1em;
}
.ph-duotone.ph-asterisk:before {
  content: "\ea0e";
  opacity: 0.2;
}
.ph-duotone.ph-asterisk:after {
  content: "\ea0f";
  margin-left: -1em;
}
.ph-duotone.ph-asterisk-simple:before {
  content: "\ea10";
  opacity: 0.2;
}
.ph-duotone.ph-asterisk-simple:after {
  content: "\ea11";
  margin-left: -1em;
}
.ph-duotone.ph-at:before {
  content: "\ea12";
  opacity: 0.2;
}
.ph-duotone.ph-at:after {
  content: "\ea13";
  margin-left: -1em;
}
.ph-duotone.ph-atom:before {
  content: "\ea14";
  opacity: 0.2;
}
.ph-duotone.ph-atom:after {
  content: "\ea15";
  margin-left: -1em;
}
.ph-duotone.ph-baby:before {
  content: "\ea16";
  opacity: 0.2;
}
.ph-duotone.ph-baby:after {
  content: "\ea17";
  margin-left: -1em;
}
.ph-duotone.ph-backpack:before {
  content: "\ea18";
  opacity: 0.2;
}
.ph-duotone.ph-backpack:after {
  content: "\ea19";
  margin-left: -1em;
}
.ph-duotone.ph-backspace:before {
  content: "\ea1a";
  opacity: 0.2;
}
.ph-duotone.ph-backspace:after {
  content: "\ea1b";
  margin-left: -1em;
}
.ph-duotone.ph-bag:before {
  content: "\ea1c";
  opacity: 0.2;
}
.ph-duotone.ph-bag:after {
  content: "\ea1d";
  margin-left: -1em;
}
.ph-duotone.ph-bag-simple:before {
  content: "\ea1e";
  opacity: 0.2;
}
.ph-duotone.ph-bag-simple:after {
  content: "\ea1f";
  margin-left: -1em;
}
.ph-duotone.ph-balloon:before {
  content: "\ea20";
  opacity: 0.2;
}
.ph-duotone.ph-balloon:after {
  content: "\ea21";
  margin-left: -1em;
}
.ph-duotone.ph-bandaids:before {
  content: "\ea22";
  opacity: 0.2;
}
.ph-duotone.ph-bandaids:after {
  content: "\ea23";
  margin-left: -1em;
}
.ph-duotone.ph-bank:before {
  content: "\ea24";
  opacity: 0.2;
}
.ph-duotone.ph-bank:after {
  content: "\ea25";
  margin-left: -1em;
}
.ph-duotone.ph-barbell:before {
  content: "\ea26";
  opacity: 0.2;
}
.ph-duotone.ph-barbell:after {
  content: "\ea27";
  margin-left: -1em;
}
.ph-duotone.ph-barcode:before {
  content: "\ea28";
  opacity: 0.2;
}
.ph-duotone.ph-barcode:after {
  content: "\ea29";
  margin-left: -1em;
}
.ph-duotone.ph-barricade:before {
  content: "\ea2a";
  opacity: 0.2;
}
.ph-duotone.ph-barricade:after {
  content: "\ea2b";
  margin-left: -1em;
}
.ph-duotone.ph-baseball-cap:before {
  content: "\ea2c";
  opacity: 0.2;
}
.ph-duotone.ph-baseball-cap:after {
  content: "\ea2d";
  margin-left: -1em;
}
.ph-duotone.ph-baseball:before {
  content: "\ea2e";
  opacity: 0.2;
}
.ph-duotone.ph-baseball:after {
  content: "\ea2f";
  margin-left: -1em;
}
.ph-duotone.ph-basketball:before {
  content: "\ea30";
  opacity: 0.2;
}
.ph-duotone.ph-basketball:after {
  content: "\ea31";
  margin-left: -1em;
}
.ph-duotone.ph-basket:before {
  content: "\ea32";
  opacity: 0.2;
}
.ph-duotone.ph-basket:after {
  content: "\ea33";
  margin-left: -1em;
}
.ph-duotone.ph-bathtub:before {
  content: "\ea34";
  opacity: 0.2;
}
.ph-duotone.ph-bathtub:after {
  content: "\ea35";
  margin-left: -1em;
}
.ph-duotone.ph-battery-charging:before {
  content: "\ea36";
  opacity: 0.2;
}
.ph-duotone.ph-battery-charging:after {
  content: "\ea37";
  margin-left: -1em;
}
.ph-duotone.ph-battery-charging-vertical:before {
  content: "\ea38";
  opacity: 0.2;
}
.ph-duotone.ph-battery-charging-vertical:after {
  content: "\ea39";
  margin-left: -1em;
}
.ph-duotone.ph-battery-empty:before {
  content: "\ea3a";
  opacity: 0.2;
}
.ph-duotone.ph-battery-empty:after {
  content: "\ea3b";
  margin-left: -1em;
}
.ph-duotone.ph-battery-full:before {
  content: "\ea3c";
  opacity: 0.2;
}
.ph-duotone.ph-battery-full:after {
  content: "\ea3d";
  margin-left: -1em;
}
.ph-duotone.ph-battery-high:before {
  content: "\ea3e";
  opacity: 0.2;
}
.ph-duotone.ph-battery-high:after {
  content: "\ea3f";
  margin-left: -1em;
}
.ph-duotone.ph-battery-low:before {
  content: "\ea40";
  opacity: 0.2;
}
.ph-duotone.ph-battery-low:after {
  content: "\ea41";
  margin-left: -1em;
}
.ph-duotone.ph-battery-medium:before {
  content: "\ea42";
  opacity: 0.2;
}
.ph-duotone.ph-battery-medium:after {
  content: "\ea43";
  margin-left: -1em;
}
.ph-duotone.ph-battery-plus:before {
  content: "\ea44";
  opacity: 0.2;
}
.ph-duotone.ph-battery-plus:after {
  content: "\ea45";
  margin-left: -1em;
}
.ph-duotone.ph-battery-plus-vertical:before {
  content: "\ea46";
  opacity: 0.2;
}
.ph-duotone.ph-battery-plus-vertical:after {
  content: "\ea47";
  margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-empty:before {
  content: "\ea48";
  opacity: 0.2;
}
.ph-duotone.ph-battery-vertical-empty:after {
  content: "\ea49";
  margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-full:before {
  content: "\ea4a";
  opacity: 0.2;
}
.ph-duotone.ph-battery-vertical-full:after {
  content: "\ea4b";
  margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-high:before {
  content: "\ea4c";
  opacity: 0.2;
}
.ph-duotone.ph-battery-vertical-high:after {
  content: "\ea4d";
  margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-low:before {
  content: "\ea4e";
  opacity: 0.2;
}
.ph-duotone.ph-battery-vertical-low:after {
  content: "\ea4f";
  margin-left: -1em;
}
.ph-duotone.ph-battery-vertical-medium:before {
  content: "\ea50";
  opacity: 0.2;
}
.ph-duotone.ph-battery-vertical-medium:after {
  content: "\ea51";
  margin-left: -1em;
}
.ph-duotone.ph-battery-warning:before {
  content: "\ea52";
  opacity: 0.2;
}
.ph-duotone.ph-battery-warning:after {
  content: "\ea53";
  margin-left: -1em;
}
.ph-duotone.ph-battery-warning-vertical:before {
  content: "\ea54";
  opacity: 0.2;
}
.ph-duotone.ph-battery-warning-vertical:after {
  content: "\ea55";
  margin-left: -1em;
}
.ph-duotone.ph-bed:before {
  content: "\ea56";
  opacity: 0.2;
}
.ph-duotone.ph-bed:after {
  content: "\ea57";
  margin-left: -1em;
}
.ph-duotone.ph-beer-bottle:before {
  content: "\ea58";
  opacity: 0.2;
}
.ph-duotone.ph-beer-bottle:after {
  content: "\ea59";
  margin-left: -1em;
}
.ph-duotone.ph-beer-stein:before {
  content: "\ea5a";
  opacity: 0.2;
}
.ph-duotone.ph-beer-stein:after {
  content: "\ea5b";
  margin-left: -1em;
}
.ph-duotone.ph-behance-logo:before {
  content: "\ea5c";
  opacity: 0.2;
}
.ph-duotone.ph-behance-logo:after {
  content: "\ea5d";
  margin-left: -1em;
}
.ph-duotone.ph-bell:before {
  content: "\ea5e";
  opacity: 0.2;
}
.ph-duotone.ph-bell:after {
  content: "\ea5f";
  margin-left: -1em;
}
.ph-duotone.ph-bell-ringing:before {
  content: "\ea60";
  opacity: 0.2;
}
.ph-duotone.ph-bell-ringing:after {
  content: "\ea61";
  margin-left: -1em;
}
.ph-duotone.ph-bell-simple:before {
  content: "\ea62";
  opacity: 0.2;
}
.ph-duotone.ph-bell-simple:after {
  content: "\ea63";
  margin-left: -1em;
}
.ph-duotone.ph-bell-simple-ringing:before {
  content: "\ea64";
  opacity: 0.2;
}
.ph-duotone.ph-bell-simple-ringing:after {
  content: "\ea65";
  margin-left: -1em;
}
.ph-duotone.ph-bell-simple-slash:before {
  content: "\ea66";
  opacity: 0.2;
}
.ph-duotone.ph-bell-simple-slash:after {
  content: "\ea67";
  margin-left: -1em;
}
.ph-duotone.ph-bell-simple-z:before {
  content: "\ea68";
  opacity: 0.2;
}
.ph-duotone.ph-bell-simple-z:after {
  content: "\ea69";
  margin-left: -1em;
}
.ph-duotone.ph-bell-slash:before {
  content: "\ea6a";
  opacity: 0.2;
}
.ph-duotone.ph-bell-slash:after {
  content: "\ea6b";
  margin-left: -1em;
}
.ph-duotone.ph-bell-z:before {
  content: "\ea6c";
  opacity: 0.2;
}
.ph-duotone.ph-bell-z:after {
  content: "\ea6d";
  margin-left: -1em;
}
.ph-duotone.ph-bezier-curve:before {
  content: "\ea6e";
  opacity: 0.2;
}
.ph-duotone.ph-bezier-curve:after {
  content: "\ea6f";
  margin-left: -1em;
}
.ph-duotone.ph-bicycle:before {
  content: "\ea70";
  opacity: 0.2;
}
.ph-duotone.ph-bicycle:after {
  content: "\ea71";
  margin-left: -1em;
}
.ph-duotone.ph-binoculars:before {
  content: "\ea72";
  opacity: 0.2;
}
.ph-duotone.ph-binoculars:after {
  content: "\ea73";
  margin-left: -1em;
}
.ph-duotone.ph-bird:before {
  content: "\ea74";
  opacity: 0.2;
}
.ph-duotone.ph-bird:after {
  content: "\ea75";
  margin-left: -1em;
}
.ph-duotone.ph-bluetooth-connected:before {
  content: "\ea76";
  opacity: 0.2;
}
.ph-duotone.ph-bluetooth-connected:after {
  content: "\ea77";
  margin-left: -1em;
}
.ph-duotone.ph-bluetooth:before {
  content: "\ea78";
  opacity: 0.2;
}
.ph-duotone.ph-bluetooth:after {
  content: "\ea79";
  margin-left: -1em;
}
.ph-duotone.ph-bluetooth-slash:before {
  content: "\ea7a";
  opacity: 0.2;
}
.ph-duotone.ph-bluetooth-slash:after {
  content: "\ea7b";
  margin-left: -1em;
}
.ph-duotone.ph-bluetooth-x:before {
  content: "\ea7c";
  opacity: 0.2;
}
.ph-duotone.ph-bluetooth-x:after {
  content: "\ea7d";
  margin-left: -1em;
}
.ph-duotone.ph-boat:before {
  content: "\ea7e";
  opacity: 0.2;
}
.ph-duotone.ph-boat:after {
  content: "\ea7f";
  margin-left: -1em;
}
.ph-duotone.ph-bone:before {
  content: "\ea80";
  opacity: 0.2;
}
.ph-duotone.ph-bone:after {
  content: "\ea81";
  margin-left: -1em;
}
.ph-duotone.ph-book-bookmark:before {
  content: "\ea82";
  opacity: 0.2;
}
.ph-duotone.ph-book-bookmark:after {
  content: "\ea83";
  margin-left: -1em;
}
.ph-duotone.ph-book:before {
  content: "\ea84";
  opacity: 0.2;
}
.ph-duotone.ph-book:after {
  content: "\ea85";
  margin-left: -1em;
}
.ph-duotone.ph-bookmark:before {
  content: "\ea86";
  opacity: 0.2;
}
.ph-duotone.ph-bookmark:after {
  content: "\ea87";
  margin-left: -1em;
}
.ph-duotone.ph-bookmarks:before {
  content: "\ea88";
  opacity: 0.2;
}
.ph-duotone.ph-bookmarks:after {
  content: "\ea89";
  margin-left: -1em;
}
.ph-duotone.ph-bookmark-simple:before {
  content: "\ea8a";
  opacity: 0.2;
}
.ph-duotone.ph-bookmark-simple:after {
  content: "\ea8b";
  margin-left: -1em;
}
.ph-duotone.ph-bookmarks-simple:before {
  content: "\ea8c";
  opacity: 0.2;
}
.ph-duotone.ph-bookmarks-simple:after {
  content: "\ea8d";
  margin-left: -1em;
}
.ph-duotone.ph-book-open:before {
  content: "\ea8e";
  opacity: 0.2;
}
.ph-duotone.ph-book-open:after {
  content: "\ea8f";
  margin-left: -1em;
}
.ph-duotone.ph-book-open-text:before {
  content: "\ea90";
  opacity: 0.2;
}
.ph-duotone.ph-book-open-text:after {
  content: "\ea91";
  margin-left: -1em;
}
.ph-duotone.ph-books:before {
  content: "\ea92";
  opacity: 0.2;
}
.ph-duotone.ph-books:after {
  content: "\ea93";
  margin-left: -1em;
}
.ph-duotone.ph-boot:before {
  content: "\ea94";
  opacity: 0.2;
}
.ph-duotone.ph-boot:after {
  content: "\ea95";
  margin-left: -1em;
}
.ph-duotone.ph-bounding-box:before {
  content: "\ea96";
  opacity: 0.2;
}
.ph-duotone.ph-bounding-box:after {
  content: "\ea97";
  margin-left: -1em;
}
.ph-duotone.ph-bowl-food:before {
  content: "\ea98";
  opacity: 0.2;
}
.ph-duotone.ph-bowl-food:after {
  content: "\ea99";
  margin-left: -1em;
}
.ph-duotone.ph-brackets-angle:before {
  content: "\ea9a";
  opacity: 0.2;
}
.ph-duotone.ph-brackets-angle:after {
  content: "\ea9b";
  margin-left: -1em;
}
.ph-duotone.ph-brackets-curly:before {
  content: "\ea9c";
  opacity: 0.2;
}
.ph-duotone.ph-brackets-curly:after {
  content: "\ea9d";
  margin-left: -1em;
}
.ph-duotone.ph-brackets-round:before {
  content: "\ea9e";
  opacity: 0.2;
}
.ph-duotone.ph-brackets-round:after {
  content: "\ea9f";
  margin-left: -1em;
}
.ph-duotone.ph-brackets-square:before {
  content: "\eaa0";
  opacity: 0.2;
}
.ph-duotone.ph-brackets-square:after {
  content: "\eaa1";
  margin-left: -1em;
}
.ph-duotone.ph-brain:before {
  content: "\eaa2";
  opacity: 0.2;
}
.ph-duotone.ph-brain:after {
  content: "\eaa3";
  margin-left: -1em;
}
.ph-duotone.ph-brandy:before {
  content: "\eaa4";
  opacity: 0.2;
}
.ph-duotone.ph-brandy:after {
  content: "\eaa5";
  margin-left: -1em;
}
.ph-duotone.ph-bridge:before {
  content: "\eaa6";
  opacity: 0.2;
}
.ph-duotone.ph-bridge:after {
  content: "\eaa7";
  margin-left: -1em;
}
.ph-duotone.ph-briefcase:before {
  content: "\eaa8";
  opacity: 0.2;
}
.ph-duotone.ph-briefcase:after {
  content: "\eaa9";
  margin-left: -1em;
}
.ph-duotone.ph-briefcase-metal:before {
  content: "\eaaa";
  opacity: 0.2;
}
.ph-duotone.ph-briefcase-metal:after {
  content: "\eaab";
  margin-left: -1em;
}
.ph-duotone.ph-broadcast:before {
  content: "\eaac";
  opacity: 0.2;
}
.ph-duotone.ph-broadcast:after {
  content: "\eaad";
  margin-left: -1em;
}
.ph-duotone.ph-broom:before {
  content: "\eaae";
  opacity: 0.2;
}
.ph-duotone.ph-broom:after {
  content: "\eaaf";
  margin-left: -1em;
}
.ph-duotone.ph-browser:before {
  content: "\eab0";
  opacity: 0.2;
}
.ph-duotone.ph-browser:after {
  content: "\eab1";
  margin-left: -1em;
}
.ph-duotone.ph-browsers:before {
  content: "\eab2";
  opacity: 0.2;
}
.ph-duotone.ph-browsers:after {
  content: "\eab3";
  margin-left: -1em;
}
.ph-duotone.ph-bug-beetle:before {
  content: "\eab4";
  opacity: 0.2;
}
.ph-duotone.ph-bug-beetle:after {
  content: "\eab5";
  margin-left: -1em;
}
.ph-duotone.ph-bug-droid:before {
  content: "\eab6";
  opacity: 0.2;
}
.ph-duotone.ph-bug-droid:after {
  content: "\eab7";
  margin-left: -1em;
}
.ph-duotone.ph-bug:before {
  content: "\eab8";
  opacity: 0.2;
}
.ph-duotone.ph-bug:after {
  content: "\eab9";
  margin-left: -1em;
}
.ph-duotone.ph-buildings:before {
  content: "\eaba";
  opacity: 0.2;
}
.ph-duotone.ph-buildings:after {
  content: "\eabb";
  margin-left: -1em;
}
.ph-duotone.ph-bus:before {
  content: "\eabc";
  opacity: 0.2;
}
.ph-duotone.ph-bus:after {
  content: "\eabd";
  margin-left: -1em;
}
.ph-duotone.ph-butterfly:before {
  content: "\eabe";
  opacity: 0.2;
}
.ph-duotone.ph-butterfly:after {
  content: "\eabf";
  margin-left: -1em;
}
.ph-duotone.ph-cactus:before {
  content: "\eac0";
  opacity: 0.2;
}
.ph-duotone.ph-cactus:after {
  content: "\eac1";
  margin-left: -1em;
}
.ph-duotone.ph-cake:before {
  content: "\eac2";
  opacity: 0.2;
}
.ph-duotone.ph-cake:after {
  content: "\eac3";
  margin-left: -1em;
}
.ph-duotone.ph-calculator:before {
  content: "\eac4";
  opacity: 0.2;
}
.ph-duotone.ph-calculator:after {
  content: "\eac5";
  margin-left: -1em;
}
.ph-duotone.ph-calendar-blank:before {
  content: "\eac6";
  opacity: 0.2;
}
.ph-duotone.ph-calendar-blank:after {
  content: "\eac7";
  margin-left: -1em;
}
.ph-duotone.ph-calendar-check:before {
  content: "\eac8";
  opacity: 0.2;
}
.ph-duotone.ph-calendar-check:after {
  content: "\eac9";
  margin-left: -1em;
}
.ph-duotone.ph-calendar:before {
  content: "\eaca";
  opacity: 0.2;
}
.ph-duotone.ph-calendar:after {
  content: "\eacb";
  margin-left: -1em;
}
.ph-duotone.ph-calendar-plus:before {
  content: "\eacc";
  opacity: 0.2;
}
.ph-duotone.ph-calendar-plus:after {
  content: "\eacd";
  margin-left: -1em;
}
.ph-duotone.ph-calendar-x:before {
  content: "\eace";
  opacity: 0.2;
}
.ph-duotone.ph-calendar-x:after {
  content: "\eacf";
  margin-left: -1em;
}
.ph-duotone.ph-call-bell:before {
  content: "\ead0";
  opacity: 0.2;
}
.ph-duotone.ph-call-bell:after {
  content: "\ead1";
  margin-left: -1em;
}
.ph-duotone.ph-camera:before {
  content: "\ead2";
  opacity: 0.2;
}
.ph-duotone.ph-camera:after {
  content: "\ead3";
  margin-left: -1em;
}
.ph-duotone.ph-camera-plus:before {
  content: "\ead4";
  opacity: 0.2;
}
.ph-duotone.ph-camera-plus:after {
  content: "\ead5";
  margin-left: -1em;
}
.ph-duotone.ph-camera-rotate:before {
  content: "\ead6";
  opacity: 0.2;
}
.ph-duotone.ph-camera-rotate:after {
  content: "\ead7";
  margin-left: -1em;
}
.ph-duotone.ph-camera-slash:before {
  content: "\ead8";
  opacity: 0.2;
}
.ph-duotone.ph-camera-slash:after {
  content: "\ead9";
  margin-left: -1em;
}
.ph-duotone.ph-campfire:before {
  content: "\eada";
  opacity: 0.2;
}
.ph-duotone.ph-campfire:after {
  content: "\eadb";
  margin-left: -1em;
}
.ph-duotone.ph-cardholder:before {
  content: "\eadc";
  opacity: 0.2;
}
.ph-duotone.ph-cardholder:after {
  content: "\eadd";
  margin-left: -1em;
}
.ph-duotone.ph-cards:before {
  content: "\eade";
  opacity: 0.2;
}
.ph-duotone.ph-cards:after {
  content: "\eadf";
  margin-left: -1em;
}
.ph-duotone.ph-car:before {
  content: "\eae0";
  opacity: 0.2;
}
.ph-duotone.ph-car:after {
  content: "\eae1";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-down:before {
  content: "\eae2";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-double-down:after {
  content: "\eae3";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-left:before {
  content: "\eae4";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-double-left:after {
  content: "\eae5";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-right:before {
  content: "\eae6";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-double-right:after {
  content: "\eae7";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-double-up:before {
  content: "\eae8";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-double-up:after {
  content: "\eae9";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-down:before {
  content: "\eaea";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-down:after {
  content: "\eaeb";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-left:before {
  content: "\eaec";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-left:after {
  content: "\eaed";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-right:before {
  content: "\eaee";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-right:after {
  content: "\eaef";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-up-down:before {
  content: "\eaf0";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-up-down:after {
  content: "\eaf1";
  margin-left: -1em;
}
.ph-duotone.ph-caret-circle-up:before {
  content: "\eaf2";
  opacity: 0.2;
}
.ph-duotone.ph-caret-circle-up:after {
  content: "\eaf3";
  margin-left: -1em;
}
.ph-duotone.ph-caret-double-down:before {
  content: "\eaf4";
  opacity: 0.2;
}
.ph-duotone.ph-caret-double-down:after {
  content: "\eaf5";
  margin-left: -1em;
}
.ph-duotone.ph-caret-double-left:before {
  content: "\eaf6";
  opacity: 0.2;
}
.ph-duotone.ph-caret-double-left:after {
  content: "\eaf7";
  margin-left: -1em;
}
.ph-duotone.ph-caret-double-right:before {
  content: "\eaf8";
  opacity: 0.2;
}
.ph-duotone.ph-caret-double-right:after {
  content: "\eaf9";
  margin-left: -1em;
}
.ph-duotone.ph-caret-double-up:before {
  content: "\eafa";
  opacity: 0.2;
}
.ph-duotone.ph-caret-double-up:after {
  content: "\eafb";
  margin-left: -1em;
}
.ph-duotone.ph-caret-down:before {
  content: "\eafc";
  opacity: 0.2;
}
.ph-duotone.ph-caret-down:after {
  content: "\eafd";
  margin-left: -1em;
}
.ph-duotone.ph-caret-left:before {
  content: "\eafe";
  opacity: 0.2;
}
.ph-duotone.ph-caret-left:after {
  content: "\eaff";
  margin-left: -1em;
}
.ph-duotone.ph-caret-right:before {
  content: "\eb00";
  opacity: 0.2;
}
.ph-duotone.ph-caret-right:after {
  content: "\eb01";
  margin-left: -1em;
}
.ph-duotone.ph-caret-up-down:before {
  content: "\eb02";
  opacity: 0.2;
}
.ph-duotone.ph-caret-up-down:after {
  content: "\eb03";
  margin-left: -1em;
}
.ph-duotone.ph-caret-up:before {
  content: "\eb04";
  opacity: 0.2;
}
.ph-duotone.ph-caret-up:after {
  content: "\eb05";
  margin-left: -1em;
}
.ph-duotone.ph-car-profile:before {
  content: "\eb06";
  opacity: 0.2;
}
.ph-duotone.ph-car-profile:after {
  content: "\eb07";
  margin-left: -1em;
}
.ph-duotone.ph-carrot:before {
  content: "\eb08";
  opacity: 0.2;
}
.ph-duotone.ph-carrot:after {
  content: "\eb09";
  margin-left: -1em;
}
.ph-duotone.ph-car-simple:before {
  content: "\eb0a";
  opacity: 0.2;
}
.ph-duotone.ph-car-simple:after {
  content: "\eb0b";
  margin-left: -1em;
}
.ph-duotone.ph-cassette-tape:before {
  content: "\eb0c";
  opacity: 0.2;
}
.ph-duotone.ph-cassette-tape:after {
  content: "\eb0d";
  margin-left: -1em;
}
.ph-duotone.ph-castle-turret:before {
  content: "\eb0e";
  opacity: 0.2;
}
.ph-duotone.ph-castle-turret:after {
  content: "\eb0f";
  margin-left: -1em;
}
.ph-duotone.ph-cat:before {
  content: "\eb10";
  opacity: 0.2;
}
.ph-duotone.ph-cat:after {
  content: "\eb11";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-full:before {
  content: "\eb12";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-full:after {
  content: "\eb13";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-high:before {
  content: "\eb14";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-high:after {
  content: "\eb15";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-low:before {
  content: "\eb16";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-low:after {
  content: "\eb17";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-medium:before {
  content: "\eb18";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-medium:after {
  content: "\eb19";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-none-duotone:before {
  content: "\eb1a";
}
.ph-duotone.ph-cell-signal-slash:before {
  content: "\eb1b";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-slash:after {
  content: "\eb1c";
  margin-left: -1em;
}
.ph-duotone.ph-cell-signal-x:before {
  content: "\eb1d";
  opacity: 0.2;
}
.ph-duotone.ph-cell-signal-x:after {
  content: "\eb1e";
  margin-left: -1em;
}
.ph-duotone.ph-certificate:before {
  content: "\eb1f";
  opacity: 0.2;
}
.ph-duotone.ph-certificate:after {
  content: "\eb20";
  margin-left: -1em;
}
.ph-duotone.ph-chair:before {
  content: "\eb21";
  opacity: 0.2;
}
.ph-duotone.ph-chair:after {
  content: "\eb22";
  margin-left: -1em;
}
.ph-duotone.ph-chalkboard:before {
  content: "\eb23";
  opacity: 0.2;
}
.ph-duotone.ph-chalkboard:after {
  content: "\eb24";
  margin-left: -1em;
}
.ph-duotone.ph-chalkboard-simple:before {
  content: "\eb25";
  opacity: 0.2;
}
.ph-duotone.ph-chalkboard-simple:after {
  content: "\eb26";
  margin-left: -1em;
}
.ph-duotone.ph-chalkboard-teacher:before {
  content: "\eb27";
  opacity: 0.2;
}
.ph-duotone.ph-chalkboard-teacher:after {
  content: "\eb28";
  margin-left: -1em;
}
.ph-duotone.ph-champagne:before {
  content: "\eb29";
  opacity: 0.2;
}
.ph-duotone.ph-champagne:after {
  content: "\eb2a";
  margin-left: -1em;
}
.ph-duotone.ph-charging-station:before {
  content: "\eb2b";
  opacity: 0.2;
}
.ph-duotone.ph-charging-station:after {
  content: "\eb2c";
  margin-left: -1em;
}
.ph-duotone.ph-chart-bar:before {
  content: "\eb2d";
  opacity: 0.2;
}
.ph-duotone.ph-chart-bar:after {
  content: "\eb2e";
  margin-left: -1em;
}
.ph-duotone.ph-chart-bar-horizontal:before {
  content: "\eb2f";
  opacity: 0.2;
}
.ph-duotone.ph-chart-bar-horizontal:after {
  content: "\eb30";
  margin-left: -1em;
}
.ph-duotone.ph-chart-donut:before {
  content: "\eb31";
  opacity: 0.2;
}
.ph-duotone.ph-chart-donut:after {
  content: "\eb32";
  margin-left: -1em;
}
.ph-duotone.ph-chart-line-down:before {
  content: "\eb33";
  opacity: 0.2;
}
.ph-duotone.ph-chart-line-down:after {
  content: "\eb34";
  margin-left: -1em;
}
.ph-duotone.ph-chart-line:before {
  content: "\eb35";
  opacity: 0.2;
}
.ph-duotone.ph-chart-line:after {
  content: "\eb36";
  margin-left: -1em;
}
.ph-duotone.ph-chart-line-up:before {
  content: "\eb37";
  opacity: 0.2;
}
.ph-duotone.ph-chart-line-up:after {
  content: "\eb38";
  margin-left: -1em;
}
.ph-duotone.ph-chart-pie:before {
  content: "\eb39";
  opacity: 0.2;
}
.ph-duotone.ph-chart-pie:after {
  content: "\eb3a";
  margin-left: -1em;
}
.ph-duotone.ph-chart-pie-slice:before {
  content: "\eb3b";
  opacity: 0.2;
}
.ph-duotone.ph-chart-pie-slice:after {
  content: "\eb3c";
  margin-left: -1em;
}
.ph-duotone.ph-chart-polar:before {
  content: "\eb3d";
  opacity: 0.2;
}
.ph-duotone.ph-chart-polar:after {
  content: "\eb3e";
  margin-left: -1em;
}
.ph-duotone.ph-chart-scatter:before {
  content: "\eb3f";
  opacity: 0.2;
}
.ph-duotone.ph-chart-scatter:after {
  content: "\eb40";
  margin-left: -1em;
}
.ph-duotone.ph-chat-centered-dots:before {
  content: "\eb41";
  opacity: 0.2;
}
.ph-duotone.ph-chat-centered-dots:after {
  content: "\eb42";
  margin-left: -1em;
}
.ph-duotone.ph-chat-centered:before {
  content: "\eb43";
  opacity: 0.2;
}
.ph-duotone.ph-chat-centered:after {
  content: "\eb44";
  margin-left: -1em;
}
.ph-duotone.ph-chat-centered-text:before {
  content: "\eb45";
  opacity: 0.2;
}
.ph-duotone.ph-chat-centered-text:after {
  content: "\eb46";
  margin-left: -1em;
}
.ph-duotone.ph-chat-circle-dots:before {
  content: "\eb47";
  opacity: 0.2;
}
.ph-duotone.ph-chat-circle-dots:after {
  content: "\eb48";
  margin-left: -1em;
}
.ph-duotone.ph-chat-circle:before {
  content: "\eb49";
  opacity: 0.2;
}
.ph-duotone.ph-chat-circle:after {
  content: "\eb4a";
  margin-left: -1em;
}
.ph-duotone.ph-chat-circle-text:before {
  content: "\eb4b";
  opacity: 0.2;
}
.ph-duotone.ph-chat-circle-text:after {
  content: "\eb4c";
  margin-left: -1em;
}
.ph-duotone.ph-chat-dots:before {
  content: "\eb4d";
  opacity: 0.2;
}
.ph-duotone.ph-chat-dots:after {
  content: "\eb4e";
  margin-left: -1em;
}
.ph-duotone.ph-chat:before {
  content: "\eb4f";
  opacity: 0.2;
}
.ph-duotone.ph-chat:after {
  content: "\eb50";
  margin-left: -1em;
}
.ph-duotone.ph-chats-circle:before {
  content: "\eb51";
  opacity: 0.2;
}
.ph-duotone.ph-chats-circle:after {
  content: "\eb52";
  margin-left: -1em;
}
.ph-duotone.ph-chats:before {
  content: "\eb53";
  opacity: 0.2;
}
.ph-duotone.ph-chats:after {
  content: "\eb54";
  margin-left: -1em;
}
.ph-duotone.ph-chats-teardrop:before {
  content: "\eb55";
  opacity: 0.2;
}
.ph-duotone.ph-chats-teardrop:after {
  content: "\eb56";
  margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop-dots:before {
  content: "\eb57";
  opacity: 0.2;
}
.ph-duotone.ph-chat-teardrop-dots:after {
  content: "\eb58";
  margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop:before {
  content: "\eb59";
  opacity: 0.2;
}
.ph-duotone.ph-chat-teardrop:after {
  content: "\eb5a";
  margin-left: -1em;
}
.ph-duotone.ph-chat-teardrop-text:before {
  content: "\eb5b";
  opacity: 0.2;
}
.ph-duotone.ph-chat-teardrop-text:after {
  content: "\eb5c";
  margin-left: -1em;
}
.ph-duotone.ph-chat-text:before {
  content: "\eb5d";
  opacity: 0.2;
}
.ph-duotone.ph-chat-text:after {
  content: "\eb5e";
  margin-left: -1em;
}
.ph-duotone.ph-check-circle:before {
  content: "\eb5f";
  opacity: 0.2;
}
.ph-duotone.ph-check-circle:after {
  content: "\eb60";
  margin-left: -1em;
}
.ph-duotone.ph-check:before {
  content: "\eb61";
  opacity: 0.2;
}
.ph-duotone.ph-check:after {
  content: "\eb62";
  margin-left: -1em;
}
.ph-duotone.ph-check-fat:before {
  content: "\eb63";
  opacity: 0.2;
}
.ph-duotone.ph-check-fat:after {
  content: "\eb64";
  margin-left: -1em;
}
.ph-duotone.ph-checks:before {
  content: "\eb65";
  opacity: 0.2;
}
.ph-duotone.ph-checks:after {
  content: "\eb66";
  margin-left: -1em;
}
.ph-duotone.ph-check-square:before {
  content: "\eb67";
  opacity: 0.2;
}
.ph-duotone.ph-check-square:after {
  content: "\eb68";
  margin-left: -1em;
}
.ph-duotone.ph-check-square-offset:before {
  content: "\eb69";
  opacity: 0.2;
}
.ph-duotone.ph-check-square-offset:after {
  content: "\eb6a";
  margin-left: -1em;
}
.ph-duotone.ph-church:before {
  content: "\eb6b";
  opacity: 0.2;
}
.ph-duotone.ph-church:after {
  content: "\eb6c";
  margin-left: -1em;
}
.ph-duotone.ph-circle-dashed:before {
  content: "\eb6d";
  opacity: 0.2;
}
.ph-duotone.ph-circle-dashed:after {
  content: "\eb6e";
  margin-left: -1em;
}
.ph-duotone.ph-circle:before {
  content: "\eb6f";
  opacity: 0.2;
}
.ph-duotone.ph-circle:after {
  content: "\eb70";
  margin-left: -1em;
}
.ph-duotone.ph-circle-half:before {
  content: "\eb71";
  opacity: 0.2;
}
.ph-duotone.ph-circle-half:after {
  content: "\eb72";
  margin-left: -1em;
}
.ph-duotone.ph-circle-half-tilt:before {
  content: "\eb73";
  opacity: 0.2;
}
.ph-duotone.ph-circle-half-tilt:after {
  content: "\eb74";
  margin-left: -1em;
}
.ph-duotone.ph-circle-notch:before {
  content: "\eb75";
  opacity: 0.2;
}
.ph-duotone.ph-circle-notch:after {
  content: "\eb76";
  margin-left: -1em;
}
.ph-duotone.ph-circles-four:before {
  content: "\eb77";
  opacity: 0.2;
}
.ph-duotone.ph-circles-four:after {
  content: "\eb78";
  margin-left: -1em;
}
.ph-duotone.ph-circles-three:before {
  content: "\eb79";
  opacity: 0.2;
}
.ph-duotone.ph-circles-three:after {
  content: "\eb7a";
  margin-left: -1em;
}
.ph-duotone.ph-circles-three-plus:before {
  content: "\eb7b";
  opacity: 0.2;
}
.ph-duotone.ph-circles-three-plus:after {
  content: "\eb7c";
  margin-left: -1em;
}
.ph-duotone.ph-circuitry:before {
  content: "\eb7d";
  opacity: 0.2;
}
.ph-duotone.ph-circuitry:after {
  content: "\eb7e";
  margin-left: -1em;
}
.ph-duotone.ph-clipboard:before {
  content: "\eb7f";
  opacity: 0.2;
}
.ph-duotone.ph-clipboard:after {
  content: "\eb80";
  margin-left: -1em;
}
.ph-duotone.ph-clipboard-text:before {
  content: "\eb81";
  opacity: 0.2;
}
.ph-duotone.ph-clipboard-text:after {
  content: "\eb82";
  margin-left: -1em;
}
.ph-duotone.ph-clock-afternoon:before {
  content: "\eb83";
  opacity: 0.2;
}
.ph-duotone.ph-clock-afternoon:after {
  content: "\eb84";
  margin-left: -1em;
}
.ph-duotone.ph-clock-clockwise:before {
  content: "\eb85";
  opacity: 0.2;
}
.ph-duotone.ph-clock-clockwise:after {
  content: "\eb86";
  margin-left: -1em;
}
.ph-duotone.ph-clock-countdown:before {
  content: "\eb87";
  opacity: 0.2;
}
.ph-duotone.ph-clock-countdown:after {
  content: "\eb88";
  margin-left: -1em;
}
.ph-duotone.ph-clock-counter-clockwise:before {
  content: "\eb89";
  opacity: 0.2;
}
.ph-duotone.ph-clock-counter-clockwise:after {
  content: "\eb8a";
  margin-left: -1em;
}
.ph-duotone.ph-clock:before {
  content: "\eb8b";
  opacity: 0.2;
}
.ph-duotone.ph-clock:after {
  content: "\eb8c";
  margin-left: -1em;
}
.ph-duotone.ph-closed-captioning:before {
  content: "\eb8d";
  opacity: 0.2;
}
.ph-duotone.ph-closed-captioning:after {
  content: "\eb8e";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-arrow-down:before {
  content: "\eb8f";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-arrow-down:after {
  content: "\eb90";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-arrow-up:before {
  content: "\eb91";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-arrow-up:after {
  content: "\eb92";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-check:before {
  content: "\eb93";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-check:after {
  content: "\eb94";
  margin-left: -1em;
}
.ph-duotone.ph-cloud:before {
  content: "\eb95";
  opacity: 0.2;
}
.ph-duotone.ph-cloud:after {
  content: "\eb96";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-fog:before {
  content: "\eb97";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-fog:after {
  content: "\eb98";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-lightning:before {
  content: "\eb99";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-lightning:after {
  content: "\eb9a";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-moon:before {
  content: "\eb9b";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-moon:after {
  content: "\eb9c";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-rain:before {
  content: "\eb9d";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-rain:after {
  content: "\eb9e";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-slash:before {
  content: "\eb9f";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-slash:after {
  content: "\eba0";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-snow:before {
  content: "\eba1";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-snow:after {
  content: "\eba2";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-sun:before {
  content: "\eba3";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-sun:after {
  content: "\eba4";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-warning:before {
  content: "\eba5";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-warning:after {
  content: "\eba6";
  margin-left: -1em;
}
.ph-duotone.ph-cloud-x:before {
  content: "\eba7";
  opacity: 0.2;
}
.ph-duotone.ph-cloud-x:after {
  content: "\eba8";
  margin-left: -1em;
}
.ph-duotone.ph-club:before {
  content: "\eba9";
  opacity: 0.2;
}
.ph-duotone.ph-club:after {
  content: "\ebaa";
  margin-left: -1em;
}
.ph-duotone.ph-coat-hanger:before {
  content: "\ebab";
  opacity: 0.2;
}
.ph-duotone.ph-coat-hanger:after {
  content: "\ebac";
  margin-left: -1em;
}
.ph-duotone.ph-coda-logo:before {
  content: "\ebad";
  opacity: 0.2;
}
.ph-duotone.ph-coda-logo:after {
  content: "\ebae";
  margin-left: -1em;
}
.ph-duotone.ph-code-block:before {
  content: "\ebaf";
  opacity: 0.2;
}
.ph-duotone.ph-code-block:after {
  content: "\ebb0";
  margin-left: -1em;
}
.ph-duotone.ph-code:before {
  content: "\ebb1";
  opacity: 0.2;
}
.ph-duotone.ph-code:after {
  content: "\ebb2";
  margin-left: -1em;
}
.ph-duotone.ph-codepen-logo:before {
  content: "\ebb3";
  opacity: 0.2;
}
.ph-duotone.ph-codepen-logo:after {
  content: "\ebb4";
  margin-left: -1em;
}
.ph-duotone.ph-codesandbox-logo:before {
  content: "\ebb5";
  opacity: 0.2;
}
.ph-duotone.ph-codesandbox-logo:after {
  content: "\ebb6";
  margin-left: -1em;
}
.ph-duotone.ph-code-simple:before {
  content: "\ebb7";
  opacity: 0.2;
}
.ph-duotone.ph-code-simple:after {
  content: "\ebb8";
  margin-left: -1em;
}
.ph-duotone.ph-coffee:before {
  content: "\ebb9";
  opacity: 0.2;
}
.ph-duotone.ph-coffee:after {
  content: "\ebba";
  margin-left: -1em;
}
.ph-duotone.ph-coin:before {
  content: "\ebbb";
  opacity: 0.2;
}
.ph-duotone.ph-coin:after {
  content: "\ebbc";
  margin-left: -1em;
}
.ph-duotone.ph-coins:before {
  content: "\ebbd";
  opacity: 0.2;
}
.ph-duotone.ph-coins:after {
  content: "\ebbe";
  margin-left: -1em;
}
.ph-duotone.ph-coin-vertical:before {
  content: "\ebbf";
  opacity: 0.2;
}
.ph-duotone.ph-coin-vertical:after {
  content: "\ebc0";
  margin-left: -1em;
}
.ph-duotone.ph-columns:before {
  content: "\ebc1";
  opacity: 0.2;
}
.ph-duotone.ph-columns:after {
  content: "\ebc2";
  margin-left: -1em;
}
.ph-duotone.ph-command:before {
  content: "\ebc3";
  opacity: 0.2;
}
.ph-duotone.ph-command:after {
  content: "\ebc4";
  margin-left: -1em;
}
.ph-duotone.ph-compass:before {
  content: "\ebc5";
  opacity: 0.2;
}
.ph-duotone.ph-compass:after {
  content: "\ebc6";
  margin-left: -1em;
}
.ph-duotone.ph-compass-tool:before {
  content: "\ebc7";
  opacity: 0.2;
}
.ph-duotone.ph-compass-tool:after {
  content: "\ebc8";
  margin-left: -1em;
}
.ph-duotone.ph-computer-tower:before {
  content: "\ebc9";
  opacity: 0.2;
}
.ph-duotone.ph-computer-tower:after {
  content: "\ebca";
  margin-left: -1em;
}
.ph-duotone.ph-confetti:before {
  content: "\ebcb";
  opacity: 0.2;
}
.ph-duotone.ph-confetti:after {
  content: "\ebcc";
  margin-left: -1em;
}
.ph-duotone.ph-contactless-payment:before {
  content: "\ebcd";
  opacity: 0.2;
}
.ph-duotone.ph-contactless-payment:after {
  content: "\ebce";
  margin-left: -1em;
}
.ph-duotone.ph-control:before {
  content: "\ebcf";
  opacity: 0.2;
}
.ph-duotone.ph-control:after {
  content: "\ebd0";
  margin-left: -1em;
}
.ph-duotone.ph-cookie:before {
  content: "\ebd1";
  opacity: 0.2;
}
.ph-duotone.ph-cookie:after {
  content: "\ebd2";
  margin-left: -1em;
}
.ph-duotone.ph-cooking-pot:before {
  content: "\ebd3";
  opacity: 0.2;
}
.ph-duotone.ph-cooking-pot:after {
  content: "\ebd4";
  margin-left: -1em;
}
.ph-duotone.ph-copy:before {
  content: "\ebd5";
  opacity: 0.2;
}
.ph-duotone.ph-copy:after {
  content: "\ebd6";
  margin-left: -1em;
}
.ph-duotone.ph-copyleft:before {
  content: "\ebd7";
  opacity: 0.2;
}
.ph-duotone.ph-copyleft:after {
  content: "\ebd8";
  margin-left: -1em;
}
.ph-duotone.ph-copyright:before {
  content: "\ebd9";
  opacity: 0.2;
}
.ph-duotone.ph-copyright:after {
  content: "\ebda";
  margin-left: -1em;
}
.ph-duotone.ph-copy-simple:before {
  content: "\ebdb";
  opacity: 0.2;
}
.ph-duotone.ph-copy-simple:after {
  content: "\ebdc";
  margin-left: -1em;
}
.ph-duotone.ph-corners-in:before {
  content: "\ebdd";
  opacity: 0.2;
}
.ph-duotone.ph-corners-in:after {
  content: "\ebde";
  margin-left: -1em;
}
.ph-duotone.ph-corners-out:before {
  content: "\ebdf";
  opacity: 0.2;
}
.ph-duotone.ph-corners-out:after {
  content: "\ebe0";
  margin-left: -1em;
}
.ph-duotone.ph-couch:before {
  content: "\ebe1";
  opacity: 0.2;
}
.ph-duotone.ph-couch:after {
  content: "\ebe2";
  margin-left: -1em;
}
.ph-duotone.ph-cpu:before {
  content: "\ebe3";
  opacity: 0.2;
}
.ph-duotone.ph-cpu:after {
  content: "\ebe4";
  margin-left: -1em;
}
.ph-duotone.ph-credit-card:before {
  content: "\ebe5";
  opacity: 0.2;
}
.ph-duotone.ph-credit-card:after {
  content: "\ebe6";
  margin-left: -1em;
}
.ph-duotone.ph-crop:before {
  content: "\ebe7";
  opacity: 0.2;
}
.ph-duotone.ph-crop:after {
  content: "\ebe8";
  margin-left: -1em;
}
.ph-duotone.ph-cross:before {
  content: "\ebe9";
  opacity: 0.2;
}
.ph-duotone.ph-cross:after {
  content: "\ebea";
  margin-left: -1em;
}
.ph-duotone.ph-crosshair:before {
  content: "\ebeb";
  opacity: 0.2;
}
.ph-duotone.ph-crosshair:after {
  content: "\ebec";
  margin-left: -1em;
}
.ph-duotone.ph-crosshair-simple:before {
  content: "\ebed";
  opacity: 0.2;
}
.ph-duotone.ph-crosshair-simple:after {
  content: "\ebee";
  margin-left: -1em;
}
.ph-duotone.ph-crown:before {
  content: "\ebef";
  opacity: 0.2;
}
.ph-duotone.ph-crown:after {
  content: "\ebf0";
  margin-left: -1em;
}
.ph-duotone.ph-crown-simple:before {
  content: "\ebf1";
  opacity: 0.2;
}
.ph-duotone.ph-crown-simple:after {
  content: "\ebf2";
  margin-left: -1em;
}
.ph-duotone.ph-cube:before {
  content: "\ebf3";
  opacity: 0.2;
}
.ph-duotone.ph-cube:after {
  content: "\ebf4";
  margin-left: -1em;
}
.ph-duotone.ph-cube-focus:before {
  content: "\ebf5";
  opacity: 0.2;
}
.ph-duotone.ph-cube-focus:after {
  content: "\ebf6";
  margin-left: -1em;
}
.ph-duotone.ph-cube-transparent:before {
  content: "\ebf7";
  opacity: 0.2;
}
.ph-duotone.ph-cube-transparent:after {
  content: "\ebf8";
  margin-left: -1em;
}
.ph-duotone.ph-currency-btc:before {
  content: "\ebf9";
  opacity: 0.2;
}
.ph-duotone.ph-currency-btc:after {
  content: "\ebfa";
  margin-left: -1em;
}
.ph-duotone.ph-currency-circle-dollar:before {
  content: "\ebfb";
  opacity: 0.2;
}
.ph-duotone.ph-currency-circle-dollar:after {
  content: "\ebfc";
  margin-left: -1em;
}
.ph-duotone.ph-currency-cny:before {
  content: "\ebfd";
  opacity: 0.2;
}
.ph-duotone.ph-currency-cny:after {
  content: "\ebfe";
  margin-left: -1em;
}
.ph-duotone.ph-currency-dollar:before {
  content: "\ebff";
  opacity: 0.2;
}
.ph-duotone.ph-currency-dollar:after {
  content: "\ec00";
  margin-left: -1em;
}
.ph-duotone.ph-currency-dollar-simple:before {
  content: "\ec01";
  opacity: 0.2;
}
.ph-duotone.ph-currency-dollar-simple:after {
  content: "\ec02";
  margin-left: -1em;
}
.ph-duotone.ph-currency-eth:before {
  content: "\ec03";
  opacity: 0.2;
}
.ph-duotone.ph-currency-eth:after {
  content: "\ec04";
  margin-left: -1em;
}
.ph-duotone.ph-currency-eur:before {
  content: "\ec05";
  opacity: 0.2;
}
.ph-duotone.ph-currency-eur:after {
  content: "\ec06";
  margin-left: -1em;
}
.ph-duotone.ph-currency-gbp:before {
  content: "\ec07";
  opacity: 0.2;
}
.ph-duotone.ph-currency-gbp:after {
  content: "\ec08";
  margin-left: -1em;
}
.ph-duotone.ph-currency-inr:before {
  content: "\ec09";
  opacity: 0.2;
}
.ph-duotone.ph-currency-inr:after {
  content: "\ec0a";
  margin-left: -1em;
}
.ph-duotone.ph-currency-jpy:before {
  content: "\ec0b";
  opacity: 0.2;
}
.ph-duotone.ph-currency-jpy:after {
  content: "\ec0c";
  margin-left: -1em;
}
.ph-duotone.ph-currency-krw:before {
  content: "\ec0d";
  opacity: 0.2;
}
.ph-duotone.ph-currency-krw:after {
  content: "\ec0e";
  margin-left: -1em;
}
.ph-duotone.ph-currency-kzt:before {
  content: "\ec0f";
  opacity: 0.2;
}
.ph-duotone.ph-currency-kzt:after {
  content: "\ec10";
  margin-left: -1em;
}
.ph-duotone.ph-currency-ngn:before {
  content: "\ec11";
  opacity: 0.2;
}
.ph-duotone.ph-currency-ngn:after {
  content: "\ec12";
  margin-left: -1em;
}
.ph-duotone.ph-currency-rub:before {
  content: "\ec13";
  opacity: 0.2;
}
.ph-duotone.ph-currency-rub:after {
  content: "\ec14";
  margin-left: -1em;
}
.ph-duotone.ph-cursor-click:before {
  content: "\ec15";
  opacity: 0.2;
}
.ph-duotone.ph-cursor-click:after {
  content: "\ec16";
  margin-left: -1em;
}
.ph-duotone.ph-cursor:before {
  content: "\ec17";
  opacity: 0.2;
}
.ph-duotone.ph-cursor:after {
  content: "\ec18";
  margin-left: -1em;
}
.ph-duotone.ph-cursor-text:before {
  content: "\ec19";
  opacity: 0.2;
}
.ph-duotone.ph-cursor-text:after {
  content: "\ec1a";
  margin-left: -1em;
}
.ph-duotone.ph-cylinder:before {
  content: "\ec1b";
  opacity: 0.2;
}
.ph-duotone.ph-cylinder:after {
  content: "\ec1c";
  margin-left: -1em;
}
.ph-duotone.ph-database:before {
  content: "\ec1d";
  opacity: 0.2;
}
.ph-duotone.ph-database:after {
  content: "\ec1e";
  margin-left: -1em;
}
.ph-duotone.ph-desktop:before {
  content: "\ec1f";
  opacity: 0.2;
}
.ph-duotone.ph-desktop:after {
  content: "\ec20";
  margin-left: -1em;
}
.ph-duotone.ph-desktop-tower:before {
  content: "\ec21";
  opacity: 0.2;
}
.ph-duotone.ph-desktop-tower:after {
  content: "\ec22";
  margin-left: -1em;
}
.ph-duotone.ph-detective:before {
  content: "\ec23";
  opacity: 0.2;
}
.ph-duotone.ph-detective:after {
  content: "\ec24";
  margin-left: -1em;
}
.ph-duotone.ph-device-mobile-camera:before {
  content: "\ec25";
  opacity: 0.2;
}
.ph-duotone.ph-device-mobile-camera:after {
  content: "\ec26";
  margin-left: -1em;
}
.ph-duotone.ph-device-mobile:before {
  content: "\ec27";
  opacity: 0.2;
}
.ph-duotone.ph-device-mobile:after {
  content: "\ec28";
  margin-left: -1em;
}
.ph-duotone.ph-device-mobile-speaker:before {
  content: "\ec29";
  opacity: 0.2;
}
.ph-duotone.ph-device-mobile-speaker:after {
  content: "\ec2a";
  margin-left: -1em;
}
.ph-duotone.ph-devices:before {
  content: "\ec2b";
  opacity: 0.2;
}
.ph-duotone.ph-devices:after {
  content: "\ec2c";
  margin-left: -1em;
}
.ph-duotone.ph-device-tablet-camera:before {
  content: "\ec2d";
  opacity: 0.2;
}
.ph-duotone.ph-device-tablet-camera:after {
  content: "\ec2e";
  margin-left: -1em;
}
.ph-duotone.ph-device-tablet:before {
  content: "\ec2f";
  opacity: 0.2;
}
.ph-duotone.ph-device-tablet:after {
  content: "\ec30";
  margin-left: -1em;
}
.ph-duotone.ph-device-tablet-speaker:before {
  content: "\ec31";
  opacity: 0.2;
}
.ph-duotone.ph-device-tablet-speaker:after {
  content: "\ec32";
  margin-left: -1em;
}
.ph-duotone.ph-dev-to-logo:before {
  content: "\ec33";
  opacity: 0.2;
}
.ph-duotone.ph-dev-to-logo:after {
  content: "\ec34";
  margin-left: -1em;
}
.ph-duotone.ph-diamond:before {
  content: "\ec35";
  opacity: 0.2;
}
.ph-duotone.ph-diamond:after {
  content: "\ec36";
  margin-left: -1em;
}
.ph-duotone.ph-diamonds-four:before {
  content: "\ec37";
  opacity: 0.2;
}
.ph-duotone.ph-diamonds-four:after {
  content: "\ec38";
  margin-left: -1em;
}
.ph-duotone.ph-dice-five:before {
  content: "\ec39";
  opacity: 0.2;
}
.ph-duotone.ph-dice-five:after {
  content: "\ec3a";
  margin-left: -1em;
}
.ph-duotone.ph-dice-four:before {
  content: "\ec3b";
  opacity: 0.2;
}
.ph-duotone.ph-dice-four:after {
  content: "\ec3c";
  margin-left: -1em;
}
.ph-duotone.ph-dice-one:before {
  content: "\ec3d";
  opacity: 0.2;
}
.ph-duotone.ph-dice-one:after {
  content: "\ec3e";
  margin-left: -1em;
}
.ph-duotone.ph-dice-six:before {
  content: "\ec3f";
  opacity: 0.2;
}
.ph-duotone.ph-dice-six:after {
  content: "\ec40";
  margin-left: -1em;
}
.ph-duotone.ph-dice-three:before {
  content: "\ec41";
  opacity: 0.2;
}
.ph-duotone.ph-dice-three:after {
  content: "\ec42";
  margin-left: -1em;
}
.ph-duotone.ph-dice-two:before {
  content: "\ec43";
  opacity: 0.2;
}
.ph-duotone.ph-dice-two:after {
  content: "\ec44";
  margin-left: -1em;
}
.ph-duotone.ph-disc:before {
  content: "\ec45";
  opacity: 0.2;
}
.ph-duotone.ph-disc:after {
  content: "\ec46";
  margin-left: -1em;
}
.ph-duotone.ph-discord-logo:before {
  content: "\ec47";
  opacity: 0.2;
}
.ph-duotone.ph-discord-logo:after {
  content: "\ec48";
  margin-left: -1em;
}
.ph-duotone.ph-divide:before {
  content: "\ec49";
  opacity: 0.2;
}
.ph-duotone.ph-divide:after {
  content: "\ec4a";
  margin-left: -1em;
}
.ph-duotone.ph-dna:before {
  content: "\ec4b";
  opacity: 0.2;
}
.ph-duotone.ph-dna:after {
  content: "\ec4c";
  margin-left: -1em;
}
.ph-duotone.ph-dog:before {
  content: "\ec4d";
  opacity: 0.2;
}
.ph-duotone.ph-dog:after {
  content: "\ec4e";
  margin-left: -1em;
}
.ph-duotone.ph-door:before {
  content: "\ec4f";
  opacity: 0.2;
}
.ph-duotone.ph-door:after {
  content: "\ec50";
  margin-left: -1em;
}
.ph-duotone.ph-door-open:before {
  content: "\ec51";
  opacity: 0.2;
}
.ph-duotone.ph-door-open:after {
  content: "\ec52";
  margin-left: -1em;
}
.ph-duotone.ph-dot:before {
  content: "\ec53";
  opacity: 0.2;
}
.ph-duotone.ph-dot:after {
  content: "\ec54";
  margin-left: -1em;
}
.ph-duotone.ph-dot-outline:before {
  content: "\ec55";
  opacity: 0.2;
}
.ph-duotone.ph-dot-outline:after {
  content: "\ec56";
  margin-left: -1em;
}
.ph-duotone.ph-dots-nine:before {
  content: "\ec57";
  opacity: 0.2;
}
.ph-duotone.ph-dots-nine:after {
  content: "\ec58";
  margin-left: -1em;
}
.ph-duotone.ph-dots-six:before {
  content: "\ec59";
  opacity: 0.2;
}
.ph-duotone.ph-dots-six:after {
  content: "\ec5a";
  margin-left: -1em;
}
.ph-duotone.ph-dots-six-vertical:before {
  content: "\ec5b";
  opacity: 0.2;
}
.ph-duotone.ph-dots-six-vertical:after {
  content: "\ec5c";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-circle:before {
  content: "\ec5d";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-circle:after {
  content: "\ec5e";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-circle-vertical:before {
  content: "\ec5f";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-circle-vertical:after {
  content: "\ec60";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three:before {
  content: "\ec61";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three:after {
  content: "\ec62";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-outline:before {
  content: "\ec63";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-outline:after {
  content: "\ec64";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-outline-vertical:before {
  content: "\ec65";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-outline-vertical:after {
  content: "\ec66";
  margin-left: -1em;
}
.ph-duotone.ph-dots-three-vertical:before {
  content: "\ec67";
  opacity: 0.2;
}
.ph-duotone.ph-dots-three-vertical:after {
  content: "\ec68";
  margin-left: -1em;
}
.ph-duotone.ph-download:before {
  content: "\ec69";
  opacity: 0.2;
}
.ph-duotone.ph-download:after {
  content: "\ec6a";
  margin-left: -1em;
}
.ph-duotone.ph-download-simple:before {
  content: "\ec6b";
  opacity: 0.2;
}
.ph-duotone.ph-download-simple:after {
  content: "\ec6c";
  margin-left: -1em;
}
.ph-duotone.ph-dress:before {
  content: "\ec6d";
  opacity: 0.2;
}
.ph-duotone.ph-dress:after {
  content: "\ec6e";
  margin-left: -1em;
}
.ph-duotone.ph-dribbble-logo:before {
  content: "\ec6f";
  opacity: 0.2;
}
.ph-duotone.ph-dribbble-logo:after {
  content: "\ec70";
  margin-left: -1em;
}
.ph-duotone.ph-dropbox-logo:before {
  content: "\ec71";
  opacity: 0.2;
}
.ph-duotone.ph-dropbox-logo:after {
  content: "\ec72";
  margin-left: -1em;
}
.ph-duotone.ph-drop:before {
  content: "\ec73";
  opacity: 0.2;
}
.ph-duotone.ph-drop:after {
  content: "\ec74";
  margin-left: -1em;
}
.ph-duotone.ph-drop-half-bottom:before {
  content: "\ec75";
  opacity: 0.2;
}
.ph-duotone.ph-drop-half-bottom:after {
  content: "\ec76";
  margin-left: -1em;
}
.ph-duotone.ph-drop-half:before {
  content: "\ec77";
  opacity: 0.2;
}
.ph-duotone.ph-drop-half:after {
  content: "\ec78";
  margin-left: -1em;
}
.ph-duotone.ph-ear:before {
  content: "\ec79";
  opacity: 0.2;
}
.ph-duotone.ph-ear:after {
  content: "\ec7a";
  margin-left: -1em;
}
.ph-duotone.ph-ear-slash:before {
  content: "\ec7b";
  opacity: 0.2;
}
.ph-duotone.ph-ear-slash:after {
  content: "\ec7c";
  margin-left: -1em;
}
.ph-duotone.ph-egg-crack:before {
  content: "\ec7d";
  opacity: 0.2;
}
.ph-duotone.ph-egg-crack:after {
  content: "\ec7e";
  margin-left: -1em;
}
.ph-duotone.ph-egg:before {
  content: "\ec7f";
  opacity: 0.2;
}
.ph-duotone.ph-egg:after {
  content: "\ec80";
  margin-left: -1em;
}
.ph-duotone.ph-eject:before {
  content: "\ec81";
  opacity: 0.2;
}
.ph-duotone.ph-eject:after {
  content: "\ec82";
  margin-left: -1em;
}
.ph-duotone.ph-eject-simple:before {
  content: "\ec83";
  opacity: 0.2;
}
.ph-duotone.ph-eject-simple:after {
  content: "\ec84";
  margin-left: -1em;
}
.ph-duotone.ph-elevator:before {
  content: "\ec85";
  opacity: 0.2;
}
.ph-duotone.ph-elevator:after {
  content: "\ec86";
  margin-left: -1em;
}
.ph-duotone.ph-engine:before {
  content: "\ec87";
  opacity: 0.2;
}
.ph-duotone.ph-engine:after {
  content: "\ec88";
  margin-left: -1em;
}
.ph-duotone.ph-envelope:before {
  content: "\ec89";
  opacity: 0.2;
}
.ph-duotone.ph-envelope:after {
  content: "\ec8a";
  margin-left: -1em;
}
.ph-duotone.ph-envelope-open:before {
  content: "\ec8b";
  opacity: 0.2;
}
.ph-duotone.ph-envelope-open:after {
  content: "\ec8c";
  margin-left: -1em;
}
.ph-duotone.ph-envelope-simple:before {
  content: "\ec8d";
  opacity: 0.2;
}
.ph-duotone.ph-envelope-simple:after {
  content: "\ec8e";
  margin-left: -1em;
}
.ph-duotone.ph-envelope-simple-open:before {
  content: "\ec8f";
  opacity: 0.2;
}
.ph-duotone.ph-envelope-simple-open:after {
  content: "\ec90";
  margin-left: -1em;
}
.ph-duotone.ph-equalizer:before {
  content: "\ec91";
  opacity: 0.2;
}
.ph-duotone.ph-equalizer:after {
  content: "\ec92";
  margin-left: -1em;
}
.ph-duotone.ph-equals:before {
  content: "\ec93";
  opacity: 0.2;
}
.ph-duotone.ph-equals:after {
  content: "\ec94";
  margin-left: -1em;
}
.ph-duotone.ph-eraser:before {
  content: "\ec95";
  opacity: 0.2;
}
.ph-duotone.ph-eraser:after {
  content: "\ec96";
  margin-left: -1em;
}
.ph-duotone.ph-escalator-down:before {
  content: "\ec97";
  opacity: 0.2;
}
.ph-duotone.ph-escalator-down:after {
  content: "\ec98";
  margin-left: -1em;
}
.ph-duotone.ph-escalator-up:before {
  content: "\ec99";
  opacity: 0.2;
}
.ph-duotone.ph-escalator-up:after {
  content: "\ec9a";
  margin-left: -1em;
}
.ph-duotone.ph-exam:before {
  content: "\ec9b";
  opacity: 0.2;
}
.ph-duotone.ph-exam:after {
  content: "\ec9c";
  margin-left: -1em;
}
.ph-duotone.ph-exclude:before {
  content: "\ec9d";
  opacity: 0.2;
}
.ph-duotone.ph-exclude:after {
  content: "\ec9e";
  margin-left: -1em;
}
.ph-duotone.ph-exclude-square:before {
  content: "\ec9f";
  opacity: 0.2;
}
.ph-duotone.ph-exclude-square:after {
  content: "\eca0";
  margin-left: -1em;
}
.ph-duotone.ph-export:before {
  content: "\eca1";
  opacity: 0.2;
}
.ph-duotone.ph-export:after {
  content: "\eca2";
  margin-left: -1em;
}
.ph-duotone.ph-eye-closed:before {
  content: "\eca3";
  opacity: 0.2;
}
.ph-duotone.ph-eye-closed:after {
  content: "\eca4";
  margin-left: -1em;
}
.ph-duotone.ph-eyedropper:before {
  content: "\eca5";
  opacity: 0.2;
}
.ph-duotone.ph-eyedropper:after {
  content: "\eca6";
  margin-left: -1em;
}
.ph-duotone.ph-eyedropper-sample:before {
  content: "\eca7";
  opacity: 0.2;
}
.ph-duotone.ph-eyedropper-sample:after {
  content: "\eca8";
  margin-left: -1em;
}
.ph-duotone.ph-eye:before {
  content: "\eca9";
  opacity: 0.2;
}
.ph-duotone.ph-eye:after {
  content: "\ecaa";
  margin-left: -1em;
}
.ph-duotone.ph-eyeglasses:before {
  content: "\ecab";
  opacity: 0.2;
}
.ph-duotone.ph-eyeglasses:after {
  content: "\ecac";
  margin-left: -1em;
}
.ph-duotone.ph-eye-slash:before {
  content: "\ecad";
  opacity: 0.2;
}
.ph-duotone.ph-eye-slash:after {
  content: "\ecae";
  margin-left: -1em;
}
.ph-duotone.ph-facebook-logo:before {
  content: "\ecaf";
  opacity: 0.2;
}
.ph-duotone.ph-facebook-logo:after {
  content: "\ecb0";
  margin-left: -1em;
}
.ph-duotone.ph-face-mask:before {
  content: "\ecb1";
  opacity: 0.2;
}
.ph-duotone.ph-face-mask:after {
  content: "\ecb2";
  margin-left: -1em;
}
.ph-duotone.ph-factory:before {
  content: "\ecb3";
  opacity: 0.2;
}
.ph-duotone.ph-factory:after {
  content: "\ecb4";
  margin-left: -1em;
}
.ph-duotone.ph-faders:before {
  content: "\ecb5";
  opacity: 0.2;
}
.ph-duotone.ph-faders:after {
  content: "\ecb6";
  margin-left: -1em;
}
.ph-duotone.ph-faders-horizontal:before {
  content: "\ecb7";
  opacity: 0.2;
}
.ph-duotone.ph-faders-horizontal:after {
  content: "\ecb8";
  margin-left: -1em;
}
.ph-duotone.ph-fan:before {
  content: "\ecb9";
  opacity: 0.2;
}
.ph-duotone.ph-fan:after {
  content: "\ecba";
  margin-left: -1em;
}
.ph-duotone.ph-fast-forward-circle:before {
  content: "\ecbb";
  opacity: 0.2;
}
.ph-duotone.ph-fast-forward-circle:after {
  content: "\ecbc";
  margin-left: -1em;
}
.ph-duotone.ph-fast-forward:before {
  content: "\ecbd";
  opacity: 0.2;
}
.ph-duotone.ph-fast-forward:after {
  content: "\ecbe";
  margin-left: -1em;
}
.ph-duotone.ph-feather:before {
  content: "\ecbf";
  opacity: 0.2;
}
.ph-duotone.ph-feather:after {
  content: "\ecc0";
  margin-left: -1em;
}
.ph-duotone.ph-figma-logo:before {
  content: "\ecc1";
  opacity: 0.2;
}
.ph-duotone.ph-figma-logo:after {
  content: "\ecc2";
  margin-left: -1em;
}
.ph-duotone.ph-file-archive:before {
  content: "\ecc3";
  opacity: 0.2;
}
.ph-duotone.ph-file-archive:after {
  content: "\ecc4";
  margin-left: -1em;
}
.ph-duotone.ph-file-arrow-down:before {
  content: "\ecc5";
  opacity: 0.2;
}
.ph-duotone.ph-file-arrow-down:after {
  content: "\ecc6";
  margin-left: -1em;
}
.ph-duotone.ph-file-arrow-up:before {
  content: "\ecc7";
  opacity: 0.2;
}
.ph-duotone.ph-file-arrow-up:after {
  content: "\ecc8";
  margin-left: -1em;
}
.ph-duotone.ph-file-audio:before {
  content: "\ecc9";
  opacity: 0.2;
}
.ph-duotone.ph-file-audio:after {
  content: "\ecca";
  margin-left: -1em;
}
.ph-duotone.ph-file-cloud:before {
  content: "\eccb";
  opacity: 0.2;
}
.ph-duotone.ph-file-cloud:after {
  content: "\eccc";
  margin-left: -1em;
}
.ph-duotone.ph-file-code:before {
  content: "\eccd";
  opacity: 0.2;
}
.ph-duotone.ph-file-code:after {
  content: "\ecce";
  margin-left: -1em;
}
.ph-duotone.ph-file-css:before {
  content: "\eccf";
  opacity: 0.2;
}
.ph-duotone.ph-file-css:after {
  content: "\ecd0";
  margin-left: -1em;
}
.ph-duotone.ph-file-csv:before {
  content: "\ecd1";
  opacity: 0.2;
}
.ph-duotone.ph-file-csv:after {
  content: "\ecd2";
  margin-left: -1em;
}
.ph-duotone.ph-file-dashed:before, .ph-duotone.ph-file-dotted:before {
  content: "\ecd3";
  opacity: 0.2;
}
.ph-duotone.ph-file-dashed:after, .ph-duotone.ph-file-dotted:after {
  content: "\ecd4";
  margin-left: -1em;
}
.ph-duotone.ph-file-doc:before {
  content: "\ecd5";
  opacity: 0.2;
}
.ph-duotone.ph-file-doc:after {
  content: "\ecd6";
  margin-left: -1em;
}
.ph-duotone.ph-file:before {
  content: "\ecd7";
  opacity: 0.2;
}
.ph-duotone.ph-file:after {
  content: "\ecd8";
  margin-left: -1em;
}
.ph-duotone.ph-file-html:before {
  content: "\ecd9";
  opacity: 0.2;
}
.ph-duotone.ph-file-html:after {
  content: "\ecda";
  margin-left: -1em;
}
.ph-duotone.ph-file-image:before {
  content: "\ecdb";
  opacity: 0.2;
}
.ph-duotone.ph-file-image:after {
  content: "\ecdc";
  margin-left: -1em;
}
.ph-duotone.ph-file-jpg:before {
  content: "\ecdd";
  opacity: 0.2;
}
.ph-duotone.ph-file-jpg:after {
  content: "\ecde";
  margin-left: -1em;
}
.ph-duotone.ph-file-js:before {
  content: "\ecdf";
  opacity: 0.2;
}
.ph-duotone.ph-file-js:after {
  content: "\ece0";
  margin-left: -1em;
}
.ph-duotone.ph-file-jsx:before {
  content: "\ece1";
  opacity: 0.2;
}
.ph-duotone.ph-file-jsx:after {
  content: "\ece2";
  margin-left: -1em;
}
.ph-duotone.ph-file-lock:before {
  content: "\ece3";
  opacity: 0.2;
}
.ph-duotone.ph-file-lock:after {
  content: "\ece4";
  margin-left: -1em;
}
.ph-duotone.ph-file-magnifying-glass:before, .ph-duotone.ph-file-search:before {
  content: "\ece5";
  opacity: 0.2;
}
.ph-duotone.ph-file-magnifying-glass:after, .ph-duotone.ph-file-search:after {
  content: "\ece6";
  margin-left: -1em;
}
.ph-duotone.ph-file-minus:before {
  content: "\ece7";
  opacity: 0.2;
}
.ph-duotone.ph-file-minus:after {
  content: "\ece8";
  margin-left: -1em;
}
.ph-duotone.ph-file-pdf:before {
  content: "\ece9";
  opacity: 0.2;
}
.ph-duotone.ph-file-pdf:after {
  content: "\ecea";
  margin-left: -1em;
}
.ph-duotone.ph-file-plus:before {
  content: "\eceb";
  opacity: 0.2;
}
.ph-duotone.ph-file-plus:after {
  content: "\ecec";
  margin-left: -1em;
}
.ph-duotone.ph-file-png:before {
  content: "\eced";
  opacity: 0.2;
}
.ph-duotone.ph-file-png:after {
  content: "\ecee";
  margin-left: -1em;
}
.ph-duotone.ph-file-ppt:before {
  content: "\ecef";
  opacity: 0.2;
}
.ph-duotone.ph-file-ppt:after {
  content: "\ecf0";
  margin-left: -1em;
}
.ph-duotone.ph-file-rs:before {
  content: "\ecf1";
  opacity: 0.2;
}
.ph-duotone.ph-file-rs:after {
  content: "\ecf2";
  margin-left: -1em;
}
.ph-duotone.ph-files:before {
  content: "\ecf3";
  opacity: 0.2;
}
.ph-duotone.ph-files:after {
  content: "\ecf4";
  margin-left: -1em;
}
.ph-duotone.ph-file-sql:before {
  content: "\ecf5";
  opacity: 0.2;
}
.ph-duotone.ph-file-sql:after {
  content: "\ecf6";
  margin-left: -1em;
}
.ph-duotone.ph-file-svg:before {
  content: "\ecf7";
  opacity: 0.2;
}
.ph-duotone.ph-file-svg:after {
  content: "\ecf8";
  margin-left: -1em;
}
.ph-duotone.ph-file-text:before {
  content: "\ecf9";
  opacity: 0.2;
}
.ph-duotone.ph-file-text:after {
  content: "\ecfa";
  margin-left: -1em;
}
.ph-duotone.ph-file-ts:before {
  content: "\ecfb";
  opacity: 0.2;
}
.ph-duotone.ph-file-ts:after {
  content: "\ecfc";
  margin-left: -1em;
}
.ph-duotone.ph-file-tsx:before {
  content: "\ecfd";
  opacity: 0.2;
}
.ph-duotone.ph-file-tsx:after {
  content: "\ecfe";
  margin-left: -1em;
}
.ph-duotone.ph-file-video:before {
  content: "\ecff";
  opacity: 0.2;
}
.ph-duotone.ph-file-video:after {
  content: "\ed00";
  margin-left: -1em;
}
.ph-duotone.ph-file-vue:before {
  content: "\ed01";
  opacity: 0.2;
}
.ph-duotone.ph-file-vue:after {
  content: "\ed02";
  margin-left: -1em;
}
.ph-duotone.ph-file-x:before {
  content: "\ed03";
  opacity: 0.2;
}
.ph-duotone.ph-file-x:after {
  content: "\ed04";
  margin-left: -1em;
}
.ph-duotone.ph-file-xls:before {
  content: "\ed05";
  opacity: 0.2;
}
.ph-duotone.ph-file-xls:after {
  content: "\ed06";
  margin-left: -1em;
}
.ph-duotone.ph-file-zip:before {
  content: "\ed07";
  opacity: 0.2;
}
.ph-duotone.ph-file-zip:after {
  content: "\ed08";
  margin-left: -1em;
}
.ph-duotone.ph-film-reel:before {
  content: "\ed09";
  opacity: 0.2;
}
.ph-duotone.ph-film-reel:after {
  content: "\ed0a";
  margin-left: -1em;
}
.ph-duotone.ph-film-script:before {
  content: "\ed0b";
  opacity: 0.2;
}
.ph-duotone.ph-film-script:after {
  content: "\ed0c";
  margin-left: -1em;
}
.ph-duotone.ph-film-slate:before {
  content: "\ed0d";
  opacity: 0.2;
}
.ph-duotone.ph-film-slate:after {
  content: "\ed0e";
  margin-left: -1em;
}
.ph-duotone.ph-film-strip:before {
  content: "\ed0f";
  opacity: 0.2;
}
.ph-duotone.ph-film-strip:after {
  content: "\ed10";
  margin-left: -1em;
}
.ph-duotone.ph-fingerprint:before {
  content: "\ed11";
  opacity: 0.2;
}
.ph-duotone.ph-fingerprint:after {
  content: "\ed12";
  margin-left: -1em;
}
.ph-duotone.ph-fingerprint-simple:before {
  content: "\ed13";
  opacity: 0.2;
}
.ph-duotone.ph-fingerprint-simple:after {
  content: "\ed14";
  margin-left: -1em;
}
.ph-duotone.ph-finn-the-human:before {
  content: "\ed15";
  opacity: 0.2;
}
.ph-duotone.ph-finn-the-human:after {
  content: "\ed16";
  margin-left: -1em;
}
.ph-duotone.ph-fire:before {
  content: "\ed17";
  opacity: 0.2;
}
.ph-duotone.ph-fire:after {
  content: "\ed18";
  margin-left: -1em;
}
.ph-duotone.ph-fire-extinguisher:before {
  content: "\ed19";
  opacity: 0.2;
}
.ph-duotone.ph-fire-extinguisher:after {
  content: "\ed1a";
  margin-left: -1em;
}
.ph-duotone.ph-fire-simple:before {
  content: "\ed1b";
  opacity: 0.2;
}
.ph-duotone.ph-fire-simple:after {
  content: "\ed1c";
  margin-left: -1em;
}
.ph-duotone.ph-first-aid:before {
  content: "\ed1d";
  opacity: 0.2;
}
.ph-duotone.ph-first-aid:after {
  content: "\ed1e";
  margin-left: -1em;
}
.ph-duotone.ph-first-aid-kit:before {
  content: "\ed1f";
  opacity: 0.2;
}
.ph-duotone.ph-first-aid-kit:after {
  content: "\ed20";
  margin-left: -1em;
}
.ph-duotone.ph-fish:before {
  content: "\ed21";
  opacity: 0.2;
}
.ph-duotone.ph-fish:after {
  content: "\ed22";
  margin-left: -1em;
}
.ph-duotone.ph-fish-simple:before {
  content: "\ed23";
  opacity: 0.2;
}
.ph-duotone.ph-fish-simple:after {
  content: "\ed24";
  margin-left: -1em;
}
.ph-duotone.ph-flag-banner:before {
  content: "\ed25";
  opacity: 0.2;
}
.ph-duotone.ph-flag-banner:after {
  content: "\ed26";
  margin-left: -1em;
}
.ph-duotone.ph-flag-checkered:before {
  content: "\ed27";
  opacity: 0.2;
}
.ph-duotone.ph-flag-checkered:after {
  content: "\ed28";
  margin-left: -1em;
}
.ph-duotone.ph-flag:before {
  content: "\ed29";
  opacity: 0.2;
}
.ph-duotone.ph-flag:after {
  content: "\ed2a";
  margin-left: -1em;
}
.ph-duotone.ph-flag-pennant:before {
  content: "\ed2b";
  opacity: 0.2;
}
.ph-duotone.ph-flag-pennant:after {
  content: "\ed2c";
  margin-left: -1em;
}
.ph-duotone.ph-flame:before {
  content: "\ed2d";
  opacity: 0.2;
}
.ph-duotone.ph-flame:after {
  content: "\ed2e";
  margin-left: -1em;
}
.ph-duotone.ph-flashlight:before {
  content: "\ed2f";
  opacity: 0.2;
}
.ph-duotone.ph-flashlight:after {
  content: "\ed30";
  margin-left: -1em;
}
.ph-duotone.ph-flask:before {
  content: "\ed31";
  opacity: 0.2;
}
.ph-duotone.ph-flask:after {
  content: "\ed32";
  margin-left: -1em;
}
.ph-duotone.ph-floppy-disk-back:before {
  content: "\ed33";
  opacity: 0.2;
}
.ph-duotone.ph-floppy-disk-back:after {
  content: "\ed34";
  margin-left: -1em;
}
.ph-duotone.ph-floppy-disk:before {
  content: "\ed35";
  opacity: 0.2;
}
.ph-duotone.ph-floppy-disk:after {
  content: "\ed36";
  margin-left: -1em;
}
.ph-duotone.ph-flow-arrow:before {
  content: "\ed37";
  opacity: 0.2;
}
.ph-duotone.ph-flow-arrow:after {
  content: "\ed38";
  margin-left: -1em;
}
.ph-duotone.ph-flower:before {
  content: "\ed39";
  opacity: 0.2;
}
.ph-duotone.ph-flower:after {
  content: "\ed3a";
  margin-left: -1em;
}
.ph-duotone.ph-flower-lotus:before {
  content: "\ed3b";
  opacity: 0.2;
}
.ph-duotone.ph-flower-lotus:after {
  content: "\ed3c";
  margin-left: -1em;
}
.ph-duotone.ph-flower-tulip:before {
  content: "\ed3d";
  opacity: 0.2;
}
.ph-duotone.ph-flower-tulip:after {
  content: "\ed3e";
  margin-left: -1em;
}
.ph-duotone.ph-flying-saucer:before {
  content: "\ed3f";
  opacity: 0.2;
}
.ph-duotone.ph-flying-saucer:after {
  content: "\ed40";
  margin-left: -1em;
}
.ph-duotone.ph-folder-dashed:before, .ph-duotone.ph-folder-dotted:before {
  content: "\ed41";
  opacity: 0.2;
}
.ph-duotone.ph-folder-dashed:after, .ph-duotone.ph-folder-dotted:after {
  content: "\ed42";
  margin-left: -1em;
}
.ph-duotone.ph-folder:before {
  content: "\ed43";
  opacity: 0.2;
}
.ph-duotone.ph-folder:after {
  content: "\ed44";
  margin-left: -1em;
}
.ph-duotone.ph-folder-lock:before {
  content: "\ed45";
  opacity: 0.2;
}
.ph-duotone.ph-folder-lock:after {
  content: "\ed46";
  margin-left: -1em;
}
.ph-duotone.ph-folder-minus:before {
  content: "\ed47";
  opacity: 0.2;
}
.ph-duotone.ph-folder-minus:after {
  content: "\ed48";
  margin-left: -1em;
}
.ph-duotone.ph-folder-notch:before {
  content: "\ed49";
  opacity: 0.2;
}
.ph-duotone.ph-folder-notch:after {
  content: "\ed4a";
  margin-left: -1em;
}
.ph-duotone.ph-folder-notch-minus:before {
  content: "\ed4b";
  opacity: 0.2;
}
.ph-duotone.ph-folder-notch-minus:after {
  content: "\ed4c";
  margin-left: -1em;
}
.ph-duotone.ph-folder-notch-open:before {
  content: "\ed4d";
  opacity: 0.2;
}
.ph-duotone.ph-folder-notch-open:after {
  content: "\ed4e";
  margin-left: -1em;
}
.ph-duotone.ph-folder-notch-plus:before {
  content: "\ed4f";
  opacity: 0.2;
}
.ph-duotone.ph-folder-notch-plus:after {
  content: "\ed50";
  margin-left: -1em;
}
.ph-duotone.ph-folder-open:before {
  content: "\ed51";
  opacity: 0.2;
}
.ph-duotone.ph-folder-open:after {
  content: "\ed52";
  margin-left: -1em;
}
.ph-duotone.ph-folder-plus:before {
  content: "\ed53";
  opacity: 0.2;
}
.ph-duotone.ph-folder-plus:after {
  content: "\ed54";
  margin-left: -1em;
}
.ph-duotone.ph-folders:before {
  content: "\ed55";
  opacity: 0.2;
}
.ph-duotone.ph-folders:after {
  content: "\ed56";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-dashed:before, .ph-duotone.ph-folder-simple-dotted:before {
  content: "\ed57";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-dashed:after, .ph-duotone.ph-folder-simple-dotted:after {
  content: "\ed58";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple:before {
  content: "\ed59";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple:after {
  content: "\ed5a";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-lock:before {
  content: "\ed5b";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-lock:after {
  content: "\ed5c";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-minus:before {
  content: "\ed5d";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-minus:after {
  content: "\ed5e";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-plus:before {
  content: "\ed5f";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-plus:after {
  content: "\ed60";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-star:before {
  content: "\ed61";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-star:after {
  content: "\ed62";
  margin-left: -1em;
}
.ph-duotone.ph-folder-simple-user:before {
  content: "\ed63";
  opacity: 0.2;
}
.ph-duotone.ph-folder-simple-user:after {
  content: "\ed64";
  margin-left: -1em;
}
.ph-duotone.ph-folder-star:before {
  content: "\ed65";
  opacity: 0.2;
}
.ph-duotone.ph-folder-star:after {
  content: "\ed66";
  margin-left: -1em;
}
.ph-duotone.ph-folder-user:before {
  content: "\ed67";
  opacity: 0.2;
}
.ph-duotone.ph-folder-user:after {
  content: "\ed68";
  margin-left: -1em;
}
.ph-duotone.ph-football:before {
  content: "\ed69";
  opacity: 0.2;
}
.ph-duotone.ph-football:after {
  content: "\ed6a";
  margin-left: -1em;
}
.ph-duotone.ph-footprints:before {
  content: "\ed6b";
  opacity: 0.2;
}
.ph-duotone.ph-footprints:after {
  content: "\ed6c";
  margin-left: -1em;
}
.ph-duotone.ph-fork-knife:before {
  content: "\ed6d";
  opacity: 0.2;
}
.ph-duotone.ph-fork-knife:after {
  content: "\ed6e";
  margin-left: -1em;
}
.ph-duotone.ph-frame-corners:before {
  content: "\ed6f";
  opacity: 0.2;
}
.ph-duotone.ph-frame-corners:after {
  content: "\ed70";
  margin-left: -1em;
}
.ph-duotone.ph-framer-logo:before {
  content: "\ed71";
  opacity: 0.2;
}
.ph-duotone.ph-framer-logo:after {
  content: "\ed72";
  margin-left: -1em;
}
.ph-duotone.ph-function:before {
  content: "\ed73";
  opacity: 0.2;
}
.ph-duotone.ph-function:after {
  content: "\ed74";
  margin-left: -1em;
}
.ph-duotone.ph-funnel:before {
  content: "\ed75";
  opacity: 0.2;
}
.ph-duotone.ph-funnel:after {
  content: "\ed76";
  margin-left: -1em;
}
.ph-duotone.ph-funnel-simple:before {
  content: "\ed77";
  opacity: 0.2;
}
.ph-duotone.ph-funnel-simple:after {
  content: "\ed78";
  margin-left: -1em;
}
.ph-duotone.ph-game-controller:before {
  content: "\ed79";
  opacity: 0.2;
}
.ph-duotone.ph-game-controller:after {
  content: "\ed7a";
  margin-left: -1em;
}
.ph-duotone.ph-garage:before {
  content: "\ed7b";
  opacity: 0.2;
}
.ph-duotone.ph-garage:after {
  content: "\ed7c";
  margin-left: -1em;
}
.ph-duotone.ph-gas-can:before {
  content: "\ed7d";
  opacity: 0.2;
}
.ph-duotone.ph-gas-can:after {
  content: "\ed7e";
  margin-left: -1em;
}
.ph-duotone.ph-gas-pump:before {
  content: "\ed7f";
  opacity: 0.2;
}
.ph-duotone.ph-gas-pump:after {
  content: "\ed80";
  margin-left: -1em;
}
.ph-duotone.ph-gauge:before {
  content: "\ed81";
  opacity: 0.2;
}
.ph-duotone.ph-gauge:after {
  content: "\ed82";
  margin-left: -1em;
}
.ph-duotone.ph-gavel:before {
  content: "\ed83";
  opacity: 0.2;
}
.ph-duotone.ph-gavel:after {
  content: "\ed84";
  margin-left: -1em;
}
.ph-duotone.ph-gear:before {
  content: "\ed85";
  opacity: 0.2;
}
.ph-duotone.ph-gear:after {
  content: "\ed86";
  margin-left: -1em;
}
.ph-duotone.ph-gear-fine:before {
  content: "\ed87";
  opacity: 0.2;
}
.ph-duotone.ph-gear-fine:after {
  content: "\ed88";
  margin-left: -1em;
}
.ph-duotone.ph-gear-six:before {
  content: "\ed89";
  opacity: 0.2;
}
.ph-duotone.ph-gear-six:after {
  content: "\ed8a";
  margin-left: -1em;
}
.ph-duotone.ph-gender-female:before {
  content: "\ed8b";
  opacity: 0.2;
}
.ph-duotone.ph-gender-female:after {
  content: "\ed8c";
  margin-left: -1em;
}
.ph-duotone.ph-gender-intersex:before {
  content: "\ed8d";
  opacity: 0.2;
}
.ph-duotone.ph-gender-intersex:after {
  content: "\ed8e";
  margin-left: -1em;
}
.ph-duotone.ph-gender-male:before {
  content: "\ed8f";
  opacity: 0.2;
}
.ph-duotone.ph-gender-male:after {
  content: "\ed90";
  margin-left: -1em;
}
.ph-duotone.ph-gender-neuter:before {
  content: "\ed91";
  opacity: 0.2;
}
.ph-duotone.ph-gender-neuter:after {
  content: "\ed92";
  margin-left: -1em;
}
.ph-duotone.ph-gender-nonbinary:before {
  content: "\ed93";
  opacity: 0.2;
}
.ph-duotone.ph-gender-nonbinary:after {
  content: "\ed94";
  margin-left: -1em;
}
.ph-duotone.ph-gender-transgender:before {
  content: "\ed95";
  opacity: 0.2;
}
.ph-duotone.ph-gender-transgender:after {
  content: "\ed96";
  margin-left: -1em;
}
.ph-duotone.ph-ghost:before {
  content: "\ed97";
  opacity: 0.2;
}
.ph-duotone.ph-ghost:after {
  content: "\ed98";
  margin-left: -1em;
}
.ph-duotone.ph-gif:before {
  content: "\ed99";
  opacity: 0.2;
}
.ph-duotone.ph-gif:after {
  content: "\ed9a";
  margin-left: -1em;
}
.ph-duotone.ph-gift:before {
  content: "\ed9b";
  opacity: 0.2;
}
.ph-duotone.ph-gift:after {
  content: "\ed9c";
  margin-left: -1em;
}
.ph-duotone.ph-git-branch:before {
  content: "\ed9d";
  opacity: 0.2;
}
.ph-duotone.ph-git-branch:after {
  content: "\ed9e";
  margin-left: -1em;
}
.ph-duotone.ph-git-commit:before {
  content: "\ed9f";
  opacity: 0.2;
}
.ph-duotone.ph-git-commit:after {
  content: "\eda0";
  margin-left: -1em;
}
.ph-duotone.ph-git-diff:before {
  content: "\eda1";
  opacity: 0.2;
}
.ph-duotone.ph-git-diff:after {
  content: "\eda2";
  margin-left: -1em;
}
.ph-duotone.ph-git-fork:before {
  content: "\eda3";
  opacity: 0.2;
}
.ph-duotone.ph-git-fork:after {
  content: "\eda4";
  margin-left: -1em;
}
.ph-duotone.ph-github-logo:before {
  content: "\eda5";
  opacity: 0.2;
}
.ph-duotone.ph-github-logo:after {
  content: "\eda6";
  margin-left: -1em;
}
.ph-duotone.ph-gitlab-logo:before {
  content: "\eda7";
  opacity: 0.2;
}
.ph-duotone.ph-gitlab-logo:after {
  content: "\eda8";
  margin-left: -1em;
}
.ph-duotone.ph-gitlab-logo-simple:before {
  content: "\eda9";
  opacity: 0.2;
}
.ph-duotone.ph-gitlab-logo-simple:after {
  content: "\edaa";
  margin-left: -1em;
}
.ph-duotone.ph-git-merge:before {
  content: "\edab";
  opacity: 0.2;
}
.ph-duotone.ph-git-merge:after {
  content: "\edac";
  margin-left: -1em;
}
.ph-duotone.ph-git-pull-request:before {
  content: "\edad";
  opacity: 0.2;
}
.ph-duotone.ph-git-pull-request:after {
  content: "\edae";
  margin-left: -1em;
}
.ph-duotone.ph-globe:before {
  content: "\edaf";
  opacity: 0.2;
}
.ph-duotone.ph-globe:after {
  content: "\edb0";
  margin-left: -1em;
}
.ph-duotone.ph-globe-hemisphere-east:before {
  content: "\edb1";
  opacity: 0.2;
}
.ph-duotone.ph-globe-hemisphere-east:after {
  content: "\edb2";
  margin-left: -1em;
}
.ph-duotone.ph-globe-hemisphere-west:before {
  content: "\edb3";
  opacity: 0.2;
}
.ph-duotone.ph-globe-hemisphere-west:after {
  content: "\edb4";
  margin-left: -1em;
}
.ph-duotone.ph-globe-simple:before {
  content: "\edb5";
  opacity: 0.2;
}
.ph-duotone.ph-globe-simple:after {
  content: "\edb6";
  margin-left: -1em;
}
.ph-duotone.ph-globe-stand:before {
  content: "\edb7";
  opacity: 0.2;
}
.ph-duotone.ph-globe-stand:after {
  content: "\edb8";
  margin-left: -1em;
}
.ph-duotone.ph-goggles:before {
  content: "\edb9";
  opacity: 0.2;
}
.ph-duotone.ph-goggles:after {
  content: "\edba";
  margin-left: -1em;
}
.ph-duotone.ph-goodreads-logo:before {
  content: "\edbb";
  opacity: 0.2;
}
.ph-duotone.ph-goodreads-logo:after {
  content: "\edbc";
  margin-left: -1em;
}
.ph-duotone.ph-google-cardboard-logo:before {
  content: "\edbd";
  opacity: 0.2;
}
.ph-duotone.ph-google-cardboard-logo:after {
  content: "\edbe";
  margin-left: -1em;
}
.ph-duotone.ph-google-chrome-logo:before {
  content: "\edbf";
  opacity: 0.2;
}
.ph-duotone.ph-google-chrome-logo:after {
  content: "\edc0";
  margin-left: -1em;
}
.ph-duotone.ph-google-drive-logo:before {
  content: "\edc1";
  opacity: 0.2;
}
.ph-duotone.ph-google-drive-logo:after {
  content: "\edc2";
  margin-left: -1em;
}
.ph-duotone.ph-google-logo:before {
  content: "\edc3";
  opacity: 0.2;
}
.ph-duotone.ph-google-logo:after {
  content: "\edc4";
  margin-left: -1em;
}
.ph-duotone.ph-google-photos-logo:before {
  content: "\edc5";
  opacity: 0.2;
}
.ph-duotone.ph-google-photos-logo:after {
  content: "\edc6";
  margin-left: -1em;
}
.ph-duotone.ph-google-play-logo:before {
  content: "\edc7";
  opacity: 0.2;
}
.ph-duotone.ph-google-play-logo:after {
  content: "\edc8";
  margin-left: -1em;
}
.ph-duotone.ph-google-podcasts-logo:before {
  content: "\edc9";
  opacity: 0.2;
}
.ph-duotone.ph-google-podcasts-logo:after {
  content: "\edca";
  margin-left: -1em;
}
.ph-duotone.ph-gradient:before {
  content: "\edcb";
  opacity: 0.2;
}
.ph-duotone.ph-gradient:after {
  content: "\edcc";
  margin-left: -1em;
}
.ph-duotone.ph-graduation-cap:before {
  content: "\edcd";
  opacity: 0.2;
}
.ph-duotone.ph-graduation-cap:after {
  content: "\edce";
  margin-left: -1em;
}
.ph-duotone.ph-grains:before {
  content: "\edcf";
  opacity: 0.2;
}
.ph-duotone.ph-grains:after {
  content: "\edd0";
  margin-left: -1em;
}
.ph-duotone.ph-grains-slash:before {
  content: "\edd1";
  opacity: 0.2;
}
.ph-duotone.ph-grains-slash:after {
  content: "\edd2";
  margin-left: -1em;
}
.ph-duotone.ph-graph:before {
  content: "\edd3";
  opacity: 0.2;
}
.ph-duotone.ph-graph:after {
  content: "\edd4";
  margin-left: -1em;
}
.ph-duotone.ph-grid-four:before {
  content: "\edd5";
  opacity: 0.2;
}
.ph-duotone.ph-grid-four:after {
  content: "\edd6";
  margin-left: -1em;
}
.ph-duotone.ph-grid-nine:before {
  content: "\edd7";
  opacity: 0.2;
}
.ph-duotone.ph-grid-nine:after {
  content: "\edd8";
  margin-left: -1em;
}
.ph-duotone.ph-guitar:before {
  content: "\edd9";
  opacity: 0.2;
}
.ph-duotone.ph-guitar:after {
  content: "\edda";
  margin-left: -1em;
}
.ph-duotone.ph-hamburger:before {
  content: "\eddb";
  opacity: 0.2;
}
.ph-duotone.ph-hamburger:after {
  content: "\eddc";
  margin-left: -1em;
}
.ph-duotone.ph-hammer:before {
  content: "\eddd";
  opacity: 0.2;
}
.ph-duotone.ph-hammer:after {
  content: "\edde";
  margin-left: -1em;
}
.ph-duotone.ph-handbag:before {
  content: "\eddf";
  opacity: 0.2;
}
.ph-duotone.ph-handbag:after {
  content: "\ede0";
  margin-left: -1em;
}
.ph-duotone.ph-handbag-simple:before {
  content: "\ede1";
  opacity: 0.2;
}
.ph-duotone.ph-handbag-simple:after {
  content: "\ede2";
  margin-left: -1em;
}
.ph-duotone.ph-hand-coins:before {
  content: "\ede3";
  opacity: 0.2;
}
.ph-duotone.ph-hand-coins:after {
  content: "\ede4";
  margin-left: -1em;
}
.ph-duotone.ph-hand:before {
  content: "\ede5";
  opacity: 0.2;
}
.ph-duotone.ph-hand:after {
  content: "\ede6";
  margin-left: -1em;
}
.ph-duotone.ph-hand-eye:before {
  content: "\ede7";
  opacity: 0.2;
}
.ph-duotone.ph-hand-eye:after {
  content: "\ede8";
  margin-left: -1em;
}
.ph-duotone.ph-hand-fist:before {
  content: "\ede9";
  opacity: 0.2;
}
.ph-duotone.ph-hand-fist:after {
  content: "\edea";
  margin-left: -1em;
}
.ph-duotone.ph-hand-grabbing:before {
  content: "\edeb";
  opacity: 0.2;
}
.ph-duotone.ph-hand-grabbing:after {
  content: "\edec";
  margin-left: -1em;
}
.ph-duotone.ph-hand-heart:before {
  content: "\eded";
  opacity: 0.2;
}
.ph-duotone.ph-hand-heart:after {
  content: "\edee";
  margin-left: -1em;
}
.ph-duotone.ph-hand-palm:before {
  content: "\edef";
  opacity: 0.2;
}
.ph-duotone.ph-hand-palm:after {
  content: "\edf0";
  margin-left: -1em;
}
.ph-duotone.ph-hand-pointing:before {
  content: "\edf1";
  opacity: 0.2;
}
.ph-duotone.ph-hand-pointing:after {
  content: "\edf2";
  margin-left: -1em;
}
.ph-duotone.ph-hands-clapping:before {
  content: "\edf3";
  opacity: 0.2;
}
.ph-duotone.ph-hands-clapping:after {
  content: "\edf4";
  margin-left: -1em;
}
.ph-duotone.ph-handshake:before {
  content: "\edf5";
  opacity: 0.2;
}
.ph-duotone.ph-handshake:after {
  content: "\edf6";
  margin-left: -1em;
}
.ph-duotone.ph-hand-soap:before {
  content: "\edf7";
  opacity: 0.2;
}
.ph-duotone.ph-hand-soap:after {
  content: "\edf8";
  margin-left: -1em;
}
.ph-duotone.ph-hands-praying:before {
  content: "\edf9";
  opacity: 0.2;
}
.ph-duotone.ph-hands-praying:after {
  content: "\edfa";
  margin-left: -1em;
}
.ph-duotone.ph-hand-swipe-left:before {
  content: "\edfb";
  opacity: 0.2;
}
.ph-duotone.ph-hand-swipe-left:after {
  content: "\edfc";
  margin-left: -1em;
}
.ph-duotone.ph-hand-swipe-right:before {
  content: "\edfd";
  opacity: 0.2;
}
.ph-duotone.ph-hand-swipe-right:after {
  content: "\edfe";
  margin-left: -1em;
}
.ph-duotone.ph-hand-tap:before {
  content: "\edff";
  opacity: 0.2;
}
.ph-duotone.ph-hand-tap:after {
  content: "\ee00";
  margin-left: -1em;
}
.ph-duotone.ph-hand-waving:before {
  content: "\ee01";
  opacity: 0.2;
}
.ph-duotone.ph-hand-waving:after {
  content: "\ee02";
  margin-left: -1em;
}
.ph-duotone.ph-hard-drive:before {
  content: "\ee03";
  opacity: 0.2;
}
.ph-duotone.ph-hard-drive:after {
  content: "\ee04";
  margin-left: -1em;
}
.ph-duotone.ph-hard-drives:before {
  content: "\ee05";
  opacity: 0.2;
}
.ph-duotone.ph-hard-drives:after {
  content: "\ee06";
  margin-left: -1em;
}
.ph-duotone.ph-hash:before {
  content: "\ee07";
  opacity: 0.2;
}
.ph-duotone.ph-hash:after {
  content: "\ee08";
  margin-left: -1em;
}
.ph-duotone.ph-hash-straight:before {
  content: "\ee09";
  opacity: 0.2;
}
.ph-duotone.ph-hash-straight:after {
  content: "\ee0a";
  margin-left: -1em;
}
.ph-duotone.ph-headlights:before {
  content: "\ee0b";
  opacity: 0.2;
}
.ph-duotone.ph-headlights:after {
  content: "\ee0c";
  margin-left: -1em;
}
.ph-duotone.ph-headphones:before {
  content: "\ee0d";
  opacity: 0.2;
}
.ph-duotone.ph-headphones:after {
  content: "\ee0e";
  margin-left: -1em;
}
.ph-duotone.ph-headset:before {
  content: "\ee0f";
  opacity: 0.2;
}
.ph-duotone.ph-headset:after {
  content: "\ee10";
  margin-left: -1em;
}
.ph-duotone.ph-heartbeat:before {
  content: "\ee11";
  opacity: 0.2;
}
.ph-duotone.ph-heartbeat:after {
  content: "\ee12";
  margin-left: -1em;
}
.ph-duotone.ph-heart-break:before {
  content: "\ee13";
  opacity: 0.2;
}
.ph-duotone.ph-heart-break:after {
  content: "\ee14";
  margin-left: -1em;
}
.ph-duotone.ph-heart:before {
  content: "\ee15";
  opacity: 0.2;
}
.ph-duotone.ph-heart:after {
  content: "\ee16";
  margin-left: -1em;
}
.ph-duotone.ph-heart-half:before {
  content: "\ee17";
  opacity: 0.2;
}
.ph-duotone.ph-heart-half:after {
  content: "\ee18";
  margin-left: -1em;
}
.ph-duotone.ph-heart-straight-break:before {
  content: "\ee19";
  opacity: 0.2;
}
.ph-duotone.ph-heart-straight-break:after {
  content: "\ee1a";
  margin-left: -1em;
}
.ph-duotone.ph-heart-straight:before {
  content: "\ee1b";
  opacity: 0.2;
}
.ph-duotone.ph-heart-straight:after {
  content: "\ee1c";
  margin-left: -1em;
}
.ph-duotone.ph-hexagon:before {
  content: "\ee1d";
  opacity: 0.2;
}
.ph-duotone.ph-hexagon:after {
  content: "\ee1e";
  margin-left: -1em;
}
.ph-duotone.ph-high-heel:before {
  content: "\ee1f";
  opacity: 0.2;
}
.ph-duotone.ph-high-heel:after {
  content: "\ee20";
  margin-left: -1em;
}
.ph-duotone.ph-highlighter-circle:before {
  content: "\ee21";
  opacity: 0.2;
}
.ph-duotone.ph-highlighter-circle:after {
  content: "\ee22";
  margin-left: -1em;
}
.ph-duotone.ph-hoodie:before {
  content: "\ee23";
  opacity: 0.2;
}
.ph-duotone.ph-hoodie:after {
  content: "\ee24";
  margin-left: -1em;
}
.ph-duotone.ph-horse:before {
  content: "\ee25";
  opacity: 0.2;
}
.ph-duotone.ph-horse:after {
  content: "\ee26";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass:before {
  content: "\ee27";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass:after {
  content: "\ee28";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-high:before {
  content: "\ee29";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-high:after {
  content: "\ee2a";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-low:before {
  content: "\ee2b";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-low:after {
  content: "\ee2c";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-medium:before {
  content: "\ee2d";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-medium:after {
  content: "\ee2e";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple:before {
  content: "\ee2f";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-simple:after {
  content: "\ee30";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-high:before {
  content: "\ee31";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-simple-high:after {
  content: "\ee32";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-low:before {
  content: "\ee33";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-simple-low:after {
  content: "\ee34";
  margin-left: -1em;
}
.ph-duotone.ph-hourglass-simple-medium:before {
  content: "\ee35";
  opacity: 0.2;
}
.ph-duotone.ph-hourglass-simple-medium:after {
  content: "\ee36";
  margin-left: -1em;
}
.ph-duotone.ph-house:before {
  content: "\ee37";
  opacity: 0.2;
}
.ph-duotone.ph-house:after {
  content: "\ee38";
  margin-left: -1em;
}
.ph-duotone.ph-house-line:before {
  content: "\ee39";
  opacity: 0.2;
}
.ph-duotone.ph-house-line:after {
  content: "\ee3a";
  margin-left: -1em;
}
.ph-duotone.ph-house-simple:before {
  content: "\ee3b";
  opacity: 0.2;
}
.ph-duotone.ph-house-simple:after {
  content: "\ee3c";
  margin-left: -1em;
}
.ph-duotone.ph-ice-cream:before {
  content: "\ee3d";
  opacity: 0.2;
}
.ph-duotone.ph-ice-cream:after {
  content: "\ee3e";
  margin-left: -1em;
}
.ph-duotone.ph-identification-badge:before {
  content: "\ee3f";
  opacity: 0.2;
}
.ph-duotone.ph-identification-badge:after {
  content: "\ee40";
  margin-left: -1em;
}
.ph-duotone.ph-identification-card:before {
  content: "\ee41";
  opacity: 0.2;
}
.ph-duotone.ph-identification-card:after {
  content: "\ee42";
  margin-left: -1em;
}
.ph-duotone.ph-image:before {
  content: "\ee43";
  opacity: 0.2;
}
.ph-duotone.ph-image:after {
  content: "\ee44";
  margin-left: -1em;
}
.ph-duotone.ph-images:before {
  content: "\ee45";
  opacity: 0.2;
}
.ph-duotone.ph-images:after {
  content: "\ee46";
  margin-left: -1em;
}
.ph-duotone.ph-image-square:before {
  content: "\ee47";
  opacity: 0.2;
}
.ph-duotone.ph-image-square:after {
  content: "\ee48";
  margin-left: -1em;
}
.ph-duotone.ph-images-square:before {
  content: "\ee49";
  opacity: 0.2;
}
.ph-duotone.ph-images-square:after {
  content: "\ee4a";
  margin-left: -1em;
}
.ph-duotone.ph-infinity:before {
  content: "\ee4b";
  opacity: 0.2;
}
.ph-duotone.ph-infinity:after {
  content: "\ee4c";
  margin-left: -1em;
}
.ph-duotone.ph-info:before {
  content: "\ee4d";
  opacity: 0.2;
}
.ph-duotone.ph-info:after {
  content: "\ee4e";
  margin-left: -1em;
}
.ph-duotone.ph-instagram-logo:before {
  content: "\ee4f";
  opacity: 0.2;
}
.ph-duotone.ph-instagram-logo:after {
  content: "\ee50";
  margin-left: -1em;
}
.ph-duotone.ph-intersect:before {
  content: "\ee51";
  opacity: 0.2;
}
.ph-duotone.ph-intersect:after {
  content: "\ee52";
  margin-left: -1em;
}
.ph-duotone.ph-intersect-square:before {
  content: "\ee53";
  opacity: 0.2;
}
.ph-duotone.ph-intersect-square:after {
  content: "\ee54";
  margin-left: -1em;
}
.ph-duotone.ph-intersect-three:before {
  content: "\ee55";
  opacity: 0.2;
}
.ph-duotone.ph-intersect-three:after {
  content: "\ee56";
  margin-left: -1em;
}
.ph-duotone.ph-jeep:before {
  content: "\ee57";
  opacity: 0.2;
}
.ph-duotone.ph-jeep:after {
  content: "\ee58";
  margin-left: -1em;
}
.ph-duotone.ph-kanban:before {
  content: "\ee59";
  opacity: 0.2;
}
.ph-duotone.ph-kanban:after {
  content: "\ee5a";
  margin-left: -1em;
}
.ph-duotone.ph-keyboard:before {
  content: "\ee5b";
  opacity: 0.2;
}
.ph-duotone.ph-keyboard:after {
  content: "\ee5c";
  margin-left: -1em;
}
.ph-duotone.ph-key:before {
  content: "\ee5d";
  opacity: 0.2;
}
.ph-duotone.ph-key:after {
  content: "\ee5e";
  margin-left: -1em;
}
.ph-duotone.ph-keyhole:before {
  content: "\ee5f";
  opacity: 0.2;
}
.ph-duotone.ph-keyhole:after {
  content: "\ee60";
  margin-left: -1em;
}
.ph-duotone.ph-key-return:before {
  content: "\ee61";
  opacity: 0.2;
}
.ph-duotone.ph-key-return:after {
  content: "\ee62";
  margin-left: -1em;
}
.ph-duotone.ph-knife:before {
  content: "\ee63";
  opacity: 0.2;
}
.ph-duotone.ph-knife:after {
  content: "\ee64";
  margin-left: -1em;
}
.ph-duotone.ph-ladder:before {
  content: "\ee65";
  opacity: 0.2;
}
.ph-duotone.ph-ladder:after {
  content: "\ee66";
  margin-left: -1em;
}
.ph-duotone.ph-ladder-simple:before {
  content: "\ee67";
  opacity: 0.2;
}
.ph-duotone.ph-ladder-simple:after {
  content: "\ee68";
  margin-left: -1em;
}
.ph-duotone.ph-lamp:before {
  content: "\ee69";
  opacity: 0.2;
}
.ph-duotone.ph-lamp:after {
  content: "\ee6a";
  margin-left: -1em;
}
.ph-duotone.ph-laptop:before {
  content: "\ee6b";
  opacity: 0.2;
}
.ph-duotone.ph-laptop:after {
  content: "\ee6c";
  margin-left: -1em;
}
.ph-duotone.ph-layout:before {
  content: "\ee6d";
  opacity: 0.2;
}
.ph-duotone.ph-layout:after {
  content: "\ee6e";
  margin-left: -1em;
}
.ph-duotone.ph-leaf:before {
  content: "\ee6f";
  opacity: 0.2;
}
.ph-duotone.ph-leaf:after {
  content: "\ee70";
  margin-left: -1em;
}
.ph-duotone.ph-lifebuoy:before {
  content: "\ee71";
  opacity: 0.2;
}
.ph-duotone.ph-lifebuoy:after {
  content: "\ee72";
  margin-left: -1em;
}
.ph-duotone.ph-lightbulb:before {
  content: "\ee73";
  opacity: 0.2;
}
.ph-duotone.ph-lightbulb:after {
  content: "\ee74";
  margin-left: -1em;
}
.ph-duotone.ph-lightbulb-filament:before {
  content: "\ee75";
  opacity: 0.2;
}
.ph-duotone.ph-lightbulb-filament:after {
  content: "\ee76";
  margin-left: -1em;
}
.ph-duotone.ph-lighthouse:before {
  content: "\ee77";
  opacity: 0.2;
}
.ph-duotone.ph-lighthouse:after {
  content: "\ee78";
  margin-left: -1em;
}
.ph-duotone.ph-lightning-a:before {
  content: "\ee79";
  opacity: 0.2;
}
.ph-duotone.ph-lightning-a:after {
  content: "\ee7a";
  margin-left: -1em;
}
.ph-duotone.ph-lightning:before {
  content: "\ee7b";
  opacity: 0.2;
}
.ph-duotone.ph-lightning:after {
  content: "\ee7c";
  margin-left: -1em;
}
.ph-duotone.ph-lightning-slash:before {
  content: "\ee7d";
  opacity: 0.2;
}
.ph-duotone.ph-lightning-slash:after {
  content: "\ee7e";
  margin-left: -1em;
}
.ph-duotone.ph-line-segment:before {
  content: "\ee7f";
  opacity: 0.2;
}
.ph-duotone.ph-line-segment:after {
  content: "\ee80";
  margin-left: -1em;
}
.ph-duotone.ph-line-segments:before {
  content: "\ee81";
  opacity: 0.2;
}
.ph-duotone.ph-line-segments:after {
  content: "\ee82";
  margin-left: -1em;
}
.ph-duotone.ph-link-break:before {
  content: "\ee83";
  opacity: 0.2;
}
.ph-duotone.ph-link-break:after {
  content: "\ee84";
  margin-left: -1em;
}
.ph-duotone.ph-link:before {
  content: "\ee85";
  opacity: 0.2;
}
.ph-duotone.ph-link:after {
  content: "\ee86";
  margin-left: -1em;
}
.ph-duotone.ph-linkedin-logo:before {
  content: "\ee87";
  opacity: 0.2;
}
.ph-duotone.ph-linkedin-logo:after {
  content: "\ee88";
  margin-left: -1em;
}
.ph-duotone.ph-link-simple-break:before {
  content: "\ee89";
  opacity: 0.2;
}
.ph-duotone.ph-link-simple-break:after {
  content: "\ee8a";
  margin-left: -1em;
}
.ph-duotone.ph-link-simple:before {
  content: "\ee8b";
  opacity: 0.2;
}
.ph-duotone.ph-link-simple:after {
  content: "\ee8c";
  margin-left: -1em;
}
.ph-duotone.ph-link-simple-horizontal-break:before {
  content: "\ee8d";
  opacity: 0.2;
}
.ph-duotone.ph-link-simple-horizontal-break:after {
  content: "\ee8e";
  margin-left: -1em;
}
.ph-duotone.ph-link-simple-horizontal:before {
  content: "\ee8f";
  opacity: 0.2;
}
.ph-duotone.ph-link-simple-horizontal:after {
  content: "\ee90";
  margin-left: -1em;
}
.ph-duotone.ph-linux-logo:before {
  content: "\ee91";
  opacity: 0.2;
}
.ph-duotone.ph-linux-logo:after {
  content: "\ee92";
  margin-left: -1em;
}
.ph-duotone.ph-list-bullets:before {
  content: "\ee93";
  opacity: 0.2;
}
.ph-duotone.ph-list-bullets:after {
  content: "\ee94";
  margin-left: -1em;
}
.ph-duotone.ph-list-checks:before {
  content: "\ee95";
  opacity: 0.2;
}
.ph-duotone.ph-list-checks:after {
  content: "\ee96";
  margin-left: -1em;
}
.ph-duotone.ph-list-dashes:before {
  content: "\ee97";
  opacity: 0.2;
}
.ph-duotone.ph-list-dashes:after {
  content: "\ee98";
  margin-left: -1em;
}
.ph-duotone.ph-list:before {
  content: "\ee99";
  opacity: 0.2;
}
.ph-duotone.ph-list:after {
  content: "\ee9a";
  margin-left: -1em;
}
.ph-duotone.ph-list-magnifying-glass:before {
  content: "\ee9b";
  opacity: 0.2;
}
.ph-duotone.ph-list-magnifying-glass:after {
  content: "\ee9c";
  margin-left: -1em;
}
.ph-duotone.ph-list-numbers:before {
  content: "\ee9d";
  opacity: 0.2;
}
.ph-duotone.ph-list-numbers:after {
  content: "\ee9e";
  margin-left: -1em;
}
.ph-duotone.ph-list-plus:before {
  content: "\ee9f";
  opacity: 0.2;
}
.ph-duotone.ph-list-plus:after {
  content: "\eea0";
  margin-left: -1em;
}
.ph-duotone.ph-lock:before {
  content: "\eea1";
  opacity: 0.2;
}
.ph-duotone.ph-lock:after {
  content: "\eea2";
  margin-left: -1em;
}
.ph-duotone.ph-lockers:before {
  content: "\eea3";
  opacity: 0.2;
}
.ph-duotone.ph-lockers:after {
  content: "\eea4";
  margin-left: -1em;
}
.ph-duotone.ph-lock-key:before {
  content: "\eea5";
  opacity: 0.2;
}
.ph-duotone.ph-lock-key:after {
  content: "\eea6";
  margin-left: -1em;
}
.ph-duotone.ph-lock-key-open:before {
  content: "\eea7";
  opacity: 0.2;
}
.ph-duotone.ph-lock-key-open:after {
  content: "\eea8";
  margin-left: -1em;
}
.ph-duotone.ph-lock-laminated:before {
  content: "\eea9";
  opacity: 0.2;
}
.ph-duotone.ph-lock-laminated:after {
  content: "\eeaa";
  margin-left: -1em;
}
.ph-duotone.ph-lock-laminated-open:before {
  content: "\eeab";
  opacity: 0.2;
}
.ph-duotone.ph-lock-laminated-open:after {
  content: "\eeac";
  margin-left: -1em;
}
.ph-duotone.ph-lock-open:before {
  content: "\eead";
  opacity: 0.2;
}
.ph-duotone.ph-lock-open:after {
  content: "\eeae";
  margin-left: -1em;
}
.ph-duotone.ph-lock-simple:before {
  content: "\eeaf";
  opacity: 0.2;
}
.ph-duotone.ph-lock-simple:after {
  content: "\eeb0";
  margin-left: -1em;
}
.ph-duotone.ph-lock-simple-open:before {
  content: "\eeb1";
  opacity: 0.2;
}
.ph-duotone.ph-lock-simple-open:after {
  content: "\eeb2";
  margin-left: -1em;
}
.ph-duotone.ph-magic-wand:before {
  content: "\eeb3";
  opacity: 0.2;
}
.ph-duotone.ph-magic-wand:after {
  content: "\eeb4";
  margin-left: -1em;
}
.ph-duotone.ph-magnet:before {
  content: "\eeb5";
  opacity: 0.2;
}
.ph-duotone.ph-magnet:after {
  content: "\eeb6";
  margin-left: -1em;
}
.ph-duotone.ph-magnet-straight:before {
  content: "\eeb7";
  opacity: 0.2;
}
.ph-duotone.ph-magnet-straight:after {
  content: "\eeb8";
  margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass:before {
  content: "\eeb9";
  opacity: 0.2;
}
.ph-duotone.ph-magnifying-glass:after {
  content: "\eeba";
  margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass-minus:before {
  content: "\eebb";
  opacity: 0.2;
}
.ph-duotone.ph-magnifying-glass-minus:after {
  content: "\eebc";
  margin-left: -1em;
}
.ph-duotone.ph-magnifying-glass-plus:before {
  content: "\eebd";
  opacity: 0.2;
}
.ph-duotone.ph-magnifying-glass-plus:after {
  content: "\eebe";
  margin-left: -1em;
}
.ph-duotone.ph-map-pin:before {
  content: "\eebf";
  opacity: 0.2;
}
.ph-duotone.ph-map-pin:after {
  content: "\eec0";
  margin-left: -1em;
}
.ph-duotone.ph-map-pin-line:before {
  content: "\eec1";
  opacity: 0.2;
}
.ph-duotone.ph-map-pin-line:after {
  content: "\eec2";
  margin-left: -1em;
}
.ph-duotone.ph-map-trifold:before {
  content: "\eec3";
  opacity: 0.2;
}
.ph-duotone.ph-map-trifold:after {
  content: "\eec4";
  margin-left: -1em;
}
.ph-duotone.ph-marker-circle:before {
  content: "\eec5";
  opacity: 0.2;
}
.ph-duotone.ph-marker-circle:after {
  content: "\eec6";
  margin-left: -1em;
}
.ph-duotone.ph-martini:before {
  content: "\eec7";
  opacity: 0.2;
}
.ph-duotone.ph-martini:after {
  content: "\eec8";
  margin-left: -1em;
}
.ph-duotone.ph-mask-happy:before {
  content: "\eec9";
  opacity: 0.2;
}
.ph-duotone.ph-mask-happy:after {
  content: "\eeca";
  margin-left: -1em;
}
.ph-duotone.ph-mask-sad:before {
  content: "\eecb";
  opacity: 0.2;
}
.ph-duotone.ph-mask-sad:after {
  content: "\eecc";
  margin-left: -1em;
}
.ph-duotone.ph-math-operations:before {
  content: "\eecd";
  opacity: 0.2;
}
.ph-duotone.ph-math-operations:after {
  content: "\eece";
  margin-left: -1em;
}
.ph-duotone.ph-medal:before {
  content: "\eecf";
  opacity: 0.2;
}
.ph-duotone.ph-medal:after {
  content: "\eed0";
  margin-left: -1em;
}
.ph-duotone.ph-medal-military:before {
  content: "\eed1";
  opacity: 0.2;
}
.ph-duotone.ph-medal-military:after {
  content: "\eed2";
  margin-left: -1em;
}
.ph-duotone.ph-medium-logo:before {
  content: "\eed3";
  opacity: 0.2;
}
.ph-duotone.ph-medium-logo:after {
  content: "\eed4";
  margin-left: -1em;
}
.ph-duotone.ph-megaphone:before {
  content: "\eed5";
  opacity: 0.2;
}
.ph-duotone.ph-megaphone:after {
  content: "\eed6";
  margin-left: -1em;
}
.ph-duotone.ph-megaphone-simple:before {
  content: "\eed7";
  opacity: 0.2;
}
.ph-duotone.ph-megaphone-simple:after {
  content: "\eed8";
  margin-left: -1em;
}
.ph-duotone.ph-messenger-logo:before {
  content: "\eed9";
  opacity: 0.2;
}
.ph-duotone.ph-messenger-logo:after {
  content: "\eeda";
  margin-left: -1em;
}
.ph-duotone.ph-meta-logo:before {
  content: "\eedb";
  opacity: 0.2;
}
.ph-duotone.ph-meta-logo:after {
  content: "\eedc";
  margin-left: -1em;
}
.ph-duotone.ph-metronome:before {
  content: "\eedd";
  opacity: 0.2;
}
.ph-duotone.ph-metronome:after {
  content: "\eede";
  margin-left: -1em;
}
.ph-duotone.ph-microphone:before {
  content: "\eedf";
  opacity: 0.2;
}
.ph-duotone.ph-microphone:after {
  content: "\eee0";
  margin-left: -1em;
}
.ph-duotone.ph-microphone-slash:before {
  content: "\eee1";
  opacity: 0.2;
}
.ph-duotone.ph-microphone-slash:after {
  content: "\eee2";
  margin-left: -1em;
}
.ph-duotone.ph-microphone-stage:before {
  content: "\eee3";
  opacity: 0.2;
}
.ph-duotone.ph-microphone-stage:after {
  content: "\eee4";
  margin-left: -1em;
}
.ph-duotone.ph-microsoft-excel-logo:before {
  content: "\eee5";
  opacity: 0.2;
}
.ph-duotone.ph-microsoft-excel-logo:after {
  content: "\eee6";
  margin-left: -1em;
}
.ph-duotone.ph-microsoft-outlook-logo:before {
  content: "\eee7";
  opacity: 0.2;
}
.ph-duotone.ph-microsoft-outlook-logo:after {
  content: "\eee8";
  margin-left: -1em;
}
.ph-duotone.ph-microsoft-powerpoint-logo:before {
  content: "\eee9";
  opacity: 0.2;
}
.ph-duotone.ph-microsoft-powerpoint-logo:after {
  content: "\eeea";
  margin-left: -1em;
}
.ph-duotone.ph-microsoft-teams-logo:before {
  content: "\eeeb";
  opacity: 0.2;
}
.ph-duotone.ph-microsoft-teams-logo:after {
  content: "\eeec";
  margin-left: -1em;
}
.ph-duotone.ph-microsoft-word-logo:before {
  content: "\eeed";
  opacity: 0.2;
}
.ph-duotone.ph-microsoft-word-logo:after {
  content: "\eeee";
  margin-left: -1em;
}
.ph-duotone.ph-minus-circle:before {
  content: "\eeef";
  opacity: 0.2;
}
.ph-duotone.ph-minus-circle:after {
  content: "\eef0";
  margin-left: -1em;
}
.ph-duotone.ph-minus:before {
  content: "\eef1";
  opacity: 0.2;
}
.ph-duotone.ph-minus:after {
  content: "\eef2";
  margin-left: -1em;
}
.ph-duotone.ph-minus-square:before {
  content: "\eef3";
  opacity: 0.2;
}
.ph-duotone.ph-minus-square:after {
  content: "\eef4";
  margin-left: -1em;
}
.ph-duotone.ph-money:before {
  content: "\eef5";
  opacity: 0.2;
}
.ph-duotone.ph-money:after {
  content: "\eef6";
  margin-left: -1em;
}
.ph-duotone.ph-monitor:before {
  content: "\eef7";
  opacity: 0.2;
}
.ph-duotone.ph-monitor:after {
  content: "\eef8";
  margin-left: -1em;
}
.ph-duotone.ph-monitor-play:before {
  content: "\eef9";
  opacity: 0.2;
}
.ph-duotone.ph-monitor-play:after {
  content: "\eefa";
  margin-left: -1em;
}
.ph-duotone.ph-moon:before {
  content: "\eefb";
  opacity: 0.2;
}
.ph-duotone.ph-moon:after {
  content: "\eefc";
  margin-left: -1em;
}
.ph-duotone.ph-moon-stars:before {
  content: "\eefd";
  opacity: 0.2;
}
.ph-duotone.ph-moon-stars:after {
  content: "\eefe";
  margin-left: -1em;
}
.ph-duotone.ph-moped:before {
  content: "\eeff";
  opacity: 0.2;
}
.ph-duotone.ph-moped:after {
  content: "\ef00";
  margin-left: -1em;
}
.ph-duotone.ph-moped-front:before {
  content: "\ef01";
  opacity: 0.2;
}
.ph-duotone.ph-moped-front:after {
  content: "\ef02";
  margin-left: -1em;
}
.ph-duotone.ph-mosque:before {
  content: "\ef03";
  opacity: 0.2;
}
.ph-duotone.ph-mosque:after {
  content: "\ef04";
  margin-left: -1em;
}
.ph-duotone.ph-motorcycle:before {
  content: "\ef05";
  opacity: 0.2;
}
.ph-duotone.ph-motorcycle:after {
  content: "\ef06";
  margin-left: -1em;
}
.ph-duotone.ph-mountains:before {
  content: "\ef07";
  opacity: 0.2;
}
.ph-duotone.ph-mountains:after {
  content: "\ef08";
  margin-left: -1em;
}
.ph-duotone.ph-mouse:before {
  content: "\ef09";
  opacity: 0.2;
}
.ph-duotone.ph-mouse:after {
  content: "\ef0a";
  margin-left: -1em;
}
.ph-duotone.ph-mouse-simple:before {
  content: "\ef0b";
  opacity: 0.2;
}
.ph-duotone.ph-mouse-simple:after {
  content: "\ef0c";
  margin-left: -1em;
}
.ph-duotone.ph-music-note:before {
  content: "\ef0d";
  opacity: 0.2;
}
.ph-duotone.ph-music-note:after {
  content: "\ef0e";
  margin-left: -1em;
}
.ph-duotone.ph-music-notes:before {
  content: "\ef0f";
  opacity: 0.2;
}
.ph-duotone.ph-music-notes:after {
  content: "\ef10";
  margin-left: -1em;
}
.ph-duotone.ph-music-note-simple:before {
  content: "\ef11";
  opacity: 0.2;
}
.ph-duotone.ph-music-note-simple:after {
  content: "\ef12";
  margin-left: -1em;
}
.ph-duotone.ph-music-notes-plus:before {
  content: "\ef13";
  opacity: 0.2;
}
.ph-duotone.ph-music-notes-plus:after {
  content: "\ef14";
  margin-left: -1em;
}
.ph-duotone.ph-music-notes-simple:before {
  content: "\ef15";
  opacity: 0.2;
}
.ph-duotone.ph-music-notes-simple:after {
  content: "\ef16";
  margin-left: -1em;
}
.ph-duotone.ph-navigation-arrow:before {
  content: "\ef17";
  opacity: 0.2;
}
.ph-duotone.ph-navigation-arrow:after {
  content: "\ef18";
  margin-left: -1em;
}
.ph-duotone.ph-needle:before {
  content: "\ef19";
  opacity: 0.2;
}
.ph-duotone.ph-needle:after {
  content: "\ef1a";
  margin-left: -1em;
}
.ph-duotone.ph-newspaper-clipping:before {
  content: "\ef1b";
  opacity: 0.2;
}
.ph-duotone.ph-newspaper-clipping:after {
  content: "\ef1c";
  margin-left: -1em;
}
.ph-duotone.ph-newspaper:before {
  content: "\ef1d";
  opacity: 0.2;
}
.ph-duotone.ph-newspaper:after {
  content: "\ef1e";
  margin-left: -1em;
}
.ph-duotone.ph-notches:before {
  content: "\ef1f";
  opacity: 0.2;
}
.ph-duotone.ph-notches:after {
  content: "\ef20";
  margin-left: -1em;
}
.ph-duotone.ph-note-blank:before {
  content: "\ef21";
  opacity: 0.2;
}
.ph-duotone.ph-note-blank:after {
  content: "\ef22";
  margin-left: -1em;
}
.ph-duotone.ph-notebook:before {
  content: "\ef23";
  opacity: 0.2;
}
.ph-duotone.ph-notebook:after {
  content: "\ef24";
  margin-left: -1em;
}
.ph-duotone.ph-note:before {
  content: "\ef25";
  opacity: 0.2;
}
.ph-duotone.ph-note:after {
  content: "\ef26";
  margin-left: -1em;
}
.ph-duotone.ph-notepad:before {
  content: "\ef27";
  opacity: 0.2;
}
.ph-duotone.ph-notepad:after {
  content: "\ef28";
  margin-left: -1em;
}
.ph-duotone.ph-note-pencil:before {
  content: "\ef29";
  opacity: 0.2;
}
.ph-duotone.ph-note-pencil:after {
  content: "\ef2a";
  margin-left: -1em;
}
.ph-duotone.ph-notification:before {
  content: "\ef2b";
  opacity: 0.2;
}
.ph-duotone.ph-notification:after {
  content: "\ef2c";
  margin-left: -1em;
}
.ph-duotone.ph-notion-logo:before {
  content: "\ef2d";
  opacity: 0.2;
}
.ph-duotone.ph-notion-logo:after {
  content: "\ef2e";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-eight:before {
  content: "\ef2f";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-eight:after {
  content: "\ef30";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-five:before {
  content: "\ef31";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-five:after {
  content: "\ef32";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-four:before {
  content: "\ef33";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-four:after {
  content: "\ef34";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-nine:before {
  content: "\ef35";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-nine:after {
  content: "\ef36";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-one:before {
  content: "\ef37";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-one:after {
  content: "\ef38";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-seven:before {
  content: "\ef39";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-seven:after {
  content: "\ef3a";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-six:before {
  content: "\ef3b";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-six:after {
  content: "\ef3c";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-three:before {
  content: "\ef3d";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-three:after {
  content: "\ef3e";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-two:before {
  content: "\ef3f";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-two:after {
  content: "\ef40";
  margin-left: -1em;
}
.ph-duotone.ph-number-circle-zero:before {
  content: "\ef41";
  opacity: 0.2;
}
.ph-duotone.ph-number-circle-zero:after {
  content: "\ef42";
  margin-left: -1em;
}
.ph-duotone.ph-number-eight:before {
  content: "\ef43";
  opacity: 0.2;
}
.ph-duotone.ph-number-eight:after {
  content: "\ef44";
  margin-left: -1em;
}
.ph-duotone.ph-number-five:before {
  content: "\ef45";
  opacity: 0.2;
}
.ph-duotone.ph-number-five:after {
  content: "\ef46";
  margin-left: -1em;
}
.ph-duotone.ph-number-four:before {
  content: "\ef47";
  opacity: 0.2;
}
.ph-duotone.ph-number-four:after {
  content: "\ef48";
  margin-left: -1em;
}
.ph-duotone.ph-number-nine:before {
  content: "\ef49";
  opacity: 0.2;
}
.ph-duotone.ph-number-nine:after {
  content: "\ef4a";
  margin-left: -1em;
}
.ph-duotone.ph-number-one:before {
  content: "\ef4b";
  opacity: 0.2;
}
.ph-duotone.ph-number-one:after {
  content: "\ef4c";
  margin-left: -1em;
}
.ph-duotone.ph-number-seven:before {
  content: "\ef4d";
  opacity: 0.2;
}
.ph-duotone.ph-number-seven:after {
  content: "\ef4e";
  margin-left: -1em;
}
.ph-duotone.ph-number-six:before {
  content: "\ef4f";
  opacity: 0.2;
}
.ph-duotone.ph-number-six:after {
  content: "\ef50";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-eight:before {
  content: "\ef51";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-eight:after {
  content: "\ef52";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-five:before {
  content: "\ef53";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-five:after {
  content: "\ef54";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-four:before {
  content: "\ef55";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-four:after {
  content: "\ef56";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-nine:before {
  content: "\ef57";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-nine:after {
  content: "\ef58";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-one:before {
  content: "\ef59";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-one:after {
  content: "\ef5a";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-seven:before {
  content: "\ef5b";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-seven:after {
  content: "\ef5c";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-six:before {
  content: "\ef5d";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-six:after {
  content: "\ef5e";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-three:before {
  content: "\ef5f";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-three:after {
  content: "\ef60";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-two:before {
  content: "\ef61";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-two:after {
  content: "\ef62";
  margin-left: -1em;
}
.ph-duotone.ph-number-square-zero:before {
  content: "\ef63";
  opacity: 0.2;
}
.ph-duotone.ph-number-square-zero:after {
  content: "\ef64";
  margin-left: -1em;
}
.ph-duotone.ph-number-three:before {
  content: "\ef65";
  opacity: 0.2;
}
.ph-duotone.ph-number-three:after {
  content: "\ef66";
  margin-left: -1em;
}
.ph-duotone.ph-number-two:before {
  content: "\ef67";
  opacity: 0.2;
}
.ph-duotone.ph-number-two:after {
  content: "\ef68";
  margin-left: -1em;
}
.ph-duotone.ph-number-zero:before {
  content: "\ef69";
  opacity: 0.2;
}
.ph-duotone.ph-number-zero:after {
  content: "\ef6a";
  margin-left: -1em;
}
.ph-duotone.ph-nut:before {
  content: "\ef6b";
  opacity: 0.2;
}
.ph-duotone.ph-nut:after {
  content: "\ef6c";
  margin-left: -1em;
}
.ph-duotone.ph-ny-times-logo:before {
  content: "\ef6d";
  opacity: 0.2;
}
.ph-duotone.ph-ny-times-logo:after {
  content: "\ef6e";
  margin-left: -1em;
}
.ph-duotone.ph-octagon:before {
  content: "\ef6f";
  opacity: 0.2;
}
.ph-duotone.ph-octagon:after {
  content: "\ef70";
  margin-left: -1em;
}
.ph-duotone.ph-office-chair:before {
  content: "\ef71";
  opacity: 0.2;
}
.ph-duotone.ph-office-chair:after {
  content: "\ef72";
  margin-left: -1em;
}
.ph-duotone.ph-option:before {
  content: "\ef73";
  opacity: 0.2;
}
.ph-duotone.ph-option:after {
  content: "\ef74";
  margin-left: -1em;
}
.ph-duotone.ph-orange-slice:before {
  content: "\ef75";
  opacity: 0.2;
}
.ph-duotone.ph-orange-slice:after {
  content: "\ef76";
  margin-left: -1em;
}
.ph-duotone.ph-package:before {
  content: "\ef77";
  opacity: 0.2;
}
.ph-duotone.ph-package:after {
  content: "\ef78";
  margin-left: -1em;
}
.ph-duotone.ph-paint-brush-broad:before {
  content: "\ef79";
  opacity: 0.2;
}
.ph-duotone.ph-paint-brush-broad:after {
  content: "\ef7a";
  margin-left: -1em;
}
.ph-duotone.ph-paint-brush:before {
  content: "\ef7b";
  opacity: 0.2;
}
.ph-duotone.ph-paint-brush:after {
  content: "\ef7c";
  margin-left: -1em;
}
.ph-duotone.ph-paint-brush-household:before {
  content: "\ef7d";
  opacity: 0.2;
}
.ph-duotone.ph-paint-brush-household:after {
  content: "\ef7e";
  margin-left: -1em;
}
.ph-duotone.ph-paint-bucket:before {
  content: "\ef7f";
  opacity: 0.2;
}
.ph-duotone.ph-paint-bucket:after {
  content: "\ef80";
  margin-left: -1em;
}
.ph-duotone.ph-paint-roller:before {
  content: "\ef81";
  opacity: 0.2;
}
.ph-duotone.ph-paint-roller:after {
  content: "\ef82";
  margin-left: -1em;
}
.ph-duotone.ph-palette:before {
  content: "\ef83";
  opacity: 0.2;
}
.ph-duotone.ph-palette:after {
  content: "\ef84";
  margin-left: -1em;
}
.ph-duotone.ph-pants:before {
  content: "\ef85";
  opacity: 0.2;
}
.ph-duotone.ph-pants:after {
  content: "\ef86";
  margin-left: -1em;
}
.ph-duotone.ph-paperclip:before {
  content: "\ef87";
  opacity: 0.2;
}
.ph-duotone.ph-paperclip:after {
  content: "\ef88";
  margin-left: -1em;
}
.ph-duotone.ph-paperclip-horizontal:before {
  content: "\ef89";
  opacity: 0.2;
}
.ph-duotone.ph-paperclip-horizontal:after {
  content: "\ef8a";
  margin-left: -1em;
}
.ph-duotone.ph-paper-plane:before {
  content: "\ef8b";
  opacity: 0.2;
}
.ph-duotone.ph-paper-plane:after {
  content: "\ef8c";
  margin-left: -1em;
}
.ph-duotone.ph-paper-plane-right:before {
  content: "\ef8d";
  opacity: 0.2;
}
.ph-duotone.ph-paper-plane-right:after {
  content: "\ef8e";
  margin-left: -1em;
}
.ph-duotone.ph-paper-plane-tilt:before {
  content: "\ef8f";
  opacity: 0.2;
}
.ph-duotone.ph-paper-plane-tilt:after {
  content: "\ef90";
  margin-left: -1em;
}
.ph-duotone.ph-parachute:before {
  content: "\ef91";
  opacity: 0.2;
}
.ph-duotone.ph-parachute:after {
  content: "\ef92";
  margin-left: -1em;
}
.ph-duotone.ph-paragraph:before {
  content: "\ef93";
  opacity: 0.2;
}
.ph-duotone.ph-paragraph:after {
  content: "\ef94";
  margin-left: -1em;
}
.ph-duotone.ph-parallelogram:before {
  content: "\ef95";
  opacity: 0.2;
}
.ph-duotone.ph-parallelogram:after {
  content: "\ef96";
  margin-left: -1em;
}
.ph-duotone.ph-park:before {
  content: "\ef97";
  opacity: 0.2;
}
.ph-duotone.ph-park:after {
  content: "\ef98";
  margin-left: -1em;
}
.ph-duotone.ph-password:before {
  content: "\ef99";
  opacity: 0.2;
}
.ph-duotone.ph-password:after {
  content: "\ef9a";
  margin-left: -1em;
}
.ph-duotone.ph-path:before {
  content: "\ef9b";
  opacity: 0.2;
}
.ph-duotone.ph-path:after {
  content: "\ef9c";
  margin-left: -1em;
}
.ph-duotone.ph-patreon-logo:before {
  content: "\ef9d";
  opacity: 0.2;
}
.ph-duotone.ph-patreon-logo:after {
  content: "\ef9e";
  margin-left: -1em;
}
.ph-duotone.ph-pause-circle:before {
  content: "\ef9f";
  opacity: 0.2;
}
.ph-duotone.ph-pause-circle:after {
  content: "\efa0";
  margin-left: -1em;
}
.ph-duotone.ph-pause:before {
  content: "\efa1";
  opacity: 0.2;
}
.ph-duotone.ph-pause:after {
  content: "\efa2";
  margin-left: -1em;
}
.ph-duotone.ph-paw-print:before {
  content: "\efa3";
  opacity: 0.2;
}
.ph-duotone.ph-paw-print:after {
  content: "\efa4";
  margin-left: -1em;
}
.ph-duotone.ph-paypal-logo:before {
  content: "\efa5";
  opacity: 0.2;
}
.ph-duotone.ph-paypal-logo:after {
  content: "\efa6";
  margin-left: -1em;
}
.ph-duotone.ph-peace:before {
  content: "\efa7";
  opacity: 0.2;
}
.ph-duotone.ph-peace:after {
  content: "\efa8";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-circle:before {
  content: "\efa9";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-circle:after {
  content: "\efaa";
  margin-left: -1em;
}
.ph-duotone.ph-pencil:before {
  content: "\efab";
  opacity: 0.2;
}
.ph-duotone.ph-pencil:after {
  content: "\efac";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-line:before {
  content: "\efad";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-line:after {
  content: "\efae";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-simple:before {
  content: "\efaf";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-simple:after {
  content: "\efb0";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-simple-line:before {
  content: "\efb1";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-simple-line:after {
  content: "\efb2";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-simple-slash:before {
  content: "\efb3";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-simple-slash:after {
  content: "\efb4";
  margin-left: -1em;
}
.ph-duotone.ph-pencil-slash:before {
  content: "\efb5";
  opacity: 0.2;
}
.ph-duotone.ph-pencil-slash:after {
  content: "\efb6";
  margin-left: -1em;
}
.ph-duotone.ph-pen:before {
  content: "\efb7";
  opacity: 0.2;
}
.ph-duotone.ph-pen:after {
  content: "\efb8";
  margin-left: -1em;
}
.ph-duotone.ph-pen-nib:before {
  content: "\efb9";
  opacity: 0.2;
}
.ph-duotone.ph-pen-nib:after {
  content: "\efba";
  margin-left: -1em;
}
.ph-duotone.ph-pen-nib-straight:before {
  content: "\efbb";
  opacity: 0.2;
}
.ph-duotone.ph-pen-nib-straight:after {
  content: "\efbc";
  margin-left: -1em;
}
.ph-duotone.ph-pentagram:before {
  content: "\efbd";
  opacity: 0.2;
}
.ph-duotone.ph-pentagram:after {
  content: "\efbe";
  margin-left: -1em;
}
.ph-duotone.ph-pepper:before {
  content: "\efbf";
  opacity: 0.2;
}
.ph-duotone.ph-pepper:after {
  content: "\efc0";
  margin-left: -1em;
}
.ph-duotone.ph-percent:before {
  content: "\efc1";
  opacity: 0.2;
}
.ph-duotone.ph-percent:after {
  content: "\efc2";
  margin-left: -1em;
}
.ph-duotone.ph-person-arms-spread:before {
  content: "\efc3";
  opacity: 0.2;
}
.ph-duotone.ph-person-arms-spread:after {
  content: "\efc4";
  margin-left: -1em;
}
.ph-duotone.ph-person:before {
  content: "\efc5";
  opacity: 0.2;
}
.ph-duotone.ph-person:after {
  content: "\efc6";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple-bike:before {
  content: "\efc7";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple-bike:after {
  content: "\efc8";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple:before {
  content: "\efc9";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple:after {
  content: "\efca";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple-run:before {
  content: "\efcb";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple-run:after {
  content: "\efcc";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple-throw:before {
  content: "\efcd";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple-throw:after {
  content: "\efce";
  margin-left: -1em;
}
.ph-duotone.ph-person-simple-walk:before {
  content: "\efcf";
  opacity: 0.2;
}
.ph-duotone.ph-person-simple-walk:after {
  content: "\efd0";
  margin-left: -1em;
}
.ph-duotone.ph-perspective:before {
  content: "\efd1";
  opacity: 0.2;
}
.ph-duotone.ph-perspective:after {
  content: "\efd2";
  margin-left: -1em;
}
.ph-duotone.ph-phone-call:before {
  content: "\efd3";
  opacity: 0.2;
}
.ph-duotone.ph-phone-call:after {
  content: "\efd4";
  margin-left: -1em;
}
.ph-duotone.ph-phone-disconnect:before {
  content: "\efd5";
  opacity: 0.2;
}
.ph-duotone.ph-phone-disconnect:after {
  content: "\efd6";
  margin-left: -1em;
}
.ph-duotone.ph-phone:before {
  content: "\efd7";
  opacity: 0.2;
}
.ph-duotone.ph-phone:after {
  content: "\efd8";
  margin-left: -1em;
}
.ph-duotone.ph-phone-incoming:before {
  content: "\efd9";
  opacity: 0.2;
}
.ph-duotone.ph-phone-incoming:after {
  content: "\efda";
  margin-left: -1em;
}
.ph-duotone.ph-phone-outgoing:before {
  content: "\efdb";
  opacity: 0.2;
}
.ph-duotone.ph-phone-outgoing:after {
  content: "\efdc";
  margin-left: -1em;
}
.ph-duotone.ph-phone-plus:before {
  content: "\efdd";
  opacity: 0.2;
}
.ph-duotone.ph-phone-plus:after {
  content: "\efde";
  margin-left: -1em;
}
.ph-duotone.ph-phone-slash:before {
  content: "\efdf";
  opacity: 0.2;
}
.ph-duotone.ph-phone-slash:after {
  content: "\efe0";
  margin-left: -1em;
}
.ph-duotone.ph-phone-x:before {
  content: "\efe1";
  opacity: 0.2;
}
.ph-duotone.ph-phone-x:after {
  content: "\efe2";
  margin-left: -1em;
}
.ph-duotone.ph-phosphor-logo:before {
  content: "\efe3";
  opacity: 0.2;
}
.ph-duotone.ph-phosphor-logo:after {
  content: "\efe4";
  margin-left: -1em;
}
.ph-duotone.ph-piano-keys:before {
  content: "\efe5";
  opacity: 0.2;
}
.ph-duotone.ph-piano-keys:after {
  content: "\efe6";
  margin-left: -1em;
}
.ph-duotone.ph-picture-in-picture:before {
  content: "\efe7";
  opacity: 0.2;
}
.ph-duotone.ph-picture-in-picture:after {
  content: "\efe8";
  margin-left: -1em;
}
.ph-duotone.ph-pi:before {
  content: "\efe9";
  opacity: 0.2;
}
.ph-duotone.ph-pi:after {
  content: "\efea";
  margin-left: -1em;
}
.ph-duotone.ph-piggy-bank:before {
  content: "\efeb";
  opacity: 0.2;
}
.ph-duotone.ph-piggy-bank:after {
  content: "\efec";
  margin-left: -1em;
}
.ph-duotone.ph-pill:before {
  content: "\efed";
  opacity: 0.2;
}
.ph-duotone.ph-pill:after {
  content: "\efee";
  margin-left: -1em;
}
.ph-duotone.ph-pinterest-logo:before {
  content: "\efef";
  opacity: 0.2;
}
.ph-duotone.ph-pinterest-logo:after {
  content: "\eff0";
  margin-left: -1em;
}
.ph-duotone.ph-pinwheel:before {
  content: "\eff1";
  opacity: 0.2;
}
.ph-duotone.ph-pinwheel:after {
  content: "\eff2";
  margin-left: -1em;
}
.ph-duotone.ph-pizza:before {
  content: "\eff3";
  opacity: 0.2;
}
.ph-duotone.ph-pizza:after {
  content: "\eff4";
  margin-left: -1em;
}
.ph-duotone.ph-placeholder:before {
  content: "\eff5";
  opacity: 0.2;
}
.ph-duotone.ph-placeholder:after {
  content: "\eff6";
  margin-left: -1em;
}
.ph-duotone.ph-planet:before {
  content: "\eff7";
  opacity: 0.2;
}
.ph-duotone.ph-planet:after {
  content: "\eff8";
  margin-left: -1em;
}
.ph-duotone.ph-plant:before {
  content: "\eff9";
  opacity: 0.2;
}
.ph-duotone.ph-plant:after {
  content: "\effa";
  margin-left: -1em;
}
.ph-duotone.ph-play-circle:before {
  content: "\effb";
  opacity: 0.2;
}
.ph-duotone.ph-play-circle:after {
  content: "\effc";
  margin-left: -1em;
}
.ph-duotone.ph-play:before {
  content: "\effd";
  opacity: 0.2;
}
.ph-duotone.ph-play:after {
  content: "\effe";
  margin-left: -1em;
}
.ph-duotone.ph-playlist:before {
  content: "\efff";
  opacity: 0.2;
}
.ph-duotone.ph-playlist:after {
  content: "\f000";
  margin-left: -1em;
}
.ph-duotone.ph-play-pause:before {
  content: "\f001";
  opacity: 0.2;
}
.ph-duotone.ph-play-pause:after {
  content: "\f002";
  margin-left: -1em;
}
.ph-duotone.ph-plug-charging:before {
  content: "\f003";
  opacity: 0.2;
}
.ph-duotone.ph-plug-charging:after {
  content: "\f004";
  margin-left: -1em;
}
.ph-duotone.ph-plug:before {
  content: "\f005";
  opacity: 0.2;
}
.ph-duotone.ph-plug:after {
  content: "\f006";
  margin-left: -1em;
}
.ph-duotone.ph-plugs-connected:before {
  content: "\f007";
  opacity: 0.2;
}
.ph-duotone.ph-plugs-connected:after {
  content: "\f008";
  margin-left: -1em;
}
.ph-duotone.ph-plugs:before {
  content: "\f009";
  opacity: 0.2;
}
.ph-duotone.ph-plugs:after {
  content: "\f00a";
  margin-left: -1em;
}
.ph-duotone.ph-plus-circle:before {
  content: "\f00b";
  opacity: 0.2;
}
.ph-duotone.ph-plus-circle:after {
  content: "\f00c";
  margin-left: -1em;
}
.ph-duotone.ph-plus:before {
  content: "\f00d";
  opacity: 0.2;
}
.ph-duotone.ph-plus:after {
  content: "\f00e";
  margin-left: -1em;
}
.ph-duotone.ph-plus-minus:before {
  content: "\f00f";
  opacity: 0.2;
}
.ph-duotone.ph-plus-minus:after {
  content: "\f010";
  margin-left: -1em;
}
.ph-duotone.ph-plus-square:before {
  content: "\f011";
  opacity: 0.2;
}
.ph-duotone.ph-plus-square:after {
  content: "\f012";
  margin-left: -1em;
}
.ph-duotone.ph-poker-chip:before {
  content: "\f013";
  opacity: 0.2;
}
.ph-duotone.ph-poker-chip:after {
  content: "\f014";
  margin-left: -1em;
}
.ph-duotone.ph-police-car:before {
  content: "\f015";
  opacity: 0.2;
}
.ph-duotone.ph-police-car:after {
  content: "\f016";
  margin-left: -1em;
}
.ph-duotone.ph-polygon:before {
  content: "\f017";
  opacity: 0.2;
}
.ph-duotone.ph-polygon:after {
  content: "\f018";
  margin-left: -1em;
}
.ph-duotone.ph-popcorn:before {
  content: "\f019";
  opacity: 0.2;
}
.ph-duotone.ph-popcorn:after {
  content: "\f01a";
  margin-left: -1em;
}
.ph-duotone.ph-potted-plant:before {
  content: "\f01b";
  opacity: 0.2;
}
.ph-duotone.ph-potted-plant:after {
  content: "\f01c";
  margin-left: -1em;
}
.ph-duotone.ph-power:before {
  content: "\f01d";
  opacity: 0.2;
}
.ph-duotone.ph-power:after {
  content: "\f01e";
  margin-left: -1em;
}
.ph-duotone.ph-prescription:before {
  content: "\f01f";
  opacity: 0.2;
}
.ph-duotone.ph-prescription:after {
  content: "\f020";
  margin-left: -1em;
}
.ph-duotone.ph-presentation-chart:before {
  content: "\f021";
  opacity: 0.2;
}
.ph-duotone.ph-presentation-chart:after {
  content: "\f022";
  margin-left: -1em;
}
.ph-duotone.ph-presentation:before {
  content: "\f023";
  opacity: 0.2;
}
.ph-duotone.ph-presentation:after {
  content: "\f024";
  margin-left: -1em;
}
.ph-duotone.ph-printer:before {
  content: "\f025";
  opacity: 0.2;
}
.ph-duotone.ph-printer:after {
  content: "\f026";
  margin-left: -1em;
}
.ph-duotone.ph-prohibit:before {
  content: "\f027";
  opacity: 0.2;
}
.ph-duotone.ph-prohibit:after {
  content: "\f028";
  margin-left: -1em;
}
.ph-duotone.ph-prohibit-inset:before {
  content: "\f029";
  opacity: 0.2;
}
.ph-duotone.ph-prohibit-inset:after {
  content: "\f02a";
  margin-left: -1em;
}
.ph-duotone.ph-projector-screen-chart:before {
  content: "\f02b";
  opacity: 0.2;
}
.ph-duotone.ph-projector-screen-chart:after {
  content: "\f02c";
  margin-left: -1em;
}
.ph-duotone.ph-projector-screen:before {
  content: "\f02d";
  opacity: 0.2;
}
.ph-duotone.ph-projector-screen:after {
  content: "\f02e";
  margin-left: -1em;
}
.ph-duotone.ph-pulse:before, .ph-duotone.ph-activity:before {
  content: "\f02f";
  opacity: 0.2;
}
.ph-duotone.ph-pulse:after, .ph-duotone.ph-activity:after {
  content: "\f030";
  margin-left: -1em;
}
.ph-duotone.ph-push-pin:before {
  content: "\f031";
  opacity: 0.2;
}
.ph-duotone.ph-push-pin:after {
  content: "\f032";
  margin-left: -1em;
}
.ph-duotone.ph-push-pin-simple:before {
  content: "\f033";
  opacity: 0.2;
}
.ph-duotone.ph-push-pin-simple:after {
  content: "\f034";
  margin-left: -1em;
}
.ph-duotone.ph-push-pin-simple-slash:before {
  content: "\f035";
  opacity: 0.2;
}
.ph-duotone.ph-push-pin-simple-slash:after {
  content: "\f036";
  margin-left: -1em;
}
.ph-duotone.ph-push-pin-slash:before {
  content: "\f037";
  opacity: 0.2;
}
.ph-duotone.ph-push-pin-slash:after {
  content: "\f038";
  margin-left: -1em;
}
.ph-duotone.ph-puzzle-piece:before {
  content: "\f039";
  opacity: 0.2;
}
.ph-duotone.ph-puzzle-piece:after {
  content: "\f03a";
  margin-left: -1em;
}
.ph-duotone.ph-qr-code:before {
  content: "\f03b";
  opacity: 0.2;
}
.ph-duotone.ph-qr-code:after {
  content: "\f03c";
  margin-left: -1em;
}
.ph-duotone.ph-question:before {
  content: "\f03d";
  opacity: 0.2;
}
.ph-duotone.ph-question:after {
  content: "\f03e";
  margin-left: -1em;
}
.ph-duotone.ph-queue:before {
  content: "\f03f";
  opacity: 0.2;
}
.ph-duotone.ph-queue:after {
  content: "\f040";
  margin-left: -1em;
}
.ph-duotone.ph-quotes:before {
  content: "\f041";
  opacity: 0.2;
}
.ph-duotone.ph-quotes:after {
  content: "\f042";
  margin-left: -1em;
}
.ph-duotone.ph-radical:before {
  content: "\f043";
  opacity: 0.2;
}
.ph-duotone.ph-radical:after {
  content: "\f044";
  margin-left: -1em;
}
.ph-duotone.ph-radioactive:before {
  content: "\f045";
  opacity: 0.2;
}
.ph-duotone.ph-radioactive:after {
  content: "\f046";
  margin-left: -1em;
}
.ph-duotone.ph-radio-button:before {
  content: "\f047";
  opacity: 0.2;
}
.ph-duotone.ph-radio-button:after {
  content: "\f048";
  margin-left: -1em;
}
.ph-duotone.ph-radio:before {
  content: "\f049";
  opacity: 0.2;
}
.ph-duotone.ph-radio:after {
  content: "\f04a";
  margin-left: -1em;
}
.ph-duotone.ph-rainbow-cloud:before {
  content: "\f04b";
  opacity: 0.2;
}
.ph-duotone.ph-rainbow-cloud:after {
  content: "\f04c";
  margin-left: -1em;
}
.ph-duotone.ph-rainbow:before {
  content: "\f04d";
  opacity: 0.2;
}
.ph-duotone.ph-rainbow:after {
  content: "\f04e";
  margin-left: -1em;
}
.ph-duotone.ph-read-cv-logo:before {
  content: "\f04f";
  opacity: 0.2;
}
.ph-duotone.ph-read-cv-logo:after {
  content: "\f050";
  margin-left: -1em;
}
.ph-duotone.ph-receipt:before {
  content: "\f051";
  opacity: 0.2;
}
.ph-duotone.ph-receipt:after {
  content: "\f052";
  margin-left: -1em;
}
.ph-duotone.ph-receipt-x:before {
  content: "\f053";
  opacity: 0.2;
}
.ph-duotone.ph-receipt-x:after {
  content: "\f054";
  margin-left: -1em;
}
.ph-duotone.ph-record:before {
  content: "\f055";
  opacity: 0.2;
}
.ph-duotone.ph-record:after {
  content: "\f056";
  margin-left: -1em;
}
.ph-duotone.ph-rectangle:before {
  content: "\f057";
  opacity: 0.2;
}
.ph-duotone.ph-rectangle:after {
  content: "\f058";
  margin-left: -1em;
}
.ph-duotone.ph-recycle:before {
  content: "\f059";
  opacity: 0.2;
}
.ph-duotone.ph-recycle:after {
  content: "\f05a";
  margin-left: -1em;
}
.ph-duotone.ph-reddit-logo:before {
  content: "\f05b";
  opacity: 0.2;
}
.ph-duotone.ph-reddit-logo:after {
  content: "\f05c";
  margin-left: -1em;
}
.ph-duotone.ph-repeat:before {
  content: "\f05d";
  opacity: 0.2;
}
.ph-duotone.ph-repeat:after {
  content: "\f05e";
  margin-left: -1em;
}
.ph-duotone.ph-repeat-once:before {
  content: "\f05f";
  opacity: 0.2;
}
.ph-duotone.ph-repeat-once:after {
  content: "\f060";
  margin-left: -1em;
}
.ph-duotone.ph-rewind-circle:before {
  content: "\f061";
  opacity: 0.2;
}
.ph-duotone.ph-rewind-circle:after {
  content: "\f062";
  margin-left: -1em;
}
.ph-duotone.ph-rewind:before {
  content: "\f063";
  opacity: 0.2;
}
.ph-duotone.ph-rewind:after {
  content: "\f064";
  margin-left: -1em;
}
.ph-duotone.ph-road-horizon:before {
  content: "\f065";
  opacity: 0.2;
}
.ph-duotone.ph-road-horizon:after {
  content: "\f066";
  margin-left: -1em;
}
.ph-duotone.ph-robot:before {
  content: "\f067";
  opacity: 0.2;
}
.ph-duotone.ph-robot:after {
  content: "\f068";
  margin-left: -1em;
}
.ph-duotone.ph-rocket:before {
  content: "\f069";
  opacity: 0.2;
}
.ph-duotone.ph-rocket:after {
  content: "\f06a";
  margin-left: -1em;
}
.ph-duotone.ph-rocket-launch:before {
  content: "\f06b";
  opacity: 0.2;
}
.ph-duotone.ph-rocket-launch:after {
  content: "\f06c";
  margin-left: -1em;
}
.ph-duotone.ph-rows:before {
  content: "\f06d";
  opacity: 0.2;
}
.ph-duotone.ph-rows:after {
  content: "\f06e";
  margin-left: -1em;
}
.ph-duotone.ph-rss:before {
  content: "\f06f";
  opacity: 0.2;
}
.ph-duotone.ph-rss:after {
  content: "\f070";
  margin-left: -1em;
}
.ph-duotone.ph-rss-simple:before {
  content: "\f071";
  opacity: 0.2;
}
.ph-duotone.ph-rss-simple:after {
  content: "\f072";
  margin-left: -1em;
}
.ph-duotone.ph-rug:before {
  content: "\f073";
  opacity: 0.2;
}
.ph-duotone.ph-rug:after {
  content: "\f074";
  margin-left: -1em;
}
.ph-duotone.ph-ruler:before {
  content: "\f075";
  opacity: 0.2;
}
.ph-duotone.ph-ruler:after {
  content: "\f076";
  margin-left: -1em;
}
.ph-duotone.ph-scales:before {
  content: "\f077";
  opacity: 0.2;
}
.ph-duotone.ph-scales:after {
  content: "\f078";
  margin-left: -1em;
}
.ph-duotone.ph-scan:before {
  content: "\f079";
  opacity: 0.2;
}
.ph-duotone.ph-scan:after {
  content: "\f07a";
  margin-left: -1em;
}
.ph-duotone.ph-scissors:before {
  content: "\f07b";
  opacity: 0.2;
}
.ph-duotone.ph-scissors:after {
  content: "\f07c";
  margin-left: -1em;
}
.ph-duotone.ph-scooter:before {
  content: "\f07d";
  opacity: 0.2;
}
.ph-duotone.ph-scooter:after {
  content: "\f07e";
  margin-left: -1em;
}
.ph-duotone.ph-screencast:before {
  content: "\f07f";
  opacity: 0.2;
}
.ph-duotone.ph-screencast:after {
  content: "\f080";
  margin-left: -1em;
}
.ph-duotone.ph-scribble-loop:before {
  content: "\f081";
  opacity: 0.2;
}
.ph-duotone.ph-scribble-loop:after {
  content: "\f082";
  margin-left: -1em;
}
.ph-duotone.ph-scroll:before {
  content: "\f083";
  opacity: 0.2;
}
.ph-duotone.ph-scroll:after {
  content: "\f084";
  margin-left: -1em;
}
.ph-duotone.ph-seal-check:before, .ph-duotone.ph-circle-wavy-check:before {
  content: "\f085";
  opacity: 0.2;
}
.ph-duotone.ph-seal-check:after, .ph-duotone.ph-circle-wavy-check:after {
  content: "\f086";
  margin-left: -1em;
}
.ph-duotone.ph-seal:before, .ph-duotone.ph-circle-wavy:before {
  content: "\f087";
  opacity: 0.2;
}
.ph-duotone.ph-seal:after, .ph-duotone.ph-circle-wavy:after {
  content: "\f088";
  margin-left: -1em;
}
.ph-duotone.ph-seal-question:before, .ph-duotone.ph-circle-wavy-question:before {
  content: "\f089";
  opacity: 0.2;
}
.ph-duotone.ph-seal-question:after, .ph-duotone.ph-circle-wavy-question:after {
  content: "\f08a";
  margin-left: -1em;
}
.ph-duotone.ph-seal-warning:before, .ph-duotone.ph-circle-wavy-warning:before {
  content: "\f08b";
  opacity: 0.2;
}
.ph-duotone.ph-seal-warning:after, .ph-duotone.ph-circle-wavy-warning:after {
  content: "\f08c";
  margin-left: -1em;
}
.ph-duotone.ph-selection-all:before {
  content: "\f08d";
  opacity: 0.2;
}
.ph-duotone.ph-selection-all:after {
  content: "\f08e";
  margin-left: -1em;
}
.ph-duotone.ph-selection-background:before {
  content: "\f08f";
  opacity: 0.2;
}
.ph-duotone.ph-selection-background:after {
  content: "\f090";
  margin-left: -1em;
}
.ph-duotone.ph-selection:before {
  content: "\f091";
  opacity: 0.2;
}
.ph-duotone.ph-selection:after {
  content: "\f092";
  margin-left: -1em;
}
.ph-duotone.ph-selection-foreground:before {
  content: "\f093";
  opacity: 0.2;
}
.ph-duotone.ph-selection-foreground:after {
  content: "\f094";
  margin-left: -1em;
}
.ph-duotone.ph-selection-inverse:before {
  content: "\f095";
  opacity: 0.2;
}
.ph-duotone.ph-selection-inverse:after {
  content: "\f096";
  margin-left: -1em;
}
.ph-duotone.ph-selection-plus:before {
  content: "\f097";
  opacity: 0.2;
}
.ph-duotone.ph-selection-plus:after {
  content: "\f098";
  margin-left: -1em;
}
.ph-duotone.ph-selection-slash:before {
  content: "\f099";
  opacity: 0.2;
}
.ph-duotone.ph-selection-slash:after {
  content: "\f09a";
  margin-left: -1em;
}
.ph-duotone.ph-shapes:before {
  content: "\f09b";
  opacity: 0.2;
}
.ph-duotone.ph-shapes:after {
  content: "\f09c";
  margin-left: -1em;
}
.ph-duotone.ph-share:before {
  content: "\f09d";
  opacity: 0.2;
}
.ph-duotone.ph-share:after {
  content: "\f09e";
  margin-left: -1em;
}
.ph-duotone.ph-share-fat:before {
  content: "\f09f";
  opacity: 0.2;
}
.ph-duotone.ph-share-fat:after {
  content: "\f0a0";
  margin-left: -1em;
}
.ph-duotone.ph-share-network:before {
  content: "\f0a1";
  opacity: 0.2;
}
.ph-duotone.ph-share-network:after {
  content: "\f0a2";
  margin-left: -1em;
}
.ph-duotone.ph-shield-check:before {
  content: "\f0a3";
  opacity: 0.2;
}
.ph-duotone.ph-shield-check:after {
  content: "\f0a4";
  margin-left: -1em;
}
.ph-duotone.ph-shield-checkered:before {
  content: "\f0a5";
  opacity: 0.2;
}
.ph-duotone.ph-shield-checkered:after {
  content: "\f0a6";
  margin-left: -1em;
}
.ph-duotone.ph-shield-chevron:before {
  content: "\f0a7";
  opacity: 0.2;
}
.ph-duotone.ph-shield-chevron:after {
  content: "\f0a8";
  margin-left: -1em;
}
.ph-duotone.ph-shield:before {
  content: "\f0a9";
  opacity: 0.2;
}
.ph-duotone.ph-shield:after {
  content: "\f0aa";
  margin-left: -1em;
}
.ph-duotone.ph-shield-plus:before {
  content: "\f0ab";
  opacity: 0.2;
}
.ph-duotone.ph-shield-plus:after {
  content: "\f0ac";
  margin-left: -1em;
}
.ph-duotone.ph-shield-slash:before {
  content: "\f0ad";
  opacity: 0.2;
}
.ph-duotone.ph-shield-slash:after {
  content: "\f0ae";
  margin-left: -1em;
}
.ph-duotone.ph-shield-star:before {
  content: "\f0af";
  opacity: 0.2;
}
.ph-duotone.ph-shield-star:after {
  content: "\f0b0";
  margin-left: -1em;
}
.ph-duotone.ph-shield-warning:before {
  content: "\f0b1";
  opacity: 0.2;
}
.ph-duotone.ph-shield-warning:after {
  content: "\f0b2";
  margin-left: -1em;
}
.ph-duotone.ph-shirt-folded:before {
  content: "\f0b3";
  opacity: 0.2;
}
.ph-duotone.ph-shirt-folded:after {
  content: "\f0b4";
  margin-left: -1em;
}
.ph-duotone.ph-shooting-star:before {
  content: "\f0b5";
  opacity: 0.2;
}
.ph-duotone.ph-shooting-star:after {
  content: "\f0b6";
  margin-left: -1em;
}
.ph-duotone.ph-shopping-bag:before {
  content: "\f0b7";
  opacity: 0.2;
}
.ph-duotone.ph-shopping-bag:after {
  content: "\f0b8";
  margin-left: -1em;
}
.ph-duotone.ph-shopping-bag-open:before {
  content: "\f0b9";
  opacity: 0.2;
}
.ph-duotone.ph-shopping-bag-open:after {
  content: "\f0ba";
  margin-left: -1em;
}
.ph-duotone.ph-shopping-cart:before {
  content: "\f0bb";
  opacity: 0.2;
}
.ph-duotone.ph-shopping-cart:after {
  content: "\f0bc";
  margin-left: -1em;
}
.ph-duotone.ph-shopping-cart-simple:before {
  content: "\f0bd";
  opacity: 0.2;
}
.ph-duotone.ph-shopping-cart-simple:after {
  content: "\f0be";
  margin-left: -1em;
}
.ph-duotone.ph-shower:before {
  content: "\f0bf";
  opacity: 0.2;
}
.ph-duotone.ph-shower:after {
  content: "\f0c0";
  margin-left: -1em;
}
.ph-duotone.ph-shrimp:before {
  content: "\f0c1";
  opacity: 0.2;
}
.ph-duotone.ph-shrimp:after {
  content: "\f0c2";
  margin-left: -1em;
}
.ph-duotone.ph-shuffle-angular:before {
  content: "\f0c3";
  opacity: 0.2;
}
.ph-duotone.ph-shuffle-angular:after {
  content: "\f0c4";
  margin-left: -1em;
}
.ph-duotone.ph-shuffle:before {
  content: "\f0c5";
  opacity: 0.2;
}
.ph-duotone.ph-shuffle:after {
  content: "\f0c6";
  margin-left: -1em;
}
.ph-duotone.ph-shuffle-simple:before {
  content: "\f0c7";
  opacity: 0.2;
}
.ph-duotone.ph-shuffle-simple:after {
  content: "\f0c8";
  margin-left: -1em;
}
.ph-duotone.ph-sidebar:before {
  content: "\f0c9";
  opacity: 0.2;
}
.ph-duotone.ph-sidebar:after {
  content: "\f0ca";
  margin-left: -1em;
}
.ph-duotone.ph-sidebar-simple:before {
  content: "\f0cb";
  opacity: 0.2;
}
.ph-duotone.ph-sidebar-simple:after {
  content: "\f0cc";
  margin-left: -1em;
}
.ph-duotone.ph-sigma:before {
  content: "\f0cd";
  opacity: 0.2;
}
.ph-duotone.ph-sigma:after {
  content: "\f0ce";
  margin-left: -1em;
}
.ph-duotone.ph-signature:before {
  content: "\f0cf";
  opacity: 0.2;
}
.ph-duotone.ph-signature:after {
  content: "\f0d0";
  margin-left: -1em;
}
.ph-duotone.ph-sign-in:before {
  content: "\f0d1";
  opacity: 0.2;
}
.ph-duotone.ph-sign-in:after {
  content: "\f0d2";
  margin-left: -1em;
}
.ph-duotone.ph-sign-out:before {
  content: "\f0d3";
  opacity: 0.2;
}
.ph-duotone.ph-sign-out:after {
  content: "\f0d4";
  margin-left: -1em;
}
.ph-duotone.ph-signpost:before {
  content: "\f0d5";
  opacity: 0.2;
}
.ph-duotone.ph-signpost:after {
  content: "\f0d6";
  margin-left: -1em;
}
.ph-duotone.ph-sim-card:before {
  content: "\f0d7";
  opacity: 0.2;
}
.ph-duotone.ph-sim-card:after {
  content: "\f0d8";
  margin-left: -1em;
}
.ph-duotone.ph-siren:before {
  content: "\f0d9";
  opacity: 0.2;
}
.ph-duotone.ph-siren:after {
  content: "\f0da";
  margin-left: -1em;
}
.ph-duotone.ph-sketch-logo:before {
  content: "\f0db";
  opacity: 0.2;
}
.ph-duotone.ph-sketch-logo:after {
  content: "\f0dc";
  margin-left: -1em;
}
.ph-duotone.ph-skip-back-circle:before {
  content: "\f0dd";
  opacity: 0.2;
}
.ph-duotone.ph-skip-back-circle:after {
  content: "\f0de";
  margin-left: -1em;
}
.ph-duotone.ph-skip-back:before {
  content: "\f0df";
  opacity: 0.2;
}
.ph-duotone.ph-skip-back:after {
  content: "\f0e0";
  margin-left: -1em;
}
.ph-duotone.ph-skip-forward-circle:before {
  content: "\f0e1";
  opacity: 0.2;
}
.ph-duotone.ph-skip-forward-circle:after {
  content: "\f0e2";
  margin-left: -1em;
}
.ph-duotone.ph-skip-forward:before {
  content: "\f0e3";
  opacity: 0.2;
}
.ph-duotone.ph-skip-forward:after {
  content: "\f0e4";
  margin-left: -1em;
}
.ph-duotone.ph-skull:before {
  content: "\f0e5";
  opacity: 0.2;
}
.ph-duotone.ph-skull:after {
  content: "\f0e6";
  margin-left: -1em;
}
.ph-duotone.ph-slack-logo:before {
  content: "\f0e7";
  opacity: 0.2;
}
.ph-duotone.ph-slack-logo:after {
  content: "\f0e8";
  margin-left: -1em;
}
.ph-duotone.ph-sliders:before {
  content: "\f0e9";
  opacity: 0.2;
}
.ph-duotone.ph-sliders:after {
  content: "\f0ea";
  margin-left: -1em;
}
.ph-duotone.ph-sliders-horizontal:before {
  content: "\f0eb";
  opacity: 0.2;
}
.ph-duotone.ph-sliders-horizontal:after {
  content: "\f0ec";
  margin-left: -1em;
}
.ph-duotone.ph-slideshow:before {
  content: "\f0ed";
  opacity: 0.2;
}
.ph-duotone.ph-slideshow:after {
  content: "\f0ee";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-angry:before {
  content: "\f0ef";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-angry:after {
  content: "\f0f0";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-blank:before {
  content: "\f0f1";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-blank:after {
  content: "\f0f2";
  margin-left: -1em;
}
.ph-duotone.ph-smiley:before {
  content: "\f0f3";
  opacity: 0.2;
}
.ph-duotone.ph-smiley:after {
  content: "\f0f4";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-meh:before {
  content: "\f0f5";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-meh:after {
  content: "\f0f6";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-nervous:before {
  content: "\f0f7";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-nervous:after {
  content: "\f0f8";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-sad:before {
  content: "\f0f9";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-sad:after {
  content: "\f0fa";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-sticker:before {
  content: "\f0fb";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-sticker:after {
  content: "\f0fc";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-wink:before {
  content: "\f0fd";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-wink:after {
  content: "\f0fe";
  margin-left: -1em;
}
.ph-duotone.ph-smiley-x-eyes:before {
  content: "\f0ff";
  opacity: 0.2;
}
.ph-duotone.ph-smiley-x-eyes:after {
  content: "\f100";
  margin-left: -1em;
}
.ph-duotone.ph-snapchat-logo:before {
  content: "\f101";
  opacity: 0.2;
}
.ph-duotone.ph-snapchat-logo:after {
  content: "\f102";
  margin-left: -1em;
}
.ph-duotone.ph-sneaker:before {
  content: "\f103";
  opacity: 0.2;
}
.ph-duotone.ph-sneaker:after {
  content: "\f104";
  margin-left: -1em;
}
.ph-duotone.ph-sneaker-move:before {
  content: "\f105";
  opacity: 0.2;
}
.ph-duotone.ph-sneaker-move:after {
  content: "\f106";
  margin-left: -1em;
}
.ph-duotone.ph-snowflake:before {
  content: "\f107";
  opacity: 0.2;
}
.ph-duotone.ph-snowflake:after {
  content: "\f108";
  margin-left: -1em;
}
.ph-duotone.ph-soccer-ball:before {
  content: "\f109";
  opacity: 0.2;
}
.ph-duotone.ph-soccer-ball:after {
  content: "\f10a";
  margin-left: -1em;
}
.ph-duotone.ph-sort-ascending:before {
  content: "\f10b";
  opacity: 0.2;
}
.ph-duotone.ph-sort-ascending:after {
  content: "\f10c";
  margin-left: -1em;
}
.ph-duotone.ph-sort-descending:before {
  content: "\f10d";
  opacity: 0.2;
}
.ph-duotone.ph-sort-descending:after {
  content: "\f10e";
  margin-left: -1em;
}
.ph-duotone.ph-soundcloud-logo:before {
  content: "\f10f";
  opacity: 0.2;
}
.ph-duotone.ph-soundcloud-logo:after {
  content: "\f110";
  margin-left: -1em;
}
.ph-duotone.ph-spade:before {
  content: "\f111";
  opacity: 0.2;
}
.ph-duotone.ph-spade:after {
  content: "\f112";
  margin-left: -1em;
}
.ph-duotone.ph-sparkle:before {
  content: "\f113";
  opacity: 0.2;
}
.ph-duotone.ph-sparkle:after {
  content: "\f114";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-hifi:before {
  content: "\f115";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-hifi:after {
  content: "\f116";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-high:before {
  content: "\f117";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-high:after {
  content: "\f118";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-low:before {
  content: "\f119";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-low:after {
  content: "\f11a";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-none:before {
  content: "\f11b";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-none:after {
  content: "\f11c";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-high:before {
  content: "\f11d";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-simple-high:after {
  content: "\f11e";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-low:before {
  content: "\f11f";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-simple-low:after {
  content: "\f120";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-none:before {
  content: "\f121";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-simple-none:after {
  content: "\f122";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-slash:before {
  content: "\f123";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-simple-slash:after {
  content: "\f124";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-simple-x:before {
  content: "\f125";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-simple-x:after {
  content: "\f126";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-slash:before {
  content: "\f127";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-slash:after {
  content: "\f128";
  margin-left: -1em;
}
.ph-duotone.ph-speaker-x:before {
  content: "\f129";
  opacity: 0.2;
}
.ph-duotone.ph-speaker-x:after {
  content: "\f12a";
  margin-left: -1em;
}
.ph-duotone.ph-spinner:before {
  content: "\f12b";
  opacity: 0.2;
}
.ph-duotone.ph-spinner:after {
  content: "\f12c";
  margin-left: -1em;
}
.ph-duotone.ph-spinner-gap:before {
  content: "\f12d";
  opacity: 0.2;
}
.ph-duotone.ph-spinner-gap:after {
  content: "\f12e";
  margin-left: -1em;
}
.ph-duotone.ph-spiral:before {
  content: "\f12f";
  opacity: 0.2;
}
.ph-duotone.ph-spiral:after {
  content: "\f130";
  margin-left: -1em;
}
.ph-duotone.ph-split-horizontal:before {
  content: "\f131";
  opacity: 0.2;
}
.ph-duotone.ph-split-horizontal:after {
  content: "\f132";
  margin-left: -1em;
}
.ph-duotone.ph-split-vertical:before {
  content: "\f133";
  opacity: 0.2;
}
.ph-duotone.ph-split-vertical:after {
  content: "\f134";
  margin-left: -1em;
}
.ph-duotone.ph-spotify-logo:before {
  content: "\f135";
  opacity: 0.2;
}
.ph-duotone.ph-spotify-logo:after {
  content: "\f136";
  margin-left: -1em;
}
.ph-duotone.ph-square:before {
  content: "\f137";
  opacity: 0.2;
}
.ph-duotone.ph-square:after {
  content: "\f138";
  margin-left: -1em;
}
.ph-duotone.ph-square-half-bottom:before {
  content: "\f139";
  opacity: 0.2;
}
.ph-duotone.ph-square-half-bottom:after {
  content: "\f13a";
  margin-left: -1em;
}
.ph-duotone.ph-square-half:before {
  content: "\f13b";
  opacity: 0.2;
}
.ph-duotone.ph-square-half:after {
  content: "\f13c";
  margin-left: -1em;
}
.ph-duotone.ph-square-logo:before {
  content: "\f13d";
  opacity: 0.2;
}
.ph-duotone.ph-square-logo:after {
  content: "\f13e";
  margin-left: -1em;
}
.ph-duotone.ph-squares-four:before {
  content: "\f13f";
  opacity: 0.2;
}
.ph-duotone.ph-squares-four:after {
  content: "\f140";
  margin-left: -1em;
}
.ph-duotone.ph-square-split-horizontal:before {
  content: "\f141";
  opacity: 0.2;
}
.ph-duotone.ph-square-split-horizontal:after {
  content: "\f142";
  margin-left: -1em;
}
.ph-duotone.ph-square-split-vertical:before {
  content: "\f143";
  opacity: 0.2;
}
.ph-duotone.ph-square-split-vertical:after {
  content: "\f144";
  margin-left: -1em;
}
.ph-duotone.ph-stack:before {
  content: "\f145";
  opacity: 0.2;
}
.ph-duotone.ph-stack:after {
  content: "\f146";
  margin-left: -1em;
}
.ph-duotone.ph-stack-overflow-logo:before {
  content: "\f147";
  opacity: 0.2;
}
.ph-duotone.ph-stack-overflow-logo:after {
  content: "\f148";
  margin-left: -1em;
}
.ph-duotone.ph-stack-simple:before {
  content: "\f149";
  opacity: 0.2;
}
.ph-duotone.ph-stack-simple:after {
  content: "\f14a";
  margin-left: -1em;
}
.ph-duotone.ph-stairs:before {
  content: "\f14b";
  opacity: 0.2;
}
.ph-duotone.ph-stairs:after {
  content: "\f14c";
  margin-left: -1em;
}
.ph-duotone.ph-stamp:before {
  content: "\f14d";
  opacity: 0.2;
}
.ph-duotone.ph-stamp:after {
  content: "\f14e";
  margin-left: -1em;
}
.ph-duotone.ph-star-and-crescent:before {
  content: "\f14f";
  opacity: 0.2;
}
.ph-duotone.ph-star-and-crescent:after {
  content: "\f150";
  margin-left: -1em;
}
.ph-duotone.ph-star:before {
  content: "\f151";
  opacity: 0.2;
}
.ph-duotone.ph-star:after {
  content: "\f152";
  margin-left: -1em;
}
.ph-duotone.ph-star-four:before {
  content: "\f153";
  opacity: 0.2;
}
.ph-duotone.ph-star-four:after {
  content: "\f154";
  margin-left: -1em;
}
.ph-duotone.ph-star-half:before {
  content: "\f155";
  opacity: 0.2;
}
.ph-duotone.ph-star-half:after {
  content: "\f156";
  margin-left: -1em;
}
.ph-duotone.ph-star-of-david:before {
  content: "\f157";
  opacity: 0.2;
}
.ph-duotone.ph-star-of-david:after {
  content: "\f158";
  margin-left: -1em;
}
.ph-duotone.ph-steering-wheel:before {
  content: "\f159";
  opacity: 0.2;
}
.ph-duotone.ph-steering-wheel:after {
  content: "\f15a";
  margin-left: -1em;
}
.ph-duotone.ph-steps:before {
  content: "\f15b";
  opacity: 0.2;
}
.ph-duotone.ph-steps:after {
  content: "\f15c";
  margin-left: -1em;
}
.ph-duotone.ph-stethoscope:before {
  content: "\f15d";
  opacity: 0.2;
}
.ph-duotone.ph-stethoscope:after {
  content: "\f15e";
  margin-left: -1em;
}
.ph-duotone.ph-sticker:before {
  content: "\f15f";
  opacity: 0.2;
}
.ph-duotone.ph-sticker:after {
  content: "\f160";
  margin-left: -1em;
}
.ph-duotone.ph-stool:before {
  content: "\f161";
  opacity: 0.2;
}
.ph-duotone.ph-stool:after {
  content: "\f162";
  margin-left: -1em;
}
.ph-duotone.ph-stop-circle:before {
  content: "\f163";
  opacity: 0.2;
}
.ph-duotone.ph-stop-circle:after {
  content: "\f164";
  margin-left: -1em;
}
.ph-duotone.ph-stop:before {
  content: "\f165";
  opacity: 0.2;
}
.ph-duotone.ph-stop:after {
  content: "\f166";
  margin-left: -1em;
}
.ph-duotone.ph-storefront:before {
  content: "\f167";
  opacity: 0.2;
}
.ph-duotone.ph-storefront:after {
  content: "\f168";
  margin-left: -1em;
}
.ph-duotone.ph-strategy:before {
  content: "\f169";
  opacity: 0.2;
}
.ph-duotone.ph-strategy:after {
  content: "\f16a";
  margin-left: -1em;
}
.ph-duotone.ph-stripe-logo:before {
  content: "\f16b";
  opacity: 0.2;
}
.ph-duotone.ph-stripe-logo:after {
  content: "\f16c";
  margin-left: -1em;
}
.ph-duotone.ph-student:before {
  content: "\f16d";
  opacity: 0.2;
}
.ph-duotone.ph-student:after {
  content: "\f16e";
  margin-left: -1em;
}
.ph-duotone.ph-subtitles:before {
  content: "\f16f";
  opacity: 0.2;
}
.ph-duotone.ph-subtitles:after {
  content: "\f170";
  margin-left: -1em;
}
.ph-duotone.ph-subtract:before {
  content: "\f171";
  opacity: 0.2;
}
.ph-duotone.ph-subtract:after {
  content: "\f172";
  margin-left: -1em;
}
.ph-duotone.ph-subtract-square:before {
  content: "\f173";
  opacity: 0.2;
}
.ph-duotone.ph-subtract-square:after {
  content: "\f174";
  margin-left: -1em;
}
.ph-duotone.ph-suitcase:before {
  content: "\f175";
  opacity: 0.2;
}
.ph-duotone.ph-suitcase:after {
  content: "\f176";
  margin-left: -1em;
}
.ph-duotone.ph-suitcase-rolling:before {
  content: "\f177";
  opacity: 0.2;
}
.ph-duotone.ph-suitcase-rolling:after {
  content: "\f178";
  margin-left: -1em;
}
.ph-duotone.ph-suitcase-simple:before {
  content: "\f179";
  opacity: 0.2;
}
.ph-duotone.ph-suitcase-simple:after {
  content: "\f17a";
  margin-left: -1em;
}
.ph-duotone.ph-sun-dim:before {
  content: "\f17b";
  opacity: 0.2;
}
.ph-duotone.ph-sun-dim:after {
  content: "\f17c";
  margin-left: -1em;
}
.ph-duotone.ph-sun:before {
  content: "\f17d";
  opacity: 0.2;
}
.ph-duotone.ph-sun:after {
  content: "\f17e";
  margin-left: -1em;
}
.ph-duotone.ph-sunglasses:before {
  content: "\f17f";
  opacity: 0.2;
}
.ph-duotone.ph-sunglasses:after {
  content: "\f180";
  margin-left: -1em;
}
.ph-duotone.ph-sun-horizon:before {
  content: "\f181";
  opacity: 0.2;
}
.ph-duotone.ph-sun-horizon:after {
  content: "\f182";
  margin-left: -1em;
}
.ph-duotone.ph-swap:before {
  content: "\f183";
  opacity: 0.2;
}
.ph-duotone.ph-swap:after {
  content: "\f184";
  margin-left: -1em;
}
.ph-duotone.ph-swatches:before {
  content: "\f185";
  opacity: 0.2;
}
.ph-duotone.ph-swatches:after {
  content: "\f186";
  margin-left: -1em;
}
.ph-duotone.ph-swimming-pool:before {
  content: "\f187";
  opacity: 0.2;
}
.ph-duotone.ph-swimming-pool:after {
  content: "\f188";
  margin-left: -1em;
}
.ph-duotone.ph-sword:before {
  content: "\f189";
  opacity: 0.2;
}
.ph-duotone.ph-sword:after {
  content: "\f18a";
  margin-left: -1em;
}
.ph-duotone.ph-synagogue:before {
  content: "\f18b";
  opacity: 0.2;
}
.ph-duotone.ph-synagogue:after {
  content: "\f18c";
  margin-left: -1em;
}
.ph-duotone.ph-syringe:before {
  content: "\f18d";
  opacity: 0.2;
}
.ph-duotone.ph-syringe:after {
  content: "\f18e";
  margin-left: -1em;
}
.ph-duotone.ph-table:before {
  content: "\f18f";
  opacity: 0.2;
}
.ph-duotone.ph-table:after {
  content: "\f190";
  margin-left: -1em;
}
.ph-duotone.ph-tabs:before {
  content: "\f191";
  opacity: 0.2;
}
.ph-duotone.ph-tabs:after {
  content: "\f192";
  margin-left: -1em;
}
.ph-duotone.ph-tag-chevron:before {
  content: "\f193";
  opacity: 0.2;
}
.ph-duotone.ph-tag-chevron:after {
  content: "\f194";
  margin-left: -1em;
}
.ph-duotone.ph-tag:before {
  content: "\f195";
  opacity: 0.2;
}
.ph-duotone.ph-tag:after {
  content: "\f196";
  margin-left: -1em;
}
.ph-duotone.ph-tag-simple:before {
  content: "\f197";
  opacity: 0.2;
}
.ph-duotone.ph-tag-simple:after {
  content: "\f198";
  margin-left: -1em;
}
.ph-duotone.ph-target:before {
  content: "\f199";
  opacity: 0.2;
}
.ph-duotone.ph-target:after {
  content: "\f19a";
  margin-left: -1em;
}
.ph-duotone.ph-taxi:before {
  content: "\f19b";
  opacity: 0.2;
}
.ph-duotone.ph-taxi:after {
  content: "\f19c";
  margin-left: -1em;
}
.ph-duotone.ph-telegram-logo:before {
  content: "\f19d";
  opacity: 0.2;
}
.ph-duotone.ph-telegram-logo:after {
  content: "\f19e";
  margin-left: -1em;
}
.ph-duotone.ph-television:before {
  content: "\f19f";
  opacity: 0.2;
}
.ph-duotone.ph-television:after {
  content: "\f1a0";
  margin-left: -1em;
}
.ph-duotone.ph-television-simple:before {
  content: "\f1a1";
  opacity: 0.2;
}
.ph-duotone.ph-television-simple:after {
  content: "\f1a2";
  margin-left: -1em;
}
.ph-duotone.ph-tennis-ball:before {
  content: "\f1a3";
  opacity: 0.2;
}
.ph-duotone.ph-tennis-ball:after {
  content: "\f1a4";
  margin-left: -1em;
}
.ph-duotone.ph-tent:before {
  content: "\f1a5";
  opacity: 0.2;
}
.ph-duotone.ph-tent:after {
  content: "\f1a6";
  margin-left: -1em;
}
.ph-duotone.ph-terminal:before {
  content: "\f1a7";
  opacity: 0.2;
}
.ph-duotone.ph-terminal:after {
  content: "\f1a8";
  margin-left: -1em;
}
.ph-duotone.ph-terminal-window:before {
  content: "\f1a9";
  opacity: 0.2;
}
.ph-duotone.ph-terminal-window:after {
  content: "\f1aa";
  margin-left: -1em;
}
.ph-duotone.ph-test-tube:before {
  content: "\f1ab";
  opacity: 0.2;
}
.ph-duotone.ph-test-tube:after {
  content: "\f1ac";
  margin-left: -1em;
}
.ph-duotone.ph-text-aa:before {
  content: "\f1ad";
  opacity: 0.2;
}
.ph-duotone.ph-text-aa:after {
  content: "\f1ae";
  margin-left: -1em;
}
.ph-duotone.ph-text-align-center:before {
  content: "\f1af";
  opacity: 0.2;
}
.ph-duotone.ph-text-align-center:after {
  content: "\f1b0";
  margin-left: -1em;
}
.ph-duotone.ph-text-align-justify:before {
  content: "\f1b1";
  opacity: 0.2;
}
.ph-duotone.ph-text-align-justify:after {
  content: "\f1b2";
  margin-left: -1em;
}
.ph-duotone.ph-text-align-left:before {
  content: "\f1b3";
  opacity: 0.2;
}
.ph-duotone.ph-text-align-left:after {
  content: "\f1b4";
  margin-left: -1em;
}
.ph-duotone.ph-text-align-right:before {
  content: "\f1b5";
  opacity: 0.2;
}
.ph-duotone.ph-text-align-right:after {
  content: "\f1b6";
  margin-left: -1em;
}
.ph-duotone.ph-text-a-underline:before {
  content: "\f1b7";
  opacity: 0.2;
}
.ph-duotone.ph-text-a-underline:after {
  content: "\f1b8";
  margin-left: -1em;
}
.ph-duotone.ph-text-b:before, .ph-duotone.ph-text-bolder:before {
  content: "\f1b9";
  opacity: 0.2;
}
.ph-duotone.ph-text-b:after, .ph-duotone.ph-text-bolder:after {
  content: "\f1ba";
  margin-left: -1em;
}
.ph-duotone.ph-textbox:before {
  content: "\f1bb";
  opacity: 0.2;
}
.ph-duotone.ph-textbox:after {
  content: "\f1bc";
  margin-left: -1em;
}
.ph-duotone.ph-text-columns:before {
  content: "\f1bd";
  opacity: 0.2;
}
.ph-duotone.ph-text-columns:after {
  content: "\f1be";
  margin-left: -1em;
}
.ph-duotone.ph-text-h:before {
  content: "\f1bf";
  opacity: 0.2;
}
.ph-duotone.ph-text-h:after {
  content: "\f1c0";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-five:before {
  content: "\f1c1";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-five:after {
  content: "\f1c2";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-four:before {
  content: "\f1c3";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-four:after {
  content: "\f1c4";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-one:before {
  content: "\f1c5";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-one:after {
  content: "\f1c6";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-six:before {
  content: "\f1c7";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-six:after {
  content: "\f1c8";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-three:before {
  content: "\f1c9";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-three:after {
  content: "\f1ca";
  margin-left: -1em;
}
.ph-duotone.ph-text-h-two:before {
  content: "\f1cb";
  opacity: 0.2;
}
.ph-duotone.ph-text-h-two:after {
  content: "\f1cc";
  margin-left: -1em;
}
.ph-duotone.ph-text-indent:before {
  content: "\f1cd";
  opacity: 0.2;
}
.ph-duotone.ph-text-indent:after {
  content: "\f1ce";
  margin-left: -1em;
}
.ph-duotone.ph-text-italic:before {
  content: "\f1cf";
  opacity: 0.2;
}
.ph-duotone.ph-text-italic:after {
  content: "\f1d0";
  margin-left: -1em;
}
.ph-duotone.ph-text-outdent:before {
  content: "\f1d1";
  opacity: 0.2;
}
.ph-duotone.ph-text-outdent:after {
  content: "\f1d2";
  margin-left: -1em;
}
.ph-duotone.ph-text-strikethrough:before {
  content: "\f1d3";
  opacity: 0.2;
}
.ph-duotone.ph-text-strikethrough:after {
  content: "\f1d4";
  margin-left: -1em;
}
.ph-duotone.ph-text-t:before {
  content: "\f1d5";
  opacity: 0.2;
}
.ph-duotone.ph-text-t:after {
  content: "\f1d6";
  margin-left: -1em;
}
.ph-duotone.ph-text-underline:before {
  content: "\f1d7";
  opacity: 0.2;
}
.ph-duotone.ph-text-underline:after {
  content: "\f1d8";
  margin-left: -1em;
}
.ph-duotone.ph-thermometer-cold:before {
  content: "\f1d9";
  opacity: 0.2;
}
.ph-duotone.ph-thermometer-cold:after {
  content: "\f1da";
  margin-left: -1em;
}
.ph-duotone.ph-thermometer:before {
  content: "\f1db";
  opacity: 0.2;
}
.ph-duotone.ph-thermometer:after {
  content: "\f1dc";
  margin-left: -1em;
}
.ph-duotone.ph-thermometer-hot:before {
  content: "\f1dd";
  opacity: 0.2;
}
.ph-duotone.ph-thermometer-hot:after {
  content: "\f1de";
  margin-left: -1em;
}
.ph-duotone.ph-thermometer-simple:before {
  content: "\f1df";
  opacity: 0.2;
}
.ph-duotone.ph-thermometer-simple:after {
  content: "\f1e0";
  margin-left: -1em;
}
.ph-duotone.ph-thumbs-down:before {
  content: "\f1e1";
  opacity: 0.2;
}
.ph-duotone.ph-thumbs-down:after {
  content: "\f1e2";
  margin-left: -1em;
}
.ph-duotone.ph-thumbs-up:before {
  content: "\f1e3";
  opacity: 0.2;
}
.ph-duotone.ph-thumbs-up:after {
  content: "\f1e4";
  margin-left: -1em;
}
.ph-duotone.ph-ticket:before {
  content: "\f1e5";
  opacity: 0.2;
}
.ph-duotone.ph-ticket:after {
  content: "\f1e6";
  margin-left: -1em;
}
.ph-duotone.ph-tidal-logo:before {
  content: "\f1e7";
  opacity: 0.2;
}
.ph-duotone.ph-tidal-logo:after {
  content: "\f1e8";
  margin-left: -1em;
}
.ph-duotone.ph-tiktok-logo:before {
  content: "\f1e9";
  opacity: 0.2;
}
.ph-duotone.ph-tiktok-logo:after {
  content: "\f1ea";
  margin-left: -1em;
}
.ph-duotone.ph-timer:before {
  content: "\f1eb";
  opacity: 0.2;
}
.ph-duotone.ph-timer:after {
  content: "\f1ec";
  margin-left: -1em;
}
.ph-duotone.ph-tipi:before {
  content: "\f1ed";
  opacity: 0.2;
}
.ph-duotone.ph-tipi:after {
  content: "\f1ee";
  margin-left: -1em;
}
.ph-duotone.ph-toggle-left:before {
  content: "\f1ef";
  opacity: 0.2;
}
.ph-duotone.ph-toggle-left:after {
  content: "\f1f0";
  margin-left: -1em;
}
.ph-duotone.ph-toggle-right:before {
  content: "\f1f1";
  opacity: 0.2;
}
.ph-duotone.ph-toggle-right:after {
  content: "\f1f2";
  margin-left: -1em;
}
.ph-duotone.ph-toilet:before {
  content: "\f1f3";
  opacity: 0.2;
}
.ph-duotone.ph-toilet:after {
  content: "\f1f4";
  margin-left: -1em;
}
.ph-duotone.ph-toilet-paper:before {
  content: "\f1f5";
  opacity: 0.2;
}
.ph-duotone.ph-toilet-paper:after {
  content: "\f1f6";
  margin-left: -1em;
}
.ph-duotone.ph-toolbox:before {
  content: "\f1f7";
  opacity: 0.2;
}
.ph-duotone.ph-toolbox:after {
  content: "\f1f8";
  margin-left: -1em;
}
.ph-duotone.ph-tooth:before {
  content: "\f1f9";
  opacity: 0.2;
}
.ph-duotone.ph-tooth:after {
  content: "\f1fa";
  margin-left: -1em;
}
.ph-duotone.ph-tote:before {
  content: "\f1fb";
  opacity: 0.2;
}
.ph-duotone.ph-tote:after {
  content: "\f1fc";
  margin-left: -1em;
}
.ph-duotone.ph-tote-simple:before {
  content: "\f1fd";
  opacity: 0.2;
}
.ph-duotone.ph-tote-simple:after {
  content: "\f1fe";
  margin-left: -1em;
}
.ph-duotone.ph-trademark:before {
  content: "\f1ff";
  opacity: 0.2;
}
.ph-duotone.ph-trademark:after {
  content: "\f200";
  margin-left: -1em;
}
.ph-duotone.ph-trademark-registered:before {
  content: "\f201";
  opacity: 0.2;
}
.ph-duotone.ph-trademark-registered:after {
  content: "\f202";
  margin-left: -1em;
}
.ph-duotone.ph-traffic-cone:before {
  content: "\f203";
  opacity: 0.2;
}
.ph-duotone.ph-traffic-cone:after {
  content: "\f204";
  margin-left: -1em;
}
.ph-duotone.ph-traffic-signal:before {
  content: "\f205";
  opacity: 0.2;
}
.ph-duotone.ph-traffic-signal:after {
  content: "\f206";
  margin-left: -1em;
}
.ph-duotone.ph-traffic-sign:before {
  content: "\f207";
  opacity: 0.2;
}
.ph-duotone.ph-traffic-sign:after {
  content: "\f208";
  margin-left: -1em;
}
.ph-duotone.ph-train:before {
  content: "\f209";
  opacity: 0.2;
}
.ph-duotone.ph-train:after {
  content: "\f20a";
  margin-left: -1em;
}
.ph-duotone.ph-train-regional:before {
  content: "\f20b";
  opacity: 0.2;
}
.ph-duotone.ph-train-regional:after {
  content: "\f20c";
  margin-left: -1em;
}
.ph-duotone.ph-train-simple:before {
  content: "\f20d";
  opacity: 0.2;
}
.ph-duotone.ph-train-simple:after {
  content: "\f20e";
  margin-left: -1em;
}
.ph-duotone.ph-tram:before {
  content: "\f20f";
  opacity: 0.2;
}
.ph-duotone.ph-tram:after {
  content: "\f210";
  margin-left: -1em;
}
.ph-duotone.ph-translate:before {
  content: "\f211";
  opacity: 0.2;
}
.ph-duotone.ph-translate:after {
  content: "\f212";
  margin-left: -1em;
}
.ph-duotone.ph-trash:before {
  content: "\f213";
  opacity: 0.2;
}
.ph-duotone.ph-trash:after {
  content: "\f214";
  margin-left: -1em;
}
.ph-duotone.ph-trash-simple:before {
  content: "\f215";
  opacity: 0.2;
}
.ph-duotone.ph-trash-simple:after {
  content: "\f216";
  margin-left: -1em;
}
.ph-duotone.ph-tray:before {
  content: "\f217";
  opacity: 0.2;
}
.ph-duotone.ph-tray:after {
  content: "\f218";
  margin-left: -1em;
}
.ph-duotone.ph-tree:before {
  content: "\f219";
  opacity: 0.2;
}
.ph-duotone.ph-tree:after {
  content: "\f21a";
  margin-left: -1em;
}
.ph-duotone.ph-tree-evergreen:before {
  content: "\f21b";
  opacity: 0.2;
}
.ph-duotone.ph-tree-evergreen:after {
  content: "\f21c";
  margin-left: -1em;
}
.ph-duotone.ph-tree-palm:before {
  content: "\f21d";
  opacity: 0.2;
}
.ph-duotone.ph-tree-palm:after {
  content: "\f21e";
  margin-left: -1em;
}
.ph-duotone.ph-tree-structure:before {
  content: "\f21f";
  opacity: 0.2;
}
.ph-duotone.ph-tree-structure:after {
  content: "\f220";
  margin-left: -1em;
}
.ph-duotone.ph-trend-down:before {
  content: "\f221";
  opacity: 0.2;
}
.ph-duotone.ph-trend-down:after {
  content: "\f222";
  margin-left: -1em;
}
.ph-duotone.ph-trend-up:before {
  content: "\f223";
  opacity: 0.2;
}
.ph-duotone.ph-trend-up:after {
  content: "\f224";
  margin-left: -1em;
}
.ph-duotone.ph-triangle:before {
  content: "\f225";
  opacity: 0.2;
}
.ph-duotone.ph-triangle:after {
  content: "\f226";
  margin-left: -1em;
}
.ph-duotone.ph-trophy:before {
  content: "\f227";
  opacity: 0.2;
}
.ph-duotone.ph-trophy:after {
  content: "\f228";
  margin-left: -1em;
}
.ph-duotone.ph-truck:before {
  content: "\f229";
  opacity: 0.2;
}
.ph-duotone.ph-truck:after {
  content: "\f22a";
  margin-left: -1em;
}
.ph-duotone.ph-t-shirt:before {
  content: "\f22b";
  opacity: 0.2;
}
.ph-duotone.ph-t-shirt:after {
  content: "\f22c";
  margin-left: -1em;
}
.ph-duotone.ph-twitch-logo:before {
  content: "\f22d";
  opacity: 0.2;
}
.ph-duotone.ph-twitch-logo:after {
  content: "\f22e";
  margin-left: -1em;
}
.ph-duotone.ph-twitter-logo:before {
  content: "\f22f";
  opacity: 0.2;
}
.ph-duotone.ph-twitter-logo:after {
  content: "\f230";
  margin-left: -1em;
}
.ph-duotone.ph-umbrella:before {
  content: "\f231";
  opacity: 0.2;
}
.ph-duotone.ph-umbrella:after {
  content: "\f232";
  margin-left: -1em;
}
.ph-duotone.ph-umbrella-simple:before {
  content: "\f233";
  opacity: 0.2;
}
.ph-duotone.ph-umbrella-simple:after {
  content: "\f234";
  margin-left: -1em;
}
.ph-duotone.ph-unite:before {
  content: "\f235";
  opacity: 0.2;
}
.ph-duotone.ph-unite:after {
  content: "\f236";
  margin-left: -1em;
}
.ph-duotone.ph-unite-square:before {
  content: "\f237";
  opacity: 0.2;
}
.ph-duotone.ph-unite-square:after {
  content: "\f238";
  margin-left: -1em;
}
.ph-duotone.ph-upload:before {
  content: "\f239";
  opacity: 0.2;
}
.ph-duotone.ph-upload:after {
  content: "\f23a";
  margin-left: -1em;
}
.ph-duotone.ph-upload-simple:before {
  content: "\f23b";
  opacity: 0.2;
}
.ph-duotone.ph-upload-simple:after {
  content: "\f23c";
  margin-left: -1em;
}
.ph-duotone.ph-usb:before {
  content: "\f23d";
  opacity: 0.2;
}
.ph-duotone.ph-usb:after {
  content: "\f23e";
  margin-left: -1em;
}
.ph-duotone.ph-user-circle:before {
  content: "\f23f";
  opacity: 0.2;
}
.ph-duotone.ph-user-circle:after {
  content: "\f240";
  margin-left: -1em;
}
.ph-duotone.ph-user-circle-gear:before {
  content: "\f241";
  opacity: 0.2;
}
.ph-duotone.ph-user-circle-gear:after {
  content: "\f242";
  margin-left: -1em;
}
.ph-duotone.ph-user-circle-minus:before {
  content: "\f243";
  opacity: 0.2;
}
.ph-duotone.ph-user-circle-minus:after {
  content: "\f244";
  margin-left: -1em;
}
.ph-duotone.ph-user-circle-plus:before {
  content: "\f245";
  opacity: 0.2;
}
.ph-duotone.ph-user-circle-plus:after {
  content: "\f246";
  margin-left: -1em;
}
.ph-duotone.ph-user:before {
  content: "\f247";
  opacity: 0.2;
}
.ph-duotone.ph-user:after {
  content: "\f248";
  margin-left: -1em;
}
.ph-duotone.ph-user-focus:before {
  content: "\f249";
  opacity: 0.2;
}
.ph-duotone.ph-user-focus:after {
  content: "\f24a";
  margin-left: -1em;
}
.ph-duotone.ph-user-gear:before {
  content: "\f24b";
  opacity: 0.2;
}
.ph-duotone.ph-user-gear:after {
  content: "\f24c";
  margin-left: -1em;
}
.ph-duotone.ph-user-list:before {
  content: "\f24d";
  opacity: 0.2;
}
.ph-duotone.ph-user-list:after {
  content: "\f24e";
  margin-left: -1em;
}
.ph-duotone.ph-user-minus:before {
  content: "\f24f";
  opacity: 0.2;
}
.ph-duotone.ph-user-minus:after {
  content: "\f250";
  margin-left: -1em;
}
.ph-duotone.ph-user-plus:before {
  content: "\f251";
  opacity: 0.2;
}
.ph-duotone.ph-user-plus:after {
  content: "\f252";
  margin-left: -1em;
}
.ph-duotone.ph-user-rectangle:before {
  content: "\f253";
  opacity: 0.2;
}
.ph-duotone.ph-user-rectangle:after {
  content: "\f254";
  margin-left: -1em;
}
.ph-duotone.ph-users:before {
  content: "\f255";
  opacity: 0.2;
}
.ph-duotone.ph-users:after {
  content: "\f256";
  margin-left: -1em;
}
.ph-duotone.ph-users-four:before {
  content: "\f257";
  opacity: 0.2;
}
.ph-duotone.ph-users-four:after {
  content: "\f258";
  margin-left: -1em;
}
.ph-duotone.ph-user-square:before {
  content: "\f259";
  opacity: 0.2;
}
.ph-duotone.ph-user-square:after {
  content: "\f25a";
  margin-left: -1em;
}
.ph-duotone.ph-users-three:before {
  content: "\f25b";
  opacity: 0.2;
}
.ph-duotone.ph-users-three:after {
  content: "\f25c";
  margin-left: -1em;
}
.ph-duotone.ph-user-switch:before {
  content: "\f25d";
  opacity: 0.2;
}
.ph-duotone.ph-user-switch:after {
  content: "\f25e";
  margin-left: -1em;
}
.ph-duotone.ph-van:before {
  content: "\f25f";
  opacity: 0.2;
}
.ph-duotone.ph-van:after {
  content: "\f260";
  margin-left: -1em;
}
.ph-duotone.ph-vault:before {
  content: "\f261";
  opacity: 0.2;
}
.ph-duotone.ph-vault:after {
  content: "\f262";
  margin-left: -1em;
}
.ph-duotone.ph-vibrate:before {
  content: "\f263";
  opacity: 0.2;
}
.ph-duotone.ph-vibrate:after {
  content: "\f264";
  margin-left: -1em;
}
.ph-duotone.ph-video-camera:before {
  content: "\f265";
  opacity: 0.2;
}
.ph-duotone.ph-video-camera:after {
  content: "\f266";
  margin-left: -1em;
}
.ph-duotone.ph-video-camera-slash:before {
  content: "\f267";
  opacity: 0.2;
}
.ph-duotone.ph-video-camera-slash:after {
  content: "\f268";
  margin-left: -1em;
}
.ph-duotone.ph-video:before {
  content: "\f269";
  opacity: 0.2;
}
.ph-duotone.ph-video:after {
  content: "\f26a";
  margin-left: -1em;
}
.ph-duotone.ph-vignette:before {
  content: "\f26b";
  opacity: 0.2;
}
.ph-duotone.ph-vignette:after {
  content: "\f26c";
  margin-left: -1em;
}
.ph-duotone.ph-vinyl-record:before {
  content: "\f26d";
  opacity: 0.2;
}
.ph-duotone.ph-vinyl-record:after {
  content: "\f26e";
  margin-left: -1em;
}
.ph-duotone.ph-virtual-reality:before {
  content: "\f26f";
  opacity: 0.2;
}
.ph-duotone.ph-virtual-reality:after {
  content: "\f270";
  margin-left: -1em;
}
.ph-duotone.ph-virus:before {
  content: "\f271";
  opacity: 0.2;
}
.ph-duotone.ph-virus:after {
  content: "\f272";
  margin-left: -1em;
}
.ph-duotone.ph-voicemail:before {
  content: "\f273";
  opacity: 0.2;
}
.ph-duotone.ph-voicemail:after {
  content: "\f274";
  margin-left: -1em;
}
.ph-duotone.ph-volleyball:before {
  content: "\f275";
  opacity: 0.2;
}
.ph-duotone.ph-volleyball:after {
  content: "\f276";
  margin-left: -1em;
}
.ph-duotone.ph-wall:before {
  content: "\f277";
  opacity: 0.2;
}
.ph-duotone.ph-wall:after {
  content: "\f278";
  margin-left: -1em;
}
.ph-duotone.ph-wallet:before {
  content: "\f279";
  opacity: 0.2;
}
.ph-duotone.ph-wallet:after {
  content: "\f27a";
  margin-left: -1em;
}
.ph-duotone.ph-warehouse:before {
  content: "\f27b";
  opacity: 0.2;
}
.ph-duotone.ph-warehouse:after {
  content: "\f27c";
  margin-left: -1em;
}
.ph-duotone.ph-warning-circle:before {
  content: "\f27d";
  opacity: 0.2;
}
.ph-duotone.ph-warning-circle:after {
  content: "\f27e";
  margin-left: -1em;
}
.ph-duotone.ph-warning-diamond:before {
  content: "\f27f";
  opacity: 0.2;
}
.ph-duotone.ph-warning-diamond:after {
  content: "\f280";
  margin-left: -1em;
}
.ph-duotone.ph-warning:before {
  content: "\f281";
  opacity: 0.2;
}
.ph-duotone.ph-warning:after {
  content: "\f282";
  margin-left: -1em;
}
.ph-duotone.ph-warning-octagon:before {
  content: "\f283";
  opacity: 0.2;
}
.ph-duotone.ph-warning-octagon:after {
  content: "\f284";
  margin-left: -1em;
}
.ph-duotone.ph-watch:before {
  content: "\f285";
  opacity: 0.2;
}
.ph-duotone.ph-watch:after {
  content: "\f286";
  margin-left: -1em;
}
.ph-duotone.ph-waveform:before {
  content: "\f287";
  opacity: 0.2;
}
.ph-duotone.ph-waveform:after {
  content: "\f288";
  margin-left: -1em;
}
.ph-duotone.ph-wave-sawtooth:before {
  content: "\f289";
  opacity: 0.2;
}
.ph-duotone.ph-wave-sawtooth:after {
  content: "\f28a";
  margin-left: -1em;
}
.ph-duotone.ph-waves:before {
  content: "\f28b";
  opacity: 0.2;
}
.ph-duotone.ph-waves:after {
  content: "\f28c";
  margin-left: -1em;
}
.ph-duotone.ph-wave-sine:before {
  content: "\f28d";
  opacity: 0.2;
}
.ph-duotone.ph-wave-sine:after {
  content: "\f28e";
  margin-left: -1em;
}
.ph-duotone.ph-wave-square:before {
  content: "\f28f";
  opacity: 0.2;
}
.ph-duotone.ph-wave-square:after {
  content: "\f290";
  margin-left: -1em;
}
.ph-duotone.ph-wave-triangle:before {
  content: "\f291";
  opacity: 0.2;
}
.ph-duotone.ph-wave-triangle:after {
  content: "\f292";
  margin-left: -1em;
}
.ph-duotone.ph-webcam:before {
  content: "\f293";
  opacity: 0.2;
}
.ph-duotone.ph-webcam:after {
  content: "\f294";
  margin-left: -1em;
}
.ph-duotone.ph-webcam-slash:before {
  content: "\f295";
  opacity: 0.2;
}
.ph-duotone.ph-webcam-slash:after {
  content: "\f296";
  margin-left: -1em;
}
.ph-duotone.ph-webhooks-logo:before {
  content: "\f297";
  opacity: 0.2;
}
.ph-duotone.ph-webhooks-logo:after {
  content: "\f298";
  margin-left: -1em;
}
.ph-duotone.ph-wechat-logo:before {
  content: "\f299";
  opacity: 0.2;
}
.ph-duotone.ph-wechat-logo:after {
  content: "\f29a";
  margin-left: -1em;
}
.ph-duotone.ph-whatsapp-logo:before {
  content: "\f29b";
  opacity: 0.2;
}
.ph-duotone.ph-whatsapp-logo:after {
  content: "\f29c";
  margin-left: -1em;
}
.ph-duotone.ph-wheelchair:before {
  content: "\f29d";
  opacity: 0.2;
}
.ph-duotone.ph-wheelchair:after {
  content: "\f29e";
  margin-left: -1em;
}
.ph-duotone.ph-wheelchair-motion:before {
  content: "\f29f";
  opacity: 0.2;
}
.ph-duotone.ph-wheelchair-motion:after {
  content: "\f2a0";
  margin-left: -1em;
}
.ph-duotone.ph-wifi-high:before {
  content: "\f2a1";
  opacity: 0.2;
}
.ph-duotone.ph-wifi-high:after {
  content: "\f2a2";
  margin-left: -1em;
}
.ph-duotone.ph-wifi-low:before {
  content: "\f2a3";
  opacity: 0.2;
}
.ph-duotone.ph-wifi-low:after {
  content: "\f2a4";
  margin-left: -1em;
}
.ph-duotone.ph-wifi-medium:before {
  content: "\f2a5";
  opacity: 0.2;
}
.ph-duotone.ph-wifi-medium:after {
  content: "\f2a6";
  margin-left: -1em;
}
.ph-duotone.ph-wifi-none-duotone:before {
  content: "\f2a7";
}
.ph-duotone.ph-wifi-slash:before {
  content: "\f2a8";
  opacity: 0.2;
}
.ph-duotone.ph-wifi-slash:after {
  content: "\f2a9";
  margin-left: -1em;
}
.ph-duotone.ph-wifi-x:before {
  content: "\f2aa";
  opacity: 0.2;
}
.ph-duotone.ph-wifi-x:after {
  content: "\f2ab";
  margin-left: -1em;
}
.ph-duotone.ph-wind:before {
  content: "\f2ac";
  opacity: 0.2;
}
.ph-duotone.ph-wind:after {
  content: "\f2ad";
  margin-left: -1em;
}
.ph-duotone.ph-windows-logo:before {
  content: "\f2ae";
  opacity: 0.2;
}
.ph-duotone.ph-windows-logo:after {
  content: "\f2af";
  margin-left: -1em;
}
.ph-duotone.ph-wine:before {
  content: "\f2b0";
  opacity: 0.2;
}
.ph-duotone.ph-wine:after {
  content: "\f2b1";
  margin-left: -1em;
}
.ph-duotone.ph-wrench:before {
  content: "\f2b2";
  opacity: 0.2;
}
.ph-duotone.ph-wrench:after {
  content: "\f2b3";
  margin-left: -1em;
}
.ph-duotone.ph-x-circle:before {
  content: "\f2b4";
  opacity: 0.2;
}
.ph-duotone.ph-x-circle:after {
  content: "\f2b5";
  margin-left: -1em;
}
.ph-duotone.ph-x:before {
  content: "\f2b6";
  opacity: 0.2;
}
.ph-duotone.ph-x:after {
  content: "\f2b7";
  margin-left: -1em;
}
.ph-duotone.ph-x-square:before {
  content: "\f2b8";
  opacity: 0.2;
}
.ph-duotone.ph-x-square:after {
  content: "\f2b9";
  margin-left: -1em;
}
.ph-duotone.ph-yin-yang:before {
  content: "\f2ba";
  opacity: 0.2;
}
.ph-duotone.ph-yin-yang:after {
  content: "\f2bb";
  margin-left: -1em;
}
.ph-duotone.ph-youtube-logo:before {
  content: "\f2bc";
  opacity: 0.2;
}
.ph-duotone.ph-youtube-logo:after {
  content: "\f2bd";
  margin-left: -1em;
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url(/fonts/Phosphor-Fill.2c1b9218.woff2) format("woff2"),
    url(/fonts/Phosphor-Fill.10844b1a.woff) format("woff"),
    url(/fonts/Phosphor-Fill.3d513169.ttf) format("truetype"),
    url(/img/Phosphor-Fill.55b73314.svg#Phosphor-Fill) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
  content: "\e900";
}
.ph-fill.ph-airplane:before {
  content: "\e901";
}
.ph-fill.ph-airplane-in-flight:before {
  content: "\e902";
}
.ph-fill.ph-airplane-landing:before {
  content: "\e903";
}
.ph-fill.ph-airplane-takeoff:before {
  content: "\e904";
}
.ph-fill.ph-airplane-tilt:before {
  content: "\e905";
}
.ph-fill.ph-airplay:before {
  content: "\e906";
}
.ph-fill.ph-air-traffic-control:before {
  content: "\e907";
}
.ph-fill.ph-alarm:before {
  content: "\e908";
}
.ph-fill.ph-alien:before {
  content: "\e909";
}
.ph-fill.ph-align-bottom:before {
  content: "\e90a";
}
.ph-fill.ph-align-bottom-simple:before {
  content: "\e90b";
}
.ph-fill.ph-align-center-horizontal:before {
  content: "\e90c";
}
.ph-fill.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}
.ph-fill.ph-align-center-vertical:before {
  content: "\e90e";
}
.ph-fill.ph-align-center-vertical-simple:before {
  content: "\e90f";
}
.ph-fill.ph-align-left:before {
  content: "\e910";
}
.ph-fill.ph-align-left-simple:before {
  content: "\e911";
}
.ph-fill.ph-align-right:before {
  content: "\e912";
}
.ph-fill.ph-align-right-simple:before {
  content: "\e913";
}
.ph-fill.ph-align-top:before {
  content: "\e914";
}
.ph-fill.ph-align-top-simple:before {
  content: "\e915";
}
.ph-fill.ph-amazon-logo:before {
  content: "\e916";
}
.ph-fill.ph-anchor:before {
  content: "\e917";
}
.ph-fill.ph-anchor-simple:before {
  content: "\e918";
}
.ph-fill.ph-android-logo:before {
  content: "\e919";
}
.ph-fill.ph-angular-logo:before {
  content: "\e91a";
}
.ph-fill.ph-aperture:before {
  content: "\e91b";
}
.ph-fill.ph-apple-logo:before {
  content: "\e91c";
}
.ph-fill.ph-apple-podcasts-logo:before {
  content: "\e91d";
}
.ph-fill.ph-app-store-logo:before {
  content: "\e91e";
}
.ph-fill.ph-app-window:before {
  content: "\e91f";
}
.ph-fill.ph-archive-box:before {
  content: "\e920";
}
.ph-fill.ph-archive:before {
  content: "\e921";
}
.ph-fill.ph-archive-tray:before {
  content: "\e922";
}
.ph-fill.ph-armchair:before {
  content: "\e923";
}
.ph-fill.ph-arrow-arc-left:before {
  content: "\e924";
}
.ph-fill.ph-arrow-arc-right:before {
  content: "\e925";
}
.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}
.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}
.ph-fill.ph-arrow-bend-down-left:before {
  content: "\e928";
}
.ph-fill.ph-arrow-bend-down-right:before {
  content: "\e929";
}
.ph-fill.ph-arrow-bend-left-down:before {
  content: "\e92a";
}
.ph-fill.ph-arrow-bend-left-up:before {
  content: "\e92b";
}
.ph-fill.ph-arrow-bend-right-down:before {
  content: "\e92c";
}
.ph-fill.ph-arrow-bend-right-up:before {
  content: "\e92d";
}
.ph-fill.ph-arrow-bend-up-left:before {
  content: "\e92e";
}
.ph-fill.ph-arrow-bend-up-right:before {
  content: "\e92f";
}
.ph-fill.ph-arrow-circle-down:before {
  content: "\e930";
}
.ph-fill.ph-arrow-circle-down-left:before {
  content: "\e931";
}
.ph-fill.ph-arrow-circle-down-right:before {
  content: "\e932";
}
.ph-fill.ph-arrow-circle-left:before {
  content: "\e933";
}
.ph-fill.ph-arrow-circle-right:before {
  content: "\e934";
}
.ph-fill.ph-arrow-circle-up:before {
  content: "\e935";
}
.ph-fill.ph-arrow-circle-up-left:before {
  content: "\e936";
}
.ph-fill.ph-arrow-circle-up-right:before {
  content: "\e937";
}
.ph-fill.ph-arrow-clockwise:before {
  content: "\e938";
}
.ph-fill.ph-arrow-counter-clockwise:before {
  content: "\e939";
}
.ph-fill.ph-arrow-down:before {
  content: "\e93a";
}
.ph-fill.ph-arrow-down-left:before {
  content: "\e93b";
}
.ph-fill.ph-arrow-down-right:before {
  content: "\e93c";
}
.ph-fill.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}
.ph-fill.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}
.ph-fill.ph-arrow-elbow-left-down:before {
  content: "\e93f";
}
.ph-fill.ph-arrow-elbow-left:before {
  content: "\e940";
}
.ph-fill.ph-arrow-elbow-left-up:before {
  content: "\e941";
}
.ph-fill.ph-arrow-elbow-right-down:before {
  content: "\e942";
}
.ph-fill.ph-arrow-elbow-right:before {
  content: "\e943";
}
.ph-fill.ph-arrow-elbow-right-up:before {
  content: "\e944";
}
.ph-fill.ph-arrow-elbow-up-left:before {
  content: "\e945";
}
.ph-fill.ph-arrow-elbow-up-right:before {
  content: "\e946";
}
.ph-fill.ph-arrow-fat-down:before {
  content: "\e947";
}
.ph-fill.ph-arrow-fat-left:before {
  content: "\e948";
}
.ph-fill.ph-arrow-fat-line-down:before {
  content: "\e949";
}
.ph-fill.ph-arrow-fat-line-left:before {
  content: "\e94a";
}
.ph-fill.ph-arrow-fat-line-right:before {
  content: "\e94b";
}
.ph-fill.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}
.ph-fill.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}
.ph-fill.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}
.ph-fill.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}
.ph-fill.ph-arrow-fat-line-up:before {
  content: "\e950";
}
.ph-fill.ph-arrow-fat-right:before {
  content: "\e951";
}
.ph-fill.ph-arrow-fat-up:before {
  content: "\e952";
}
.ph-fill.ph-arrow-left:before {
  content: "\e953";
}
.ph-fill.ph-arrow-line-down:before {
  content: "\e954";
}
.ph-fill.ph-arrow-line-down-left:before {
  content: "\e955";
}
.ph-fill.ph-arrow-line-down-right:before {
  content: "\e956";
}
.ph-fill.ph-arrow-line-left:before {
  content: "\e957";
}
.ph-fill.ph-arrow-line-right:before {
  content: "\e958";
}
.ph-fill.ph-arrow-line-up:before {
  content: "\e959";
}
.ph-fill.ph-arrow-line-up-left:before {
  content: "\e95a";
}
.ph-fill.ph-arrow-line-up-right:before {
  content: "\e95b";
}
.ph-fill.ph-arrow-right:before {
  content: "\e95c";
}
.ph-fill.ph-arrows-clockwise:before {
  content: "\e95d";
}
.ph-fill.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}
.ph-fill.ph-arrows-down-up:before {
  content: "\e95f";
}
.ph-fill.ph-arrows-horizontal:before {
  content: "\e960";
}
.ph-fill.ph-arrows-in-cardinal:before {
  content: "\e961";
}
.ph-fill.ph-arrows-in:before {
  content: "\e962";
}
.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}
.ph-fill.ph-arrows-in-line-vertical:before {
  content: "\e964";
}
.ph-fill.ph-arrows-in-simple:before {
  content: "\e965";
}
.ph-fill.ph-arrows-left-right:before {
  content: "\e966";
}
.ph-fill.ph-arrows-merge:before {
  content: "\e967";
}
.ph-fill.ph-arrows-out-cardinal:before {
  content: "\e968";
}
.ph-fill.ph-arrows-out:before {
  content: "\e969";
}
.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}
.ph-fill.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}
.ph-fill.ph-arrows-out-simple:before {
  content: "\e96c";
}
.ph-fill.ph-arrow-square-down:before {
  content: "\e96d";
}
.ph-fill.ph-arrow-square-down-left:before {
  content: "\e96e";
}
.ph-fill.ph-arrow-square-down-right:before {
  content: "\e96f";
}
.ph-fill.ph-arrow-square-in:before {
  content: "\e970";
}
.ph-fill.ph-arrow-square-left:before {
  content: "\e971";
}
.ph-fill.ph-arrow-square-out:before {
  content: "\e972";
}
.ph-fill.ph-arrow-square-right:before {
  content: "\e973";
}
.ph-fill.ph-arrow-square-up:before {
  content: "\e974";
}
.ph-fill.ph-arrow-square-up-left:before {
  content: "\e975";
}
.ph-fill.ph-arrow-square-up-right:before {
  content: "\e976";
}
.ph-fill.ph-arrows-split:before {
  content: "\e977";
}
.ph-fill.ph-arrows-vertical:before {
  content: "\e978";
}
.ph-fill.ph-arrow-u-down-left:before {
  content: "\e979";
}
.ph-fill.ph-arrow-u-down-right:before {
  content: "\e97a";
}
.ph-fill.ph-arrow-u-left-down:before {
  content: "\e97b";
}
.ph-fill.ph-arrow-u-left-up:before {
  content: "\e97c";
}
.ph-fill.ph-arrow-up:before {
  content: "\e97d";
}
.ph-fill.ph-arrow-up-left:before {
  content: "\e97e";
}
.ph-fill.ph-arrow-up-right:before {
  content: "\e97f";
}
.ph-fill.ph-arrow-u-right-down:before {
  content: "\e980";
}
.ph-fill.ph-arrow-u-right-up:before {
  content: "\e981";
}
.ph-fill.ph-arrow-u-up-left:before {
  content: "\e982";
}
.ph-fill.ph-arrow-u-up-right:before {
  content: "\e983";
}
.ph-fill.ph-article:before {
  content: "\e984";
}
.ph-fill.ph-article-medium:before {
  content: "\e985";
}
.ph-fill.ph-article-ny-times:before {
  content: "\e986";
}
.ph-fill.ph-asterisk:before {
  content: "\e987";
}
.ph-fill.ph-asterisk-simple:before {
  content: "\e988";
}
.ph-fill.ph-at:before {
  content: "\e989";
}
.ph-fill.ph-atom:before {
  content: "\e98a";
}
.ph-fill.ph-baby:before {
  content: "\e98b";
}
.ph-fill.ph-backpack:before {
  content: "\e98c";
}
.ph-fill.ph-backspace:before {
  content: "\e98d";
}
.ph-fill.ph-bag:before {
  content: "\e98e";
}
.ph-fill.ph-bag-simple:before {
  content: "\e98f";
}
.ph-fill.ph-balloon:before {
  content: "\e990";
}
.ph-fill.ph-bandaids:before {
  content: "\e991";
}
.ph-fill.ph-bank:before {
  content: "\e992";
}
.ph-fill.ph-barbell:before {
  content: "\e993";
}
.ph-fill.ph-barcode:before {
  content: "\e994";
}
.ph-fill.ph-barricade:before {
  content: "\e995";
}
.ph-fill.ph-baseball-cap:before {
  content: "\e996";
}
.ph-fill.ph-baseball:before {
  content: "\e997";
}
.ph-fill.ph-basketball:before {
  content: "\e998";
}
.ph-fill.ph-basket:before {
  content: "\e999";
}
.ph-fill.ph-bathtub:before {
  content: "\e99a";
}
.ph-fill.ph-battery-charging:before {
  content: "\e99b";
}
.ph-fill.ph-battery-charging-vertical:before {
  content: "\e99c";
}
.ph-fill.ph-battery-empty:before {
  content: "\e99d";
}
.ph-fill.ph-battery-full:before {
  content: "\e99e";
}
.ph-fill.ph-battery-high:before {
  content: "\e99f";
}
.ph-fill.ph-battery-low:before {
  content: "\e9a0";
}
.ph-fill.ph-battery-medium:before {
  content: "\e9a1";
}
.ph-fill.ph-battery-plus:before {
  content: "\e9a2";
}
.ph-fill.ph-battery-plus-vertical:before {
  content: "\e9a3";
}
.ph-fill.ph-battery-vertical-empty:before {
  content: "\e9a4";
}
.ph-fill.ph-battery-vertical-full:before {
  content: "\e9a5";
}
.ph-fill.ph-battery-vertical-high:before {
  content: "\e9a6";
}
.ph-fill.ph-battery-vertical-low:before {
  content: "\e9a7";
}
.ph-fill.ph-battery-vertical-medium:before {
  content: "\e9a8";
}
.ph-fill.ph-battery-warning:before {
  content: "\e9a9";
}
.ph-fill.ph-battery-warning-vertical:before {
  content: "\e9aa";
}
.ph-fill.ph-bed:before {
  content: "\e9ab";
}
.ph-fill.ph-beer-bottle:before {
  content: "\e9ac";
}
.ph-fill.ph-beer-stein:before {
  content: "\e9ad";
}
.ph-fill.ph-behance-logo:before {
  content: "\e9ae";
}
.ph-fill.ph-bell:before {
  content: "\e9af";
}
.ph-fill.ph-bell-ringing:before {
  content: "\e9b0";
}
.ph-fill.ph-bell-simple:before {
  content: "\e9b1";
}
.ph-fill.ph-bell-simple-ringing:before {
  content: "\e9b2";
}
.ph-fill.ph-bell-simple-slash:before {
  content: "\e9b3";
}
.ph-fill.ph-bell-simple-z:before {
  content: "\e9b4";
}
.ph-fill.ph-bell-slash:before {
  content: "\e9b5";
}
.ph-fill.ph-bell-z:before {
  content: "\e9b6";
}
.ph-fill.ph-bezier-curve:before {
  content: "\e9b7";
}
.ph-fill.ph-bicycle:before {
  content: "\e9b8";
}
.ph-fill.ph-binoculars:before {
  content: "\e9b9";
}
.ph-fill.ph-bird:before {
  content: "\e9ba";
}
.ph-fill.ph-bluetooth-connected:before {
  content: "\e9bb";
}
.ph-fill.ph-bluetooth:before {
  content: "\e9bc";
}
.ph-fill.ph-bluetooth-slash:before {
  content: "\e9bd";
}
.ph-fill.ph-bluetooth-x:before {
  content: "\e9be";
}
.ph-fill.ph-boat:before {
  content: "\e9bf";
}
.ph-fill.ph-bone:before {
  content: "\e9c0";
}
.ph-fill.ph-book-bookmark:before {
  content: "\e9c1";
}
.ph-fill.ph-book:before {
  content: "\e9c2";
}
.ph-fill.ph-bookmark:before {
  content: "\e9c3";
}
.ph-fill.ph-bookmarks:before {
  content: "\e9c4";
}
.ph-fill.ph-bookmark-simple:before {
  content: "\e9c5";
}
.ph-fill.ph-bookmarks-simple:before {
  content: "\e9c6";
}
.ph-fill.ph-book-open:before {
  content: "\e9c7";
}
.ph-fill.ph-book-open-text:before {
  content: "\e9c8";
}
.ph-fill.ph-books:before {
  content: "\e9c9";
}
.ph-fill.ph-boot:before {
  content: "\e9ca";
}
.ph-fill.ph-bounding-box:before {
  content: "\e9cb";
}
.ph-fill.ph-bowl-food:before {
  content: "\e9cc";
}
.ph-fill.ph-brackets-angle:before {
  content: "\e9cd";
}
.ph-fill.ph-brackets-curly:before {
  content: "\e9ce";
}
.ph-fill.ph-brackets-round:before {
  content: "\e9cf";
}
.ph-fill.ph-brackets-square:before {
  content: "\e9d0";
}
.ph-fill.ph-brain:before {
  content: "\e9d1";
}
.ph-fill.ph-brandy:before {
  content: "\e9d2";
}
.ph-fill.ph-bridge:before {
  content: "\e9d3";
}
.ph-fill.ph-briefcase:before {
  content: "\e9d4";
}
.ph-fill.ph-briefcase-metal:before {
  content: "\e9d5";
}
.ph-fill.ph-broadcast:before {
  content: "\e9d6";
}
.ph-fill.ph-broom:before {
  content: "\e9d7";
}
.ph-fill.ph-browser:before {
  content: "\e9d8";
}
.ph-fill.ph-browsers:before {
  content: "\e9d9";
}
.ph-fill.ph-bug-beetle:before {
  content: "\e9da";
}
.ph-fill.ph-bug-droid:before {
  content: "\e9db";
}
.ph-fill.ph-bug:before {
  content: "\e9dc";
}
.ph-fill.ph-buildings:before {
  content: "\e9dd";
}
.ph-fill.ph-bus:before {
  content: "\e9de";
}
.ph-fill.ph-butterfly:before {
  content: "\e9df";
}
.ph-fill.ph-cactus:before {
  content: "\e9e0";
}
.ph-fill.ph-cake:before {
  content: "\e9e1";
}
.ph-fill.ph-calculator:before {
  content: "\e9e2";
}
.ph-fill.ph-calendar-blank:before {
  content: "\e9e3";
}
.ph-fill.ph-calendar-check:before {
  content: "\e9e4";
}
.ph-fill.ph-calendar:before {
  content: "\e9e5";
}
.ph-fill.ph-calendar-plus:before {
  content: "\e9e6";
}
.ph-fill.ph-calendar-x:before {
  content: "\e9e7";
}
.ph-fill.ph-call-bell:before {
  content: "\e9e8";
}
.ph-fill.ph-camera:before {
  content: "\e9e9";
}
.ph-fill.ph-camera-plus:before {
  content: "\e9ea";
}
.ph-fill.ph-camera-rotate:before {
  content: "\e9eb";
}
.ph-fill.ph-camera-slash:before {
  content: "\e9ec";
}
.ph-fill.ph-campfire:before {
  content: "\e9ed";
}
.ph-fill.ph-cardholder:before {
  content: "\e9ee";
}
.ph-fill.ph-cards:before {
  content: "\e9ef";
}
.ph-fill.ph-caret-circle-double-down:before {
  content: "\e9f0";
}
.ph-fill.ph-caret-circle-double-left:before {
  content: "\e9f1";
}
.ph-fill.ph-caret-circle-double-right:before {
  content: "\e9f2";
}
.ph-fill.ph-caret-circle-double-up:before {
  content: "\e9f3";
}
.ph-fill.ph-caret-circle-down:before {
  content: "\e9f4";
}
.ph-fill.ph-caret-circle-left:before {
  content: "\e9f5";
}
.ph-fill.ph-caret-circle-right:before {
  content: "\e9f6";
}
.ph-fill.ph-caret-circle-up-down:before {
  content: "\e9f7";
}
.ph-fill.ph-caret-circle-up:before {
  content: "\e9f8";
}
.ph-fill.ph-caret-double-down:before {
  content: "\e9f9";
}
.ph-fill.ph-caret-double-left:before {
  content: "\e9fa";
}
.ph-fill.ph-caret-double-right:before {
  content: "\e9fb";
}
.ph-fill.ph-caret-double-up:before {
  content: "\e9fc";
}
.ph-fill.ph-caret-down:before {
  content: "\e9fd";
}
.ph-fill.ph-caret-left:before {
  content: "\e9fe";
}
.ph-fill.ph-caret-right:before {
  content: "\e9ff";
}
.ph-fill.ph-caret-up-down:before {
  content: "\ea00";
}
.ph-fill.ph-caret-up:before {
  content: "\ea01";
}
.ph-fill.ph-car:before {
  content: "\ea02";
}
.ph-fill.ph-car-profile:before {
  content: "\ea03";
}
.ph-fill.ph-carrot:before {
  content: "\ea04";
}
.ph-fill.ph-car-simple:before {
  content: "\ea05";
}
.ph-fill.ph-cassette-tape:before {
  content: "\ea06";
}
.ph-fill.ph-castle-turret:before {
  content: "\ea07";
}
.ph-fill.ph-cat:before {
  content: "\ea08";
}
.ph-fill.ph-cell-signal-full:before {
  content: "\ea09";
}
.ph-fill.ph-cell-signal-high:before {
  content: "\ea0a";
}
.ph-fill.ph-cell-signal-low:before {
  content: "\ea0b";
}
.ph-fill.ph-cell-signal-medium:before {
  content: "\ea0c";
}
.ph-fill.ph-cell-signal-none:before {
  content: "\ea0d";
}
.ph-fill.ph-cell-signal-slash:before {
  content: "\ea0e";
}
.ph-fill.ph-cell-signal-x:before {
  content: "\ea0f";
}
.ph-fill.ph-certificate:before {
  content: "\ea10";
}
.ph-fill.ph-chair:before {
  content: "\ea11";
}
.ph-fill.ph-chalkboard:before {
  content: "\ea12";
}
.ph-fill.ph-chalkboard-simple:before {
  content: "\ea13";
}
.ph-fill.ph-chalkboard-teacher:before {
  content: "\ea14";
}
.ph-fill.ph-champagne:before {
  content: "\ea15";
}
.ph-fill.ph-charging-station:before {
  content: "\ea16";
}
.ph-fill.ph-chart-bar:before {
  content: "\ea17";
}
.ph-fill.ph-chart-bar-horizontal:before {
  content: "\ea18";
}
.ph-fill.ph-chart-donut:before {
  content: "\ea19";
}
.ph-fill.ph-chart-line-down:before {
  content: "\ea1a";
}
.ph-fill.ph-chart-line:before {
  content: "\ea1b";
}
.ph-fill.ph-chart-line-up:before {
  content: "\ea1c";
}
.ph-fill.ph-chart-pie:before {
  content: "\ea1d";
}
.ph-fill.ph-chart-pie-slice:before {
  content: "\ea1e";
}
.ph-fill.ph-chart-polar:before {
  content: "\ea1f";
}
.ph-fill.ph-chart-scatter:before {
  content: "\ea20";
}
.ph-fill.ph-chat-centered-dots:before {
  content: "\ea21";
}
.ph-fill.ph-chat-centered:before {
  content: "\ea22";
}
.ph-fill.ph-chat-centered-text:before {
  content: "\ea23";
}
.ph-fill.ph-chat-circle-dots:before {
  content: "\ea24";
}
.ph-fill.ph-chat-circle:before {
  content: "\ea25";
}
.ph-fill.ph-chat-circle-text:before {
  content: "\ea26";
}
.ph-fill.ph-chat-dots:before {
  content: "\ea27";
}
.ph-fill.ph-chat:before {
  content: "\ea28";
}
.ph-fill.ph-chats-circle:before {
  content: "\ea29";
}
.ph-fill.ph-chats:before {
  content: "\ea2a";
}
.ph-fill.ph-chats-teardrop:before {
  content: "\ea2b";
}
.ph-fill.ph-chat-teardrop-dots:before {
  content: "\ea2c";
}
.ph-fill.ph-chat-teardrop:before {
  content: "\ea2d";
}
.ph-fill.ph-chat-teardrop-text:before {
  content: "\ea2e";
}
.ph-fill.ph-chat-text:before {
  content: "\ea2f";
}
.ph-fill.ph-check-circle:before {
  content: "\ea30";
}
.ph-fill.ph-check-fat:before {
  content: "\ea31";
}
.ph-fill.ph-check:before {
  content: "\ea32";
}
.ph-fill.ph-checks:before {
  content: "\ea33";
}
.ph-fill.ph-check-square:before {
  content: "\ea34";
}
.ph-fill.ph-check-square-offset:before {
  content: "\ea35";
}
.ph-fill.ph-church:before {
  content: "\ea36";
}
.ph-fill.ph-circle-dashed:before {
  content: "\ea37";
}
.ph-fill.ph-circle:before {
  content: "\ea38";
}
.ph-fill.ph-circle-half:before {
  content: "\ea39";
}
.ph-fill.ph-circle-half-tilt:before {
  content: "\ea3a";
}
.ph-fill.ph-circle-notch:before {
  content: "\ea3b";
}
.ph-fill.ph-circles-four:before {
  content: "\ea3c";
}
.ph-fill.ph-circles-three:before {
  content: "\ea3d";
}
.ph-fill.ph-circles-three-plus:before {
  content: "\ea3e";
}
.ph-fill.ph-circuitry:before {
  content: "\ea3f";
}
.ph-fill.ph-clipboard:before {
  content: "\ea40";
}
.ph-fill.ph-clipboard-text:before {
  content: "\ea41";
}
.ph-fill.ph-clock-afternoon:before {
  content: "\ea42";
}
.ph-fill.ph-clock-clockwise:before {
  content: "\ea43";
}
.ph-fill.ph-clock-countdown:before {
  content: "\ea44";
}
.ph-fill.ph-clock-counter-clockwise:before {
  content: "\ea45";
}
.ph-fill.ph-clock:before {
  content: "\ea46";
}
.ph-fill.ph-closed-captioning:before {
  content: "\ea47";
}
.ph-fill.ph-cloud-arrow-down:before {
  content: "\ea48";
}
.ph-fill.ph-cloud-arrow-up:before {
  content: "\ea49";
}
.ph-fill.ph-cloud-check:before {
  content: "\ea4a";
}
.ph-fill.ph-cloud:before {
  content: "\ea4b";
}
.ph-fill.ph-cloud-fog:before {
  content: "\ea4c";
}
.ph-fill.ph-cloud-lightning:before {
  content: "\ea4d";
}
.ph-fill.ph-cloud-moon:before {
  content: "\ea4e";
}
.ph-fill.ph-cloud-rain:before {
  content: "\ea4f";
}
.ph-fill.ph-cloud-slash:before {
  content: "\ea50";
}
.ph-fill.ph-cloud-snow:before {
  content: "\ea51";
}
.ph-fill.ph-cloud-sun:before {
  content: "\ea52";
}
.ph-fill.ph-cloud-warning:before {
  content: "\ea53";
}
.ph-fill.ph-cloud-x:before {
  content: "\ea54";
}
.ph-fill.ph-club:before {
  content: "\ea55";
}
.ph-fill.ph-coat-hanger:before {
  content: "\ea56";
}
.ph-fill.ph-coda-logo:before {
  content: "\ea57";
}
.ph-fill.ph-code-block:before {
  content: "\ea58";
}
.ph-fill.ph-code:before {
  content: "\ea59";
}
.ph-fill.ph-codepen-logo:before {
  content: "\ea5a";
}
.ph-fill.ph-codesandbox-logo:before {
  content: "\ea5b";
}
.ph-fill.ph-code-simple:before {
  content: "\ea5c";
}
.ph-fill.ph-coffee:before {
  content: "\ea5d";
}
.ph-fill.ph-coin:before {
  content: "\ea5e";
}
.ph-fill.ph-coins:before {
  content: "\ea5f";
}
.ph-fill.ph-coin-vertical:before {
  content: "\ea60";
}
.ph-fill.ph-columns:before {
  content: "\ea61";
}
.ph-fill.ph-command:before {
  content: "\ea62";
}
.ph-fill.ph-compass:before {
  content: "\ea63";
}
.ph-fill.ph-compass-tool:before {
  content: "\ea64";
}
.ph-fill.ph-computer-tower:before {
  content: "\ea65";
}
.ph-fill.ph-confetti:before {
  content: "\ea66";
}
.ph-fill.ph-contactless-payment:before {
  content: "\ea67";
}
.ph-fill.ph-control:before {
  content: "\ea68";
}
.ph-fill.ph-cookie:before {
  content: "\ea69";
}
.ph-fill.ph-cooking-pot:before {
  content: "\ea6a";
}
.ph-fill.ph-copy:before {
  content: "\ea6b";
}
.ph-fill.ph-copyleft:before {
  content: "\ea6c";
}
.ph-fill.ph-copyright:before {
  content: "\ea6d";
}
.ph-fill.ph-copy-simple:before {
  content: "\ea6e";
}
.ph-fill.ph-corners-in:before {
  content: "\ea6f";
}
.ph-fill.ph-corners-out:before {
  content: "\ea70";
}
.ph-fill.ph-couch:before {
  content: "\ea71";
}
.ph-fill.ph-cpu:before {
  content: "\ea72";
}
.ph-fill.ph-credit-card:before {
  content: "\ea73";
}
.ph-fill.ph-crop:before {
  content: "\ea74";
}
.ph-fill.ph-cross:before {
  content: "\ea75";
}
.ph-fill.ph-crosshair:before {
  content: "\ea76";
}
.ph-fill.ph-crosshair-simple:before {
  content: "\ea77";
}
.ph-fill.ph-crown:before {
  content: "\ea78";
}
.ph-fill.ph-crown-simple:before {
  content: "\ea79";
}
.ph-fill.ph-cube:before {
  content: "\ea7a";
}
.ph-fill.ph-cube-focus:before {
  content: "\ea7b";
}
.ph-fill.ph-cube-transparent:before {
  content: "\ea7c";
}
.ph-fill.ph-currency-btc:before {
  content: "\ea7d";
}
.ph-fill.ph-currency-circle-dollar:before {
  content: "\ea7e";
}
.ph-fill.ph-currency-cny:before {
  content: "\ea7f";
}
.ph-fill.ph-currency-dollar:before {
  content: "\ea80";
}
.ph-fill.ph-currency-dollar-simple:before {
  content: "\ea81";
}
.ph-fill.ph-currency-eth:before {
  content: "\ea82";
}
.ph-fill.ph-currency-eur:before {
  content: "\ea83";
}
.ph-fill.ph-currency-gbp:before {
  content: "\ea84";
}
.ph-fill.ph-currency-inr:before {
  content: "\ea85";
}
.ph-fill.ph-currency-jpy:before {
  content: "\ea86";
}
.ph-fill.ph-currency-krw:before {
  content: "\ea87";
}
.ph-fill.ph-currency-kzt:before {
  content: "\ea88";
}
.ph-fill.ph-currency-ngn:before {
  content: "\ea89";
}
.ph-fill.ph-currency-rub:before {
  content: "\ea8a";
}
.ph-fill.ph-cursor-click:before {
  content: "\ea8b";
}
.ph-fill.ph-cursor:before {
  content: "\ea8c";
}
.ph-fill.ph-cursor-text:before {
  content: "\ea8d";
}
.ph-fill.ph-cylinder:before {
  content: "\ea8e";
}
.ph-fill.ph-database:before {
  content: "\ea8f";
}
.ph-fill.ph-desktop:before {
  content: "\ea90";
}
.ph-fill.ph-desktop-tower:before {
  content: "\ea91";
}
.ph-fill.ph-detective:before {
  content: "\ea92";
}
.ph-fill.ph-device-mobile-camera:before {
  content: "\ea93";
}
.ph-fill.ph-device-mobile:before {
  content: "\ea94";
}
.ph-fill.ph-device-mobile-speaker:before {
  content: "\ea95";
}
.ph-fill.ph-devices:before {
  content: "\ea96";
}
.ph-fill.ph-device-tablet-camera:before {
  content: "\ea97";
}
.ph-fill.ph-device-tablet:before {
  content: "\ea98";
}
.ph-fill.ph-device-tablet-speaker:before {
  content: "\ea99";
}
.ph-fill.ph-dev-to-logo:before {
  content: "\ea9a";
}
.ph-fill.ph-diamond:before {
  content: "\ea9b";
}
.ph-fill.ph-diamonds-four:before {
  content: "\ea9c";
}
.ph-fill.ph-dice-five:before {
  content: "\ea9d";
}
.ph-fill.ph-dice-four:before {
  content: "\ea9e";
}
.ph-fill.ph-dice-one:before {
  content: "\ea9f";
}
.ph-fill.ph-dice-six:before {
  content: "\eaa0";
}
.ph-fill.ph-dice-three:before {
  content: "\eaa1";
}
.ph-fill.ph-dice-two:before {
  content: "\eaa2";
}
.ph-fill.ph-disc:before {
  content: "\eaa3";
}
.ph-fill.ph-discord-logo:before {
  content: "\eaa4";
}
.ph-fill.ph-divide:before {
  content: "\eaa5";
}
.ph-fill.ph-dna:before {
  content: "\eaa6";
}
.ph-fill.ph-dog:before {
  content: "\eaa7";
}
.ph-fill.ph-door:before {
  content: "\eaa8";
}
.ph-fill.ph-door-open:before {
  content: "\eaa9";
}
.ph-fill.ph-dot:before {
  content: "\eaaa";
}
.ph-fill.ph-dot-outline:before {
  content: "\eaab";
}
.ph-fill.ph-dots-nine:before {
  content: "\eaac";
}
.ph-fill.ph-dots-six:before {
  content: "\eaad";
}
.ph-fill.ph-dots-six-vertical:before {
  content: "\eaae";
}
.ph-fill.ph-dots-three-circle:before {
  content: "\eaaf";
}
.ph-fill.ph-dots-three-circle-vertical:before {
  content: "\eab0";
}
.ph-fill.ph-dots-three:before {
  content: "\eab1";
}
.ph-fill.ph-dots-three-outline:before {
  content: "\eab2";
}
.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}
.ph-fill.ph-dots-three-vertical:before {
  content: "\eab4";
}
.ph-fill.ph-download:before {
  content: "\eab5";
}
.ph-fill.ph-download-simple:before {
  content: "\eab6";
}
.ph-fill.ph-dress:before {
  content: "\eab7";
}
.ph-fill.ph-dribbble-logo:before {
  content: "\eab8";
}
.ph-fill.ph-dropbox-logo:before {
  content: "\eab9";
}
.ph-fill.ph-drop:before {
  content: "\eaba";
}
.ph-fill.ph-drop-half-bottom:before {
  content: "\eabb";
}
.ph-fill.ph-drop-half:before {
  content: "\eabc";
}
.ph-fill.ph-ear:before {
  content: "\eabd";
}
.ph-fill.ph-ear-slash:before {
  content: "\eabe";
}
.ph-fill.ph-egg-crack:before {
  content: "\eabf";
}
.ph-fill.ph-egg:before {
  content: "\eac0";
}
.ph-fill.ph-eject:before {
  content: "\eac1";
}
.ph-fill.ph-eject-simple:before {
  content: "\eac2";
}
.ph-fill.ph-elevator:before {
  content: "\eac3";
}
.ph-fill.ph-engine:before {
  content: "\eac4";
}
.ph-fill.ph-envelope:before {
  content: "\eac5";
}
.ph-fill.ph-envelope-open:before {
  content: "\eac6";
}
.ph-fill.ph-envelope-simple:before {
  content: "\eac7";
}
.ph-fill.ph-envelope-simple-open:before {
  content: "\eac8";
}
.ph-fill.ph-equalizer:before {
  content: "\eac9";
}
.ph-fill.ph-equals:before {
  content: "\eaca";
}
.ph-fill.ph-eraser:before {
  content: "\eacb";
}
.ph-fill.ph-escalator-down:before {
  content: "\eacc";
}
.ph-fill.ph-escalator-up:before {
  content: "\eacd";
}
.ph-fill.ph-exam:before {
  content: "\eace";
}
.ph-fill.ph-exclude:before {
  content: "\eacf";
}
.ph-fill.ph-exclude-square:before {
  content: "\ead0";
}
.ph-fill.ph-export:before {
  content: "\ead1";
}
.ph-fill.ph-eye-closed:before {
  content: "\ead2";
}
.ph-fill.ph-eyedropper:before {
  content: "\ead3";
}
.ph-fill.ph-eyedropper-sample:before {
  content: "\ead4";
}
.ph-fill.ph-eye:before {
  content: "\ead5";
}
.ph-fill.ph-eyeglasses:before {
  content: "\ead6";
}
.ph-fill.ph-eye-slash:before {
  content: "\ead7";
}
.ph-fill.ph-facebook-logo:before {
  content: "\ead8";
}
.ph-fill.ph-face-mask:before {
  content: "\ead9";
}
.ph-fill.ph-factory:before {
  content: "\eada";
}
.ph-fill.ph-faders:before {
  content: "\eadb";
}
.ph-fill.ph-faders-horizontal:before {
  content: "\eadc";
}
.ph-fill.ph-fan:before {
  content: "\eadd";
}
.ph-fill.ph-fast-forward-circle:before {
  content: "\eade";
}
.ph-fill.ph-fast-forward:before {
  content: "\eadf";
}
.ph-fill.ph-feather:before {
  content: "\eae0";
}
.ph-fill.ph-figma-logo:before {
  content: "\eae1";
}
.ph-fill.ph-file-archive:before {
  content: "\eae2";
}
.ph-fill.ph-file-arrow-down:before {
  content: "\eae3";
}
.ph-fill.ph-file-arrow-up:before {
  content: "\eae4";
}
.ph-fill.ph-file-audio:before {
  content: "\eae5";
}
.ph-fill.ph-file-cloud:before {
  content: "\eae6";
}
.ph-fill.ph-file-code:before {
  content: "\eae7";
}
.ph-fill.ph-file-css:before {
  content: "\eae8";
}
.ph-fill.ph-file-csv:before {
  content: "\eae9";
}
.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
  content: "\eaea";
}
.ph-fill.ph-file-doc:before {
  content: "\eaeb";
}
.ph-fill.ph-file:before {
  content: "\eaec";
}
.ph-fill.ph-file-html:before {
  content: "\eaed";
}
.ph-fill.ph-file-image:before {
  content: "\eaee";
}
.ph-fill.ph-file-jpg:before {
  content: "\eaef";
}
.ph-fill.ph-file-js:before {
  content: "\eaf0";
}
.ph-fill.ph-file-jsx:before {
  content: "\eaf1";
}
.ph-fill.ph-file-lock:before {
  content: "\eaf2";
}
.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
  content: "\eaf3";
}
.ph-fill.ph-file-minus:before {
  content: "\eaf4";
}
.ph-fill.ph-file-pdf:before {
  content: "\eaf5";
}
.ph-fill.ph-file-plus:before {
  content: "\eaf6";
}
.ph-fill.ph-file-png:before {
  content: "\eaf7";
}
.ph-fill.ph-file-ppt:before {
  content: "\eaf8";
}
.ph-fill.ph-file-rs:before {
  content: "\eaf9";
}
.ph-fill.ph-files:before {
  content: "\eafa";
}
.ph-fill.ph-file-sql:before {
  content: "\eafb";
}
.ph-fill.ph-file-svg:before {
  content: "\eafc";
}
.ph-fill.ph-file-text:before {
  content: "\eafd";
}
.ph-fill.ph-file-ts:before {
  content: "\eafe";
}
.ph-fill.ph-file-tsx:before {
  content: "\eaff";
}
.ph-fill.ph-file-video:before {
  content: "\eb00";
}
.ph-fill.ph-file-vue:before {
  content: "\eb01";
}
.ph-fill.ph-file-x:before {
  content: "\eb02";
}
.ph-fill.ph-file-xls:before {
  content: "\eb03";
}
.ph-fill.ph-file-zip:before {
  content: "\eb04";
}
.ph-fill.ph-film-reel:before {
  content: "\eb05";
}
.ph-fill.ph-film-script:before {
  content: "\eb06";
}
.ph-fill.ph-film-slate:before {
  content: "\eb07";
}
.ph-fill.ph-film-strip:before {
  content: "\eb08";
}
.ph-fill.ph-fingerprint:before {
  content: "\eb09";
}
.ph-fill.ph-fingerprint-simple:before {
  content: "\eb0a";
}
.ph-fill.ph-finn-the-human:before {
  content: "\eb0b";
}
.ph-fill.ph-fire-extinguisher:before {
  content: "\eb0c";
}
.ph-fill.ph-fire:before {
  content: "\eb0d";
}
.ph-fill.ph-fire-simple:before {
  content: "\eb0e";
}
.ph-fill.ph-first-aid:before {
  content: "\eb0f";
}
.ph-fill.ph-first-aid-kit:before {
  content: "\eb10";
}
.ph-fill.ph-fish:before {
  content: "\eb11";
}
.ph-fill.ph-fish-simple:before {
  content: "\eb12";
}
.ph-fill.ph-flag-banner:before {
  content: "\eb13";
}
.ph-fill.ph-flag-checkered:before {
  content: "\eb14";
}
.ph-fill.ph-flag:before {
  content: "\eb15";
}
.ph-fill.ph-flag-pennant:before {
  content: "\eb16";
}
.ph-fill.ph-flame:before {
  content: "\eb17";
}
.ph-fill.ph-flashlight:before {
  content: "\eb18";
}
.ph-fill.ph-flask:before {
  content: "\eb19";
}
.ph-fill.ph-floppy-disk-back:before {
  content: "\eb1a";
}
.ph-fill.ph-floppy-disk:before {
  content: "\eb1b";
}
.ph-fill.ph-flow-arrow:before {
  content: "\eb1c";
}
.ph-fill.ph-flower:before {
  content: "\eb1d";
}
.ph-fill.ph-flower-lotus:before {
  content: "\eb1e";
}
.ph-fill.ph-flower-tulip:before {
  content: "\eb1f";
}
.ph-fill.ph-flying-saucer:before {
  content: "\eb20";
}
.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
  content: "\eb21";
}
.ph-fill.ph-folder:before {
  content: "\eb22";
}
.ph-fill.ph-folder-lock:before {
  content: "\eb23";
}
.ph-fill.ph-folder-minus:before {
  content: "\eb24";
}
.ph-fill.ph-folder-notch:before {
  content: "\eb25";
}
.ph-fill.ph-folder-notch-minus:before {
  content: "\eb26";
}
.ph-fill.ph-folder-notch-open:before {
  content: "\eb27";
}
.ph-fill.ph-folder-notch-plus:before {
  content: "\eb28";
}
.ph-fill.ph-folder-open:before {
  content: "\eb29";
}
.ph-fill.ph-folder-plus:before {
  content: "\eb2a";
}
.ph-fill.ph-folders:before {
  content: "\eb2b";
}
.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
  content: "\eb2c";
}
.ph-fill.ph-folder-simple:before {
  content: "\eb2d";
}
.ph-fill.ph-folder-simple-lock:before {
  content: "\eb2e";
}
.ph-fill.ph-folder-simple-minus:before {
  content: "\eb2f";
}
.ph-fill.ph-folder-simple-plus:before {
  content: "\eb30";
}
.ph-fill.ph-folder-simple-star:before {
  content: "\eb31";
}
.ph-fill.ph-folder-simple-user:before {
  content: "\eb32";
}
.ph-fill.ph-folder-star:before {
  content: "\eb33";
}
.ph-fill.ph-folder-user:before {
  content: "\eb34";
}
.ph-fill.ph-football:before {
  content: "\eb35";
}
.ph-fill.ph-footprints:before {
  content: "\eb36";
}
.ph-fill.ph-fork-knife:before {
  content: "\eb37";
}
.ph-fill.ph-frame-corners:before {
  content: "\eb38";
}
.ph-fill.ph-framer-logo:before {
  content: "\eb39";
}
.ph-fill.ph-function:before {
  content: "\eb3a";
}
.ph-fill.ph-funnel:before {
  content: "\eb3b";
}
.ph-fill.ph-funnel-simple:before {
  content: "\eb3c";
}
.ph-fill.ph-game-controller:before {
  content: "\eb3d";
}
.ph-fill.ph-garage:before {
  content: "\eb3e";
}
.ph-fill.ph-gas-can:before {
  content: "\eb3f";
}
.ph-fill.ph-gas-pump:before {
  content: "\eb40";
}
.ph-fill.ph-gauge:before {
  content: "\eb41";
}
.ph-fill.ph-gavel:before {
  content: "\eb42";
}
.ph-fill.ph-gear:before {
  content: "\eb43";
}
.ph-fill.ph-gear-fine:before {
  content: "\eb44";
}
.ph-fill.ph-gear-six:before {
  content: "\eb45";
}
.ph-fill.ph-gender-female:before {
  content: "\eb46";
}
.ph-fill.ph-gender-intersex:before {
  content: "\eb47";
}
.ph-fill.ph-gender-male:before {
  content: "\eb48";
}
.ph-fill.ph-gender-neuter:before {
  content: "\eb49";
}
.ph-fill.ph-gender-nonbinary:before {
  content: "\eb4a";
}
.ph-fill.ph-gender-transgender:before {
  content: "\eb4b";
}
.ph-fill.ph-ghost:before {
  content: "\eb4c";
}
.ph-fill.ph-gif:before {
  content: "\eb4d";
}
.ph-fill.ph-gift:before {
  content: "\eb4e";
}
.ph-fill.ph-git-branch:before {
  content: "\eb4f";
}
.ph-fill.ph-git-commit:before {
  content: "\eb50";
}
.ph-fill.ph-git-diff:before {
  content: "\eb51";
}
.ph-fill.ph-git-fork:before {
  content: "\eb52";
}
.ph-fill.ph-github-logo:before {
  content: "\eb53";
}
.ph-fill.ph-gitlab-logo:before {
  content: "\eb54";
}
.ph-fill.ph-gitlab-logo-simple:before {
  content: "\eb55";
}
.ph-fill.ph-git-merge:before {
  content: "\eb56";
}
.ph-fill.ph-git-pull-request:before {
  content: "\eb57";
}
.ph-fill.ph-globe:before {
  content: "\eb58";
}
.ph-fill.ph-globe-hemisphere-east:before {
  content: "\eb59";
}
.ph-fill.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}
.ph-fill.ph-globe-simple:before {
  content: "\eb5b";
}
.ph-fill.ph-globe-stand:before {
  content: "\eb5c";
}
.ph-fill.ph-goggles:before {
  content: "\eb5d";
}
.ph-fill.ph-goodreads-logo:before {
  content: "\eb5e";
}
.ph-fill.ph-google-cardboard-logo:before {
  content: "\eb5f";
}
.ph-fill.ph-google-chrome-logo:before {
  content: "\eb60";
}
.ph-fill.ph-google-drive-logo:before {
  content: "\eb61";
}
.ph-fill.ph-google-logo:before {
  content: "\eb62";
}
.ph-fill.ph-google-photos-logo:before {
  content: "\eb63";
}
.ph-fill.ph-google-play-logo:before {
  content: "\eb64";
}
.ph-fill.ph-google-podcasts-logo:before {
  content: "\eb65";
}
.ph-fill.ph-gradient:before {
  content: "\eb66";
}
.ph-fill.ph-graduation-cap:before {
  content: "\eb67";
}
.ph-fill.ph-grains:before {
  content: "\eb68";
}
.ph-fill.ph-grains-slash:before {
  content: "\eb69";
}
.ph-fill.ph-graph:before {
  content: "\eb6a";
}
.ph-fill.ph-grid-four:before {
  content: "\eb6b";
}
.ph-fill.ph-grid-nine:before {
  content: "\eb6c";
}
.ph-fill.ph-guitar:before {
  content: "\eb6d";
}
.ph-fill.ph-hamburger:before {
  content: "\eb6e";
}
.ph-fill.ph-hammer:before {
  content: "\eb6f";
}
.ph-fill.ph-handbag:before {
  content: "\eb70";
}
.ph-fill.ph-handbag-simple:before {
  content: "\eb71";
}
.ph-fill.ph-hand-coins:before {
  content: "\eb72";
}
.ph-fill.ph-hand-eye:before {
  content: "\eb73";
}
.ph-fill.ph-hand:before {
  content: "\eb74";
}
.ph-fill.ph-hand-fist:before {
  content: "\eb75";
}
.ph-fill.ph-hand-grabbing:before {
  content: "\eb76";
}
.ph-fill.ph-hand-heart:before {
  content: "\eb77";
}
.ph-fill.ph-hand-palm:before {
  content: "\eb78";
}
.ph-fill.ph-hand-pointing:before {
  content: "\eb79";
}
.ph-fill.ph-hands-clapping:before {
  content: "\eb7a";
}
.ph-fill.ph-handshake:before {
  content: "\eb7b";
}
.ph-fill.ph-hand-soap:before {
  content: "\eb7c";
}
.ph-fill.ph-hands-praying:before {
  content: "\eb7d";
}
.ph-fill.ph-hand-swipe-left:before {
  content: "\eb7e";
}
.ph-fill.ph-hand-swipe-right:before {
  content: "\eb7f";
}
.ph-fill.ph-hand-tap:before {
  content: "\eb80";
}
.ph-fill.ph-hand-waving:before {
  content: "\eb81";
}
.ph-fill.ph-hard-drive:before {
  content: "\eb82";
}
.ph-fill.ph-hard-drives:before {
  content: "\eb83";
}
.ph-fill.ph-hash:before {
  content: "\eb84";
}
.ph-fill.ph-hash-straight:before {
  content: "\eb85";
}
.ph-fill.ph-headlights:before {
  content: "\eb86";
}
.ph-fill.ph-headphones:before {
  content: "\eb87";
}
.ph-fill.ph-headset:before {
  content: "\eb88";
}
.ph-fill.ph-heartbeat:before {
  content: "\eb89";
}
.ph-fill.ph-heart-break:before {
  content: "\eb8a";
}
.ph-fill.ph-heart:before {
  content: "\eb8b";
}
.ph-fill.ph-heart-half:before {
  content: "\eb8c";
}
.ph-fill.ph-heart-straight-break:before {
  content: "\eb8d";
}
.ph-fill.ph-heart-straight:before {
  content: "\eb8e";
}
.ph-fill.ph-hexagon:before {
  content: "\eb8f";
}
.ph-fill.ph-high-heel:before {
  content: "\eb90";
}
.ph-fill.ph-highlighter-circle:before {
  content: "\eb91";
}
.ph-fill.ph-hoodie:before {
  content: "\eb92";
}
.ph-fill.ph-horse:before {
  content: "\eb93";
}
.ph-fill.ph-hourglass:before {
  content: "\eb94";
}
.ph-fill.ph-hourglass-high:before {
  content: "\eb95";
}
.ph-fill.ph-hourglass-low:before {
  content: "\eb96";
}
.ph-fill.ph-hourglass-medium:before {
  content: "\eb97";
}
.ph-fill.ph-hourglass-simple:before {
  content: "\eb98";
}
.ph-fill.ph-hourglass-simple-high:before {
  content: "\eb99";
}
.ph-fill.ph-hourglass-simple-low:before {
  content: "\eb9a";
}
.ph-fill.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}
.ph-fill.ph-house:before {
  content: "\eb9c";
}
.ph-fill.ph-house-line:before {
  content: "\eb9d";
}
.ph-fill.ph-house-simple:before {
  content: "\eb9e";
}
.ph-fill.ph-ice-cream:before {
  content: "\eb9f";
}
.ph-fill.ph-identification-badge:before {
  content: "\eba0";
}
.ph-fill.ph-identification-card:before {
  content: "\eba1";
}
.ph-fill.ph-image:before {
  content: "\eba2";
}
.ph-fill.ph-images:before {
  content: "\eba3";
}
.ph-fill.ph-image-square:before {
  content: "\eba4";
}
.ph-fill.ph-images-square:before {
  content: "\eba5";
}
.ph-fill.ph-infinity:before {
  content: "\eba6";
}
.ph-fill.ph-info:before {
  content: "\eba7";
}
.ph-fill.ph-instagram-logo:before {
  content: "\eba8";
}
.ph-fill.ph-intersect:before {
  content: "\eba9";
}
.ph-fill.ph-intersect-square:before {
  content: "\ebaa";
}
.ph-fill.ph-intersect-three:before {
  content: "\ebab";
}
.ph-fill.ph-jeep:before {
  content: "\ebac";
}
.ph-fill.ph-kanban:before {
  content: "\ebad";
}
.ph-fill.ph-keyboard:before {
  content: "\ebae";
}
.ph-fill.ph-key:before {
  content: "\ebaf";
}
.ph-fill.ph-keyhole:before {
  content: "\ebb0";
}
.ph-fill.ph-key-return:before {
  content: "\ebb1";
}
.ph-fill.ph-knife:before {
  content: "\ebb2";
}
.ph-fill.ph-ladder:before {
  content: "\ebb3";
}
.ph-fill.ph-ladder-simple:before {
  content: "\ebb4";
}
.ph-fill.ph-lamp:before {
  content: "\ebb5";
}
.ph-fill.ph-laptop:before {
  content: "\ebb6";
}
.ph-fill.ph-layout:before {
  content: "\ebb7";
}
.ph-fill.ph-leaf:before {
  content: "\ebb8";
}
.ph-fill.ph-lifebuoy:before {
  content: "\ebb9";
}
.ph-fill.ph-lightbulb-filament:before {
  content: "\ebba";
}
.ph-fill.ph-lightbulb:before {
  content: "\ebbb";
}
.ph-fill.ph-lighthouse:before {
  content: "\ebbc";
}
.ph-fill.ph-lightning-a:before {
  content: "\ebbd";
}
.ph-fill.ph-lightning:before {
  content: "\ebbe";
}
.ph-fill.ph-lightning-slash:before {
  content: "\ebbf";
}
.ph-fill.ph-line-segment:before {
  content: "\ebc0";
}
.ph-fill.ph-line-segments:before {
  content: "\ebc1";
}
.ph-fill.ph-link-break:before {
  content: "\ebc2";
}
.ph-fill.ph-linkedin-logo:before {
  content: "\ebc3";
}
.ph-fill.ph-link:before {
  content: "\ebc4";
}
.ph-fill.ph-link-simple-break:before {
  content: "\ebc5";
}
.ph-fill.ph-link-simple:before {
  content: "\ebc6";
}
.ph-fill.ph-link-simple-horizontal-break:before {
  content: "\ebc7";
}
.ph-fill.ph-link-simple-horizontal:before {
  content: "\ebc8";
}
.ph-fill.ph-linux-logo:before {
  content: "\ebc9";
}
.ph-fill.ph-list-bullets:before {
  content: "\ebca";
}
.ph-fill.ph-list-checks:before {
  content: "\ebcb";
}
.ph-fill.ph-list-dashes:before {
  content: "\ebcc";
}
.ph-fill.ph-list:before {
  content: "\ebcd";
}
.ph-fill.ph-list-magnifying-glass:before {
  content: "\ebce";
}
.ph-fill.ph-list-numbers:before {
  content: "\ebcf";
}
.ph-fill.ph-list-plus:before {
  content: "\ebd0";
}
.ph-fill.ph-lockers:before {
  content: "\ebd1";
}
.ph-fill.ph-lock:before {
  content: "\ebd2";
}
.ph-fill.ph-lock-key:before {
  content: "\ebd3";
}
.ph-fill.ph-lock-key-open:before {
  content: "\ebd4";
}
.ph-fill.ph-lock-laminated:before {
  content: "\ebd5";
}
.ph-fill.ph-lock-laminated-open:before {
  content: "\ebd6";
}
.ph-fill.ph-lock-open:before {
  content: "\ebd7";
}
.ph-fill.ph-lock-simple:before {
  content: "\ebd8";
}
.ph-fill.ph-lock-simple-open:before {
  content: "\ebd9";
}
.ph-fill.ph-magic-wand:before {
  content: "\ebda";
}
.ph-fill.ph-magnet:before {
  content: "\ebdb";
}
.ph-fill.ph-magnet-straight:before {
  content: "\ebdc";
}
.ph-fill.ph-magnifying-glass:before {
  content: "\ebdd";
}
.ph-fill.ph-magnifying-glass-minus:before {
  content: "\ebde";
}
.ph-fill.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}
.ph-fill.ph-map-pin:before {
  content: "\ebe0";
}
.ph-fill.ph-map-pin-line:before {
  content: "\ebe1";
}
.ph-fill.ph-map-trifold:before {
  content: "\ebe2";
}
.ph-fill.ph-marker-circle:before {
  content: "\ebe3";
}
.ph-fill.ph-martini:before {
  content: "\ebe4";
}
.ph-fill.ph-mask-happy:before {
  content: "\ebe5";
}
.ph-fill.ph-mask-sad:before {
  content: "\ebe6";
}
.ph-fill.ph-math-operations:before {
  content: "\ebe7";
}
.ph-fill.ph-medal:before {
  content: "\ebe8";
}
.ph-fill.ph-medal-military:before {
  content: "\ebe9";
}
.ph-fill.ph-medium-logo:before {
  content: "\ebea";
}
.ph-fill.ph-megaphone:before {
  content: "\ebeb";
}
.ph-fill.ph-megaphone-simple:before {
  content: "\ebec";
}
.ph-fill.ph-messenger-logo:before {
  content: "\ebed";
}
.ph-fill.ph-meta-logo:before {
  content: "\ebee";
}
.ph-fill.ph-metronome:before {
  content: "\ebef";
}
.ph-fill.ph-microphone:before {
  content: "\ebf0";
}
.ph-fill.ph-microphone-slash:before {
  content: "\ebf1";
}
.ph-fill.ph-microphone-stage:before {
  content: "\ebf2";
}
.ph-fill.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}
.ph-fill.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}
.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}
.ph-fill.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}
.ph-fill.ph-microsoft-word-logo:before {
  content: "\ebf7";
}
.ph-fill.ph-minus-circle:before {
  content: "\ebf8";
}
.ph-fill.ph-minus:before {
  content: "\ebf9";
}
.ph-fill.ph-minus-square:before {
  content: "\ebfa";
}
.ph-fill.ph-money:before {
  content: "\ebfb";
}
.ph-fill.ph-monitor:before {
  content: "\ebfc";
}
.ph-fill.ph-monitor-play:before {
  content: "\ebfd";
}
.ph-fill.ph-moon:before {
  content: "\ebfe";
}
.ph-fill.ph-moon-stars:before {
  content: "\ebff";
}
.ph-fill.ph-moped:before {
  content: "\ec00";
}
.ph-fill.ph-moped-front:before {
  content: "\ec01";
}
.ph-fill.ph-mosque:before {
  content: "\ec02";
}
.ph-fill.ph-motorcycle:before {
  content: "\ec03";
}
.ph-fill.ph-mountains:before {
  content: "\ec04";
}
.ph-fill.ph-mouse:before {
  content: "\ec05";
}
.ph-fill.ph-mouse-simple:before {
  content: "\ec06";
}
.ph-fill.ph-music-note:before {
  content: "\ec07";
}
.ph-fill.ph-music-notes:before {
  content: "\ec08";
}
.ph-fill.ph-music-note-simple:before {
  content: "\ec09";
}
.ph-fill.ph-music-notes-plus:before {
  content: "\ec0a";
}
.ph-fill.ph-music-notes-simple:before {
  content: "\ec0b";
}
.ph-fill.ph-navigation-arrow:before {
  content: "\ec0c";
}
.ph-fill.ph-needle:before {
  content: "\ec0d";
}
.ph-fill.ph-newspaper-clipping:before {
  content: "\ec0e";
}
.ph-fill.ph-newspaper:before {
  content: "\ec0f";
}
.ph-fill.ph-notches:before {
  content: "\ec10";
}
.ph-fill.ph-note-blank:before {
  content: "\ec11";
}
.ph-fill.ph-notebook:before {
  content: "\ec12";
}
.ph-fill.ph-note:before {
  content: "\ec13";
}
.ph-fill.ph-notepad:before {
  content: "\ec14";
}
.ph-fill.ph-note-pencil:before {
  content: "\ec15";
}
.ph-fill.ph-notification:before {
  content: "\ec16";
}
.ph-fill.ph-notion-logo:before {
  content: "\ec17";
}
.ph-fill.ph-number-circle-eight:before {
  content: "\ec18";
}
.ph-fill.ph-number-circle-five:before {
  content: "\ec19";
}
.ph-fill.ph-number-circle-four:before {
  content: "\ec1a";
}
.ph-fill.ph-number-circle-nine:before {
  content: "\ec1b";
}
.ph-fill.ph-number-circle-one:before {
  content: "\ec1c";
}
.ph-fill.ph-number-circle-seven:before {
  content: "\ec1d";
}
.ph-fill.ph-number-circle-six:before {
  content: "\ec1e";
}
.ph-fill.ph-number-circle-three:before {
  content: "\ec1f";
}
.ph-fill.ph-number-circle-two:before {
  content: "\ec20";
}
.ph-fill.ph-number-circle-zero:before {
  content: "\ec21";
}
.ph-fill.ph-number-eight:before {
  content: "\ec22";
}
.ph-fill.ph-number-five:before {
  content: "\ec23";
}
.ph-fill.ph-number-four:before {
  content: "\ec24";
}
.ph-fill.ph-number-nine:before {
  content: "\ec25";
}
.ph-fill.ph-number-one:before {
  content: "\ec26";
}
.ph-fill.ph-number-seven:before {
  content: "\ec27";
}
.ph-fill.ph-number-six:before {
  content: "\ec28";
}
.ph-fill.ph-number-square-eight:before {
  content: "\ec29";
}
.ph-fill.ph-number-square-five:before {
  content: "\ec2a";
}
.ph-fill.ph-number-square-four:before {
  content: "\ec2b";
}
.ph-fill.ph-number-square-nine:before {
  content: "\ec2c";
}
.ph-fill.ph-number-square-one:before {
  content: "\ec2d";
}
.ph-fill.ph-number-square-seven:before {
  content: "\ec2e";
}
.ph-fill.ph-number-square-six:before {
  content: "\ec2f";
}
.ph-fill.ph-number-square-three:before {
  content: "\ec30";
}
.ph-fill.ph-number-square-two:before {
  content: "\ec31";
}
.ph-fill.ph-number-square-zero:before {
  content: "\ec32";
}
.ph-fill.ph-number-three:before {
  content: "\ec33";
}
.ph-fill.ph-number-two:before {
  content: "\ec34";
}
.ph-fill.ph-number-zero:before {
  content: "\ec35";
}
.ph-fill.ph-nut:before {
  content: "\ec36";
}
.ph-fill.ph-ny-times-logo:before {
  content: "\ec37";
}
.ph-fill.ph-octagon:before {
  content: "\ec38";
}
.ph-fill.ph-office-chair:before {
  content: "\ec39";
}
.ph-fill.ph-option:before {
  content: "\ec3a";
}
.ph-fill.ph-orange-slice:before {
  content: "\ec3b";
}
.ph-fill.ph-package:before {
  content: "\ec3c";
}
.ph-fill.ph-paint-brush-broad:before {
  content: "\ec3d";
}
.ph-fill.ph-paint-brush:before {
  content: "\ec3e";
}
.ph-fill.ph-paint-brush-household:before {
  content: "\ec3f";
}
.ph-fill.ph-paint-bucket:before {
  content: "\ec40";
}
.ph-fill.ph-paint-roller:before {
  content: "\ec41";
}
.ph-fill.ph-palette:before {
  content: "\ec42";
}
.ph-fill.ph-pants:before {
  content: "\ec43";
}
.ph-fill.ph-paperclip:before {
  content: "\ec44";
}
.ph-fill.ph-paperclip-horizontal:before {
  content: "\ec45";
}
.ph-fill.ph-paper-plane:before {
  content: "\ec46";
}
.ph-fill.ph-paper-plane-right:before {
  content: "\ec47";
}
.ph-fill.ph-paper-plane-tilt:before {
  content: "\ec48";
}
.ph-fill.ph-parachute:before {
  content: "\ec49";
}
.ph-fill.ph-paragraph:before {
  content: "\ec4a";
}
.ph-fill.ph-parallelogram:before {
  content: "\ec4b";
}
.ph-fill.ph-park:before {
  content: "\ec4c";
}
.ph-fill.ph-password:before {
  content: "\ec4d";
}
.ph-fill.ph-path:before {
  content: "\ec4e";
}
.ph-fill.ph-patreon-logo:before {
  content: "\ec4f";
}
.ph-fill.ph-pause-circle:before {
  content: "\ec50";
}
.ph-fill.ph-pause:before {
  content: "\ec51";
}
.ph-fill.ph-paw-print:before {
  content: "\ec52";
}
.ph-fill.ph-paypal-logo:before {
  content: "\ec53";
}
.ph-fill.ph-peace:before {
  content: "\ec54";
}
.ph-fill.ph-pencil-circle:before {
  content: "\ec55";
}
.ph-fill.ph-pencil:before {
  content: "\ec56";
}
.ph-fill.ph-pencil-line:before {
  content: "\ec57";
}
.ph-fill.ph-pencil-simple:before {
  content: "\ec58";
}
.ph-fill.ph-pencil-simple-line:before {
  content: "\ec59";
}
.ph-fill.ph-pencil-simple-slash:before {
  content: "\ec5a";
}
.ph-fill.ph-pencil-slash:before {
  content: "\ec5b";
}
.ph-fill.ph-pen:before {
  content: "\ec5c";
}
.ph-fill.ph-pen-nib:before {
  content: "\ec5d";
}
.ph-fill.ph-pen-nib-straight:before {
  content: "\ec5e";
}
.ph-fill.ph-pentagram:before {
  content: "\ec5f";
}
.ph-fill.ph-pepper:before {
  content: "\ec60";
}
.ph-fill.ph-percent:before {
  content: "\ec61";
}
.ph-fill.ph-person-arms-spread:before {
  content: "\ec62";
}
.ph-fill.ph-person:before {
  content: "\ec63";
}
.ph-fill.ph-person-simple-bike:before {
  content: "\ec64";
}
.ph-fill.ph-person-simple:before {
  content: "\ec65";
}
.ph-fill.ph-person-simple-run:before {
  content: "\ec66";
}
.ph-fill.ph-person-simple-throw:before {
  content: "\ec67";
}
.ph-fill.ph-person-simple-walk:before {
  content: "\ec68";
}
.ph-fill.ph-perspective:before {
  content: "\ec69";
}
.ph-fill.ph-phone-call:before {
  content: "\ec6a";
}
.ph-fill.ph-phone-disconnect:before {
  content: "\ec6b";
}
.ph-fill.ph-phone:before {
  content: "\ec6c";
}
.ph-fill.ph-phone-incoming:before {
  content: "\ec6d";
}
.ph-fill.ph-phone-outgoing:before {
  content: "\ec6e";
}
.ph-fill.ph-phone-plus:before {
  content: "\ec6f";
}
.ph-fill.ph-phone-slash:before {
  content: "\ec70";
}
.ph-fill.ph-phone-x:before {
  content: "\ec71";
}
.ph-fill.ph-phosphor-logo:before {
  content: "\ec72";
}
.ph-fill.ph-piano-keys:before {
  content: "\ec73";
}
.ph-fill.ph-picture-in-picture:before {
  content: "\ec74";
}
.ph-fill.ph-pi:before {
  content: "\ec75";
}
.ph-fill.ph-piggy-bank:before {
  content: "\ec76";
}
.ph-fill.ph-pill:before {
  content: "\ec77";
}
.ph-fill.ph-pinterest-logo:before {
  content: "\ec78";
}
.ph-fill.ph-pinwheel:before {
  content: "\ec79";
}
.ph-fill.ph-pizza:before {
  content: "\ec7a";
}
.ph-fill.ph-placeholder:before {
  content: "\ec7b";
}
.ph-fill.ph-planet:before {
  content: "\ec7c";
}
.ph-fill.ph-plant:before {
  content: "\ec7d";
}
.ph-fill.ph-play-circle:before {
  content: "\ec7e";
}
.ph-fill.ph-play:before {
  content: "\ec7f";
}
.ph-fill.ph-playlist:before {
  content: "\ec80";
}
.ph-fill.ph-play-pause:before {
  content: "\ec81";
}
.ph-fill.ph-plug-charging:before {
  content: "\ec82";
}
.ph-fill.ph-plug:before {
  content: "\ec83";
}
.ph-fill.ph-plugs-connected:before {
  content: "\ec84";
}
.ph-fill.ph-plugs:before {
  content: "\ec85";
}
.ph-fill.ph-plus-circle:before {
  content: "\ec86";
}
.ph-fill.ph-plus:before {
  content: "\ec87";
}
.ph-fill.ph-plus-minus:before {
  content: "\ec88";
}
.ph-fill.ph-plus-square:before {
  content: "\ec89";
}
.ph-fill.ph-poker-chip:before {
  content: "\ec8a";
}
.ph-fill.ph-police-car:before {
  content: "\ec8b";
}
.ph-fill.ph-polygon:before {
  content: "\ec8c";
}
.ph-fill.ph-popcorn:before {
  content: "\ec8d";
}
.ph-fill.ph-potted-plant:before {
  content: "\ec8e";
}
.ph-fill.ph-power:before {
  content: "\ec8f";
}
.ph-fill.ph-prescription:before {
  content: "\ec90";
}
.ph-fill.ph-presentation-chart:before {
  content: "\ec91";
}
.ph-fill.ph-presentation:before {
  content: "\ec92";
}
.ph-fill.ph-printer:before {
  content: "\ec93";
}
.ph-fill.ph-prohibit:before {
  content: "\ec94";
}
.ph-fill.ph-prohibit-inset:before {
  content: "\ec95";
}
.ph-fill.ph-projector-screen-chart:before {
  content: "\ec96";
}
.ph-fill.ph-projector-screen:before {
  content: "\ec97";
}
.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
  content: "\ec98";
}
.ph-fill.ph-push-pin:before {
  content: "\ec99";
}
.ph-fill.ph-push-pin-simple:before {
  content: "\ec9a";
}
.ph-fill.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}
.ph-fill.ph-push-pin-slash:before {
  content: "\ec9c";
}
.ph-fill.ph-puzzle-piece:before {
  content: "\ec9d";
}
.ph-fill.ph-qr-code:before {
  content: "\ec9e";
}
.ph-fill.ph-question:before {
  content: "\ec9f";
}
.ph-fill.ph-queue:before {
  content: "\eca0";
}
.ph-fill.ph-quotes:before {
  content: "\eca1";
}
.ph-fill.ph-radical:before {
  content: "\eca2";
}
.ph-fill.ph-radioactive:before {
  content: "\eca3";
}
.ph-fill.ph-radio-button:before {
  content: "\eca4";
}
.ph-fill.ph-radio:before {
  content: "\eca5";
}
.ph-fill.ph-rainbow-cloud:before {
  content: "\eca6";
}
.ph-fill.ph-rainbow:before {
  content: "\eca7";
}
.ph-fill.ph-read-cv-logo:before {
  content: "\eca8";
}
.ph-fill.ph-receipt:before {
  content: "\eca9";
}
.ph-fill.ph-receipt-x:before {
  content: "\ecaa";
}
.ph-fill.ph-record:before {
  content: "\ecab";
}
.ph-fill.ph-rectangle:before {
  content: "\ecac";
}
.ph-fill.ph-recycle:before {
  content: "\ecad";
}
.ph-fill.ph-reddit-logo:before {
  content: "\ecae";
}
.ph-fill.ph-repeat:before {
  content: "\ecaf";
}
.ph-fill.ph-repeat-once:before {
  content: "\ecb0";
}
.ph-fill.ph-rewind-circle:before {
  content: "\ecb1";
}
.ph-fill.ph-rewind:before {
  content: "\ecb2";
}
.ph-fill.ph-road-horizon:before {
  content: "\ecb3";
}
.ph-fill.ph-robot:before {
  content: "\ecb4";
}
.ph-fill.ph-rocket:before {
  content: "\ecb5";
}
.ph-fill.ph-rocket-launch:before {
  content: "\ecb6";
}
.ph-fill.ph-rows:before {
  content: "\ecb7";
}
.ph-fill.ph-rss:before {
  content: "\ecb8";
}
.ph-fill.ph-rss-simple:before {
  content: "\ecb9";
}
.ph-fill.ph-rug:before {
  content: "\ecba";
}
.ph-fill.ph-ruler:before {
  content: "\ecbb";
}
.ph-fill.ph-scales:before {
  content: "\ecbc";
}
.ph-fill.ph-scan:before {
  content: "\ecbd";
}
.ph-fill.ph-scissors:before {
  content: "\ecbe";
}
.ph-fill.ph-scooter:before {
  content: "\ecbf";
}
.ph-fill.ph-screencast:before {
  content: "\ecc0";
}
.ph-fill.ph-scribble-loop:before {
  content: "\ecc1";
}
.ph-fill.ph-scroll:before {
  content: "\ecc2";
}
.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
  content: "\ecc3";
}
.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
  content: "\ecc4";
}
.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
  content: "\ecc5";
}
.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
  content: "\ecc6";
}
.ph-fill.ph-selection-all:before {
  content: "\ecc7";
}
.ph-fill.ph-selection-background:before {
  content: "\ecc8";
}
.ph-fill.ph-selection:before {
  content: "\ecc9";
}
.ph-fill.ph-selection-foreground:before {
  content: "\ecca";
}
.ph-fill.ph-selection-inverse:before {
  content: "\eccb";
}
.ph-fill.ph-selection-plus:before {
  content: "\eccc";
}
.ph-fill.ph-selection-slash:before {
  content: "\eccd";
}
.ph-fill.ph-shapes:before {
  content: "\ecce";
}
.ph-fill.ph-share-fat:before {
  content: "\eccf";
}
.ph-fill.ph-share:before {
  content: "\ecd0";
}
.ph-fill.ph-share-network:before {
  content: "\ecd1";
}
.ph-fill.ph-shield-checkered:before {
  content: "\ecd2";
}
.ph-fill.ph-shield-check:before {
  content: "\ecd3";
}
.ph-fill.ph-shield-chevron:before {
  content: "\ecd4";
}
.ph-fill.ph-shield:before {
  content: "\ecd5";
}
.ph-fill.ph-shield-plus:before {
  content: "\ecd6";
}
.ph-fill.ph-shield-slash:before {
  content: "\ecd7";
}
.ph-fill.ph-shield-star:before {
  content: "\ecd8";
}
.ph-fill.ph-shield-warning:before {
  content: "\ecd9";
}
.ph-fill.ph-shirt-folded:before {
  content: "\ecda";
}
.ph-fill.ph-shooting-star:before {
  content: "\ecdb";
}
.ph-fill.ph-shopping-bag:before {
  content: "\ecdc";
}
.ph-fill.ph-shopping-bag-open:before {
  content: "\ecdd";
}
.ph-fill.ph-shopping-cart:before {
  content: "\ecde";
}
.ph-fill.ph-shopping-cart-simple:before {
  content: "\ecdf";
}
.ph-fill.ph-shower:before {
  content: "\ece0";
}
.ph-fill.ph-shrimp:before {
  content: "\ece1";
}
.ph-fill.ph-shuffle-angular:before {
  content: "\ece2";
}
.ph-fill.ph-shuffle:before {
  content: "\ece3";
}
.ph-fill.ph-shuffle-simple:before {
  content: "\ece4";
}
.ph-fill.ph-sidebar:before {
  content: "\ece5";
}
.ph-fill.ph-sidebar-simple:before {
  content: "\ece6";
}
.ph-fill.ph-sigma:before {
  content: "\ece7";
}
.ph-fill.ph-signature:before {
  content: "\ece8";
}
.ph-fill.ph-sign-in:before {
  content: "\ece9";
}
.ph-fill.ph-sign-out:before {
  content: "\ecea";
}
.ph-fill.ph-signpost:before {
  content: "\eceb";
}
.ph-fill.ph-sim-card:before {
  content: "\ecec";
}
.ph-fill.ph-siren:before {
  content: "\eced";
}
.ph-fill.ph-sketch-logo:before {
  content: "\ecee";
}
.ph-fill.ph-skip-back-circle:before {
  content: "\ecef";
}
.ph-fill.ph-skip-back:before {
  content: "\ecf0";
}
.ph-fill.ph-skip-forward-circle:before {
  content: "\ecf1";
}
.ph-fill.ph-skip-forward:before {
  content: "\ecf2";
}
.ph-fill.ph-skull:before {
  content: "\ecf3";
}
.ph-fill.ph-slack-logo:before {
  content: "\ecf4";
}
.ph-fill.ph-sliders:before {
  content: "\ecf5";
}
.ph-fill.ph-sliders-horizontal:before {
  content: "\ecf6";
}
.ph-fill.ph-slideshow:before {
  content: "\ecf7";
}
.ph-fill.ph-smiley-angry:before {
  content: "\ecf8";
}
.ph-fill.ph-smiley-blank:before {
  content: "\ecf9";
}
.ph-fill.ph-smiley:before {
  content: "\ecfa";
}
.ph-fill.ph-smiley-meh:before {
  content: "\ecfb";
}
.ph-fill.ph-smiley-nervous:before {
  content: "\ecfc";
}
.ph-fill.ph-smiley-sad:before {
  content: "\ecfd";
}
.ph-fill.ph-smiley-sticker:before {
  content: "\ecfe";
}
.ph-fill.ph-smiley-wink:before {
  content: "\ecff";
}
.ph-fill.ph-smiley-x-eyes:before {
  content: "\ed00";
}
.ph-fill.ph-snapchat-logo:before {
  content: "\ed01";
}
.ph-fill.ph-sneaker:before {
  content: "\ed02";
}
.ph-fill.ph-sneaker-move:before {
  content: "\ed03";
}
.ph-fill.ph-snowflake:before {
  content: "\ed04";
}
.ph-fill.ph-soccer-ball:before {
  content: "\ed05";
}
.ph-fill.ph-sort-ascending:before {
  content: "\ed06";
}
.ph-fill.ph-sort-descending:before {
  content: "\ed07";
}
.ph-fill.ph-soundcloud-logo:before {
  content: "\ed08";
}
.ph-fill.ph-spade:before {
  content: "\ed09";
}
.ph-fill.ph-sparkle:before {
  content: "\ed0a";
}
.ph-fill.ph-speaker-hifi:before {
  content: "\ed0b";
}
.ph-fill.ph-speaker-high:before {
  content: "\ed0c";
}
.ph-fill.ph-speaker-low:before {
  content: "\ed0d";
}
.ph-fill.ph-speaker-none:before {
  content: "\ed0e";
}
.ph-fill.ph-speaker-simple-high:before {
  content: "\ed0f";
}
.ph-fill.ph-speaker-simple-low:before {
  content: "\ed10";
}
.ph-fill.ph-speaker-simple-none:before {
  content: "\ed11";
}
.ph-fill.ph-speaker-simple-slash:before {
  content: "\ed12";
}
.ph-fill.ph-speaker-simple-x:before {
  content: "\ed13";
}
.ph-fill.ph-speaker-slash:before {
  content: "\ed14";
}
.ph-fill.ph-speaker-x:before {
  content: "\ed15";
}
.ph-fill.ph-spinner:before {
  content: "\ed16";
}
.ph-fill.ph-spinner-gap:before {
  content: "\ed17";
}
.ph-fill.ph-spiral:before {
  content: "\ed18";
}
.ph-fill.ph-split-horizontal:before {
  content: "\ed19";
}
.ph-fill.ph-split-vertical:before {
  content: "\ed1a";
}
.ph-fill.ph-spotify-logo:before {
  content: "\ed1b";
}
.ph-fill.ph-square:before {
  content: "\ed1c";
}
.ph-fill.ph-square-half-bottom:before {
  content: "\ed1d";
}
.ph-fill.ph-square-half:before {
  content: "\ed1e";
}
.ph-fill.ph-square-logo:before {
  content: "\ed1f";
}
.ph-fill.ph-squares-four:before {
  content: "\ed20";
}
.ph-fill.ph-square-split-horizontal:before {
  content: "\ed21";
}
.ph-fill.ph-square-split-vertical:before {
  content: "\ed22";
}
.ph-fill.ph-stack:before {
  content: "\ed23";
}
.ph-fill.ph-stack-overflow-logo:before {
  content: "\ed24";
}
.ph-fill.ph-stack-simple:before {
  content: "\ed25";
}
.ph-fill.ph-stairs:before {
  content: "\ed26";
}
.ph-fill.ph-stamp:before {
  content: "\ed27";
}
.ph-fill.ph-star-and-crescent:before {
  content: "\ed28";
}
.ph-fill.ph-star:before {
  content: "\ed29";
}
.ph-fill.ph-star-four:before {
  content: "\ed2a";
}
.ph-fill.ph-star-half:before {
  content: "\ed2b";
}
.ph-fill.ph-star-of-david:before {
  content: "\ed2c";
}
.ph-fill.ph-steering-wheel:before {
  content: "\ed2d";
}
.ph-fill.ph-steps:before {
  content: "\ed2e";
}
.ph-fill.ph-stethoscope:before {
  content: "\ed2f";
}
.ph-fill.ph-sticker:before {
  content: "\ed30";
}
.ph-fill.ph-stool:before {
  content: "\ed31";
}
.ph-fill.ph-stop-circle:before {
  content: "\ed32";
}
.ph-fill.ph-stop:before {
  content: "\ed33";
}
.ph-fill.ph-storefront:before {
  content: "\ed34";
}
.ph-fill.ph-strategy:before {
  content: "\ed35";
}
.ph-fill.ph-stripe-logo:before {
  content: "\ed36";
}
.ph-fill.ph-student:before {
  content: "\ed37";
}
.ph-fill.ph-subtitles:before {
  content: "\ed38";
}
.ph-fill.ph-subtract:before {
  content: "\ed39";
}
.ph-fill.ph-subtract-square:before {
  content: "\ed3a";
}
.ph-fill.ph-suitcase:before {
  content: "\ed3b";
}
.ph-fill.ph-suitcase-rolling:before {
  content: "\ed3c";
}
.ph-fill.ph-suitcase-simple:before {
  content: "\ed3d";
}
.ph-fill.ph-sun-dim:before {
  content: "\ed3e";
}
.ph-fill.ph-sun:before {
  content: "\ed3f";
}
.ph-fill.ph-sunglasses:before {
  content: "\ed40";
}
.ph-fill.ph-sun-horizon:before {
  content: "\ed41";
}
.ph-fill.ph-swap:before {
  content: "\ed42";
}
.ph-fill.ph-swatches:before {
  content: "\ed43";
}
.ph-fill.ph-swimming-pool:before {
  content: "\ed44";
}
.ph-fill.ph-sword:before {
  content: "\ed45";
}
.ph-fill.ph-synagogue:before {
  content: "\ed46";
}
.ph-fill.ph-syringe:before {
  content: "\ed47";
}
.ph-fill.ph-table:before {
  content: "\ed48";
}
.ph-fill.ph-tabs:before {
  content: "\ed49";
}
.ph-fill.ph-tag-chevron:before {
  content: "\ed4a";
}
.ph-fill.ph-tag:before {
  content: "\ed4b";
}
.ph-fill.ph-tag-simple:before {
  content: "\ed4c";
}
.ph-fill.ph-target:before {
  content: "\ed4d";
}
.ph-fill.ph-taxi:before {
  content: "\ed4e";
}
.ph-fill.ph-telegram-logo:before {
  content: "\ed4f";
}
.ph-fill.ph-television:before {
  content: "\ed50";
}
.ph-fill.ph-television-simple:before {
  content: "\ed51";
}
.ph-fill.ph-tennis-ball:before {
  content: "\ed52";
}
.ph-fill.ph-tent:before {
  content: "\ed53";
}
.ph-fill.ph-terminal:before {
  content: "\ed54";
}
.ph-fill.ph-terminal-window:before {
  content: "\ed55";
}
.ph-fill.ph-test-tube:before {
  content: "\ed56";
}
.ph-fill.ph-text-aa:before {
  content: "\ed57";
}
.ph-fill.ph-text-align-center:before {
  content: "\ed58";
}
.ph-fill.ph-text-align-justify:before {
  content: "\ed59";
}
.ph-fill.ph-text-align-left:before {
  content: "\ed5a";
}
.ph-fill.ph-text-align-right:before {
  content: "\ed5b";
}
.ph-fill.ph-text-a-underline:before {
  content: "\ed5c";
}
.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
  content: "\ed5d";
}
.ph-fill.ph-textbox:before {
  content: "\ed5e";
}
.ph-fill.ph-text-columns:before {
  content: "\ed5f";
}
.ph-fill.ph-text-h:before {
  content: "\ed60";
}
.ph-fill.ph-text-h-five:before {
  content: "\ed61";
}
.ph-fill.ph-text-h-four:before {
  content: "\ed62";
}
.ph-fill.ph-text-h-one:before {
  content: "\ed63";
}
.ph-fill.ph-text-h-six:before {
  content: "\ed64";
}
.ph-fill.ph-text-h-three:before {
  content: "\ed65";
}
.ph-fill.ph-text-h-two:before {
  content: "\ed66";
}
.ph-fill.ph-text-indent:before {
  content: "\ed67";
}
.ph-fill.ph-text-italic:before {
  content: "\ed68";
}
.ph-fill.ph-text-outdent:before {
  content: "\ed69";
}
.ph-fill.ph-text-strikethrough:before {
  content: "\ed6a";
}
.ph-fill.ph-text-t:before {
  content: "\ed6b";
}
.ph-fill.ph-text-underline:before {
  content: "\ed6c";
}
.ph-fill.ph-thermometer-cold:before {
  content: "\ed6d";
}
.ph-fill.ph-thermometer:before {
  content: "\ed6e";
}
.ph-fill.ph-thermometer-hot:before {
  content: "\ed6f";
}
.ph-fill.ph-thermometer-simple:before {
  content: "\ed70";
}
.ph-fill.ph-thumbs-down:before {
  content: "\ed71";
}
.ph-fill.ph-thumbs-up:before {
  content: "\ed72";
}
.ph-fill.ph-ticket:before {
  content: "\ed73";
}
.ph-fill.ph-tidal-logo:before {
  content: "\ed74";
}
.ph-fill.ph-tiktok-logo:before {
  content: "\ed75";
}
.ph-fill.ph-timer:before {
  content: "\ed76";
}
.ph-fill.ph-tipi:before {
  content: "\ed77";
}
.ph-fill.ph-toggle-left:before {
  content: "\ed78";
}
.ph-fill.ph-toggle-right:before {
  content: "\ed79";
}
.ph-fill.ph-toilet:before {
  content: "\ed7a";
}
.ph-fill.ph-toilet-paper:before {
  content: "\ed7b";
}
.ph-fill.ph-toolbox:before {
  content: "\ed7c";
}
.ph-fill.ph-tooth:before {
  content: "\ed7d";
}
.ph-fill.ph-tote:before {
  content: "\ed7e";
}
.ph-fill.ph-tote-simple:before {
  content: "\ed7f";
}
.ph-fill.ph-trademark:before {
  content: "\ed80";
}
.ph-fill.ph-trademark-registered:before {
  content: "\ed81";
}
.ph-fill.ph-traffic-cone:before {
  content: "\ed82";
}
.ph-fill.ph-traffic-signal:before {
  content: "\ed83";
}
.ph-fill.ph-traffic-sign:before {
  content: "\ed84";
}
.ph-fill.ph-train:before {
  content: "\ed85";
}
.ph-fill.ph-train-regional:before {
  content: "\ed86";
}
.ph-fill.ph-train-simple:before {
  content: "\ed87";
}
.ph-fill.ph-tram:before {
  content: "\ed88";
}
.ph-fill.ph-translate:before {
  content: "\ed89";
}
.ph-fill.ph-trash:before {
  content: "\ed8a";
}
.ph-fill.ph-trash-simple:before {
  content: "\ed8b";
}
.ph-fill.ph-tray:before {
  content: "\ed8c";
}
.ph-fill.ph-tree-evergreen:before {
  content: "\ed8d";
}
.ph-fill.ph-tree:before {
  content: "\ed8e";
}
.ph-fill.ph-tree-palm:before {
  content: "\ed8f";
}
.ph-fill.ph-tree-structure:before {
  content: "\ed90";
}
.ph-fill.ph-trend-down:before {
  content: "\ed91";
}
.ph-fill.ph-trend-up:before {
  content: "\ed92";
}
.ph-fill.ph-triangle:before {
  content: "\ed93";
}
.ph-fill.ph-trophy:before {
  content: "\ed94";
}
.ph-fill.ph-truck:before {
  content: "\ed95";
}
.ph-fill.ph-t-shirt:before {
  content: "\ed96";
}
.ph-fill.ph-twitch-logo:before {
  content: "\ed97";
}
.ph-fill.ph-twitter-logo:before {
  content: "\ed98";
}
.ph-fill.ph-umbrella:before {
  content: "\ed99";
}
.ph-fill.ph-umbrella-simple:before {
  content: "\ed9a";
}
.ph-fill.ph-unite:before {
  content: "\ed9b";
}
.ph-fill.ph-unite-square:before {
  content: "\ed9c";
}
.ph-fill.ph-upload:before {
  content: "\ed9d";
}
.ph-fill.ph-upload-simple:before {
  content: "\ed9e";
}
.ph-fill.ph-usb:before {
  content: "\ed9f";
}
.ph-fill.ph-user-circle:before {
  content: "\eda0";
}
.ph-fill.ph-user-circle-gear:before {
  content: "\eda1";
}
.ph-fill.ph-user-circle-minus:before {
  content: "\eda2";
}
.ph-fill.ph-user-circle-plus:before {
  content: "\eda3";
}
.ph-fill.ph-user:before {
  content: "\eda4";
}
.ph-fill.ph-user-focus:before {
  content: "\eda5";
}
.ph-fill.ph-user-gear:before {
  content: "\eda6";
}
.ph-fill.ph-user-list:before {
  content: "\eda7";
}
.ph-fill.ph-user-minus:before {
  content: "\eda8";
}
.ph-fill.ph-user-plus:before {
  content: "\eda9";
}
.ph-fill.ph-user-rectangle:before {
  content: "\edaa";
}
.ph-fill.ph-users:before {
  content: "\edab";
}
.ph-fill.ph-users-four:before {
  content: "\edac";
}
.ph-fill.ph-user-square:before {
  content: "\edad";
}
.ph-fill.ph-users-three:before {
  content: "\edae";
}
.ph-fill.ph-user-switch:before {
  content: "\edaf";
}
.ph-fill.ph-van:before {
  content: "\edb0";
}
.ph-fill.ph-vault:before {
  content: "\edb1";
}
.ph-fill.ph-vibrate:before {
  content: "\edb2";
}
.ph-fill.ph-video-camera:before {
  content: "\edb3";
}
.ph-fill.ph-video-camera-slash:before {
  content: "\edb4";
}
.ph-fill.ph-video:before {
  content: "\edb5";
}
.ph-fill.ph-vignette:before {
  content: "\edb6";
}
.ph-fill.ph-vinyl-record:before {
  content: "\edb7";
}
.ph-fill.ph-virtual-reality:before {
  content: "\edb8";
}
.ph-fill.ph-virus:before {
  content: "\edb9";
}
.ph-fill.ph-voicemail:before {
  content: "\edba";
}
.ph-fill.ph-volleyball:before {
  content: "\edbb";
}
.ph-fill.ph-wallet:before {
  content: "\edbc";
}
.ph-fill.ph-wall:before {
  content: "\edbd";
}
.ph-fill.ph-warehouse:before {
  content: "\edbe";
}
.ph-fill.ph-warning-circle:before {
  content: "\edbf";
}
.ph-fill.ph-warning-diamond:before {
  content: "\edc0";
}
.ph-fill.ph-warning:before {
  content: "\edc1";
}
.ph-fill.ph-warning-octagon:before {
  content: "\edc2";
}
.ph-fill.ph-watch:before {
  content: "\edc3";
}
.ph-fill.ph-waveform:before {
  content: "\edc4";
}
.ph-fill.ph-wave-sawtooth:before {
  content: "\edc5";
}
.ph-fill.ph-waves:before {
  content: "\edc6";
}
.ph-fill.ph-wave-sine:before {
  content: "\edc7";
}
.ph-fill.ph-wave-square:before {
  content: "\edc8";
}
.ph-fill.ph-wave-triangle:before {
  content: "\edc9";
}
.ph-fill.ph-webcam:before {
  content: "\edca";
}
.ph-fill.ph-webcam-slash:before {
  content: "\edcb";
}
.ph-fill.ph-webhooks-logo:before {
  content: "\edcc";
}
.ph-fill.ph-wechat-logo:before {
  content: "\edcd";
}
.ph-fill.ph-whatsapp-logo:before {
  content: "\edce";
}
.ph-fill.ph-wheelchair:before {
  content: "\edcf";
}
.ph-fill.ph-wheelchair-motion:before {
  content: "\edd0";
}
.ph-fill.ph-wifi-high:before {
  content: "\edd1";
}
.ph-fill.ph-wifi-low:before {
  content: "\edd2";
}
.ph-fill.ph-wifi-medium:before {
  content: "\edd3";
}
.ph-fill.ph-wifi-none:before {
  content: "\edd4";
}
.ph-fill.ph-wifi-slash:before {
  content: "\edd5";
}
.ph-fill.ph-wifi-x:before {
  content: "\edd6";
}
.ph-fill.ph-wind:before {
  content: "\edd7";
}
.ph-fill.ph-windows-logo:before {
  content: "\edd8";
}
.ph-fill.ph-wine:before {
  content: "\edd9";
}
.ph-fill.ph-wrench:before {
  content: "\edda";
}
.ph-fill.ph-x-circle:before {
  content: "\eddb";
}
.ph-fill.ph-x:before {
  content: "\eddc";
}
.ph-fill.ph-x-square:before {
  content: "\eddd";
}
.ph-fill.ph-yin-yang:before {
  content: "\edde";
}
.ph-fill.ph-youtube-logo:before {
  content: "\eddf";
}

@font-face {
  font-family: "Phosphor-Light";
  src: url(/fonts/Phosphor-Light.cf7fc089.woff2) format("woff2"),
    url(/fonts/Phosphor-Light.625fc557.woff) format("woff"),
    url(/fonts/Phosphor-Light.de957064.ttf) format("truetype"),
    url(/img/Phosphor-Light.79242b7e.svg#Phosphor-Light) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-light {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Light" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-light.ph-address-book:before {
  content: "\e900";
}
.ph-light.ph-airplane-in-flight:before {
  content: "\e901";
}
.ph-light.ph-airplane-landing:before {
  content: "\e902";
}
.ph-light.ph-airplane:before {
  content: "\e903";
}
.ph-light.ph-airplane-takeoff:before {
  content: "\e904";
}
.ph-light.ph-airplane-tilt:before {
  content: "\e905";
}
.ph-light.ph-airplay:before {
  content: "\e906";
}
.ph-light.ph-air-traffic-control:before {
  content: "\e907";
}
.ph-light.ph-alarm:before {
  content: "\e908";
}
.ph-light.ph-alien:before {
  content: "\e909";
}
.ph-light.ph-align-bottom:before {
  content: "\e90a";
}
.ph-light.ph-align-bottom-simple:before {
  content: "\e90b";
}
.ph-light.ph-align-center-horizontal:before {
  content: "\e90c";
}
.ph-light.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}
.ph-light.ph-align-center-vertical:before {
  content: "\e90e";
}
.ph-light.ph-align-center-vertical-simple:before {
  content: "\e90f";
}
.ph-light.ph-align-left:before {
  content: "\e910";
}
.ph-light.ph-align-left-simple:before {
  content: "\e911";
}
.ph-light.ph-align-right:before {
  content: "\e912";
}
.ph-light.ph-align-right-simple:before {
  content: "\e913";
}
.ph-light.ph-align-top:before {
  content: "\e914";
}
.ph-light.ph-align-top-simple:before {
  content: "\e915";
}
.ph-light.ph-amazon-logo:before {
  content: "\e916";
}
.ph-light.ph-anchor:before {
  content: "\e917";
}
.ph-light.ph-anchor-simple:before {
  content: "\e918";
}
.ph-light.ph-android-logo:before {
  content: "\e919";
}
.ph-light.ph-angular-logo:before {
  content: "\e91a";
}
.ph-light.ph-aperture:before {
  content: "\e91b";
}
.ph-light.ph-apple-logo:before {
  content: "\e91c";
}
.ph-light.ph-apple-podcasts-logo:before {
  content: "\e91d";
}
.ph-light.ph-app-store-logo:before {
  content: "\e91e";
}
.ph-light.ph-app-window:before {
  content: "\e91f";
}
.ph-light.ph-archive-box:before {
  content: "\e920";
}
.ph-light.ph-archive:before {
  content: "\e921";
}
.ph-light.ph-archive-tray:before {
  content: "\e922";
}
.ph-light.ph-armchair:before {
  content: "\e923";
}
.ph-light.ph-arrow-arc-left:before {
  content: "\e924";
}
.ph-light.ph-arrow-arc-right:before {
  content: "\e925";
}
.ph-light.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}
.ph-light.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}
.ph-light.ph-arrow-bend-down-left:before {
  content: "\e928";
}
.ph-light.ph-arrow-bend-down-right:before {
  content: "\e929";
}
.ph-light.ph-arrow-bend-left-down:before {
  content: "\e92a";
}
.ph-light.ph-arrow-bend-left-up:before {
  content: "\e92b";
}
.ph-light.ph-arrow-bend-right-down:before {
  content: "\e92c";
}
.ph-light.ph-arrow-bend-right-up:before {
  content: "\e92d";
}
.ph-light.ph-arrow-bend-up-left:before {
  content: "\e92e";
}
.ph-light.ph-arrow-bend-up-right:before {
  content: "\e92f";
}
.ph-light.ph-arrow-circle-down-left:before {
  content: "\e930";
}
.ph-light.ph-arrow-circle-down:before {
  content: "\e931";
}
.ph-light.ph-arrow-circle-down-right:before {
  content: "\e932";
}
.ph-light.ph-arrow-circle-left:before {
  content: "\e933";
}
.ph-light.ph-arrow-circle-right:before {
  content: "\e934";
}
.ph-light.ph-arrow-circle-up-left:before {
  content: "\e935";
}
.ph-light.ph-arrow-circle-up:before {
  content: "\e936";
}
.ph-light.ph-arrow-circle-up-right:before {
  content: "\e937";
}
.ph-light.ph-arrow-clockwise:before {
  content: "\e938";
}
.ph-light.ph-arrow-counter-clockwise:before {
  content: "\e939";
}
.ph-light.ph-arrow-down-left:before {
  content: "\e93a";
}
.ph-light.ph-arrow-down:before {
  content: "\e93b";
}
.ph-light.ph-arrow-down-right:before {
  content: "\e93c";
}
.ph-light.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}
.ph-light.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}
.ph-light.ph-arrow-elbow-left-down:before {
  content: "\e93f";
}
.ph-light.ph-arrow-elbow-left:before {
  content: "\e940";
}
.ph-light.ph-arrow-elbow-left-up:before {
  content: "\e941";
}
.ph-light.ph-arrow-elbow-right-down:before {
  content: "\e942";
}
.ph-light.ph-arrow-elbow-right:before {
  content: "\e943";
}
.ph-light.ph-arrow-elbow-right-up:before {
  content: "\e944";
}
.ph-light.ph-arrow-elbow-up-left:before {
  content: "\e945";
}
.ph-light.ph-arrow-elbow-up-right:before {
  content: "\e946";
}
.ph-light.ph-arrow-fat-down:before {
  content: "\e947";
}
.ph-light.ph-arrow-fat-left:before {
  content: "\e948";
}
.ph-light.ph-arrow-fat-line-down:before {
  content: "\e949";
}
.ph-light.ph-arrow-fat-line-left:before {
  content: "\e94a";
}
.ph-light.ph-arrow-fat-line-right:before {
  content: "\e94b";
}
.ph-light.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}
.ph-light.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}
.ph-light.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}
.ph-light.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}
.ph-light.ph-arrow-fat-line-up:before {
  content: "\e950";
}
.ph-light.ph-arrow-fat-right:before {
  content: "\e951";
}
.ph-light.ph-arrow-fat-up:before {
  content: "\e952";
}
.ph-light.ph-arrow-left:before {
  content: "\e953";
}
.ph-light.ph-arrow-line-down-left:before {
  content: "\e954";
}
.ph-light.ph-arrow-line-down:before {
  content: "\e955";
}
.ph-light.ph-arrow-line-down-right:before {
  content: "\e956";
}
.ph-light.ph-arrow-line-left:before {
  content: "\e957";
}
.ph-light.ph-arrow-line-right:before {
  content: "\e958";
}
.ph-light.ph-arrow-line-up-left:before {
  content: "\e959";
}
.ph-light.ph-arrow-line-up:before {
  content: "\e95a";
}
.ph-light.ph-arrow-line-up-right:before {
  content: "\e95b";
}
.ph-light.ph-arrow-right:before {
  content: "\e95c";
}
.ph-light.ph-arrows-clockwise:before {
  content: "\e95d";
}
.ph-light.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}
.ph-light.ph-arrows-down-up:before {
  content: "\e95f";
}
.ph-light.ph-arrows-horizontal:before {
  content: "\e960";
}
.ph-light.ph-arrows-in-cardinal:before {
  content: "\e961";
}
.ph-light.ph-arrows-in:before {
  content: "\e962";
}
.ph-light.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}
.ph-light.ph-arrows-in-line-vertical:before {
  content: "\e964";
}
.ph-light.ph-arrows-in-simple:before {
  content: "\e965";
}
.ph-light.ph-arrows-left-right:before {
  content: "\e966";
}
.ph-light.ph-arrows-merge:before {
  content: "\e967";
}
.ph-light.ph-arrows-out-cardinal:before {
  content: "\e968";
}
.ph-light.ph-arrows-out:before {
  content: "\e969";
}
.ph-light.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}
.ph-light.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}
.ph-light.ph-arrows-out-simple:before {
  content: "\e96c";
}
.ph-light.ph-arrow-square-down-left:before {
  content: "\e96d";
}
.ph-light.ph-arrow-square-down:before {
  content: "\e96e";
}
.ph-light.ph-arrow-square-down-right:before {
  content: "\e96f";
}
.ph-light.ph-arrow-square-in:before {
  content: "\e970";
}
.ph-light.ph-arrow-square-left:before {
  content: "\e971";
}
.ph-light.ph-arrow-square-out:before {
  content: "\e972";
}
.ph-light.ph-arrow-square-right:before {
  content: "\e973";
}
.ph-light.ph-arrow-square-up-left:before {
  content: "\e974";
}
.ph-light.ph-arrow-square-up:before {
  content: "\e975";
}
.ph-light.ph-arrow-square-up-right:before {
  content: "\e976";
}
.ph-light.ph-arrows-split:before {
  content: "\e977";
}
.ph-light.ph-arrows-vertical:before {
  content: "\e978";
}
.ph-light.ph-arrow-u-down-left:before {
  content: "\e979";
}
.ph-light.ph-arrow-u-down-right:before {
  content: "\e97a";
}
.ph-light.ph-arrow-u-left-down:before {
  content: "\e97b";
}
.ph-light.ph-arrow-u-left-up:before {
  content: "\e97c";
}
.ph-light.ph-arrow-up-left:before {
  content: "\e97d";
}
.ph-light.ph-arrow-up:before {
  content: "\e97e";
}
.ph-light.ph-arrow-up-right:before {
  content: "\e97f";
}
.ph-light.ph-arrow-u-right-down:before {
  content: "\e980";
}
.ph-light.ph-arrow-u-right-up:before {
  content: "\e981";
}
.ph-light.ph-arrow-u-up-left:before {
  content: "\e982";
}
.ph-light.ph-arrow-u-up-right:before {
  content: "\e983";
}
.ph-light.ph-article:before {
  content: "\e984";
}
.ph-light.ph-article-medium:before {
  content: "\e985";
}
.ph-light.ph-article-ny-times:before {
  content: "\e986";
}
.ph-light.ph-asterisk:before {
  content: "\e987";
}
.ph-light.ph-asterisk-simple:before {
  content: "\e988";
}
.ph-light.ph-at:before {
  content: "\e989";
}
.ph-light.ph-atom:before {
  content: "\e98a";
}
.ph-light.ph-baby:before {
  content: "\e98b";
}
.ph-light.ph-backpack:before {
  content: "\e98c";
}
.ph-light.ph-backspace:before {
  content: "\e98d";
}
.ph-light.ph-bag:before {
  content: "\e98e";
}
.ph-light.ph-bag-simple:before {
  content: "\e98f";
}
.ph-light.ph-balloon:before {
  content: "\e990";
}
.ph-light.ph-bandaids:before {
  content: "\e991";
}
.ph-light.ph-bank:before {
  content: "\e992";
}
.ph-light.ph-barbell:before {
  content: "\e993";
}
.ph-light.ph-barcode:before {
  content: "\e994";
}
.ph-light.ph-barricade:before {
  content: "\e995";
}
.ph-light.ph-baseball-cap:before {
  content: "\e996";
}
.ph-light.ph-baseball:before {
  content: "\e997";
}
.ph-light.ph-basketball:before {
  content: "\e998";
}
.ph-light.ph-basket:before {
  content: "\e999";
}
.ph-light.ph-bathtub:before {
  content: "\e99a";
}
.ph-light.ph-battery-charging:before {
  content: "\e99b";
}
.ph-light.ph-battery-charging-vertical:before {
  content: "\e99c";
}
.ph-light.ph-battery-empty:before {
  content: "\e99d";
}
.ph-light.ph-battery-full:before {
  content: "\e99e";
}
.ph-light.ph-battery-high:before {
  content: "\e99f";
}
.ph-light.ph-battery-low:before {
  content: "\e9a0";
}
.ph-light.ph-battery-medium:before {
  content: "\e9a1";
}
.ph-light.ph-battery-plus:before {
  content: "\e9a2";
}
.ph-light.ph-battery-plus-vertical:before {
  content: "\e9a3";
}
.ph-light.ph-battery-vertical-empty:before {
  content: "\e9a4";
}
.ph-light.ph-battery-vertical-full:before {
  content: "\e9a5";
}
.ph-light.ph-battery-vertical-high:before {
  content: "\e9a6";
}
.ph-light.ph-battery-vertical-low:before {
  content: "\e9a7";
}
.ph-light.ph-battery-vertical-medium:before {
  content: "\e9a8";
}
.ph-light.ph-battery-warning:before {
  content: "\e9a9";
}
.ph-light.ph-battery-warning-vertical:before {
  content: "\e9aa";
}
.ph-light.ph-bed:before {
  content: "\e9ab";
}
.ph-light.ph-beer-bottle:before {
  content: "\e9ac";
}
.ph-light.ph-beer-stein:before {
  content: "\e9ad";
}
.ph-light.ph-behance-logo:before {
  content: "\e9ae";
}
.ph-light.ph-bell:before {
  content: "\e9af";
}
.ph-light.ph-bell-ringing:before {
  content: "\e9b0";
}
.ph-light.ph-bell-simple:before {
  content: "\e9b1";
}
.ph-light.ph-bell-simple-ringing:before {
  content: "\e9b2";
}
.ph-light.ph-bell-simple-slash:before {
  content: "\e9b3";
}
.ph-light.ph-bell-simple-z:before {
  content: "\e9b4";
}
.ph-light.ph-bell-slash:before {
  content: "\e9b5";
}
.ph-light.ph-bell-z:before {
  content: "\e9b6";
}
.ph-light.ph-bezier-curve:before {
  content: "\e9b7";
}
.ph-light.ph-bicycle:before {
  content: "\e9b8";
}
.ph-light.ph-binoculars:before {
  content: "\e9b9";
}
.ph-light.ph-bird:before {
  content: "\e9ba";
}
.ph-light.ph-bluetooth-connected:before {
  content: "\e9bb";
}
.ph-light.ph-bluetooth:before {
  content: "\e9bc";
}
.ph-light.ph-bluetooth-slash:before {
  content: "\e9bd";
}
.ph-light.ph-bluetooth-x:before {
  content: "\e9be";
}
.ph-light.ph-boat:before {
  content: "\e9bf";
}
.ph-light.ph-bone:before {
  content: "\e9c0";
}
.ph-light.ph-book-bookmark:before {
  content: "\e9c1";
}
.ph-light.ph-book:before {
  content: "\e9c2";
}
.ph-light.ph-bookmark:before {
  content: "\e9c3";
}
.ph-light.ph-bookmark-simple:before {
  content: "\e9c4";
}
.ph-light.ph-bookmarks:before {
  content: "\e9c5";
}
.ph-light.ph-bookmarks-simple:before {
  content: "\e9c6";
}
.ph-light.ph-book-open:before {
  content: "\e9c7";
}
.ph-light.ph-book-open-text:before {
  content: "\e9c8";
}
.ph-light.ph-books:before {
  content: "\e9c9";
}
.ph-light.ph-boot:before {
  content: "\e9ca";
}
.ph-light.ph-bounding-box:before {
  content: "\e9cb";
}
.ph-light.ph-bowl-food:before {
  content: "\e9cc";
}
.ph-light.ph-brackets-angle:before {
  content: "\e9cd";
}
.ph-light.ph-brackets-curly:before {
  content: "\e9ce";
}
.ph-light.ph-brackets-round:before {
  content: "\e9cf";
}
.ph-light.ph-brackets-square:before {
  content: "\e9d0";
}
.ph-light.ph-brain:before {
  content: "\e9d1";
}
.ph-light.ph-brandy:before {
  content: "\e9d2";
}
.ph-light.ph-bridge:before {
  content: "\e9d3";
}
.ph-light.ph-briefcase:before {
  content: "\e9d4";
}
.ph-light.ph-briefcase-metal:before {
  content: "\e9d5";
}
.ph-light.ph-broadcast:before {
  content: "\e9d6";
}
.ph-light.ph-broom:before {
  content: "\e9d7";
}
.ph-light.ph-browser:before {
  content: "\e9d8";
}
.ph-light.ph-browsers:before {
  content: "\e9d9";
}
.ph-light.ph-bug-beetle:before {
  content: "\e9da";
}
.ph-light.ph-bug-droid:before {
  content: "\e9db";
}
.ph-light.ph-bug:before {
  content: "\e9dc";
}
.ph-light.ph-buildings:before {
  content: "\e9dd";
}
.ph-light.ph-bus:before {
  content: "\e9de";
}
.ph-light.ph-butterfly:before {
  content: "\e9df";
}
.ph-light.ph-cactus:before {
  content: "\e9e0";
}
.ph-light.ph-cake:before {
  content: "\e9e1";
}
.ph-light.ph-calculator:before {
  content: "\e9e2";
}
.ph-light.ph-calendar-blank:before {
  content: "\e9e3";
}
.ph-light.ph-calendar-check:before {
  content: "\e9e4";
}
.ph-light.ph-calendar:before {
  content: "\e9e5";
}
.ph-light.ph-calendar-plus:before {
  content: "\e9e6";
}
.ph-light.ph-calendar-x:before {
  content: "\e9e7";
}
.ph-light.ph-call-bell:before {
  content: "\e9e8";
}
.ph-light.ph-camera:before {
  content: "\e9e9";
}
.ph-light.ph-camera-plus:before {
  content: "\e9ea";
}
.ph-light.ph-camera-rotate:before {
  content: "\e9eb";
}
.ph-light.ph-camera-slash:before {
  content: "\e9ec";
}
.ph-light.ph-campfire:before {
  content: "\e9ed";
}
.ph-light.ph-cardholder:before {
  content: "\e9ee";
}
.ph-light.ph-cards:before {
  content: "\e9ef";
}
.ph-light.ph-caret-circle-double-down:before {
  content: "\e9f0";
}
.ph-light.ph-caret-circle-double-left:before {
  content: "\e9f1";
}
.ph-light.ph-caret-circle-double-right:before {
  content: "\e9f2";
}
.ph-light.ph-caret-circle-double-up:before {
  content: "\e9f3";
}
.ph-light.ph-caret-circle-down:before {
  content: "\e9f4";
}
.ph-light.ph-caret-circle-left:before {
  content: "\e9f5";
}
.ph-light.ph-caret-circle-right:before {
  content: "\e9f6";
}
.ph-light.ph-caret-circle-up-down:before {
  content: "\e9f7";
}
.ph-light.ph-caret-circle-up:before {
  content: "\e9f8";
}
.ph-light.ph-caret-double-down:before {
  content: "\e9f9";
}
.ph-light.ph-caret-double-left:before {
  content: "\e9fa";
}
.ph-light.ph-caret-double-right:before {
  content: "\e9fb";
}
.ph-light.ph-caret-double-up:before {
  content: "\e9fc";
}
.ph-light.ph-caret-down:before {
  content: "\e9fd";
}
.ph-light.ph-caret-left:before {
  content: "\e9fe";
}
.ph-light.ph-caret-right:before {
  content: "\e9ff";
}
.ph-light.ph-caret-up-down:before {
  content: "\ea00";
}
.ph-light.ph-caret-up:before {
  content: "\ea01";
}
.ph-light.ph-car:before {
  content: "\ea02";
}
.ph-light.ph-car-profile:before {
  content: "\ea03";
}
.ph-light.ph-carrot:before {
  content: "\ea04";
}
.ph-light.ph-car-simple:before {
  content: "\ea05";
}
.ph-light.ph-cassette-tape:before {
  content: "\ea06";
}
.ph-light.ph-castle-turret:before {
  content: "\ea07";
}
.ph-light.ph-cat:before {
  content: "\ea08";
}
.ph-light.ph-cell-signal-full:before {
  content: "\ea09";
}
.ph-light.ph-cell-signal-high:before {
  content: "\ea0a";
}
.ph-light.ph-cell-signal-low:before {
  content: "\ea0b";
}
.ph-light.ph-cell-signal-medium:before {
  content: "\ea0c";
}
.ph-light.ph-cell-signal-none:before {
  content: "\ea0d";
}
.ph-light.ph-cell-signal-slash:before {
  content: "\ea0e";
}
.ph-light.ph-cell-signal-x:before {
  content: "\ea0f";
}
.ph-light.ph-certificate:before {
  content: "\ea10";
}
.ph-light.ph-chair:before {
  content: "\ea11";
}
.ph-light.ph-chalkboard:before {
  content: "\ea12";
}
.ph-light.ph-chalkboard-simple:before {
  content: "\ea13";
}
.ph-light.ph-chalkboard-teacher:before {
  content: "\ea14";
}
.ph-light.ph-champagne:before {
  content: "\ea15";
}
.ph-light.ph-charging-station:before {
  content: "\ea16";
}
.ph-light.ph-chart-bar-horizontal:before {
  content: "\ea17";
}
.ph-light.ph-chart-bar:before {
  content: "\ea18";
}
.ph-light.ph-chart-donut:before {
  content: "\ea19";
}
.ph-light.ph-chart-line-down:before {
  content: "\ea1a";
}
.ph-light.ph-chart-line:before {
  content: "\ea1b";
}
.ph-light.ph-chart-line-up:before {
  content: "\ea1c";
}
.ph-light.ph-chart-pie:before {
  content: "\ea1d";
}
.ph-light.ph-chart-pie-slice:before {
  content: "\ea1e";
}
.ph-light.ph-chart-polar:before {
  content: "\ea1f";
}
.ph-light.ph-chart-scatter:before {
  content: "\ea20";
}
.ph-light.ph-chat-centered-dots:before {
  content: "\ea21";
}
.ph-light.ph-chat-centered:before {
  content: "\ea22";
}
.ph-light.ph-chat-centered-text:before {
  content: "\ea23";
}
.ph-light.ph-chat-circle-dots:before {
  content: "\ea24";
}
.ph-light.ph-chat-circle:before {
  content: "\ea25";
}
.ph-light.ph-chat-circle-text:before {
  content: "\ea26";
}
.ph-light.ph-chat-dots:before {
  content: "\ea27";
}
.ph-light.ph-chat:before {
  content: "\ea28";
}
.ph-light.ph-chats-circle:before {
  content: "\ea29";
}
.ph-light.ph-chats:before {
  content: "\ea2a";
}
.ph-light.ph-chats-teardrop:before {
  content: "\ea2b";
}
.ph-light.ph-chat-teardrop-dots:before {
  content: "\ea2c";
}
.ph-light.ph-chat-teardrop:before {
  content: "\ea2d";
}
.ph-light.ph-chat-teardrop-text:before {
  content: "\ea2e";
}
.ph-light.ph-chat-text:before {
  content: "\ea2f";
}
.ph-light.ph-check-circle:before {
  content: "\ea30";
}
.ph-light.ph-check-fat:before {
  content: "\ea31";
}
.ph-light.ph-check:before {
  content: "\ea32";
}
.ph-light.ph-checks:before {
  content: "\ea33";
}
.ph-light.ph-check-square:before {
  content: "\ea34";
}
.ph-light.ph-check-square-offset:before {
  content: "\ea35";
}
.ph-light.ph-church:before {
  content: "\ea36";
}
.ph-light.ph-circle-dashed:before {
  content: "\ea37";
}
.ph-light.ph-circle-half:before {
  content: "\ea38";
}
.ph-light.ph-circle-half-tilt:before {
  content: "\ea39";
}
.ph-light.ph-circle:before {
  content: "\ea3a";
}
.ph-light.ph-circle-notch:before {
  content: "\ea3b";
}
.ph-light.ph-circles-four:before {
  content: "\ea3c";
}
.ph-light.ph-circles-three:before {
  content: "\ea3d";
}
.ph-light.ph-circles-three-plus:before {
  content: "\ea3e";
}
.ph-light.ph-circuitry:before {
  content: "\ea3f";
}
.ph-light.ph-clipboard:before {
  content: "\ea40";
}
.ph-light.ph-clipboard-text:before {
  content: "\ea41";
}
.ph-light.ph-clock-afternoon:before {
  content: "\ea42";
}
.ph-light.ph-clock-clockwise:before {
  content: "\ea43";
}
.ph-light.ph-clock-countdown:before {
  content: "\ea44";
}
.ph-light.ph-clock-counter-clockwise:before {
  content: "\ea45";
}
.ph-light.ph-clock:before {
  content: "\ea46";
}
.ph-light.ph-closed-captioning:before {
  content: "\ea47";
}
.ph-light.ph-cloud-arrow-down:before {
  content: "\ea48";
}
.ph-light.ph-cloud-arrow-up:before {
  content: "\ea49";
}
.ph-light.ph-cloud-check:before {
  content: "\ea4a";
}
.ph-light.ph-cloud-fog:before {
  content: "\ea4b";
}
.ph-light.ph-cloud:before {
  content: "\ea4c";
}
.ph-light.ph-cloud-lightning:before {
  content: "\ea4d";
}
.ph-light.ph-cloud-moon:before {
  content: "\ea4e";
}
.ph-light.ph-cloud-rain:before {
  content: "\ea4f";
}
.ph-light.ph-cloud-slash:before {
  content: "\ea50";
}
.ph-light.ph-cloud-snow:before {
  content: "\ea51";
}
.ph-light.ph-cloud-sun:before {
  content: "\ea52";
}
.ph-light.ph-cloud-warning:before {
  content: "\ea53";
}
.ph-light.ph-cloud-x:before {
  content: "\ea54";
}
.ph-light.ph-club:before {
  content: "\ea55";
}
.ph-light.ph-coat-hanger:before {
  content: "\ea56";
}
.ph-light.ph-coda-logo:before {
  content: "\ea57";
}
.ph-light.ph-code-block:before {
  content: "\ea58";
}
.ph-light.ph-code:before {
  content: "\ea59";
}
.ph-light.ph-codepen-logo:before {
  content: "\ea5a";
}
.ph-light.ph-codesandbox-logo:before {
  content: "\ea5b";
}
.ph-light.ph-code-simple:before {
  content: "\ea5c";
}
.ph-light.ph-coffee:before {
  content: "\ea5d";
}
.ph-light.ph-coin:before {
  content: "\ea5e";
}
.ph-light.ph-coins:before {
  content: "\ea5f";
}
.ph-light.ph-coin-vertical:before {
  content: "\ea60";
}
.ph-light.ph-columns:before {
  content: "\ea61";
}
.ph-light.ph-command:before {
  content: "\ea62";
}
.ph-light.ph-compass:before {
  content: "\ea63";
}
.ph-light.ph-compass-tool:before {
  content: "\ea64";
}
.ph-light.ph-computer-tower:before {
  content: "\ea65";
}
.ph-light.ph-confetti:before {
  content: "\ea66";
}
.ph-light.ph-contactless-payment:before {
  content: "\ea67";
}
.ph-light.ph-control:before {
  content: "\ea68";
}
.ph-light.ph-cookie:before {
  content: "\ea69";
}
.ph-light.ph-cooking-pot:before {
  content: "\ea6a";
}
.ph-light.ph-copyleft:before {
  content: "\ea6b";
}
.ph-light.ph-copy:before {
  content: "\ea6c";
}
.ph-light.ph-copyright:before {
  content: "\ea6d";
}
.ph-light.ph-copy-simple:before {
  content: "\ea6e";
}
.ph-light.ph-corners-in:before {
  content: "\ea6f";
}
.ph-light.ph-corners-out:before {
  content: "\ea70";
}
.ph-light.ph-couch:before {
  content: "\ea71";
}
.ph-light.ph-cpu:before {
  content: "\ea72";
}
.ph-light.ph-credit-card:before {
  content: "\ea73";
}
.ph-light.ph-crop:before {
  content: "\ea74";
}
.ph-light.ph-crosshair:before {
  content: "\ea75";
}
.ph-light.ph-crosshair-simple:before {
  content: "\ea76";
}
.ph-light.ph-cross:before {
  content: "\ea77";
}
.ph-light.ph-crown:before {
  content: "\ea78";
}
.ph-light.ph-crown-simple:before {
  content: "\ea79";
}
.ph-light.ph-cube-focus:before {
  content: "\ea7a";
}
.ph-light.ph-cube:before {
  content: "\ea7b";
}
.ph-light.ph-cube-transparent:before {
  content: "\ea7c";
}
.ph-light.ph-currency-btc:before {
  content: "\ea7d";
}
.ph-light.ph-currency-circle-dollar:before {
  content: "\ea7e";
}
.ph-light.ph-currency-cny:before {
  content: "\ea7f";
}
.ph-light.ph-currency-dollar:before {
  content: "\ea80";
}
.ph-light.ph-currency-dollar-simple:before {
  content: "\ea81";
}
.ph-light.ph-currency-eth:before {
  content: "\ea82";
}
.ph-light.ph-currency-eur:before {
  content: "\ea83";
}
.ph-light.ph-currency-gbp:before {
  content: "\ea84";
}
.ph-light.ph-currency-inr:before {
  content: "\ea85";
}
.ph-light.ph-currency-jpy:before {
  content: "\ea86";
}
.ph-light.ph-currency-krw:before {
  content: "\ea87";
}
.ph-light.ph-currency-kzt:before {
  content: "\ea88";
}
.ph-light.ph-currency-ngn:before {
  content: "\ea89";
}
.ph-light.ph-currency-rub:before {
  content: "\ea8a";
}
.ph-light.ph-cursor-click:before {
  content: "\ea8b";
}
.ph-light.ph-cursor:before {
  content: "\ea8c";
}
.ph-light.ph-cursor-text:before {
  content: "\ea8d";
}
.ph-light.ph-cylinder:before {
  content: "\ea8e";
}
.ph-light.ph-database:before {
  content: "\ea8f";
}
.ph-light.ph-desktop:before {
  content: "\ea90";
}
.ph-light.ph-desktop-tower:before {
  content: "\ea91";
}
.ph-light.ph-detective:before {
  content: "\ea92";
}
.ph-light.ph-device-mobile-camera:before {
  content: "\ea93";
}
.ph-light.ph-device-mobile:before {
  content: "\ea94";
}
.ph-light.ph-device-mobile-speaker:before {
  content: "\ea95";
}
.ph-light.ph-devices:before {
  content: "\ea96";
}
.ph-light.ph-device-tablet-camera:before {
  content: "\ea97";
}
.ph-light.ph-device-tablet:before {
  content: "\ea98";
}
.ph-light.ph-device-tablet-speaker:before {
  content: "\ea99";
}
.ph-light.ph-dev-to-logo:before {
  content: "\ea9a";
}
.ph-light.ph-diamond:before {
  content: "\ea9b";
}
.ph-light.ph-diamonds-four:before {
  content: "\ea9c";
}
.ph-light.ph-dice-five:before {
  content: "\ea9d";
}
.ph-light.ph-dice-four:before {
  content: "\ea9e";
}
.ph-light.ph-dice-one:before {
  content: "\ea9f";
}
.ph-light.ph-dice-six:before {
  content: "\eaa0";
}
.ph-light.ph-dice-three:before {
  content: "\eaa1";
}
.ph-light.ph-dice-two:before {
  content: "\eaa2";
}
.ph-light.ph-disc:before {
  content: "\eaa3";
}
.ph-light.ph-discord-logo:before {
  content: "\eaa4";
}
.ph-light.ph-divide:before {
  content: "\eaa5";
}
.ph-light.ph-dna:before {
  content: "\eaa6";
}
.ph-light.ph-dog:before {
  content: "\eaa7";
}
.ph-light.ph-door:before {
  content: "\eaa8";
}
.ph-light.ph-door-open:before {
  content: "\eaa9";
}
.ph-light.ph-dot:before {
  content: "\eaaa";
}
.ph-light.ph-dot-outline:before {
  content: "\eaab";
}
.ph-light.ph-dots-nine:before {
  content: "\eaac";
}
.ph-light.ph-dots-six:before {
  content: "\eaad";
}
.ph-light.ph-dots-six-vertical:before {
  content: "\eaae";
}
.ph-light.ph-dots-three-circle:before {
  content: "\eaaf";
}
.ph-light.ph-dots-three-circle-vertical:before {
  content: "\eab0";
}
.ph-light.ph-dots-three:before {
  content: "\eab1";
}
.ph-light.ph-dots-three-outline:before {
  content: "\eab2";
}
.ph-light.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}
.ph-light.ph-dots-three-vertical:before {
  content: "\eab4";
}
.ph-light.ph-download:before {
  content: "\eab5";
}
.ph-light.ph-download-simple:before {
  content: "\eab6";
}
.ph-light.ph-dress:before {
  content: "\eab7";
}
.ph-light.ph-dribbble-logo:before {
  content: "\eab8";
}
.ph-light.ph-dropbox-logo:before {
  content: "\eab9";
}
.ph-light.ph-drop-half-bottom:before {
  content: "\eaba";
}
.ph-light.ph-drop-half:before {
  content: "\eabb";
}
.ph-light.ph-drop:before {
  content: "\eabc";
}
.ph-light.ph-ear:before {
  content: "\eabd";
}
.ph-light.ph-ear-slash:before {
  content: "\eabe";
}
.ph-light.ph-egg-crack:before {
  content: "\eabf";
}
.ph-light.ph-egg:before {
  content: "\eac0";
}
.ph-light.ph-eject:before {
  content: "\eac1";
}
.ph-light.ph-eject-simple:before {
  content: "\eac2";
}
.ph-light.ph-elevator:before {
  content: "\eac3";
}
.ph-light.ph-engine:before {
  content: "\eac4";
}
.ph-light.ph-envelope:before {
  content: "\eac5";
}
.ph-light.ph-envelope-open:before {
  content: "\eac6";
}
.ph-light.ph-envelope-simple:before {
  content: "\eac7";
}
.ph-light.ph-envelope-simple-open:before {
  content: "\eac8";
}
.ph-light.ph-equalizer:before {
  content: "\eac9";
}
.ph-light.ph-equals:before {
  content: "\eaca";
}
.ph-light.ph-eraser:before {
  content: "\eacb";
}
.ph-light.ph-escalator-down:before {
  content: "\eacc";
}
.ph-light.ph-escalator-up:before {
  content: "\eacd";
}
.ph-light.ph-exam:before {
  content: "\eace";
}
.ph-light.ph-exclude:before {
  content: "\eacf";
}
.ph-light.ph-exclude-square:before {
  content: "\ead0";
}
.ph-light.ph-export:before {
  content: "\ead1";
}
.ph-light.ph-eye-closed:before {
  content: "\ead2";
}
.ph-light.ph-eyedropper:before {
  content: "\ead3";
}
.ph-light.ph-eyedropper-sample:before {
  content: "\ead4";
}
.ph-light.ph-eyeglasses:before {
  content: "\ead5";
}
.ph-light.ph-eye:before {
  content: "\ead6";
}
.ph-light.ph-eye-slash:before {
  content: "\ead7";
}
.ph-light.ph-facebook-logo:before {
  content: "\ead8";
}
.ph-light.ph-face-mask:before {
  content: "\ead9";
}
.ph-light.ph-factory:before {
  content: "\eada";
}
.ph-light.ph-faders-horizontal:before {
  content: "\eadb";
}
.ph-light.ph-faders:before {
  content: "\eadc";
}
.ph-light.ph-fan:before {
  content: "\eadd";
}
.ph-light.ph-fast-forward-circle:before {
  content: "\eade";
}
.ph-light.ph-fast-forward:before {
  content: "\eadf";
}
.ph-light.ph-feather:before {
  content: "\eae0";
}
.ph-light.ph-figma-logo:before {
  content: "\eae1";
}
.ph-light.ph-file-archive:before {
  content: "\eae2";
}
.ph-light.ph-file-arrow-down:before {
  content: "\eae3";
}
.ph-light.ph-file-arrow-up:before {
  content: "\eae4";
}
.ph-light.ph-file-audio:before {
  content: "\eae5";
}
.ph-light.ph-file-cloud:before {
  content: "\eae6";
}
.ph-light.ph-file-code:before {
  content: "\eae7";
}
.ph-light.ph-file-css:before {
  content: "\eae8";
}
.ph-light.ph-file-csv:before {
  content: "\eae9";
}
.ph-light.ph-file-dashed:before, .ph-light.ph-file-dotted:before {
  content: "\eaea";
}
.ph-light.ph-file-doc:before {
  content: "\eaeb";
}
.ph-light.ph-file-html:before {
  content: "\eaec";
}
.ph-light.ph-file-image:before {
  content: "\eaed";
}
.ph-light.ph-file-jpg:before {
  content: "\eaee";
}
.ph-light.ph-file-js:before {
  content: "\eaef";
}
.ph-light.ph-file-jsx:before {
  content: "\eaf0";
}
.ph-light.ph-file:before {
  content: "\eaf1";
}
.ph-light.ph-file-lock:before {
  content: "\eaf2";
}
.ph-light.ph-file-magnifying-glass:before, .ph-light.ph-file-search:before {
  content: "\eaf3";
}
.ph-light.ph-file-minus:before {
  content: "\eaf4";
}
.ph-light.ph-file-pdf:before {
  content: "\eaf5";
}
.ph-light.ph-file-plus:before {
  content: "\eaf6";
}
.ph-light.ph-file-png:before {
  content: "\eaf7";
}
.ph-light.ph-file-ppt:before {
  content: "\eaf8";
}
.ph-light.ph-file-rs:before {
  content: "\eaf9";
}
.ph-light.ph-files:before {
  content: "\eafa";
}
.ph-light.ph-file-sql:before {
  content: "\eafb";
}
.ph-light.ph-file-svg:before {
  content: "\eafc";
}
.ph-light.ph-file-text:before {
  content: "\eafd";
}
.ph-light.ph-file-ts:before {
  content: "\eafe";
}
.ph-light.ph-file-tsx:before {
  content: "\eaff";
}
.ph-light.ph-file-video:before {
  content: "\eb00";
}
.ph-light.ph-file-vue:before {
  content: "\eb01";
}
.ph-light.ph-file-x:before {
  content: "\eb02";
}
.ph-light.ph-file-xls:before {
  content: "\eb03";
}
.ph-light.ph-file-zip:before {
  content: "\eb04";
}
.ph-light.ph-film-reel:before {
  content: "\eb05";
}
.ph-light.ph-film-script:before {
  content: "\eb06";
}
.ph-light.ph-film-slate:before {
  content: "\eb07";
}
.ph-light.ph-film-strip:before {
  content: "\eb08";
}
.ph-light.ph-fingerprint:before {
  content: "\eb09";
}
.ph-light.ph-fingerprint-simple:before {
  content: "\eb0a";
}
.ph-light.ph-finn-the-human:before {
  content: "\eb0b";
}
.ph-light.ph-fire-extinguisher:before {
  content: "\eb0c";
}
.ph-light.ph-fire:before {
  content: "\eb0d";
}
.ph-light.ph-fire-simple:before {
  content: "\eb0e";
}
.ph-light.ph-first-aid-kit:before {
  content: "\eb0f";
}
.ph-light.ph-first-aid:before {
  content: "\eb10";
}
.ph-light.ph-fish:before {
  content: "\eb11";
}
.ph-light.ph-fish-simple:before {
  content: "\eb12";
}
.ph-light.ph-flag-banner:before {
  content: "\eb13";
}
.ph-light.ph-flag-checkered:before {
  content: "\eb14";
}
.ph-light.ph-flag:before {
  content: "\eb15";
}
.ph-light.ph-flag-pennant:before {
  content: "\eb16";
}
.ph-light.ph-flame:before {
  content: "\eb17";
}
.ph-light.ph-flashlight:before {
  content: "\eb18";
}
.ph-light.ph-flask:before {
  content: "\eb19";
}
.ph-light.ph-floppy-disk-back:before {
  content: "\eb1a";
}
.ph-light.ph-floppy-disk:before {
  content: "\eb1b";
}
.ph-light.ph-flow-arrow:before {
  content: "\eb1c";
}
.ph-light.ph-flower:before {
  content: "\eb1d";
}
.ph-light.ph-flower-lotus:before {
  content: "\eb1e";
}
.ph-light.ph-flower-tulip:before {
  content: "\eb1f";
}
.ph-light.ph-flying-saucer:before {
  content: "\eb20";
}
.ph-light.ph-folder-dashed:before, .ph-light.ph-folder-dotted:before {
  content: "\eb21";
}
.ph-light.ph-folder:before {
  content: "\eb22";
}
.ph-light.ph-folder-lock:before {
  content: "\eb23";
}
.ph-light.ph-folder-minus:before {
  content: "\eb24";
}
.ph-light.ph-folder-notch:before {
  content: "\eb25";
}
.ph-light.ph-folder-notch-minus:before {
  content: "\eb26";
}
.ph-light.ph-folder-notch-open:before {
  content: "\eb27";
}
.ph-light.ph-folder-notch-plus:before {
  content: "\eb28";
}
.ph-light.ph-folder-open:before {
  content: "\eb29";
}
.ph-light.ph-folder-plus:before {
  content: "\eb2a";
}
.ph-light.ph-folder-simple-dashed:before, .ph-light.ph-folder-simple-dotted:before {
  content: "\eb2b";
}
.ph-light.ph-folder-simple:before {
  content: "\eb2c";
}
.ph-light.ph-folder-simple-lock:before {
  content: "\eb2d";
}
.ph-light.ph-folder-simple-minus:before {
  content: "\eb2e";
}
.ph-light.ph-folder-simple-plus:before {
  content: "\eb2f";
}
.ph-light.ph-folder-simple-star:before {
  content: "\eb30";
}
.ph-light.ph-folder-simple-user:before {
  content: "\eb31";
}
.ph-light.ph-folders:before {
  content: "\eb32";
}
.ph-light.ph-folder-star:before {
  content: "\eb33";
}
.ph-light.ph-folder-user:before {
  content: "\eb34";
}
.ph-light.ph-football:before {
  content: "\eb35";
}
.ph-light.ph-footprints:before {
  content: "\eb36";
}
.ph-light.ph-fork-knife:before {
  content: "\eb37";
}
.ph-light.ph-frame-corners:before {
  content: "\eb38";
}
.ph-light.ph-framer-logo:before {
  content: "\eb39";
}
.ph-light.ph-function:before {
  content: "\eb3a";
}
.ph-light.ph-funnel:before {
  content: "\eb3b";
}
.ph-light.ph-funnel-simple:before {
  content: "\eb3c";
}
.ph-light.ph-game-controller:before {
  content: "\eb3d";
}
.ph-light.ph-garage:before {
  content: "\eb3e";
}
.ph-light.ph-gas-can:before {
  content: "\eb3f";
}
.ph-light.ph-gas-pump:before {
  content: "\eb40";
}
.ph-light.ph-gauge:before {
  content: "\eb41";
}
.ph-light.ph-gavel:before {
  content: "\eb42";
}
.ph-light.ph-gear-fine:before {
  content: "\eb43";
}
.ph-light.ph-gear:before {
  content: "\eb44";
}
.ph-light.ph-gear-six:before {
  content: "\eb45";
}
.ph-light.ph-gender-female:before {
  content: "\eb46";
}
.ph-light.ph-gender-intersex:before {
  content: "\eb47";
}
.ph-light.ph-gender-male:before {
  content: "\eb48";
}
.ph-light.ph-gender-neuter:before {
  content: "\eb49";
}
.ph-light.ph-gender-nonbinary:before {
  content: "\eb4a";
}
.ph-light.ph-gender-transgender:before {
  content: "\eb4b";
}
.ph-light.ph-ghost:before {
  content: "\eb4c";
}
.ph-light.ph-gif:before {
  content: "\eb4d";
}
.ph-light.ph-gift:before {
  content: "\eb4e";
}
.ph-light.ph-git-branch:before {
  content: "\eb4f";
}
.ph-light.ph-git-commit:before {
  content: "\eb50";
}
.ph-light.ph-git-diff:before {
  content: "\eb51";
}
.ph-light.ph-git-fork:before {
  content: "\eb52";
}
.ph-light.ph-github-logo:before {
  content: "\eb53";
}
.ph-light.ph-gitlab-logo:before {
  content: "\eb54";
}
.ph-light.ph-gitlab-logo-simple:before {
  content: "\eb55";
}
.ph-light.ph-git-merge:before {
  content: "\eb56";
}
.ph-light.ph-git-pull-request:before {
  content: "\eb57";
}
.ph-light.ph-globe-hemisphere-east:before {
  content: "\eb58";
}
.ph-light.ph-globe-hemisphere-west:before {
  content: "\eb59";
}
.ph-light.ph-globe:before {
  content: "\eb5a";
}
.ph-light.ph-globe-simple:before {
  content: "\eb5b";
}
.ph-light.ph-globe-stand:before {
  content: "\eb5c";
}
.ph-light.ph-goggles:before {
  content: "\eb5d";
}
.ph-light.ph-goodreads-logo:before {
  content: "\eb5e";
}
.ph-light.ph-google-cardboard-logo:before {
  content: "\eb5f";
}
.ph-light.ph-google-chrome-logo:before {
  content: "\eb60";
}
.ph-light.ph-google-drive-logo:before {
  content: "\eb61";
}
.ph-light.ph-google-logo:before {
  content: "\eb62";
}
.ph-light.ph-google-photos-logo:before {
  content: "\eb63";
}
.ph-light.ph-google-play-logo:before {
  content: "\eb64";
}
.ph-light.ph-google-podcasts-logo:before {
  content: "\eb65";
}
.ph-light.ph-gradient:before {
  content: "\eb66";
}
.ph-light.ph-graduation-cap:before {
  content: "\eb67";
}
.ph-light.ph-grains:before {
  content: "\eb68";
}
.ph-light.ph-grains-slash:before {
  content: "\eb69";
}
.ph-light.ph-graph:before {
  content: "\eb6a";
}
.ph-light.ph-grid-four:before {
  content: "\eb6b";
}
.ph-light.ph-grid-nine:before {
  content: "\eb6c";
}
.ph-light.ph-guitar:before {
  content: "\eb6d";
}
.ph-light.ph-hamburger:before {
  content: "\eb6e";
}
.ph-light.ph-hammer:before {
  content: "\eb6f";
}
.ph-light.ph-handbag:before {
  content: "\eb70";
}
.ph-light.ph-handbag-simple:before {
  content: "\eb71";
}
.ph-light.ph-hand-coins:before {
  content: "\eb72";
}
.ph-light.ph-hand-eye:before {
  content: "\eb73";
}
.ph-light.ph-hand-fist:before {
  content: "\eb74";
}
.ph-light.ph-hand-grabbing:before {
  content: "\eb75";
}
.ph-light.ph-hand-heart:before {
  content: "\eb76";
}
.ph-light.ph-hand:before {
  content: "\eb77";
}
.ph-light.ph-hand-palm:before {
  content: "\eb78";
}
.ph-light.ph-hand-pointing:before {
  content: "\eb79";
}
.ph-light.ph-hands-clapping:before {
  content: "\eb7a";
}
.ph-light.ph-handshake:before {
  content: "\eb7b";
}
.ph-light.ph-hand-soap:before {
  content: "\eb7c";
}
.ph-light.ph-hands-praying:before {
  content: "\eb7d";
}
.ph-light.ph-hand-swipe-left:before {
  content: "\eb7e";
}
.ph-light.ph-hand-swipe-right:before {
  content: "\eb7f";
}
.ph-light.ph-hand-tap:before {
  content: "\eb80";
}
.ph-light.ph-hand-waving:before {
  content: "\eb81";
}
.ph-light.ph-hard-drive:before {
  content: "\eb82";
}
.ph-light.ph-hard-drives:before {
  content: "\eb83";
}
.ph-light.ph-hash:before {
  content: "\eb84";
}
.ph-light.ph-hash-straight:before {
  content: "\eb85";
}
.ph-light.ph-headlights:before {
  content: "\eb86";
}
.ph-light.ph-headphones:before {
  content: "\eb87";
}
.ph-light.ph-headset:before {
  content: "\eb88";
}
.ph-light.ph-heartbeat:before {
  content: "\eb89";
}
.ph-light.ph-heart-break:before {
  content: "\eb8a";
}
.ph-light.ph-heart-half:before {
  content: "\eb8b";
}
.ph-light.ph-heart:before {
  content: "\eb8c";
}
.ph-light.ph-heart-straight-break:before {
  content: "\eb8d";
}
.ph-light.ph-heart-straight:before {
  content: "\eb8e";
}
.ph-light.ph-hexagon:before {
  content: "\eb8f";
}
.ph-light.ph-high-heel:before {
  content: "\eb90";
}
.ph-light.ph-highlighter-circle:before {
  content: "\eb91";
}
.ph-light.ph-hoodie:before {
  content: "\eb92";
}
.ph-light.ph-horse:before {
  content: "\eb93";
}
.ph-light.ph-hourglass-high:before {
  content: "\eb94";
}
.ph-light.ph-hourglass:before {
  content: "\eb95";
}
.ph-light.ph-hourglass-low:before {
  content: "\eb96";
}
.ph-light.ph-hourglass-medium:before {
  content: "\eb97";
}
.ph-light.ph-hourglass-simple-high:before {
  content: "\eb98";
}
.ph-light.ph-hourglass-simple:before {
  content: "\eb99";
}
.ph-light.ph-hourglass-simple-low:before {
  content: "\eb9a";
}
.ph-light.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}
.ph-light.ph-house:before {
  content: "\eb9c";
}
.ph-light.ph-house-line:before {
  content: "\eb9d";
}
.ph-light.ph-house-simple:before {
  content: "\eb9e";
}
.ph-light.ph-ice-cream:before {
  content: "\eb9f";
}
.ph-light.ph-identification-badge:before {
  content: "\eba0";
}
.ph-light.ph-identification-card:before {
  content: "\eba1";
}
.ph-light.ph-image:before {
  content: "\eba2";
}
.ph-light.ph-images:before {
  content: "\eba3";
}
.ph-light.ph-image-square:before {
  content: "\eba4";
}
.ph-light.ph-images-square:before {
  content: "\eba5";
}
.ph-light.ph-infinity:before {
  content: "\eba6";
}
.ph-light.ph-info:before {
  content: "\eba7";
}
.ph-light.ph-instagram-logo:before {
  content: "\eba8";
}
.ph-light.ph-intersect:before {
  content: "\eba9";
}
.ph-light.ph-intersect-square:before {
  content: "\ebaa";
}
.ph-light.ph-intersect-three:before {
  content: "\ebab";
}
.ph-light.ph-jeep:before {
  content: "\ebac";
}
.ph-light.ph-kanban:before {
  content: "\ebad";
}
.ph-light.ph-keyboard:before {
  content: "\ebae";
}
.ph-light.ph-keyhole:before {
  content: "\ebaf";
}
.ph-light.ph-key:before {
  content: "\ebb0";
}
.ph-light.ph-key-return:before {
  content: "\ebb1";
}
.ph-light.ph-knife:before {
  content: "\ebb2";
}
.ph-light.ph-ladder:before {
  content: "\ebb3";
}
.ph-light.ph-ladder-simple:before {
  content: "\ebb4";
}
.ph-light.ph-lamp:before {
  content: "\ebb5";
}
.ph-light.ph-laptop:before {
  content: "\ebb6";
}
.ph-light.ph-layout:before {
  content: "\ebb7";
}
.ph-light.ph-leaf:before {
  content: "\ebb8";
}
.ph-light.ph-lifebuoy:before {
  content: "\ebb9";
}
.ph-light.ph-lightbulb-filament:before {
  content: "\ebba";
}
.ph-light.ph-lightbulb:before {
  content: "\ebbb";
}
.ph-light.ph-lighthouse:before {
  content: "\ebbc";
}
.ph-light.ph-lightning-a:before {
  content: "\ebbd";
}
.ph-light.ph-lightning:before {
  content: "\ebbe";
}
.ph-light.ph-lightning-slash:before {
  content: "\ebbf";
}
.ph-light.ph-line-segment:before {
  content: "\ebc0";
}
.ph-light.ph-line-segments:before {
  content: "\ebc1";
}
.ph-light.ph-link-break:before {
  content: "\ebc2";
}
.ph-light.ph-linkedin-logo:before {
  content: "\ebc3";
}
.ph-light.ph-link:before {
  content: "\ebc4";
}
.ph-light.ph-link-simple-break:before {
  content: "\ebc5";
}
.ph-light.ph-link-simple-horizontal-break:before {
  content: "\ebc6";
}
.ph-light.ph-link-simple-horizontal:before {
  content: "\ebc7";
}
.ph-light.ph-link-simple:before {
  content: "\ebc8";
}
.ph-light.ph-linux-logo:before {
  content: "\ebc9";
}
.ph-light.ph-list-bullets:before {
  content: "\ebca";
}
.ph-light.ph-list-checks:before {
  content: "\ebcb";
}
.ph-light.ph-list-dashes:before {
  content: "\ebcc";
}
.ph-light.ph-list:before {
  content: "\ebcd";
}
.ph-light.ph-list-magnifying-glass:before {
  content: "\ebce";
}
.ph-light.ph-list-numbers:before {
  content: "\ebcf";
}
.ph-light.ph-list-plus:before {
  content: "\ebd0";
}
.ph-light.ph-lockers:before {
  content: "\ebd1";
}
.ph-light.ph-lock-key:before {
  content: "\ebd2";
}
.ph-light.ph-lock-key-open:before {
  content: "\ebd3";
}
.ph-light.ph-lock-laminated:before {
  content: "\ebd4";
}
.ph-light.ph-lock-laminated-open:before {
  content: "\ebd5";
}
.ph-light.ph-lock:before {
  content: "\ebd6";
}
.ph-light.ph-lock-open:before {
  content: "\ebd7";
}
.ph-light.ph-lock-simple:before {
  content: "\ebd8";
}
.ph-light.ph-lock-simple-open:before {
  content: "\ebd9";
}
.ph-light.ph-magic-wand:before {
  content: "\ebda";
}
.ph-light.ph-magnet:before {
  content: "\ebdb";
}
.ph-light.ph-magnet-straight:before {
  content: "\ebdc";
}
.ph-light.ph-magnifying-glass:before {
  content: "\ebdd";
}
.ph-light.ph-magnifying-glass-minus:before {
  content: "\ebde";
}
.ph-light.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}
.ph-light.ph-map-pin:before {
  content: "\ebe0";
}
.ph-light.ph-map-pin-line:before {
  content: "\ebe1";
}
.ph-light.ph-map-trifold:before {
  content: "\ebe2";
}
.ph-light.ph-marker-circle:before {
  content: "\ebe3";
}
.ph-light.ph-martini:before {
  content: "\ebe4";
}
.ph-light.ph-mask-happy:before {
  content: "\ebe5";
}
.ph-light.ph-mask-sad:before {
  content: "\ebe6";
}
.ph-light.ph-math-operations:before {
  content: "\ebe7";
}
.ph-light.ph-medal:before {
  content: "\ebe8";
}
.ph-light.ph-medal-military:before {
  content: "\ebe9";
}
.ph-light.ph-medium-logo:before {
  content: "\ebea";
}
.ph-light.ph-megaphone:before {
  content: "\ebeb";
}
.ph-light.ph-megaphone-simple:before {
  content: "\ebec";
}
.ph-light.ph-messenger-logo:before {
  content: "\ebed";
}
.ph-light.ph-meta-logo:before {
  content: "\ebee";
}
.ph-light.ph-metronome:before {
  content: "\ebef";
}
.ph-light.ph-microphone:before {
  content: "\ebf0";
}
.ph-light.ph-microphone-slash:before {
  content: "\ebf1";
}
.ph-light.ph-microphone-stage:before {
  content: "\ebf2";
}
.ph-light.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}
.ph-light.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}
.ph-light.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}
.ph-light.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}
.ph-light.ph-microsoft-word-logo:before {
  content: "\ebf7";
}
.ph-light.ph-minus-circle:before {
  content: "\ebf8";
}
.ph-light.ph-minus:before {
  content: "\ebf9";
}
.ph-light.ph-minus-square:before {
  content: "\ebfa";
}
.ph-light.ph-money:before {
  content: "\ebfb";
}
.ph-light.ph-monitor:before {
  content: "\ebfc";
}
.ph-light.ph-monitor-play:before {
  content: "\ebfd";
}
.ph-light.ph-moon:before {
  content: "\ebfe";
}
.ph-light.ph-moon-stars:before {
  content: "\ebff";
}
.ph-light.ph-moped-front:before {
  content: "\ec00";
}
.ph-light.ph-moped:before {
  content: "\ec01";
}
.ph-light.ph-mosque:before {
  content: "\ec02";
}
.ph-light.ph-motorcycle:before {
  content: "\ec03";
}
.ph-light.ph-mountains:before {
  content: "\ec04";
}
.ph-light.ph-mouse:before {
  content: "\ec05";
}
.ph-light.ph-mouse-simple:before {
  content: "\ec06";
}
.ph-light.ph-music-note:before {
  content: "\ec07";
}
.ph-light.ph-music-note-simple:before {
  content: "\ec08";
}
.ph-light.ph-music-notes:before {
  content: "\ec09";
}
.ph-light.ph-music-notes-plus:before {
  content: "\ec0a";
}
.ph-light.ph-music-notes-simple:before {
  content: "\ec0b";
}
.ph-light.ph-navigation-arrow:before {
  content: "\ec0c";
}
.ph-light.ph-needle:before {
  content: "\ec0d";
}
.ph-light.ph-newspaper-clipping:before {
  content: "\ec0e";
}
.ph-light.ph-newspaper:before {
  content: "\ec0f";
}
.ph-light.ph-notches:before {
  content: "\ec10";
}
.ph-light.ph-note-blank:before {
  content: "\ec11";
}
.ph-light.ph-notebook:before {
  content: "\ec12";
}
.ph-light.ph-note:before {
  content: "\ec13";
}
.ph-light.ph-notepad:before {
  content: "\ec14";
}
.ph-light.ph-note-pencil:before {
  content: "\ec15";
}
.ph-light.ph-notification:before {
  content: "\ec16";
}
.ph-light.ph-notion-logo:before {
  content: "\ec17";
}
.ph-light.ph-number-circle-eight:before {
  content: "\ec18";
}
.ph-light.ph-number-circle-five:before {
  content: "\ec19";
}
.ph-light.ph-number-circle-four:before {
  content: "\ec1a";
}
.ph-light.ph-number-circle-nine:before {
  content: "\ec1b";
}
.ph-light.ph-number-circle-one:before {
  content: "\ec1c";
}
.ph-light.ph-number-circle-seven:before {
  content: "\ec1d";
}
.ph-light.ph-number-circle-six:before {
  content: "\ec1e";
}
.ph-light.ph-number-circle-three:before {
  content: "\ec1f";
}
.ph-light.ph-number-circle-two:before {
  content: "\ec20";
}
.ph-light.ph-number-circle-zero:before {
  content: "\ec21";
}
.ph-light.ph-number-eight:before {
  content: "\ec22";
}
.ph-light.ph-number-five:before {
  content: "\ec23";
}
.ph-light.ph-number-four:before {
  content: "\ec24";
}
.ph-light.ph-number-nine:before {
  content: "\ec25";
}
.ph-light.ph-number-one:before {
  content: "\ec26";
}
.ph-light.ph-number-seven:before {
  content: "\ec27";
}
.ph-light.ph-number-six:before {
  content: "\ec28";
}
.ph-light.ph-number-square-eight:before {
  content: "\ec29";
}
.ph-light.ph-number-square-five:before {
  content: "\ec2a";
}
.ph-light.ph-number-square-four:before {
  content: "\ec2b";
}
.ph-light.ph-number-square-nine:before {
  content: "\ec2c";
}
.ph-light.ph-number-square-one:before {
  content: "\ec2d";
}
.ph-light.ph-number-square-seven:before {
  content: "\ec2e";
}
.ph-light.ph-number-square-six:before {
  content: "\ec2f";
}
.ph-light.ph-number-square-three:before {
  content: "\ec30";
}
.ph-light.ph-number-square-two:before {
  content: "\ec31";
}
.ph-light.ph-number-square-zero:before {
  content: "\ec32";
}
.ph-light.ph-number-three:before {
  content: "\ec33";
}
.ph-light.ph-number-two:before {
  content: "\ec34";
}
.ph-light.ph-number-zero:before {
  content: "\ec35";
}
.ph-light.ph-nut:before {
  content: "\ec36";
}
.ph-light.ph-ny-times-logo:before {
  content: "\ec37";
}
.ph-light.ph-octagon:before {
  content: "\ec38";
}
.ph-light.ph-office-chair:before {
  content: "\ec39";
}
.ph-light.ph-option:before {
  content: "\ec3a";
}
.ph-light.ph-orange-slice:before {
  content: "\ec3b";
}
.ph-light.ph-package:before {
  content: "\ec3c";
}
.ph-light.ph-paint-brush-broad:before {
  content: "\ec3d";
}
.ph-light.ph-paint-brush-household:before {
  content: "\ec3e";
}
.ph-light.ph-paint-brush:before {
  content: "\ec3f";
}
.ph-light.ph-paint-bucket:before {
  content: "\ec40";
}
.ph-light.ph-paint-roller:before {
  content: "\ec41";
}
.ph-light.ph-palette:before {
  content: "\ec42";
}
.ph-light.ph-pants:before {
  content: "\ec43";
}
.ph-light.ph-paperclip-horizontal:before {
  content: "\ec44";
}
.ph-light.ph-paperclip:before {
  content: "\ec45";
}
.ph-light.ph-paper-plane:before {
  content: "\ec46";
}
.ph-light.ph-paper-plane-right:before {
  content: "\ec47";
}
.ph-light.ph-paper-plane-tilt:before {
  content: "\ec48";
}
.ph-light.ph-parachute:before {
  content: "\ec49";
}
.ph-light.ph-paragraph:before {
  content: "\ec4a";
}
.ph-light.ph-parallelogram:before {
  content: "\ec4b";
}
.ph-light.ph-park:before {
  content: "\ec4c";
}
.ph-light.ph-password:before {
  content: "\ec4d";
}
.ph-light.ph-path:before {
  content: "\ec4e";
}
.ph-light.ph-patreon-logo:before {
  content: "\ec4f";
}
.ph-light.ph-pause-circle:before {
  content: "\ec50";
}
.ph-light.ph-pause:before {
  content: "\ec51";
}
.ph-light.ph-paw-print:before {
  content: "\ec52";
}
.ph-light.ph-paypal-logo:before {
  content: "\ec53";
}
.ph-light.ph-peace:before {
  content: "\ec54";
}
.ph-light.ph-pencil-circle:before {
  content: "\ec55";
}
.ph-light.ph-pencil:before {
  content: "\ec56";
}
.ph-light.ph-pencil-line:before {
  content: "\ec57";
}
.ph-light.ph-pencil-simple:before {
  content: "\ec58";
}
.ph-light.ph-pencil-simple-line:before {
  content: "\ec59";
}
.ph-light.ph-pencil-simple-slash:before {
  content: "\ec5a";
}
.ph-light.ph-pencil-slash:before {
  content: "\ec5b";
}
.ph-light.ph-pen:before {
  content: "\ec5c";
}
.ph-light.ph-pen-nib:before {
  content: "\ec5d";
}
.ph-light.ph-pen-nib-straight:before {
  content: "\ec5e";
}
.ph-light.ph-pentagram:before {
  content: "\ec5f";
}
.ph-light.ph-pepper:before {
  content: "\ec60";
}
.ph-light.ph-percent:before {
  content: "\ec61";
}
.ph-light.ph-person-arms-spread:before {
  content: "\ec62";
}
.ph-light.ph-person:before {
  content: "\ec63";
}
.ph-light.ph-person-simple-bike:before {
  content: "\ec64";
}
.ph-light.ph-person-simple:before {
  content: "\ec65";
}
.ph-light.ph-person-simple-run:before {
  content: "\ec66";
}
.ph-light.ph-person-simple-throw:before {
  content: "\ec67";
}
.ph-light.ph-person-simple-walk:before {
  content: "\ec68";
}
.ph-light.ph-perspective:before {
  content: "\ec69";
}
.ph-light.ph-phone-call:before {
  content: "\ec6a";
}
.ph-light.ph-phone-disconnect:before {
  content: "\ec6b";
}
.ph-light.ph-phone-incoming:before {
  content: "\ec6c";
}
.ph-light.ph-phone:before {
  content: "\ec6d";
}
.ph-light.ph-phone-outgoing:before {
  content: "\ec6e";
}
.ph-light.ph-phone-plus:before {
  content: "\ec6f";
}
.ph-light.ph-phone-slash:before {
  content: "\ec70";
}
.ph-light.ph-phone-x:before {
  content: "\ec71";
}
.ph-light.ph-phosphor-logo:before {
  content: "\ec72";
}
.ph-light.ph-piano-keys:before {
  content: "\ec73";
}
.ph-light.ph-picture-in-picture:before {
  content: "\ec74";
}
.ph-light.ph-piggy-bank:before {
  content: "\ec75";
}
.ph-light.ph-pi:before {
  content: "\ec76";
}
.ph-light.ph-pill:before {
  content: "\ec77";
}
.ph-light.ph-pinterest-logo:before {
  content: "\ec78";
}
.ph-light.ph-pinwheel:before {
  content: "\ec79";
}
.ph-light.ph-pizza:before {
  content: "\ec7a";
}
.ph-light.ph-placeholder:before {
  content: "\ec7b";
}
.ph-light.ph-planet:before {
  content: "\ec7c";
}
.ph-light.ph-plant:before {
  content: "\ec7d";
}
.ph-light.ph-play-circle:before {
  content: "\ec7e";
}
.ph-light.ph-play:before {
  content: "\ec7f";
}
.ph-light.ph-playlist:before {
  content: "\ec80";
}
.ph-light.ph-play-pause:before {
  content: "\ec81";
}
.ph-light.ph-plug-charging:before {
  content: "\ec82";
}
.ph-light.ph-plug:before {
  content: "\ec83";
}
.ph-light.ph-plugs-connected:before {
  content: "\ec84";
}
.ph-light.ph-plugs:before {
  content: "\ec85";
}
.ph-light.ph-plus-circle:before {
  content: "\ec86";
}
.ph-light.ph-plus:before {
  content: "\ec87";
}
.ph-light.ph-plus-minus:before {
  content: "\ec88";
}
.ph-light.ph-plus-square:before {
  content: "\ec89";
}
.ph-light.ph-poker-chip:before {
  content: "\ec8a";
}
.ph-light.ph-police-car:before {
  content: "\ec8b";
}
.ph-light.ph-polygon:before {
  content: "\ec8c";
}
.ph-light.ph-popcorn:before {
  content: "\ec8d";
}
.ph-light.ph-potted-plant:before {
  content: "\ec8e";
}
.ph-light.ph-power:before {
  content: "\ec8f";
}
.ph-light.ph-prescription:before {
  content: "\ec90";
}
.ph-light.ph-presentation-chart:before {
  content: "\ec91";
}
.ph-light.ph-presentation:before {
  content: "\ec92";
}
.ph-light.ph-printer:before {
  content: "\ec93";
}
.ph-light.ph-prohibit-inset:before {
  content: "\ec94";
}
.ph-light.ph-prohibit:before {
  content: "\ec95";
}
.ph-light.ph-projector-screen-chart:before {
  content: "\ec96";
}
.ph-light.ph-projector-screen:before {
  content: "\ec97";
}
.ph-light.ph-pulse:before, .ph-light.ph-activity:before {
  content: "\ec98";
}
.ph-light.ph-push-pin:before {
  content: "\ec99";
}
.ph-light.ph-push-pin-simple:before {
  content: "\ec9a";
}
.ph-light.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}
.ph-light.ph-push-pin-slash:before {
  content: "\ec9c";
}
.ph-light.ph-puzzle-piece:before {
  content: "\ec9d";
}
.ph-light.ph-qr-code:before {
  content: "\ec9e";
}
.ph-light.ph-question:before {
  content: "\ec9f";
}
.ph-light.ph-queue:before {
  content: "\eca0";
}
.ph-light.ph-quotes:before {
  content: "\eca1";
}
.ph-light.ph-radical:before {
  content: "\eca2";
}
.ph-light.ph-radioactive:before {
  content: "\eca3";
}
.ph-light.ph-radio-button:before {
  content: "\eca4";
}
.ph-light.ph-radio:before {
  content: "\eca5";
}
.ph-light.ph-rainbow-cloud:before {
  content: "\eca6";
}
.ph-light.ph-rainbow:before {
  content: "\eca7";
}
.ph-light.ph-read-cv-logo:before {
  content: "\eca8";
}
.ph-light.ph-receipt:before {
  content: "\eca9";
}
.ph-light.ph-receipt-x:before {
  content: "\ecaa";
}
.ph-light.ph-record:before {
  content: "\ecab";
}
.ph-light.ph-rectangle:before {
  content: "\ecac";
}
.ph-light.ph-recycle:before {
  content: "\ecad";
}
.ph-light.ph-reddit-logo:before {
  content: "\ecae";
}
.ph-light.ph-repeat:before {
  content: "\ecaf";
}
.ph-light.ph-repeat-once:before {
  content: "\ecb0";
}
.ph-light.ph-rewind-circle:before {
  content: "\ecb1";
}
.ph-light.ph-rewind:before {
  content: "\ecb2";
}
.ph-light.ph-road-horizon:before {
  content: "\ecb3";
}
.ph-light.ph-robot:before {
  content: "\ecb4";
}
.ph-light.ph-rocket-launch:before {
  content: "\ecb5";
}
.ph-light.ph-rocket:before {
  content: "\ecb6";
}
.ph-light.ph-rows:before {
  content: "\ecb7";
}
.ph-light.ph-rss:before {
  content: "\ecb8";
}
.ph-light.ph-rss-simple:before {
  content: "\ecb9";
}
.ph-light.ph-rug:before {
  content: "\ecba";
}
.ph-light.ph-ruler:before {
  content: "\ecbb";
}
.ph-light.ph-scales:before {
  content: "\ecbc";
}
.ph-light.ph-scan:before {
  content: "\ecbd";
}
.ph-light.ph-scissors:before {
  content: "\ecbe";
}
.ph-light.ph-scooter:before {
  content: "\ecbf";
}
.ph-light.ph-screencast:before {
  content: "\ecc0";
}
.ph-light.ph-scribble-loop:before {
  content: "\ecc1";
}
.ph-light.ph-scroll:before {
  content: "\ecc2";
}
.ph-light.ph-seal-check:before, .ph-light.ph-circle-wavy-check:before {
  content: "\ecc3";
}
.ph-light.ph-seal:before, .ph-light.ph-circle-wavy:before {
  content: "\ecc4";
}
.ph-light.ph-seal-question:before, .ph-light.ph-circle-wavy-question:before {
  content: "\ecc5";
}
.ph-light.ph-seal-warning:before, .ph-light.ph-circle-wavy-warning:before {
  content: "\ecc6";
}
.ph-light.ph-selection-all:before {
  content: "\ecc7";
}
.ph-light.ph-selection-background:before {
  content: "\ecc8";
}
.ph-light.ph-selection-foreground:before {
  content: "\ecc9";
}
.ph-light.ph-selection-inverse:before {
  content: "\ecca";
}
.ph-light.ph-selection:before {
  content: "\eccb";
}
.ph-light.ph-selection-plus:before {
  content: "\eccc";
}
.ph-light.ph-selection-slash:before {
  content: "\eccd";
}
.ph-light.ph-shapes:before {
  content: "\ecce";
}
.ph-light.ph-share-fat:before {
  content: "\eccf";
}
.ph-light.ph-share:before {
  content: "\ecd0";
}
.ph-light.ph-share-network:before {
  content: "\ecd1";
}
.ph-light.ph-shield-checkered:before {
  content: "\ecd2";
}
.ph-light.ph-shield-check:before {
  content: "\ecd3";
}
.ph-light.ph-shield-chevron:before {
  content: "\ecd4";
}
.ph-light.ph-shield:before {
  content: "\ecd5";
}
.ph-light.ph-shield-plus:before {
  content: "\ecd6";
}
.ph-light.ph-shield-slash:before {
  content: "\ecd7";
}
.ph-light.ph-shield-star:before {
  content: "\ecd8";
}
.ph-light.ph-shield-warning:before {
  content: "\ecd9";
}
.ph-light.ph-shirt-folded:before {
  content: "\ecda";
}
.ph-light.ph-shooting-star:before {
  content: "\ecdb";
}
.ph-light.ph-shopping-bag:before {
  content: "\ecdc";
}
.ph-light.ph-shopping-bag-open:before {
  content: "\ecdd";
}
.ph-light.ph-shopping-cart:before {
  content: "\ecde";
}
.ph-light.ph-shopping-cart-simple:before {
  content: "\ecdf";
}
.ph-light.ph-shower:before {
  content: "\ece0";
}
.ph-light.ph-shrimp:before {
  content: "\ece1";
}
.ph-light.ph-shuffle-angular:before {
  content: "\ece2";
}
.ph-light.ph-shuffle:before {
  content: "\ece3";
}
.ph-light.ph-shuffle-simple:before {
  content: "\ece4";
}
.ph-light.ph-sidebar:before {
  content: "\ece5";
}
.ph-light.ph-sidebar-simple:before {
  content: "\ece6";
}
.ph-light.ph-sigma:before {
  content: "\ece7";
}
.ph-light.ph-signature:before {
  content: "\ece8";
}
.ph-light.ph-sign-in:before {
  content: "\ece9";
}
.ph-light.ph-sign-out:before {
  content: "\ecea";
}
.ph-light.ph-signpost:before {
  content: "\eceb";
}
.ph-light.ph-sim-card:before {
  content: "\ecec";
}
.ph-light.ph-siren:before {
  content: "\eced";
}
.ph-light.ph-sketch-logo:before {
  content: "\ecee";
}
.ph-light.ph-skip-back-circle:before {
  content: "\ecef";
}
.ph-light.ph-skip-back:before {
  content: "\ecf0";
}
.ph-light.ph-skip-forward-circle:before {
  content: "\ecf1";
}
.ph-light.ph-skip-forward:before {
  content: "\ecf2";
}
.ph-light.ph-skull:before {
  content: "\ecf3";
}
.ph-light.ph-slack-logo:before {
  content: "\ecf4";
}
.ph-light.ph-sliders-horizontal:before {
  content: "\ecf5";
}
.ph-light.ph-sliders:before {
  content: "\ecf6";
}
.ph-light.ph-slideshow:before {
  content: "\ecf7";
}
.ph-light.ph-smiley-angry:before {
  content: "\ecf8";
}
.ph-light.ph-smiley-blank:before {
  content: "\ecf9";
}
.ph-light.ph-smiley:before {
  content: "\ecfa";
}
.ph-light.ph-smiley-meh:before {
  content: "\ecfb";
}
.ph-light.ph-smiley-nervous:before {
  content: "\ecfc";
}
.ph-light.ph-smiley-sad:before {
  content: "\ecfd";
}
.ph-light.ph-smiley-sticker:before {
  content: "\ecfe";
}
.ph-light.ph-smiley-wink:before {
  content: "\ecff";
}
.ph-light.ph-smiley-x-eyes:before {
  content: "\ed00";
}
.ph-light.ph-snapchat-logo:before {
  content: "\ed01";
}
.ph-light.ph-sneaker:before {
  content: "\ed02";
}
.ph-light.ph-sneaker-move:before {
  content: "\ed03";
}
.ph-light.ph-snowflake:before {
  content: "\ed04";
}
.ph-light.ph-soccer-ball:before {
  content: "\ed05";
}
.ph-light.ph-sort-ascending:before {
  content: "\ed06";
}
.ph-light.ph-sort-descending:before {
  content: "\ed07";
}
.ph-light.ph-soundcloud-logo:before {
  content: "\ed08";
}
.ph-light.ph-spade:before {
  content: "\ed09";
}
.ph-light.ph-sparkle:before {
  content: "\ed0a";
}
.ph-light.ph-speaker-hifi:before {
  content: "\ed0b";
}
.ph-light.ph-speaker-high:before {
  content: "\ed0c";
}
.ph-light.ph-speaker-low:before {
  content: "\ed0d";
}
.ph-light.ph-speaker-none:before {
  content: "\ed0e";
}
.ph-light.ph-speaker-simple-high:before {
  content: "\ed0f";
}
.ph-light.ph-speaker-simple-low:before {
  content: "\ed10";
}
.ph-light.ph-speaker-simple-none:before {
  content: "\ed11";
}
.ph-light.ph-speaker-simple-slash:before {
  content: "\ed12";
}
.ph-light.ph-speaker-simple-x:before {
  content: "\ed13";
}
.ph-light.ph-speaker-slash:before {
  content: "\ed14";
}
.ph-light.ph-speaker-x:before {
  content: "\ed15";
}
.ph-light.ph-spinner-gap:before {
  content: "\ed16";
}
.ph-light.ph-spinner:before {
  content: "\ed17";
}
.ph-light.ph-spiral:before {
  content: "\ed18";
}
.ph-light.ph-split-horizontal:before {
  content: "\ed19";
}
.ph-light.ph-split-vertical:before {
  content: "\ed1a";
}
.ph-light.ph-spotify-logo:before {
  content: "\ed1b";
}
.ph-light.ph-square-half-bottom:before {
  content: "\ed1c";
}
.ph-light.ph-square-half:before {
  content: "\ed1d";
}
.ph-light.ph-square:before {
  content: "\ed1e";
}
.ph-light.ph-square-logo:before {
  content: "\ed1f";
}
.ph-light.ph-squares-four:before {
  content: "\ed20";
}
.ph-light.ph-square-split-horizontal:before {
  content: "\ed21";
}
.ph-light.ph-square-split-vertical:before {
  content: "\ed22";
}
.ph-light.ph-stack:before {
  content: "\ed23";
}
.ph-light.ph-stack-overflow-logo:before {
  content: "\ed24";
}
.ph-light.ph-stack-simple:before {
  content: "\ed25";
}
.ph-light.ph-stairs:before {
  content: "\ed26";
}
.ph-light.ph-stamp:before {
  content: "\ed27";
}
.ph-light.ph-star-and-crescent:before {
  content: "\ed28";
}
.ph-light.ph-star-four:before {
  content: "\ed29";
}
.ph-light.ph-star-half:before {
  content: "\ed2a";
}
.ph-light.ph-star:before {
  content: "\ed2b";
}
.ph-light.ph-star-of-david:before {
  content: "\ed2c";
}
.ph-light.ph-steering-wheel:before {
  content: "\ed2d";
}
.ph-light.ph-steps:before {
  content: "\ed2e";
}
.ph-light.ph-stethoscope:before {
  content: "\ed2f";
}
.ph-light.ph-sticker:before {
  content: "\ed30";
}
.ph-light.ph-stool:before {
  content: "\ed31";
}
.ph-light.ph-stop-circle:before {
  content: "\ed32";
}
.ph-light.ph-stop:before {
  content: "\ed33";
}
.ph-light.ph-storefront:before {
  content: "\ed34";
}
.ph-light.ph-strategy:before {
  content: "\ed35";
}
.ph-light.ph-stripe-logo:before {
  content: "\ed36";
}
.ph-light.ph-student:before {
  content: "\ed37";
}
.ph-light.ph-subtitles:before {
  content: "\ed38";
}
.ph-light.ph-subtract:before {
  content: "\ed39";
}
.ph-light.ph-subtract-square:before {
  content: "\ed3a";
}
.ph-light.ph-suitcase:before {
  content: "\ed3b";
}
.ph-light.ph-suitcase-rolling:before {
  content: "\ed3c";
}
.ph-light.ph-suitcase-simple:before {
  content: "\ed3d";
}
.ph-light.ph-sun-dim:before {
  content: "\ed3e";
}
.ph-light.ph-sunglasses:before {
  content: "\ed3f";
}
.ph-light.ph-sun-horizon:before {
  content: "\ed40";
}
.ph-light.ph-sun:before {
  content: "\ed41";
}
.ph-light.ph-swap:before {
  content: "\ed42";
}
.ph-light.ph-swatches:before {
  content: "\ed43";
}
.ph-light.ph-swimming-pool:before {
  content: "\ed44";
}
.ph-light.ph-sword:before {
  content: "\ed45";
}
.ph-light.ph-synagogue:before {
  content: "\ed46";
}
.ph-light.ph-syringe:before {
  content: "\ed47";
}
.ph-light.ph-table:before {
  content: "\ed48";
}
.ph-light.ph-tabs:before {
  content: "\ed49";
}
.ph-light.ph-tag-chevron:before {
  content: "\ed4a";
}
.ph-light.ph-tag:before {
  content: "\ed4b";
}
.ph-light.ph-tag-simple:before {
  content: "\ed4c";
}
.ph-light.ph-target:before {
  content: "\ed4d";
}
.ph-light.ph-taxi:before {
  content: "\ed4e";
}
.ph-light.ph-telegram-logo:before {
  content: "\ed4f";
}
.ph-light.ph-television:before {
  content: "\ed50";
}
.ph-light.ph-television-simple:before {
  content: "\ed51";
}
.ph-light.ph-tennis-ball:before {
  content: "\ed52";
}
.ph-light.ph-tent:before {
  content: "\ed53";
}
.ph-light.ph-terminal:before {
  content: "\ed54";
}
.ph-light.ph-terminal-window:before {
  content: "\ed55";
}
.ph-light.ph-test-tube:before {
  content: "\ed56";
}
.ph-light.ph-text-aa:before {
  content: "\ed57";
}
.ph-light.ph-text-align-center:before {
  content: "\ed58";
}
.ph-light.ph-text-align-justify:before {
  content: "\ed59";
}
.ph-light.ph-text-align-left:before {
  content: "\ed5a";
}
.ph-light.ph-text-align-right:before {
  content: "\ed5b";
}
.ph-light.ph-text-a-underline:before {
  content: "\ed5c";
}
.ph-light.ph-text-b:before, .ph-light.ph-text-bolder:before {
  content: "\ed5d";
}
.ph-light.ph-textbox:before {
  content: "\ed5e";
}
.ph-light.ph-text-columns:before {
  content: "\ed5f";
}
.ph-light.ph-text-h-five:before {
  content: "\ed60";
}
.ph-light.ph-text-h-four:before {
  content: "\ed61";
}
.ph-light.ph-text-h:before {
  content: "\ed62";
}
.ph-light.ph-text-h-one:before {
  content: "\ed63";
}
.ph-light.ph-text-h-six:before {
  content: "\ed64";
}
.ph-light.ph-text-h-three:before {
  content: "\ed65";
}
.ph-light.ph-text-h-two:before {
  content: "\ed66";
}
.ph-light.ph-text-indent:before {
  content: "\ed67";
}
.ph-light.ph-text-italic:before {
  content: "\ed68";
}
.ph-light.ph-text-outdent:before {
  content: "\ed69";
}
.ph-light.ph-text-strikethrough:before {
  content: "\ed6a";
}
.ph-light.ph-text-t:before {
  content: "\ed6b";
}
.ph-light.ph-text-underline:before {
  content: "\ed6c";
}
.ph-light.ph-thermometer-cold:before {
  content: "\ed6d";
}
.ph-light.ph-thermometer-hot:before {
  content: "\ed6e";
}
.ph-light.ph-thermometer:before {
  content: "\ed6f";
}
.ph-light.ph-thermometer-simple:before {
  content: "\ed70";
}
.ph-light.ph-thumbs-down:before {
  content: "\ed71";
}
.ph-light.ph-thumbs-up:before {
  content: "\ed72";
}
.ph-light.ph-ticket:before {
  content: "\ed73";
}
.ph-light.ph-tidal-logo:before {
  content: "\ed74";
}
.ph-light.ph-tiktok-logo:before {
  content: "\ed75";
}
.ph-light.ph-timer:before {
  content: "\ed76";
}
.ph-light.ph-tipi:before {
  content: "\ed77";
}
.ph-light.ph-toggle-left:before {
  content: "\ed78";
}
.ph-light.ph-toggle-right:before {
  content: "\ed79";
}
.ph-light.ph-toilet:before {
  content: "\ed7a";
}
.ph-light.ph-toilet-paper:before {
  content: "\ed7b";
}
.ph-light.ph-toolbox:before {
  content: "\ed7c";
}
.ph-light.ph-tooth:before {
  content: "\ed7d";
}
.ph-light.ph-tote:before {
  content: "\ed7e";
}
.ph-light.ph-tote-simple:before {
  content: "\ed7f";
}
.ph-light.ph-trademark:before {
  content: "\ed80";
}
.ph-light.ph-trademark-registered:before {
  content: "\ed81";
}
.ph-light.ph-traffic-cone:before {
  content: "\ed82";
}
.ph-light.ph-traffic-signal:before {
  content: "\ed83";
}
.ph-light.ph-traffic-sign:before {
  content: "\ed84";
}
.ph-light.ph-train:before {
  content: "\ed85";
}
.ph-light.ph-train-regional:before {
  content: "\ed86";
}
.ph-light.ph-train-simple:before {
  content: "\ed87";
}
.ph-light.ph-tram:before {
  content: "\ed88";
}
.ph-light.ph-translate:before {
  content: "\ed89";
}
.ph-light.ph-trash:before {
  content: "\ed8a";
}
.ph-light.ph-trash-simple:before {
  content: "\ed8b";
}
.ph-light.ph-tray:before {
  content: "\ed8c";
}
.ph-light.ph-tree-evergreen:before {
  content: "\ed8d";
}
.ph-light.ph-tree:before {
  content: "\ed8e";
}
.ph-light.ph-tree-palm:before {
  content: "\ed8f";
}
.ph-light.ph-tree-structure:before {
  content: "\ed90";
}
.ph-light.ph-trend-down:before {
  content: "\ed91";
}
.ph-light.ph-trend-up:before {
  content: "\ed92";
}
.ph-light.ph-triangle:before {
  content: "\ed93";
}
.ph-light.ph-trophy:before {
  content: "\ed94";
}
.ph-light.ph-truck:before {
  content: "\ed95";
}
.ph-light.ph-t-shirt:before {
  content: "\ed96";
}
.ph-light.ph-twitch-logo:before {
  content: "\ed97";
}
.ph-light.ph-twitter-logo:before {
  content: "\ed98";
}
.ph-light.ph-umbrella:before {
  content: "\ed99";
}
.ph-light.ph-umbrella-simple:before {
  content: "\ed9a";
}
.ph-light.ph-unite:before {
  content: "\ed9b";
}
.ph-light.ph-unite-square:before {
  content: "\ed9c";
}
.ph-light.ph-upload:before {
  content: "\ed9d";
}
.ph-light.ph-upload-simple:before {
  content: "\ed9e";
}
.ph-light.ph-usb:before {
  content: "\ed9f";
}
.ph-light.ph-user-circle-gear:before {
  content: "\eda0";
}
.ph-light.ph-user-circle:before {
  content: "\eda1";
}
.ph-light.ph-user-circle-minus:before {
  content: "\eda2";
}
.ph-light.ph-user-circle-plus:before {
  content: "\eda3";
}
.ph-light.ph-user-focus:before {
  content: "\eda4";
}
.ph-light.ph-user-gear:before {
  content: "\eda5";
}
.ph-light.ph-user:before {
  content: "\eda6";
}
.ph-light.ph-user-list:before {
  content: "\eda7";
}
.ph-light.ph-user-minus:before {
  content: "\eda8";
}
.ph-light.ph-user-plus:before {
  content: "\eda9";
}
.ph-light.ph-user-rectangle:before {
  content: "\edaa";
}
.ph-light.ph-users-four:before {
  content: "\edab";
}
.ph-light.ph-users:before {
  content: "\edac";
}
.ph-light.ph-user-square:before {
  content: "\edad";
}
.ph-light.ph-users-three:before {
  content: "\edae";
}
.ph-light.ph-user-switch:before {
  content: "\edaf";
}
.ph-light.ph-van:before {
  content: "\edb0";
}
.ph-light.ph-vault:before {
  content: "\edb1";
}
.ph-light.ph-vibrate:before {
  content: "\edb2";
}
.ph-light.ph-video-camera:before {
  content: "\edb3";
}
.ph-light.ph-video-camera-slash:before {
  content: "\edb4";
}
.ph-light.ph-video:before {
  content: "\edb5";
}
.ph-light.ph-vignette:before {
  content: "\edb6";
}
.ph-light.ph-vinyl-record:before {
  content: "\edb7";
}
.ph-light.ph-virtual-reality:before {
  content: "\edb8";
}
.ph-light.ph-virus:before {
  content: "\edb9";
}
.ph-light.ph-voicemail:before {
  content: "\edba";
}
.ph-light.ph-volleyball:before {
  content: "\edbb";
}
.ph-light.ph-wallet:before {
  content: "\edbc";
}
.ph-light.ph-wall:before {
  content: "\edbd";
}
.ph-light.ph-warehouse:before {
  content: "\edbe";
}
.ph-light.ph-warning-circle:before {
  content: "\edbf";
}
.ph-light.ph-warning-diamond:before {
  content: "\edc0";
}
.ph-light.ph-warning:before {
  content: "\edc1";
}
.ph-light.ph-warning-octagon:before {
  content: "\edc2";
}
.ph-light.ph-watch:before {
  content: "\edc3";
}
.ph-light.ph-waveform:before {
  content: "\edc4";
}
.ph-light.ph-wave-sawtooth:before {
  content: "\edc5";
}
.ph-light.ph-wave-sine:before {
  content: "\edc6";
}
.ph-light.ph-waves:before {
  content: "\edc7";
}
.ph-light.ph-wave-square:before {
  content: "\edc8";
}
.ph-light.ph-wave-triangle:before {
  content: "\edc9";
}
.ph-light.ph-webcam:before {
  content: "\edca";
}
.ph-light.ph-webcam-slash:before {
  content: "\edcb";
}
.ph-light.ph-webhooks-logo:before {
  content: "\edcc";
}
.ph-light.ph-wechat-logo:before {
  content: "\edcd";
}
.ph-light.ph-whatsapp-logo:before {
  content: "\edce";
}
.ph-light.ph-wheelchair:before {
  content: "\edcf";
}
.ph-light.ph-wheelchair-motion:before {
  content: "\edd0";
}
.ph-light.ph-wifi-high:before {
  content: "\edd1";
}
.ph-light.ph-wifi-low:before {
  content: "\edd2";
}
.ph-light.ph-wifi-medium:before {
  content: "\edd3";
}
.ph-light.ph-wifi-none:before {
  content: "\edd4";
}
.ph-light.ph-wifi-slash:before {
  content: "\edd5";
}
.ph-light.ph-wifi-x:before {
  content: "\edd6";
}
.ph-light.ph-wind:before {
  content: "\edd7";
}
.ph-light.ph-windows-logo:before {
  content: "\edd8";
}
.ph-light.ph-wine:before {
  content: "\edd9";
}
.ph-light.ph-wrench:before {
  content: "\edda";
}
.ph-light.ph-x-circle:before {
  content: "\eddb";
}
.ph-light.ph-x:before {
  content: "\eddc";
}
.ph-light.ph-x-square:before {
  content: "\eddd";
}
.ph-light.ph-yin-yang:before {
  content: "\edde";
}
.ph-light.ph-youtube-logo:before {
  content: "\eddf";
}

@font-face {
  font-family: "Phosphor";
  src: url(/fonts/Phosphor.5b9fe3dc.woff2) format("woff2"),
    url(/fonts/Phosphor.94f1d8f7.woff) format("woff"),
    url(/fonts/Phosphor.adb76019.ttf) format("truetype"),
    url(/img/Phosphor.e3e1508a.svg#Phosphor) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-address-book:before {
  content: "\e900";
}
.ph.ph-airplane:before {
  content: "\e901";
}
.ph.ph-airplane-in-flight:before {
  content: "\e902";
}
.ph.ph-airplane-landing:before {
  content: "\e903";
}
.ph.ph-airplane-takeoff:before {
  content: "\e904";
}
.ph.ph-airplane-tilt:before {
  content: "\e905";
}
.ph.ph-airplay:before {
  content: "\e906";
}
.ph.ph-air-traffic-control:before {
  content: "\e907";
}
.ph.ph-alarm:before {
  content: "\e908";
}
.ph.ph-alien:before {
  content: "\e909";
}
.ph.ph-align-bottom:before {
  content: "\e90a";
}
.ph.ph-align-bottom-simple:before {
  content: "\e90b";
}
.ph.ph-align-center-horizontal:before {
  content: "\e90c";
}
.ph.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}
.ph.ph-align-center-vertical:before {
  content: "\e90e";
}
.ph.ph-align-center-vertical-simple:before {
  content: "\e90f";
}
.ph.ph-align-left:before {
  content: "\e910";
}
.ph.ph-align-left-simple:before {
  content: "\e911";
}
.ph.ph-align-right:before {
  content: "\e912";
}
.ph.ph-align-right-simple:before {
  content: "\e913";
}
.ph.ph-align-top:before {
  content: "\e914";
}
.ph.ph-align-top-simple:before {
  content: "\e915";
}
.ph.ph-amazon-logo:before {
  content: "\e916";
}
.ph.ph-anchor:before {
  content: "\e917";
}
.ph.ph-anchor-simple:before {
  content: "\e918";
}
.ph.ph-android-logo:before {
  content: "\e919";
}
.ph.ph-angular-logo:before {
  content: "\e91a";
}
.ph.ph-aperture:before {
  content: "\e91b";
}
.ph.ph-apple-logo:before {
  content: "\e91c";
}
.ph.ph-apple-podcasts-logo:before {
  content: "\e91d";
}
.ph.ph-app-store-logo:before {
  content: "\e91e";
}
.ph.ph-app-window:before {
  content: "\e91f";
}
.ph.ph-archive:before {
  content: "\e920";
}
.ph.ph-archive-box:before {
  content: "\e921";
}
.ph.ph-archive-tray:before {
  content: "\e922";
}
.ph.ph-armchair:before {
  content: "\e923";
}
.ph.ph-arrow-arc-left:before {
  content: "\e924";
}
.ph.ph-arrow-arc-right:before {
  content: "\e925";
}
.ph.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}
.ph.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}
.ph.ph-arrow-bend-down-left:before {
  content: "\e928";
}
.ph.ph-arrow-bend-down-right:before {
  content: "\e929";
}
.ph.ph-arrow-bend-left-down:before {
  content: "\e92a";
}
.ph.ph-arrow-bend-left-up:before {
  content: "\e92b";
}
.ph.ph-arrow-bend-right-down:before {
  content: "\e92c";
}
.ph.ph-arrow-bend-right-up:before {
  content: "\e92d";
}
.ph.ph-arrow-bend-up-left:before {
  content: "\e92e";
}
.ph.ph-arrow-bend-up-right:before {
  content: "\e92f";
}
.ph.ph-arrow-circle-down:before {
  content: "\e930";
}
.ph.ph-arrow-circle-down-left:before {
  content: "\e931";
}
.ph.ph-arrow-circle-down-right:before {
  content: "\e932";
}
.ph.ph-arrow-circle-left:before {
  content: "\e933";
}
.ph.ph-arrow-circle-right:before {
  content: "\e934";
}
.ph.ph-arrow-circle-up:before {
  content: "\e935";
}
.ph.ph-arrow-circle-up-left:before {
  content: "\e936";
}
.ph.ph-arrow-circle-up-right:before {
  content: "\e937";
}
.ph.ph-arrow-clockwise:before {
  content: "\e938";
}
.ph.ph-arrow-counter-clockwise:before {
  content: "\e939";
}
.ph.ph-arrow-down:before {
  content: "\e93a";
}
.ph.ph-arrow-down-left:before {
  content: "\e93b";
}
.ph.ph-arrow-down-right:before {
  content: "\e93c";
}
.ph.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}
.ph.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}
.ph.ph-arrow-elbow-left:before {
  content: "\e93f";
}
.ph.ph-arrow-elbow-left-down:before {
  content: "\e940";
}
.ph.ph-arrow-elbow-left-up:before {
  content: "\e941";
}
.ph.ph-arrow-elbow-right:before {
  content: "\e942";
}
.ph.ph-arrow-elbow-right-down:before {
  content: "\e943";
}
.ph.ph-arrow-elbow-right-up:before {
  content: "\e944";
}
.ph.ph-arrow-elbow-up-left:before {
  content: "\e945";
}
.ph.ph-arrow-elbow-up-right:before {
  content: "\e946";
}
.ph.ph-arrow-fat-down:before {
  content: "\e947";
}
.ph.ph-arrow-fat-left:before {
  content: "\e948";
}
.ph.ph-arrow-fat-line-down:before {
  content: "\e949";
}
.ph.ph-arrow-fat-line-left:before {
  content: "\e94a";
}
.ph.ph-arrow-fat-line-right:before {
  content: "\e94b";
}
.ph.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}
.ph.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}
.ph.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}
.ph.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}
.ph.ph-arrow-fat-line-up:before {
  content: "\e950";
}
.ph.ph-arrow-fat-right:before {
  content: "\e951";
}
.ph.ph-arrow-fat-up:before {
  content: "\e952";
}
.ph.ph-arrow-left:before {
  content: "\e953";
}
.ph.ph-arrow-line-down:before {
  content: "\e954";
}
.ph.ph-arrow-line-down-left:before {
  content: "\e955";
}
.ph.ph-arrow-line-down-right:before {
  content: "\e956";
}
.ph.ph-arrow-line-left:before {
  content: "\e957";
}
.ph.ph-arrow-line-right:before {
  content: "\e958";
}
.ph.ph-arrow-line-up:before {
  content: "\e959";
}
.ph.ph-arrow-line-up-left:before {
  content: "\e95a";
}
.ph.ph-arrow-line-up-right:before {
  content: "\e95b";
}
.ph.ph-arrow-right:before {
  content: "\e95c";
}
.ph.ph-arrows-clockwise:before {
  content: "\e95d";
}
.ph.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}
.ph.ph-arrows-down-up:before {
  content: "\e95f";
}
.ph.ph-arrows-horizontal:before {
  content: "\e960";
}
.ph.ph-arrows-in:before {
  content: "\e961";
}
.ph.ph-arrows-in-cardinal:before {
  content: "\e962";
}
.ph.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}
.ph.ph-arrows-in-line-vertical:before {
  content: "\e964";
}
.ph.ph-arrows-in-simple:before {
  content: "\e965";
}
.ph.ph-arrows-left-right:before {
  content: "\e966";
}
.ph.ph-arrows-merge:before {
  content: "\e967";
}
.ph.ph-arrows-out:before {
  content: "\e968";
}
.ph.ph-arrows-out-cardinal:before {
  content: "\e969";
}
.ph.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}
.ph.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}
.ph.ph-arrows-out-simple:before {
  content: "\e96c";
}
.ph.ph-arrow-square-down:before {
  content: "\e96d";
}
.ph.ph-arrow-square-down-left:before {
  content: "\e96e";
}
.ph.ph-arrow-square-down-right:before {
  content: "\e96f";
}
.ph.ph-arrow-square-in:before {
  content: "\e970";
}
.ph.ph-arrow-square-left:before {
  content: "\e971";
}
.ph.ph-arrow-square-out:before {
  content: "\e972";
}
.ph.ph-arrow-square-right:before {
  content: "\e973";
}
.ph.ph-arrow-square-up:before {
  content: "\e974";
}
.ph.ph-arrow-square-up-left:before {
  content: "\e975";
}
.ph.ph-arrow-square-up-right:before {
  content: "\e976";
}
.ph.ph-arrows-split:before {
  content: "\e977";
}
.ph.ph-arrows-vertical:before {
  content: "\e978";
}
.ph.ph-arrow-u-down-left:before {
  content: "\e979";
}
.ph.ph-arrow-u-down-right:before {
  content: "\e97a";
}
.ph.ph-arrow-u-left-down:before {
  content: "\e97b";
}
.ph.ph-arrow-u-left-up:before {
  content: "\e97c";
}
.ph.ph-arrow-up:before {
  content: "\e97d";
}
.ph.ph-arrow-up-left:before {
  content: "\e97e";
}
.ph.ph-arrow-up-right:before {
  content: "\e97f";
}
.ph.ph-arrow-u-right-down:before {
  content: "\e980";
}
.ph.ph-arrow-u-right-up:before {
  content: "\e981";
}
.ph.ph-arrow-u-up-left:before {
  content: "\e982";
}
.ph.ph-arrow-u-up-right:before {
  content: "\e983";
}
.ph.ph-article:before {
  content: "\e984";
}
.ph.ph-article-medium:before {
  content: "\e985";
}
.ph.ph-article-ny-times:before {
  content: "\e986";
}
.ph.ph-asterisk:before {
  content: "\e987";
}
.ph.ph-asterisk-simple:before {
  content: "\e988";
}
.ph.ph-at:before {
  content: "\e989";
}
.ph.ph-atom:before {
  content: "\e98a";
}
.ph.ph-baby:before {
  content: "\e98b";
}
.ph.ph-backpack:before {
  content: "\e98c";
}
.ph.ph-backspace:before {
  content: "\e98d";
}
.ph.ph-bag:before {
  content: "\e98e";
}
.ph.ph-bag-simple:before {
  content: "\e98f";
}
.ph.ph-balloon:before {
  content: "\e990";
}
.ph.ph-bandaids:before {
  content: "\e991";
}
.ph.ph-bank:before {
  content: "\e992";
}
.ph.ph-barbell:before {
  content: "\e993";
}
.ph.ph-barcode:before {
  content: "\e994";
}
.ph.ph-barricade:before {
  content: "\e995";
}
.ph.ph-baseball:before {
  content: "\e996";
}
.ph.ph-baseball-cap:before {
  content: "\e997";
}
.ph.ph-basket:before {
  content: "\e998";
}
.ph.ph-basketball:before {
  content: "\e999";
}
.ph.ph-bathtub:before {
  content: "\e99a";
}
.ph.ph-battery-charging:before {
  content: "\e99b";
}
.ph.ph-battery-charging-vertical:before {
  content: "\e99c";
}
.ph.ph-battery-empty:before {
  content: "\e99d";
}
.ph.ph-battery-full:before {
  content: "\e99e";
}
.ph.ph-battery-high:before {
  content: "\e99f";
}
.ph.ph-battery-low:before {
  content: "\e9a0";
}
.ph.ph-battery-medium:before {
  content: "\e9a1";
}
.ph.ph-battery-plus:before {
  content: "\e9a2";
}
.ph.ph-battery-plus-vertical:before {
  content: "\e9a3";
}
.ph.ph-battery-vertical-empty:before {
  content: "\e9a4";
}
.ph.ph-battery-vertical-full:before {
  content: "\e9a5";
}
.ph.ph-battery-vertical-high:before {
  content: "\e9a6";
}
.ph.ph-battery-vertical-low:before {
  content: "\e9a7";
}
.ph.ph-battery-vertical-medium:before {
  content: "\e9a8";
}
.ph.ph-battery-warning:before {
  content: "\e9a9";
}
.ph.ph-battery-warning-vertical:before {
  content: "\e9aa";
}
.ph.ph-bed:before {
  content: "\e9ab";
}
.ph.ph-beer-bottle:before {
  content: "\e9ac";
}
.ph.ph-beer-stein:before {
  content: "\e9ad";
}
.ph.ph-behance-logo:before {
  content: "\e9ae";
}
.ph.ph-bell:before {
  content: "\e9af";
}
.ph.ph-bell-ringing:before {
  content: "\e9b0";
}
.ph.ph-bell-simple:before {
  content: "\e9b1";
}
.ph.ph-bell-simple-ringing:before {
  content: "\e9b2";
}
.ph.ph-bell-simple-slash:before {
  content: "\e9b3";
}
.ph.ph-bell-simple-z:before {
  content: "\e9b4";
}
.ph.ph-bell-slash:before {
  content: "\e9b5";
}
.ph.ph-bell-z:before {
  content: "\e9b6";
}
.ph.ph-bezier-curve:before {
  content: "\e9b7";
}
.ph.ph-bicycle:before {
  content: "\e9b8";
}
.ph.ph-binoculars:before {
  content: "\e9b9";
}
.ph.ph-bird:before {
  content: "\e9ba";
}
.ph.ph-bluetooth:before {
  content: "\e9bb";
}
.ph.ph-bluetooth-connected:before {
  content: "\e9bc";
}
.ph.ph-bluetooth-slash:before {
  content: "\e9bd";
}
.ph.ph-bluetooth-x:before {
  content: "\e9be";
}
.ph.ph-boat:before {
  content: "\e9bf";
}
.ph.ph-bone:before {
  content: "\e9c0";
}
.ph.ph-book:before {
  content: "\e9c1";
}
.ph.ph-book-bookmark:before {
  content: "\e9c2";
}
.ph.ph-bookmark:before {
  content: "\e9c3";
}
.ph.ph-bookmarks:before {
  content: "\e9c4";
}
.ph.ph-bookmark-simple:before {
  content: "\e9c5";
}
.ph.ph-bookmarks-simple:before {
  content: "\e9c6";
}
.ph.ph-book-open:before {
  content: "\e9c7";
}
.ph.ph-book-open-text:before {
  content: "\e9c8";
}
.ph.ph-books:before {
  content: "\e9c9";
}
.ph.ph-boot:before {
  content: "\e9ca";
}
.ph.ph-bounding-box:before {
  content: "\e9cb";
}
.ph.ph-bowl-food:before {
  content: "\e9cc";
}
.ph.ph-brackets-angle:before {
  content: "\e9cd";
}
.ph.ph-brackets-curly:before {
  content: "\e9ce";
}
.ph.ph-brackets-round:before {
  content: "\e9cf";
}
.ph.ph-brackets-square:before {
  content: "\e9d0";
}
.ph.ph-brain:before {
  content: "\e9d1";
}
.ph.ph-brandy:before {
  content: "\e9d2";
}
.ph.ph-bridge:before {
  content: "\e9d3";
}
.ph.ph-briefcase:before {
  content: "\e9d4";
}
.ph.ph-briefcase-metal:before {
  content: "\e9d5";
}
.ph.ph-broadcast:before {
  content: "\e9d6";
}
.ph.ph-broom:before {
  content: "\e9d7";
}
.ph.ph-browser:before {
  content: "\e9d8";
}
.ph.ph-browsers:before {
  content: "\e9d9";
}
.ph.ph-bug:before {
  content: "\e9da";
}
.ph.ph-bug-beetle:before {
  content: "\e9db";
}
.ph.ph-bug-droid:before {
  content: "\e9dc";
}
.ph.ph-buildings:before {
  content: "\e9dd";
}
.ph.ph-bus:before {
  content: "\e9de";
}
.ph.ph-butterfly:before {
  content: "\e9df";
}
.ph.ph-cactus:before {
  content: "\e9e0";
}
.ph.ph-cake:before {
  content: "\e9e1";
}
.ph.ph-calculator:before {
  content: "\e9e2";
}
.ph.ph-calendar:before {
  content: "\e9e3";
}
.ph.ph-calendar-blank:before {
  content: "\e9e4";
}
.ph.ph-calendar-check:before {
  content: "\e9e5";
}
.ph.ph-calendar-plus:before {
  content: "\e9e6";
}
.ph.ph-calendar-x:before {
  content: "\e9e7";
}
.ph.ph-call-bell:before {
  content: "\e9e8";
}
.ph.ph-camera:before {
  content: "\e9e9";
}
.ph.ph-camera-plus:before {
  content: "\e9ea";
}
.ph.ph-camera-rotate:before {
  content: "\e9eb";
}
.ph.ph-camera-slash:before {
  content: "\e9ec";
}
.ph.ph-campfire:before {
  content: "\e9ed";
}
.ph.ph-car:before {
  content: "\e9ee";
}
.ph.ph-cardholder:before {
  content: "\e9ef";
}
.ph.ph-cards:before {
  content: "\e9f0";
}
.ph.ph-caret-circle-double-down:before {
  content: "\e9f1";
}
.ph.ph-caret-circle-double-left:before {
  content: "\e9f2";
}
.ph.ph-caret-circle-double-right:before {
  content: "\e9f3";
}
.ph.ph-caret-circle-double-up:before {
  content: "\e9f4";
}
.ph.ph-caret-circle-down:before {
  content: "\e9f5";
}
.ph.ph-caret-circle-left:before {
  content: "\e9f6";
}
.ph.ph-caret-circle-right:before {
  content: "\e9f7";
}
.ph.ph-caret-circle-up:before {
  content: "\e9f8";
}
.ph.ph-caret-circle-up-down:before {
  content: "\e9f9";
}
.ph.ph-caret-double-down:before {
  content: "\e9fa";
}
.ph.ph-caret-double-left:before {
  content: "\e9fb";
}
.ph.ph-caret-double-right:before {
  content: "\e9fc";
}
.ph.ph-caret-double-up:before {
  content: "\e9fd";
}
.ph.ph-caret-down:before {
  content: "\e9fe";
}
.ph.ph-caret-left:before {
  content: "\e9ff";
}
.ph.ph-caret-right:before {
  content: "\ea00";
}
.ph.ph-caret-up:before {
  content: "\ea01";
}
.ph.ph-caret-up-down:before {
  content: "\ea02";
}
.ph.ph-car-profile:before {
  content: "\ea03";
}
.ph.ph-carrot:before {
  content: "\ea04";
}
.ph.ph-car-simple:before {
  content: "\ea05";
}
.ph.ph-cassette-tape:before {
  content: "\ea06";
}
.ph.ph-castle-turret:before {
  content: "\ea07";
}
.ph.ph-cat:before {
  content: "\ea08";
}
.ph.ph-cell-signal-full:before {
  content: "\ea09";
}
.ph.ph-cell-signal-high:before {
  content: "\ea0a";
}
.ph.ph-cell-signal-low:before {
  content: "\ea0b";
}
.ph.ph-cell-signal-medium:before {
  content: "\ea0c";
}
.ph.ph-cell-signal-none:before {
  content: "\ea0d";
}
.ph.ph-cell-signal-slash:before {
  content: "\ea0e";
}
.ph.ph-cell-signal-x:before {
  content: "\ea0f";
}
.ph.ph-certificate:before {
  content: "\ea10";
}
.ph.ph-chair:before {
  content: "\ea11";
}
.ph.ph-chalkboard:before {
  content: "\ea12";
}
.ph.ph-chalkboard-simple:before {
  content: "\ea13";
}
.ph.ph-chalkboard-teacher:before {
  content: "\ea14";
}
.ph.ph-champagne:before {
  content: "\ea15";
}
.ph.ph-charging-station:before {
  content: "\ea16";
}
.ph.ph-chart-bar:before {
  content: "\ea17";
}
.ph.ph-chart-bar-horizontal:before {
  content: "\ea18";
}
.ph.ph-chart-donut:before {
  content: "\ea19";
}
.ph.ph-chart-line:before {
  content: "\ea1a";
}
.ph.ph-chart-line-down:before {
  content: "\ea1b";
}
.ph.ph-chart-line-up:before {
  content: "\ea1c";
}
.ph.ph-chart-pie:before {
  content: "\ea1d";
}
.ph.ph-chart-pie-slice:before {
  content: "\ea1e";
}
.ph.ph-chart-polar:before {
  content: "\ea1f";
}
.ph.ph-chart-scatter:before {
  content: "\ea20";
}
.ph.ph-chat:before {
  content: "\ea21";
}
.ph.ph-chat-centered:before {
  content: "\ea22";
}
.ph.ph-chat-centered-dots:before {
  content: "\ea23";
}
.ph.ph-chat-centered-text:before {
  content: "\ea24";
}
.ph.ph-chat-circle:before {
  content: "\ea25";
}
.ph.ph-chat-circle-dots:before {
  content: "\ea26";
}
.ph.ph-chat-circle-text:before {
  content: "\ea27";
}
.ph.ph-chat-dots:before {
  content: "\ea28";
}
.ph.ph-chats:before {
  content: "\ea29";
}
.ph.ph-chats-circle:before {
  content: "\ea2a";
}
.ph.ph-chats-teardrop:before {
  content: "\ea2b";
}
.ph.ph-chat-teardrop:before {
  content: "\ea2c";
}
.ph.ph-chat-teardrop-dots:before {
  content: "\ea2d";
}
.ph.ph-chat-teardrop-text:before {
  content: "\ea2e";
}
.ph.ph-chat-text:before {
  content: "\ea2f";
}
.ph.ph-check:before {
  content: "\ea30";
}
.ph.ph-check-circle:before {
  content: "\ea31";
}
.ph.ph-check-fat:before {
  content: "\ea32";
}
.ph.ph-checks:before {
  content: "\ea33";
}
.ph.ph-check-square:before {
  content: "\ea34";
}
.ph.ph-check-square-offset:before {
  content: "\ea35";
}
.ph.ph-church:before {
  content: "\ea36";
}
.ph.ph-circle:before {
  content: "\ea37";
}
.ph.ph-circle-dashed:before {
  content: "\ea38";
}
.ph.ph-circle-half:before {
  content: "\ea39";
}
.ph.ph-circle-half-tilt:before {
  content: "\ea3a";
}
.ph.ph-circle-notch:before {
  content: "\ea3b";
}
.ph.ph-circles-four:before {
  content: "\ea3c";
}
.ph.ph-circles-three:before {
  content: "\ea3d";
}
.ph.ph-circles-three-plus:before {
  content: "\ea3e";
}
.ph.ph-circuitry:before {
  content: "\ea3f";
}
.ph.ph-clipboard:before {
  content: "\ea40";
}
.ph.ph-clipboard-text:before {
  content: "\ea41";
}
.ph.ph-clock:before {
  content: "\ea42";
}
.ph.ph-clock-afternoon:before {
  content: "\ea43";
}
.ph.ph-clock-clockwise:before {
  content: "\ea44";
}
.ph.ph-clock-countdown:before {
  content: "\ea45";
}
.ph.ph-clock-counter-clockwise:before {
  content: "\ea46";
}
.ph.ph-closed-captioning:before {
  content: "\ea47";
}
.ph.ph-cloud:before {
  content: "\ea48";
}
.ph.ph-cloud-arrow-down:before {
  content: "\ea49";
}
.ph.ph-cloud-arrow-up:before {
  content: "\ea4a";
}
.ph.ph-cloud-check:before {
  content: "\ea4b";
}
.ph.ph-cloud-fog:before {
  content: "\ea4c";
}
.ph.ph-cloud-lightning:before {
  content: "\ea4d";
}
.ph.ph-cloud-moon:before {
  content: "\ea4e";
}
.ph.ph-cloud-rain:before {
  content: "\ea4f";
}
.ph.ph-cloud-slash:before {
  content: "\ea50";
}
.ph.ph-cloud-snow:before {
  content: "\ea51";
}
.ph.ph-cloud-sun:before {
  content: "\ea52";
}
.ph.ph-cloud-warning:before {
  content: "\ea53";
}
.ph.ph-cloud-x:before {
  content: "\ea54";
}
.ph.ph-club:before {
  content: "\ea55";
}
.ph.ph-coat-hanger:before {
  content: "\ea56";
}
.ph.ph-coda-logo:before {
  content: "\ea57";
}
.ph.ph-code:before {
  content: "\ea58";
}
.ph.ph-code-block:before {
  content: "\ea59";
}
.ph.ph-codepen-logo:before {
  content: "\ea5a";
}
.ph.ph-codesandbox-logo:before {
  content: "\ea5b";
}
.ph.ph-code-simple:before {
  content: "\ea5c";
}
.ph.ph-coffee:before {
  content: "\ea5d";
}
.ph.ph-coin:before {
  content: "\ea5e";
}
.ph.ph-coins:before {
  content: "\ea5f";
}
.ph.ph-coin-vertical:before {
  content: "\ea60";
}
.ph.ph-columns:before {
  content: "\ea61";
}
.ph.ph-command:before {
  content: "\ea62";
}
.ph.ph-compass:before {
  content: "\ea63";
}
.ph.ph-compass-tool:before {
  content: "\ea64";
}
.ph.ph-computer-tower:before {
  content: "\ea65";
}
.ph.ph-confetti:before {
  content: "\ea66";
}
.ph.ph-contactless-payment:before {
  content: "\ea67";
}
.ph.ph-control:before {
  content: "\ea68";
}
.ph.ph-cookie:before {
  content: "\ea69";
}
.ph.ph-cooking-pot:before {
  content: "\ea6a";
}
.ph.ph-copy:before {
  content: "\ea6b";
}
.ph.ph-copyleft:before {
  content: "\ea6c";
}
.ph.ph-copyright:before {
  content: "\ea6d";
}
.ph.ph-copy-simple:before {
  content: "\ea6e";
}
.ph.ph-corners-in:before {
  content: "\ea6f";
}
.ph.ph-corners-out:before {
  content: "\ea70";
}
.ph.ph-couch:before {
  content: "\ea71";
}
.ph.ph-cpu:before {
  content: "\ea72";
}
.ph.ph-credit-card:before {
  content: "\ea73";
}
.ph.ph-crop:before {
  content: "\ea74";
}
.ph.ph-cross:before {
  content: "\ea75";
}
.ph.ph-crosshair:before {
  content: "\ea76";
}
.ph.ph-crosshair-simple:before {
  content: "\ea77";
}
.ph.ph-crown:before {
  content: "\ea78";
}
.ph.ph-crown-simple:before {
  content: "\ea79";
}
.ph.ph-cube:before {
  content: "\ea7a";
}
.ph.ph-cube-focus:before {
  content: "\ea7b";
}
.ph.ph-cube-transparent:before {
  content: "\ea7c";
}
.ph.ph-currency-btc:before {
  content: "\ea7d";
}
.ph.ph-currency-circle-dollar:before {
  content: "\ea7e";
}
.ph.ph-currency-cny:before {
  content: "\ea7f";
}
.ph.ph-currency-dollar:before {
  content: "\ea80";
}
.ph.ph-currency-dollar-simple:before {
  content: "\ea81";
}
.ph.ph-currency-eth:before {
  content: "\ea82";
}
.ph.ph-currency-eur:before {
  content: "\ea83";
}
.ph.ph-currency-gbp:before {
  content: "\ea84";
}
.ph.ph-currency-inr:before {
  content: "\ea85";
}
.ph.ph-currency-jpy:before {
  content: "\ea86";
}
.ph.ph-currency-krw:before {
  content: "\ea87";
}
.ph.ph-currency-kzt:before {
  content: "\ea88";
}
.ph.ph-currency-ngn:before {
  content: "\ea89";
}
.ph.ph-currency-rub:before {
  content: "\ea8a";
}
.ph.ph-cursor:before {
  content: "\ea8b";
}
.ph.ph-cursor-click:before {
  content: "\ea8c";
}
.ph.ph-cursor-text:before {
  content: "\ea8d";
}
.ph.ph-cylinder:before {
  content: "\ea8e";
}
.ph.ph-database:before {
  content: "\ea8f";
}
.ph.ph-desktop:before {
  content: "\ea90";
}
.ph.ph-desktop-tower:before {
  content: "\ea91";
}
.ph.ph-detective:before {
  content: "\ea92";
}
.ph.ph-device-mobile:before {
  content: "\ea93";
}
.ph.ph-device-mobile-camera:before {
  content: "\ea94";
}
.ph.ph-device-mobile-speaker:before {
  content: "\ea95";
}
.ph.ph-devices:before {
  content: "\ea96";
}
.ph.ph-device-tablet:before {
  content: "\ea97";
}
.ph.ph-device-tablet-camera:before {
  content: "\ea98";
}
.ph.ph-device-tablet-speaker:before {
  content: "\ea99";
}
.ph.ph-dev-to-logo:before {
  content: "\ea9a";
}
.ph.ph-diamond:before {
  content: "\ea9b";
}
.ph.ph-diamonds-four:before {
  content: "\ea9c";
}
.ph.ph-dice-five:before {
  content: "\ea9d";
}
.ph.ph-dice-four:before {
  content: "\ea9e";
}
.ph.ph-dice-one:before {
  content: "\ea9f";
}
.ph.ph-dice-six:before {
  content: "\eaa0";
}
.ph.ph-dice-three:before {
  content: "\eaa1";
}
.ph.ph-dice-two:before {
  content: "\eaa2";
}
.ph.ph-disc:before {
  content: "\eaa3";
}
.ph.ph-discord-logo:before {
  content: "\eaa4";
}
.ph.ph-divide:before {
  content: "\eaa5";
}
.ph.ph-dna:before {
  content: "\eaa6";
}
.ph.ph-dog:before {
  content: "\eaa7";
}
.ph.ph-door:before {
  content: "\eaa8";
}
.ph.ph-door-open:before {
  content: "\eaa9";
}
.ph.ph-dot:before {
  content: "\eaaa";
}
.ph.ph-dot-outline:before {
  content: "\eaab";
}
.ph.ph-dots-nine:before {
  content: "\eaac";
}
.ph.ph-dots-six:before {
  content: "\eaad";
}
.ph.ph-dots-six-vertical:before {
  content: "\eaae";
}
.ph.ph-dots-three:before {
  content: "\eaaf";
}
.ph.ph-dots-three-circle:before {
  content: "\eab0";
}
.ph.ph-dots-three-circle-vertical:before {
  content: "\eab1";
}
.ph.ph-dots-three-outline:before {
  content: "\eab2";
}
.ph.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}
.ph.ph-dots-three-vertical:before {
  content: "\eab4";
}
.ph.ph-download:before {
  content: "\eab5";
}
.ph.ph-download-simple:before {
  content: "\eab6";
}
.ph.ph-dress:before {
  content: "\eab7";
}
.ph.ph-dribbble-logo:before {
  content: "\eab8";
}
.ph.ph-drop:before {
  content: "\eab9";
}
.ph.ph-dropbox-logo:before {
  content: "\eaba";
}
.ph.ph-drop-half:before {
  content: "\eabb";
}
.ph.ph-drop-half-bottom:before {
  content: "\eabc";
}
.ph.ph-ear:before {
  content: "\eabd";
}
.ph.ph-ear-slash:before {
  content: "\eabe";
}
.ph.ph-egg:before {
  content: "\eabf";
}
.ph.ph-egg-crack:before {
  content: "\eac0";
}
.ph.ph-eject:before {
  content: "\eac1";
}
.ph.ph-eject-simple:before {
  content: "\eac2";
}
.ph.ph-elevator:before {
  content: "\eac3";
}
.ph.ph-engine:before {
  content: "\eac4";
}
.ph.ph-envelope:before {
  content: "\eac5";
}
.ph.ph-envelope-open:before {
  content: "\eac6";
}
.ph.ph-envelope-simple:before {
  content: "\eac7";
}
.ph.ph-envelope-simple-open:before {
  content: "\eac8";
}
.ph.ph-equalizer:before {
  content: "\eac9";
}
.ph.ph-equals:before {
  content: "\eaca";
}
.ph.ph-eraser:before {
  content: "\eacb";
}
.ph.ph-escalator-down:before {
  content: "\eacc";
}
.ph.ph-escalator-up:before {
  content: "\eacd";
}
.ph.ph-exam:before {
  content: "\eace";
}
.ph.ph-exclude:before {
  content: "\eacf";
}
.ph.ph-exclude-square:before {
  content: "\ead0";
}
.ph.ph-export:before {
  content: "\ead1";
}
.ph.ph-eye:before {
  content: "\ead2";
}
.ph.ph-eye-closed:before {
  content: "\ead3";
}
.ph.ph-eyedropper:before {
  content: "\ead4";
}
.ph.ph-eyedropper-sample:before {
  content: "\ead5";
}
.ph.ph-eyeglasses:before {
  content: "\ead6";
}
.ph.ph-eye-slash:before {
  content: "\ead7";
}
.ph.ph-facebook-logo:before {
  content: "\ead8";
}
.ph.ph-face-mask:before {
  content: "\ead9";
}
.ph.ph-factory:before {
  content: "\eada";
}
.ph.ph-faders:before {
  content: "\eadb";
}
.ph.ph-faders-horizontal:before {
  content: "\eadc";
}
.ph.ph-fan:before {
  content: "\eadd";
}
.ph.ph-fast-forward:before {
  content: "\eade";
}
.ph.ph-fast-forward-circle:before {
  content: "\eadf";
}
.ph.ph-feather:before {
  content: "\eae0";
}
.ph.ph-figma-logo:before {
  content: "\eae1";
}
.ph.ph-file:before {
  content: "\eae2";
}
.ph.ph-file-archive:before {
  content: "\eae3";
}
.ph.ph-file-arrow-down:before {
  content: "\eae4";
}
.ph.ph-file-arrow-up:before {
  content: "\eae5";
}
.ph.ph-file-audio:before {
  content: "\eae6";
}
.ph.ph-file-cloud:before {
  content: "\eae7";
}
.ph.ph-file-code:before {
  content: "\eae8";
}
.ph.ph-file-css:before {
  content: "\eae9";
}
.ph.ph-file-csv:before {
  content: "\eaea";
}
.ph.ph-file-dashed:before, .ph.ph-file-dotted:before {
  content: "\eaeb";
}
.ph.ph-file-doc:before {
  content: "\eaec";
}
.ph.ph-file-html:before {
  content: "\eaed";
}
.ph.ph-file-image:before {
  content: "\eaee";
}
.ph.ph-file-jpg:before {
  content: "\eaef";
}
.ph.ph-file-js:before {
  content: "\eaf0";
}
.ph.ph-file-jsx:before {
  content: "\eaf1";
}
.ph.ph-file-lock:before {
  content: "\eaf2";
}
.ph.ph-file-magnifying-glass:before, .ph.ph-file-search:before {
  content: "\eaf3";
}
.ph.ph-file-minus:before {
  content: "\eaf4";
}
.ph.ph-file-pdf:before {
  content: "\eaf5";
}
.ph.ph-file-plus:before {
  content: "\eaf6";
}
.ph.ph-file-png:before {
  content: "\eaf7";
}
.ph.ph-file-ppt:before {
  content: "\eaf8";
}
.ph.ph-file-rs:before {
  content: "\eaf9";
}
.ph.ph-files:before {
  content: "\eafa";
}
.ph.ph-file-sql:before {
  content: "\eafb";
}
.ph.ph-file-svg:before {
  content: "\eafc";
}
.ph.ph-file-text:before {
  content: "\eafd";
}
.ph.ph-file-ts:before {
  content: "\eafe";
}
.ph.ph-file-tsx:before {
  content: "\eaff";
}
.ph.ph-file-video:before {
  content: "\eb00";
}
.ph.ph-file-vue:before {
  content: "\eb01";
}
.ph.ph-file-x:before {
  content: "\eb02";
}
.ph.ph-file-xls:before {
  content: "\eb03";
}
.ph.ph-file-zip:before {
  content: "\eb04";
}
.ph.ph-film-reel:before {
  content: "\eb05";
}
.ph.ph-film-script:before {
  content: "\eb06";
}
.ph.ph-film-slate:before {
  content: "\eb07";
}
.ph.ph-film-strip:before {
  content: "\eb08";
}
.ph.ph-fingerprint:before {
  content: "\eb09";
}
.ph.ph-fingerprint-simple:before {
  content: "\eb0a";
}
.ph.ph-finn-the-human:before {
  content: "\eb0b";
}
.ph.ph-fire:before {
  content: "\eb0c";
}
.ph.ph-fire-extinguisher:before {
  content: "\eb0d";
}
.ph.ph-fire-simple:before {
  content: "\eb0e";
}
.ph.ph-first-aid:before {
  content: "\eb0f";
}
.ph.ph-first-aid-kit:before {
  content: "\eb10";
}
.ph.ph-fish:before {
  content: "\eb11";
}
.ph.ph-fish-simple:before {
  content: "\eb12";
}
.ph.ph-flag:before {
  content: "\eb13";
}
.ph.ph-flag-banner:before {
  content: "\eb14";
}
.ph.ph-flag-checkered:before {
  content: "\eb15";
}
.ph.ph-flag-pennant:before {
  content: "\eb16";
}
.ph.ph-flame:before {
  content: "\eb17";
}
.ph.ph-flashlight:before {
  content: "\eb18";
}
.ph.ph-flask:before {
  content: "\eb19";
}
.ph.ph-floppy-disk:before {
  content: "\eb1a";
}
.ph.ph-floppy-disk-back:before {
  content: "\eb1b";
}
.ph.ph-flow-arrow:before {
  content: "\eb1c";
}
.ph.ph-flower:before {
  content: "\eb1d";
}
.ph.ph-flower-lotus:before {
  content: "\eb1e";
}
.ph.ph-flower-tulip:before {
  content: "\eb1f";
}
.ph.ph-flying-saucer:before {
  content: "\eb20";
}
.ph.ph-folder:before {
  content: "\eb21";
}
.ph.ph-folder-dashed:before, .ph.ph-folder-dotted:before {
  content: "\eb22";
}
.ph.ph-folder-lock:before {
  content: "\eb23";
}
.ph.ph-folder-minus:before {
  content: "\eb24";
}
.ph.ph-folder-notch:before {
  content: "\eb25";
}
.ph.ph-folder-notch-minus:before {
  content: "\eb26";
}
.ph.ph-folder-notch-open:before {
  content: "\eb27";
}
.ph.ph-folder-notch-plus:before {
  content: "\eb28";
}
.ph.ph-folder-open:before {
  content: "\eb29";
}
.ph.ph-folder-plus:before {
  content: "\eb2a";
}
.ph.ph-folders:before {
  content: "\eb2b";
}
.ph.ph-folder-simple:before {
  content: "\eb2c";
}
.ph.ph-folder-simple-dashed:before, .ph.ph-folder-simple-dotted:before {
  content: "\eb2d";
}
.ph.ph-folder-simple-lock:before {
  content: "\eb2e";
}
.ph.ph-folder-simple-minus:before {
  content: "\eb2f";
}
.ph.ph-folder-simple-plus:before {
  content: "\eb30";
}
.ph.ph-folder-simple-star:before {
  content: "\eb31";
}
.ph.ph-folder-simple-user:before {
  content: "\eb32";
}
.ph.ph-folder-star:before {
  content: "\eb33";
}
.ph.ph-folder-user:before {
  content: "\eb34";
}
.ph.ph-football:before {
  content: "\eb35";
}
.ph.ph-footprints:before {
  content: "\eb36";
}
.ph.ph-fork-knife:before {
  content: "\eb37";
}
.ph.ph-frame-corners:before {
  content: "\eb38";
}
.ph.ph-framer-logo:before {
  content: "\eb39";
}
.ph.ph-function:before {
  content: "\eb3a";
}
.ph.ph-funnel:before {
  content: "\eb3b";
}
.ph.ph-funnel-simple:before {
  content: "\eb3c";
}
.ph.ph-game-controller:before {
  content: "\eb3d";
}
.ph.ph-garage:before {
  content: "\eb3e";
}
.ph.ph-gas-can:before {
  content: "\eb3f";
}
.ph.ph-gas-pump:before {
  content: "\eb40";
}
.ph.ph-gauge:before {
  content: "\eb41";
}
.ph.ph-gavel:before {
  content: "\eb42";
}
.ph.ph-gear:before {
  content: "\eb43";
}
.ph.ph-gear-fine:before {
  content: "\eb44";
}
.ph.ph-gear-six:before {
  content: "\eb45";
}
.ph.ph-gender-female:before {
  content: "\eb46";
}
.ph.ph-gender-intersex:before {
  content: "\eb47";
}
.ph.ph-gender-male:before {
  content: "\eb48";
}
.ph.ph-gender-neuter:before {
  content: "\eb49";
}
.ph.ph-gender-nonbinary:before {
  content: "\eb4a";
}
.ph.ph-gender-transgender:before {
  content: "\eb4b";
}
.ph.ph-ghost:before {
  content: "\eb4c";
}
.ph.ph-gif:before {
  content: "\eb4d";
}
.ph.ph-gift:before {
  content: "\eb4e";
}
.ph.ph-git-branch:before {
  content: "\eb4f";
}
.ph.ph-git-commit:before {
  content: "\eb50";
}
.ph.ph-git-diff:before {
  content: "\eb51";
}
.ph.ph-git-fork:before {
  content: "\eb52";
}
.ph.ph-github-logo:before {
  content: "\eb53";
}
.ph.ph-gitlab-logo:before {
  content: "\eb54";
}
.ph.ph-gitlab-logo-simple:before {
  content: "\eb55";
}
.ph.ph-git-merge:before {
  content: "\eb56";
}
.ph.ph-git-pull-request:before {
  content: "\eb57";
}
.ph.ph-globe:before {
  content: "\eb58";
}
.ph.ph-globe-hemisphere-east:before {
  content: "\eb59";
}
.ph.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}
.ph.ph-globe-simple:before {
  content: "\eb5b";
}
.ph.ph-globe-stand:before {
  content: "\eb5c";
}
.ph.ph-goggles:before {
  content: "\eb5d";
}
.ph.ph-goodreads-logo:before {
  content: "\eb5e";
}
.ph.ph-google-cardboard-logo:before {
  content: "\eb5f";
}
.ph.ph-google-chrome-logo:before {
  content: "\eb60";
}
.ph.ph-google-drive-logo:before {
  content: "\eb61";
}
.ph.ph-google-logo:before {
  content: "\eb62";
}
.ph.ph-google-photos-logo:before {
  content: "\eb63";
}
.ph.ph-google-play-logo:before {
  content: "\eb64";
}
.ph.ph-google-podcasts-logo:before {
  content: "\eb65";
}
.ph.ph-gradient:before {
  content: "\eb66";
}
.ph.ph-graduation-cap:before {
  content: "\eb67";
}
.ph.ph-grains:before {
  content: "\eb68";
}
.ph.ph-grains-slash:before {
  content: "\eb69";
}
.ph.ph-graph:before {
  content: "\eb6a";
}
.ph.ph-grid-four:before {
  content: "\eb6b";
}
.ph.ph-grid-nine:before {
  content: "\eb6c";
}
.ph.ph-guitar:before {
  content: "\eb6d";
}
.ph.ph-hamburger:before {
  content: "\eb6e";
}
.ph.ph-hammer:before {
  content: "\eb6f";
}
.ph.ph-hand:before {
  content: "\eb70";
}
.ph.ph-handbag:before {
  content: "\eb71";
}
.ph.ph-handbag-simple:before {
  content: "\eb72";
}
.ph.ph-hand-coins:before {
  content: "\eb73";
}
.ph.ph-hand-eye:before {
  content: "\eb74";
}
.ph.ph-hand-fist:before {
  content: "\eb75";
}
.ph.ph-hand-grabbing:before {
  content: "\eb76";
}
.ph.ph-hand-heart:before {
  content: "\eb77";
}
.ph.ph-hand-palm:before {
  content: "\eb78";
}
.ph.ph-hand-pointing:before {
  content: "\eb79";
}
.ph.ph-hands-clapping:before {
  content: "\eb7a";
}
.ph.ph-handshake:before {
  content: "\eb7b";
}
.ph.ph-hand-soap:before {
  content: "\eb7c";
}
.ph.ph-hands-praying:before {
  content: "\eb7d";
}
.ph.ph-hand-swipe-left:before {
  content: "\eb7e";
}
.ph.ph-hand-swipe-right:before {
  content: "\eb7f";
}
.ph.ph-hand-tap:before {
  content: "\eb80";
}
.ph.ph-hand-waving:before {
  content: "\eb81";
}
.ph.ph-hard-drive:before {
  content: "\eb82";
}
.ph.ph-hard-drives:before {
  content: "\eb83";
}
.ph.ph-hash:before {
  content: "\eb84";
}
.ph.ph-hash-straight:before {
  content: "\eb85";
}
.ph.ph-headlights:before {
  content: "\eb86";
}
.ph.ph-headphones:before {
  content: "\eb87";
}
.ph.ph-headset:before {
  content: "\eb88";
}
.ph.ph-heart:before {
  content: "\eb89";
}
.ph.ph-heartbeat:before {
  content: "\eb8a";
}
.ph.ph-heart-break:before {
  content: "\eb8b";
}
.ph.ph-heart-half:before {
  content: "\eb8c";
}
.ph.ph-heart-straight:before {
  content: "\eb8d";
}
.ph.ph-heart-straight-break:before {
  content: "\eb8e";
}
.ph.ph-hexagon:before {
  content: "\eb8f";
}
.ph.ph-high-heel:before {
  content: "\eb90";
}
.ph.ph-highlighter-circle:before {
  content: "\eb91";
}
.ph.ph-hoodie:before {
  content: "\eb92";
}
.ph.ph-horse:before {
  content: "\eb93";
}
.ph.ph-hourglass:before {
  content: "\eb94";
}
.ph.ph-hourglass-high:before {
  content: "\eb95";
}
.ph.ph-hourglass-low:before {
  content: "\eb96";
}
.ph.ph-hourglass-medium:before {
  content: "\eb97";
}
.ph.ph-hourglass-simple:before {
  content: "\eb98";
}
.ph.ph-hourglass-simple-high:before {
  content: "\eb99";
}
.ph.ph-hourglass-simple-low:before {
  content: "\eb9a";
}
.ph.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}
.ph.ph-house:before {
  content: "\eb9c";
}
.ph.ph-house-line:before {
  content: "\eb9d";
}
.ph.ph-house-simple:before {
  content: "\eb9e";
}
.ph.ph-ice-cream:before {
  content: "\eb9f";
}
.ph.ph-identification-badge:before {
  content: "\eba0";
}
.ph.ph-identification-card:before {
  content: "\eba1";
}
.ph.ph-image:before {
  content: "\eba2";
}
.ph.ph-images:before {
  content: "\eba3";
}
.ph.ph-image-square:before {
  content: "\eba4";
}
.ph.ph-images-square:before {
  content: "\eba5";
}
.ph.ph-infinity:before {
  content: "\eba6";
}
.ph.ph-info:before {
  content: "\eba7";
}
.ph.ph-instagram-logo:before {
  content: "\eba8";
}
.ph.ph-intersect:before {
  content: "\eba9";
}
.ph.ph-intersect-square:before {
  content: "\ebaa";
}
.ph.ph-intersect-three:before {
  content: "\ebab";
}
.ph.ph-jeep:before {
  content: "\ebac";
}
.ph.ph-kanban:before {
  content: "\ebad";
}
.ph.ph-key:before {
  content: "\ebae";
}
.ph.ph-keyboard:before {
  content: "\ebaf";
}
.ph.ph-keyhole:before {
  content: "\ebb0";
}
.ph.ph-key-return:before {
  content: "\ebb1";
}
.ph.ph-knife:before {
  content: "\ebb2";
}
.ph.ph-ladder:before {
  content: "\ebb3";
}
.ph.ph-ladder-simple:before {
  content: "\ebb4";
}
.ph.ph-lamp:before {
  content: "\ebb5";
}
.ph.ph-laptop:before {
  content: "\ebb6";
}
.ph.ph-layout:before {
  content: "\ebb7";
}
.ph.ph-leaf:before {
  content: "\ebb8";
}
.ph.ph-lifebuoy:before {
  content: "\ebb9";
}
.ph.ph-lightbulb:before {
  content: "\ebba";
}
.ph.ph-lightbulb-filament:before {
  content: "\ebbb";
}
.ph.ph-lighthouse:before {
  content: "\ebbc";
}
.ph.ph-lightning:before {
  content: "\ebbd";
}
.ph.ph-lightning-a:before {
  content: "\ebbe";
}
.ph.ph-lightning-slash:before {
  content: "\ebbf";
}
.ph.ph-line-segment:before {
  content: "\ebc0";
}
.ph.ph-line-segments:before {
  content: "\ebc1";
}
.ph.ph-link:before {
  content: "\ebc2";
}
.ph.ph-link-break:before {
  content: "\ebc3";
}
.ph.ph-linkedin-logo:before {
  content: "\ebc4";
}
.ph.ph-link-simple:before {
  content: "\ebc5";
}
.ph.ph-link-simple-break:before {
  content: "\ebc6";
}
.ph.ph-link-simple-horizontal:before {
  content: "\ebc7";
}
.ph.ph-link-simple-horizontal-break:before {
  content: "\ebc8";
}
.ph.ph-linux-logo:before {
  content: "\ebc9";
}
.ph.ph-list:before {
  content: "\ebca";
}
.ph.ph-list-bullets:before {
  content: "\ebcb";
}
.ph.ph-list-checks:before {
  content: "\ebcc";
}
.ph.ph-list-dashes:before {
  content: "\ebcd";
}
.ph.ph-list-magnifying-glass:before {
  content: "\ebce";
}
.ph.ph-list-numbers:before {
  content: "\ebcf";
}
.ph.ph-list-plus:before {
  content: "\ebd0";
}
.ph.ph-lock:before {
  content: "\ebd1";
}
.ph.ph-lockers:before {
  content: "\ebd2";
}
.ph.ph-lock-key:before {
  content: "\ebd3";
}
.ph.ph-lock-key-open:before {
  content: "\ebd4";
}
.ph.ph-lock-laminated:before {
  content: "\ebd5";
}
.ph.ph-lock-laminated-open:before {
  content: "\ebd6";
}
.ph.ph-lock-open:before {
  content: "\ebd7";
}
.ph.ph-lock-simple:before {
  content: "\ebd8";
}
.ph.ph-lock-simple-open:before {
  content: "\ebd9";
}
.ph.ph-magic-wand:before {
  content: "\ebda";
}
.ph.ph-magnet:before {
  content: "\ebdb";
}
.ph.ph-magnet-straight:before {
  content: "\ebdc";
}
.ph.ph-magnifying-glass:before {
  content: "\ebdd";
}
.ph.ph-magnifying-glass-minus:before {
  content: "\ebde";
}
.ph.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}
.ph.ph-map-pin:before {
  content: "\ebe0";
}
.ph.ph-map-pin-line:before {
  content: "\ebe1";
}
.ph.ph-map-trifold:before {
  content: "\ebe2";
}
.ph.ph-marker-circle:before {
  content: "\ebe3";
}
.ph.ph-martini:before {
  content: "\ebe4";
}
.ph.ph-mask-happy:before {
  content: "\ebe5";
}
.ph.ph-mask-sad:before {
  content: "\ebe6";
}
.ph.ph-math-operations:before {
  content: "\ebe7";
}
.ph.ph-medal:before {
  content: "\ebe8";
}
.ph.ph-medal-military:before {
  content: "\ebe9";
}
.ph.ph-medium-logo:before {
  content: "\ebea";
}
.ph.ph-megaphone:before {
  content: "\ebeb";
}
.ph.ph-megaphone-simple:before {
  content: "\ebec";
}
.ph.ph-messenger-logo:before {
  content: "\ebed";
}
.ph.ph-meta-logo:before {
  content: "\ebee";
}
.ph.ph-metronome:before {
  content: "\ebef";
}
.ph.ph-microphone:before {
  content: "\ebf0";
}
.ph.ph-microphone-slash:before {
  content: "\ebf1";
}
.ph.ph-microphone-stage:before {
  content: "\ebf2";
}
.ph.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}
.ph.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}
.ph.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}
.ph.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}
.ph.ph-microsoft-word-logo:before {
  content: "\ebf7";
}
.ph.ph-minus:before {
  content: "\ebf8";
}
.ph.ph-minus-circle:before {
  content: "\ebf9";
}
.ph.ph-minus-square:before {
  content: "\ebfa";
}
.ph.ph-money:before {
  content: "\ebfb";
}
.ph.ph-monitor:before {
  content: "\ebfc";
}
.ph.ph-monitor-play:before {
  content: "\ebfd";
}
.ph.ph-moon:before {
  content: "\ebfe";
}
.ph.ph-moon-stars:before {
  content: "\ebff";
}
.ph.ph-moped:before {
  content: "\ec00";
}
.ph.ph-moped-front:before {
  content: "\ec01";
}
.ph.ph-mosque:before {
  content: "\ec02";
}
.ph.ph-motorcycle:before {
  content: "\ec03";
}
.ph.ph-mountains:before {
  content: "\ec04";
}
.ph.ph-mouse:before {
  content: "\ec05";
}
.ph.ph-mouse-simple:before {
  content: "\ec06";
}
.ph.ph-music-note:before {
  content: "\ec07";
}
.ph.ph-music-notes:before {
  content: "\ec08";
}
.ph.ph-music-note-simple:before {
  content: "\ec09";
}
.ph.ph-music-notes-plus:before {
  content: "\ec0a";
}
.ph.ph-music-notes-simple:before {
  content: "\ec0b";
}
.ph.ph-navigation-arrow:before {
  content: "\ec0c";
}
.ph.ph-needle:before {
  content: "\ec0d";
}
.ph.ph-newspaper:before {
  content: "\ec0e";
}
.ph.ph-newspaper-clipping:before {
  content: "\ec0f";
}
.ph.ph-notches:before {
  content: "\ec10";
}
.ph.ph-note:before {
  content: "\ec11";
}
.ph.ph-note-blank:before {
  content: "\ec12";
}
.ph.ph-notebook:before {
  content: "\ec13";
}
.ph.ph-notepad:before {
  content: "\ec14";
}
.ph.ph-note-pencil:before {
  content: "\ec15";
}
.ph.ph-notification:before {
  content: "\ec16";
}
.ph.ph-notion-logo:before {
  content: "\ec17";
}
.ph.ph-number-circle-eight:before {
  content: "\ec18";
}
.ph.ph-number-circle-five:before {
  content: "\ec19";
}
.ph.ph-number-circle-four:before {
  content: "\ec1a";
}
.ph.ph-number-circle-nine:before {
  content: "\ec1b";
}
.ph.ph-number-circle-one:before {
  content: "\ec1c";
}
.ph.ph-number-circle-seven:before {
  content: "\ec1d";
}
.ph.ph-number-circle-six:before {
  content: "\ec1e";
}
.ph.ph-number-circle-three:before {
  content: "\ec1f";
}
.ph.ph-number-circle-two:before {
  content: "\ec20";
}
.ph.ph-number-circle-zero:before {
  content: "\ec21";
}
.ph.ph-number-eight:before {
  content: "\ec22";
}
.ph.ph-number-five:before {
  content: "\ec23";
}
.ph.ph-number-four:before {
  content: "\ec24";
}
.ph.ph-number-nine:before {
  content: "\ec25";
}
.ph.ph-number-one:before {
  content: "\ec26";
}
.ph.ph-number-seven:before {
  content: "\ec27";
}
.ph.ph-number-six:before {
  content: "\ec28";
}
.ph.ph-number-square-eight:before {
  content: "\ec29";
}
.ph.ph-number-square-five:before {
  content: "\ec2a";
}
.ph.ph-number-square-four:before {
  content: "\ec2b";
}
.ph.ph-number-square-nine:before {
  content: "\ec2c";
}
.ph.ph-number-square-one:before {
  content: "\ec2d";
}
.ph.ph-number-square-seven:before {
  content: "\ec2e";
}
.ph.ph-number-square-six:before {
  content: "\ec2f";
}
.ph.ph-number-square-three:before {
  content: "\ec30";
}
.ph.ph-number-square-two:before {
  content: "\ec31";
}
.ph.ph-number-square-zero:before {
  content: "\ec32";
}
.ph.ph-number-three:before {
  content: "\ec33";
}
.ph.ph-number-two:before {
  content: "\ec34";
}
.ph.ph-number-zero:before {
  content: "\ec35";
}
.ph.ph-nut:before {
  content: "\ec36";
}
.ph.ph-ny-times-logo:before {
  content: "\ec37";
}
.ph.ph-octagon:before {
  content: "\ec38";
}
.ph.ph-office-chair:before {
  content: "\ec39";
}
.ph.ph-option:before {
  content: "\ec3a";
}
.ph.ph-orange-slice:before {
  content: "\ec3b";
}
.ph.ph-package:before {
  content: "\ec3c";
}
.ph.ph-paint-brush:before {
  content: "\ec3d";
}
.ph.ph-paint-brush-broad:before {
  content: "\ec3e";
}
.ph.ph-paint-brush-household:before {
  content: "\ec3f";
}
.ph.ph-paint-bucket:before {
  content: "\ec40";
}
.ph.ph-paint-roller:before {
  content: "\ec41";
}
.ph.ph-palette:before {
  content: "\ec42";
}
.ph.ph-pants:before {
  content: "\ec43";
}
.ph.ph-paperclip:before {
  content: "\ec44";
}
.ph.ph-paperclip-horizontal:before {
  content: "\ec45";
}
.ph.ph-paper-plane:before {
  content: "\ec46";
}
.ph.ph-paper-plane-right:before {
  content: "\ec47";
}
.ph.ph-paper-plane-tilt:before {
  content: "\ec48";
}
.ph.ph-parachute:before {
  content: "\ec49";
}
.ph.ph-paragraph:before {
  content: "\ec4a";
}
.ph.ph-parallelogram:before {
  content: "\ec4b";
}
.ph.ph-park:before {
  content: "\ec4c";
}
.ph.ph-password:before {
  content: "\ec4d";
}
.ph.ph-path:before {
  content: "\ec4e";
}
.ph.ph-patreon-logo:before {
  content: "\ec4f";
}
.ph.ph-pause:before {
  content: "\ec50";
}
.ph.ph-pause-circle:before {
  content: "\ec51";
}
.ph.ph-paw-print:before {
  content: "\ec52";
}
.ph.ph-paypal-logo:before {
  content: "\ec53";
}
.ph.ph-peace:before {
  content: "\ec54";
}
.ph.ph-pen:before {
  content: "\ec55";
}
.ph.ph-pencil:before {
  content: "\ec56";
}
.ph.ph-pencil-circle:before {
  content: "\ec57";
}
.ph.ph-pencil-line:before {
  content: "\ec58";
}
.ph.ph-pencil-simple:before {
  content: "\ec59";
}
.ph.ph-pencil-simple-line:before {
  content: "\ec5a";
}
.ph.ph-pencil-simple-slash:before {
  content: "\ec5b";
}
.ph.ph-pencil-slash:before {
  content: "\ec5c";
}
.ph.ph-pen-nib:before {
  content: "\ec5d";
}
.ph.ph-pen-nib-straight:before {
  content: "\ec5e";
}
.ph.ph-pentagram:before {
  content: "\ec5f";
}
.ph.ph-pepper:before {
  content: "\ec60";
}
.ph.ph-percent:before {
  content: "\ec61";
}
.ph.ph-person:before {
  content: "\ec62";
}
.ph.ph-person-arms-spread:before {
  content: "\ec63";
}
.ph.ph-person-simple:before {
  content: "\ec64";
}
.ph.ph-person-simple-bike:before {
  content: "\ec65";
}
.ph.ph-person-simple-run:before {
  content: "\ec66";
}
.ph.ph-person-simple-throw:before {
  content: "\ec67";
}
.ph.ph-person-simple-walk:before {
  content: "\ec68";
}
.ph.ph-perspective:before {
  content: "\ec69";
}
.ph.ph-phone:before {
  content: "\ec6a";
}
.ph.ph-phone-call:before {
  content: "\ec6b";
}
.ph.ph-phone-disconnect:before {
  content: "\ec6c";
}
.ph.ph-phone-incoming:before {
  content: "\ec6d";
}
.ph.ph-phone-outgoing:before {
  content: "\ec6e";
}
.ph.ph-phone-plus:before {
  content: "\ec6f";
}
.ph.ph-phone-slash:before {
  content: "\ec70";
}
.ph.ph-phone-x:before {
  content: "\ec71";
}
.ph.ph-phosphor-logo:before {
  content: "\ec72";
}
.ph.ph-pi:before {
  content: "\ec73";
}
.ph.ph-piano-keys:before {
  content: "\ec74";
}
.ph.ph-picture-in-picture:before {
  content: "\ec75";
}
.ph.ph-piggy-bank:before {
  content: "\ec76";
}
.ph.ph-pill:before {
  content: "\ec77";
}
.ph.ph-pinterest-logo:before {
  content: "\ec78";
}
.ph.ph-pinwheel:before {
  content: "\ec79";
}
.ph.ph-pizza:before {
  content: "\ec7a";
}
.ph.ph-placeholder:before {
  content: "\ec7b";
}
.ph.ph-planet:before {
  content: "\ec7c";
}
.ph.ph-plant:before {
  content: "\ec7d";
}
.ph.ph-play:before {
  content: "\ec7e";
}
.ph.ph-play-circle:before {
  content: "\ec7f";
}
.ph.ph-playlist:before {
  content: "\ec80";
}
.ph.ph-play-pause:before {
  content: "\ec81";
}
.ph.ph-plug:before {
  content: "\ec82";
}
.ph.ph-plug-charging:before {
  content: "\ec83";
}
.ph.ph-plugs:before {
  content: "\ec84";
}
.ph.ph-plugs-connected:before {
  content: "\ec85";
}
.ph.ph-plus:before {
  content: "\ec86";
}
.ph.ph-plus-circle:before {
  content: "\ec87";
}
.ph.ph-plus-minus:before {
  content: "\ec88";
}
.ph.ph-plus-square:before {
  content: "\ec89";
}
.ph.ph-poker-chip:before {
  content: "\ec8a";
}
.ph.ph-police-car:before {
  content: "\ec8b";
}
.ph.ph-polygon:before {
  content: "\ec8c";
}
.ph.ph-popcorn:before {
  content: "\ec8d";
}
.ph.ph-potted-plant:before {
  content: "\ec8e";
}
.ph.ph-power:before {
  content: "\ec8f";
}
.ph.ph-prescription:before {
  content: "\ec90";
}
.ph.ph-presentation:before {
  content: "\ec91";
}
.ph.ph-presentation-chart:before {
  content: "\ec92";
}
.ph.ph-printer:before {
  content: "\ec93";
}
.ph.ph-prohibit:before {
  content: "\ec94";
}
.ph.ph-prohibit-inset:before {
  content: "\ec95";
}
.ph.ph-projector-screen:before {
  content: "\ec96";
}
.ph.ph-projector-screen-chart:before {
  content: "\ec97";
}
.ph.ph-pulse:before, .ph.ph-activity:before {
  content: "\ec98";
}
.ph.ph-push-pin:before {
  content: "\ec99";
}
.ph.ph-push-pin-simple:before {
  content: "\ec9a";
}
.ph.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}
.ph.ph-push-pin-slash:before {
  content: "\ec9c";
}
.ph.ph-puzzle-piece:before {
  content: "\ec9d";
}
.ph.ph-qr-code:before {
  content: "\ec9e";
}
.ph.ph-question:before {
  content: "\ec9f";
}
.ph.ph-queue:before {
  content: "\eca0";
}
.ph.ph-quotes:before {
  content: "\eca1";
}
.ph.ph-radical:before {
  content: "\eca2";
}
.ph.ph-radio:before {
  content: "\eca3";
}
.ph.ph-radioactive:before {
  content: "\eca4";
}
.ph.ph-radio-button:before {
  content: "\eca5";
}
.ph.ph-rainbow:before {
  content: "\eca6";
}
.ph.ph-rainbow-cloud:before {
  content: "\eca7";
}
.ph.ph-read-cv-logo:before {
  content: "\eca8";
}
.ph.ph-receipt:before {
  content: "\eca9";
}
.ph.ph-receipt-x:before {
  content: "\ecaa";
}
.ph.ph-record:before {
  content: "\ecab";
}
.ph.ph-rectangle:before {
  content: "\ecac";
}
.ph.ph-recycle:before {
  content: "\ecad";
}
.ph.ph-reddit-logo:before {
  content: "\ecae";
}
.ph.ph-repeat:before {
  content: "\ecaf";
}
.ph.ph-repeat-once:before {
  content: "\ecb0";
}
.ph.ph-rewind:before {
  content: "\ecb1";
}
.ph.ph-rewind-circle:before {
  content: "\ecb2";
}
.ph.ph-road-horizon:before {
  content: "\ecb3";
}
.ph.ph-robot:before {
  content: "\ecb4";
}
.ph.ph-rocket:before {
  content: "\ecb5";
}
.ph.ph-rocket-launch:before {
  content: "\ecb6";
}
.ph.ph-rows:before {
  content: "\ecb7";
}
.ph.ph-rss:before {
  content: "\ecb8";
}
.ph.ph-rss-simple:before {
  content: "\ecb9";
}
.ph.ph-rug:before {
  content: "\ecba";
}
.ph.ph-ruler:before {
  content: "\ecbb";
}
.ph.ph-scales:before {
  content: "\ecbc";
}
.ph.ph-scan:before {
  content: "\ecbd";
}
.ph.ph-scissors:before {
  content: "\ecbe";
}
.ph.ph-scooter:before {
  content: "\ecbf";
}
.ph.ph-screencast:before {
  content: "\ecc0";
}
.ph.ph-scribble-loop:before {
  content: "\ecc1";
}
.ph.ph-scroll:before {
  content: "\ecc2";
}
.ph.ph-seal:before, .ph.ph-circle-wavy:before {
  content: "\ecc3";
}
.ph.ph-seal-check:before, .ph.ph-circle-wavy-check:before {
  content: "\ecc4";
}
.ph.ph-seal-question:before, .ph.ph-circle-wavy-question:before {
  content: "\ecc5";
}
.ph.ph-seal-warning:before, .ph.ph-circle-wavy-warning:before {
  content: "\ecc6";
}
.ph.ph-selection:before {
  content: "\ecc7";
}
.ph.ph-selection-all:before {
  content: "\ecc8";
}
.ph.ph-selection-background:before {
  content: "\ecc9";
}
.ph.ph-selection-foreground:before {
  content: "\ecca";
}
.ph.ph-selection-inverse:before {
  content: "\eccb";
}
.ph.ph-selection-plus:before {
  content: "\eccc";
}
.ph.ph-selection-slash:before {
  content: "\eccd";
}
.ph.ph-shapes:before {
  content: "\ecce";
}
.ph.ph-share:before {
  content: "\eccf";
}
.ph.ph-share-fat:before {
  content: "\ecd0";
}
.ph.ph-share-network:before {
  content: "\ecd1";
}
.ph.ph-shield:before {
  content: "\ecd2";
}
.ph.ph-shield-check:before {
  content: "\ecd3";
}
.ph.ph-shield-checkered:before {
  content: "\ecd4";
}
.ph.ph-shield-chevron:before {
  content: "\ecd5";
}
.ph.ph-shield-plus:before {
  content: "\ecd6";
}
.ph.ph-shield-slash:before {
  content: "\ecd7";
}
.ph.ph-shield-star:before {
  content: "\ecd8";
}
.ph.ph-shield-warning:before {
  content: "\ecd9";
}
.ph.ph-shirt-folded:before {
  content: "\ecda";
}
.ph.ph-shooting-star:before {
  content: "\ecdb";
}
.ph.ph-shopping-bag:before {
  content: "\ecdc";
}
.ph.ph-shopping-bag-open:before {
  content: "\ecdd";
}
.ph.ph-shopping-cart:before {
  content: "\ecde";
}
.ph.ph-shopping-cart-simple:before {
  content: "\ecdf";
}
.ph.ph-shower:before {
  content: "\ece0";
}
.ph.ph-shrimp:before {
  content: "\ece1";
}
.ph.ph-shuffle:before {
  content: "\ece2";
}
.ph.ph-shuffle-angular:before {
  content: "\ece3";
}
.ph.ph-shuffle-simple:before {
  content: "\ece4";
}
.ph.ph-sidebar:before {
  content: "\ece5";
}
.ph.ph-sidebar-simple:before {
  content: "\ece6";
}
.ph.ph-sigma:before {
  content: "\ece7";
}
.ph.ph-signature:before {
  content: "\ece8";
}
.ph.ph-sign-in:before {
  content: "\ece9";
}
.ph.ph-sign-out:before {
  content: "\ecea";
}
.ph.ph-signpost:before {
  content: "\eceb";
}
.ph.ph-sim-card:before {
  content: "\ecec";
}
.ph.ph-siren:before {
  content: "\eced";
}
.ph.ph-sketch-logo:before {
  content: "\ecee";
}
.ph.ph-skip-back:before {
  content: "\ecef";
}
.ph.ph-skip-back-circle:before {
  content: "\ecf0";
}
.ph.ph-skip-forward:before {
  content: "\ecf1";
}
.ph.ph-skip-forward-circle:before {
  content: "\ecf2";
}
.ph.ph-skull:before {
  content: "\ecf3";
}
.ph.ph-slack-logo:before {
  content: "\ecf4";
}
.ph.ph-sliders:before {
  content: "\ecf5";
}
.ph.ph-sliders-horizontal:before {
  content: "\ecf6";
}
.ph.ph-slideshow:before {
  content: "\ecf7";
}
.ph.ph-smiley:before {
  content: "\ecf8";
}
.ph.ph-smiley-angry:before {
  content: "\ecf9";
}
.ph.ph-smiley-blank:before {
  content: "\ecfa";
}
.ph.ph-smiley-meh:before {
  content: "\ecfb";
}
.ph.ph-smiley-nervous:before {
  content: "\ecfc";
}
.ph.ph-smiley-sad:before {
  content: "\ecfd";
}
.ph.ph-smiley-sticker:before {
  content: "\ecfe";
}
.ph.ph-smiley-wink:before {
  content: "\ecff";
}
.ph.ph-smiley-x-eyes:before {
  content: "\ed00";
}
.ph.ph-snapchat-logo:before {
  content: "\ed01";
}
.ph.ph-sneaker:before {
  content: "\ed02";
}
.ph.ph-sneaker-move:before {
  content: "\ed03";
}
.ph.ph-snowflake:before {
  content: "\ed04";
}
.ph.ph-soccer-ball:before {
  content: "\ed05";
}
.ph.ph-sort-ascending:before {
  content: "\ed06";
}
.ph.ph-sort-descending:before {
  content: "\ed07";
}
.ph.ph-soundcloud-logo:before {
  content: "\ed08";
}
.ph.ph-spade:before {
  content: "\ed09";
}
.ph.ph-sparkle:before {
  content: "\ed0a";
}
.ph.ph-speaker-hifi:before {
  content: "\ed0b";
}
.ph.ph-speaker-high:before {
  content: "\ed0c";
}
.ph.ph-speaker-low:before {
  content: "\ed0d";
}
.ph.ph-speaker-none:before {
  content: "\ed0e";
}
.ph.ph-speaker-simple-high:before {
  content: "\ed0f";
}
.ph.ph-speaker-simple-low:before {
  content: "\ed10";
}
.ph.ph-speaker-simple-none:before {
  content: "\ed11";
}
.ph.ph-speaker-simple-slash:before {
  content: "\ed12";
}
.ph.ph-speaker-simple-x:before {
  content: "\ed13";
}
.ph.ph-speaker-slash:before {
  content: "\ed14";
}
.ph.ph-speaker-x:before {
  content: "\ed15";
}
.ph.ph-spinner:before {
  content: "\ed16";
}
.ph.ph-spinner-gap:before {
  content: "\ed17";
}
.ph.ph-spiral:before {
  content: "\ed18";
}
.ph.ph-split-horizontal:before {
  content: "\ed19";
}
.ph.ph-split-vertical:before {
  content: "\ed1a";
}
.ph.ph-spotify-logo:before {
  content: "\ed1b";
}
.ph.ph-square:before {
  content: "\ed1c";
}
.ph.ph-square-half:before {
  content: "\ed1d";
}
.ph.ph-square-half-bottom:before {
  content: "\ed1e";
}
.ph.ph-square-logo:before {
  content: "\ed1f";
}
.ph.ph-squares-four:before {
  content: "\ed20";
}
.ph.ph-square-split-horizontal:before {
  content: "\ed21";
}
.ph.ph-square-split-vertical:before {
  content: "\ed22";
}
.ph.ph-stack:before {
  content: "\ed23";
}
.ph.ph-stack-overflow-logo:before {
  content: "\ed24";
}
.ph.ph-stack-simple:before {
  content: "\ed25";
}
.ph.ph-stairs:before {
  content: "\ed26";
}
.ph.ph-stamp:before {
  content: "\ed27";
}
.ph.ph-star:before {
  content: "\ed28";
}
.ph.ph-star-and-crescent:before {
  content: "\ed29";
}
.ph.ph-star-four:before {
  content: "\ed2a";
}
.ph.ph-star-half:before {
  content: "\ed2b";
}
.ph.ph-star-of-david:before {
  content: "\ed2c";
}
.ph.ph-steering-wheel:before {
  content: "\ed2d";
}
.ph.ph-steps:before {
  content: "\ed2e";
}
.ph.ph-stethoscope:before {
  content: "\ed2f";
}
.ph.ph-sticker:before {
  content: "\ed30";
}
.ph.ph-stool:before {
  content: "\ed31";
}
.ph.ph-stop:before {
  content: "\ed32";
}
.ph.ph-stop-circle:before {
  content: "\ed33";
}
.ph.ph-storefront:before {
  content: "\ed34";
}
.ph.ph-strategy:before {
  content: "\ed35";
}
.ph.ph-stripe-logo:before {
  content: "\ed36";
}
.ph.ph-student:before {
  content: "\ed37";
}
.ph.ph-subtitles:before {
  content: "\ed38";
}
.ph.ph-subtract:before {
  content: "\ed39";
}
.ph.ph-subtract-square:before {
  content: "\ed3a";
}
.ph.ph-suitcase:before {
  content: "\ed3b";
}
.ph.ph-suitcase-rolling:before {
  content: "\ed3c";
}
.ph.ph-suitcase-simple:before {
  content: "\ed3d";
}
.ph.ph-sun:before {
  content: "\ed3e";
}
.ph.ph-sun-dim:before {
  content: "\ed3f";
}
.ph.ph-sunglasses:before {
  content: "\ed40";
}
.ph.ph-sun-horizon:before {
  content: "\ed41";
}
.ph.ph-swap:before {
  content: "\ed42";
}
.ph.ph-swatches:before {
  content: "\ed43";
}
.ph.ph-swimming-pool:before {
  content: "\ed44";
}
.ph.ph-sword:before {
  content: "\ed45";
}
.ph.ph-synagogue:before {
  content: "\ed46";
}
.ph.ph-syringe:before {
  content: "\ed47";
}
.ph.ph-table:before {
  content: "\ed48";
}
.ph.ph-tabs:before {
  content: "\ed49";
}
.ph.ph-tag:before {
  content: "\ed4a";
}
.ph.ph-tag-chevron:before {
  content: "\ed4b";
}
.ph.ph-tag-simple:before {
  content: "\ed4c";
}
.ph.ph-target:before {
  content: "\ed4d";
}
.ph.ph-taxi:before {
  content: "\ed4e";
}
.ph.ph-telegram-logo:before {
  content: "\ed4f";
}
.ph.ph-television:before {
  content: "\ed50";
}
.ph.ph-television-simple:before {
  content: "\ed51";
}
.ph.ph-tennis-ball:before {
  content: "\ed52";
}
.ph.ph-tent:before {
  content: "\ed53";
}
.ph.ph-terminal:before {
  content: "\ed54";
}
.ph.ph-terminal-window:before {
  content: "\ed55";
}
.ph.ph-test-tube:before {
  content: "\ed56";
}
.ph.ph-text-aa:before {
  content: "\ed57";
}
.ph.ph-text-align-center:before {
  content: "\ed58";
}
.ph.ph-text-align-justify:before {
  content: "\ed59";
}
.ph.ph-text-align-left:before {
  content: "\ed5a";
}
.ph.ph-text-align-right:before {
  content: "\ed5b";
}
.ph.ph-text-a-underline:before {
  content: "\ed5c";
}
.ph.ph-text-b:before, .ph.ph-text-bolder:before {
  content: "\ed5d";
}
.ph.ph-textbox:before {
  content: "\ed5e";
}
.ph.ph-text-columns:before {
  content: "\ed5f";
}
.ph.ph-text-h:before {
  content: "\ed60";
}
.ph.ph-text-h-five:before {
  content: "\ed61";
}
.ph.ph-text-h-four:before {
  content: "\ed62";
}
.ph.ph-text-h-one:before {
  content: "\ed63";
}
.ph.ph-text-h-six:before {
  content: "\ed64";
}
.ph.ph-text-h-three:before {
  content: "\ed65";
}
.ph.ph-text-h-two:before {
  content: "\ed66";
}
.ph.ph-text-indent:before {
  content: "\ed67";
}
.ph.ph-text-italic:before {
  content: "\ed68";
}
.ph.ph-text-outdent:before {
  content: "\ed69";
}
.ph.ph-text-strikethrough:before {
  content: "\ed6a";
}
.ph.ph-text-t:before {
  content: "\ed6b";
}
.ph.ph-text-underline:before {
  content: "\ed6c";
}
.ph.ph-thermometer:before {
  content: "\ed6d";
}
.ph.ph-thermometer-cold:before {
  content: "\ed6e";
}
.ph.ph-thermometer-hot:before {
  content: "\ed6f";
}
.ph.ph-thermometer-simple:before {
  content: "\ed70";
}
.ph.ph-thumbs-down:before {
  content: "\ed71";
}
.ph.ph-thumbs-up:before {
  content: "\ed72";
}
.ph.ph-ticket:before {
  content: "\ed73";
}
.ph.ph-tidal-logo:before {
  content: "\ed74";
}
.ph.ph-tiktok-logo:before {
  content: "\ed75";
}
.ph.ph-timer:before {
  content: "\ed76";
}
.ph.ph-tipi:before {
  content: "\ed77";
}
.ph.ph-toggle-left:before {
  content: "\ed78";
}
.ph.ph-toggle-right:before {
  content: "\ed79";
}
.ph.ph-toilet:before {
  content: "\ed7a";
}
.ph.ph-toilet-paper:before {
  content: "\ed7b";
}
.ph.ph-toolbox:before {
  content: "\ed7c";
}
.ph.ph-tooth:before {
  content: "\ed7d";
}
.ph.ph-tote:before {
  content: "\ed7e";
}
.ph.ph-tote-simple:before {
  content: "\ed7f";
}
.ph.ph-trademark:before {
  content: "\ed80";
}
.ph.ph-trademark-registered:before {
  content: "\ed81";
}
.ph.ph-traffic-cone:before {
  content: "\ed82";
}
.ph.ph-traffic-sign:before {
  content: "\ed83";
}
.ph.ph-traffic-signal:before {
  content: "\ed84";
}
.ph.ph-train:before {
  content: "\ed85";
}
.ph.ph-train-regional:before {
  content: "\ed86";
}
.ph.ph-train-simple:before {
  content: "\ed87";
}
.ph.ph-tram:before {
  content: "\ed88";
}
.ph.ph-translate:before {
  content: "\ed89";
}
.ph.ph-trash:before {
  content: "\ed8a";
}
.ph.ph-trash-simple:before {
  content: "\ed8b";
}
.ph.ph-tray:before {
  content: "\ed8c";
}
.ph.ph-tree:before {
  content: "\ed8d";
}
.ph.ph-tree-evergreen:before {
  content: "\ed8e";
}
.ph.ph-tree-palm:before {
  content: "\ed8f";
}
.ph.ph-tree-structure:before {
  content: "\ed90";
}
.ph.ph-trend-down:before {
  content: "\ed91";
}
.ph.ph-trend-up:before {
  content: "\ed92";
}
.ph.ph-triangle:before {
  content: "\ed93";
}
.ph.ph-trophy:before {
  content: "\ed94";
}
.ph.ph-truck:before {
  content: "\ed95";
}
.ph.ph-t-shirt:before {
  content: "\ed96";
}
.ph.ph-twitch-logo:before {
  content: "\ed97";
}
.ph.ph-twitter-logo:before {
  content: "\ed98";
}
.ph.ph-umbrella:before {
  content: "\ed99";
}
.ph.ph-umbrella-simple:before {
  content: "\ed9a";
}
.ph.ph-unite:before {
  content: "\ed9b";
}
.ph.ph-unite-square:before {
  content: "\ed9c";
}
.ph.ph-upload:before {
  content: "\ed9d";
}
.ph.ph-upload-simple:before {
  content: "\ed9e";
}
.ph.ph-usb:before {
  content: "\ed9f";
}
.ph.ph-user:before {
  content: "\eda0";
}
.ph.ph-user-circle:before {
  content: "\eda1";
}
.ph.ph-user-circle-gear:before {
  content: "\eda2";
}
.ph.ph-user-circle-minus:before {
  content: "\eda3";
}
.ph.ph-user-circle-plus:before {
  content: "\eda4";
}
.ph.ph-user-focus:before {
  content: "\eda5";
}
.ph.ph-user-gear:before {
  content: "\eda6";
}
.ph.ph-user-list:before {
  content: "\eda7";
}
.ph.ph-user-minus:before {
  content: "\eda8";
}
.ph.ph-user-plus:before {
  content: "\eda9";
}
.ph.ph-user-rectangle:before {
  content: "\edaa";
}
.ph.ph-users:before {
  content: "\edab";
}
.ph.ph-users-four:before {
  content: "\edac";
}
.ph.ph-user-square:before {
  content: "\edad";
}
.ph.ph-users-three:before {
  content: "\edae";
}
.ph.ph-user-switch:before {
  content: "\edaf";
}
.ph.ph-van:before {
  content: "\edb0";
}
.ph.ph-vault:before {
  content: "\edb1";
}
.ph.ph-vibrate:before {
  content: "\edb2";
}
.ph.ph-video:before {
  content: "\edb3";
}
.ph.ph-video-camera:before {
  content: "\edb4";
}
.ph.ph-video-camera-slash:before {
  content: "\edb5";
}
.ph.ph-vignette:before {
  content: "\edb6";
}
.ph.ph-vinyl-record:before {
  content: "\edb7";
}
.ph.ph-virtual-reality:before {
  content: "\edb8";
}
.ph.ph-virus:before {
  content: "\edb9";
}
.ph.ph-voicemail:before {
  content: "\edba";
}
.ph.ph-volleyball:before {
  content: "\edbb";
}
.ph.ph-wall:before {
  content: "\edbc";
}
.ph.ph-wallet:before {
  content: "\edbd";
}
.ph.ph-warehouse:before {
  content: "\edbe";
}
.ph.ph-warning:before {
  content: "\edbf";
}
.ph.ph-warning-circle:before {
  content: "\edc0";
}
.ph.ph-warning-diamond:before {
  content: "\edc1";
}
.ph.ph-warning-octagon:before {
  content: "\edc2";
}
.ph.ph-watch:before {
  content: "\edc3";
}
.ph.ph-waveform:before {
  content: "\edc4";
}
.ph.ph-waves:before {
  content: "\edc5";
}
.ph.ph-wave-sawtooth:before {
  content: "\edc6";
}
.ph.ph-wave-sine:before {
  content: "\edc7";
}
.ph.ph-wave-square:before {
  content: "\edc8";
}
.ph.ph-wave-triangle:before {
  content: "\edc9";
}
.ph.ph-webcam:before {
  content: "\edca";
}
.ph.ph-webcam-slash:before {
  content: "\edcb";
}
.ph.ph-webhooks-logo:before {
  content: "\edcc";
}
.ph.ph-wechat-logo:before {
  content: "\edcd";
}
.ph.ph-whatsapp-logo:before {
  content: "\edce";
}
.ph.ph-wheelchair:before {
  content: "\edcf";
}
.ph.ph-wheelchair-motion:before {
  content: "\edd0";
}
.ph.ph-wifi-high:before {
  content: "\edd1";
}
.ph.ph-wifi-low:before {
  content: "\edd2";
}
.ph.ph-wifi-medium:before {
  content: "\edd3";
}
.ph.ph-wifi-none:before {
  content: "\edd4";
}
.ph.ph-wifi-slash:before {
  content: "\edd5";
}
.ph.ph-wifi-x:before {
  content: "\edd6";
}
.ph.ph-wind:before {
  content: "\edd7";
}
.ph.ph-windows-logo:before {
  content: "\edd8";
}
.ph.ph-wine:before {
  content: "\edd9";
}
.ph.ph-wrench:before {
  content: "\edda";
}
.ph.ph-x:before {
  content: "\eddb";
}
.ph.ph-x-circle:before {
  content: "\eddc";
}
.ph.ph-x-square:before {
  content: "\eddd";
}
.ph.ph-yin-yang:before {
  content: "\edde";
}
.ph.ph-youtube-logo:before {
  content: "\eddf";
}

@font-face {
  font-family: "Phosphor-Thin";
  src: url(/fonts/Phosphor-Thin.0ae8d3c1.woff2) format("woff2"),
    url(/fonts/Phosphor-Thin.b153a933.woff) format("woff"),
    url(/fonts/Phosphor-Thin.25183ded.ttf) format("truetype"),
    url(/img/Phosphor-Thin.cb8d6f72.svg#Phosphor-Thin) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-thin {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Thin" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-thin.ph-address-book:before {
  content: "\e900";
}
.ph-thin.ph-airplane-in-flight:before {
  content: "\e901";
}
.ph-thin.ph-airplane-landing:before {
  content: "\e902";
}
.ph-thin.ph-airplane-takeoff:before {
  content: "\e903";
}
.ph-thin.ph-airplane:before {
  content: "\e904";
}
.ph-thin.ph-airplane-tilt:before {
  content: "\e905";
}
.ph-thin.ph-airplay:before {
  content: "\e906";
}
.ph-thin.ph-air-traffic-control:before {
  content: "\e907";
}
.ph-thin.ph-alarm:before {
  content: "\e908";
}
.ph-thin.ph-alien:before {
  content: "\e909";
}
.ph-thin.ph-align-bottom-simple:before {
  content: "\e90a";
}
.ph-thin.ph-align-bottom:before {
  content: "\e90b";
}
.ph-thin.ph-align-center-horizontal-simple:before {
  content: "\e90c";
}
.ph-thin.ph-align-center-horizontal:before {
  content: "\e90d";
}
.ph-thin.ph-align-center-vertical-simple:before {
  content: "\e90e";
}
.ph-thin.ph-align-center-vertical:before {
  content: "\e90f";
}
.ph-thin.ph-align-left-simple:before {
  content: "\e910";
}
.ph-thin.ph-align-left:before {
  content: "\e911";
}
.ph-thin.ph-align-right-simple:before {
  content: "\e912";
}
.ph-thin.ph-align-right:before {
  content: "\e913";
}
.ph-thin.ph-align-top-simple:before {
  content: "\e914";
}
.ph-thin.ph-align-top:before {
  content: "\e915";
}
.ph-thin.ph-amazon-logo:before {
  content: "\e916";
}
.ph-thin.ph-anchor-simple:before {
  content: "\e917";
}
.ph-thin.ph-anchor:before {
  content: "\e918";
}
.ph-thin.ph-android-logo:before {
  content: "\e919";
}
.ph-thin.ph-angular-logo:before {
  content: "\e91a";
}
.ph-thin.ph-aperture:before {
  content: "\e91b";
}
.ph-thin.ph-apple-logo:before {
  content: "\e91c";
}
.ph-thin.ph-apple-podcasts-logo:before {
  content: "\e91d";
}
.ph-thin.ph-app-store-logo:before {
  content: "\e91e";
}
.ph-thin.ph-app-window:before {
  content: "\e91f";
}
.ph-thin.ph-archive-box:before {
  content: "\e920";
}
.ph-thin.ph-archive:before {
  content: "\e921";
}
.ph-thin.ph-archive-tray:before {
  content: "\e922";
}
.ph-thin.ph-armchair:before {
  content: "\e923";
}
.ph-thin.ph-arrow-arc-left:before {
  content: "\e924";
}
.ph-thin.ph-arrow-arc-right:before {
  content: "\e925";
}
.ph-thin.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}
.ph-thin.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}
.ph-thin.ph-arrow-bend-down-left:before {
  content: "\e928";
}
.ph-thin.ph-arrow-bend-down-right:before {
  content: "\e929";
}
.ph-thin.ph-arrow-bend-left-down:before {
  content: "\e92a";
}
.ph-thin.ph-arrow-bend-left-up:before {
  content: "\e92b";
}
.ph-thin.ph-arrow-bend-right-down:before {
  content: "\e92c";
}
.ph-thin.ph-arrow-bend-right-up:before {
  content: "\e92d";
}
.ph-thin.ph-arrow-bend-up-left:before {
  content: "\e92e";
}
.ph-thin.ph-arrow-bend-up-right:before {
  content: "\e92f";
}
.ph-thin.ph-arrow-circle-down-left:before {
  content: "\e930";
}
.ph-thin.ph-arrow-circle-down-right:before {
  content: "\e931";
}
.ph-thin.ph-arrow-circle-down:before {
  content: "\e932";
}
.ph-thin.ph-arrow-circle-left:before {
  content: "\e933";
}
.ph-thin.ph-arrow-circle-right:before {
  content: "\e934";
}
.ph-thin.ph-arrow-circle-up-left:before {
  content: "\e935";
}
.ph-thin.ph-arrow-circle-up-right:before {
  content: "\e936";
}
.ph-thin.ph-arrow-circle-up:before {
  content: "\e937";
}
.ph-thin.ph-arrow-clockwise:before {
  content: "\e938";
}
.ph-thin.ph-arrow-counter-clockwise:before {
  content: "\e939";
}
.ph-thin.ph-arrow-down-left:before {
  content: "\e93a";
}
.ph-thin.ph-arrow-down-right:before {
  content: "\e93b";
}
.ph-thin.ph-arrow-down:before {
  content: "\e93c";
}
.ph-thin.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}
.ph-thin.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}
.ph-thin.ph-arrow-elbow-left-down:before {
  content: "\e93f";
}
.ph-thin.ph-arrow-elbow-left:before {
  content: "\e940";
}
.ph-thin.ph-arrow-elbow-left-up:before {
  content: "\e941";
}
.ph-thin.ph-arrow-elbow-right-down:before {
  content: "\e942";
}
.ph-thin.ph-arrow-elbow-right:before {
  content: "\e943";
}
.ph-thin.ph-arrow-elbow-right-up:before {
  content: "\e944";
}
.ph-thin.ph-arrow-elbow-up-left:before {
  content: "\e945";
}
.ph-thin.ph-arrow-elbow-up-right:before {
  content: "\e946";
}
.ph-thin.ph-arrow-fat-down:before {
  content: "\e947";
}
.ph-thin.ph-arrow-fat-left:before {
  content: "\e948";
}
.ph-thin.ph-arrow-fat-line-down:before {
  content: "\e949";
}
.ph-thin.ph-arrow-fat-line-left:before {
  content: "\e94a";
}
.ph-thin.ph-arrow-fat-line-right:before {
  content: "\e94b";
}
.ph-thin.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}
.ph-thin.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}
.ph-thin.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}
.ph-thin.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}
.ph-thin.ph-arrow-fat-line-up:before {
  content: "\e950";
}
.ph-thin.ph-arrow-fat-right:before {
  content: "\e951";
}
.ph-thin.ph-arrow-fat-up:before {
  content: "\e952";
}
.ph-thin.ph-arrow-left:before {
  content: "\e953";
}
.ph-thin.ph-arrow-line-down-left:before {
  content: "\e954";
}
.ph-thin.ph-arrow-line-down-right:before {
  content: "\e955";
}
.ph-thin.ph-arrow-line-down:before {
  content: "\e956";
}
.ph-thin.ph-arrow-line-left:before {
  content: "\e957";
}
.ph-thin.ph-arrow-line-right:before {
  content: "\e958";
}
.ph-thin.ph-arrow-line-up-left:before {
  content: "\e959";
}
.ph-thin.ph-arrow-line-up-right:before {
  content: "\e95a";
}
.ph-thin.ph-arrow-line-up:before {
  content: "\e95b";
}
.ph-thin.ph-arrow-right:before {
  content: "\e95c";
}
.ph-thin.ph-arrows-clockwise:before {
  content: "\e95d";
}
.ph-thin.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}
.ph-thin.ph-arrows-down-up:before {
  content: "\e95f";
}
.ph-thin.ph-arrows-horizontal:before {
  content: "\e960";
}
.ph-thin.ph-arrows-in-cardinal:before {
  content: "\e961";
}
.ph-thin.ph-arrows-in-line-horizontal:before {
  content: "\e962";
}
.ph-thin.ph-arrows-in-line-vertical:before {
  content: "\e963";
}
.ph-thin.ph-arrows-in-simple:before {
  content: "\e964";
}
.ph-thin.ph-arrows-in:before {
  content: "\e965";
}
.ph-thin.ph-arrows-left-right:before {
  content: "\e966";
}
.ph-thin.ph-arrows-merge:before {
  content: "\e967";
}
.ph-thin.ph-arrows-out-cardinal:before {
  content: "\e968";
}
.ph-thin.ph-arrows-out-line-horizontal:before {
  content: "\e969";
}
.ph-thin.ph-arrows-out-line-vertical:before {
  content: "\e96a";
}
.ph-thin.ph-arrows-out-simple:before {
  content: "\e96b";
}
.ph-thin.ph-arrows-out:before {
  content: "\e96c";
}
.ph-thin.ph-arrow-square-down-left:before {
  content: "\e96d";
}
.ph-thin.ph-arrow-square-down-right:before {
  content: "\e96e";
}
.ph-thin.ph-arrow-square-down:before {
  content: "\e96f";
}
.ph-thin.ph-arrow-square-in:before {
  content: "\e970";
}
.ph-thin.ph-arrow-square-left:before {
  content: "\e971";
}
.ph-thin.ph-arrow-square-out:before {
  content: "\e972";
}
.ph-thin.ph-arrow-square-right:before {
  content: "\e973";
}
.ph-thin.ph-arrow-square-up-left:before {
  content: "\e974";
}
.ph-thin.ph-arrow-square-up-right:before {
  content: "\e975";
}
.ph-thin.ph-arrow-square-up:before {
  content: "\e976";
}
.ph-thin.ph-arrows-split:before {
  content: "\e977";
}
.ph-thin.ph-arrows-vertical:before {
  content: "\e978";
}
.ph-thin.ph-arrow-u-down-left:before {
  content: "\e979";
}
.ph-thin.ph-arrow-u-down-right:before {
  content: "\e97a";
}
.ph-thin.ph-arrow-u-left-down:before {
  content: "\e97b";
}
.ph-thin.ph-arrow-u-left-up:before {
  content: "\e97c";
}
.ph-thin.ph-arrow-up-left:before {
  content: "\e97d";
}
.ph-thin.ph-arrow-up-right:before {
  content: "\e97e";
}
.ph-thin.ph-arrow-up:before {
  content: "\e97f";
}
.ph-thin.ph-arrow-u-right-down:before {
  content: "\e980";
}
.ph-thin.ph-arrow-u-right-up:before {
  content: "\e981";
}
.ph-thin.ph-arrow-u-up-left:before {
  content: "\e982";
}
.ph-thin.ph-arrow-u-up-right:before {
  content: "\e983";
}
.ph-thin.ph-article-medium:before {
  content: "\e984";
}
.ph-thin.ph-article-ny-times:before {
  content: "\e985";
}
.ph-thin.ph-article:before {
  content: "\e986";
}
.ph-thin.ph-asterisk-simple:before {
  content: "\e987";
}
.ph-thin.ph-asterisk:before {
  content: "\e988";
}
.ph-thin.ph-atom:before {
  content: "\e989";
}
.ph-thin.ph-at:before {
  content: "\e98a";
}
.ph-thin.ph-baby:before {
  content: "\e98b";
}
.ph-thin.ph-backpack:before {
  content: "\e98c";
}
.ph-thin.ph-backspace:before {
  content: "\e98d";
}
.ph-thin.ph-bag-simple:before {
  content: "\e98e";
}
.ph-thin.ph-bag:before {
  content: "\e98f";
}
.ph-thin.ph-balloon:before {
  content: "\e990";
}
.ph-thin.ph-bandaids:before {
  content: "\e991";
}
.ph-thin.ph-bank:before {
  content: "\e992";
}
.ph-thin.ph-barbell:before {
  content: "\e993";
}
.ph-thin.ph-barcode:before {
  content: "\e994";
}
.ph-thin.ph-barricade:before {
  content: "\e995";
}
.ph-thin.ph-baseball-cap:before {
  content: "\e996";
}
.ph-thin.ph-baseball:before {
  content: "\e997";
}
.ph-thin.ph-basketball:before {
  content: "\e998";
}
.ph-thin.ph-basket:before {
  content: "\e999";
}
.ph-thin.ph-bathtub:before {
  content: "\e99a";
}
.ph-thin.ph-battery-charging:before {
  content: "\e99b";
}
.ph-thin.ph-battery-charging-vertical:before {
  content: "\e99c";
}
.ph-thin.ph-battery-empty:before {
  content: "\e99d";
}
.ph-thin.ph-battery-full:before {
  content: "\e99e";
}
.ph-thin.ph-battery-high:before {
  content: "\e99f";
}
.ph-thin.ph-battery-low:before {
  content: "\e9a0";
}
.ph-thin.ph-battery-medium:before {
  content: "\e9a1";
}
.ph-thin.ph-battery-plus:before {
  content: "\e9a2";
}
.ph-thin.ph-battery-plus-vertical:before {
  content: "\e9a3";
}
.ph-thin.ph-battery-vertical-empty:before {
  content: "\e9a4";
}
.ph-thin.ph-battery-vertical-full:before {
  content: "\e9a5";
}
.ph-thin.ph-battery-vertical-high:before {
  content: "\e9a6";
}
.ph-thin.ph-battery-vertical-low:before {
  content: "\e9a7";
}
.ph-thin.ph-battery-vertical-medium:before {
  content: "\e9a8";
}
.ph-thin.ph-battery-warning:before {
  content: "\e9a9";
}
.ph-thin.ph-battery-warning-vertical:before {
  content: "\e9aa";
}
.ph-thin.ph-bed:before {
  content: "\e9ab";
}
.ph-thin.ph-beer-bottle:before {
  content: "\e9ac";
}
.ph-thin.ph-beer-stein:before {
  content: "\e9ad";
}
.ph-thin.ph-behance-logo:before {
  content: "\e9ae";
}
.ph-thin.ph-bell-ringing:before {
  content: "\e9af";
}
.ph-thin.ph-bell-simple-ringing:before {
  content: "\e9b0";
}
.ph-thin.ph-bell-simple-slash:before {
  content: "\e9b1";
}
.ph-thin.ph-bell-simple:before {
  content: "\e9b2";
}
.ph-thin.ph-bell-simple-z:before {
  content: "\e9b3";
}
.ph-thin.ph-bell-slash:before {
  content: "\e9b4";
}
.ph-thin.ph-bell:before {
  content: "\e9b5";
}
.ph-thin.ph-bell-z:before {
  content: "\e9b6";
}
.ph-thin.ph-bezier-curve:before {
  content: "\e9b7";
}
.ph-thin.ph-bicycle:before {
  content: "\e9b8";
}
.ph-thin.ph-binoculars:before {
  content: "\e9b9";
}
.ph-thin.ph-bird:before {
  content: "\e9ba";
}
.ph-thin.ph-bluetooth-connected:before {
  content: "\e9bb";
}
.ph-thin.ph-bluetooth-slash:before {
  content: "\e9bc";
}
.ph-thin.ph-bluetooth:before {
  content: "\e9bd";
}
.ph-thin.ph-bluetooth-x:before {
  content: "\e9be";
}
.ph-thin.ph-boat:before {
  content: "\e9bf";
}
.ph-thin.ph-bone:before {
  content: "\e9c0";
}
.ph-thin.ph-book-bookmark:before {
  content: "\e9c1";
}
.ph-thin.ph-bookmark-simple:before {
  content: "\e9c2";
}
.ph-thin.ph-bookmarks-simple:before {
  content: "\e9c3";
}
.ph-thin.ph-bookmarks:before {
  content: "\e9c4";
}
.ph-thin.ph-bookmark:before {
  content: "\e9c5";
}
.ph-thin.ph-book-open-text:before {
  content: "\e9c6";
}
.ph-thin.ph-book-open:before {
  content: "\e9c7";
}
.ph-thin.ph-books:before {
  content: "\e9c8";
}
.ph-thin.ph-book:before {
  content: "\e9c9";
}
.ph-thin.ph-boot:before {
  content: "\e9ca";
}
.ph-thin.ph-bounding-box:before {
  content: "\e9cb";
}
.ph-thin.ph-bowl-food:before {
  content: "\e9cc";
}
.ph-thin.ph-brackets-angle:before {
  content: "\e9cd";
}
.ph-thin.ph-brackets-curly:before {
  content: "\e9ce";
}
.ph-thin.ph-brackets-round:before {
  content: "\e9cf";
}
.ph-thin.ph-brackets-square:before {
  content: "\e9d0";
}
.ph-thin.ph-brain:before {
  content: "\e9d1";
}
.ph-thin.ph-brandy:before {
  content: "\e9d2";
}
.ph-thin.ph-bridge:before {
  content: "\e9d3";
}
.ph-thin.ph-briefcase-metal:before {
  content: "\e9d4";
}
.ph-thin.ph-briefcase:before {
  content: "\e9d5";
}
.ph-thin.ph-broadcast:before {
  content: "\e9d6";
}
.ph-thin.ph-broom:before {
  content: "\e9d7";
}
.ph-thin.ph-browsers:before {
  content: "\e9d8";
}
.ph-thin.ph-browser:before {
  content: "\e9d9";
}
.ph-thin.ph-bug-beetle:before {
  content: "\e9da";
}
.ph-thin.ph-bug-droid:before {
  content: "\e9db";
}
.ph-thin.ph-bug:before {
  content: "\e9dc";
}
.ph-thin.ph-buildings:before {
  content: "\e9dd";
}
.ph-thin.ph-bus:before {
  content: "\e9de";
}
.ph-thin.ph-butterfly:before {
  content: "\e9df";
}
.ph-thin.ph-cactus:before {
  content: "\e9e0";
}
.ph-thin.ph-cake:before {
  content: "\e9e1";
}
.ph-thin.ph-calculator:before {
  content: "\e9e2";
}
.ph-thin.ph-calendar-blank:before {
  content: "\e9e3";
}
.ph-thin.ph-calendar-check:before {
  content: "\e9e4";
}
.ph-thin.ph-calendar-plus:before {
  content: "\e9e5";
}
.ph-thin.ph-calendar:before {
  content: "\e9e6";
}
.ph-thin.ph-calendar-x:before {
  content: "\e9e7";
}
.ph-thin.ph-call-bell:before {
  content: "\e9e8";
}
.ph-thin.ph-camera-plus:before {
  content: "\e9e9";
}
.ph-thin.ph-camera-rotate:before {
  content: "\e9ea";
}
.ph-thin.ph-camera-slash:before {
  content: "\e9eb";
}
.ph-thin.ph-camera:before {
  content: "\e9ec";
}
.ph-thin.ph-campfire:before {
  content: "\e9ed";
}
.ph-thin.ph-cardholder:before {
  content: "\e9ee";
}
.ph-thin.ph-cards:before {
  content: "\e9ef";
}
.ph-thin.ph-caret-circle-double-down:before {
  content: "\e9f0";
}
.ph-thin.ph-caret-circle-double-left:before {
  content: "\e9f1";
}
.ph-thin.ph-caret-circle-double-right:before {
  content: "\e9f2";
}
.ph-thin.ph-caret-circle-double-up:before {
  content: "\e9f3";
}
.ph-thin.ph-caret-circle-down:before {
  content: "\e9f4";
}
.ph-thin.ph-caret-circle-left:before {
  content: "\e9f5";
}
.ph-thin.ph-caret-circle-right:before {
  content: "\e9f6";
}
.ph-thin.ph-caret-circle-up-down:before {
  content: "\e9f7";
}
.ph-thin.ph-caret-circle-up:before {
  content: "\e9f8";
}
.ph-thin.ph-caret-double-down:before {
  content: "\e9f9";
}
.ph-thin.ph-caret-double-left:before {
  content: "\e9fa";
}
.ph-thin.ph-caret-double-right:before {
  content: "\e9fb";
}
.ph-thin.ph-caret-double-up:before {
  content: "\e9fc";
}
.ph-thin.ph-caret-down:before {
  content: "\e9fd";
}
.ph-thin.ph-caret-left:before {
  content: "\e9fe";
}
.ph-thin.ph-caret-right:before {
  content: "\e9ff";
}
.ph-thin.ph-caret-up-down:before {
  content: "\ea00";
}
.ph-thin.ph-caret-up:before {
  content: "\ea01";
}
.ph-thin.ph-car-profile:before {
  content: "\ea02";
}
.ph-thin.ph-carrot:before {
  content: "\ea03";
}
.ph-thin.ph-car-simple:before {
  content: "\ea04";
}
.ph-thin.ph-car:before {
  content: "\ea05";
}
.ph-thin.ph-cassette-tape:before {
  content: "\ea06";
}
.ph-thin.ph-castle-turret:before {
  content: "\ea07";
}
.ph-thin.ph-cat:before {
  content: "\ea08";
}
.ph-thin.ph-cell-signal-full:before {
  content: "\ea09";
}
.ph-thin.ph-cell-signal-high:before {
  content: "\ea0a";
}
.ph-thin.ph-cell-signal-low:before {
  content: "\ea0b";
}
.ph-thin.ph-cell-signal-medium:before {
  content: "\ea0c";
}
.ph-thin.ph-cell-signal-none:before {
  content: "\ea0d";
}
.ph-thin.ph-cell-signal-slash:before {
  content: "\ea0e";
}
.ph-thin.ph-cell-signal-x:before {
  content: "\ea0f";
}
.ph-thin.ph-certificate:before {
  content: "\ea10";
}
.ph-thin.ph-chair:before {
  content: "\ea11";
}
.ph-thin.ph-chalkboard-simple:before {
  content: "\ea12";
}
.ph-thin.ph-chalkboard-teacher:before {
  content: "\ea13";
}
.ph-thin.ph-chalkboard:before {
  content: "\ea14";
}
.ph-thin.ph-champagne:before {
  content: "\ea15";
}
.ph-thin.ph-charging-station:before {
  content: "\ea16";
}
.ph-thin.ph-chart-bar-horizontal:before {
  content: "\ea17";
}
.ph-thin.ph-chart-bar:before {
  content: "\ea18";
}
.ph-thin.ph-chart-donut:before {
  content: "\ea19";
}
.ph-thin.ph-chart-line-down:before {
  content: "\ea1a";
}
.ph-thin.ph-chart-line:before {
  content: "\ea1b";
}
.ph-thin.ph-chart-line-up:before {
  content: "\ea1c";
}
.ph-thin.ph-chart-pie-slice:before {
  content: "\ea1d";
}
.ph-thin.ph-chart-pie:before {
  content: "\ea1e";
}
.ph-thin.ph-chart-polar:before {
  content: "\ea1f";
}
.ph-thin.ph-chart-scatter:before {
  content: "\ea20";
}
.ph-thin.ph-chat-centered-dots:before {
  content: "\ea21";
}
.ph-thin.ph-chat-centered-text:before {
  content: "\ea22";
}
.ph-thin.ph-chat-centered:before {
  content: "\ea23";
}
.ph-thin.ph-chat-circle-dots:before {
  content: "\ea24";
}
.ph-thin.ph-chat-circle-text:before {
  content: "\ea25";
}
.ph-thin.ph-chat-circle:before {
  content: "\ea26";
}
.ph-thin.ph-chat-dots:before {
  content: "\ea27";
}
.ph-thin.ph-chats-circle:before {
  content: "\ea28";
}
.ph-thin.ph-chats-teardrop:before {
  content: "\ea29";
}
.ph-thin.ph-chats:before {
  content: "\ea2a";
}
.ph-thin.ph-chat-teardrop-dots:before {
  content: "\ea2b";
}
.ph-thin.ph-chat-teardrop-text:before {
  content: "\ea2c";
}
.ph-thin.ph-chat-teardrop:before {
  content: "\ea2d";
}
.ph-thin.ph-chat-text:before {
  content: "\ea2e";
}
.ph-thin.ph-chat:before {
  content: "\ea2f";
}
.ph-thin.ph-check-circle:before {
  content: "\ea30";
}
.ph-thin.ph-check-fat:before {
  content: "\ea31";
}
.ph-thin.ph-check-square-offset:before {
  content: "\ea32";
}
.ph-thin.ph-check-square:before {
  content: "\ea33";
}
.ph-thin.ph-checks:before {
  content: "\ea34";
}
.ph-thin.ph-check:before {
  content: "\ea35";
}
.ph-thin.ph-church:before {
  content: "\ea36";
}
.ph-thin.ph-circle-dashed:before {
  content: "\ea37";
}
.ph-thin.ph-circle-half:before {
  content: "\ea38";
}
.ph-thin.ph-circle-half-tilt:before {
  content: "\ea39";
}
.ph-thin.ph-circle-notch:before {
  content: "\ea3a";
}
.ph-thin.ph-circles-four:before {
  content: "\ea3b";
}
.ph-thin.ph-circles-three-plus:before {
  content: "\ea3c";
}
.ph-thin.ph-circles-three:before {
  content: "\ea3d";
}
.ph-thin.ph-circle:before {
  content: "\ea3e";
}
.ph-thin.ph-circuitry:before {
  content: "\ea3f";
}
.ph-thin.ph-clipboard-text:before {
  content: "\ea40";
}
.ph-thin.ph-clipboard:before {
  content: "\ea41";
}
.ph-thin.ph-clock-afternoon:before {
  content: "\ea42";
}
.ph-thin.ph-clock-clockwise:before {
  content: "\ea43";
}
.ph-thin.ph-clock-countdown:before {
  content: "\ea44";
}
.ph-thin.ph-clock-counter-clockwise:before {
  content: "\ea45";
}
.ph-thin.ph-clock:before {
  content: "\ea46";
}
.ph-thin.ph-closed-captioning:before {
  content: "\ea47";
}
.ph-thin.ph-cloud-arrow-down:before {
  content: "\ea48";
}
.ph-thin.ph-cloud-arrow-up:before {
  content: "\ea49";
}
.ph-thin.ph-cloud-check:before {
  content: "\ea4a";
}
.ph-thin.ph-cloud-fog:before {
  content: "\ea4b";
}
.ph-thin.ph-cloud-lightning:before {
  content: "\ea4c";
}
.ph-thin.ph-cloud-moon:before {
  content: "\ea4d";
}
.ph-thin.ph-cloud-rain:before {
  content: "\ea4e";
}
.ph-thin.ph-cloud-slash:before {
  content: "\ea4f";
}
.ph-thin.ph-cloud-snow:before {
  content: "\ea50";
}
.ph-thin.ph-cloud-sun:before {
  content: "\ea51";
}
.ph-thin.ph-cloud:before {
  content: "\ea52";
}
.ph-thin.ph-cloud-warning:before {
  content: "\ea53";
}
.ph-thin.ph-cloud-x:before {
  content: "\ea54";
}
.ph-thin.ph-club:before {
  content: "\ea55";
}
.ph-thin.ph-coat-hanger:before {
  content: "\ea56";
}
.ph-thin.ph-coda-logo:before {
  content: "\ea57";
}
.ph-thin.ph-code-block:before {
  content: "\ea58";
}
.ph-thin.ph-codepen-logo:before {
  content: "\ea59";
}
.ph-thin.ph-codesandbox-logo:before {
  content: "\ea5a";
}
.ph-thin.ph-code-simple:before {
  content: "\ea5b";
}
.ph-thin.ph-code:before {
  content: "\ea5c";
}
.ph-thin.ph-coffee:before {
  content: "\ea5d";
}
.ph-thin.ph-coins:before {
  content: "\ea5e";
}
.ph-thin.ph-coin:before {
  content: "\ea5f";
}
.ph-thin.ph-coin-vertical:before {
  content: "\ea60";
}
.ph-thin.ph-columns:before {
  content: "\ea61";
}
.ph-thin.ph-command:before {
  content: "\ea62";
}
.ph-thin.ph-compass:before {
  content: "\ea63";
}
.ph-thin.ph-compass-tool:before {
  content: "\ea64";
}
.ph-thin.ph-computer-tower:before {
  content: "\ea65";
}
.ph-thin.ph-confetti:before {
  content: "\ea66";
}
.ph-thin.ph-contactless-payment:before {
  content: "\ea67";
}
.ph-thin.ph-control:before {
  content: "\ea68";
}
.ph-thin.ph-cookie:before {
  content: "\ea69";
}
.ph-thin.ph-cooking-pot:before {
  content: "\ea6a";
}
.ph-thin.ph-copyleft:before {
  content: "\ea6b";
}
.ph-thin.ph-copyright:before {
  content: "\ea6c";
}
.ph-thin.ph-copy-simple:before {
  content: "\ea6d";
}
.ph-thin.ph-copy:before {
  content: "\ea6e";
}
.ph-thin.ph-corners-in:before {
  content: "\ea6f";
}
.ph-thin.ph-corners-out:before {
  content: "\ea70";
}
.ph-thin.ph-couch:before {
  content: "\ea71";
}
.ph-thin.ph-cpu:before {
  content: "\ea72";
}
.ph-thin.ph-credit-card:before {
  content: "\ea73";
}
.ph-thin.ph-crop:before {
  content: "\ea74";
}
.ph-thin.ph-crosshair-simple:before {
  content: "\ea75";
}
.ph-thin.ph-crosshair:before {
  content: "\ea76";
}
.ph-thin.ph-cross:before {
  content: "\ea77";
}
.ph-thin.ph-crown-simple:before {
  content: "\ea78";
}
.ph-thin.ph-crown:before {
  content: "\ea79";
}
.ph-thin.ph-cube-focus:before {
  content: "\ea7a";
}
.ph-thin.ph-cube:before {
  content: "\ea7b";
}
.ph-thin.ph-cube-transparent:before {
  content: "\ea7c";
}
.ph-thin.ph-currency-btc:before {
  content: "\ea7d";
}
.ph-thin.ph-currency-circle-dollar:before {
  content: "\ea7e";
}
.ph-thin.ph-currency-cny:before {
  content: "\ea7f";
}
.ph-thin.ph-currency-dollar-simple:before {
  content: "\ea80";
}
.ph-thin.ph-currency-dollar:before {
  content: "\ea81";
}
.ph-thin.ph-currency-eth:before {
  content: "\ea82";
}
.ph-thin.ph-currency-eur:before {
  content: "\ea83";
}
.ph-thin.ph-currency-gbp:before {
  content: "\ea84";
}
.ph-thin.ph-currency-inr:before {
  content: "\ea85";
}
.ph-thin.ph-currency-jpy:before {
  content: "\ea86";
}
.ph-thin.ph-currency-krw:before {
  content: "\ea87";
}
.ph-thin.ph-currency-kzt:before {
  content: "\ea88";
}
.ph-thin.ph-currency-ngn:before {
  content: "\ea89";
}
.ph-thin.ph-currency-rub:before {
  content: "\ea8a";
}
.ph-thin.ph-cursor-click:before {
  content: "\ea8b";
}
.ph-thin.ph-cursor-text:before {
  content: "\ea8c";
}
.ph-thin.ph-cursor:before {
  content: "\ea8d";
}
.ph-thin.ph-cylinder:before {
  content: "\ea8e";
}
.ph-thin.ph-database:before {
  content: "\ea8f";
}
.ph-thin.ph-desktop:before {
  content: "\ea90";
}
.ph-thin.ph-desktop-tower:before {
  content: "\ea91";
}
.ph-thin.ph-detective:before {
  content: "\ea92";
}
.ph-thin.ph-device-mobile-camera:before {
  content: "\ea93";
}
.ph-thin.ph-device-mobile-speaker:before {
  content: "\ea94";
}
.ph-thin.ph-device-mobile:before {
  content: "\ea95";
}
.ph-thin.ph-devices:before {
  content: "\ea96";
}
.ph-thin.ph-device-tablet-camera:before {
  content: "\ea97";
}
.ph-thin.ph-device-tablet-speaker:before {
  content: "\ea98";
}
.ph-thin.ph-device-tablet:before {
  content: "\ea99";
}
.ph-thin.ph-dev-to-logo:before {
  content: "\ea9a";
}
.ph-thin.ph-diamonds-four:before {
  content: "\ea9b";
}
.ph-thin.ph-diamond:before {
  content: "\ea9c";
}
.ph-thin.ph-dice-five:before {
  content: "\ea9d";
}
.ph-thin.ph-dice-four:before {
  content: "\ea9e";
}
.ph-thin.ph-dice-one:before {
  content: "\ea9f";
}
.ph-thin.ph-dice-six:before {
  content: "\eaa0";
}
.ph-thin.ph-dice-three:before {
  content: "\eaa1";
}
.ph-thin.ph-dice-two:before {
  content: "\eaa2";
}
.ph-thin.ph-discord-logo:before {
  content: "\eaa3";
}
.ph-thin.ph-disc:before {
  content: "\eaa4";
}
.ph-thin.ph-divide:before {
  content: "\eaa5";
}
.ph-thin.ph-dna:before {
  content: "\eaa6";
}
.ph-thin.ph-dog:before {
  content: "\eaa7";
}
.ph-thin.ph-door-open:before {
  content: "\eaa8";
}
.ph-thin.ph-door:before {
  content: "\eaa9";
}
.ph-thin.ph-dot-outline:before {
  content: "\eaaa";
}
.ph-thin.ph-dots-nine:before {
  content: "\eaab";
}
.ph-thin.ph-dots-six:before {
  content: "\eaac";
}
.ph-thin.ph-dots-six-vertical:before {
  content: "\eaad";
}
.ph-thin.ph-dots-three-circle:before {
  content: "\eaae";
}
.ph-thin.ph-dots-three-circle-vertical:before {
  content: "\eaaf";
}
.ph-thin.ph-dots-three-outline:before {
  content: "\eab0";
}
.ph-thin.ph-dots-three-outline-vertical:before {
  content: "\eab1";
}
.ph-thin.ph-dots-three:before {
  content: "\eab2";
}
.ph-thin.ph-dots-three-vertical:before {
  content: "\eab3";
}
.ph-thin.ph-dot:before {
  content: "\eab4";
}
.ph-thin.ph-download-simple:before {
  content: "\eab5";
}
.ph-thin.ph-download:before {
  content: "\eab6";
}
.ph-thin.ph-dress:before {
  content: "\eab7";
}
.ph-thin.ph-dribbble-logo:before {
  content: "\eab8";
}
.ph-thin.ph-dropbox-logo:before {
  content: "\eab9";
}
.ph-thin.ph-drop-half-bottom:before {
  content: "\eaba";
}
.ph-thin.ph-drop-half:before {
  content: "\eabb";
}
.ph-thin.ph-drop:before {
  content: "\eabc";
}
.ph-thin.ph-ear-slash:before {
  content: "\eabd";
}
.ph-thin.ph-ear:before {
  content: "\eabe";
}
.ph-thin.ph-egg-crack:before {
  content: "\eabf";
}
.ph-thin.ph-egg:before {
  content: "\eac0";
}
.ph-thin.ph-eject-simple:before {
  content: "\eac1";
}
.ph-thin.ph-eject:before {
  content: "\eac2";
}
.ph-thin.ph-elevator:before {
  content: "\eac3";
}
.ph-thin.ph-engine:before {
  content: "\eac4";
}
.ph-thin.ph-envelope-open:before {
  content: "\eac5";
}
.ph-thin.ph-envelope-simple-open:before {
  content: "\eac6";
}
.ph-thin.ph-envelope-simple:before {
  content: "\eac7";
}
.ph-thin.ph-envelope:before {
  content: "\eac8";
}
.ph-thin.ph-equalizer:before {
  content: "\eac9";
}
.ph-thin.ph-equals:before {
  content: "\eaca";
}
.ph-thin.ph-eraser:before {
  content: "\eacb";
}
.ph-thin.ph-escalator-down:before {
  content: "\eacc";
}
.ph-thin.ph-escalator-up:before {
  content: "\eacd";
}
.ph-thin.ph-exam:before {
  content: "\eace";
}
.ph-thin.ph-exclude-square:before {
  content: "\eacf";
}
.ph-thin.ph-exclude:before {
  content: "\ead0";
}
.ph-thin.ph-export:before {
  content: "\ead1";
}
.ph-thin.ph-eye-closed:before {
  content: "\ead2";
}
.ph-thin.ph-eyedropper-sample:before {
  content: "\ead3";
}
.ph-thin.ph-eyedropper:before {
  content: "\ead4";
}
.ph-thin.ph-eyeglasses:before {
  content: "\ead5";
}
.ph-thin.ph-eye-slash:before {
  content: "\ead6";
}
.ph-thin.ph-eye:before {
  content: "\ead7";
}
.ph-thin.ph-facebook-logo:before {
  content: "\ead8";
}
.ph-thin.ph-face-mask:before {
  content: "\ead9";
}
.ph-thin.ph-factory:before {
  content: "\eada";
}
.ph-thin.ph-faders-horizontal:before {
  content: "\eadb";
}
.ph-thin.ph-faders:before {
  content: "\eadc";
}
.ph-thin.ph-fan:before {
  content: "\eadd";
}
.ph-thin.ph-fast-forward-circle:before {
  content: "\eade";
}
.ph-thin.ph-fast-forward:before {
  content: "\eadf";
}
.ph-thin.ph-feather:before {
  content: "\eae0";
}
.ph-thin.ph-figma-logo:before {
  content: "\eae1";
}
.ph-thin.ph-file-archive:before {
  content: "\eae2";
}
.ph-thin.ph-file-arrow-down:before {
  content: "\eae3";
}
.ph-thin.ph-file-arrow-up:before {
  content: "\eae4";
}
.ph-thin.ph-file-audio:before {
  content: "\eae5";
}
.ph-thin.ph-file-cloud:before {
  content: "\eae6";
}
.ph-thin.ph-file-code:before {
  content: "\eae7";
}
.ph-thin.ph-file-css:before {
  content: "\eae8";
}
.ph-thin.ph-file-csv:before {
  content: "\eae9";
}
.ph-thin.ph-file-dashed:before, .ph-thin.ph-file-dotted:before {
  content: "\eaea";
}
.ph-thin.ph-file-doc:before {
  content: "\eaeb";
}
.ph-thin.ph-file-html:before {
  content: "\eaec";
}
.ph-thin.ph-file-image:before {
  content: "\eaed";
}
.ph-thin.ph-file-jpg:before {
  content: "\eaee";
}
.ph-thin.ph-file-js:before {
  content: "\eaef";
}
.ph-thin.ph-file-jsx:before {
  content: "\eaf0";
}
.ph-thin.ph-file-lock:before {
  content: "\eaf1";
}
.ph-thin.ph-file-magnifying-glass:before, .ph-thin.ph-file-search:before {
  content: "\eaf2";
}
.ph-thin.ph-file-minus:before {
  content: "\eaf3";
}
.ph-thin.ph-file-pdf:before {
  content: "\eaf4";
}
.ph-thin.ph-file-plus:before {
  content: "\eaf5";
}
.ph-thin.ph-file-png:before {
  content: "\eaf6";
}
.ph-thin.ph-file-ppt:before {
  content: "\eaf7";
}
.ph-thin.ph-file-rs:before {
  content: "\eaf8";
}
.ph-thin.ph-file-sql:before {
  content: "\eaf9";
}
.ph-thin.ph-files:before {
  content: "\eafa";
}
.ph-thin.ph-file-svg:before {
  content: "\eafb";
}
.ph-thin.ph-file-text:before {
  content: "\eafc";
}
.ph-thin.ph-file:before {
  content: "\eafd";
}
.ph-thin.ph-file-ts:before {
  content: "\eafe";
}
.ph-thin.ph-file-tsx:before {
  content: "\eaff";
}
.ph-thin.ph-file-video:before {
  content: "\eb00";
}
.ph-thin.ph-file-vue:before {
  content: "\eb01";
}
.ph-thin.ph-file-xls:before {
  content: "\eb02";
}
.ph-thin.ph-file-x:before {
  content: "\eb03";
}
.ph-thin.ph-file-zip:before {
  content: "\eb04";
}
.ph-thin.ph-film-reel:before {
  content: "\eb05";
}
.ph-thin.ph-film-script:before {
  content: "\eb06";
}
.ph-thin.ph-film-slate:before {
  content: "\eb07";
}
.ph-thin.ph-film-strip:before {
  content: "\eb08";
}
.ph-thin.ph-fingerprint-simple:before {
  content: "\eb09";
}
.ph-thin.ph-fingerprint:before {
  content: "\eb0a";
}
.ph-thin.ph-finn-the-human:before {
  content: "\eb0b";
}
.ph-thin.ph-fire-extinguisher:before {
  content: "\eb0c";
}
.ph-thin.ph-fire-simple:before {
  content: "\eb0d";
}
.ph-thin.ph-fire:before {
  content: "\eb0e";
}
.ph-thin.ph-first-aid-kit:before {
  content: "\eb0f";
}
.ph-thin.ph-first-aid:before {
  content: "\eb10";
}
.ph-thin.ph-fish-simple:before {
  content: "\eb11";
}
.ph-thin.ph-fish:before {
  content: "\eb12";
}
.ph-thin.ph-flag-banner:before {
  content: "\eb13";
}
.ph-thin.ph-flag-checkered:before {
  content: "\eb14";
}
.ph-thin.ph-flag-pennant:before {
  content: "\eb15";
}
.ph-thin.ph-flag:before {
  content: "\eb16";
}
.ph-thin.ph-flame:before {
  content: "\eb17";
}
.ph-thin.ph-flashlight:before {
  content: "\eb18";
}
.ph-thin.ph-flask:before {
  content: "\eb19";
}
.ph-thin.ph-floppy-disk-back:before {
  content: "\eb1a";
}
.ph-thin.ph-floppy-disk:before {
  content: "\eb1b";
}
.ph-thin.ph-flow-arrow:before {
  content: "\eb1c";
}
.ph-thin.ph-flower-lotus:before {
  content: "\eb1d";
}
.ph-thin.ph-flower:before {
  content: "\eb1e";
}
.ph-thin.ph-flower-tulip:before {
  content: "\eb1f";
}
.ph-thin.ph-flying-saucer:before {
  content: "\eb20";
}
.ph-thin.ph-folder-dashed:before, .ph-thin.ph-folder-dotted:before {
  content: "\eb21";
}
.ph-thin.ph-folder-lock:before {
  content: "\eb22";
}
.ph-thin.ph-folder-minus:before {
  content: "\eb23";
}
.ph-thin.ph-folder-notch-minus:before {
  content: "\eb24";
}
.ph-thin.ph-folder-notch-open:before {
  content: "\eb25";
}
.ph-thin.ph-folder-notch-plus:before {
  content: "\eb26";
}
.ph-thin.ph-folder-notch:before {
  content: "\eb27";
}
.ph-thin.ph-folder-open:before {
  content: "\eb28";
}
.ph-thin.ph-folder-plus:before {
  content: "\eb29";
}
.ph-thin.ph-folder-simple-dashed:before, .ph-thin.ph-folder-simple-dotted:before {
  content: "\eb2a";
}
.ph-thin.ph-folder-simple-lock:before {
  content: "\eb2b";
}
.ph-thin.ph-folder-simple-minus:before {
  content: "\eb2c";
}
.ph-thin.ph-folder-simple-plus:before {
  content: "\eb2d";
}
.ph-thin.ph-folder-simple-star:before {
  content: "\eb2e";
}
.ph-thin.ph-folder-simple:before {
  content: "\eb2f";
}
.ph-thin.ph-folder-simple-user:before {
  content: "\eb30";
}
.ph-thin.ph-folder-star:before {
  content: "\eb31";
}
.ph-thin.ph-folders:before {
  content: "\eb32";
}
.ph-thin.ph-folder:before {
  content: "\eb33";
}
.ph-thin.ph-folder-user:before {
  content: "\eb34";
}
.ph-thin.ph-football:before {
  content: "\eb35";
}
.ph-thin.ph-footprints:before {
  content: "\eb36";
}
.ph-thin.ph-fork-knife:before {
  content: "\eb37";
}
.ph-thin.ph-frame-corners:before {
  content: "\eb38";
}
.ph-thin.ph-framer-logo:before {
  content: "\eb39";
}
.ph-thin.ph-function:before {
  content: "\eb3a";
}
.ph-thin.ph-funnel-simple:before {
  content: "\eb3b";
}
.ph-thin.ph-funnel:before {
  content: "\eb3c";
}
.ph-thin.ph-game-controller:before {
  content: "\eb3d";
}
.ph-thin.ph-garage:before {
  content: "\eb3e";
}
.ph-thin.ph-gas-can:before {
  content: "\eb3f";
}
.ph-thin.ph-gas-pump:before {
  content: "\eb40";
}
.ph-thin.ph-gauge:before {
  content: "\eb41";
}
.ph-thin.ph-gavel:before {
  content: "\eb42";
}
.ph-thin.ph-gear-fine:before {
  content: "\eb43";
}
.ph-thin.ph-gear-six:before {
  content: "\eb44";
}
.ph-thin.ph-gear:before {
  content: "\eb45";
}
.ph-thin.ph-gender-female:before {
  content: "\eb46";
}
.ph-thin.ph-gender-intersex:before {
  content: "\eb47";
}
.ph-thin.ph-gender-male:before {
  content: "\eb48";
}
.ph-thin.ph-gender-neuter:before {
  content: "\eb49";
}
.ph-thin.ph-gender-nonbinary:before {
  content: "\eb4a";
}
.ph-thin.ph-gender-transgender:before {
  content: "\eb4b";
}
.ph-thin.ph-ghost:before {
  content: "\eb4c";
}
.ph-thin.ph-gif:before {
  content: "\eb4d";
}
.ph-thin.ph-gift:before {
  content: "\eb4e";
}
.ph-thin.ph-git-branch:before {
  content: "\eb4f";
}
.ph-thin.ph-git-commit:before {
  content: "\eb50";
}
.ph-thin.ph-git-diff:before {
  content: "\eb51";
}
.ph-thin.ph-git-fork:before {
  content: "\eb52";
}
.ph-thin.ph-github-logo:before {
  content: "\eb53";
}
.ph-thin.ph-gitlab-logo-simple:before {
  content: "\eb54";
}
.ph-thin.ph-gitlab-logo:before {
  content: "\eb55";
}
.ph-thin.ph-git-merge:before {
  content: "\eb56";
}
.ph-thin.ph-git-pull-request:before {
  content: "\eb57";
}
.ph-thin.ph-globe-hemisphere-east:before {
  content: "\eb58";
}
.ph-thin.ph-globe-hemisphere-west:before {
  content: "\eb59";
}
.ph-thin.ph-globe-simple:before {
  content: "\eb5a";
}
.ph-thin.ph-globe-stand:before {
  content: "\eb5b";
}
.ph-thin.ph-globe:before {
  content: "\eb5c";
}
.ph-thin.ph-goggles:before {
  content: "\eb5d";
}
.ph-thin.ph-goodreads-logo:before {
  content: "\eb5e";
}
.ph-thin.ph-google-cardboard-logo:before {
  content: "\eb5f";
}
.ph-thin.ph-google-chrome-logo:before {
  content: "\eb60";
}
.ph-thin.ph-google-drive-logo:before {
  content: "\eb61";
}
.ph-thin.ph-google-logo:before {
  content: "\eb62";
}
.ph-thin.ph-google-photos-logo:before {
  content: "\eb63";
}
.ph-thin.ph-google-play-logo:before {
  content: "\eb64";
}
.ph-thin.ph-google-podcasts-logo:before {
  content: "\eb65";
}
.ph-thin.ph-gradient:before {
  content: "\eb66";
}
.ph-thin.ph-graduation-cap:before {
  content: "\eb67";
}
.ph-thin.ph-grains-slash:before {
  content: "\eb68";
}
.ph-thin.ph-grains:before {
  content: "\eb69";
}
.ph-thin.ph-graph:before {
  content: "\eb6a";
}
.ph-thin.ph-grid-four:before {
  content: "\eb6b";
}
.ph-thin.ph-grid-nine:before {
  content: "\eb6c";
}
.ph-thin.ph-guitar:before {
  content: "\eb6d";
}
.ph-thin.ph-hamburger:before {
  content: "\eb6e";
}
.ph-thin.ph-hammer:before {
  content: "\eb6f";
}
.ph-thin.ph-handbag-simple:before {
  content: "\eb70";
}
.ph-thin.ph-handbag:before {
  content: "\eb71";
}
.ph-thin.ph-hand-coins:before {
  content: "\eb72";
}
.ph-thin.ph-hand-eye:before {
  content: "\eb73";
}
.ph-thin.ph-hand-fist:before {
  content: "\eb74";
}
.ph-thin.ph-hand-grabbing:before {
  content: "\eb75";
}
.ph-thin.ph-hand-heart:before {
  content: "\eb76";
}
.ph-thin.ph-hand-palm:before {
  content: "\eb77";
}
.ph-thin.ph-hand-pointing:before {
  content: "\eb78";
}
.ph-thin.ph-hands-clapping:before {
  content: "\eb79";
}
.ph-thin.ph-handshake:before {
  content: "\eb7a";
}
.ph-thin.ph-hand-soap:before {
  content: "\eb7b";
}
.ph-thin.ph-hands-praying:before {
  content: "\eb7c";
}
.ph-thin.ph-hand-swipe-left:before {
  content: "\eb7d";
}
.ph-thin.ph-hand-swipe-right:before {
  content: "\eb7e";
}
.ph-thin.ph-hand-tap:before {
  content: "\eb7f";
}
.ph-thin.ph-hand:before {
  content: "\eb80";
}
.ph-thin.ph-hand-waving:before {
  content: "\eb81";
}
.ph-thin.ph-hard-drives:before {
  content: "\eb82";
}
.ph-thin.ph-hard-drive:before {
  content: "\eb83";
}
.ph-thin.ph-hash-straight:before {
  content: "\eb84";
}
.ph-thin.ph-hash:before {
  content: "\eb85";
}
.ph-thin.ph-headlights:before {
  content: "\eb86";
}
.ph-thin.ph-headphones:before {
  content: "\eb87";
}
.ph-thin.ph-headset:before {
  content: "\eb88";
}
.ph-thin.ph-heartbeat:before {
  content: "\eb89";
}
.ph-thin.ph-heart-break:before {
  content: "\eb8a";
}
.ph-thin.ph-heart-half:before {
  content: "\eb8b";
}
.ph-thin.ph-heart-straight-break:before {
  content: "\eb8c";
}
.ph-thin.ph-heart-straight:before {
  content: "\eb8d";
}
.ph-thin.ph-heart:before {
  content: "\eb8e";
}
.ph-thin.ph-hexagon:before {
  content: "\eb8f";
}
.ph-thin.ph-high-heel:before {
  content: "\eb90";
}
.ph-thin.ph-highlighter-circle:before {
  content: "\eb91";
}
.ph-thin.ph-hoodie:before {
  content: "\eb92";
}
.ph-thin.ph-horse:before {
  content: "\eb93";
}
.ph-thin.ph-hourglass-high:before {
  content: "\eb94";
}
.ph-thin.ph-hourglass-low:before {
  content: "\eb95";
}
.ph-thin.ph-hourglass-medium:before {
  content: "\eb96";
}
.ph-thin.ph-hourglass-simple-high:before {
  content: "\eb97";
}
.ph-thin.ph-hourglass-simple-low:before {
  content: "\eb98";
}
.ph-thin.ph-hourglass-simple-medium:before {
  content: "\eb99";
}
.ph-thin.ph-hourglass-simple:before {
  content: "\eb9a";
}
.ph-thin.ph-hourglass:before {
  content: "\eb9b";
}
.ph-thin.ph-house-line:before {
  content: "\eb9c";
}
.ph-thin.ph-house-simple:before {
  content: "\eb9d";
}
.ph-thin.ph-house:before {
  content: "\eb9e";
}
.ph-thin.ph-ice-cream:before {
  content: "\eb9f";
}
.ph-thin.ph-identification-badge:before {
  content: "\eba0";
}
.ph-thin.ph-identification-card:before {
  content: "\eba1";
}
.ph-thin.ph-image-square:before {
  content: "\eba2";
}
.ph-thin.ph-images-square:before {
  content: "\eba3";
}
.ph-thin.ph-images:before {
  content: "\eba4";
}
.ph-thin.ph-image:before {
  content: "\eba5";
}
.ph-thin.ph-infinity:before {
  content: "\eba6";
}
.ph-thin.ph-info:before {
  content: "\eba7";
}
.ph-thin.ph-instagram-logo:before {
  content: "\eba8";
}
.ph-thin.ph-intersect-square:before {
  content: "\eba9";
}
.ph-thin.ph-intersect:before {
  content: "\ebaa";
}
.ph-thin.ph-intersect-three:before {
  content: "\ebab";
}
.ph-thin.ph-jeep:before {
  content: "\ebac";
}
.ph-thin.ph-kanban:before {
  content: "\ebad";
}
.ph-thin.ph-keyboard:before {
  content: "\ebae";
}
.ph-thin.ph-keyhole:before {
  content: "\ebaf";
}
.ph-thin.ph-key-return:before {
  content: "\ebb0";
}
.ph-thin.ph-key:before {
  content: "\ebb1";
}
.ph-thin.ph-knife:before {
  content: "\ebb2";
}
.ph-thin.ph-ladder-simple:before {
  content: "\ebb3";
}
.ph-thin.ph-ladder:before {
  content: "\ebb4";
}
.ph-thin.ph-lamp:before {
  content: "\ebb5";
}
.ph-thin.ph-laptop:before {
  content: "\ebb6";
}
.ph-thin.ph-layout:before {
  content: "\ebb7";
}
.ph-thin.ph-leaf:before {
  content: "\ebb8";
}
.ph-thin.ph-lifebuoy:before {
  content: "\ebb9";
}
.ph-thin.ph-lightbulb-filament:before {
  content: "\ebba";
}
.ph-thin.ph-lightbulb:before {
  content: "\ebbb";
}
.ph-thin.ph-lighthouse:before {
  content: "\ebbc";
}
.ph-thin.ph-lightning-a:before {
  content: "\ebbd";
}
.ph-thin.ph-lightning-slash:before {
  content: "\ebbe";
}
.ph-thin.ph-lightning:before {
  content: "\ebbf";
}
.ph-thin.ph-line-segments:before {
  content: "\ebc0";
}
.ph-thin.ph-line-segment:before {
  content: "\ebc1";
}
.ph-thin.ph-link-break:before {
  content: "\ebc2";
}
.ph-thin.ph-linkedin-logo:before {
  content: "\ebc3";
}
.ph-thin.ph-link-simple-break:before {
  content: "\ebc4";
}
.ph-thin.ph-link-simple-horizontal-break:before {
  content: "\ebc5";
}
.ph-thin.ph-link-simple-horizontal:before {
  content: "\ebc6";
}
.ph-thin.ph-link-simple:before {
  content: "\ebc7";
}
.ph-thin.ph-link:before {
  content: "\ebc8";
}
.ph-thin.ph-linux-logo:before {
  content: "\ebc9";
}
.ph-thin.ph-list-bullets:before {
  content: "\ebca";
}
.ph-thin.ph-list-checks:before {
  content: "\ebcb";
}
.ph-thin.ph-list-dashes:before {
  content: "\ebcc";
}
.ph-thin.ph-list-magnifying-glass:before {
  content: "\ebcd";
}
.ph-thin.ph-list-numbers:before {
  content: "\ebce";
}
.ph-thin.ph-list-plus:before {
  content: "\ebcf";
}
.ph-thin.ph-list:before {
  content: "\ebd0";
}
.ph-thin.ph-lockers:before {
  content: "\ebd1";
}
.ph-thin.ph-lock-key-open:before {
  content: "\ebd2";
}
.ph-thin.ph-lock-key:before {
  content: "\ebd3";
}
.ph-thin.ph-lock-laminated-open:before {
  content: "\ebd4";
}
.ph-thin.ph-lock-laminated:before {
  content: "\ebd5";
}
.ph-thin.ph-lock-open:before {
  content: "\ebd6";
}
.ph-thin.ph-lock-simple-open:before {
  content: "\ebd7";
}
.ph-thin.ph-lock-simple:before {
  content: "\ebd8";
}
.ph-thin.ph-lock:before {
  content: "\ebd9";
}
.ph-thin.ph-magic-wand:before {
  content: "\ebda";
}
.ph-thin.ph-magnet-straight:before {
  content: "\ebdb";
}
.ph-thin.ph-magnet:before {
  content: "\ebdc";
}
.ph-thin.ph-magnifying-glass-minus:before {
  content: "\ebdd";
}
.ph-thin.ph-magnifying-glass-plus:before {
  content: "\ebde";
}
.ph-thin.ph-magnifying-glass:before {
  content: "\ebdf";
}
.ph-thin.ph-map-pin-line:before {
  content: "\ebe0";
}
.ph-thin.ph-map-pin:before {
  content: "\ebe1";
}
.ph-thin.ph-map-trifold:before {
  content: "\ebe2";
}
.ph-thin.ph-marker-circle:before {
  content: "\ebe3";
}
.ph-thin.ph-martini:before {
  content: "\ebe4";
}
.ph-thin.ph-mask-happy:before {
  content: "\ebe5";
}
.ph-thin.ph-mask-sad:before {
  content: "\ebe6";
}
.ph-thin.ph-math-operations:before {
  content: "\ebe7";
}
.ph-thin.ph-medal-military:before {
  content: "\ebe8";
}
.ph-thin.ph-medal:before {
  content: "\ebe9";
}
.ph-thin.ph-medium-logo:before {
  content: "\ebea";
}
.ph-thin.ph-megaphone-simple:before {
  content: "\ebeb";
}
.ph-thin.ph-megaphone:before {
  content: "\ebec";
}
.ph-thin.ph-messenger-logo:before {
  content: "\ebed";
}
.ph-thin.ph-meta-logo:before {
  content: "\ebee";
}
.ph-thin.ph-metronome:before {
  content: "\ebef";
}
.ph-thin.ph-microphone-slash:before {
  content: "\ebf0";
}
.ph-thin.ph-microphone-stage:before {
  content: "\ebf1";
}
.ph-thin.ph-microphone:before {
  content: "\ebf2";
}
.ph-thin.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}
.ph-thin.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}
.ph-thin.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}
.ph-thin.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}
.ph-thin.ph-microsoft-word-logo:before {
  content: "\ebf7";
}
.ph-thin.ph-minus-circle:before {
  content: "\ebf8";
}
.ph-thin.ph-minus-square:before {
  content: "\ebf9";
}
.ph-thin.ph-minus:before {
  content: "\ebfa";
}
.ph-thin.ph-money:before {
  content: "\ebfb";
}
.ph-thin.ph-monitor-play:before {
  content: "\ebfc";
}
.ph-thin.ph-monitor:before {
  content: "\ebfd";
}
.ph-thin.ph-moon-stars:before {
  content: "\ebfe";
}
.ph-thin.ph-moon:before {
  content: "\ebff";
}
.ph-thin.ph-moped-front:before {
  content: "\ec00";
}
.ph-thin.ph-moped:before {
  content: "\ec01";
}
.ph-thin.ph-mosque:before {
  content: "\ec02";
}
.ph-thin.ph-motorcycle:before {
  content: "\ec03";
}
.ph-thin.ph-mountains:before {
  content: "\ec04";
}
.ph-thin.ph-mouse-simple:before {
  content: "\ec05";
}
.ph-thin.ph-mouse:before {
  content: "\ec06";
}
.ph-thin.ph-music-note-simple:before {
  content: "\ec07";
}
.ph-thin.ph-music-notes-plus:before {
  content: "\ec08";
}
.ph-thin.ph-music-notes-simple:before {
  content: "\ec09";
}
.ph-thin.ph-music-notes:before {
  content: "\ec0a";
}
.ph-thin.ph-music-note:before {
  content: "\ec0b";
}
.ph-thin.ph-navigation-arrow:before {
  content: "\ec0c";
}
.ph-thin.ph-needle:before {
  content: "\ec0d";
}
.ph-thin.ph-newspaper-clipping:before {
  content: "\ec0e";
}
.ph-thin.ph-newspaper:before {
  content: "\ec0f";
}
.ph-thin.ph-notches:before {
  content: "\ec10";
}
.ph-thin.ph-note-blank:before {
  content: "\ec11";
}
.ph-thin.ph-notebook:before {
  content: "\ec12";
}
.ph-thin.ph-notepad:before {
  content: "\ec13";
}
.ph-thin.ph-note-pencil:before {
  content: "\ec14";
}
.ph-thin.ph-note:before {
  content: "\ec15";
}
.ph-thin.ph-notification:before {
  content: "\ec16";
}
.ph-thin.ph-notion-logo:before {
  content: "\ec17";
}
.ph-thin.ph-number-circle-eight:before {
  content: "\ec18";
}
.ph-thin.ph-number-circle-five:before {
  content: "\ec19";
}
.ph-thin.ph-number-circle-four:before {
  content: "\ec1a";
}
.ph-thin.ph-number-circle-nine:before {
  content: "\ec1b";
}
.ph-thin.ph-number-circle-one:before {
  content: "\ec1c";
}
.ph-thin.ph-number-circle-seven:before {
  content: "\ec1d";
}
.ph-thin.ph-number-circle-six:before {
  content: "\ec1e";
}
.ph-thin.ph-number-circle-three:before {
  content: "\ec1f";
}
.ph-thin.ph-number-circle-two:before {
  content: "\ec20";
}
.ph-thin.ph-number-circle-zero:before {
  content: "\ec21";
}
.ph-thin.ph-number-eight:before {
  content: "\ec22";
}
.ph-thin.ph-number-five:before {
  content: "\ec23";
}
.ph-thin.ph-number-four:before {
  content: "\ec24";
}
.ph-thin.ph-number-nine:before {
  content: "\ec25";
}
.ph-thin.ph-number-one:before {
  content: "\ec26";
}
.ph-thin.ph-number-seven:before {
  content: "\ec27";
}
.ph-thin.ph-number-six:before {
  content: "\ec28";
}
.ph-thin.ph-number-square-eight:before {
  content: "\ec29";
}
.ph-thin.ph-number-square-five:before {
  content: "\ec2a";
}
.ph-thin.ph-number-square-four:before {
  content: "\ec2b";
}
.ph-thin.ph-number-square-nine:before {
  content: "\ec2c";
}
.ph-thin.ph-number-square-one:before {
  content: "\ec2d";
}
.ph-thin.ph-number-square-seven:before {
  content: "\ec2e";
}
.ph-thin.ph-number-square-six:before {
  content: "\ec2f";
}
.ph-thin.ph-number-square-three:before {
  content: "\ec30";
}
.ph-thin.ph-number-square-two:before {
  content: "\ec31";
}
.ph-thin.ph-number-square-zero:before {
  content: "\ec32";
}
.ph-thin.ph-number-three:before {
  content: "\ec33";
}
.ph-thin.ph-number-two:before {
  content: "\ec34";
}
.ph-thin.ph-number-zero:before {
  content: "\ec35";
}
.ph-thin.ph-nut:before {
  content: "\ec36";
}
.ph-thin.ph-ny-times-logo:before {
  content: "\ec37";
}
.ph-thin.ph-octagon:before {
  content: "\ec38";
}
.ph-thin.ph-office-chair:before {
  content: "\ec39";
}
.ph-thin.ph-option:before {
  content: "\ec3a";
}
.ph-thin.ph-orange-slice:before {
  content: "\ec3b";
}
.ph-thin.ph-package:before {
  content: "\ec3c";
}
.ph-thin.ph-paint-brush-broad:before {
  content: "\ec3d";
}
.ph-thin.ph-paint-brush-household:before {
  content: "\ec3e";
}
.ph-thin.ph-paint-brush:before {
  content: "\ec3f";
}
.ph-thin.ph-paint-bucket:before {
  content: "\ec40";
}
.ph-thin.ph-paint-roller:before {
  content: "\ec41";
}
.ph-thin.ph-palette:before {
  content: "\ec42";
}
.ph-thin.ph-pants:before {
  content: "\ec43";
}
.ph-thin.ph-paperclip-horizontal:before {
  content: "\ec44";
}
.ph-thin.ph-paperclip:before {
  content: "\ec45";
}
.ph-thin.ph-paper-plane-right:before {
  content: "\ec46";
}
.ph-thin.ph-paper-plane:before {
  content: "\ec47";
}
.ph-thin.ph-paper-plane-tilt:before {
  content: "\ec48";
}
.ph-thin.ph-parachute:before {
  content: "\ec49";
}
.ph-thin.ph-paragraph:before {
  content: "\ec4a";
}
.ph-thin.ph-parallelogram:before {
  content: "\ec4b";
}
.ph-thin.ph-park:before {
  content: "\ec4c";
}
.ph-thin.ph-password:before {
  content: "\ec4d";
}
.ph-thin.ph-path:before {
  content: "\ec4e";
}
.ph-thin.ph-patreon-logo:before {
  content: "\ec4f";
}
.ph-thin.ph-pause-circle:before {
  content: "\ec50";
}
.ph-thin.ph-pause:before {
  content: "\ec51";
}
.ph-thin.ph-paw-print:before {
  content: "\ec52";
}
.ph-thin.ph-paypal-logo:before {
  content: "\ec53";
}
.ph-thin.ph-peace:before {
  content: "\ec54";
}
.ph-thin.ph-pencil-circle:before {
  content: "\ec55";
}
.ph-thin.ph-pencil-line:before {
  content: "\ec56";
}
.ph-thin.ph-pencil-simple-line:before {
  content: "\ec57";
}
.ph-thin.ph-pencil-simple-slash:before {
  content: "\ec58";
}
.ph-thin.ph-pencil-simple:before {
  content: "\ec59";
}
.ph-thin.ph-pencil-slash:before {
  content: "\ec5a";
}
.ph-thin.ph-pencil:before {
  content: "\ec5b";
}
.ph-thin.ph-pen-nib-straight:before {
  content: "\ec5c";
}
.ph-thin.ph-pen-nib:before {
  content: "\ec5d";
}
.ph-thin.ph-pentagram:before {
  content: "\ec5e";
}
.ph-thin.ph-pen:before {
  content: "\ec5f";
}
.ph-thin.ph-pepper:before {
  content: "\ec60";
}
.ph-thin.ph-percent:before {
  content: "\ec61";
}
.ph-thin.ph-person-arms-spread:before {
  content: "\ec62";
}
.ph-thin.ph-person-simple-bike:before {
  content: "\ec63";
}
.ph-thin.ph-person-simple-run:before {
  content: "\ec64";
}
.ph-thin.ph-person-simple:before {
  content: "\ec65";
}
.ph-thin.ph-person-simple-throw:before {
  content: "\ec66";
}
.ph-thin.ph-person-simple-walk:before {
  content: "\ec67";
}
.ph-thin.ph-person:before {
  content: "\ec68";
}
.ph-thin.ph-perspective:before {
  content: "\ec69";
}
.ph-thin.ph-phone-call:before {
  content: "\ec6a";
}
.ph-thin.ph-phone-disconnect:before {
  content: "\ec6b";
}
.ph-thin.ph-phone-incoming:before {
  content: "\ec6c";
}
.ph-thin.ph-phone-outgoing:before {
  content: "\ec6d";
}
.ph-thin.ph-phone-plus:before {
  content: "\ec6e";
}
.ph-thin.ph-phone-slash:before {
  content: "\ec6f";
}
.ph-thin.ph-phone:before {
  content: "\ec70";
}
.ph-thin.ph-phone-x:before {
  content: "\ec71";
}
.ph-thin.ph-phosphor-logo:before {
  content: "\ec72";
}
.ph-thin.ph-piano-keys:before {
  content: "\ec73";
}
.ph-thin.ph-picture-in-picture:before {
  content: "\ec74";
}
.ph-thin.ph-piggy-bank:before {
  content: "\ec75";
}
.ph-thin.ph-pill:before {
  content: "\ec76";
}
.ph-thin.ph-pinterest-logo:before {
  content: "\ec77";
}
.ph-thin.ph-pinwheel:before {
  content: "\ec78";
}
.ph-thin.ph-pi:before {
  content: "\ec79";
}
.ph-thin.ph-pizza:before {
  content: "\ec7a";
}
.ph-thin.ph-placeholder:before {
  content: "\ec7b";
}
.ph-thin.ph-planet:before {
  content: "\ec7c";
}
.ph-thin.ph-plant:before {
  content: "\ec7d";
}
.ph-thin.ph-play-circle:before {
  content: "\ec7e";
}
.ph-thin.ph-playlist:before {
  content: "\ec7f";
}
.ph-thin.ph-play-pause:before {
  content: "\ec80";
}
.ph-thin.ph-play:before {
  content: "\ec81";
}
.ph-thin.ph-plug-charging:before {
  content: "\ec82";
}
.ph-thin.ph-plugs-connected:before {
  content: "\ec83";
}
.ph-thin.ph-plugs:before {
  content: "\ec84";
}
.ph-thin.ph-plug:before {
  content: "\ec85";
}
.ph-thin.ph-plus-circle:before {
  content: "\ec86";
}
.ph-thin.ph-plus-minus:before {
  content: "\ec87";
}
.ph-thin.ph-plus-square:before {
  content: "\ec88";
}
.ph-thin.ph-plus:before {
  content: "\ec89";
}
.ph-thin.ph-poker-chip:before {
  content: "\ec8a";
}
.ph-thin.ph-police-car:before {
  content: "\ec8b";
}
.ph-thin.ph-polygon:before {
  content: "\ec8c";
}
.ph-thin.ph-popcorn:before {
  content: "\ec8d";
}
.ph-thin.ph-potted-plant:before {
  content: "\ec8e";
}
.ph-thin.ph-power:before {
  content: "\ec8f";
}
.ph-thin.ph-prescription:before {
  content: "\ec90";
}
.ph-thin.ph-presentation-chart:before {
  content: "\ec91";
}
.ph-thin.ph-presentation:before {
  content: "\ec92";
}
.ph-thin.ph-printer:before {
  content: "\ec93";
}
.ph-thin.ph-prohibit-inset:before {
  content: "\ec94";
}
.ph-thin.ph-prohibit:before {
  content: "\ec95";
}
.ph-thin.ph-projector-screen-chart:before {
  content: "\ec96";
}
.ph-thin.ph-projector-screen:before {
  content: "\ec97";
}
.ph-thin.ph-pulse:before, .ph-thin.ph-activity:before {
  content: "\ec98";
}
.ph-thin.ph-push-pin-simple-slash:before {
  content: "\ec99";
}
.ph-thin.ph-push-pin-simple:before {
  content: "\ec9a";
}
.ph-thin.ph-push-pin-slash:before {
  content: "\ec9b";
}
.ph-thin.ph-push-pin:before {
  content: "\ec9c";
}
.ph-thin.ph-puzzle-piece:before {
  content: "\ec9d";
}
.ph-thin.ph-qr-code:before {
  content: "\ec9e";
}
.ph-thin.ph-question:before {
  content: "\ec9f";
}
.ph-thin.ph-queue:before {
  content: "\eca0";
}
.ph-thin.ph-quotes:before {
  content: "\eca1";
}
.ph-thin.ph-radical:before {
  content: "\eca2";
}
.ph-thin.ph-radioactive:before {
  content: "\eca3";
}
.ph-thin.ph-radio-button:before {
  content: "\eca4";
}
.ph-thin.ph-radio:before {
  content: "\eca5";
}
.ph-thin.ph-rainbow-cloud:before {
  content: "\eca6";
}
.ph-thin.ph-rainbow:before {
  content: "\eca7";
}
.ph-thin.ph-read-cv-logo:before {
  content: "\eca8";
}
.ph-thin.ph-receipt:before {
  content: "\eca9";
}
.ph-thin.ph-receipt-x:before {
  content: "\ecaa";
}
.ph-thin.ph-record:before {
  content: "\ecab";
}
.ph-thin.ph-rectangle:before {
  content: "\ecac";
}
.ph-thin.ph-recycle:before {
  content: "\ecad";
}
.ph-thin.ph-reddit-logo:before {
  content: "\ecae";
}
.ph-thin.ph-repeat-once:before {
  content: "\ecaf";
}
.ph-thin.ph-repeat:before {
  content: "\ecb0";
}
.ph-thin.ph-rewind-circle:before {
  content: "\ecb1";
}
.ph-thin.ph-rewind:before {
  content: "\ecb2";
}
.ph-thin.ph-road-horizon:before {
  content: "\ecb3";
}
.ph-thin.ph-robot:before {
  content: "\ecb4";
}
.ph-thin.ph-rocket-launch:before {
  content: "\ecb5";
}
.ph-thin.ph-rocket:before {
  content: "\ecb6";
}
.ph-thin.ph-rows:before {
  content: "\ecb7";
}
.ph-thin.ph-rss-simple:before {
  content: "\ecb8";
}
.ph-thin.ph-rss:before {
  content: "\ecb9";
}
.ph-thin.ph-rug:before {
  content: "\ecba";
}
.ph-thin.ph-ruler:before {
  content: "\ecbb";
}
.ph-thin.ph-scales:before {
  content: "\ecbc";
}
.ph-thin.ph-scan:before {
  content: "\ecbd";
}
.ph-thin.ph-scissors:before {
  content: "\ecbe";
}
.ph-thin.ph-scooter:before {
  content: "\ecbf";
}
.ph-thin.ph-screencast:before {
  content: "\ecc0";
}
.ph-thin.ph-scribble-loop:before {
  content: "\ecc1";
}
.ph-thin.ph-scroll:before {
  content: "\ecc2";
}
.ph-thin.ph-seal-check:before, .ph-thin.ph-circle-wavy-check:before {
  content: "\ecc3";
}
.ph-thin.ph-seal-question:before, .ph-thin.ph-circle-wavy-question:before {
  content: "\ecc4";
}
.ph-thin.ph-seal:before, .ph-thin.ph-circle-wavy:before {
  content: "\ecc5";
}
.ph-thin.ph-seal-warning:before, .ph-thin.ph-circle-wavy-warning:before {
  content: "\ecc6";
}
.ph-thin.ph-selection-all:before {
  content: "\ecc7";
}
.ph-thin.ph-selection-background:before {
  content: "\ecc8";
}
.ph-thin.ph-selection-foreground:before {
  content: "\ecc9";
}
.ph-thin.ph-selection-inverse:before {
  content: "\ecca";
}
.ph-thin.ph-selection-plus:before {
  content: "\eccb";
}
.ph-thin.ph-selection-slash:before {
  content: "\eccc";
}
.ph-thin.ph-selection:before {
  content: "\eccd";
}
.ph-thin.ph-shapes:before {
  content: "\ecce";
}
.ph-thin.ph-share-fat:before {
  content: "\eccf";
}
.ph-thin.ph-share-network:before {
  content: "\ecd0";
}
.ph-thin.ph-share:before {
  content: "\ecd1";
}
.ph-thin.ph-shield-checkered:before {
  content: "\ecd2";
}
.ph-thin.ph-shield-check:before {
  content: "\ecd3";
}
.ph-thin.ph-shield-chevron:before {
  content: "\ecd4";
}
.ph-thin.ph-shield-plus:before {
  content: "\ecd5";
}
.ph-thin.ph-shield-slash:before {
  content: "\ecd6";
}
.ph-thin.ph-shield-star:before {
  content: "\ecd7";
}
.ph-thin.ph-shield:before {
  content: "\ecd8";
}
.ph-thin.ph-shield-warning:before {
  content: "\ecd9";
}
.ph-thin.ph-shirt-folded:before {
  content: "\ecda";
}
.ph-thin.ph-shooting-star:before {
  content: "\ecdb";
}
.ph-thin.ph-shopping-bag-open:before {
  content: "\ecdc";
}
.ph-thin.ph-shopping-bag:before {
  content: "\ecdd";
}
.ph-thin.ph-shopping-cart-simple:before {
  content: "\ecde";
}
.ph-thin.ph-shopping-cart:before {
  content: "\ecdf";
}
.ph-thin.ph-shower:before {
  content: "\ece0";
}
.ph-thin.ph-shrimp:before {
  content: "\ece1";
}
.ph-thin.ph-shuffle-angular:before {
  content: "\ece2";
}
.ph-thin.ph-shuffle-simple:before {
  content: "\ece3";
}
.ph-thin.ph-shuffle:before {
  content: "\ece4";
}
.ph-thin.ph-sidebar-simple:before {
  content: "\ece5";
}
.ph-thin.ph-sidebar:before {
  content: "\ece6";
}
.ph-thin.ph-sigma:before {
  content: "\ece7";
}
.ph-thin.ph-signature:before {
  content: "\ece8";
}
.ph-thin.ph-sign-in:before {
  content: "\ece9";
}
.ph-thin.ph-sign-out:before {
  content: "\ecea";
}
.ph-thin.ph-signpost:before {
  content: "\eceb";
}
.ph-thin.ph-sim-card:before {
  content: "\ecec";
}
.ph-thin.ph-siren:before {
  content: "\eced";
}
.ph-thin.ph-sketch-logo:before {
  content: "\ecee";
}
.ph-thin.ph-skip-back-circle:before {
  content: "\ecef";
}
.ph-thin.ph-skip-back:before {
  content: "\ecf0";
}
.ph-thin.ph-skip-forward-circle:before {
  content: "\ecf1";
}
.ph-thin.ph-skip-forward:before {
  content: "\ecf2";
}
.ph-thin.ph-skull:before {
  content: "\ecf3";
}
.ph-thin.ph-slack-logo:before {
  content: "\ecf4";
}
.ph-thin.ph-sliders-horizontal:before {
  content: "\ecf5";
}
.ph-thin.ph-sliders:before {
  content: "\ecf6";
}
.ph-thin.ph-slideshow:before {
  content: "\ecf7";
}
.ph-thin.ph-smiley-angry:before {
  content: "\ecf8";
}
.ph-thin.ph-smiley-blank:before {
  content: "\ecf9";
}
.ph-thin.ph-smiley-meh:before {
  content: "\ecfa";
}
.ph-thin.ph-smiley-nervous:before {
  content: "\ecfb";
}
.ph-thin.ph-smiley-sad:before {
  content: "\ecfc";
}
.ph-thin.ph-smiley-sticker:before {
  content: "\ecfd";
}
.ph-thin.ph-smiley:before {
  content: "\ecfe";
}
.ph-thin.ph-smiley-wink:before {
  content: "\ecff";
}
.ph-thin.ph-smiley-x-eyes:before {
  content: "\ed00";
}
.ph-thin.ph-snapchat-logo:before {
  content: "\ed01";
}
.ph-thin.ph-sneaker-move:before {
  content: "\ed02";
}
.ph-thin.ph-sneaker:before {
  content: "\ed03";
}
.ph-thin.ph-snowflake:before {
  content: "\ed04";
}
.ph-thin.ph-soccer-ball:before {
  content: "\ed05";
}
.ph-thin.ph-sort-ascending:before {
  content: "\ed06";
}
.ph-thin.ph-sort-descending:before {
  content: "\ed07";
}
.ph-thin.ph-soundcloud-logo:before {
  content: "\ed08";
}
.ph-thin.ph-spade:before {
  content: "\ed09";
}
.ph-thin.ph-sparkle:before {
  content: "\ed0a";
}
.ph-thin.ph-speaker-hifi:before {
  content: "\ed0b";
}
.ph-thin.ph-speaker-high:before {
  content: "\ed0c";
}
.ph-thin.ph-speaker-low:before {
  content: "\ed0d";
}
.ph-thin.ph-speaker-none:before {
  content: "\ed0e";
}
.ph-thin.ph-speaker-simple-high:before {
  content: "\ed0f";
}
.ph-thin.ph-speaker-simple-low:before {
  content: "\ed10";
}
.ph-thin.ph-speaker-simple-none:before {
  content: "\ed11";
}
.ph-thin.ph-speaker-simple-slash:before {
  content: "\ed12";
}
.ph-thin.ph-speaker-simple-x:before {
  content: "\ed13";
}
.ph-thin.ph-speaker-slash:before {
  content: "\ed14";
}
.ph-thin.ph-speaker-x:before {
  content: "\ed15";
}
.ph-thin.ph-spinner-gap:before {
  content: "\ed16";
}
.ph-thin.ph-spinner:before {
  content: "\ed17";
}
.ph-thin.ph-spiral:before {
  content: "\ed18";
}
.ph-thin.ph-split-horizontal:before {
  content: "\ed19";
}
.ph-thin.ph-split-vertical:before {
  content: "\ed1a";
}
.ph-thin.ph-spotify-logo:before {
  content: "\ed1b";
}
.ph-thin.ph-square-half-bottom:before {
  content: "\ed1c";
}
.ph-thin.ph-square-half:before {
  content: "\ed1d";
}
.ph-thin.ph-square-logo:before {
  content: "\ed1e";
}
.ph-thin.ph-squares-four:before {
  content: "\ed1f";
}
.ph-thin.ph-square-split-horizontal:before {
  content: "\ed20";
}
.ph-thin.ph-square-split-vertical:before {
  content: "\ed21";
}
.ph-thin.ph-square:before {
  content: "\ed22";
}
.ph-thin.ph-stack-overflow-logo:before {
  content: "\ed23";
}
.ph-thin.ph-stack-simple:before {
  content: "\ed24";
}
.ph-thin.ph-stack:before {
  content: "\ed25";
}
.ph-thin.ph-stairs:before {
  content: "\ed26";
}
.ph-thin.ph-stamp:before {
  content: "\ed27";
}
.ph-thin.ph-star-and-crescent:before {
  content: "\ed28";
}
.ph-thin.ph-star-four:before {
  content: "\ed29";
}
.ph-thin.ph-star-half:before {
  content: "\ed2a";
}
.ph-thin.ph-star-of-david:before {
  content: "\ed2b";
}
.ph-thin.ph-star:before {
  content: "\ed2c";
}
.ph-thin.ph-steering-wheel:before {
  content: "\ed2d";
}
.ph-thin.ph-steps:before {
  content: "\ed2e";
}
.ph-thin.ph-stethoscope:before {
  content: "\ed2f";
}
.ph-thin.ph-sticker:before {
  content: "\ed30";
}
.ph-thin.ph-stool:before {
  content: "\ed31";
}
.ph-thin.ph-stop-circle:before {
  content: "\ed32";
}
.ph-thin.ph-stop:before {
  content: "\ed33";
}
.ph-thin.ph-storefront:before {
  content: "\ed34";
}
.ph-thin.ph-strategy:before {
  content: "\ed35";
}
.ph-thin.ph-stripe-logo:before {
  content: "\ed36";
}
.ph-thin.ph-student:before {
  content: "\ed37";
}
.ph-thin.ph-subtitles:before {
  content: "\ed38";
}
.ph-thin.ph-subtract-square:before {
  content: "\ed39";
}
.ph-thin.ph-subtract:before {
  content: "\ed3a";
}
.ph-thin.ph-suitcase-rolling:before {
  content: "\ed3b";
}
.ph-thin.ph-suitcase-simple:before {
  content: "\ed3c";
}
.ph-thin.ph-suitcase:before {
  content: "\ed3d";
}
.ph-thin.ph-sun-dim:before {
  content: "\ed3e";
}
.ph-thin.ph-sunglasses:before {
  content: "\ed3f";
}
.ph-thin.ph-sun-horizon:before {
  content: "\ed40";
}
.ph-thin.ph-sun:before {
  content: "\ed41";
}
.ph-thin.ph-swap:before {
  content: "\ed42";
}
.ph-thin.ph-swatches:before {
  content: "\ed43";
}
.ph-thin.ph-swimming-pool:before {
  content: "\ed44";
}
.ph-thin.ph-sword:before {
  content: "\ed45";
}
.ph-thin.ph-synagogue:before {
  content: "\ed46";
}
.ph-thin.ph-syringe:before {
  content: "\ed47";
}
.ph-thin.ph-table:before {
  content: "\ed48";
}
.ph-thin.ph-tabs:before {
  content: "\ed49";
}
.ph-thin.ph-tag-chevron:before {
  content: "\ed4a";
}
.ph-thin.ph-tag-simple:before {
  content: "\ed4b";
}
.ph-thin.ph-tag:before {
  content: "\ed4c";
}
.ph-thin.ph-target:before {
  content: "\ed4d";
}
.ph-thin.ph-taxi:before {
  content: "\ed4e";
}
.ph-thin.ph-telegram-logo:before {
  content: "\ed4f";
}
.ph-thin.ph-television-simple:before {
  content: "\ed50";
}
.ph-thin.ph-television:before {
  content: "\ed51";
}
.ph-thin.ph-tennis-ball:before {
  content: "\ed52";
}
.ph-thin.ph-tent:before {
  content: "\ed53";
}
.ph-thin.ph-terminal:before {
  content: "\ed54";
}
.ph-thin.ph-terminal-window:before {
  content: "\ed55";
}
.ph-thin.ph-test-tube:before {
  content: "\ed56";
}
.ph-thin.ph-text-aa:before {
  content: "\ed57";
}
.ph-thin.ph-text-align-center:before {
  content: "\ed58";
}
.ph-thin.ph-text-align-justify:before {
  content: "\ed59";
}
.ph-thin.ph-text-align-left:before {
  content: "\ed5a";
}
.ph-thin.ph-text-align-right:before {
  content: "\ed5b";
}
.ph-thin.ph-text-a-underline:before {
  content: "\ed5c";
}
.ph-thin.ph-textbox:before {
  content: "\ed5d";
}
.ph-thin.ph-text-b:before, .ph-thin.ph-text-bolder:before {
  content: "\ed5e";
}
.ph-thin.ph-text-columns:before {
  content: "\ed5f";
}
.ph-thin.ph-text-h-five:before {
  content: "\ed60";
}
.ph-thin.ph-text-h-four:before {
  content: "\ed61";
}
.ph-thin.ph-text-h-one:before {
  content: "\ed62";
}
.ph-thin.ph-text-h-six:before {
  content: "\ed63";
}
.ph-thin.ph-text-h:before {
  content: "\ed64";
}
.ph-thin.ph-text-h-three:before {
  content: "\ed65";
}
.ph-thin.ph-text-h-two:before {
  content: "\ed66";
}
.ph-thin.ph-text-indent:before {
  content: "\ed67";
}
.ph-thin.ph-text-italic:before {
  content: "\ed68";
}
.ph-thin.ph-text-outdent:before {
  content: "\ed69";
}
.ph-thin.ph-text-strikethrough:before {
  content: "\ed6a";
}
.ph-thin.ph-text-t:before {
  content: "\ed6b";
}
.ph-thin.ph-text-underline:before {
  content: "\ed6c";
}
.ph-thin.ph-thermometer-cold:before {
  content: "\ed6d";
}
.ph-thin.ph-thermometer-hot:before {
  content: "\ed6e";
}
.ph-thin.ph-thermometer-simple:before {
  content: "\ed6f";
}
.ph-thin.ph-thermometer:before {
  content: "\ed70";
}
.ph-thin.ph-thumbs-down:before {
  content: "\ed71";
}
.ph-thin.ph-thumbs-up:before {
  content: "\ed72";
}
.ph-thin.ph-ticket:before {
  content: "\ed73";
}
.ph-thin.ph-tidal-logo:before {
  content: "\ed74";
}
.ph-thin.ph-tiktok-logo:before {
  content: "\ed75";
}
.ph-thin.ph-timer:before {
  content: "\ed76";
}
.ph-thin.ph-tipi:before {
  content: "\ed77";
}
.ph-thin.ph-toggle-left:before {
  content: "\ed78";
}
.ph-thin.ph-toggle-right:before {
  content: "\ed79";
}
.ph-thin.ph-toilet-paper:before {
  content: "\ed7a";
}
.ph-thin.ph-toilet:before {
  content: "\ed7b";
}
.ph-thin.ph-toolbox:before {
  content: "\ed7c";
}
.ph-thin.ph-tooth:before {
  content: "\ed7d";
}
.ph-thin.ph-tote-simple:before {
  content: "\ed7e";
}
.ph-thin.ph-tote:before {
  content: "\ed7f";
}
.ph-thin.ph-trademark-registered:before {
  content: "\ed80";
}
.ph-thin.ph-trademark:before {
  content: "\ed81";
}
.ph-thin.ph-traffic-cone:before {
  content: "\ed82";
}
.ph-thin.ph-traffic-signal:before {
  content: "\ed83";
}
.ph-thin.ph-traffic-sign:before {
  content: "\ed84";
}
.ph-thin.ph-train-regional:before {
  content: "\ed85";
}
.ph-thin.ph-train-simple:before {
  content: "\ed86";
}
.ph-thin.ph-train:before {
  content: "\ed87";
}
.ph-thin.ph-tram:before {
  content: "\ed88";
}
.ph-thin.ph-translate:before {
  content: "\ed89";
}
.ph-thin.ph-trash-simple:before {
  content: "\ed8a";
}
.ph-thin.ph-trash:before {
  content: "\ed8b";
}
.ph-thin.ph-tray:before {
  content: "\ed8c";
}
.ph-thin.ph-tree-evergreen:before {
  content: "\ed8d";
}
.ph-thin.ph-tree-palm:before {
  content: "\ed8e";
}
.ph-thin.ph-tree-structure:before {
  content: "\ed8f";
}
.ph-thin.ph-tree:before {
  content: "\ed90";
}
.ph-thin.ph-trend-down:before {
  content: "\ed91";
}
.ph-thin.ph-trend-up:before {
  content: "\ed92";
}
.ph-thin.ph-triangle:before {
  content: "\ed93";
}
.ph-thin.ph-trophy:before {
  content: "\ed94";
}
.ph-thin.ph-truck:before {
  content: "\ed95";
}
.ph-thin.ph-t-shirt:before {
  content: "\ed96";
}
.ph-thin.ph-twitch-logo:before {
  content: "\ed97";
}
.ph-thin.ph-twitter-logo:before {
  content: "\ed98";
}
.ph-thin.ph-umbrella-simple:before {
  content: "\ed99";
}
.ph-thin.ph-umbrella:before {
  content: "\ed9a";
}
.ph-thin.ph-unite-square:before {
  content: "\ed9b";
}
.ph-thin.ph-unite:before {
  content: "\ed9c";
}
.ph-thin.ph-upload-simple:before {
  content: "\ed9d";
}
.ph-thin.ph-upload:before {
  content: "\ed9e";
}
.ph-thin.ph-usb:before {
  content: "\ed9f";
}
.ph-thin.ph-user-circle-gear:before {
  content: "\eda0";
}
.ph-thin.ph-user-circle-minus:before {
  content: "\eda1";
}
.ph-thin.ph-user-circle-plus:before {
  content: "\eda2";
}
.ph-thin.ph-user-circle:before {
  content: "\eda3";
}
.ph-thin.ph-user-focus:before {
  content: "\eda4";
}
.ph-thin.ph-user-gear:before {
  content: "\eda5";
}
.ph-thin.ph-user-list:before {
  content: "\eda6";
}
.ph-thin.ph-user-minus:before {
  content: "\eda7";
}
.ph-thin.ph-user-plus:before {
  content: "\eda8";
}
.ph-thin.ph-user-rectangle:before {
  content: "\eda9";
}
.ph-thin.ph-users-four:before {
  content: "\edaa";
}
.ph-thin.ph-user-square:before {
  content: "\edab";
}
.ph-thin.ph-users:before {
  content: "\edac";
}
.ph-thin.ph-users-three:before {
  content: "\edad";
}
.ph-thin.ph-user-switch:before {
  content: "\edae";
}
.ph-thin.ph-user:before {
  content: "\edaf";
}
.ph-thin.ph-van:before {
  content: "\edb0";
}
.ph-thin.ph-vault:before {
  content: "\edb1";
}
.ph-thin.ph-vibrate:before {
  content: "\edb2";
}
.ph-thin.ph-video-camera-slash:before {
  content: "\edb3";
}
.ph-thin.ph-video-camera:before {
  content: "\edb4";
}
.ph-thin.ph-video:before {
  content: "\edb5";
}
.ph-thin.ph-vignette:before {
  content: "\edb6";
}
.ph-thin.ph-vinyl-record:before {
  content: "\edb7";
}
.ph-thin.ph-virtual-reality:before {
  content: "\edb8";
}
.ph-thin.ph-virus:before {
  content: "\edb9";
}
.ph-thin.ph-voicemail:before {
  content: "\edba";
}
.ph-thin.ph-volleyball:before {
  content: "\edbb";
}
.ph-thin.ph-wallet:before {
  content: "\edbc";
}
.ph-thin.ph-wall:before {
  content: "\edbd";
}
.ph-thin.ph-warehouse:before {
  content: "\edbe";
}
.ph-thin.ph-warning-circle:before {
  content: "\edbf";
}
.ph-thin.ph-warning-diamond:before {
  content: "\edc0";
}
.ph-thin.ph-warning-octagon:before {
  content: "\edc1";
}
.ph-thin.ph-warning:before {
  content: "\edc2";
}
.ph-thin.ph-watch:before {
  content: "\edc3";
}
.ph-thin.ph-waveform:before {
  content: "\edc4";
}
.ph-thin.ph-wave-sawtooth:before {
  content: "\edc5";
}
.ph-thin.ph-wave-sine:before {
  content: "\edc6";
}
.ph-thin.ph-wave-square:before {
  content: "\edc7";
}
.ph-thin.ph-waves:before {
  content: "\edc8";
}
.ph-thin.ph-wave-triangle:before {
  content: "\edc9";
}
.ph-thin.ph-webcam-slash:before {
  content: "\edca";
}
.ph-thin.ph-webcam:before {
  content: "\edcb";
}
.ph-thin.ph-webhooks-logo:before {
  content: "\edcc";
}
.ph-thin.ph-wechat-logo:before {
  content: "\edcd";
}
.ph-thin.ph-whatsapp-logo:before {
  content: "\edce";
}
.ph-thin.ph-wheelchair-motion:before {
  content: "\edcf";
}
.ph-thin.ph-wheelchair:before {
  content: "\edd0";
}
.ph-thin.ph-wifi-high:before {
  content: "\edd1";
}
.ph-thin.ph-wifi-low:before {
  content: "\edd2";
}
.ph-thin.ph-wifi-medium:before {
  content: "\edd3";
}
.ph-thin.ph-wifi-none:before {
  content: "\edd4";
}
.ph-thin.ph-wifi-slash:before {
  content: "\edd5";
}
.ph-thin.ph-wifi-x:before {
  content: "\edd6";
}
.ph-thin.ph-windows-logo:before {
  content: "\edd7";
}
.ph-thin.ph-wind:before {
  content: "\edd8";
}
.ph-thin.ph-wine:before {
  content: "\edd9";
}
.ph-thin.ph-wrench:before {
  content: "\edda";
}
.ph-thin.ph-x-circle:before {
  content: "\eddb";
}
.ph-thin.ph-x-square:before {
  content: "\eddc";
}
.ph-thin.ph-x:before {
  content: "\eddd";
}
.ph-thin.ph-yin-yang:before {
  content: "\edde";
}
.ph-thin.ph-youtube-logo:before {
  content: "\eddf";
}

/*
@File: Adlash Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
*/

:root {
    --transition: .5s;
    --bs-color-company: #d8006b;
    --bs-color-font-body: #444444;
    --bs-color-font-body-light: #8c8c8c;
    --bs-color-font-left: #ffffff;
    --bs-color-bg-left: #2a2c2e;
    --bs-color-bg-body: #ffffff;
    --bs-color-bg-top: #ffffff;
    --bs-color-bg-dimm: rgba(0,0,0, 0.7);
    --bs-color-border: var(--bs-gray-300);
    --bs-width-min-app: 1200px;
    --bs-width-left: 230px;
    --bs-width-modal: 500px;
    --bs-font-size-body: 1rem;
    --bs-font-sans-serif: 'Red Hat Display', sans-serif;
    --bs-font-family-body: 'Pretendard','Noto Sans KR','Nanum Gothic','Dotum','Gulim','sans-serif';
    --bs-font-weight-body: 400;
    --bs-line-height-body: 1.5;
    --splash-color-primary: #d8006b;
    --splash-color-primary-active: #bf0360;
    --splash-color-primary-emphasis: #59CBB7;
    --splash-color-info: #1FB1E6;
    --splash-color-info-light: #6FD3F7;
    --splash-color-gray: #F8F8FA;
    --splash-color-white: #ffffff;
    --splash-color-black: #373F50;
    --splash-color-black-emphasis: #4c4a68;
    --splash-color-muted: #8e8da1;
    --splash-color-danger: #EF2929;
    --splash-color-danger-emphasis: #d4623a;
    --splash-color-orange: #F1421B;
    --splash-color-success: #06b48a;
    --splash-color-warning: #F3C44C;
    --splash-color-warning-light: #EF7C29;
    --splash-color-emphasis: #a2a1bb;
    --splash-color-tertiary: #9998B4;
    --splash-color-secondary: #8e8da2;
    --splash-color-paragraph: #79788e;
    --splash-color-dark-emphasis: #9C9AB6;
    --splash-color-bg-body: #f1ebee;
    --bs-zindex-modal: 101;
}

:focus {
    outline: 0 !important;
}

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

.transition {
    transition: var(--transition) !important;
}

ol li:first-child, ul li:first-child {
    margin-left: 0 !important;
}

ol li:last-child, ul li:last-child {
    margin-right: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--bs-color-font-body);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--splash-color-black);
}

.lh-base {
    line-height: 1.7 !important;
}

.bg-body-secondary {
    background-color: var(--splash-color-bg-body) !important;
}

.text-body-secondary {
    color: var(--splash-color-secondary) !important;
}

.text-primary {
    color: var(--splash-color-primary) !important;
}

.text-black-emphasis {
    color: var(--splash-color-black-emphasis) !important;
}

.text-body-emphasis {
    color: var(--splash-color-emphasis) !important;
}

.bg-black {
    background-color: var(--splash-color-black) !important;
}

.bg-success {
    background-color: var(--splash-color-success) !important;
}

.bg-jpnc {
    background-color: #D8006B !important;
    border:none;
}

.text-success {
    color: var(--splash-color-success) !important;
}

.text-black {
    color: var(--splash-color-black) !important;
}

.text-muted {
    color: var(--splash-color-muted) !important;
}

.text-dark-emphasis {
    color: var(--splash-color-dark-emphasis) !important;
}

a {
    color: var(--splash-color-primary);
}

    a:hover {
        color: var(--splash-color-black);
    }

.bg-primary {
    background-color: var(--splash-color-primary) !important;
}

.bg-gray {
    background-color: var(--splash-color-gray) !important;
}

.start-auto {
    left: auto !important;
}

.text-paragraph {
    color: var(--splash-color-paragraph) !important;
}

.text-info {
    color: var(--splash-color-info) !important;
}

.text-danger {
    color: var(--splash-color-danger) !important;
}

.bg-secondary {
    background-color: var(--splash-color-secondary) !important;
}

.bg-primary-emphasis {
    background-color: var(--splash-color-primary-emphasis) !important;
}

.text-body-tertiary {
    color: var(--splash-color-tertiary) !important;
}

.text-outline-success {
    background-color: #e9f1ef !important;
    color: var(--splash-color-success) !important;
}

.text-outline-danger {
    background-color: #f3ebeb !important;
    color: var(--splash-color-danger) !important;
}

.text-outline-danger-emphasis {
    background-color: #f1eae8 !important;
    color: var(--splash-color-danger-emphasis) !important;
}

.text-bg-primary {
    background-color: var(--splash-color-primary) !important;
}

.text-outline-primary {
    background-color: #F4F3F7 !important;
    color: var(--splash-color-primary) !important;
}

.text-outline-info {
    background-color: #EBF0F2 !important;
    color: var(--splash-color-info) !important;
}

.text-outline-muted {
    background-color: #EFEEF3 !important;
    color: var(--splash-color-muted) !important;
}

.text-outline-warning {
    background-color: #F8F8F8 !important;
    color: var(--splash-color-warning) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.letter-spacing {
    letter-spacing: 0.01em !important;
}

.bg-info {
    background-color: var(--splash-color-info) !important;
}

.bg-muted {
    background-color: var(--splash-color-muted) !important;
}

.bg-info-light {
    background-color: var(--splash-color-info-light) !important;
}

.text-info-light {
    color: var(--splash-color-info-light) !important;
}

.text-warning-light {
    color: var(--splash-color-warning-light) !important;
}

.bg-warning {
    background-color: var(--splash-color-warning) !important;
}

.bg-orange {
    background-color: var(--splash-color-orange) !important;
}

.text-warning {
    color: var(--splash-color-warning) !important;
}

.bg-f2f1f9 {
    background-color: #F2F1F9 !important;
}

.bg-faf7f7 {
    background-color: #FAF7F7 !important;
}

.bg-ecf3f2 {
    background-color: #ECF3F2 !important;
}

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

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-opacity-75 {
    opacity: var(--bs-text-opacity);
}

.text-opacity-50 {
    opacity: var(--bs-text-opacity);
}

.text-opacity-25 {
    opacity: var(--bs-text-opacity);
}

.link-opacity-10 {
    opacity: var(--bs-link-opacity);
}

.link-opacity-25 {
    opacity: var(--bs-link-opacity);
}

.link-opacity-50 {
    opacity: var(--bs-link-opacity);
}

.link-opacity-75 {
    opacity: var(--bs-link-opacity);
}

.link-opacity-100 {
    opacity: var(--bs-link-opacity);
}

.link-opacity-10-hover:hover, .link-opacity-25-hover:hover, .link-opacity-50-hover:hover, .link-opacity-75-hover:hover, .link-opacity-100-hover:hover {
    opacity: var(--bs-link-opacity);
}

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

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

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

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

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

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

.dark.bg-body-secondary {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-body-secondary {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-white {
    background-color: #34334a !important;
}

.dark .bg-body-tertiary {
    background-color: var(--splash-color-black) !important;
}

.dark .text-black-emphasis {
    color: #BCBBC7 !important;
}

.dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5, .dark .h6, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: var(--splash-color-white) !important;
}

.dark a:hover {
    color: var(--splash-color-white);
}

.dark .text-black {
    color: var(--splash-color-white) !important;
}

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

.dark .text-dark {
    color: #BCBBC7 !important;
}

.dark .text-muted {
    color: #BCBBC7 !important;
}

.dark .text-dark-emphasis {
    color: #BCBBC7 !important;
}

.dark .text-body-tertiary {
    color: #BCBBC7 !important;
}

.dark .text-body-secondary {
    color: #BCBBC7 !important;
}

.dark .text-outline-primary {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-info {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-muted {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-warning {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-success {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-danger {
    background-color: var(--splash-color-black) !important;
}

.dark .text-outline-danger-emphasis {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-f2f1f9 {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-faf7f7 {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-ecf3f2 {
    background-color: var(--splash-color-black) !important;
}

.dark .bg-f3f7f9 {
    background-color: var(--splash-color-black) !important;
}

.dark .text-paragraph {
    color: #BCBBC7 !important;
}

.dark .bg-gray {
    background-color: var(--splash-color-black) !important;
}

.main-content {
    min-height: 100vh;
    padding-left: 275px;
    padding-right: 25px;
    padding-top: 125px;
}

.sidebar-hide .main-content {
    padding-left: 85px;
}

pre[class*=language-] {
    max-height: 430px;
}

    pre[class*=language-]::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        pre[class*=language-]::-webkit-scrollbar:vertical {
            width: 5px;
        }

        pre[class*=language-]::-webkit-scrollbar:horizontal {
            height: 5px;
        }

    pre[class*=language-]::-webkit-scrollbar-thumb {
        border-radius: 10px;
        border: 2px solid var(--whiteColor);
        background-color: rgba(0, 0, 0, 0.2);
    }

    pre[class*=language-]::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--whiteColor);
    }

.token.punctuation {
    color: #999 !important;
}

.token.tag {
    color: #905 !important;
}

.token.attr-name {
    color: #690 !important;
}

.token.attr-value {
    color: #07a !important;
}

pre[class*=language-] {
    font-size: 1em;
}

code[class*=language-] {
    color: #000 !important;
}

.ql-toolbar.ql-snow {
    border-color: #dedee4;
    font-family: var(--bs-font-family-body);
}

    .ql-toolbar.ql-snow button:hover, .ql-toolbar.ql-snow button:focus, .ql-toolbar.ql-snow button.ql-active, .ql-toolbar.ql-snow .ql-picker-label:hover, .ql-toolbar.ql-snow .ql-picker-label:focus, .ql-toolbar.ql-snow .ql-picker-label.ql-active {
        color: var(--splash-color-primary);
    }

        .ql-toolbar.ql-snow button:hover .ql-stroke, .ql-toolbar.ql-snow button:focus .ql-stroke, .ql-toolbar.ql-snow button.ql-active .ql-stroke, .ql-toolbar.ql-snow .ql-picker-label:hover .ql-stroke, .ql-toolbar.ql-snow .ql-picker-label:focus .ql-stroke, .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-stroke {
            stroke: var(--splash-color-primary);
        }

.ql-editor {
    text-align: start;
}

    .ql-editor.ql-blank::before {
        color: var(--splash-color-secondary);
        font-size: 14px;
        font-style: normal;
    }

.ql-container {
    font-family: var(--bs-font-family-body);
    min-height: 120px;
    height: auto;
}

    .ql-container.ql-snow {
        border-color: #dedee4;
    }

.dark {
    color: var(--splash-color-white) !important;
}

    .dark button {
        color: var(--splash-color-white);
    }

    .dark .table > :not(caption) > * > * {
        background-color: initial;
    }

.table > :not(caption) > * > * {
    border-bottom: 0.5px dashed #d9e9ef;
    padding: 15px;
}

    .table > :not(caption) > * > * .users-list div {
        width: 33px;
        height: 33px;
        margin-right: -10px;
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

        .table > :not(caption) > * > * .users-list div:last-child {
            margin-right: 0;
        }

    .table > :not(caption) > * > * .progress, .table > :not(caption) > * > * .progress-stacked {
        height: 5px;
    }

    .table > :not(caption) > * > * .dropdown-toggle {
        color: #A09FB0;
        font-size: 20px;
    }

        .table > :not(caption) > * > * .dropdown-toggle::after {
            display: none;
        }

        .table > :not(caption) > * > * .dropdown-toggle:hover {
            color: var(--splash-color-primary);
        }

    .table > :not(caption) > * > * .form-select {
        line-height: 1.5;
        border-color: var(--bs-color-border);
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        /*background-position: right 0.75rem center;*/
        background-size: 16px 12px;
    }

        .table > :not(caption) > * > * .form-select:focus {
            border-color: var(--splash-color-primary);
        }

    .table > :not(caption) > * > *.product-title {
        padding-right: 60px;
    }

    .table > :not(caption) > * > * .rating {
        margin-bottom: 7px;
    }

        .table > :not(caption) > * > * .rating i {
            line-height: 1;
            color: #F3C44C;
            margin-right: 4px;
        }

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .table-responsive::-webkit-scrollbar:vertical {
        width: 8px;
    }

    .table-responsive::-webkit-scrollbar:horizontal {
        height: 8px;
    }

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.table-responsive::-webkit-scrollbar-track {
    background-color: var(--splash-color-white);
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}

.dark .table {
    --bs-table-color: var(--splash-color-white);
}

    .dark .table > :not(caption) > * > * {
        border-color: #45445e;
    }

        .dark .table > :not(caption) > * > * .users-list div {
            border-color: #45445e;
        }

        .dark .table > :not(caption) > * > * .dropdown-toggle {
            color: #BCBBC7;
        }

            .dark .table > :not(caption) > * > * .dropdown-toggle:hover {
                color: var(--splash-color-primary);
            }

        .dark .table > :not(caption) > * > * .form-select {
            border-color: #45445e;
        }

            .dark .table > :not(caption) > * > * .form-select:focus {
                border-color: var(--splash-color-primary);
            }

        .dark .table > :not(caption) > * > * .form-check-input {
            border-color: #45445e;
        }

    .dark .table > :not(caption) > * {
        border-color: #45445e;
    }

.dark .table-responsive::-webkit-scrollbar-thumb {
    background: #6D6C7D;
}

.dark .table-responsive::-webkit-scrollbar-track {
    background: #0D0C1D;
}

@media only screen and (max-width: 767px) {
    .table > :not(caption) > * > * {
        padding: 10px;
    }

        .table > :not(caption) > * > *.title {
            padding-right: 40px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .table > :not(caption) > * > *.title {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .table > :not(caption) > * > *.title {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .table > :not(caption) > * > *.title {
        padding-right: 40px;
    }
}

.badge {
    --bs-badge-padding-x: 10px;
    --bs-badge-padding-y: 7px;
    --bs-badge-font-size: 12px;
    --bs-badge-font-weight: 600;
    --bs-badge-border-radius: 2px;
    letter-spacing: 0.01em;
}

    .badge.bg-outline-primary {
        border: 1px solid var(--splash-color-primary);
        color: var(--splash-color-primary);
    }

    .badge.bg-outline-secondary {
        border: 1px solid var(--splash-color-secondary);
        color: var(--splash-color-secondary);
    }

    .badge.bg-outline-success {
        border: 1px solid var(--splash-color-success);
        color: var(--splash-color-success);
    }

    .badge.bg-outline-warning {
        border: 1px solid var(--splash-color-warning);
        color: var(--splash-color-warning);
    }

    .badge.bg-outline-info {
        border: 1px solid var(--splash-color-info);
        color: var(--splash-color-info);
    }

    .badge.bg-outline-dark {
        border: 1px solid var(--splash-color-black);
        color: var(--splash-color-black);
    }

.text-badge {
    background: #E8F4F1;
    border-radius: 3px;
    padding: 2px 8px;
}

    .text-badge.text-danger {
        background: #F3EBEB;
    }

.text-bg-light {
    color: var(--splash-color-black) !important;
}

.dark .text-badge {
    background: var(--splash-color-black);
}

    .dark .text-badge.text-danger {
        background: var(--splash-color-black);
    }

.default-btn {
    background-color: var(--splash-color-primary);
}

    .default-btn:hover {
        background-color: var(--splash-color-primary-active);
    }

.default-outline-btn {
    border: 1px solid rgba(101, 96, 240, 0.3);
}

.card-btn {
    color: var(--splash-color-secondary);
    border: 1px solid #d6d4ec;
    border-radius: 4px;
}

    .card-btn:hover {
        background-color: var(--splash-color-primary) !important;
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

    .card-btn.active {
        background-color: var(--splash-color-white) !important;
        border-color: var(--splash-color-primary);
        color: var(--splash-color-primary);
    }

.card-link-btn {
    line-height: 1.3;
}

    .card-link-btn::before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background: var(--splash-color-primary);
    }

    .card-link-btn:hover::before {
        transform: scaleX(0);
    }

.card-dot-btn.dropdown-toggle {
    margin-right: -7px;
    color: #A09FB0;
    font-size: 20px;
}

    .card-dot-btn.dropdown-toggle::after {
        display: none;
    }

    .card-dot-btn.dropdown-toggle:hover {
        color: var(--splash-color-primary);
    }

.btn-primary {
    --bs-btn-bg: var(--splash-color-primary);
    --bs-btn-border-color: var(--splash-color-primary);
    --bs-btn-hover-bg: var(--splash-color-primary-active);
    --bs-btn-hover-border-color: var(--splash-color-primary-active);
    --bs-btn-active-bg: var(--splash-color-primary-active);
    --bs-btn-active-border-color: var(--splash-color-primary-active);
    --bs-btn-disabled-border-color: var(--splash-color-primary);
}

.btn-link {
    --bs-btn-color: var(--splash-color-primary);
    --bs-btn-hover-color: var(--splash-color-primary-active);
    --bs-btn-active-color: var(--splash-color-primary-active);
}

.btn-outline-primary {
    --bs-btn-color: var(--splash-color-primary);
    --bs-btn-border-color: var(--splash-color-primary);
    --bs-btn-hover-bg: var(--splash-color-primary);
    --bs-btn-hover-border-color: var(--splash-color-primary);
    --bs-btn-active-bg: var(--splash-color-primary);
    --bs-btn-active-border-color: var(--splash-color-primary);
    --bs-btn-disabled-color: var(--splash-color-primary);
    --bs-btn-disabled-border-color: var(--splash-color-primary);
}

    .btn-outline-primary.bg-white:hover {
        background-color: var(--splash-color-primary) !important;
    }

.btn-sm {
    --bs-btn-padding-y: 6px;
    --bs-btn-padding-x: 18px;
    --bs-btn-font-size: 14px;
}

.btn-outline-light {
    --bs-btn-color: var(--splash-color-black);
}

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-font-size: 1.25rem;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-font-size: 0.875rem;
}

.dark .card-btn {
    color: var(--splash-color-white);
    border-color: #45445e;
}

    .dark .card-btn:hover {
        background-color: var(--splash-color-primary) !important;
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

    .dark .card-btn.active {
        background-color: var(--splash-color-black) !important;
        border-color: var(--splash-color-black);
        color: var(--splash-color-primary);
    }

.dark .card-dot-btn.dropdown-toggle {
    color: #BCBBC7;
}

.dark .btn-light {
    color: var(--splash-color-black);
}

.dark .btn-close {
    filter: invert(1);
}

.form-control {
    line-height: 1;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px 20px;
    border-color: #dedee4;
}

    .form-control::-moz-placeholder {
        color: var(--splash-color-secondary);
        -moz-transition: var(--transition);
        transition: var(--transition);
    }

    .form-control::placeholder {
        color: var(--splash-color-secondary);
        transition: var(--transition);
    }

    .form-control:focus {
        border-color: var(--splash-color-primary);
    }

        .form-control:focus::-moz-placeholder {
            color: transparent;
        }

        .form-control:focus::placeholder {
            color: transparent;
        }

textarea.form-control {
    padding-top: 20px;
}

.form-control-lg {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-control-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.5px;
}

    .form-check-input[type=checkbox] {
        border-radius: 1px;
    }

        .form-check-input[type=checkbox]:indeterminate {
            background-color: var(--splash-color-primary);
            border-color: var(--splash-color-primary);
        }

    .form-check-input:checked {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
    }

    .form-check-input:focus {
        border-color: var(--splash-color-primary);
    }

    .form-check-input[type=radio] {
        border-radius: 0;
        border-color: var(--splash-color-primary);
    }

.form-check-label {
    cursor: pointer;
}

.form-check {
    padding-left: 2em;
    min-height: 20px;
}

    .form-check .form-check-input {
        margin-left: -2em;
    }

.form-check-primary .form-check-input {
    border-color: var(--splash-color-primary);
}

    .form-check-primary .form-check-input:checked {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
    }

    .form-check-primary .form-check-input:focus {
        border-color: var(--splash-color-primary);
    }

.form-check-info .form-check-input {
    border-color: var(--splash-color-info);
}

    .form-check-info .form-check-input:checked {
        background-color: var(--splash-color-info);
        border-color: var(--splash-color-info);
    }

    .form-check-info .form-check-input:focus {
        border-color: var(--splash-color-info);
    }

.form-check-success .form-check-input {
    border-color: var(--splash-color-success);
}

    .form-check-success .form-check-input:checked {
        background-color: var(--splash-color-success);
        border-color: var(--splash-color-success);
    }

    .form-check-success .form-check-input:focus {
        border-color: var(--splash-color-success);
    }

.form-check-danger .form-check-input {
    border-color: var(--splash-color-danger);
}

    .form-check-danger .form-check-input:checked {
        background-color: var(--splash-color-danger);
        border-color: var(--splash-color-danger);
    }

    .form-check-danger .form-check-input:focus {
        border-color: var(--splash-color-danger);
    }

.form-select {
    color: var(--splash-color-black);
    border-color: #dedee4;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    background-size: 20px 14px;
    background-position: right 20px center;
}

    .form-select:focus {
        border-color: var(--splash-color-primary);
    }

.form-select-lg {
    padding-top: 18px;
    padding-bottom: 18px;
}

.form-select-sm {
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-range::-webkit-slider-thumb {
    background: var(--splash-color-primary);
    box-shadow: none !important;
}

.form-range::-moz-range-thumb {
    background: var(--splash-color-primary);
    box-shadow: none !important;
}

.form-range::-ms-thumb {
    background: var(--splash-color-primary);
    box-shadow: none !important;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: 52px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-floating > .form-select {
    height: 55px;
}

.form-floating > label {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.form-floating:not(.form-control:disabled)::before {
    display: none;
}

.dark .form-control {
    background-color: var(--splash-color-black);
    color: var(--splash-color-white);
    border-color: #45445e;
}

    .dark .form-control::-moz-placeholder {
        color: #BCBBC7;
    }

    .dark .form-control::placeholder {
        color: #BCBBC7;
    }

    .dark .form-control:focus::-moz-placeholder {
        color: transparent;
    }

    .dark .form-control:focus::placeholder {
        color: transparent;
    }

.dark .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
    color: var(--splash-color-white);
    background-color: #34334a;
    border-color: #45445e;
}

    .dark .form-select:focus {
        border-color: var(--splash-color-primary);
    }

.dark .form-check-input {
    --bs-form-check-bg: var(--splash-color-black);
}

.dark .form-range[type=range]::-webkit-slider-runnable-track {
    background: var(--splash-color-black);
}

.dark .input-group-text {
    color: var(--splash-color-white);
    background-color: var(--splash-color-black);
    border-color: #45445e;
}

.dark .form-floating > .form-control::-moz-placeholder, .dark .form-floating > .form-control-plaintext::-moz-placeholder, .dark .form-floating > .form-select::-moz-placeholder {
    color: transparent;
}

.dark .form-floating > .form-control::placeholder, .dark .form-floating > .form-control-plaintext::placeholder, .dark .form-floating > .form-select::placeholder {
    color: transparent;
}

@media only screen and (max-width: 767px) {
    .form-control {
        padding: 12px 15px;
    }

    textarea.form-control {
        padding-top: 15px;
    }

    .form-check-input {
        margin-top: -0.5px;
    }

    .form-select {
        padding: 12px 15px;
        background-position: right 15px center;
    }
}

.accordion {
    --bs-accordion-btn-padding-x: 20px;
    --bs-accordion-btn-padding-y: 15px;
    --bs-accordion-btn-icon-width: 12px;
    --bs-accordion-border-color: #eeeeee;
    --bs-accordion-active-bg: #EFEEF9;
    --bs-accordion-active-color: var(--splash-color-primary);
}

.accordion-item {
    margin-bottom: 20px;
}

    .accordion-item:last-child {
        margin-bottom: 0;
    }

.accordion-button {
    text-align: start;
}

.dark .accordion {
    --bs-accordion-border-color: #45445e;
    --bs-accordion-bg: var(--splash-color-black);
    --bs-accordion-active-bg: #34334a;
}

.dark .accordion-button::after {
    filter: invert(1);
}

.nav-tabs {
    --bs-nav-tabs-border-color: #eeeeee;
    --bs-nav-tabs-link-active-border-color: #eeeeee #eeeeee var(--bs-color-bg-body);
}

.nav {
    --bs-nav-link-padding-x: 30px;
    --bs-nav-link-padding-y: 10px;
    --bs-nav-link-font-size: 16px;
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-color: var(--splash-color-primary);
    --bs-nav-link-hover-color: var(--splash-color-primary);
}

.dark .nav-tabs {
    --bs-nav-tabs-border-color: #45445e;
    --bs-nav-tabs-link-active-color: var(--splash-color-white);
    --bs-nav-tabs-link-active-border-color: #45445e #45445e var(--splash-color-black);
    --bs-nav-tabs-link-active-bg: var(--splash-color-black);
    --bs-nav-tabs-link-hover-border-color: #45445e #45445e #45445e;
}

.dark .form-text {
    color: #BCBBC7;
}

.dark .navbar-brand {
    color: var(--splash-color-white);
}

.progress, .progress-stacked {
    --bs-progress-height: 12px;
    --bs-progress-border-radius: 30px;
    --bs-progress-font-size: 14px;
    --bs-progress-bg: #F2F1F9;
    --bs-progress-bar-bg: var(--splash-color-primary);
}

.progress-bar {
    border-radius: var(--bs-progress-border-radius);
}

.dark .progress, .dark .progress-stacked {
    --bs-progress-bg: #4b4a63;
}

.dropdown-menu {
    --bs-dropdown-link-color: #8E8DA2;
    --bs-dropdown-divider-bg: #eeeeee;
    --bs-dropdown-border-color: #d8e2ef;
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.15);
    --bs-dropdown-link-active-bg: var(--splash-color-primary);
    --bs-dropdown-padding-y: 11px;
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-item-padding-x: 20px;
    text-align: start;
    box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown-item {
    font-weight: 500;
    transition: var(--transition);
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-border-color: rgba(68, 75, 82, 1);
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: var(--splash-color-white);
    --bs-dropdown-divider-bg: rgba(68, 75, 82, 1);
    --bs-dropdown-link-active-color: var(--splash-color-white);
    --bs-dropdown-link-active-bg: var(--splash-color-primary);
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.dark .dropdown-menu {
    color: var(--splash-color-white);
}

.breadcrumb {
    --bs-breadcrumb-divider-color: #807F9C;
    --bs-breadcrumb-item-active-color: #807F9C;
}

    .breadcrumb.style-two .breadcrumb-item + .breadcrumb-item::before {
        top: 1px;
    }

.breadcrumb-item + .breadcrumb-item::before {
    position: relative;
    top: -1px;
}

.dark .breadcrumb {
    --bs-breadcrumb-divider-color: #45445e;
    --bs-breadcrumb-item-active-color: #BCBBC7;
}

.modal {
    
    --bs-modal-border-radius: 0;
    background-color: var(--bs-color-bg-dimm);
    z-index: var(--bs-zindex-modal);
}

.modal-dialog {
    max-width: var(--bs-width-modal);
}

.modal-content {
    border: none;
    border-radius: 7px;
}

.modal-header {
    border-bottom: 1px dashed #d9e9ef;
}

.dark .modal {
    --bs-modal-bg: var(--splash-color-black);
}

    .dark .modal .modal-header {
        border-bottom-color: #45445e;
    }

    .dark .modal .btn-close {
        filter: invert(1);
    }

    .dark .modal .modal-footer {
        border-color: #45445e;
    }

.dark .offcanvas {
    color: var(--splash-color-white);
    background-color: var(--splash-color-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal-dialog {
        max-width: 540px;
    }
}

.card.box-shadow {
    box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
}

.card .card-head.box-shadow {
    box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
}

.card .card-head .search-box {
    width: 280px;
}

    .card .card-head .search-box .form-control {
        background: #F5F4FA;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .card .card-head .search-box button {
        top: 50%;
        right: 20px;
        line-height: 1;
        margin-top: 1px;
        font-size: 17px;
        position: absolute;
        transform: translateY(-50%);
    }

.card .card-head .dot-btn {
    margin-right: -7px;
    color: #A09FB0;
    font-size: 20px;
}

    .card .card-head .dot-btn:hover {
        color: var(--splash-color-primary);
    }

.card .card-head .select-calendar {
    width: 155px;
}

    .card .card-head .select-calendar .icon {
        top: 50%;
        left: 15px;
        color: #A09FB0;
        position: absolute;
        transform: translateY(-50%);
    }

    .card .card-head .select-calendar .form-control {
        cursor: pointer;
        padding: 10.9px 15px 10.9px 38px;
        border-color: rgba(101, 96, 240, 0.3);
    }

.card .card-head .project-select.form-select {
    width: 190px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 20px 12px;
    background-position: right 18px center;
}

.card .card-head .reviews-select {
    background: #F5F4FA;
    padding: 14px 15px;
}

    .card .card-head .reviews-select span {
        padding-right: 15px;
    }

        .card .card-head .reviews-select span::before {
            top: 0;
            right: 0;
            width: 1px;
            content: "";
            height: 17px;
            position: absolute;
            background: #DCDCE6;
        }

    .card .card-head .reviews-select .form-select {
        padding: 0 0 0 15px;
        width: 95px;
        background-size: 18px 12px;
        background-position: right 0 center;
    }

.card .card-head.border-bottom {
    border-bottom: 1px dashed #d9e9ef !important;
}

.card .card-body .card-select {
    color: var(--splash-color-secondary);
    border: 1px solid #d6d4ec;
    border-radius: 4px;
}

    .card .card-body .card-select .form-select {
        background-position: right 0 center;
        background-size: 16px 12px;
    }

.dark .card {
    --bs-card-bg: #34334a;
    border-color: #45445e;
    color: var(--splash-color-white);
}

    .dark .card.box-shadow {
        box-shadow: unset;
    }

    .dark .card .card-head.box-shadow {
        box-shadow: unset;
        border-bottom: 1px dashed #45445e;
    }

    .dark .card .card-head .search-box .form-control {
        background-color: var(--splash-color-black);
    }

    .dark .card .card-head .dot-btn {
        color: #BCBBC7;
    }

        .dark .card .card-head .dot-btn:hover {
            color: var(--splash-color-primary);
        }

    .dark .card .card-head .select-calendar .icon {
        color: #BCBBC7;
    }

    .dark .card .card-head .reviews-select {
        background: var(--splash-color-black);
    }

        .dark .card .card-head .reviews-select span::before {
            background: #45445e;
        }

    .dark .card .card-head.border-bottom {
        border-bottom-color: #45445e !important;
    }

    .dark .card .card-body .card-select {
        color: #BCBBC7 !important;
        border-color: #45445e;
    }

@media only screen and (max-width: 767px) {
    .card .card-head .search-box {
        width: 100%;
    }

        .card .card-head .search-box .form-control {
            padding-top: 13px;
            padding-bottom: 13px;
        }

        .card .card-head .search-box button {
            right: 15px;
            font-size: 16px;
        }

    .card .card-head .select-calendar {
        width: auto;
    }

        .card .card-head .select-calendar .icon {
            margin-top: 0.5px;
        }

        .card .card-head .select-calendar .form-control {
            padding: 12px 15px 12px 38px;
        }

    .card .card-head .project-select.form-select {
        width: 180px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .card .card-head .reviews-select {
        padding: 13px 15px;
    }

        .card .card-head .reviews-select .form-select {
            width: 100%;
        }

    .card .card-body .card-select .form-select {
        background-position: right 0 center;
        background-size: 16px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card .card-head .project-select.form-select {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .card .card-head .reviews-select {
        padding: 13.5px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card .card-head .search-box {
        width: 275px;
    }

    .card .card-head .select-calendar {
        width: 165px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .card .card-head .search-box {
        width: 250px;
    }

    .card .card-head .select-calendar {
        width: 170px;
    }
}

@media only screen and (min-width: 1600px) {
    .card .card-head .search-box {
        width: 340px;
    }

    .card .card-head .reviews-select .form-select {
        width: 130px;
    }
}

.pagination {
    --bs-pagination-active-bg: var(--splash-color-primary);
    --bs-pagination-active-border-color: var(--splash-color-primary);
    --bs-pagination-color: var(--splash-color-muted);
    --bs-pagination-font-size: 14px;
    --bs-pagination-border-color: #F2F1F9;
    --bs-pagination-border-radius: 4px;
    --bs-pagination-hover-color: var(--splash-color-primary);
    --bs-pagination-focus-color: var(--splash-color-primary);
}

.pagination-area .pagination .page-item {
    margin-left: 3px;
    margin-right: 3px;
}

    .pagination-area .pagination .page-item .page-link {
        padding: 0;
        width: 35px;
        height: 35px;
        margin-left: 0;
        font-weight: 600;
        line-height: 34px;
        text-align: center;
        box-shadow: unset !important;
        transition: var(--transition);
        border-radius: var(--bs-pagination-border-radius);
    }

        .pagination-area .pagination .page-item .page-link i {
            top: 3px;
            line-height: 1;
            font-size: 16px;
            position: relative;
            transition: var(--transition);
            color: var(--splash-color-primary);
        }

        .pagination-area .pagination .page-item .page-link:hover {
            color: var(--splash-color-white);
            background-color: var(--splash-color-primary);
            border-color: var(--bs-pagination-active-border-color);
        }

            .pagination-area .pagination .page-item .page-link:hover i {
                color: var(--splash-color-white);
            }

.dark .pagination {
    --bs-pagination-border-color: #45445e;
    --bs-pagination-bg: var(--splash-color-black);
}

.list-group {
    --bs-list-group-item-padding-x: 15px;
    --bs-list-group-item-padding-y: 12px;
    --bs-list-group-active-bg: var(--splash-color-primary);
    --bs-list-group-active-border-color: var(--splash-color-primary);
}

.simple-list-example-scrollspy .active {
    background-color: #f5f5f5;
}

.dark .list-group {
    --bs-list-group-bg: var(--splash-color-black);
    --bs-list-group-color: var(--splash-color-white);
    --bs-list-group-border-color: #45445e;
    --bs-list-group-disabled-color: #BCBBC7;
    --bs-list-group-disabled-bg: #403f58;
}

.dark .simple-list-example-scrollspy .active {
    background-color: #f5f5f5;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--splash-color-primary);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.timeline::before {
    top: 0;
    left: 50%;
    width: 2px;
    content: "";
    height: 100%;
    margin: 0 0 0 -1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.03);
}

.timeline .event {
    margin-bottom: 25px;
}

    .timeline .event:after {
        display: block;
        content: "";
        clear: both;
    }

    .timeline .event .inner {
        width: 45%;
        float: left;
        text-align: end;
        border-radius: 5px;
    }

        .timeline .event .inner .date {
            margin: 0 0 0 -25px;
            border-radius: 50%;
            position: absolute;
            line-height: 50px;
            height: 50px;
            width: 50px;
            left: 50%;
            top: 0;
        }

        .timeline .event .inner .d-flex {
            justify-content: end;
        }

    .timeline .event:nth-child(2n+2) .inner {
        float: right;
        text-align: start;
    }

        .timeline .event:nth-child(2n+2) .inner .d-flex {
            justify-content: unset;
        }

@media only screen and (max-width: 767px) {
    .timeline::before {
        left: 19px;
    }

    .timeline .event .inner {
        width: 100%;
        float: unset;
        text-align: start;
        padding-left: 55px;
    }

        .timeline .event .inner .date {
            line-height: 38px;
            height: 40px;
            width: 40px;
            margin: 0;
            left: 0;
        }

        .timeline .event .inner .d-flex {
            justify-content: unset;
        }

    .timeline .event:nth-child(2n+2) .inner {
        float: unset;
        text-align: start;
    }
}

.dark .toast {
    --bs-toast-color: var(--splash-color-white);
    --bs-toast-bg: var(--splash-color-black);
    --bs-toast-header-bg: rgba(var(--splash-color-black), 0.85);
}

.tree-container .treejs .treejs-nodes {
    margin-bottom: 0;
    padding-left: 0;
}

    .tree-container .treejs .treejs-nodes .treejs-label {
        margin-left: 3px;
    }

    .tree-container .treejs .treejs-nodes .treejs-node .treejs-nodes {
        padding-left: 20px;
    }

        .tree-container .treejs .treejs-nodes .treejs-node .treejs-nodes .treejs-node {
            margin-top: 10px;
        }

.tree-container .treejs .treejs-node__halfchecked > .treejs-checkbox:before {
    background-color: var(--splash-color-primary);
    border-color: var(--splash-color-primary);
}

.tree-container .treejs .treejs-node__checked > .treejs-checkbox:before {
    background-color: var(--splash-color-primary);
    border-color: var(--splash-color-primary);
}

.tree-container .treejs .treejs-checkbox:hover:before {
    box-shadow: unset;
}

.dark .tree-container .treejs .treejs-node__disabled {
    color: rgba(255, 255, 255, 0.25);
}

.dark .figure-caption {
    color: var(--splash-color-white);
}

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

.h-130 {
    height: 130px !important;
}

.h-110 {
    height: 110px !important;
}

.h-90 {
    height: 90px !important;
}

.h-70 {
    height: 70px !important;
}

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

.h-10 {
    height: 10px !important;
}

.h-6 {
    height: 6px !important;
}

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

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-5 {
    padding: 5px !important;
}

.ps-5 {
    padding-left: 5px !important;
}

.pe-5 {
    padding-right: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.ps-6 {
    padding-left: 6px !important;
}

.pe-6 {
    padding-right: 6px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.p-7 {
    padding: 7px !important;
}

.ps-7 {
    padding-left: 7px !important;
}

.pe-7 {
    padding-right: 7px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.p-8 {
    padding: 8px !important;
}

.ps-8 {
    padding-left: 8px !important;
}

.pe-8 {
    padding-right: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.p-10 {
    padding: 10px !important;
}

.ps-10 {
    padding-left: 10px !important;
}

.pe-10 {
    padding-right: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.p-11 {
    padding: 11px !important;
}

.ps-11 {
    padding-left: 11px !important;
}

.pe-11 {
    padding-right: 11px !important;
}

.pt-11 {
    padding-top: 11px !important;
}

.pb-11 {
    padding-bottom: 11px !important;
}

.p-12 {
    padding: 12px !important;
}

.ps-12 {
    padding-left: 12px !important;
}

.pe-12 {
    padding-right: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.p-15 {
    padding: 15px !important;
}

.ps-15 {
    padding-left: 15px !important;
}

.pe-15 {
    padding-right: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.p-20 {
    padding: 20px !important;
}

.ps-20 {
    padding-left: 20px !important;
}

.pe-20 {
    padding-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.ps-25 {
    padding-left: 25px !important;
}

.pe-25 {
    padding-right: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.ps-30 {
    padding-left: 30px !important;
}

.pe-30 {
    padding-right: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.ps-35 {
    padding-left: 35px !important;
}

.pe-35 {
    padding-right: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.ps-40 {
    padding-left: 40px !important;
}

.pe-40 {
    padding-right: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.p-45 {
    padding: 45px !important;
}

.ps-45 {
    padding-left: 45px !important;
}

.pe-45 {
    padding-right: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.p-50 {
    padding: 50px !important;
}

.ps-50 {
    padding-left: 50px !important;
}

.pe-50 {
    padding-right: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

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

.ms-0 {
    margin-left: 0 !important;
}

.me-0 {
    margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-5 {
    margin: 5px !important;
}

.ms-5 {
    margin-left: 5px !important;
}

.me-5 {
    margin-right: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.ms-6 {
    margin-left: 6px !important;
}

.me-6 {
    margin-right: 6px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.ms-7 {
    margin-left: 7px !important;
}

.me-7 {
    margin-right: 7px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.ms-8 {
    margin-left: 8px !important;
}

.me-8 {
    margin-right: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.m-10 {
    margin: 10px !important;
}

.ms-10 {
    margin-left: 10px !important;
}

.me-10 {
    margin-right: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.m-11 {
    margin: 11px !important;
}

.ms-11 {
    margin-left: 11px !important;
}

.me-11 {
    margin-right: 11px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.m-12 {
    margin: 12px !important;
}

.ms-12 {
    margin-left: 12px !important;
}

.me-12 {
    margin-right: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.m-15 {
    margin: 15px !important;
}

.ms-15 {
    margin-left: 15px !important;
}

.me-15 {
    margin-right: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.me-20 {
    margin-right: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.ms-25 {
    margin-left: 25px !important;
}

.me-25 {
    margin-right: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.ms-30 {
    margin-left: 30px !important;
}

.me-30 {
    margin-right: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.ms-35 {
    margin-left: 35px !important;
}

.me-35 {
    margin-right: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.ms-40 {
    margin-left: 40px !important;
}

.me-40 {
    margin-right: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.m-45 {
    margin: 45px !important;
}

.ms-45 {
    margin-left: 45px !important;
}

.me-45 {
    margin-right: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.m-50 {
    margin: 50px !important;
}

.ms-50 {
    margin-left: 50px !important;
}

.me-50 {
    margin-right: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ms-100 {
    margin-left: 100px !important;
}

.w-130 {
    width: 130px !important;
}

.w-110 {
    width: 110px !important;
}

.w-90 {
    width: 90px !important;
}

.w-70 {
    width: 70px !important;
}

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

.w-10 {
    width: 10px !important;
}

.w-6 {
    width: 6px !important;
}

.fw-black {
    font-weight: 900;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.top-1 {
    top: 1px !important;
}

.top-2 {
    top: 2px !important;
}

.top-3 {
    top: 3px !important;
}

.top-4 {
    top: 4px !important;
}

.top-5 {
    top: 5px !important;
}

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

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ps-sm-5 {
        padding-left: 5px !important;
    }

    .pe-sm-5 {
        padding-right: 5px !important;
    }

    .pt-sm-5 {
        padding-top: 5px !important;
    }

    .pb-sm-5 {
        padding-bottom: 5px !important;
    }

    .p-sm-8 {
        padding: 8px !important;
    }

    .ps-sm-8 {
        padding-left: 8px !important;
    }

    .pe-sm-8 {
        padding-right: 8px !important;
    }

    .pt-sm-8 {
        padding-top: 8px !important;
    }

    .pb-sm-8 {
        padding-bottom: 8px !important;
    }

    .p-sm-10 {
        padding: 10px !important;
    }

    .ps-sm-10 {
        padding-left: 10px !important;
    }

    .pe-sm-10 {
        padding-right: 10px !important;
    }

    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }

    .p-sm-11 {
        padding: 11px !important;
    }

    .ps-sm-11 {
        padding-left: 11px !important;
    }

    .pe-sm-11 {
        padding-right: 11px !important;
    }

    .pt-sm-11 {
        padding-top: 11px !important;
    }

    .pb-sm-11 {
        padding-bottom: 11px !important;
    }

    .p-sm-12 {
        padding: 12px !important;
    }

    .ps-sm-12 {
        padding-left: 12px !important;
    }

    .pe-sm-12 {
        padding-right: 12px !important;
    }

    .pt-sm-12 {
        padding-top: 12px !important;
    }

    .pb-sm-12 {
        padding-bottom: 12px !important;
    }

    .p-sm-15 {
        padding: 15px !important;
    }

    .ps-sm-15 {
        padding-left: 15px !important;
    }

    .pe-sm-15 {
        padding-right: 15px !important;
    }

    .pt-sm-15 {
        padding-top: 15px !important;
    }

    .pb-sm-15 {
        padding-bottom: 15px !important;
    }

    .pt-sm-18 {
        padding-top: 18px !important;
    }

    .pb-sm-18 {
        padding-bottom: 18px !important;
    }

    .p-sm-20 {
        padding: 20px !important;
    }

    .ps-sm-20 {
        padding-left: 20px !important;
    }

    .pe-sm-20 {
        padding-right: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .p-sm-25 {
        padding: 25px !important;
    }

    .ps-sm-25 {
        padding-left: 25px !important;
    }

    .pe-sm-25 {
        padding-right: 25px !important;
    }

    .pt-sm-25 {
        padding-top: 25px !important;
    }

    .pb-sm-25 {
        padding-bottom: 25px !important;
    }

    .p-sm-30 {
        padding: 30px !important;
    }

    .ps-sm-30 {
        padding-left: 30px !important;
    }

    .pe-sm-30 {
        padding-right: 30px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .p-sm-35 {
        padding: 35px !important;
    }

    .ps-sm-35 {
        padding-left: 35px !important;
    }

    .pe-sm-35 {
        padding-right: 35px !important;
    }

    .pt-sm-35 {
        padding-top: 35px !important;
    }

    .pb-sm-35 {
        padding-bottom: 35px !important;
    }

    .p-sm-40 {
        padding: 40px !important;
    }

    .ps-sm-40 {
        padding-left: 40px !important;
    }

    .pe-sm-40 {
        padding-right: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .p-sm-45 {
        padding: 45px !important;
    }

    .ps-sm-45 {
        padding-left: 45px !important;
    }

    .pe-sm-45 {
        padding-right: 45px !important;
    }

    .pt-sm-45 {
        padding-top: 45px !important;
    }

    .pb-sm-45 {
        padding-bottom: 45px !important;
    }

    .p-sm-50 {
        padding: 50px !important;
    }

    .ps-sm-50 {
        padding-left: 50px !important;
    }

    .pe-sm-50 {
        padding-right: 50px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ms-sm-5 {
        margin-left: 5px !important;
    }

    .me-sm-5 {
        margin-right: 5px !important;
    }

    .mt-sm-5 {
        margin-top: 5px !important;
    }

    .mb-sm-5 {
        margin-bottom: 5px !important;
    }

    .m-sm-8 {
        margin: 8px !important;
    }

    .ms-sm-8 {
        margin-left: 8px !important;
    }

    .me-sm-8 {
        margin-right: 8px !important;
    }

    .mt-sm-8 {
        margin-top: 8px !important;
    }

    .mb-sm-8 {
        margin-bottom: 8px !important;
    }

    .m-sm-10 {
        margin: 10px !important;
    }

    .ms-sm-10 {
        margin-left: 10px !important;
    }

    .me-sm-10 {
        margin-right: 10px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .m-sm-11 {
        margin: 11px !important;
    }

    .ms-sm-11 {
        margin-left: 11px !important;
    }

    .me-sm-11 {
        margin-right: 11px !important;
    }

    .mt-sm-11 {
        margin-top: 11px !important;
    }

    .mb-sm-11 {
        margin-bottom: 11px !important;
    }

    .m-sm-12 {
        margin: 12px !important;
    }

    .ms-sm-12 {
        margin-left: 12px !important;
    }

    .me-sm-12 {
        margin-right: 12px !important;
    }

    .mt-sm-12 {
        margin-top: 12px !important;
    }

    .mb-sm-12 {
        margin-bottom: 12px !important;
    }

    .m-sm-15 {
        margin: 15px !important;
    }

    .ms-sm-15 {
        margin-left: 15px !important;
    }

    .me-sm-15 {
        margin-right: 15px !important;
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }

    .m-sm-20 {
        margin: 20px !important;
    }

    .ms-sm-20 {
        margin-left: 20px !important;
    }

    .me-sm-20 {
        margin-right: 20px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .m-sm-25 {
        margin: 25px !important;
    }

    .ms-sm-25 {
        margin-left: 25px !important;
    }

    .me-sm-25 {
        margin-right: 25px !important;
    }

    .mt-sm-25 {
        margin-top: 25px !important;
    }

    .mb-sm-25 {
        margin-bottom: 25px !important;
    }

    .m-sm-30 {
        margin: 30px !important;
    }

    .ms-sm-30 {
        margin-left: 30px !important;
    }

    .me-sm-30 {
        margin-right: 30px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .m-sm-35 {
        margin: 35px !important;
    }

    .ms-sm-35 {
        margin-left: 35px !important;
    }

    .me-sm-35 {
        margin-right: 35px !important;
    }

    .mt-sm-35 {
        margin-top: 35px !important;
    }

    .mb-sm-35 {
        margin-bottom: 35px !important;
    }

    .m-sm-40 {
        margin: 40px !important;
    }

    .ms-sm-40 {
        margin-left: 40px !important;
    }

    .me-sm-40 {
        margin-right: 40px !important;
    }

    .mt-sm-40 {
        margin-top: 40px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .m-sm-45 {
        margin: 45px !important;
    }

    .ms-sm-45 {
        margin-left: 45px !important;
    }

    .me-sm-45 {
        margin-right: 45px !important;
    }

    .mt-sm-45 {
        margin-top: 45px !important;
    }

    .mb-sm-45 {
        margin-bottom: 45px !important;
    }

    .m-sm-50 {
        margin: 50px !important;
    }

    .ms-sm-50 {
        margin-left: 50px !important;
    }

    .me-sm-50 {
        margin-right: 50px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .ms-sm-100 {
        margin-left: 100px !important;
    }

    .fs-sm-30 {
        font-size: 30px !important;
    }

    .fs-sm-25 {
        font-size: 25px !important;
    }

    .fs-sm-20 {
        font-size: 20px !important;
    }

    .fs-sm-18 {
        font-size: 18px !important;
    }

    .fs-sm-16 {
        font-size: 16px !important;
    }

    .fs-sm-15 {
        font-size: 15px !important;
    }

    .fs-sm-14 {
        font-size: 14px !important;
    }

    .fs-sm-13 {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

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

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

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

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

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

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

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

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

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

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

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

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

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

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

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

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .p-md-5 {
        padding: 5px !important;
    }

    .ps-md-5 {
        padding-left: 5px !important;
    }

    .pe-md-5 {
        padding-right: 5px !important;
    }

    .pt-md-5 {
        padding-top: 5px !important;
    }

    .pb-md-5 {
        padding-bottom: 5px !important;
    }

    .p-md-8 {
        padding: 8px !important;
    }

    .ps-md-8 {
        padding-left: 8px !important;
    }

    .pe-md-8 {
        padding-right: 8px !important;
    }

    .pt-md-8 {
        padding-top: 8px !important;
    }

    .pb-md-8 {
        padding-bottom: 8px !important;
    }

    .p-md-10 {
        padding: 10px !important;
    }

    .ps-md-10 {
        padding-left: 10px !important;
    }

    .pe-md-10 {
        padding-right: 10px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .p-md-11 {
        padding: 11px !important;
    }

    .ps-md-11 {
        padding-left: 11px !important;
    }

    .pe-md-11 {
        padding-right: 11px !important;
    }

    .pt-md-11 {
        padding-top: 11px !important;
    }

    .pb-md-11 {
        padding-bottom: 11px !important;
    }

    .p-md-12 {
        padding: 12px !important;
    }

    .ps-md-12 {
        padding-left: 12px !important;
    }

    .pe-md-12 {
        padding-right: 12px !important;
    }

    .pt-md-12 {
        padding-top: 12px !important;
    }

    .pb-md-12 {
        padding-bottom: 12px !important;
    }

    .p-md-15 {
        padding: 15px !important;
    }

    .ps-md-15 {
        padding-left: 15px !important;
    }

    .pe-md-15 {
        padding-right: 15px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pb-md-15 {
        padding-bottom: 15px !important;
    }

    .pt-md-18 {
        padding-top: 18px !important;
    }

    .pb-md-18 {
        padding-bottom: 18px !important;
    }

    .p-md-20 {
        padding: 20px !important;
    }

    .ps-md-20 {
        padding-left: 20px !important;
    }

    .pe-md-20 {
        padding-right: 20px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .p-md-25 {
        padding: 25px !important;
    }

    .ps-md-25 {
        padding-left: 25px !important;
    }

    .pe-md-25 {
        padding-right: 25px !important;
    }

    .pt-md-25 {
        padding-top: 25px !important;
    }

    .pb-md-25 {
        padding-bottom: 25px !important;
    }

    .p-md-30 {
        padding: 30px !important;
    }

    .ps-md-30 {
        padding-left: 30px !important;
    }

    .pe-md-30 {
        padding-right: 30px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .p-md-35 {
        padding: 35px !important;
    }

    .ps-md-35 {
        padding-left: 35px !important;
    }

    .pe-md-35 {
        padding-right: 35px !important;
    }

    .pt-md-35 {
        padding-top: 35px !important;
    }

    .pb-md-35 {
        padding-bottom: 35px !important;
    }

    .p-md-40 {
        padding: 40px !important;
    }

    .ps-md-40 {
        padding-left: 40px !important;
    }

    .pe-md-40 {
        padding-right: 40px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .p-md-45 {
        padding: 45px !important;
    }

    .ps-md-45 {
        padding-left: 45px !important;
    }

    .pe-md-45 {
        padding-right: 45px !important;
    }

    .pt-md-45 {
        padding-top: 45px !important;
    }

    .pb-md-45 {
        padding-bottom: 45px !important;
    }

    .p-md-50 {
        padding: 50px !important;
    }

    .ps-md-50 {
        padding-left: 50px !important;
    }

    .pe-md-50 {
        padding-right: 50px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

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

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

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

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

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

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

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

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

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

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

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

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

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

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

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

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

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

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

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

    .m-md-5 {
        margin: 5px !important;
    }

    .ms-md-5 {
        margin-left: 5px !important;
    }

    .me-md-5 {
        margin-right: 5px !important;
    }

    .mt-md-5 {
        margin-top: 5px !important;
    }

    .mb-md-5 {
        margin-bottom: 5px !important;
    }

    .m-md-8 {
        margin: 8px !important;
    }

    .ms-md-8 {
        margin-left: 8px !important;
    }

    .me-md-8 {
        margin-right: 8px !important;
    }

    .mt-md-8 {
        margin-top: 8px !important;
    }

    .mb-md-8 {
        margin-bottom: 8px !important;
    }

    .m-md-10 {
        margin: 10px !important;
    }

    .ms-md-10 {
        margin-left: 10px !important;
    }

    .me-md-10 {
        margin-right: 10px !important;
    }

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .m-md-11 {
        margin: 11px !important;
    }

    .ms-md-11 {
        margin-left: 11px !important;
    }

    .me-md-11 {
        margin-right: 11px !important;
    }

    .mt-md-11 {
        margin-top: 11px !important;
    }

    .mb-md-11 {
        margin-bottom: 11px !important;
    }

    .m-md-12 {
        margin: 12px !important;
    }

    .ms-md-12 {
        margin-left: 12px !important;
    }

    .me-md-12 {
        margin-right: 12px !important;
    }

    .mt-md-12 {
        margin-top: 12px !important;
    }

    .mb-md-12 {
        margin-bottom: 12px !important;
    }

    .m-md-15 {
        margin: 15px !important;
    }

    .ms-md-15 {
        margin-left: 15px !important;
    }

    .me-md-15 {
        margin-right: 15px !important;
    }

    .mt-md-15 {
        margin-top: 15px !important;
    }

    .mb-md-15 {
        margin-bottom: 15px !important;
    }

    .m-md-20 {
        margin: 20px !important;
    }

    .ms-md-20 {
        margin-left: 20px !important;
    }

    .me-md-20 {
        margin-right: 20px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .m-md-25 {
        margin: 25px !important;
    }

    .ms-md-25 {
        margin-left: 25px !important;
    }

    .me-md-25 {
        margin-right: 25px !important;
    }

    .mt-md-25 {
        margin-top: 25px !important;
    }

    .mb-md-25 {
        margin-bottom: 25px !important;
    }

    .m-md-30 {
        margin: 30px !important;
    }

    .ms-md-30 {
        margin-left: 30px !important;
    }

    .me-md-30 {
        margin-right: 30px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .m-md-35 {
        margin: 35px !important;
    }

    .ms-md-35 {
        margin-left: 35px !important;
    }

    .me-md-35 {
        margin-right: 35px !important;
    }

    .mt-md-35 {
        margin-top: 35px !important;
    }

    .mb-md-35 {
        margin-bottom: 35px !important;
    }

    .m-md-40 {
        margin: 40px !important;
    }

    .ms-md-40 {
        margin-left: 40px !important;
    }

    .me-md-40 {
        margin-right: 40px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .m-md-45 {
        margin: 45px !important;
    }

    .ms-md-45 {
        margin-left: 45px !important;
    }

    .me-md-45 {
        margin-right: 45px !important;
    }

    .mt-md-45 {
        margin-top: 45px !important;
    }

    .mb-md-45 {
        margin-bottom: 45px !important;
    }

    .m-md-50 {
        margin: 50px !important;
    }

    .ms-md-50 {
        margin-left: 50px !important;
    }

    .me-md-50 {
        margin-right: 50px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .ms-md-100 {
        margin-left: 100px !important;
    }

    .fs-md-30 {
        font-size: 30px !important;
    }

    .fs-md-25 {
        font-size: 25px !important;
    }

    .fs-md-20 {
        font-size: 20px !important;
    }

    .fs-md-18 {
        font-size: 18px !important;
    }

    .fs-md-16 {
        font-size: 16px !important;
    }

    .fs-md-15 {
        font-size: 15px !important;
    }

    .fs-md-14 {
        font-size: 14px !important;
    }

    .fs-md-13 {
        font-size: 13px !important;
    }
}

@media (min-width: 992px) {
    .p-lg-0 {
        padding: 0 !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

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

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

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

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

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

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

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

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

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

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

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

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

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

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

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

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .p-lg-5 {
        padding: 5px !important;
    }

    .ps-lg-5 {
        padding-left: 5px !important;
    }

    .pe-lg-5 {
        padding-right: 5px !important;
    }

    .pt-lg-5 {
        padding-top: 5px !important;
    }

    .pb-lg-5 {
        padding-bottom: 5px !important;
    }

    .p-lg-8 {
        padding: 8px !important;
    }

    .ps-lg-8 {
        padding-left: 8px !important;
    }

    .pe-lg-8 {
        padding-right: 8px !important;
    }

    .pt-lg-8 {
        padding-top: 8px !important;
    }

    .pb-lg-8 {
        padding-bottom: 8px !important;
    }

    .p-lg-10 {
        padding: 10px !important;
    }

    .ps-lg-10 {
        padding-left: 10px !important;
    }

    .pe-lg-10 {
        padding-right: 10px !important;
    }

    .pt-lg-10 {
        padding-top: 10px !important;
    }

    .pb-lg-10 {
        padding-bottom: 10px !important;
    }

    .p-lg-11 {
        padding: 11px !important;
    }

    .ps-lg-11 {
        padding-left: 11px !important;
    }

    .pe-lg-11 {
        padding-right: 11px !important;
    }

    .pt-lg-11 {
        padding-top: 11px !important;
    }

    .pb-lg-11 {
        padding-bottom: 11px !important;
    }

    .p-lg-12 {
        padding: 12px !important;
    }

    .ps-lg-12 {
        padding-left: 12px !important;
    }

    .pe-lg-12 {
        padding-right: 12px !important;
    }

    .pt-lg-12 {
        padding-top: 12px !important;
    }

    .pb-lg-12 {
        padding-bottom: 12px !important;
    }

    .p-lg-15 {
        padding: 15px !important;
    }

    .ps-lg-15 {
        padding-left: 15px !important;
    }

    .pe-lg-15 {
        padding-right: 15px !important;
    }

    .pt-lg-15 {
        padding-top: 15px !important;
    }

    .pb-lg-15 {
        padding-bottom: 15px !important;
    }

    .pt-lg-18 {
        padding-top: 18px !important;
    }

    .pb-lg-18 {
        padding-bottom: 18px !important;
    }

    .p-lg-20 {
        padding: 20px !important;
    }

    .ps-lg-20 {
        padding-left: 20px !important;
    }

    .pe-lg-20 {
        padding-right: 20px !important;
    }

    .pt-lg-20 {
        padding-top: 20px !important;
    }

    .pb-lg-20 {
        padding-bottom: 20px !important;
    }

    .p-lg-25 {
        padding: 25px !important;
    }

    .ps-lg-25 {
        padding-left: 25px !important;
    }

    .pe-lg-25 {
        padding-right: 25px !important;
    }

    .pt-lg-25 {
        padding-top: 25px !important;
    }

    .pb-lg-25 {
        padding-bottom: 25px !important;
    }

    .p-lg-30 {
        padding: 30px !important;
    }

    .ps-lg-30 {
        padding-left: 30px !important;
    }

    .pe-lg-30 {
        padding-right: 30px !important;
    }

    .pt-lg-30 {
        padding-top: 30px !important;
    }

    .pb-lg-30 {
        padding-bottom: 30px !important;
    }

    .p-lg-35 {
        padding: 35px !important;
    }

    .ps-lg-35 {
        padding-left: 35px !important;
    }

    .pe-lg-35 {
        padding-right: 35px !important;
    }

    .pt-lg-35 {
        padding-top: 35px !important;
    }

    .pb-lg-35 {
        padding-bottom: 35px !important;
    }

    .p-lg-40 {
        padding: 40px !important;
    }

    .ps-lg-40 {
        padding-left: 40px !important;
    }

    .pe-lg-40 {
        padding-right: 40px !important;
    }

    .pt-lg-40 {
        padding-top: 40px !important;
    }

    .pb-lg-40 {
        padding-bottom: 40px !important;
    }

    .p-lg-45 {
        padding: 45px !important;
    }

    .ps-lg-45 {
        padding-left: 45px !important;
    }

    .pe-lg-45 {
        padding-right: 45px !important;
    }

    .pt-lg-45 {
        padding-top: 45px !important;
    }

    .pb-lg-45 {
        padding-bottom: 45px !important;
    }

    .p-lg-50 {
        padding: 50px !important;
    }

    .ps-lg-50 {
        padding-left: 50px !important;
    }

    .pe-lg-50 {
        padding-right: 50px !important;
    }

    .pt-lg-50 {
        padding-top: 50px !important;
    }

    .pb-lg-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

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

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

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

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

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

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

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

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

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

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

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

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

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

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

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

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

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

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

    .m-lg-5 {
        margin: 5px !important;
    }

    .ms-lg-5 {
        margin-left: 5px !important;
    }

    .me-lg-5 {
        margin-right: 5px !important;
    }

    .mt-lg-5 {
        margin-top: 5px !important;
    }

    .mb-lg-5 {
        margin-bottom: 5px !important;
    }

    .m-lg-8 {
        margin: 8px !important;
    }

    .ms-lg-8 {
        margin-left: 8px !important;
    }

    .me-lg-8 {
        margin-right: 8px !important;
    }

    .mt-lg-8 {
        margin-top: 8px !important;
    }

    .mb-lg-8 {
        margin-bottom: 8px !important;
    }

    .m-lg-10 {
        margin: 10px !important;
    }

    .ms-lg-10 {
        margin-left: 10px !important;
    }

    .me-lg-10 {
        margin-right: 10px !important;
    }

    .mt-lg-10 {
        margin-top: 10px !important;
    }

    .mb-lg-10 {
        margin-bottom: 10px !important;
    }

    .m-lg-11 {
        margin: 11px !important;
    }

    .ms-lg-11 {
        margin-left: 11px !important;
    }

    .me-lg-11 {
        margin-right: 11px !important;
    }

    .mt-lg-11 {
        margin-top: 11px !important;
    }

    .mb-lg-11 {
        margin-bottom: 11px !important;
    }

    .m-lg-12 {
        margin: 12px !important;
    }

    .ms-lg-12 {
        margin-left: 12px !important;
    }

    .me-lg-12 {
        margin-right: 12px !important;
    }

    .mt-lg-12 {
        margin-top: 12px !important;
    }

    .mb-lg-12 {
        margin-bottom: 12px !important;
    }

    .m-lg-15 {
        margin: 15px !important;
    }

    .ms-lg-15 {
        margin-left: 15px !important;
    }

    .me-lg-15 {
        margin-right: 15px !important;
    }

    .mt-lg-15 {
        margin-top: 15px !important;
    }

    .mb-lg-15 {
        margin-bottom: 15px !important;
    }

    .m-lg-20 {
        margin: 20px !important;
    }

    .ms-lg-20 {
        margin-left: 20px !important;
    }

    .me-lg-20 {
        margin-right: 20px !important;
    }

    .mt-lg-20 {
        margin-top: 20px !important;
    }

    .mb-lg-20 {
        margin-bottom: 20px !important;
    }

    .m-lg-25 {
        margin: 25px !important;
    }

    .ms-lg-25 {
        margin-left: 25px !important;
    }

    .me-lg-25 {
        margin-right: 25px !important;
    }

    .mt-lg-25 {
        margin-top: 25px !important;
    }

    .mb-lg-25 {
        margin-bottom: 25px !important;
    }

    .m-lg-30 {
        margin: 30px !important;
    }

    .ms-lg-30 {
        margin-left: 30px !important;
    }

    .me-lg-30 {
        margin-right: 30px !important;
    }

    .mt-lg-30 {
        margin-top: 30px !important;
    }

    .mb-lg-30 {
        margin-bottom: 30px !important;
    }

    .m-lg-35 {
        margin: 35px !important;
    }

    .ms-lg-35 {
        margin-left: 35px !important;
    }

    .me-lg-35 {
        margin-right: 35px !important;
    }

    .mt-lg-35 {
        margin-top: 35px !important;
    }

    .mb-lg-35 {
        margin-bottom: 35px !important;
    }

    .m-lg-40 {
        margin: 40px !important;
    }

    .ms-lg-40 {
        margin-left: 40px !important;
    }

    .me-lg-40 {
        margin-right: 40px !important;
    }

    .mt-lg-40 {
        margin-top: 40px !important;
    }

    .mb-lg-40 {
        margin-bottom: 40px !important;
    }

    .m-lg-45 {
        margin: 45px !important;
    }

    .ms-lg-45 {
        margin-left: 45px !important;
    }

    .me-lg-45 {
        margin-right: 45px !important;
    }

    .mt-lg-45 {
        margin-top: 45px !important;
    }

    .mb-lg-45 {
        margin-bottom: 45px !important;
    }

    .m-lg-50 {
        margin: 50px !important;
    }

    .ms-lg-50 {
        margin-left: 50px !important;
    }

    .me-lg-50 {
        margin-right: 50px !important;
    }

    .mt-lg-50 {
        margin-top: 50px !important;
    }

    .mb-lg-50 {
        margin-bottom: 50px !important;
    }

    .ms-lg-100 {
        margin-left: 100px !important;
    }

    .fs-lg-30 {
        font-size: 30px !important;
    }

    .fs-lg-25 {
        font-size: 25px !important;
    }

    .fs-lg-20 {
        font-size: 20px !important;
    }

    .fs-lg-18 {
        font-size: 18px !important;
    }

    .fs-lg-16 {
        font-size: 16px !important;
    }

    .fs-lg-15 {
        font-size: 15px !important;
    }

    .fs-lg-14 {
        font-size: 14px !important;
    }

    .fs-lg-13 {
        font-size: 13px !important;
    }
}

@media (min-width: 1200px) {
    .p-xl-0 {
        padding: 0 !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

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

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

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

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

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

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

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

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

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

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

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

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

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

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

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

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .p-xl-5 {
        padding: 5px !important;
    }

    .ps-xl-5 {
        padding-left: 5px !important;
    }

    .pe-xl-5 {
        padding-right: 5px !important;
    }

    .pt-xl-5 {
        padding-top: 5px !important;
    }

    .pb-xl-5 {
        padding-bottom: 5px !important;
    }

    .p-xl-8 {
        padding: 8px !important;
    }

    .ps-xl-8 {
        padding-left: 8px !important;
    }

    .pe-xl-8 {
        padding-right: 8px !important;
    }

    .pt-xl-8 {
        padding-top: 8px !important;
    }

    .pb-xl-8 {
        padding-bottom: 8px !important;
    }

    .p-xl-10 {
        padding: 10px !important;
    }

    .ps-xl-10 {
        padding-left: 10px !important;
    }

    .pe-xl-10 {
        padding-right: 10px !important;
    }

    .pt-xl-10 {
        padding-top: 10px !important;
    }

    .pb-xl-10 {
        padding-bottom: 10px !important;
    }

    .p-xl-11 {
        padding: 11px !important;
    }

    .ps-xl-11 {
        padding-left: 11px !important;
    }

    .pe-xl-11 {
        padding-right: 11px !important;
    }

    .pt-xl-11 {
        padding-top: 11px !important;
    }

    .pb-xl-11 {
        padding-bottom: 11px !important;
    }

    .p-xl-12 {
        padding: 12px !important;
    }

    .ps-xl-12 {
        padding-left: 12px !important;
    }

    .pe-xl-12 {
        padding-right: 12px !important;
    }

    .pt-xl-12 {
        padding-top: 12px !important;
    }

    .pb-xl-12 {
        padding-bottom: 12px !important;
    }

    .p-xl-15 {
        padding: 15px !important;
    }

    .ps-xl-15 {
        padding-left: 15px !important;
    }

    .pe-xl-15 {
        padding-right: 15px !important;
    }

    .pt-xl-15 {
        padding-top: 15px !important;
    }

    .pb-xl-15 {
        padding-bottom: 15px !important;
    }

    .pt-xl-18 {
        padding-top: 18px !important;
    }

    .pb-xl-18 {
        padding-bottom: 18px !important;
    }

    .p-xl-20 {
        padding: 20px !important;
    }

    .ps-xl-20 {
        padding-left: 20px !important;
    }

    .pe-xl-20 {
        padding-right: 20px !important;
    }

    .pt-xl-20 {
        padding-top: 20px !important;
    }

    .pb-xl-20 {
        padding-bottom: 20px !important;
    }

    .p-xl-25 {
        padding: 25px !important;
    }

    .ps-xl-25 {
        padding-left: 25px !important;
    }

    .pe-xl-25 {
        padding-right: 25px !important;
    }

    .pt-xl-25 {
        padding-top: 25px !important;
    }

    .pb-xl-25 {
        padding-bottom: 25px !important;
    }

    .p-xl-30 {
        padding: 30px !important;
    }

    .ps-xl-30 {
        padding-left: 30px !important;
    }

    .pe-xl-30 {
        padding-right: 30px !important;
    }

    .pt-xl-30 {
        padding-top: 30px !important;
    }

    .pb-xl-30 {
        padding-bottom: 30px !important;
    }

    .p-xl-35 {
        padding: 35px !important;
    }

    .ps-xl-35 {
        padding-left: 35px !important;
    }

    .pe-xl-35 {
        padding-right: 35px !important;
    }

    .pt-xl-35 {
        padding-top: 35px !important;
    }

    .pb-xl-35 {
        padding-bottom: 35px !important;
    }

    .p-xl-40 {
        padding: 40px !important;
    }

    .ps-xl-40 {
        padding-left: 40px !important;
    }

    .pe-xl-40 {
        padding-right: 40px !important;
    }

    .pt-xl-40 {
        padding-top: 40px !important;
    }

    .pb-xl-40 {
        padding-bottom: 40px !important;
    }

    .p-xl-45 {
        padding: 45px !important;
    }

    .ps-xl-45 {
        padding-left: 45px !important;
    }

    .pe-xl-45 {
        padding-right: 45px !important;
    }

    .pt-xl-45 {
        padding-top: 45px !important;
    }

    .pb-xl-45 {
        padding-bottom: 45px !important;
    }

    .p-xl-50 {
        padding: 50px !important;
    }

    .ps-xl-50 {
        padding-left: 50px !important;
    }

    .pe-xl-50 {
        padding-right: 50px !important;
    }

    .pt-xl-50 {
        padding-top: 50px !important;
    }

    .pb-xl-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

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

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

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

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

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

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

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

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

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

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

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

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

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

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

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

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

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

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

    .m-xl-5 {
        margin: 5px !important;
    }

    .ms-xl-5 {
        margin-left: 5px !important;
    }

    .me-xl-5 {
        margin-right: 5px !important;
    }

    .mt-xl-5 {
        margin-top: 5px !important;
    }

    .mb-xl-5 {
        margin-bottom: 5px !important;
    }

    .m-xl-8 {
        margin: 8px !important;
    }

    .ms-xl-8 {
        margin-left: 8px !important;
    }

    .me-xl-8 {
        margin-right: 8px !important;
    }

    .mt-xl-8 {
        margin-top: 8px !important;
    }

    .mb-xl-8 {
        margin-bottom: 8px !important;
    }

    .m-xl-10 {
        margin: 10px !important;
    }

    .ms-xl-10 {
        margin-left: 10px !important;
    }

    .me-xl-10 {
        margin-right: 10px !important;
    }

    .mt-xl-10 {
        margin-top: 10px !important;
    }

    .mb-xl-10 {
        margin-bottom: 10px !important;
    }

    .m-xl-11 {
        margin: 11px !important;
    }

    .ms-xl-11 {
        margin-left: 11px !important;
    }

    .me-xl-11 {
        margin-right: 11px !important;
    }

    .mt-xl-11 {
        margin-top: 11px !important;
    }

    .mb-xl-10 {
        margin-bottom: 10px !important;
    }

    .m-xl-12 {
        margin: 12px !important;
    }

    .ms-xl-12 {
        margin-left: 12px !important;
    }

    .me-xl-12 {
        margin-right: 12px !important;
    }

    .mt-xl-12 {
        margin-top: 12px !important;
    }

    .mb-xl-12 {
        margin-bottom: 12px !important;
    }

    .m-xl-15 {
        margin: 15px !important;
    }

    .ms-xl-15 {
        margin-left: 15px !important;
    }

    .me-xl-15 {
        margin-right: 15px !important;
    }

    .mt-xl-15 {
        margin-top: 15px !important;
    }

    .mb-xl-15 {
        margin-bottom: 15px !important;
    }

    .m-xl-20 {
        margin: 20px !important;
    }

    .ms-xl-20 {
        margin-left: 20px !important;
    }

    .me-xl-20 {
        margin-right: 20px !important;
    }

    .mt-xl-20 {
        margin-top: 20px !important;
    }

    .mb-xl-20 {
        margin-bottom: 20px !important;
    }

    .m-xl-25 {
        margin: 25px !important;
    }

    .ms-xl-25 {
        margin-left: 25px !important;
    }

    .me-xl-25 {
        margin-right: 25px !important;
    }

    .mt-xl-25 {
        margin-top: 25px !important;
    }

    .mb-xl-25 {
        margin-bottom: 25px !important;
    }

    .m-xl-30 {
        margin: 30px !important;
    }

    .ms-xl-30 {
        margin-left: 30px !important;
    }

    .me-xl-30 {
        margin-right: 30px !important;
    }

    .mt-xl-30 {
        margin-top: 30px !important;
    }

    .mb-xl-30 {
        margin-bottom: 30px !important;
    }

    .m-xl-35 {
        margin: 35px !important;
    }

    .ms-xl-35 {
        margin-left: 35px !important;
    }

    .me-xl-35 {
        margin-right: 35px !important;
    }

    .mt-xl-35 {
        margin-top: 35px !important;
    }

    .mb-xl-35 {
        margin-bottom: 35px !important;
    }

    .m-xl-40 {
        margin: 40px !important;
    }

    .ms-xl-40 {
        margin-left: 40px !important;
    }

    .me-xl-40 {
        margin-right: 40px !important;
    }

    .mt-xl-40 {
        margin-top: 40px !important;
    }

    .mb-xl-40 {
        margin-bottom: 40px !important;
    }

    .m-xl-45 {
        margin: 45px !important;
    }

    .ms-xl-45 {
        margin-left: 45px !important;
    }

    .me-xl-45 {
        margin-right: 45px !important;
    }

    .mt-xl-45 {
        margin-top: 45px !important;
    }

    .mb-xl-45 {
        margin-bottom: 45px !important;
    }

    .m-xl-50 {
        margin: 50px !important;
    }

    .ms-xl-50 {
        margin-left: 50px !important;
    }

    .me-xl-50 {
        margin-right: 50px !important;
    }

    .mt-xl-50 {
        margin-top: 50px !important;
    }

    .mb-xl-50 {
        margin-bottom: 50px !important;
    }

    .ms-xl-100 {
        margin-left: 100px !important;
    }

    .fs-xl-30 {
        font-size: 30px !important;
    }

    .fs-xl-25 {
        font-size: 25px !important;
    }

    .fs-xl-20 {
        font-size: 20px !important;
    }

    .fs-xl-18 {
        font-size: 18px !important;
    }

    .fs-xl-16 {
        font-size: 16px !important;
    }

    .fs-xl-15 {
        font-size: 15px !important;
    }

    .fs-xl-14 {
        font-size: 14px !important;
    }

    .fs-xl-13 {
        font-size: 13px !important;
    }
}

@media (min-width: 1400px) {
    .p-xxl-0 {
        padding: 0 !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

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

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

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

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

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

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

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

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

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

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

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

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

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

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

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

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .p-xxl-5 {
        padding: 5px !important;
    }

    .ps-xxl-5 {
        padding-left: 5px !important;
    }

    .pe-xxl-5 {
        padding-right: 5px !important;
    }

    .pt-xxl-5 {
        padding-top: 5px !important;
    }

    .pb-xxl-5 {
        padding-bottom: 5px !important;
    }

    .p-xxl-8 {
        padding: 8px !important;
    }

    .ps-xxl-8 {
        padding-left: 8px !important;
    }

    .pe-xxl-8 {
        padding-right: 8px !important;
    }

    .pt-xxl-8 {
        padding-top: 8px !important;
    }

    .pb-xxl-8 {
        padding-bottom: 8px !important;
    }

    .p-xxl-10 {
        padding: 10px !important;
    }

    .ps-xxl-10 {
        padding-left: 10px !important;
    }

    .pe-xxl-10 {
        padding-right: 10px !important;
    }

    .pt-xxl-10 {
        padding-top: 10px !important;
    }

    .pb-xxl-10 {
        padding-bottom: 10px !important;
    }

    .p-xxl-11 {
        padding: 11px !important;
    }

    .ps-xxl-11 {
        padding-left: 11px !important;
    }

    .pe-xxl-11 {
        padding-right: 11px !important;
    }

    .pt-xxl-11 {
        padding-top: 11px !important;
    }

    .pb-xxl-11 {
        padding-bottom: 11px !important;
    }

    .p-xxl-12 {
        padding: 12px !important;
    }

    .ps-xxl-12 {
        padding-left: 12px !important;
    }

    .pe-xxl-12 {
        padding-right: 12px !important;
    }

    .pt-xxl-12 {
        padding-top: 12px !important;
    }

    .pb-xxl-12 {
        padding-bottom: 12px !important;
    }

    .p-xxl-15 {
        padding: 15px !important;
    }

    .ps-xxl-15 {
        padding-left: 15px !important;
    }

    .pe-xxl-15 {
        padding-right: 15px !important;
    }

    .pt-xxl-15 {
        padding-top: 15px !important;
    }

    .pb-xxl-15 {
        padding-bottom: 15px !important;
    }

    .pt-xxl-18 {
        padding-top: 18px !important;
    }

    .pb-xxl-18 {
        padding-bottom: 18px !important;
    }

    .p-xxl-20 {
        padding: 20px !important;
    }

    .ps-xxl-20 {
        padding-left: 20px !important;
    }

    .pe-xxl-20 {
        padding-right: 20px !important;
    }

    .pt-xxl-20 {
        padding-top: 20px !important;
    }

    .pb-xxl-20 {
        padding-bottom: 20px !important;
    }

    .p-xxl-25 {
        padding: 25px !important;
    }

    .ps-xxl-25 {
        padding-left: 25px !important;
    }

    .pe-xxl-25 {
        padding-right: 25px !important;
    }

    .pt-xxl-25 {
        padding-top: 25px !important;
    }

    .pb-xxl-25 {
        padding-bottom: 25px !important;
    }

    .p-xxl-30 {
        padding: 30px !important;
    }

    .ps-xxl-30 {
        padding-left: 30px !important;
    }

    .pe-xxl-30 {
        padding-right: 30px !important;
    }

    .pt-xxl-30 {
        padding-top: 30px !important;
    }

    .pb-xxl-30 {
        padding-bottom: 30px !important;
    }

    .p-xxl-35 {
        padding: 35px !important;
    }

    .ps-xxl-35 {
        padding-left: 35px !important;
    }

    .pe-xxl-35 {
        padding-right: 35px !important;
    }

    .pt-xxl-35 {
        padding-top: 35px !important;
    }

    .pb-xxl-35 {
        padding-bottom: 35px !important;
    }

    .p-xxl-40 {
        padding: 40px !important;
    }

    .ps-xxl-40 {
        padding-left: 40px !important;
    }

    .pe-xxl-40 {
        padding-right: 40px !important;
    }

    .pt-xxl-40 {
        padding-top: 40px !important;
    }

    .pb-xxl-40 {
        padding-bottom: 40px !important;
    }

    .p-xxl-45 {
        padding: 45px !important;
    }

    .ps-xxl-45 {
        padding-left: 45px !important;
    }

    .pe-xxl-45 {
        padding-right: 45px !important;
    }

    .pt-xxl-45 {
        padding-top: 45px !important;
    }

    .pb-xxl-45 {
        padding-bottom: 45px !important;
    }

    .p-xxl-50 {
        padding: 50px !important;
    }

    .ps-xxl-50 {
        padding-left: 50px !important;
    }

    .pe-xxl-50 {
        padding-right: 50px !important;
    }

    .pt-xxl-50 {
        padding-top: 50px !important;
    }

    .pb-xxl-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

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

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

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

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

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

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

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

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

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

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

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

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

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

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

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

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

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

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

    .m-xxl-5 {
        margin: 5px !important;
    }

    .ms-xxl-5 {
        margin-left: 5px !important;
    }

    .me-xxl-5 {
        margin-right: 5px !important;
    }

    .mt-xxl-5 {
        margin-top: 5px !important;
    }

    .mb-xxl-5 {
        margin-bottom: 5px !important;
    }

    .m-xxl-8 {
        margin: 8px !important;
    }

    .ms-xxl-8 {
        margin-left: 8px !important;
    }

    .me-xxl-8 {
        margin-right: 8px !important;
    }

    .mt-xxl-8 {
        margin-top: 8px !important;
    }

    .mb-xxl-8 {
        margin-bottom: 8px !important;
    }

    .m-xxl-10 {
        margin: 10px !important;
    }

    .ms-xxl-10 {
        margin-left: 10px !important;
    }

    .me-xxl-10 {
        margin-right: 10px !important;
    }

    .mt-xxl-10 {
        margin-top: 10px !important;
    }

    .mb-xxl-10 {
        margin-bottom: 10px !important;
    }

    .m-xxl-11 {
        margin: 11px !important;
    }

    .ms-xxl-11 {
        margin-left: 11px !important;
    }

    .me-xxl-11 {
        margin-right: 11px !important;
    }

    .mt-xxl-11 {
        margin-top: 11px !important;
    }

    .mb-xxl-11 {
        margin-bottom: 11px !important;
    }

    .m-xxl-12 {
        margin: 12px !important;
    }

    .ms-xxl-12 {
        margin-left: 12px !important;
    }

    .me-xxl-12 {
        margin-right: 12px !important;
    }

    .mt-xxl-12 {
        margin-top: 12px !important;
    }

    .mb-xxl-12 {
        margin-bottom: 12px !important;
    }

    .m-xxl-15 {
        margin: 15px !important;
    }

    .ms-xxl-15 {
        margin-left: 15px !important;
    }

    .me-xxl-15 {
        margin-right: 15px !important;
    }

    .mt-xxl-15 {
        margin-top: 15px !important;
    }

    .mb-xxl-15 {
        margin-bottom: 15px !important;
    }

    .m-xxl-20 {
        margin: 20px !important;
    }

    .ms-xxl-20 {
        margin-left: 20px !important;
    }

    .me-xxl-20 {
        margin-right: 20px !important;
    }

    .mt-xxl-20 {
        margin-top: 20px !important;
    }

    .mb-xxl-20 {
        margin-bottom: 20px !important;
    }

    .m-xxl-25 {
        margin: 25px !important;
    }

    .ms-xxl-25 {
        margin-left: 25px !important;
    }

    .me-xxl-25 {
        margin-right: 25px !important;
    }

    .mt-xxl-25 {
        margin-top: 25px !important;
    }

    .mb-xxl-25 {
        margin-bottom: 25px !important;
    }

    .m-xxl-30 {
        margin: 30px !important;
    }

    .ms-xxl-30 {
        margin-left: 30px !important;
    }

    .me-xxl-30 {
        margin-right: 30px !important;
    }

    .mt-xxl-30 {
        margin-top: 30px !important;
    }

    .mb-xxl-30 {
        margin-bottom: 30px !important;
    }

    .m-xxl-35 {
        margin: 35px !important;
    }

    .ms-xxl-35 {
        margin-left: 35px !important;
    }

    .me-xxl-35 {
        margin-right: 35px !important;
    }

    .mt-xxl-35 {
        margin-top: 35px !important;
    }

    .mb-xxl-35 {
        margin-bottom: 35px !important;
    }

    .m-xxl-40 {
        margin: 40px !important;
    }

    .ms-xxl-40 {
        margin-left: 40px !important;
    }

    .me-xxl-40 {
        margin-right: 40px !important;
    }

    .mt-xxl-40 {
        margin-top: 40px !important;
    }

    .mb-xxl-40 {
        margin-bottom: 40px !important;
    }

    .m-xxl-45 {
        margin: 45px !important;
    }

    .ms-xxl-45 {
        margin-left: 45px !important;
    }

    .me-xxl-45 {
        margin-right: 45px !important;
    }

    .mt-xxl-45 {
        margin-top: 45px !important;
    }

    .mb-xxl-45 {
        margin-bottom: 45px !important;
    }

    .m-xxl-50 {
        margin: 50px !important;
    }

    .ms-xxl-50 {
        margin-left: 50px !important;
    }

    .me-xxl-50 {
        margin-right: 50px !important;
    }

    .mt-xxl-50 {
        margin-top: 50px !important;
    }

    .mb-xxl-50 {
        margin-bottom: 50px !important;
    }

    .ms-xxl-100 {
        margin-left: 100px !important;
    }

    .fs-xxl-30 {
        font-size: 30px !important;
    }

    .fs-xxl-25 {
        font-size: 25px !important;
    }

    .fs-xxl-20 {
        font-size: 20px !important;
    }

    .fs-xxl-18 {
        font-size: 18px !important;
    }

    .fs-xxl-16 {
        font-size: 16px !important;
    }

    .fs-xxl-15 {
        font-size: 15px !important;
    }

    .fs-xxl-14 {
        font-size: 14px !important;
    }

    .fs-xxl-13 {
        font-size: 13px !important;
    }
}

@media (min-width: 1600px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

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

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

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

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

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

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

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

    .mb-xxxl-25 {
        margin-bottom: 25px !important;
    }

    .fs-xxxl-30 {
        font-size: 30px !important;
    }

    .fs-xxxl-25 {
        font-size: 25px !important;
    }

    .fs-xxxl-20 {
        font-size: 20px !important;
    }

    .fs-xxxl-18 {
        font-size: 18px !important;
    }

    .fs-xxxl-16 {
        font-size: 16px !important;
    }

    .fs-xxxl-15 {
        font-size: 15px !important;
    }

    .fs-xxxl-14 {
        font-size: 14px !important;
    }

    .fs-xxxl-13 {
        font-size: 13px !important;
    }

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

    .ps-xxxl-0 {
        padding-left: 0 !important;
    }

    .pe-xxxl-0 {
        padding-right: 0 !important;
    }

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

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

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

    .ps-xxxl-1 {
        padding-left: 0.25rem !important;
    }

    .pe-xxxl-1 {
        padding-right: 0.25rem !important;
    }

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

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

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

    .ps-xxxl-2 {
        padding-left: 0.5rem !important;
    }

    .pe-xxxl-2 {
        padding-right: 0.5rem !important;
    }

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

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

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

    .ps-xxxl-3 {
        padding-left: 1rem !important;
    }

    .pe-xxxl-3 {
        padding-right: 1rem !important;
    }

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

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

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

    .ps-xxxl-4 {
        padding-left: 1.5rem !important;
    }

    .pe-xxxl-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .p-xxxl-5 {
        padding: 5px !important;
    }

    .ps-xxxl-5 {
        padding-left: 5px !important;
    }

    .pe-xxxl-5 {
        padding-right: 5px !important;
    }

    .pt-xxxl-5 {
        padding-top: 5px !important;
    }

    .pb-xxxl-5 {
        padding-bottom: 5px !important;
    }

    .p-xxxl-8 {
        padding: 8px !important;
    }

    .ps-xxxl-8 {
        padding-left: 8px !important;
    }

    .pe-xxxl-8 {
        padding-right: 8px !important;
    }

    .pt-xxxl-8 {
        padding-top: 8px !important;
    }

    .pb-xxxl-8 {
        padding-bottom: 8px !important;
    }

    .p-xxxl-10 {
        padding: 10px !important;
    }

    .ps-xxxl-10 {
        padding-left: 10px !important;
    }

    .pe-xxxl-10 {
        padding-right: 10px !important;
    }

    .pt-xxxl-10 {
        padding-top: 10px !important;
    }

    .pb-xxxl-10 {
        padding-bottom: 10px !important;
    }

    .p-xxxl-11 {
        padding: 11px !important;
    }

    .ps-xxxl-11 {
        padding-left: 11px !important;
    }

    .pe-xxxl-11 {
        padding-right: 11px !important;
    }

    .pt-xxxl-11 {
        padding-top: 11px !important;
    }

    .pb-xxxl-11 {
        padding-bottom: 11px !important;
    }

    .p-xxxl-12 {
        padding: 12px !important;
    }

    .ps-xxxl-12 {
        padding-left: 12px !important;
    }

    .pe-xxxl-12 {
        padding-right: 12px !important;
    }

    .pt-xxxl-12 {
        padding-top: 12px !important;
    }

    .pb-xxxl-12 {
        padding-bottom: 12px !important;
    }

    .p-xxxl-15 {
        padding: 15px !important;
    }

    .ps-xxxl-15 {
        padding-left: 15px !important;
    }

    .pe-xxxl-15 {
        padding-right: 15px !important;
    }

    .pt-xxxl-15 {
        padding-top: 15px !important;
    }

    .pb-xxxl-15 {
        padding-bottom: 15px !important;
    }

    .pt-xxxl-18 {
        padding-top: 18px !important;
    }

    .pb-xxxl-18 {
        padding-bottom: 18px !important;
    }

    .p-xxxl-20 {
        padding: 20px !important;
    }

    .ps-xxxl-20 {
        padding-left: 20px !important;
    }

    .pe-xxxl-20 {
        padding-right: 20px !important;
    }

    .pt-xxxl-20 {
        padding-top: 20px !important;
    }

    .pb-xxxl-20 {
        padding-bottom: 20px !important;
    }

    .p-xxxl-25 {
        padding: 25px !important;
    }

    .ps-xxxl-25 {
        padding-left: 25px !important;
    }

    .pe-xxxl-25 {
        padding-right: 25px !important;
    }

    .pt-xxxl-25 {
        padding-top: 25px !important;
    }

    .pb-xxxl-25 {
        padding-bottom: 25px !important;
    }

    .p-xxxl-30 {
        padding: 30px !important;
    }

    .ps-xxxl-30 {
        padding-left: 30px !important;
    }

    .pe-xxxl-30 {
        padding-right: 30px !important;
    }

    .pt-xxxl-30 {
        padding-top: 30px !important;
    }

    .pb-xxxl-30 {
        padding-bottom: 30px !important;
    }

    .p-xxxl-35 {
        padding: 35px !important;
    }

    .ps-xxxl-35 {
        padding-left: 35px !important;
    }

    .pe-xxxl-35 {
        padding-right: 35px !important;
    }

    .pt-xxxl-35 {
        padding-top: 35px !important;
    }

    .pb-xxxl-35 {
        padding-bottom: 35px !important;
    }

    .p-xxxl-40 {
        padding: 40px !important;
    }

    .ps-xxxl-40 {
        padding-left: 40px !important;
    }

    .pe-xxxl-40 {
        padding-right: 40px !important;
    }

    .pt-xxxl-40 {
        padding-top: 40px !important;
    }

    .pb-xxxl-40 {
        padding-bottom: 40px !important;
    }

    .p-xxxl-45 {
        padding: 45px !important;
    }

    .ps-xxxl-45 {
        padding-left: 45px !important;
    }

    .pe-xxxl-45 {
        padding-right: 45px !important;
    }

    .pt-xxxl-45 {
        padding-top: 45px !important;
    }

    .pb-xxxl-45 {
        padding-bottom: 45px !important;
    }

    .p-xxxl-50 {
        padding: 50px !important;
    }

    .ps-xxxl-50 {
        padding-left: 50px !important;
    }

    .pe-xxxl-50 {
        padding-right: 50px !important;
    }

    .pt-xxxl-50 {
        padding-top: 50px !important;
    }

    .pb-xxxl-50 {
        padding-bottom: 50px !important;
    }

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

    .ms-xxxl-0 {
        margin-left: 0 !important;
    }

    .me-xxxl-0 {
        margin-right: 0 !important;
    }

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

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

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

    .ms-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .me-xxxl-1 {
        margin-right: 0.25rem !important;
    }

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

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

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

    .ms-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .me-xxxl-2 {
        margin-right: 0.5rem !important;
    }

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

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

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

    .ms-xxxl-3 {
        margin-left: 1rem !important;
    }

    .me-xxxl-3 {
        margin-right: 1rem !important;
    }

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

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

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

    .ms-xxxl-4 {
        margin-left: 1.5rem !important;
    }

    .me-xxxl-4 {
        margin-right: 1.5rem !important;
    }

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

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

    .m-xxxl-5 {
        margin: 5px !important;
    }

    .ms-xxxl-5 {
        margin-left: 5px !important;
    }

    .me-xxxl-5 {
        margin-right: 5px !important;
    }

    .mt-xxxl-5 {
        margin-top: 5px !important;
    }

    .mb-xxxl-5 {
        margin-bottom: 5px !important;
    }

    .m-xxxl-8 {
        margin: 8px !important;
    }

    .ms-xxxl-8 {
        margin-left: 8px !important;
    }

    .me-xxxl-8 {
        margin-right: 8px !important;
    }

    .mt-xxxl-8 {
        margin-top: 8px !important;
    }

    .mb-xxxl-8 {
        margin-bottom: 8px !important;
    }

    .m-xxxl-10 {
        margin: 10px !important;
    }

    .ms-xxxl-10 {
        margin-left: 10px !important;
    }

    .me-xxxl-10 {
        margin-right: 10px !important;
    }

    .mt-xxxl-10 {
        margin-top: 10px !important;
    }

    .mb-xxxl-10 {
        margin-bottom: 10px !important;
    }

    .m-xxxl-11 {
        margin: 11px !important;
    }

    .ms-xxxl-11 {
        margin-left: 11px !important;
    }

    .me-xxxl-11 {
        margin-right: 11px !important;
    }

    .mt-xxxl-11 {
        margin-top: 11px !important;
    }

    .mb-xxxl-10 {
        margin-bottom: 10px !important;
    }

    .m-xxxl-12 {
        margin: 12px !important;
    }

    .ms-xxxl-12 {
        margin-left: 12px !important;
    }

    .me-xxxl-12 {
        margin-right: 12px !important;
    }

    .mt-xxxl-12 {
        margin-top: 12px !important;
    }

    .mb-xxxl-12 {
        margin-bottom: 12px !important;
    }

    .m-xxxl-15 {
        margin: 15px !important;
    }

    .ms-xxxl-15 {
        margin-left: 15px !important;
    }

    .me-xxxl-15 {
        margin-right: 15px !important;
    }

    .mt-xxxl-15 {
        margin-top: 15px !important;
    }

    .mb-xxxl-15 {
        margin-bottom: 15px !important;
    }

    .m-xxxl-20 {
        margin: 20px !important;
    }

    .ms-xxxl-20 {
        margin-left: 20px !important;
    }

    .me-xxxl-20 {
        margin-right: 20px !important;
    }

    .mt-xxxl-20 {
        margin-top: 20px !important;
    }

    .mb-xxxl-20 {
        margin-bottom: 20px !important;
    }

    .m-xxxl-25 {
        margin: 25px !important;
    }

    .ms-xxxl-25 {
        margin-left: 25px !important;
    }

    .me-xxxl-25 {
        margin-right: 25px !important;
    }

    .mt-xxxl-25 {
        margin-top: 25px !important;
    }

    .mb-xxxl-25 {
        margin-bottom: 25px !important;
    }

    .m-xxxl-30 {
        margin: 30px !important;
    }

    .ms-xxxl-30 {
        margin-left: 30px !important;
    }

    .me-xxxl-30 {
        margin-right: 30px !important;
    }

    .mt-xxxl-30 {
        margin-top: 30px !important;
    }

    .mb-xxxl-30 {
        margin-bottom: 30px !important;
    }

    .m-xxxl-35 {
        margin: 35px !important;
    }

    .ms-xxxl-35 {
        margin-left: 35px !important;
    }

    .me-xxxl-35 {
        margin-right: 35px !important;
    }

    .mt-xxxl-35 {
        margin-top: 35px !important;
    }

    .mb-xxxl-35 {
        margin-bottom: 35px !important;
    }

    .m-xxxl-40 {
        margin: 40px !important;
    }

    .ms-xxxl-40 {
        margin-left: 40px !important;
    }

    .me-xxxl-40 {
        margin-right: 40px !important;
    }

    .mt-xxxl-40 {
        margin-top: 40px !important;
    }

    .mb-xxxl-40 {
        margin-bottom: 40px !important;
    }

    .m-xxxl-45 {
        margin: 45px !important;
    }

    .ms-xxxl-45 {
        margin-left: 45px !important;
    }

    .me-xxxl-45 {
        margin-right: 45px !important;
    }

    .mt-xxxl-45 {
        margin-top: 45px !important;
    }

    .mb-xxxl-45 {
        margin-bottom: 45px !important;
    }

    .m-xxxl-50 {
        margin: 50px !important;
    }

    .ms-xxxl-50 {
        margin-left: 50px !important;
    }

    .me-xxxl-50 {
        margin-right: 50px !important;
    }

    .mt-xxxl-50 {
        margin-top: 50px !important;
    }

    .mb-xxxl-50 {
        margin-bottom: 50px !important;
    }

    .ms-xxxl-100 {
        margin-left: 100px !important;
    }

    .order-xxxl-1 {
        order: 1 !important;
    }

    .order-xxxl-2 {
        order: 2 !important;
    }
}

.header-area {
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    position: fixed;
    left: 250px;
    right: 0px;
}

    .header-area .header-left-side {
        position: relative;
    }

        .header-area .header-left-side button.header-burger-menu {
            margin-right: 22px;
            cursor: pointer;
            font-size: 22px;
            top: 3px;
            border: none;
        }

            .header-area .header-left-side button.header-burger-menu:hover {
                color: var(--splash-color-primary);
            }

        .header-area .header-left-side .search-box {
            width: 300px;
        }

            .header-area .header-left-side .search-box .form-control {
                background-color: #f5f4fa;
                padding-left: 15px;
                padding-right: 15px;
            }

            .header-area .header-left-side .search-box .default-btn {
                z-index: 6;
            }

    .header-area .header-right-side {
        flex-wrap: wrap;
    }

        .header-area .header-right-side .dropdown {
            margin-left: 15px;
            margin-right: 15px;
        }

            .header-area .header-right-side .dropdown .dropdown-toggle {
                top: 6px;
                font-size: 21px;
                color: var(--splash-color-paragraph);
            }

                .header-area .header-right-side .dropdown .dropdown-toggle .dot-badge {
                    top: -9px;
                    right: -8px;
                    width: 17px;
                    height: 17px;
                    font-size: 10px;
                    line-height: 17px;
                }

                .header-area .header-right-side .dropdown .dropdown-toggle::after {
                    display: none;
                }

                .header-area .header-right-side .dropdown .dropdown-toggle:hover {
                    color: var(--splash-color-primary);
                }

            .header-area .header-right-side .dropdown .dropdown-menu {
                width: 375px;
                font-size: 14px;
                box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
                margin-top: 19px !important;
                margin-right: -10px !important;
                padding-top: 30px;
                padding-bottom: 25px;
            }

                .header-area .header-right-side .dropdown .dropdown-menu .title {
                    padding-left: 28px;
                    padding-right: 28px;
                    padding-bottom: 27px;
                }

                    .header-area .header-right-side .dropdown .dropdown-menu .title .link-btn {
                        font-size: 13px;
                    }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li {
                    border-bottom: 1px dashed #e7e2e2;
                    padding: 18px 28px 18px 87px;
                    letter-spacing: 0.01em;
                }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .icon {
                        top: 50%;
                        left: 28px;
                        width: 44px;
                        height: 44px;
                        font-size: 20px;
                        background: #f2f1f9;
                        transform: translateY(-50%);
                        color: var(--splash-color-primary);
                    }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .icon i,
                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .icon img {
                            left: 0;
                            right: 0;
                            top: 50%;
                            line-height: 1;
                            position: absolute;
                            transform: translateY(-50%);
                            margin-left: auto;
                            margin-right: auto;
                        }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li img {
                        top: 50%;
                        left: 28px;
                        transform: translateY(-50%);
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li span {
                        font-size: 15px;
                        margin-bottom: 3px;
                    }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li span span {
                            font-size: 12px;
                        }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .unread {
                        top: 50%;
                        right: 25px;
                        transform: translateY(-50%);
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(2) .icon, .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(5) .icon, .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(8) .icon {
                        background: #f3f7f9;
                        color: #39b2de;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(3) .icon, .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(6) .icon, .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:nth-child(9) .icon {
                        background: #f1faf8;
                        color: #06b48a;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:first-child {
                        border-top: 1px dashed #e7e2e2;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:last-child {
                        border-bottom: 0;
                    }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer {
                    padding-top: 18px;
                }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer .link-btn {
                        font-size: 13px;
                    }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer .link-btn::before {
                            left: 0;
                            right: 0;
                            bottom: 0;
                            height: 1px;
                            width: 100%;
                            content: "";
                            position: absolute;
                            transition: var(--transition);
                            background: var(--splash-color-primary);
                        }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer .link-btn:hover::before {
                            transform: scaleX(0);
                        }

            .header-area .header-right-side .dropdown.menu-dropdown {
                padding-top: 5px;
                padding-bottom: 5px;
                padding-right: 25px;
                /*width: 90px;*/
                font-size: 16px;
                font-weight: 600;
                white-space: nowrap;
                cursor: pointer;
            }

            .header-area .header-right-side .dropdown.menu-dropdown:hover {
                color:#d8006b;
            }

            .header-area .header-right-side .dropdown.apps-dropdown {
                margin-right: 8px;
            }

                .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu {
                    width: 185px;
                    margin-top: 19px !important;
                }

                    .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 75px;
                    }

                        .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu .dropdown-body li .icon {
                            width: 36px;
                            height: 36px;
                        }

            .header-area .header-right-side .dropdown.language-dropdown {
                margin-right: 18px;
            }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle {
                    top: 2px;
                    font-size: 14px;
                    padding-left: 27px;
                    padding-right: 17px;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle i {
                        left: 0;
                        top: 50%;
                        line-height: 1;
                        font-size: 20px;
                        margin-top: 0.5px;
                        position: absolute;
                        transform: translateY(-50%);
                        color: var(--splash-color-primary);
                    }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle::before {
                        right: 0;
                        top: 50%;
                        line-height: 1;
                        content: "\e9fe";
                        position: absolute;
                        transform: translateY(-50%);
                        font-family: Phosphor-Bold;
                        font-size: 12px;
                    }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle:hover {
                        color: var(--splash-color-primary);
                    }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu {
                    width: 220px;
                    margin-top: 27px !important;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 70px;
                    }

            .header-area .header-right-side .dropdown.notification-dropdown .dropdown-menu {
                margin-right: -30px !important;
            }

            .header-area .header-right-side .dropdown.profile-dropdown {
                margin-left: 20px;
            }

                .header-area .header-right-side .dropdown.profile-dropdown .dropdown-toggle {
                    top: 0;
                }

                .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu {
                    margin-top: 13px !important;
                    padding: 15px 0;
                    width: 200px;
                }

                    .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li {
                        border: none;
                        padding: 7px 20px 7px 44px;
                    }

                        .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li i {
                            top: 50%;
                            left: 20px;
                            line-height: 1;
                            margin-top: 0.5px;
                            position: absolute;
                            transform: translateY(-50%);
                            color: var(--splash-color-primary);
                        }

                        .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li:hover {
                            background-color: var(--splash-color-bg-body);
                        }

            .header-area .header-right-side .dropdown:last-child {
                /*margin-right: 0;*/
            }

            .header-area .header-right-side .dropdown:first-child {
                /*margin-left: 0;*/
            }

        .header-area .header-right-side .dark-swtich-btn {
            margin-right: 4px;
        }

            .header-area .header-right-side .dark-swtich-btn .switch-toggle {
                top: 1px;
                width: 36px;
                height: 36px;
                font-size: 17px;
                background-color: #f2f1f9;
                color: var(--splash-color-primary);
            }

                .header-area .header-right-side .dark-swtich-btn .switch-toggle i {
                    left: 0;
                    right: 0;
                    top: 50%;
                    line-height: 1;
                    margin-top: 1px;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .header-area .header-right-side .dark-swtich-btn .switch-toggle:hover {
                    background-color: var(--splash-color-primary);
                    color: var(--splash-color-white);
                }

    .header-area.sticky {
        top: 0;
        box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
    }

.sidebar-hide .header-area {
    left: 85px;
}

    .sidebar-hide .header-area.sticky {
        left: 85px;
    }

.dark .header-area .header-left-side .search-box .form-control {
    background-color: var(--splash-color-black);
}

.dark .header-area .header-right-side .dropdown .dropdown-toggle {
    color: #bcbbc7;
}

    .dark .header-area .header-right-side .dropdown .dropdown-toggle:hover {
        color: var(--splash-color-primary);
    }

.dark .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li {
    border-bottom-color: #45445e;
}

    .dark .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li:first-child {
        border-top-color: #45445e;
    }

.dark .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li:hover {
    background-color: var(--splash-color-black);
}

.dark .header-area .header-right-side .dark-swtich-btn .switch-toggle {
    background-color: var(--splash-color-black);
}

    .dark .header-area .header-right-side .dark-swtich-btn .switch-toggle:hover {
        background-color: var(--splash-color-primary);
    }

.dark .header-area.sticky {
    box-shadow: unset;
}

@media only screen and (max-width: 767px) {
    /*.header-area {
        top: 15px;
        left: 15px;
        right: 15px;
    }

        .header-area .header-left-side {
            margin-bottom: 10px;
        }

            .header-area .header-left-side button.header-burger-menu {
                margin-right: 15px;
                font-size: 20px;
            }

            .header-area .header-left-side .search-box {
                width: 225px;
            }

                .header-area .header-left-side .search-box .form-control {
                    padding: 10px 12px;
                }

        .header-area .header-right-side .dropdown {
            margin-left: 10px;
            margin-right: 10px;
        }

            .header-area .header-right-side .dropdown .dropdown-toggle {
                top: 6px;
                font-size: 19px;
            }

                .header-area .header-right-side .dropdown .dropdown-toggle .dot-badge {
                    top: -6px;
                    right: -6px;
                    width: 14px;
                    height: 14px;
                    font-size: 9px;
                    line-height: 14px;
                }

            .header-area .header-right-side .dropdown .dropdown-menu {
                width: 280px;
                left: auto !important;
                right: auto !important;
                margin-left: -21px !important;
                margin-top: 17px !important;
                margin-right: 0 !important;
                padding-top: 15px;
                padding-bottom: 15px;
            }

                .header-area .header-right-side .dropdown .dropdown-menu .title {
                    padding-left: 15px;
                    padding-right: 15px;
                    padding-bottom: 15px;
                }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body {
                    font-size: 13px;
                }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li {
                        padding: 15px 15px 15px 67px;
                    }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .icon {
                            left: 15px;
                            width: 40px;
                            height: 40px;
                            font-size: 18px;
                        }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li img {
                            left: 15px;
                        }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li span {
                            font-size: 14px;
                        }

                        .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .unread {
                            right: 15px;
                        }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer {
                    padding-top: 12px;
                }

            .header-area .header-right-side .dropdown.apps-dropdown {
                margin-right: 8px;
            }

                .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu {
                    width: 155px;
                    margin-top: 17px !important;
                }

                    .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 62px;
                    }

            .header-area .header-right-side .dropdown.email-dropdown .dropdown-menu .dropdown-body li img {
                width: 40px;
                height: 40px;
            }

            .header-area .header-right-side .dropdown.language-dropdown {
                margin-right: 10px;
            }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle {
                    top: 2px;
                    font-size: 13px;
                    padding-left: 0;
                    padding-right: 14px;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle i {
                        display: none;
                    }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle::before {
                        margin-top: 1px;
                        font-size: 10px;
                    }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu {
                    width: 170px;
                    margin-top: 24px !important;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 55px;
                    }

            .header-area .header-right-side .dropdown.notification-dropdown .dropdown-menu {
                margin-right: 0 !important;
            }

            .header-area .header-right-side .dropdown.profile-dropdown {
                margin-left: 10px;
            }

                .header-area .header-right-side .dropdown.profile-dropdown .dropdown-toggle img {
                    width: 40px;
                    height: 40px;
                }

                .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu {
                    left: auto !important;
                    right: 0 !important;
                    padding: 6px 0;
                    width: 150px;
                }

                    .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li {
                        border: none;
                        padding: 5px 15px 5px 38px;
                    }

                        .header-area .header-right-side .dropdown.profile-dropdown .dropdown-menu .dropdown-body li i {
                            left: 15px;
                        }

        .header-area .header-right-side .dark-swtich-btn {
            margin-right: 2px;
        }

            .header-area .header-right-side .dark-swtich-btn .switch-toggle {
                top: 3px;
                width: 30px;
                height: 30px;
                font-size: 15px;
            }

    .sidebar-hide .header-area {
        left: 15px;
    }

        .sidebar-hide .header-area.sticky {
            left: 15px;
        }*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /*.header-area .header-left-side .search-box {
        width: 300px;
    }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.header-area {
        left: 25px;
        right: 25px;
    }

        .header-area .header-left-side button.header-burger-menu {
            margin-right: 18px;
            font-size: 20px;
        }

        .header-area .header-left-side .search-box {
            width: 290px;
        }

        .header-area .header-right-side .dropdown {
            margin-left: 12px;
            margin-right: 12px;
        }

            .header-area .header-right-side .dropdown .dropdown-toggle {
                top: 4px;
                font-size: 20px;
            }

                .header-area .header-right-side .dropdown .dropdown-toggle .dot-badge {
                    top: -7px;
                    right: -5px;
                    width: 15px;
                    height: 15px;
                    font-size: 9px;
                    line-height: 15px;
                }

            .header-area .header-right-side .dropdown .dropdown-menu {
                width: 300px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .header-area .header-right-side .dropdown .dropdown-menu .title {
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-bottom: 20px;
                }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li {
                    padding: 18px 20px 18px 78px;
                }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .icon {
                        left: 20px;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li img {
                        left: 20px;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li span {
                        font-size: 14px;
                    }

                    .header-area .header-right-side .dropdown .dropdown-menu .dropdown-body li .unread {
                        right: 20px;
                    }

                .header-area .header-right-side .dropdown .dropdown-menu .dropdown-footer {
                    padding-top: 15px;
                }

            .header-area .header-right-side .dropdown.apps-dropdown {
                margin-right: 8px;
            }

                .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu {
                    width: 150px;
                }

                    .header-area .header-right-side .dropdown.apps-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 65px;
                    }

            .header-area .header-right-side .dropdown.language-dropdown {
                margin-right: 12px;
            }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle {
                    top: 2px;
                    padding-left: 24px;
                    padding-right: 15px;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle i {
                        font-size: 18px;
                        margin-top: 0;
                    }

                .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu {
                    width: 200px;
                }

                    .header-area .header-right-side .dropdown.language-dropdown .dropdown-menu .dropdown-body li {
                        padding-left: 63px;
                    }

            .header-area .header-right-side .dropdown.profile-dropdown {
                margin-left: 12px;
            }

        .header-area .header-right-side .dark-swtich-btn {
            margin-right: 5px;
        }

            .header-area .header-right-side .dark-swtich-btn .switch-toggle {
                top: 1px;
                width: 35px;
                height: 35px;
                font-size: 16px;
            }

    .sidebar-hide .header-area {
        left: 25px;
    }

        .sidebar-hide .header-area.sticky {
            left: 25px;
        }*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.header-area {
        left: 25px;
        right: 25px;
    }

        .header-area .header-right-side .dropdown {
            margin-left: 15px;
            margin-right: 15px;
        }

            .header-area .header-right-side .dropdown .dropdown-toggle {
                top: 5px;
                font-size: 20px;
            }

            .header-area .header-right-side .dropdown.language-dropdown .dropdown-toggle {
                top: 3px;
            }

        .header-area .header-right-side .dark-swtich-btn .switch-toggle {
            top: 1px;
        }

    .sidebar-hide .header-area {
        left: 25px;
    }

        .sidebar-hide .header-area.sticky {
            left: 25px;
        }*/
}

@media only screen and (min-width: 1600px) {
    /*.header-area {
        left: 320px;
        right: 40px;
    }

    .sidebar-hide .header-area {
        left: 100px;
    }

        .sidebar-hide .header-area.sticky {
            left: 100px;
        }*/
}

.sidebar-area {
    width: 250px;
    z-index: 99;
}

    .sidebar-area .logo {
        z-index: 99;
        margin-right: 5px;
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .sidebar-area .logo a span {
            font-size: 22px;
            letter-spacing: 0.04em;
        }

        .sidebar-area .logo .sidebar-burger-menu {
            top: 50%;
            opacity: 0;
            right: 15px;
            font-size: 22px;
            cursor: pointer;
            visibility: hidden;
            transform: translateY(-50%);
            transition: var(--transition);
            color: var(--splash-color-white);
        }

    .sidebar-area .border-top,
    .sidebar-area .border-bottom {
        border-color: #3c3a56 !important;
        padding-top: 30px;
    }

    .sidebar-area .sidebar-menu {
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        padding-top: 129px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item {
            margin-bottom: 22px;
        }

            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button {
                text-decoration: none;
                padding: 0 25px 0 40px;
                letter-spacing: 0.01em;
                transition: var(--transition);
                color: var(--splash-color-white);
                font-size: 16px;
                font-weight: 400;
            }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button i {
                    top: 50%;
                    left: 10px;
                    font-size: 18px;
                    line-height: 0.01;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button::after {
                    top: 50%;
                    right: 10px;
                    width: auto;
                    height: auto;
                    margin-left: 0;
                    content: "\f105";
                    color: #bcbbc7;
                    position: absolute;
                    background: unset !important;
                    transform: translateY(-50%) rotate(180deg);
                    font-family: flaticon;
                    font-size: 12px;
                }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button:hover {
                    color: var(--splash-color-white);
                }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button.collapsed {
                    color: #bcbbc7;
                }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button.collapsed:hover {
                        color: var(--splash-color-white);
                    }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button.collapsed::after {
                        transform: translateY(-50%);
                    }

            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link {
                color: #bcbbc7;
                position: relative;
                text-decoration: none;
                letter-spacing: 0.01em;
                padding: 0 25px 0 40px;
                transition: var(--transition);
                font-size: 16px;
                font-weight: 400;
            }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link i {
                    top: 50%;
                    left: 10px;
                    font-size: 18px;
                    line-height: 0.01;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link.active, .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link:hover {
                    color: var(--splash-color-white);
                }

            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body {
                padding-left: 0;
                padding-right: 0;
                padding-bottom: 0;
            }

                .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item {
                    margin-bottom: 2px;
                }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link {
                        display: block;
                        color: #bcbbc7;
                        position: relative;
                        border-radius: 2px;
                        text-decoration: none;
                        letter-spacing: 0.01em;
                        transition: var(--transition);
                        padding-top: 11px;
                        padding-left: 40px;
                        padding-bottom: 11px;
                        font-size: 15px;
                        font-weight: 400;
                    }

                        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link::before {
                            top: 50%;
                            left: 17px;
                            width: 5px;
                            height: 5px;
                            content: "";
                            border-radius: 50%;
                            position: absolute;
                            background: #a09fb0;
                            transform: translateY(-50%);
                            transition: var(--transition);
                        }

                        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link .new-badge {
                            top: -1px;
                            z-index: 1;
                            padding: 0 5px;
                            font-size: 11px;
                            margin-left: 8px;
                            position: relative;
                            background: #6fd3f7;
                            color: var(--splash-color-black);
                        }

                            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link .new-badge::before {
                                top: 50%;
                                width: 8px;
                                height: 8px;
                                content: "";
                                z-index: -1;
                                left: -2.5px;
                                position: absolute;
                                background: #6fd3f7;
                                transform: translateY(-50%) rotate(45deg);
                            }

                        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link.active {
                            color: var(--splash-color-white);
                            background-color: var(--splash-color-primary);
                        }

                            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link.active::before {
                                background: var(--splash-color-white);
                            }

                        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link:hover {
                            color: var(--splash-color-white);
                        }

                            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link:hover::before {
                                background: var(--splash-color-white);
                            }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .accordion-button {
                        padding-top: 11px;
                        padding-bottom: 11px;
                    }

                        .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .accordion-button::before {
                            top: 50%;
                            left: 17px;
                            width: 5px;
                            height: 5px;
                            content: "";
                            border-radius: 50%;
                            position: absolute;
                            background: #a09fb0;
                            transform: translateY(-50%);
                            transition: var(--transition);
                        }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .accordion-collapse .accordion-body {
                        padding-top: 0;
                        padding-left: 24px;
                    }

                    .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item:last-child {
                        margin-bottom: 0;
                    }

            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item.sub-title span {
                letter-spacing: 0.05em;
                color: #706e93;
                font-size: 12px;
                margin-top: 32px;
                margin-bottom: 25px;
                padding-left: 10px;
                padding-right: 10px;
            }

            .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item:last-child {
                margin-bottom: 0;
            }

        .sidebar-area .sidebar-menu::-webkit-scrollbar {
            -webkit-appearance: none;
        }

            .sidebar-area .sidebar-menu::-webkit-scrollbar:vertical {
                width: 5px;
            }

            .sidebar-area .sidebar-menu::-webkit-scrollbar:horizontal {
                height: 5px;
            }

        .sidebar-area .sidebar-menu::-webkit-scrollbar-thumb {
            border-radius: 50px;
            background: #6d6c7d;
        }

        .sidebar-area .sidebar-menu::-webkit-scrollbar-track {
            background: #0d0c1d;
        }

.dark .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button::after {
    filter: unset;
}

@media only screen and (max-width: 767px) {
    /*.sidebar-area {
    left: -100% !important;
  }
  .sidebar-area .logo {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-area .logo a span {
    font-size: 20px;
  }
  .sidebar-area .logo .sidebar-burger-menu {
    opacity: 1;
    font-size: 20px;
    visibility: visible;
  }
  .sidebar-area .border-top,
  .sidebar-area .border-bottom {
    padding-top: 20px;
  }
  .sidebar-area .sidebar-menu {
    padding-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item {
    margin-bottom: 20px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button {
    padding: 0 25px 0 38px;
    font-size: 15px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button i {
    left: 10px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link {
    padding: 0 25px 0 38px;
    font-size: 15px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link i {
    left: 10px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 38px;
    padding-bottom: 10px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .accordion-collapse .accordion-body {
    padding-left: 20px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item.sub-title span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar-area.active {
    left: 0 !important;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.sidebar-area {
    left: -100% !important;
  }
  .sidebar-area .logo .sidebar-burger-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-hide .sidebar-area.active,
  .sidebar-show .sidebar-area.active {
    left: 0 !important;
  }*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.sidebar-area {
    left: -100% !important;
  }
  .sidebar-area .logo .sidebar-burger-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-hide .sidebar-area.active,
  .sidebar-show .sidebar-area.active {
    left: 0 !important;
  }*/
}

@media only screen and (min-width: 1200px) {
    /*.sidebar-area.active {
    width: 60px;
  }
  .sidebar-area.active .logo {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-area.active .logo a span {
    display: none;
  }
  .sidebar-area.active .sidebar-menu {
    overflow-y: hidden;
    padding-top: 120px;
    padding-left: 19px;
    padding-right: 15px;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button {
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button i {
    left: 0;
    right: 0;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button::after {
    display: none;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button .title {
    display: none;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link {
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link i {
    left: 0;
    right: 0;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link .title {
    display: none;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body {
    display: none;
  }
  .sidebar-area.active .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item.sub-title {
    display: none;
  }
  .sidebar-area.active:hover {
    width: 250px;
  }
  .sidebar-area.active:hover .logo {
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidebar-area.active:hover .logo a span {
    display: block;
  }
  .sidebar-area.active:hover .logo .sidebar-burger-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar-area.active:hover .sidebar-menu {
    overflow-y: scroll;
    padding-top: 129px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button {
    width: auto;
    height: auto;
    text-align: start;
    padding: 0 25px 0 40px;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button i {
    left: 10px;
    right: auto;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button::after {
    display: block;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button .title {
    display: block;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link {
    width: auto;
    height: auto;
    text-align: start;
    padding: 0 25px 0 40px;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link i {
    left: 10px;
    right: auto;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link .title {
    display: block;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body {
    display: block;
  }
  .sidebar-area.active:hover .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item.sub-title {
    display: block;
  }*/
}

@media only screen and (min-width: 1600px) {
    /*.sidebar-area {
    width: 280px;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button i {
    line-height: 1;
  }
  .sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .sidebar-nav-link i {
    line-height: 1;
  }
  .sidebar-hide .sidebar-area {
    width: 60px;
  }
  .sidebar-hide .sidebar-area:hover {
    width: 280px;
  }*/
}

.welcome-box {
    background: linear-gradient(180deg, rgba(187, 196, 245, 0.6) 0%, rgba(183, 193, 244, 0.6) 48.44%, rgba(175, 184, 239, 0.6) 71.87%, rgba(172, 182, 237, 0.6) 100%);
}

    .welcome-box .card-body {
        padding-left: 30px;
    }

    .welcome-box .title {
        top: -12px;
    }

    .welcome-box ul {
        margin-top: 45px;
    }

        .welcome-box ul li {
            padding-left: 28px;
            padding-right: 25px;
        }

            .welcome-box ul li span {
                font-size: 24px;
            }

            .welcome-box ul li::before {
                top: 0;
                right: 0;
                bottom: 0;
                content: "";
                width: 1.5px;
                margin-top: 3px;
                position: absolute;
                background: rgba(255, 255, 255, 0.3);
            }

            .welcome-box ul li:first-child {
                padding-left: 0;
            }

            .welcome-box ul li:last-child {
                padding-right: 0;
            }

                .welcome-box ul li:last-child::before {
                    display: none;
                }

.stats-box .card-body {
    padding-top: 28px;
    padding-bottom: 28px;
}

.stats-box .icon {
    width: 68px;
    height: 68px;
    font-size: 30px;
    background: #F8F8FB;
}

    .stats-box .icon i {
        left: 0;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: 1.5px;
        position: absolute;
        transform: translateY(-50%);
    }

.stats-box h4 {
    font-size: 24px;
}

.expected-earnings-box h4 {
    font-size: 24px;
}

.expected-earnings-box .list li {
    margin-bottom: 2px;
    padding-left: 17px;
}

    .expected-earnings-box .list li::before {
        left: 0;
        top: 50%;
        width: 10px;
        content: "";
        height: 10px;
        border-radius: 50%;
        position: absolute;
        transform: translateY(-50%);
        background: var(--splash-color-info);
    }

    .expected-earnings-box .list li:nth-child(2)::before, .expected-earnings-box .list li:nth-child(5)::before {
        background: var(--splash-color-success);
    }

    .expected-earnings-box .list li:nth-child(3)::before, .expected-earnings-box .list li:nth-child(6)::before {
        background: var(--splash-color-primary);
    }

    .expected-earnings-box .list li:last-child {
        margin-bottom: 0;
    }

.expected-earnings-box .chart {
    top: 50px;
    right: -65px;
    position: absolute;
}

.daily-sales-box h4 {
    font-size: 24px;
}

.daily-sales-box .chart {
    border-bottom: 1px dashed #d9e9ef;
}

.monthly-revenue-box h4 {
    font-size: 24px;
}

.monthly-new-customers-box .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.monthly-new-customers-box h4 {
    font-size: 24px;
}

.monthly-new-customers-box .users-list div {
    width: 45px;
    height: 45px;
    margin-right: -20px;
    border: 2px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

    .monthly-new-customers-box .users-list div:last-child {
        margin-right: 0;
    }

.sales-pos-location-box .list li {
    margin-bottom: 5px;
    padding-left: 17px;
}

    .sales-pos-location-box .list li::before {
        left: 0;
        top: 50%;
        width: 10px;
        content: "";
        height: 10px;
        margin-top: -0.5px;
        border-radius: 50%;
        position: absolute;
        transform: translateY(-50%);
        background: var(--splash-color-primary);
    }

    .sales-pos-location-box .list li:nth-child(2)::before {
        background: var(--splash-color-success);
    }

    .sales-pos-location-box .list li:last-child {
        margin-bottom: 0;
    }

.sales-pos-location-box .card-body.pb-0 {
    padding-bottom: 0 !important;
}

.website-visitors .card-body.pb-0 {
    padding-bottom: 0 !important;
}

.top-selling-products-box .list li {
    border-bottom: 0.5px dashed #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    .top-selling-products-box .list li:last-child {
        margin-bottom: 0;
    }

.table-responsive {
    margin-bottom: 0;
}

.dark .welcome-box {
    background: #34334a;
}

    .dark .welcome-box ul li::before {
        background: rgba(255, 255, 255, 0.05);
    }

.dark .stats-box .icon {
    background: var(--splash-color-black);
}

.dark .daily-sales-box .chart {
    border-bottom-color: #45445e;
}

.dark .monthly-new-customers-box .users-list div {
    border-color: #45445e;
}

.dark .top-selling-products-box .list li {
    border-bottom-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .welcome-box .card-body {
        padding-left: 15px;
    }

    .welcome-box .title {
        top: 0;
    }

    .welcome-box ul {
        margin-top: 15px;
    }

        .welcome-box ul li {
            padding-left: 13px;
            padding-right: 13px;
        }

            .welcome-box ul li span {
                font-size: 20px;
            }

    .expected-earnings-box h4 {
        font-size: 20px;
    }

    .expected-earnings-box .list li::before {
        margin-top: -0.5px;
    }

    .expected-earnings-box .chart {
        top: 10px;
        right: -80px;
    }

    .daily-sales-box h4 {
        font-size: 20px;
    }

    .monthly-revenue-box h4 {
        font-size: 20px;
    }

    .monthly-new-customers-box .card-body {
        display: block;
    }

    .monthly-new-customers-box h4 {
        font-size: 20px;
    }

    .monthly-new-customers-box .users-list {
        margin-top: 15px;
    }

        .monthly-new-customers-box .users-list div {
            width: 35px;
            height: 35px;
            border-width: 1px;
            margin-right: -15px;
        }

    .stats-box .card-body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .stats-box h4 {
        font-size: 20px;
    }

    .top-selling-products-box .list li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-box .card-body {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-box .card-body {
        padding-left: 25px;
    }

    .welcome-box .title {
        top: -15px;
    }

    .welcome-box ul {
        margin-top: 25px;
    }

    .stats-box .card-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .monthly-new-customers-box .card-body {
        display: block;
    }

    .monthly-new-customers-box .users-list {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 1600px) {
    .welcome-box .card-body {
        padding-left: 50px;
    }

    .stats-box .icon {
        width: 78px;
        height: 78px;
    }

    .monthly-revenue-box .mt-25 {
        margin-top: 35px !important;
    }

    .monthly-new-customers-box .card-body {
        display: block;
    }

    .monthly-new-customers-box .users-list {
        margin-top: 33px;
    }
}

.stats-item h4 {
    font-size: 20px;
}

.stats-item .icon {
    width: 78px;
    height: 78px;
    font-size: 32px;
    background: #F8F8FB;
}

    .stats-item .icon i {
        left: 0;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: 1.5px;
        position: absolute;
        transform: translateY(-50%);
    }

.stats-item .users-list div {
    width: 45px;
    height: 45px;
    margin-right: -20px;
    border: 2px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

    .stats-item .users-list div:last-child {
        margin-right: 0;
    }

.stats-item .chart {
    margin: -25px -10px -15px 0;
}

.to-do-list-box .to-do-list .to-do-list-item {
    border-top: 1px dashed #d9e9ef;
    padding-top: 19.1px;
    padding-bottom: 19.1px;
}

    .to-do-list-box .to-do-list .to-do-list-item .dropdown-toggle {
        color: #A09FB0;
        font-size: 20px;
    }

        .to-do-list-box .to-do-list .to-do-list-item .dropdown-toggle::after {
            display: none;
        }

        .to-do-list-box .to-do-list .to-do-list-item .dropdown-toggle:hover {
            color: var(--splash-color-primary);
        }

    .to-do-list-box .to-do-list .to-do-list-item .action-buttons button {
        font-size: 20px;
    }

        .to-do-list-box .to-do-list .to-do-list-item .action-buttons button:hover {
            color: var(--splash-color-primary) !important;
        }

    .to-do-list-box .to-do-list .to-do-list-item:last-child {
        padding-bottom: 0;
    }

.to-do-list-box .to-do-list.style-two .to-do-list-item {
    padding-top: 15.3px;
    padding-bottom: 15.3px;
}

    .to-do-list-box .to-do-list.style-two .to-do-list-item:last-child {
        padding-bottom: 0;
    }

    .to-do-list-box .to-do-list.style-two .to-do-list-item .form-check-primary .form-check-input {
        position: relative;
        top: 2px;
    }

.to-do-list-box .to-do-list.style-three .to-do-list-item {
    padding-top: 13px;
    padding-bottom: 13px;
}

    .to-do-list-box .to-do-list.style-three .to-do-list-item:last-child {
        padding-bottom: 0;
    }

.active-tasks-box .active-tasks-list .active-task-list-item {
    border-top: 1px dashed #d9e9ef;
    padding-top: 16.8px;
    padding-bottom: 16.8px;
}

    .active-tasks-box .active-tasks-list .active-task-list-item .task-info {
        background: #F3F7F9;
        border-radius: 50px;
        margin-left: 5%;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
            padding: 4px;
            margin-right: 100px;
            border-radius: 50px;
        }

            .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list div {
                width: 33px;
                height: 33px;
                margin-right: -10px;
                border: 1px solid var(--splash-color-white);
            }

                .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list div:last-child {
                    margin-right: 0;
                }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
        margin-left: 25%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
        margin-left: 35%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
        margin-left: 10%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
        margin-left: 30%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:last-child {
        padding-bottom: 0;
    }

.working-schedule-box .schedule-date-list {
    border-bottom: 1px dashed #d9e9ef;
    padding-bottom: 20px;
}

    .working-schedule-box .schedule-date-list li {
        border-radius: 30px;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }

        .working-schedule-box .schedule-date-list li.active {
            background-color: var(--splash-color-primary);
            color: var(--splash-color-white) !important;
        }

            .working-schedule-box .schedule-date-list li.active span {
                color: var(--splash-color-white) !important;
            }

.working-schedule-box .info-list li {
    margin-right: 15px;
}

    .working-schedule-box .info-list li:last-child {
        margin-right: 0;
    }

.working-schedule-box .schedule-list .content h6 {
    font-size: 18px;
}

.working-schedule-box .schedule-list .content .icon {
    width: 28px;
    height: 28px;
}

    .working-schedule-box .schedule-list .content .icon i {
        left: 0;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: 1px;
        position: absolute;
        transform: translateY(-50%);
    }

.working-schedule-box .schedule-list .list-item {
    margin-bottom: 10px;
}

    .working-schedule-box .schedule-list .list-item::before {
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        content: "";
        position: absolute;
    }

    .working-schedule-box .schedule-list .list-item.bg-f2f1f9::before {
        background: var(--splash-color-primary);
    }

    .working-schedule-box .schedule-list .list-item.bg-f3f7f9::before {
        background: var(--splash-color-info-light);
    }

    .working-schedule-box .schedule-list .list-item.bg-ecf3f2::before {
        background: var(--splash-color-success);
    }

    .working-schedule-box .schedule-list .list-item:last-child {
        margin-bottom: 0;
    }

.recent-activity-box .list li {
    padding-left: 48px;
    padding-right: 20px;
    padding-bottom: 15px;
}

    .recent-activity-box .list li .icon {
        top: 3px;
        z-index: 1;
        width: 35px;
        height: 35px;
        font-size: 17px;
        line-height: 37px;
        color: var(--splash-color-info-light);
        border: 1px dashed var(--splash-color-info-light);
    }

        .recent-activity-box .list li .icon::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 2px;
            z-index: -1;
            content: "";
            border-radius: 50%;
            position: absolute;
            background: #F3F7F9;
        }

    .recent-activity-box .list li .link-btn {
        top: 50%;
        color: #AAA8CD;
        transform: translateY(-50%);
    }

        .recent-activity-box .list li .link-btn:hover {
            color: var(--splash-color-primary);
        }

    .recent-activity-box .list li::before {
        top: 10px;
        left: 17px;
        content: "";
        height: 100%;
        position: absolute;
        border-left: 1px dashed #d9e9ef;
    }

    .recent-activity-box .list li:last-child {
        padding-bottom: 0;
    }

        .recent-activity-box .list li:last-child::before {
            display: none;
        }

    .recent-activity-box .list li:nth-child(2) .icon, .recent-activity-box .list li:nth-child(6) .icon {
        color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
    }

    .recent-activity-box .list li:nth-child(3) .icon, .recent-activity-box .list li:nth-child(7) .icon {
        color: var(--splash-color-success);
        border-color: var(--splash-color-success);
    }

    .recent-activity-box .list li:nth-child(4) .icon, .recent-activity-box .list li:nth-child(8) .icon {
        color: var(--splash-color-danger);
        border-color: var(--splash-color-danger);
    }

.dark .stats-item .icon {
    background: var(--splash-color-black);
}

.dark .stats-item .users-list div {
    border-color: #45445e;
}

.dark .working-schedule-box .schedule-date-list {
    border-bottom-color: #45445e;
}

.dark .recent-activity-box .list li .icon::before {
    background: var(--splash-color-black);
}

.dark .recent-activity-box .list li .link-btn {
    color: #BCBBC7;
}

    .dark .recent-activity-box .list li .link-btn:hover {
        color: var(--splash-color-primary);
    }

.dark .recent-activity-box .list li::before {
    border-left-color: #45445e;
}

.dark .to-do-list-box .to-do-list .to-do-list-item {
    border-top-color: #45445e;
}

    .dark .to-do-list-box .to-do-list .to-do-list-item .dropdown-toggle {
        color: #BCBBC7;
    }

        .dark .to-do-list-box .to-do-list .to-do-list-item .dropdown-toggle:hover {
            color: var(--splash-color-primary);
        }

.dark .active-tasks-box .active-tasks-list .active-task-list-item {
    border-top-color: #45445e;
}

    .dark .active-tasks-box .active-tasks-list .active-task-list-item .task-info {
        background: var(--splash-color-black);
    }

        .dark .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list div {
            border-color: #45445e;
        }

@media only screen and (max-width: 767px) {
    .stats-item .icon {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }

        .stats-item .icon i {
            margin-top: 1.5px;
        }

    .stats-item .users-list div {
        width: 40px;
        height: 40px;
        margin-right: -15px;
    }

    .stats-item .chart {
        margin-bottom: -25px;
    }

    .working-schedule-box .schedule-date-list {
        padding-bottom: 15px;
    }

        .working-schedule-box .schedule-date-list li {
            padding-top: 15px;
            padding-bottom: 15px;
            margin-left: 0;
            margin-right: 0;
        }

    .working-schedule-box .info-list li {
        margin-right: 10px;
    }

    .working-schedule-box .schedule-list .content h6 {
        font-size: 16px;
    }

    .working-schedule-box .schedule-list .content .icon {
        width: 25px;
        height: 25px;
    }

    .to-do-list-box .to-do-list .to-do-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .to-do-list-box .to-do-list .to-do-list-item .action-buttons button {
            font-size: 16px;
        }

    .active-tasks-box .active-tasks-list .active-task-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info {
            margin-left: 0;
        }

            .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
                margin-right: 0;
            }

                .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list div {
                    width: 30px;
                    height: 30px;
                }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
            margin-left: 0;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
            margin-left: 0;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
            margin-left: 0;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
            margin-left: 0;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .working-schedule-box .schedule-date-list li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item .task-info {
        margin-left: 5%;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
            margin-right: 50px;
        }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
        margin-left: 25%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
        margin-left: 20%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
        margin-left: 10%;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
        margin-left: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .working-schedule-box .schedule-date-list li {
        margin-left: 23px;
        margin-right: 23px;
    }

    .to-do-list-box .to-do-list .to-do-list-item {
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
            margin-right: 50px;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
            margin-left: 20%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
            margin-left: 40%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
            margin-left: 8%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
            margin-left: 40%;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .working-schedule-box .schedule-date-list {
        padding-left: 120px !important;
        padding-right: 120px;
    }

        .working-schedule-box .schedule-date-list li {
            margin-left: 20px;
            margin-right: 20px;
        }

    .active-tasks-box .active-tasks-list .active-task-list-item {
        padding-top: 17px;
        padding-bottom: 17px;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
            margin-right: 50px;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
            margin-left: 15%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
            margin-left: 20%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
            margin-left: 5%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
            margin-left: 25%;
        }

    .recent-activity-box .list li {
        padding-bottom: 19px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .working-schedule-box .schedule-date-list {
        padding-left: 100px !important;
        padding-right: 100px;
    }

        .working-schedule-box .schedule-date-list li {
            margin-left: 20px;
            margin-right: 20px;
        }

    .active-tasks-box .active-tasks-list .active-task-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item .task-info {
            margin-left: 3%;
        }

            .active-tasks-box .active-tasks-list .active-task-list-item .task-info .users-list {
                margin-right: 30px;
            }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(2) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(7) .task-info {
            margin-left: 15%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
            margin-left: 20%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(4) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(9) .task-info {
            margin-left: 10%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
            margin-left: 22%;
        }
}

@media only screen and (min-width: 1600px) {
    .stats-item h4 {
        font-size: 24px;
    }

    .active-tasks-box .active-tasks-list .active-task-list-item {
        padding-top: 17px;
        padding-bottom: 17px;
    }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(3) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(8) .task-info {
            margin-left: 45%;
        }

        .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(5) .task-info, .active-tasks-box .active-tasks-list .active-task-list-item:nth-child(10) .task-info {
            margin-left: 40%;
        }

    .recent-activity-box .list li {
        padding-left: 52px;
        padding-right: 45px;
        padding-bottom: 18.5px;
    }

        .recent-activity-box .list li .icon {
            top: 3px;
            width: 38px;
            height: 38px;
            font-size: 18px;
            line-height: 40px;
        }

            .recent-activity-box .list li .icon::before {
                margin: 3px;
            }

        .recent-activity-box .list li::before {
            top: 10px;
            left: 19px;
        }

    .to-do-list-box .to-do-list.style-three .to-do-list-item {
        padding-top: 14.6px;
        padding-bottom: 14.6px;
    }
}

.welcome-support-desk-box h2 {
    font-size: 25px;
}

.welcome-support-desk-box .list {
    margin-top: 30px;
}

    .welcome-support-desk-box .list h4 {
        font-size: 20px;
    }

    .welcome-support-desk-box .list.row {
        --bs-gutter-x: 10px;
    }

.time-duration-box .card-body {
    padding: 40px 20px;
}

    .time-duration-box .card-body .icon {
        z-index: 1;
        font-size: 50px;
        margin-bottom: 25px;
    }

        .time-duration-box .card-body .icon::before {
            background: #F3F7F9;
            border-radius: 10px;
            position: absolute;
            height: 40px;
            content: "";
            width: 40px;
            z-index: -1;
            left: 25px;
            top: 25px;
        }

    .time-duration-box .card-body .content {
        margin-bottom: 40px;
    }

        .time-duration-box .card-body .content h2 {
            font-size: 25px;
        }

    .time-duration-box .card-body .chart {
        top: 15px;
        right: 20px;
        max-width: 150px;
        position: absolute;
    }

.number-of-tickets-box .info {
    margin-top: 20px;
}

    .number-of-tickets-box .info li {
        margin-left: 10px;
        margin-right: 10px;
    }

        .number-of-tickets-box .info li:first-child {
            margin-left: 0;
        }

        .number-of-tickets-box .info li:last-child {
            margin-right: 0;
        }

    .number-of-tickets-box .info h4 {
        font-size: 22px;
    }

.top-performer-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

    .top-performer-box .list li img {
        width: 50px;
        height: 50px;
    }

    .top-performer-box .list li .title {
        margin-left: 10px;
    }

    .top-performer-box .list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.unresolved-tickets-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    margin-bottom: 20px;
    padding-left: 18px;
    padding-bottom: 18px;
}

    .unresolved-tickets-box .list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.customer-satisfaction-box .list {
    border-top: 1px dashed #d9e9ef;
    padding-top: 21px;
    margin-top: 21px;
}

    .customer-satisfaction-box .list li {
        margin-left: 10px;
        margin-right: 10px;
    }

        .customer-satisfaction-box .list li h4 {
            font-size: 20px;
        }

        .customer-satisfaction-box .list li:first-child {
            margin-left: 0;
        }

        .customer-satisfaction-box .list li:last-child {
            margin-right: 0;
        }

.ticket-grid-box .item {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #d9e9ef;
}

    .ticket-grid-box .item .form-select {
        line-height: 1.5;
        border-color: var(--bs-color-border);
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
    }

        .ticket-grid-box .item .form-select:focus {
            border-color: var(--splash-color-primary);
        }

    .ticket-grid-box .item:hover {
        border-color: #F5F4FA;
        background: #F5F4FA;
    }

    .ticket-grid-box .item:last-child {
        margin-bottom: 0;
    }

.dark .time-duration-box .card-body .icon::before {
    background: var(--splash-color-black);
}

.dark .top-performer-box .list li {
    border-bottom-color: #45445e;
}

.dark .unresolved-tickets-box .list li {
    border-bottom-color: #45445e;
}

.dark .customer-satisfaction-box .list {
    border-top-color: #45445e;
}

.dark .ticket-grid-box .item {
    border-color: #45445e;
}

    .dark .ticket-grid-box .item .form-select {
        border-color: #45445e;
    }

    .dark .ticket-grid-box .item:hover {
        border-color: var(--splash-color-black);
        background: var(--splash-color-black);
    }

@media only screen and (max-width: 767px) {
    .welcome-support-desk-box h2 {
        font-size: 20px;
    }

    .welcome-support-desk-box .list {
        margin-top: 10px;
    }

        .welcome-support-desk-box .list h4 {
            font-size: 18px;
        }

    .time-duration-box .card-body {
        padding: 15px;
    }

        .time-duration-box .card-body .icon {
            font-size: 40px;
            margin-bottom: 20px;
        }

            .time-duration-box .card-body .icon::before {
                height: 35px;
                width: 35px;
                left: 15px;
                top: 15px;
            }

        .time-duration-box .card-body .content {
            margin-bottom: 15px;
        }

            .time-duration-box .card-body .content h2 {
                font-size: 18px;
            }

        .time-duration-box .card-body .chart {
            top: -10px;
            right: 15px;
        }

    .number-of-tickets-box .info {
        margin-top: 0;
    }

        .number-of-tickets-box .info li {
            margin-top: 15px;
        }

    .top-performer-box .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .unresolved-tickets-box .list {
        text-align: center;
    }

        .unresolved-tickets-box .list li {
            display: inline-block;
            border-bottom: none;
            margin-bottom: 0;
            padding-left: 5px;
            padding-bottom: 5px;
        }

    .customer-satisfaction-box .list {
        padding-top: 15px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-support-desk-box .list {
        margin-top: 20px;
    }

    .time-duration-box .card-body .content {
        margin-bottom: 20px;
    }

    .top-performer-box .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .unresolved-tickets-box .list li {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .time-duration-box .card-body .content {
        margin-bottom: 25px;
    }

    .time-duration-box .card-body p {
        max-width: 330px;
    }

    .top-performer-box .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .time-duration-box .card-body .content {
        margin-bottom: 25px;
    }

    .time-duration-box .card-body p {
        max-width: 330px;
    }

    .top-performer-box .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .welcome-support-desk-box h2 {
        font-size: 30px;
    }

    .welcome-support-desk-box .content {
        padding-right: 20px;
    }

    .welcome-support-desk-box .list {
        margin-top: 30px;
    }

        .welcome-support-desk-box .list h4 {
            font-size: 24px;
        }

    .time-duration-box .card-body {
        padding: 37px 30px;
    }

        .time-duration-box .card-body .icon {
            font-size: 55px;
        }

        .time-duration-box .card-body .content {
            margin-bottom: 40px;
        }

            .time-duration-box .card-body .content span {
                font-size: 16px;
            }

            .time-duration-box .card-body .content h2 {
                font-size: 30px;
            }

    .number-of-tickets-box .info {
        margin-top: 32px;
    }

        .number-of-tickets-box .info li {
            margin-left: 30px;
            margin-right: 30px;
        }

        .number-of-tickets-box .info h4 {
            font-size: 24px;
        }

    .top-performer-box .list li {
        padding-bottom: 15.6px;
        margin-bottom: 15.6px;
    }

        .top-performer-box .list li img {
            width: 55px;
            height: 55px;
        }

        .top-performer-box .list li .title {
            margin-left: 15px;
        }

    .customer-satisfaction-box .list {
        padding-top: 20px;
        margin-top: 20px;
    }

        .customer-satisfaction-box .list li {
            margin-left: 20px;
            margin-right: 20px;
        }

            .customer-satisfaction-box .list li h4 {
                font-size: 24px;
            }
}

.welcome-lms-courses-box {
    background: linear-gradient(92.21deg, #3E39D9 1.38%, #6560F0 100%);
}

    .welcome-lms-courses-box .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .welcome-lms-courses-box h2 {
        font-size: 30px;
    }

    .welcome-lms-courses-box span {
        color: #CCCCE1;
    }

    .welcome-lms-courses-box p {
        color: #CFCFD8;
    }

    .welcome-lms-courses-box .list {
        margin-top: 20px;
    }

        .welcome-lms-courses-box .list h4 {
            font-size: 24px;
        }

        .welcome-lms-courses-box .list.row {
            --bs-gutter-x: 10px;
        }

.todays-course-box .content {
    padding-left: 15px;
}

    .todays-course-box .content a {
        font-size: 14px;
    }

.todays-course-box .swiper-pagination {
    bottom: 0;
    top: auto;
}

    .todays-course-box .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        opacity: 1;
        height: 6px;
        background: #E7E6EE;
        margin-left: 4px;
        margin-right: 4px;
    }

        .todays-course-box .swiper-pagination .swiper-pagination-bullet:first-child {
            margin-left: 0;
        }

        .todays-course-box .swiper-pagination .swiper-pagination-bullet:last-child {
            margin-right: 0;
        }

        .todays-course-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--splash-color-primary);
        }

.todays-event-box {
    background: rgba(111, 211, 247, 0.3) !important;
}

    .todays-event-box .content {
        padding-left: 15px;
    }

        .todays-event-box .content a {
            font-size: 14px;
        }

    .todays-event-box .card-body {
        bottom: 0;
        top: auto;
    }

        .todays-event-box .card-body .swiper-pagination-bullet {
            width: 6px;
            opacity: 1;
            height: 6px;
            background: rgba(255, 255, 255, 0.6);
            margin-left: 4px;
            margin-right: 4px;
        }

            .todays-event-box .card-body .swiper-pagination-bullet:first-child {
                margin-left: 0;
            }

            .todays-event-box .card-body .swiper-pagination-bullet:last-child {
                margin-right: 0;
            }

            .todays-event-box .card-body .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: var(--splash-color-primary);
            }

.categories-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 17px;
    padding-bottom: 17px;
}

    .categories-box .list li:first-child {
        border-top: 1px dashed #d9e9ef;
    }

    .categories-box .list li .title a {
        margin-bottom: 6px;
    }

    .categories-box .list li .link-btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
        border-radius: 2px;
        background: #F7F7F9;
        color: var(--splash-color-primary);
    }

        .categories-box .list li .link-btn i {
            left: 0;
            right: 0;
            top: 50%;
            line-height: 1;
            position: absolute;
            transform: translateY(-50%);
        }

        .categories-box .list li .link-btn:hover {
            background-color: var(--splash-color-primary);
            color: var(--splash-color-white);
        }

.courses-list-box {
    background: rgba(101, 96, 240, 0.15);
}

    .courses-list-box .card-body {
        padding: 30px;
    }

        .courses-list-box .card-body .title .icon {
            width: 65px;
            height: 65px;
        }

            .courses-list-box .card-body .title .icon img {
                top: 50%;
                transform: translateY(-50%);
            }

        .courses-list-box .card-body .title h6 {
            left: 0;
            top: 50%;
            right: 0;
            padding-left: 80px;
            position: absolute;
            transform: translateY(-50%);
        }

        .courses-list-box .card-body .list li {
            border-radius: 30px;
            margin-right: 8px;
            padding: 6px 12px;
        }

            .courses-list-box .card-body .list li:last-child {
                margin-right: 0;
            }

    .courses-list-box .link-btn {
        background: rgba(255, 255, 255, 0.45);
        padding-top: 12px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 12px;
    }

        .courses-list-box .link-btn span {
            line-height: 1.3;
        }

            .courses-list-box .link-btn span::before {
                left: 0;
                right: 0;
                bottom: 0;
                height: 1px;
                content: "";
                position: absolute;
                transition: var(--transition);
                background: var(--splash-color-black);
            }

        .courses-list-box .link-btn i {
            top: 50%;
            right: 30px;
            line-height: 1;
            font-size: 20px;
            position: absolute;
            transform: translateY(-50%);
        }

        .courses-list-box .link-btn.text-primary span::before {
            background: var(--splash-color-primary);
        }

        .courses-list-box .link-btn.text-success span::before {
            background: var(--splash-color-success);
        }

    .courses-list-box.bg2 {
        background: rgba(6, 180, 138, 0.15);
    }

        .courses-list-box.bg2 .link-btn {
            background: rgba(255, 255, 255, 0.45);
        }

.students-progress-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 20.6px;
    padding-bottom: 20.6px;
}

    .students-progress-box .list li:first-child {
        border-top: 1px dashed #d9e9ef;
    }

.performance-box .list {
    margin-top: 25px;
}

    .performance-box .list li {
        padding-left: 8px;
        margin-left: 8px;
        margin-right: 8px;
    }

        .performance-box .list li::before {
            top: 0;
            left: 0;
            bottom: 0;
            width: 2px;
            content: "";
            position: absolute;
            background: #f9f9f9;
        }

        .performance-box .list li.text-primary::before {
            background: var(--splash-color-primary);
        }

        .performance-box .list li.text-info::before {
            background: var(--splash-color-info);
        }

        .performance-box .list li.text-success::before {
            background: var(--splash-color-success);
        }

        .performance-box .list li:first-child {
            margin-left: 0;
        }

        .performance-box .list li:last-child {
            margin-right: 0;
        }

.dark .todays-course-box .todays-course-swiper-pagination .swiper-pagination-bullet {
    background: var(--splash-color-black);
}

    .dark .todays-course-box .todays-course-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--splash-color-primary);
    }

.dark .todays-event-box .todays-event-swiper-pagination .swiper-pagination-bullet {
    background: var(--splash-color-black);
}

    .dark .todays-event-box .todays-event-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--splash-color-primary);
    }

.dark .categories-box .list li {
    border-bottom-color: #45445e;
}

    .dark .categories-box .list li:first-child {
        border-top-color: #45445e;
    }

    .dark .categories-box .list li .link-btn {
        background: var(--splash-color-black);
    }

        .dark .categories-box .list li .link-btn:hover {
            background-color: var(--splash-color-primary);
        }

.dark .students-progress-box .list li {
    border-bottom-color: #45445e;
}

    .dark .students-progress-box .list li svg circle:first-child {
        stroke: var(--splash-color-black);
    }

    .dark .students-progress-box .list li:first-child {
        border-top-color: #45445e;
    }

.dark .courses-list-box {
    background: rgba(101, 96, 240, 0.05);
}

    .dark .courses-list-box .link-btn {
        background: rgba(255, 255, 255, 0.04);
    }

    .dark .courses-list-box.bg2 {
        background: rgba(6, 180, 138, 0.05);
    }

        .dark .courses-list-box.bg2 .link-btn {
            background: rgba(255, 255, 255, 0.04);
        }

@media only screen and (max-width: 767px) {
    .welcome-lms-courses-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .welcome-lms-courses-box h2 {
            font-size: 20px;
        }

        .welcome-lms-courses-box .list {
            margin-top: -15px;
        }

            .welcome-lms-courses-box .list h4 {
                font-size: 18px;
            }

    .courses-list-box .card-body {
        padding: 15px;
    }

        .courses-list-box .card-body .title .icon {
            width: 65px;
            height: 65px;
            margin-bottom: 15px;
        }

        .courses-list-box .card-body .title h6 {
            top: 0;
            padding-left: 0;
            position: relative;
            transform: translateY(0);
        }

        .courses-list-box .card-body .list li {
            padding: 3px 9px;
            margin-right: 5px;
        }

    .courses-list-box .link-btn {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

        .courses-list-box .link-btn i {
            right: 15px;
        }

    .performance-box .list {
        margin-top: 0;
    }

        .performance-box .list li {
            margin-top: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-lms-courses-box {
        padding-top: 25px;
    }

    .courses-list-box .card-body {
        padding: 25px;
    }

    .courses-list-box .link-btn {
        padding-left: 25px;
        padding-right: 25px;
    }

        .courses-list-box .link-btn i {
            right: 25px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-lms-courses-box {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .welcome-lms-courses-box {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1600px) {
    .welcome-lms-courses-box .content {
        padding-right: 30px;
    }

    .welcome-lms-courses-box .main-image {
        margin-left: auto;
        max-width: 570px;
    }

    .todays-course-box .content {
        padding-left: 15px;
    }

        .todays-course-box .content a {
            font-size: 16px;
        }

    .todays-event-box .content {
        padding-left: 15px;
    }

        .todays-event-box .content a {
            font-size: 16px;
        }

    .performance-box .list li {
        padding-left: 8px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .students-progress-box .list li {
        padding-top: 19.2px;
        padding-bottom: 19.2px;
    }
}

.crm-stats-box .card-body {
    padding: 30px 25px;
}

    .crm-stats-box .card-body .icon i {
        width: 30px;
        height: 30px;
        display: none;
        line-height: 34px;
        text-align: center;
        border-radius: 50%;
        background: #F8F8FB;
    }

    .crm-stats-box .card-body h3 {
        font-size: 30px;
    }

    .crm-stats-box .card-body .chart {
        top: 35px;
        position: relative;
        margin-bottom: -40px;
        margin-right: -15px;
    }

        .crm-stats-box .card-body .chart.style-two {
            top: 15px;
        }

.call-stats-box {
    background-color: #CBE8F8 !important;
    padding: 15px;
}

    .call-stats-box .card-body {
        border: 2px dashed var(--splash-color-white);
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 35px;
    }

        .call-stats-box .card-body .icon {
            top: 50%;
            width: 78px;
            right: 15px;
            height: 78px;
            display: none;
            background: #F8F8FB;
            transform: translateY(-50%);
        }

            .call-stats-box .card-body .icon img {
                top: 50%;
                transform: translateY(-50%);
            }

        .call-stats-box .card-body h3 {
            font-size: 30px;
            margin-top: 8px;
            margin-bottom: 15px;
        }

            .call-stats-box .card-body h3 span {
                font-size: 20px;
                margin-left: 2px;
            }

    .call-stats-box hr {
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.5);
        margin-top: 15px;
        margin-bottom: 15px;
    }

.most-lead-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 15.7px;
    padding-bottom: 15.7px;
}

    .most-lead-box .list li .icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
        background: #F2F1F9;
    }

        .most-lead-box .list li .icon i {
            top: 50%;
            margin-top: 1px;
            transform: translateY(-50%);
        }

        .most-lead-box .list li .icon.text-info {
            background: #F3F7F9;
        }

        .most-lead-box .list li .icon.text-success {
            background: #F1FAF8;
        }

        .most-lead-box .list li .icon.text-danger {
            background: #FAF7F7;
        }

    .most-lead-box .list li .progress {
        height: 10px;
    }

    .most-lead-box .list li:first-child {
        padding-top: 0;
    }

    .most-lead-box .list li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.campaign-contact-box {
    background: #8E8DA2 !important;
    padding: 15px;
}

    .campaign-contact-box .card-body {
        border: 2px dashed rgba(255, 255, 255, 0.2);
        padding: 25px;
    }

        .campaign-contact-box .card-body h2 {
            font-size: 26px;
            line-height: 1.3;
        }

            .campaign-contact-box .card-body h2 a {
                font-size: 20px;
            }

        .campaign-contact-box .card-body img {
            margin-top: 28px;
        }

.revenue-country-box .list {
    margin-right: -15px;
}

    .revenue-country-box .list li {
        border-bottom: 1px dashed #d9e9ef;
        padding-top: 11.7px;
        padding-bottom: 11.7px;
    }

        .revenue-country-box .list li .progress {
            height: 6px;
            margin-top: 3px;
        }

        .revenue-country-box .list li:first-child {
            padding-top: 0;
        }

        .revenue-country-box .list li:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

.campaigns-box .card-body {
    padding: 30px 20px;
}

.campaigns-box .list {
    margin-top: -25px;
}

    .campaigns-box .list li {
        padding-left: 8px;
        margin-top: 25px;
        margin-left: 7px;
        margin-right: 7px;
    }

        .campaigns-box .list li::before {
            background: var(--splash-color-primary);
            position: absolute;
            content: "";
            width: 2px;
            bottom: 0;
            left: 0;
            top: 0;
        }

        .campaigns-box .list li.text-primary::before {
            background: var(--splash-color-primary);
        }

        .campaigns-box .list li.text-info::before {
            background: var(--splash-color-info);
        }

        .campaigns-box .list li.text-success::before {
            background: var(--splash-color-success);
        }

        .campaigns-box .list li:first-child {
            margin-left: 0;
        }

        .campaigns-box .list li:last-child {
            margin-right: 0;
        }

.dark .call-stats-box {
    background-color: #3f3d59 !important;
}

    .dark .call-stats-box .card-body {
        border-color: var(--splash-color-black);
    }

        .dark .call-stats-box .card-body .icon {
            background: var(--splash-color-black);
        }

    .dark .call-stats-box hr {
        border-color: #45445e;
    }

.dark .most-lead-box .list li {
    border-bottom-color: #45445e;
}

    .dark .most-lead-box .list li .icon {
        background: var(--splash-color-black);
    }

        .dark .most-lead-box .list li .icon.text-info {
            background: var(--splash-color-black);
        }

        .dark .most-lead-box .list li .icon.text-success {
            background: var(--splash-color-black);
        }

        .dark .most-lead-box .list li .icon.text-danger {
            background: var(--splash-color-black);
        }

.dark .revenue-country-box .list li {
    border-bottom-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .crm-stats-box .card-body {
        padding: 15px;
    }

        .crm-stats-box .card-body h3 {
            font-size: 20px;
        }

        .crm-stats-box .card-body .chart {
            top: 0;
            margin-bottom: -30px;
            margin-top: -15px;
            margin-right: 0;
        }

            .crm-stats-box .card-body .chart.style-two {
                top: 0;
                margin-top: 15px;
                margin-bottom: -15px;
            }

    .most-lead-box .list li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .most-lead-box .list li .icon {
            width: 40px;
            height: 40px;
            font-size: 18px;
        }

        .most-lead-box .list li .progress {
            margin-top: 12px;
            margin-bottom: 10px;
        }

    .campaign-contact-box .card-body {
        padding: 15px;
    }

        .campaign-contact-box .card-body h2 {
            font-size: 20px;
        }

            .campaign-contact-box .card-body h2 a {
                font-size: 17px;
            }

        .campaign-contact-box .card-body img {
            margin-top: 20px;
        }

    .revenue-country-box .list {
        margin-right: 0;
        margin-bottom: 15px !important;
    }

        .revenue-country-box .list li {
            padding-top: 12px;
            padding-bottom: 12px;
        }

    .call-stats-box .card-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .call-stats-box .card-body .icon {
            width: 60px;
            height: 60px;
            display: block;
        }

        .call-stats-box .card-body h3 {
            font-size: 20px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

            .call-stats-box .card-body h3 span {
                font-size: 16px;
                margin-left: 0;
            }

    .call-stats-box hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .crm-stats-box .card-body {
        padding: 25px;
    }

        .crm-stats-box .card-body .icon i {
            width: 30px;
            height: 30px;
            display: none;
            line-height: 34px;
            text-align: center;
            border-radius: 50%;
            background: #F8F8FB;
        }

        .crm-stats-box .card-body h3 {
            font-size: 25px;
        }

        .crm-stats-box .card-body .chart {
            top: 0;
            margin-bottom: -30px;
            margin-right: 0;
        }

            .crm-stats-box .card-body .chart.style-two {
                top: 0;
            }

    .revenue-country-box .list {
        margin-right: 0;
        margin-right: 0;
        margin-bottom: 25px !important;
    }

        .revenue-country-box .list li {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .campaign-contact-box .card-body h2 {
        font-size: 25px;
    }

    .campaign-contact-box .card-body img {
        margin-top: 50px;
    }

    .revenue-country-box .list li {
        padding-top: 11.3px;
        padding-bottom: 11.3px;
    }

    .call-stats-box .card-body .icon {
        display: block;
    }
}

@media only screen and (min-width: 1600px) {
    .crm-stats-box .card-body {
        padding: 40px 30px;
    }

        .crm-stats-box .card-body .icon i {
            display: block;
        }

    .call-stats-box .card-body .icon {
        display: block;
    }

    .most-lead-box .list li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .revenue-country-box .list li {
        padding-top: 15.1px;
        padding-bottom: 15.1px;
    }

    .campaigns-box .card-body {
        padding: 30px;
    }

    .campaigns-box .list li {
        padding-left: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .campaign-contact-box .card-body img {
        margin-top: 24px;
    }
}

.chart .apexcharts-tooltip.apexcharts-theme-light {
    box-shadow: 2px 1px 22px rgba(101, 96, 240, 0.25);
    background: var(--splash-color-white);
    border-radius: 2px;
    border: none;
}

    .chart .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
        background: var(--splash-color-white);
        color: var(--splash-color-black);
        border-bottom-color: #F5F5FB;
        padding: 10px 15px;
        font-weight: 700;
    }

.chart .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-series-group {
    color: var(--splash-color-white);
}

.chart .apexcharts-tooltip-series-group {
    padding: 0 15px;
    font-weight: 500;
    text-align: start;
    color: var(--splash-color-muted);
}

    .chart .apexcharts-tooltip-series-group.apexcharts-active {
        padding-bottom: 0;
    }

    .chart .apexcharts-tooltip-series-group:last-child {
        padding-bottom: 5px;
    }

.chart .apexcharts-xaxistooltip {
    box-shadow: 2px 1px 22px rgba(101, 96, 240, 0.15);
    background: var(--splash-color-white);
    padding: 5px 10px;
    font-weight: 700;
    border: none;
}

    .chart .apexcharts-xaxistooltip::before {
        display: none;
    }

.chart .apexcharts-xaxistooltip-bottom::after {
    display: none;
}

.chart .apexcharts-pie .apexcharts-text {
    fill: #A09FB0;
    font-size: 12px;
    font-family: var(--bs-font-sans-serif) !important;
}

.chart#salesByPosLocationChart {
    margin-bottom: -70px;
}

.chart#websiteVisitorsChart {
    margin: 0 0 -22px -15px;
}

.chart #averageDailySalesChart {
    margin: -54px 0 -30px auto;
    max-width: 205px;
}

.chart#weeklySalesChart {
    margin-bottom: -25px;
}

.chart#taskOverviewChart {
    margin-bottom: -25px;
}

.chart#numberOfTicketsChart {
    margin: 0 0 -30px 0;
}

.chart#unresolvedTicketsChart {
    margin: 0 0 -25px 0;
}

.chart#averageEnrollmentRateChart {
    margin-bottom: -20px;
}

.dark .chart .apexcharts-legend-text {
    color: #BCBBC7 !important;
}

.dark .chart .apexcharts-xaxis-label {
    color: #BCBBC7 !important;
}

.dark .chart .apexcharts-gridline {
    stroke: #45445e;
}

.dark .chart .apexcharts-radar-series polygon, .dark .chart .apexcharts-radar-series line {
    stroke: #45445e;
}

.dark .chart .apexcharts-datalabel {
    fill: #BCBBC7 !important;
}

.dark .chart .apexcharts-grid-borders polygon, .dark .chart .apexcharts-grid-borders line {
    stroke: #45445e;
}

.dark .chart .apexcharts-yaxis polygon, .dark .chart .apexcharts-yaxis line {
    stroke: #45445e;
}

.dark .chart .apexcharts-pie-series path {
    stroke: #34334a;
}

.dark .chart .apexcharts-pie line, .dark .chart .apexcharts-pie circle {
    stroke: #45445e;
}

.calendar-card .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
}

.calendar-card .fc .fc-toolbar-title {
    font-size: 22px;
    font-weight: 600;
}

.calendar-card .fc .fc-button-group .fc-button {
    box-shadow: unset !important;
    transition: var(--transition);
}

.calendar-card .fc .fc-button-group .fc-prev-button {
    margin-right: 5px;
}

.calendar-card .fc .fc-button-group .fc-prev-button, .calendar-card .fc .fc-button-group .fc-next-button {
    font-size: 14px;
    background-color: transparent;
    border-radius: 0.25em !important;
    color: var(--splash-color-muted);
    border: 1px solid rgba(101, 96, 240, 0.15);
}

    .calendar-card .fc .fc-button-group .fc-prev-button .fc-icon, .calendar-card .fc .fc-button-group .fc-next-button .fc-icon {
        position: relative;
        top: -1px;
    }

    .calendar-card .fc .fc-button-group .fc-prev-button:hover, .calendar-card .fc .fc-button-group .fc-next-button:hover {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

.calendar-card .fc .fc-button-group .fc-dayGridWeek-button, .calendar-card .fc .fc-button-group .fc-dayGridMonth-button, .calendar-card .fc .fc-button-group .fc-dayGridDay-button {
    font-size: 14px;
    margin-left: 5px !important;
}

    .calendar-card .fc .fc-button-group .fc-dayGridWeek-button:hover, .calendar-card .fc .fc-button-group .fc-dayGridMonth-button:hover, .calendar-card .fc .fc-button-group .fc-dayGridDay-button:hover {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

.calendar-card .fc .fc-button-group .fc-dayGridMonth-button {
    margin-left: 0;
}

.calendar-card .fc .fc-today-button {
    color: var(--splash-color-black) !important;
    background-color: #F9F9F9 !important;
    border-color: #F9F9F9 !important;
    box-shadow: unset !important;
    text-transform: capitalize;
    font-weight: 500;
}

.calendar-card .fc a {
    text-decoration: none;
}

.calendar-card .fc .fc-daygrid-day-top {
    color: var(--splash-color-black);
    font-size: 16px;
    font-weight: 500;
}

    .calendar-card .fc .fc-daygrid-day-top a {
        color: var(--splash-color-black);
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 0;
    }

.calendar-card .fc .fc-daygrid-day-events {
    margin-top: 0;
}

.calendar-card .fc .fc-daygrid-event {
    color: var(--splash-color-black);
    font-size: 13px;
}

.calendar-card .fc .fc-daygrid-event-dot {
    border-color: var(--splash-color-primary);
}

.calendar-card .fc .fc-h-event {
    background-color: var(--splash-color-primary);
    border-color: var(--splash-color-primary);
    border-radius: 30px !important;
    padding: 5px 20px;
}

    .calendar-card .fc .fc-h-event .fc-event-title {
        font-size: 13px;
        font-weight: 500;
    }

.calendar-card .fc .fc-daygrid-day-bottom {
    font-size: 13px;
    font-weight: 500;
}

.calendar-card .fc .fc-daygrid-more-link {
    color: var(--splash-color-black);
}

    .calendar-card .fc .fc-daygrid-more-link:hover {
        color: var(--splash-color-primary);
        background-color: rgba(0, 0, 0, 0.05);
    }

.calendar-card .fc tbody tr td:nth-child(4) .fc-h-event {
    background-color: var(--splash-color-warning) !important;
    border-color: var(--splash-color-warning) !important;
}

.calendar-card .fc tbody tr td:nth-child(7) .fc-h-event {
    background-color: var(--splash-color-info) !important;
    border-color: var(--splash-color-info) !important;
}

.calendar-card .fc tbody tr:nth-child(2) td .fc-h-event {
    background-color: var(--splash-color-success);
    border-color: var(--splash-color-success);
}

.calendar-card .fc tbody tr:nth-child(4) td .fc-h-event {
    background-color: var(--splash-color-info) !important;
    border-color: var(--splash-color-info) !important;
}

.calendar-card .fc .fc-daygrid-dot-event.fc-event-mirror, .calendar-card .fc .fc-daygrid-dot-event:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.calendar-card .fc-direction-ltr .fc-daygrid-event.fc-event-start, .calendar-card .fc-direction-ltr .fc-daygrid-event .fc-event-end, .calendar-card .fc-direction-rtl .fc-daygrid-event.fc-event-start, .calendar-card .fc-direction-rtl .fc-daygrid-event .fc-event-end {
    margin-top: 5px;
}

.calendar-card .fc-theme-standard .fc-scrollgrid {
    border: 0.5px dashed #D2CFE4;
}

.calendar-card .fc-theme-standard td, .calendar-card .fc-theme-standard th {
    border: 0.5px solid #F4F3F8;
}

.calendar-card .fc-theme-standard thead tr th {
    border: none;
    padding: 10px;
    color: #9C9AB6;
    background: #F9F9F9;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

    .calendar-card .fc-theme-standard thead tr th a {
        padding: 0;
        color: #9C9AB6;
    }

.calendar-card .fc-theme-standard .fc-popover {
    border: none;
    box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.15);
}

.calendar-card .fc-theme-standard .fc-popover-header {
    padding: 10px 15px;
    background-color: #F9F9F9;
}

.calendar-card .fc-theme-standard .fc-popover-title {
    color: var(--splash-color-black);
    margin-left: 0;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 700;
}

.fc .fc-button-primary {
    background-color: transparent;
    border-radius: 0.25em !important;
    color: var(--splash-color-muted);
    border: 1px solid rgba(101, 96, 240, 0.15);
    margin-left: 5px !important;
}

    .fc .fc-button-primary:first-child {
        margin-left: 0 !important;
    }

    .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc .fc-button-primary:not(:disabled):active {
        background-color: transparent;
        border-radius: 0.25em !important;
        color: var(--splash-color-muted);
        border: 1px solid rgba(101, 96, 240, 0.15);
    }

.dark .calendar-card .fc .fc-today-button {
    background-color: var(--splash-color-black) !important;
    border-color: var(--splash-color-black) !important;
    color: var(--splash-color-white) !important;
}

.dark .calendar-card .fc .fc-daygrid-day-top {
    color: var(--splash-color-white);
}

    .dark .calendar-card .fc .fc-daygrid-day-top a {
        color: var(--splash-color-white);
    }

.dark .calendar-card .fc .fc-daygrid-event {
    color: var(--splash-color-white);
}

.dark .calendar-card .fc-theme-standard .fc-scrollgrid {
    border-color: #45445e;
}

.dark .calendar-card .fc-theme-standard td, .dark .calendar-card .fc-theme-standard th {
    border-color: #45445e;
}

.dark .calendar-card .fc-theme-standard thead tr th {
    background: var(--splash-color-black);
}

    .dark .calendar-card .fc-theme-standard thead tr th a {
        color: var(--splash-color-white);
    }

@media only screen and (max-width: 767px) {
    .calendar-card .fc .fc-toolbar {
        display: block;
        text-align: center;
    }

    .calendar-card .fc .fc-toolbar-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.chat-sidebar .card-body {
    padding: 15px;
}

    .chat-sidebar .card-body .search-box {
        margin-bottom: 15px;
    }

        .chat-sidebar .card-body .search-box .form-control {
            background: #F5F4FA;
            padding-top: 14px;
            padding-bottom: 14px;
        }

        .chat-sidebar .card-body .search-box button {
            top: 50%;
            right: 20px;
            line-height: 1;
            margin-top: 1px;
            font-size: 17px;
            position: absolute;
            transform: translateY(-50%);
        }

    .chat-sidebar .card-body .chat-tabs {
        display: flex;
        flex-wrap: wrap;
    }

        .chat-sidebar .card-body .chat-tabs a {
            flex: 1 0 0%;
            border-radius: 4px;
            padding: 10px 15px;
            color: var(--splash-color-muted);
            border: 1px solid rgba(101, 96, 240, 0.3);
            margin-left: 2px;
            margin-right: 2px;
        }

            .chat-sidebar .card-body .chat-tabs a:hover, .chat-sidebar .card-body .chat-tabs a.active {
                background-color: var(--splash-color-primary);
                border-color: var(--splash-color-primary);
                color: var(--splash-color-white);
            }

            .chat-sidebar .card-body .chat-tabs a:first-child {
                margin-left: 0;
            }

            .chat-sidebar .card-body .chat-tabs a:last-child {
                margin-right: 0;
            }

    .chat-sidebar .card-body .create-new-group-btn {
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .chat-sidebar .card-body .create-new-group-btn button {
            padding-top: 17px;
            padding-left: 15px;
            padding-bottom: 17px;
            padding-right: 35px;
        }

            .chat-sidebar .card-body .create-new-group-btn button i {
                top: 50%;
                line-height: 1;
                font-size: 14px;
                position: absolute;
                transform: translateY(-50%);
                margin-left: 8px;
                margin-top: 1.5px;
            }

    .chat-sidebar .card-body .chat-users-list {
        height: 705px;
        overflow: hidden;
        overflow-y: scroll;
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .chat-sidebar .card-body .chat-users-list .single-user-item {
            z-index: 1;
            cursor: pointer;
            border-bottom: 1px dashed #d9e9ef;
            padding-top: 20px;
            padding-left: 15px;
            padding-right: 45px;
            padding-bottom: 20px;
        }

            .chat-sidebar .card-body .chat-users-list .single-user-item .title {
                margin-bottom: 2px;
            }

            .chat-sidebar .card-body .chat-users-list .single-user-item .dot-badge {
                top: 50%;
                right: 15px;
                width: 23px;
                height: 23px;
                line-height: 23px;
                position: absolute;
                transform: translateY(-50%);
            }

            .chat-sidebar .card-body .chat-users-list .single-user-item:first-child {
                border-top: 1px dashed #d9e9ef;
            }

            .chat-sidebar .card-body .chat-users-list .single-user-item::before {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0;
                z-index: -1;
                margin: 4px;
                content: "";
                visibility: hidden;
                position: absolute;
                background: #efeef9;
                transition: var(--transition);
            }

            .chat-sidebar .card-body .chat-users-list .single-user-item:hover::before, .chat-sidebar .card-body .chat-users-list .single-user-item.active::before {
                opacity: 1;
                visibility: visible;
            }

        .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar {
            -webkit-appearance: none;
        }

            .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar:vertical {
                width: 5px;
            }

            .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar:horizontal {
                height: 5px;
            }

        .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar-thumb {
            border-radius: 50px;
            background: #6D6C7D;
        }

        .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar-track {
            background: #DCDCE3;
        }

        .chat-sidebar .card-body .chat-users-list .box {
            border-bottom: 1px dashed #d9e9ef;
            padding-bottom: 15px;
            margin-top: 30px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .chat-sidebar .card-body .chat-users-list .box span {
                width: 40px;
                height: 40px;
                line-height: 37px;
                background: #F2F1F9;
                border: 1px solid var(--splash-color-primary);
            }

            .chat-sidebar .card-body .chat-users-list .box:first-child {
                margin-top: 0;
            }

.chat-card .card-head .users-list div {
    width: 40px;
    height: 40px;
    margin-right: -15px;
    border: 2px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

    .chat-card .card-head .users-list div:last-child {
        margin-right: 0;
    }

.chat-card .card-body .chat-list {
    height: 640px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 25px;
}

    .chat-card .card-body .chat-list .chat-item {
        margin-bottom: 10px;
        padding-left: 60px;
        max-width: 700px;
    }

        .chat-card .card-body .chat-list .chat-item .user {
            position: absolute;
            left: 0;
            top: 0;
        }

        .chat-card .card-body .chat-list .chat-item .message {
            margin-bottom: 10px;
            padding-right: 70px;
            display: inline-block;
        }

            .chat-card .card-body .chat-list .chat-item .message .inner {
                padding: 20px;
                background: #F3F2FA;
                border-radius: 0 10px 10px 10px;
            }

                .chat-card .card-body .chat-list .chat-item .message .inner p {
                    margin-bottom: 12px;
                    color: #72708A;
                }

                    .chat-card .card-body .chat-list .chat-item .message .inner p:last-child {
                        margin-bottom: 0;
                    }

            .chat-card .card-body .chat-list .chat-item .message .dropdown {
                top: 50%;
                z-index: 2;
                right: 40px;
                position: absolute;
                transform: translateY(-50%);
            }

            .chat-card .card-body .chat-list .chat-item .message .emoji {
                right: 0;
                top: 50%;
                margin-top: 3px;
                position: absolute;
                transform: translateY(-50%);
            }

                .chat-card .card-body .chat-list .chat-item .message .emoji button {
                    font-size: 22px;
                    color: var(--splash-color-muted);
                }

                    .chat-card .card-body .chat-list .chat-item .message .emoji button:hover {
                        color: var(--splash-color-primary);
                    }

            .chat-card .card-body .chat-list .chat-item .message:last-child {
                margin-bottom: 0;
            }

        .chat-card .card-body .chat-list .chat-item.right {
            padding-left: 0;
            text-align: end;
            margin-left: auto;
        }

            .chat-card .card-body .chat-list .chat-item.right .message {
                padding-right: 0;
                padding-left: 70px;
            }

                .chat-card .card-body .chat-list .chat-item.right .message .inner {
                    border-radius: 10px 10px 0px 10px;
                    background: var(--splash-color-primary);
                }

                    .chat-card .card-body .chat-list .chat-item.right .message .inner p {
                        color: #F1F0F5;
                    }

                .chat-card .card-body .chat-list .chat-item.right .message .dropdown {
                    right: auto;
                    left: 35px;
                }

                .chat-card .card-body .chat-list .chat-item.right .message .emoji {
                    right: auto;
                    left: 0;
                }

        .chat-card .card-body .chat-list .chat-item:last-child {
            margin-bottom: 0;
        }

        .chat-card .card-body .chat-list .chat-item.info {
            max-width: 100%;
            z-index: 1;
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .chat-card .card-body .chat-list .chat-item.info::before {
                left: 0;
                top: 50%;
                right: 0;
                z-index: -1;
                height: 1px;
                content: "";
                position: absolute;
                transform: translateY(-50%);
                border-bottom: 1px dashed #D2CFE4;
            }

    .chat-card .card-body .chat-list::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .chat-card .card-body .chat-list::-webkit-scrollbar:vertical {
            width: 5px;
        }

        .chat-card .card-body .chat-list::-webkit-scrollbar:horizontal {
            height: 5px;
        }

    .chat-card .card-body .chat-list::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #6D6C7D;
    }

    .chat-card .card-body .chat-list::-webkit-scrollbar-track {
        background: #DCDCE3;
    }

.chat-card .card-body .write-your-message {
    padding-right: 220px;
    margin-top: 25px;
}

    .chat-card .card-body .write-your-message .write-message {
        padding: 16px 20px 16px 50px;
        background: #F5F4FA;
        border-radius: 10px;
    }

        .chat-card .card-body .write-your-message .write-message .input-message {
            border: none;
            background-color: transparent;
            border-left: 1px solid #A4A3B0;
            padding-top: 3px;
            padding-left: 11px;
            padding-bottom: 3px;
            padding-right: 10px;
        }

            .chat-card .card-body .write-your-message .write-message .input-message::-moz-placeholder {
                color: #8E8DA1;
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .chat-card .card-body .write-your-message .write-message .input-message::placeholder {
                color: #8E8DA1;
                transition: var(--transition);
            }

            .chat-card .card-body .write-your-message .write-message .input-message:focus::-moz-placeholder {
                color: transparent;
            }

            .chat-card .card-body .write-your-message .write-message .input-message:focus::placeholder {
                color: transparent;
            }

        .chat-card .card-body .write-your-message .write-message button {
            top: 50%;
            left: 15px;
            font-size: 25px;
            margin-top: 3px;
            position: absolute;
            transform: translateY(-50%);
            color: var(--splash-color-muted);
        }

            .chat-card .card-body .write-your-message .write-message button:hover {
                color: var(--splash-color-primary);
            }

    .chat-card .card-body .write-your-message .buttons-list {
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

        .chat-card .card-body .write-your-message .buttons-list button {
            width: 59px;
            height: 59px;
            font-size: 22px;
            margin-right: 10px;
            border-radius: 10px;
            background: #F5F4FA;
            color: var(--splash-color-muted);
        }

            .chat-card .card-body .write-your-message .buttons-list button i {
                left: 0;
                right: 0;
                top: 50%;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

            .chat-card .card-body .write-your-message .buttons-list button:last-child {
                margin-right: 0;
            }

            .chat-card .card-body .write-your-message .buttons-list button.active, .chat-card .card-body .write-your-message .buttons-list button:hover {
                background-color: var(--splash-color-success);
                color: var(--splash-color-white);
            }

.chat-card.chat-group-card .card-body .chat-list {
    height: 718px;
}

.dark .chat-sidebar .card-body .search-box .form-control {
    background: var(--splash-color-black);
}

.dark .chat-sidebar .card-body .chat-tabs a {
    color: #BCBBC7;
}

    .dark .chat-sidebar .card-body .chat-tabs a:hover, .dark .chat-sidebar .card-body .chat-tabs a.active {
        color: var(--splash-color-white);
    }

.dark .chat-sidebar .card-body .chat-users-list .single-user-item {
    border-bottom-color: #45445e;
}

    .dark .chat-sidebar .card-body .chat-users-list .single-user-item:first-child {
        border-top-color: #45445e;
    }

    .dark .chat-sidebar .card-body .chat-users-list .single-user-item::before {
        background: var(--splash-color-black);
    }

.dark .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar-thumb {
    background: #6D6C7D;
}

.dark .chat-sidebar .card-body .chat-users-list::-webkit-scrollbar-track {
    background: #0D0C1D;
}

.dark .chat-sidebar .card-body .chat-users-list .box {
    border-bottom-color: #45445e;
}

    .dark .chat-sidebar .card-body .chat-users-list .box span {
        background: var(--splash-color-black);
    }

.dark .chat-card .card-head .users-list div {
    border-color: #45445e;
}

.dark .chat-card .card-body .chat-list .chat-item .message .inner {
    background: var(--splash-color-black);
}

    .dark .chat-card .card-body .chat-list .chat-item .message .inner p {
        color: #BCBBC7;
    }

.dark .chat-card .card-body .chat-list .chat-item .message .emoji button {
    color: #BCBBC7;
}

    .dark .chat-card .card-body .chat-list .chat-item .message .emoji button:hover {
        color: var(--splash-color-primary);
    }

.dark .chat-card .card-body .chat-list .chat-item.right .message .inner {
    background: var(--splash-color-primary);
}

    .dark .chat-card .card-body .chat-list .chat-item.right .message .inner p {
        color: #F1F0F5;
    }

.dark .chat-card .card-body .chat-list .chat-item.info::before {
    border-bottom-color: #45445e;
}

.dark .chat-card .card-body .chat-list::-webkit-scrollbar-thumb {
    background: #6D6C7D;
}

.dark .chat-card .card-body .chat-list::-webkit-scrollbar-track {
    background: #0D0C1D;
}

.dark .chat-card .card-body .write-your-message .write-message {
    background: var(--splash-color-black);
}

    .dark .chat-card .card-body .write-your-message .write-message .input-message {
        border-left-color: #45445e;
    }

        .dark .chat-card .card-body .write-your-message .write-message .input-message::-moz-placeholder {
            color: #BCBBC7;
        }

        .dark .chat-card .card-body .write-your-message .write-message .input-message::placeholder {
            color: #BCBBC7;
        }

        .dark .chat-card .card-body .write-your-message .write-message .input-message:focus::-moz-placeholder {
            color: transparent;
        }

        .dark .chat-card .card-body .write-your-message .write-message .input-message:focus::placeholder {
            color: transparent;
        }

    .dark .chat-card .card-body .write-your-message .write-message button {
        color: #BCBBC7;
    }

        .dark .chat-card .card-body .write-your-message .write-message button:hover {
            color: var(--splash-color-primary);
        }

.dark .chat-card .card-body .write-your-message .buttons-list button {
    background: var(--splash-color-black);
    color: #BCBBC7;
}

    .dark .chat-card .card-body .write-your-message .buttons-list button.active, .dark .chat-card .card-body .write-your-message .buttons-list button:hover {
        background-color: var(--splash-color-success);
        color: var(--splash-color-white);
    }

@media only screen and (max-width: 767px) {
    .chat-sidebar .card-body .search-box .form-control {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .chat-sidebar .card-body .search-box button {
        right: 15px;
        font-size: 15px;
    }

    .chat-sidebar .card-body .chat-tabs a {
        padding: 8px 15px;
    }

    .chat-sidebar .card-body .create-new-group-btn {
        margin-top: 15px;
    }

        .chat-sidebar .card-body .create-new-group-btn button {
            padding-top: 15px;
            padding-bottom: 15px;
        }

    .chat-sidebar .card-body .chat-users-list {
        height: 500px;
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .chat-sidebar .card-body .chat-users-list .single-user-item {
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 35px;
            padding-bottom: 15px;
        }

            .chat-sidebar .card-body .chat-users-list .single-user-item .dot-badge {
                right: 12px;
                width: 20px;
                height: 20px;
                line-height: 20px;
            }

            .chat-sidebar .card-body .chat-users-list .single-user-item::before {
                margin: 3px;
            }

        .chat-sidebar .card-body .chat-users-list .box {
            margin-top: 20px;
        }

    .chat-card .card-body .chat-list {
        height: 500px;
        padding-right: 10px;
    }

        .chat-card .card-body .chat-list .chat-item {
            padding-left: 0;
            max-width: 100%;
        }

            .chat-card .card-body .chat-list .chat-item .user {
                position: relative;
                margin-bottom: 11px;
            }

            .chat-card .card-body .chat-list .chat-item .message {
                padding-right: 0;
            }

                .chat-card .card-body .chat-list .chat-item .message .inner {
                    padding: 12px;
                }

                .chat-card .card-body .chat-list .chat-item .message .dropdown {
                    top: 0;
                    right: 0;
                    position: relative;
                    display: inline-block;
                    transform: translateY(0);
                }

                .chat-card .card-body .chat-list .chat-item .message .emoji {
                    top: 4px;
                    right: 0;
                    margin-top: 5px;
                    position: relative;
                    display: inline-block;
                    transform: translateY(0);
                    margin-top: 0;
                    margin-left: 5px;
                }

            .chat-card .card-body .chat-list .chat-item.right {
                margin-left: 0;
            }

                .chat-card .card-body .chat-list .chat-item.right .message {
                    padding-right: 0;
                    padding-left: 0;
                }

                    .chat-card .card-body .chat-list .chat-item.right .message .dropdown {
                        right: 0;
                        left: 0;
                    }

                    .chat-card .card-body .chat-list .chat-item.right .message .emoji {
                        right: 0;
                        left: 0;
                    }

            .chat-card .card-body .chat-list .chat-item.info {
                margin-top: 10px;
                margin-bottom: 10px;
            }

    .chat-card .card-body .write-your-message {
        padding-right: 0;
        margin-top: 15px;
    }

        .chat-card .card-body .write-your-message .write-message {
            padding: 15px 15px 15px 40px;
        }

            .chat-card .card-body .write-your-message .write-message .input-message {
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .chat-card .card-body .write-your-message .write-message button {
                left: 10px;
                font-size: 20px;
            }

        .chat-card .card-body .write-your-message .buttons-list {
            top: 0;
            margin-top: 12px;
            position: relative;
            transform: translateY(0);
        }

            .chat-card .card-body .write-your-message .buttons-list button {
                width: 50px;
                height: 50px;
                font-size: 20px;
                margin-right: 5px;
            }

                .chat-card .card-body .write-your-message .buttons-list button i {
                    margin-top: 1px;
                }

    .chat-card.chat-group-card .card-body .chat-list {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chat-sidebar .card-body .create-new-group-btn {
        margin-top: 15px;
    }

    .chat-sidebar .card-body .chat-users-list {
        height: 550px;
        margin-top: 15px;
    }

    .chat-card .card-body .chat-list {
        height: 600px;
    }

        .chat-card .card-body .chat-list .chat-item {
            max-width: 600px;
        }

    .chat-card.chat-group-card .card-body .chat-list {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .chat-sidebar .card-body .chat-users-list .single-user-item .title span {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .chat-card .card-body .chat-list .chat-item {
        max-width: 545px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .chat-sidebar .card-body .chat-users-list .single-user-item .title span {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 3px;
        margin-top: 3px;
    }
}

.flatpickr-calendar {
    border-color: #d8e2ef;
    box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.15);
}

    .flatpickr-calendar .flatpickr-months {
        background-color: #f4f4f4;
    }

        .flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
            padding: 0;
            width: 30px;
            height: 45px;
            line-height: 45px;
            text-align: center;
        }

        .flatpickr-calendar .flatpickr-months .flatpickr-month {
            height: 45px;
        }

    .flatpickr-calendar .flatpickr-current-month {
        line-height: 45px;
        font-size: 120%;
        height: 45px;
        padding: 0;
    }

        .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
            font-weight: 700;
        }

            .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
                background: transparent;
            }

    .flatpickr-calendar .numInputWrapper span {
        background: var(--splash-color-white);
    }

    .flatpickr-calendar .numInputWrapper:hover {
        background: transparent;
    }

    .flatpickr-calendar .flatpickr-current-month input.cur-year {
        font-weight: 700;
    }

    .flatpickr-calendar .flatpickr-day {
        font-weight: 600;
        line-height: 37px;
    }

        .flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange:hover, .flatpickr-calendar .flatpickr-day.endRange:hover, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
            background: var(--splash-color-primary);
            border-color: var(--splash-color-primary);
        }

    .flatpickr-calendar span.flatpickr-weekday {
        color: var(--splash-color-black);
        font-weight: 700;
        font-size: 14px;
    }

    .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
        display: none;
    }

.createNewModal .btn-close {
    top: 20px;
    padding: 0;
    right: 20px;
    border-radius: 0;
    position: absolute;
}

.lead-info-box .profile-info img {
    width: 100px;
    height: 100px;
}

.lead-info-box .profile-info .title {
    margin-left: 18px;
}

.lead-info-box .border-top {
    border-top: 1px dashed #d9e9ef !important;
}

.lead-info-box .info li {
    margin-bottom: 25px;
    padding-left: 65px;
}

    .lead-info-box .info li .icon {
        left: 0;
        top: 50%;
        width: 50px;
        height: 50px;
        font-size: 20px;
        position: absolute;
        background: #ECF3F2;
        transform: translateY(-50%);
    }

        .lead-info-box .info li .icon i {
            left: 0;
            right: 0;
            top: 50%;
            line-height: 1;
            margin-top: 1px;
            position: absolute;
            transform: translateY(-50%);
        }

    .lead-info-box .info li:last-child {
        margin-bottom: 0;
    }

.leads-details-tabs .nav.nav-tabs .nav-item {
    flex: 1 0 0%;
}

    .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
        background-color: var(--splash-color-white);
        color: var(--splash-color-black);
        padding: 25px 15px;
        margin-bottom: 0;
    }

        .leads-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
            background-color: var(--splash-color-primary);
            color: var(--splash-color-white);
        }

.leads-details-tabs .to-do-list-box .form-check .form-check-input:checked + label {
    text-decoration: line-through;
}

.leads-details-tabs .attachments-box .list li {
    border-top: 1px dashed #d9e9ef;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .leads-details-tabs .attachments-box .list li:last-child {
        padding-bottom: 0;
    }

.dark .lead-info-box .border-top {
    border-top-color: #45445e !important;
}

.dark .lead-info-box .info li .icon {
    background: var(--splash-color-black);
}

.dark .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
    background-color: #34334a;
    color: var(--splash-color-white);
}

    .dark .leads-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
        background-color: var(--splash-color-primary);
    }

.dark .leads-details-tabs .attachments-box .list li {
    border-top-color: #45445e !important;
}

@media only screen and (max-width: 767px) {
    .lead-info-box .profile-info .title {
        margin-left: 0;
    }

    .lead-info-box .info li {
        margin-bottom: 15px;
    }

    .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }

    .leads-details-tabs .attachments-box .list li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lead-info-box .profile-info .title {
        margin-left: 18px;
    }

    .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lead-info-box .info li {
        margin-bottom: 20px;
    }

    .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 20px 15px;
    }

    .leads-details-tabs .attachments-box .list li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .leads-details-tabs .nav.nav-tabs .nav-item .nav-link {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .lead-info-box .profile-info.d-sm-flex {
        display: block !important;
    }

    .lead-info-box .profile-info .title {
        margin-left: 0;
        margin-top: 12px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .lead-info-box .profile-info img {
        width: 150px;
        height: 150px;
    }

    .lead-info-box .profile-info .title {
        margin-left: 25px;
    }
}

.emails-sidebar-box .search-box .form-control {
    background: #F5F4FA;
    padding-top: 14px;
    padding-bottom: 14px;
}

.emails-sidebar-box .search-box button {
    top: 50%;
    right: 20px;
    line-height: 1;
    margin-top: 1px;
    font-size: 17px;
    position: absolute;
    transform: translateY(-50%);
}

.emails-sidebar-box .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .emails-sidebar-box .list li a {
        position: relative;
        z-index: 1;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .emails-sidebar-box .list li a .title {
            position: relative;
            padding-left: 30px;
        }

            .emails-sidebar-box .list li a .title i {
                left: 0;
                top: 50%;
                line-height: 1;
                font-size: 18px;
                color: #79788E;
                position: absolute;
                transform: translateY(-50%);
            }

        .emails-sidebar-box .list li a .dot-badge {
            top: 50%;
            right: 0;
            width: 25px;
            height: 25px;
            line-height: 25px;
            position: absolute;
            transform: translateY(-50%);
        }

        .emails-sidebar-box .list li a::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            content: "";
            visibility: hidden;
            position: absolute;
            background: #EFEEF9;
            transition: var(--transition);
            margin-left: -20px;
            margin-right: -20px;
        }

        .emails-sidebar-box .list li a:hover::before, .emails-sidebar-box .list li a.active::before {
            opacity: 1;
            visibility: visible;
        }

    .emails-sidebar-box .list li:first-child {
        border-top: 1px dashed #d9e9ef;
    }

.emails-list-box .card-head .left .form-check .form-check-input {
    border-color: #BFBECA;
}

    .emails-list-box .card-head .left .form-check .form-check-input:checked {
        border-color: var(--splash-color-primary);
    }

.emails-list-box .card-head .left button {
    font-size: 20px;
}

.emails-list-box .card-head .right .info-list li {
    margin-left: 5px;
    margin-right: 5px;
}

    .emails-list-box .card-head .right .info-list li button {
        font-size: 18px;
    }

    .emails-list-box .card-head .right .info-list li:first-child {
        margin-left: 0;
    }

    .emails-list-box .card-head .right .info-list li:last-child {
        margin-right: 0;
    }

.emails-list-box .emails-list .email-item {
    border-bottom: 1px dashed #d9e9ef;
    padding-left: 25px;
    padding-top: 14.9px;
    padding-right: 25px;
    padding-bottom: 14.9px;
}

    .emails-list-box .emails-list .email-item .email-info .form-check .form-check-input {
        border-color: #BFBECA;
    }

        .emails-list-box .emails-list .email-item .email-info .form-check .form-check-input:checked {
            border-color: var(--splash-color-primary);
        }

    .emails-list-box .emails-list .email-item .email-info .badge {
        display: inline-block;
        border-radius: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .emails-list-box .emails-list .email-item .email-title p {
        white-space: nowrap;
        overflow: hidden;
    }

    .emails-list-box .emails-list .email-item .email-title .buttons-list {
        margin-top: 10px;
    }

        .emails-list-box .emails-list .email-item .email-title .buttons-list a {
            border: 1px solid #D0CFDD;
            padding: 5px 12px 5px 35px;
            border-radius: 20px;
            margin-right: 10px;
        }

            .emails-list-box .emails-list .email-item .email-title .buttons-list a i {
                top: 50%;
                left: 12px;
                line-height: 1;
                font-size: 17px;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
                color: var(--splash-color-primary);
            }

            .emails-list-box .emails-list .email-item .email-title .buttons-list a:hover {
                border-color: var(--splash-color-primary);
            }

            .emails-list-box .emails-list .email-item .email-title .buttons-list a:last-child {
                margin-right: 0;
            }

    .emails-list-box .emails-list .email-item .info-list {
        top: 18px;
        z-index: 2;
        opacity: 0;
        right: 25px;
        padding-left: 15px;
        visibility: hidden;
        position: absolute;
        transition: var(--transition);
        background-color: var(--splash-color-white);
    }

        .emails-list-box .emails-list .email-item .info-list li {
            margin-left: 5px;
            margin-right: 5px;
        }

            .emails-list-box .emails-list .email-item .info-list li button {
                font-size: 18px;
            }

            .emails-list-box .emails-list .email-item .info-list li:first-child {
                margin-left: 0;
            }

            .emails-list-box .emails-list .email-item .info-list li:last-child {
                margin-right: 0;
            }

    .emails-list-box .emails-list .email-item .time {
        margin-left: -10px;
    }

    .emails-list-box .emails-list .email-item .link-btn {
        margin-left: 85px;
    }

    .emails-list-box .emails-list .email-item.bg-color {
        z-index: 1;
        position: relative;
    }

        .emails-list-box .emails-list .email-item.bg-color::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: "";
            position: absolute;
            background: #F9F9FC;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .emails-list-box .emails-list .email-item.bg-color .info-list {
            background: #F9F9FC;
        }

    .emails-list-box .emails-list .email-item:first-child {
        border-top: 1px dashed #d9e9ef;
    }

    .emails-list-box .emails-list .email-item:hover .info-list {
        opacity: 1;
        visibility: visible;
    }

.compose-email-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 99;
    position: fixed;
    visibility: hidden;
    transition: var(--transition);
}

    .compose-email-modal .compose-email-modal-dialog {
        right: 25px;
        bottom: 25px;
        width: 770px;
        position: absolute;
        background-color: var(--splash-color-white);
        box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.3);
    }

        .compose-email-modal .compose-email-modal-dialog .compose-email-modal-header {
            box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
        }

    .compose-email-modal.active {
        opacity: 1;
        visibility: visible;
    }

.dark .emails-sidebar-box .search-box .form-control {
    background: var(--splash-color-black);
}

.dark .emails-sidebar-box .list li {
    border-bottom-color: #45445e;
}

    .dark .emails-sidebar-box .list li a .title i {
        color: #BCBBC7;
    }

    .dark .emails-sidebar-box .list li a::before {
        background: var(--splash-color-black);
    }

    .dark .emails-sidebar-box .list li:first-child {
        border-top-color: #45445e;
    }

.dark .emails-list-box .card-head .left .form-check .form-check-input {
    border-color: #45445e;
}

    .dark .emails-list-box .card-head .left .form-check .form-check-input:checked {
        border-color: var(--splash-color-primary);
    }

.dark .emails-list-box .emails-list .email-item {
    border-bottom-color: #45445e;
}

    .dark .emails-list-box .emails-list .email-item .email-info .form-check .form-check-input {
        border-color: #45445e;
    }

        .dark .emails-list-box .emails-list .email-item .email-info .form-check .form-check-input:checked {
            border-color: var(--splash-color-primary);
        }

    .dark .emails-list-box .emails-list .email-item .email-title .buttons-list a {
        border-color: #45445e;
    }

        .dark .emails-list-box .emails-list .email-item .email-title .buttons-list a:hover {
            border-color: var(--splash-color-primary);
        }

    .dark .emails-list-box .emails-list .email-item .info-list {
        background-color: var(--splash-color-black);
    }

    .dark .emails-list-box .emails-list .email-item.bg-color::before {
        background: #222136;
    }

    .dark .emails-list-box .emails-list .email-item.bg-color .info-list {
        background: #222136;
    }

    .dark .emails-list-box .emails-list .email-item:first-child {
        border-top-color: #45445e;
    }

.dark .compose-email-modal .compose-email-modal-dialog {
    background-color: var(--splash-color-black);
    box-shadow: unset;
}

    .dark .compose-email-modal .compose-email-modal-dialog .compose-email-modal-header {
        box-shadow: unset;
        border-bottom: 1px dashed #45445e;
    }

.dark .ql-toolbar.ql-snow {
    border-color: #45445e;
    color: var(--splash-color-white);
}

    .dark .ql-toolbar.ql-snow .ql-picker {
        color: #BCBBC7;
    }

    .dark .ql-toolbar.ql-snow .ql-stroke {
        stroke: #BCBBC7;
    }

    .dark .ql-toolbar.ql-snow .ql-fill {
        stroke: #BCBBC7;
    }

.dark .ql-editor.ql-blank::before {
    color: #BCBBC7;
}

.dark .ql-container.ql-snow {
    border-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .emails-sidebar-box .search-box .form-control {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .emails-sidebar-box .search-box button {
        right: 15px;
        font-size: 15px;
    }

    .emails-sidebar-box .list li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .emails-sidebar-box .list li a .title {
            padding-left: 25px;
        }

            .emails-sidebar-box .list li a .title i {
                font-size: 15px;
            }

        .emails-sidebar-box .list li a .dot-badge {
            width: 20px;
            height: 20px;
            line-height: 20px;
        }

        .emails-sidebar-box .list li a::before {
            margin-left: -10px;
            margin-right: -10px;
        }

    .emails-list-box .card-head .right button {
        top: -4px !important;
        font-size: 18px;
    }

    .emails-list-box .emails-list {
        max-height: unset;
        overflow-y: hidden;
    }

        .emails-list-box .emails-list .email-item {
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

            .emails-list-box .emails-list .email-item .email-info {
                margin-bottom: 8px;
            }

            .emails-list-box .emails-list .email-item .email-title {
                margin-bottom: 5px;
            }

                .emails-list-box .emails-list .email-item .email-title .buttons-list {
                    margin-top: 5px;
                }

                    .emails-list-box .emails-list .email-item .email-title .buttons-list a {
                        margin-top: 5px;
                    }

            .emails-list-box .emails-list .email-item .info-list {
                display: none;
            }

            .emails-list-box .emails-list .email-item .time {
                margin-left: 0;
            }

            .emails-list-box .emails-list .email-item .link-btn {
                margin-left: 0;
                margin-top: 45px;
            }

    .compose-email-modal .compose-email-modal-dialog {
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }

        .compose-email-modal .compose-email-modal-dialog .compose-email-modal-body #editor-container {
            height: 100px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .emails-list-box .card-head .right button {
        top: 1px !important;
    }

    .emails-list-box .emails-list .email-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .compose-email-modal .compose-email-modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .emails-list-box .emails-list {
        max-height: unset;
        overflow-y: hidden;
    }

        .emails-list-box .emails-list .email-item {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .emails-list-box .emails-list .email-item .email-info {
                margin-bottom: 11px;
            }

            .emails-list-box .emails-list .email-item .email-title {
                margin-bottom: 8px;
            }

            .emails-list-box .emails-list .email-item .info-list {
                top: 50%;
                transform: translateY(-50%);
            }

            .emails-list-box .emails-list .email-item .time {
                margin-left: 0;
            }

            .emails-list-box .emails-list .email-item .link-btn {
                margin-left: 0;
                margin-top: 45px;
            }

    .compose-email-modal .compose-email-modal-dialog {
        width: 680px;
    }

        .compose-email-modal .compose-email-modal-dialog .compose-email-modal-body #editor-container {
            height: 100px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .emails-list-box .emails-list .email-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .emails-list-box .emails-list .email-item .email-info {
            margin-bottom: 11px;
        }

        .emails-list-box .emails-list .email-item .email-title {
            margin-bottom: 6px;
        }

        .emails-list-box .emails-list .email-item .info-list {
            top: 50%;
            transform: translateY(-50%);
        }

        .emails-list-box .emails-list .email-item .time {
            margin-left: 0;
        }

        .emails-list-box .emails-list .email-item .link-btn {
            margin-left: 0;
            margin-top: 45px;
        }

    .compose-email-modal .compose-email-modal-dialog {
        width: 730px;
    }

        .compose-email-modal .compose-email-modal-dialog .compose-email-modal-body #editor-container {
            height: 100px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .emails-list-box .emails-list .email-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .emails-list-box .emails-list .email-item .email-info {
            margin-bottom: 11px;
        }

        .emails-list-box .emails-list .email-item .email-title {
            margin-bottom: 6px;
        }

        .emails-list-box .emails-list .email-item .info-list {
            top: 50%;
            transform: translateY(-50%);
        }

        .emails-list-box .emails-list .email-item .time {
            margin-left: 0;
        }

        .emails-list-box .emails-list .email-item .link-btn {
            margin-left: 0;
            margin-top: 45px;
        }
}

@media only screen and (min-width: 1600px) {
    .emails-list-box .emails-list .email-item .email-info .badge {
        margin-right: 35px;
    }

    .emails-list-box .emails-list .email-item .time {
        margin-left: 0;
    }

    .compose-email-modal .compose-email-modal-dialog {
        right: 40px;
        bottom: 40px;
    }
}

.read-email-box .card-head .link-btn {
    position: relative;
    margin-right: 5px;
    color: #787786;
    font-size: 20px;
    top: 1px;
}

.read-email-box .card-body .email-info {
    margin-bottom: 30px;
}

    .read-email-box .card-body .email-info .title {
        padding-right: 15px;
    }

        .read-email-box .card-body .email-info .title span span {
            padding-left: 10px;
            padding-right: 10px;
        }

            .read-email-box .card-body .email-info .title span span i {
                position: absolute;
                margin-top: 3px;
                left: -3px;
                top: 0;
            }

                .read-email-box .card-body .email-info .title span span i:last-child {
                    left: auto;
                    right: -3px;
                }

        .read-email-box .card-body .email-info .title .info {
            padding-right: 12px;
        }

            .read-email-box .card-body .email-info .title .info .dropdown-toggle {
                top: 50%;
                right: -15px;
                font-size: 13px;
                position: absolute;
                transform: translateY(-50%);
                margin-right: -2px;
                margin-top: -8px;
            }

    .read-email-box .card-body .email-info .info-list li {
        margin-left: 5px;
        margin-right: 5px;
    }

        .read-email-box .card-body .email-info .info-list li button {
            font-size: 18px;
        }

        .read-email-box .card-body .email-info .info-list li:first-child {
            margin-left: 0;
        }

        .read-email-box .card-body .email-info .info-list li:last-child {
            margin-right: 0;
        }

.read-email-box .card-body .email-details {
    padding-left: 55px;
}

    .read-email-box .card-body .email-details .h1, .read-email-box .card-body .email-details .h2, .read-email-box .card-body .email-details .h3, .read-email-box .card-body .email-details .h4, .read-email-box .card-body .email-details .h5, .read-email-box .card-body .email-details .h6, .read-email-box .card-body .email-details h1, .read-email-box .card-body .email-details h2, .read-email-box .card-body .email-details h3, .read-email-box .card-body .email-details h4, .read-email-box .card-body .email-details h5, .read-email-box .card-body .email-details h6 {
        margin-bottom: 13px;
    }

        .read-email-box .card-body .email-details .h1:not(:first-child), .read-email-box .card-body .email-details .h2:not(:first-child), .read-email-box .card-body .email-details .h3:not(:first-child), .read-email-box .card-body .email-details .h4:not(:first-child), .read-email-box .card-body .email-details .h5:not(:first-child), .read-email-box .card-body .email-details .h6:not(:first-child), .read-email-box .card-body .email-details h1:not(:first-child), .read-email-box .card-body .email-details h2:not(:first-child), .read-email-box .card-body .email-details h3:not(:first-child), .read-email-box .card-body .email-details h4:not(:first-child), .read-email-box .card-body .email-details h5:not(:first-child), .read-email-box .card-body .email-details h6:not(:first-child) {
            margin-top: 25px;
        }

        .read-email-box .card-body .email-details .h1:last-child, .read-email-box .card-body .email-details .h2:last-child, .read-email-box .card-body .email-details .h3:last-child, .read-email-box .card-body .email-details .h4:last-child, .read-email-box .card-body .email-details .h5:last-child, .read-email-box .card-body .email-details .h6:last-child, .read-email-box .card-body .email-details h1:last-child, .read-email-box .card-body .email-details h2:last-child, .read-email-box .card-body .email-details h3:last-child, .read-email-box .card-body .email-details h4:last-child, .read-email-box .card-body .email-details h5:last-child, .read-email-box .card-body .email-details h6:last-child {
            margin-bottom: 0;
        }

    .read-email-box .card-body .email-details p {
        margin-bottom: 15px;
    }

        .read-email-box .card-body .email-details p:last-child {
            margin-bottom: 0;
        }

.read-email-box .card-body .email-buttons {
    margin-top: 25px;
    border-top: 1px dashed #d9e9ef;
    padding-top: 25px;
    padding-left: 55px;
}

    .read-email-box .card-body .email-buttons button {
        margin-right: 10px;
    }

        .read-email-box .card-body .email-buttons button:last-child {
            margin-right: 0;
        }

.dark .read-email-box .card-head .link-btn {
    color: #BCBBC7;
}

.dark .read-email-box .card-body .email-buttons {
    border-top-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .read-email-box .card-body .email-info {
        margin-bottom: 15px;
    }

        .read-email-box .card-body .email-info .title {
            padding-right: 0;
        }

            .read-email-box .card-body .email-info .title span span {
                display: block;
                padding-left: 0;
                padding-right: 0;
                padding-top: 1px;
            }

                .read-email-box .card-body .email-info .title span span i {
                    display: none;
                }

        .read-email-box .card-body .email-info .info-list li {
            margin-left: 4px;
            margin-right: 4px;
        }

            .read-email-box .card-body .email-info .info-list li button {
                font-size: 17px;
            }

    .read-email-box .card-body .email-details {
        padding-left: 0;
    }

        .read-email-box .card-body .email-details .h1, .read-email-box .card-body .email-details .h2, .read-email-box .card-body .email-details .h3, .read-email-box .card-body .email-details .h4, .read-email-box .card-body .email-details .h5, .read-email-box .card-body .email-details .h6, .read-email-box .card-body .email-details h1, .read-email-box .card-body .email-details h2, .read-email-box .card-body .email-details h3, .read-email-box .card-body .email-details h4, .read-email-box .card-body .email-details h5, .read-email-box .card-body .email-details h6 {
            margin-bottom: 12px;
        }

            .read-email-box .card-body .email-details .h1:not(:first-child), .read-email-box .card-body .email-details .h2:not(:first-child), .read-email-box .card-body .email-details .h3:not(:first-child), .read-email-box .card-body .email-details .h4:not(:first-child), .read-email-box .card-body .email-details .h5:not(:first-child), .read-email-box .card-body .email-details .h6:not(:first-child), .read-email-box .card-body .email-details h1:not(:first-child), .read-email-box .card-body .email-details h2:not(:first-child), .read-email-box .card-body .email-details h3:not(:first-child), .read-email-box .card-body .email-details h4:not(:first-child), .read-email-box .card-body .email-details h5:not(:first-child), .read-email-box .card-body .email-details h6:not(:first-child) {
                margin-top: 20px;
            }

    .read-email-box .card-body .email-buttons {
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0;
    }
}

.products-sidebar-filter .title {
    border-bottom: 1px dashed #d9e9ef;
    margin-bottom: 25px;
    padding: 25px 30px;
}

.products-sidebar-filter .sidebar-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

    .products-sidebar-filter .sidebar-item h6 {
        margin-bottom: 20px;
    }

    .products-sidebar-filter .sidebar-item .search-box .form-control {
        background: #F5F4FA;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .products-sidebar-filter .sidebar-item .search-box button {
        top: 50%;
        right: 15px;
        line-height: 1;
        margin-top: 1px;
        font-size: 17px;
        position: absolute;
        transform: translateY(-50%);
    }

    .products-sidebar-filter .sidebar-item .previous-searches-list {
        margin-bottom: -10px;
    }

        .products-sidebar-filter .sidebar-item .previous-searches-list .item {
            padding: 4px 22px 4px 8px;
            background: #F7F7F9;
            border-radius: 2px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .products-sidebar-filter .sidebar-item .previous-searches-list .item button {
                top: 50%;
                right: 8px;
                line-height: 1;
                color: #8E8DA2;
                font-size: 10px;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

                .products-sidebar-filter .sidebar-item .previous-searches-list .item button:hover {
                    color: red;
                }

    .products-sidebar-filter .sidebar-item .clear-btn {
        line-height: 1.2;
    }

        .products-sidebar-filter .sidebar-item .clear-btn::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-black);
        }

        .products-sidebar-filter .sidebar-item .clear-btn:hover::before {
            transform: scaleX(0);
        }

    .products-sidebar-filter .sidebar-item .categories-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .products-sidebar-filter .sidebar-item .categories-list li:first-child {
            padding-top: 0;
        }

    .products-sidebar-filter .sidebar-item .brands-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .products-sidebar-filter .sidebar-item .brands-list li:first-child {
            padding-top: 0;
        }

    .products-sidebar-filter .sidebar-item .see-more-btn {
        line-height: 1.25;
    }

        .products-sidebar-filter .sidebar-item .see-more-btn::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-primary);
        }

        .products-sidebar-filter .sidebar-item .see-more-btn:hover::before {
            transform: scaleX(0);
        }

    .products-sidebar-filter .sidebar-item .ratings-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .products-sidebar-filter .sidebar-item .ratings-list li span i {
            top: 1px;
            line-height: 1;
            color: #F3C44C;
            margin-right: 4px;
            position: relative;
        }

        .products-sidebar-filter .sidebar-item .ratings-list li:first-child {
            padding-top: 0;
        }

    .products-sidebar-filter .sidebar-item .pricing-filter .range-slider {
        position: relative;
        height: 5px;
    }

        .products-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range] {
            -webkit-appearance: none;
            background: transparent;
            border-radius: 5px;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
        }

            .products-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-thumb {
                background: var(--splash-color-primary);
                -webkit-appearance: none;
                position: relative;
                border-radius: 50%;
                margin-top: -5px;
                cursor: pointer;
                height: 14px;
                width: 14px;
                z-index: 1;
            }

            .products-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 5px;
                border: none;
                border-radius: 5px;
                background: #f4f4f4;
            }

    .products-sidebar-filter .sidebar-item .pricing-filter .price-content {
        margin-top: 12px;
    }

.single-product-box .card-body .image .fav {
    color: #EF2929;
    font-size: 18px;
    height: 38px;
    width: 38px;
    right: 15px;
    top: 15px;
}

    .single-product-box .card-body .image .fav i {
        left: 0;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: 1px;
        position: absolute;
        transform: translateY(-50%);
    }

.single-product-box .card-body .content .reviews .rating {
    color: #F3C44C;
}

    .single-product-box .card-body .content .reviews .rating i {
        margin-right: 4px;
    }

.single-product-box .card-body .content .add-to-cart-btn {
    background-color: transparent;
    padding: 11px 35px 11px 20px;
    border: 1px solid #EDEBF3;
}

    .single-product-box .card-body .content .add-to-cart-btn i {
        top: 50%;
        line-height: 1;
        font-size: 16px;
        position: absolute;
        transform: translateY(-50%);
        color: var(--splash-color-primary);
        margin-left: 7px;
    }

    .single-product-box .card-body .content .add-to-cart-btn:hover {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

        .single-product-box .card-body .content .add-to-cart-btn:hover i {
            color: var(--splash-color-white);
        }

.dark .products-sidebar-filter .title {
    border-bottom-color: #45445e;
}

.dark .products-sidebar-filter .sidebar-item .search-box .form-control {
    background: var(--splash-color-black);
}

.dark .products-sidebar-filter .sidebar-item .previous-searches-list .item {
    background: var(--splash-color-black);
}

    .dark .products-sidebar-filter .sidebar-item .previous-searches-list .item button {
        color: #BCBBC7;
    }

        .dark .products-sidebar-filter .sidebar-item .previous-searches-list .item button:hover {
            color: red;
        }

.dark .products-sidebar-filter .sidebar-item .clear-btn::before {
    background: var(--splash-color-white);
}

.dark .products-sidebar-filter .sidebar-item .categories-list li {
    border-bottom-color: #45445e;
}

.dark .products-sidebar-filter .sidebar-item .brands-list li {
    border-bottom-color: #45445e;
}

.dark .products-sidebar-filter .sidebar-item .ratings-list li {
    border-bottom-color: #45445e;
}

.dark .products-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-thumb {
    background: var(--splash-color-primary);
}

.dark .products-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-runnable-track {
    background: var(--splash-color-black);
}

.dark .single-product-box .card-body .content .add-to-cart-btn {
    border-color: #45445e;
}

    .dark .single-product-box .card-body .content .add-to-cart-btn:hover {
        border-color: var(--splash-color-primary);
    }

@media only screen and (max-width: 767px) {
    .products-sidebar-filter .title {
        margin-bottom: 20px;
        padding: 15px;
    }

    .products-sidebar-filter .sidebar-item {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

        .products-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }

        .products-sidebar-filter .sidebar-item .search-box .form-control {
            padding-top: 13px;
            padding-bottom: 13px;
        }

        .products-sidebar-filter .sidebar-item .search-box button {
            font-size: 15px;
        }

        .products-sidebar-filter .sidebar-item .previous-searches-list {
            margin-bottom: -5px;
        }

            .products-sidebar-filter .sidebar-item .previous-searches-list .item {
                margin-right: 5px;
                margin-bottom: 5px;
            }

        .products-sidebar-filter .sidebar-item .categories-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .products-sidebar-filter .sidebar-item .brands-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .products-sidebar-filter .sidebar-item .ratings-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

    .single-product-box .card-body .image .fav {
        font-size: 16px;
        height: 35px;
        width: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-sidebar-filter .title {
        padding: 20px 25px;
    }

    .products-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .products-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-sidebar-filter .title {
        padding: 25px;
    }

    .products-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .products-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .products-sidebar-filter .title {
        padding: 25px;
    }

    .products-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .products-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }
}

.add-product-box .ql-container {
    max-height: 150px;
    height: auto;
}

.add-product-box .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.add-product-box .input-group .form-control {
    border-left: none;
}

.add-product-box .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .add-product-box .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .add-product-box .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .add-product-box .file-upload input {
        cursor: pointer;
    }

.dark .add-product-box .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .add-product-box .file-upload {
    border-color: #45445e;
}

    .dark .add-product-box .file-upload span span::before {
        background: var(--splash-color-white);
    }

.product-details-box .card-body {
    padding: 30px;
}

    .product-details-box .card-body .productDetailsSwiper {
        height: 600px;
    }

        .product-details-box .card-body .productDetailsSwiper img {
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
            height: 100%;
            width: 100%;
        }

    .product-details-box .card-body .productDetailsThumbSwiper {
        height: 600px;
        padding-right: 50px;
    }

        .product-details-box .card-body .productDetailsThumbSwiper img {
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
            height: 100%;
            width: 100%;
        }

    .product-details-box .card-body .product-details-content {
        margin-left: -40px;
    }

        .product-details-box .card-body .product-details-content h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font-size: 24px;
        }

        .product-details-box .card-body .product-details-content .reviews .rating {
            color: #F3C44C;
        }

            .product-details-box .card-body .product-details-content .reviews .rating i {
                margin-right: 4px;
            }

        .product-details-box .card-body .product-details-content p {
            margin-bottom: 15px;
        }

            .product-details-box .card-body .product-details-content p:last-child {
                margin-bottom: 0;
            }

        .product-details-box .card-body .product-details-content .info {
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .product-details-box .card-body .product-details-content .info li {
                margin-bottom: 5px;
            }

                .product-details-box .card-body .product-details-content .info li span {
                    width: 100px;
                }

                .product-details-box .card-body .product-details-content .info li:last-child {
                    margin-bottom: 0;
                }

        .product-details-box .card-body .product-details-content .box {
            padding: 15px;
            margin-bottom: 15px;
            border: 1px solid #DEDEE4;
        }

            .product-details-box .card-body .product-details-content .box p a::before {
                left: 0;
                right: 0;
                bottom: 0;
                height: 1px;
                content: "";
                position: absolute;
                background: var(--splash-color-black);
            }

        .product-details-box .card-body .product-details-content .buttons-list {
            margin-top: 20px;
        }

            .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter {
                position: relative;
                width: 135px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input {
                    border: 1px solid var(--splash-color-primary);
                    color: var(--splash-color-black);
                    -moz-appearance: textfield;
                    background: #F3F2FA;
                    border-radius: 4px;
                    text-align: center;
                    display: block;
                    height: 43px;
                    width: 100%;
                    font-size: 15px;
                    font-weight: 700;
                }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::-moz-placeholder {
                        color: var(--splash-color-black);
                    }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::placeholder {
                        color: var(--splash-color-black);
                    }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::-webkit-outer-spin-button, .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::-webkit-inner-spin-button {
                        -webkit-appearance: none;
                        margin: 0;
                    }

                .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button {
                    color: var(--splash-color-black);
                    background-color: transparent;
                    transition: var(--transition);
                    font-weight: 900;
                    position: absolute;
                    font-size: 11px;
                    line-height: 1;
                    left: 20px;
                    padding: 0;
                    border: 0;
                    bottom: 0;
                    top: 0;
                }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button i {
                        position: relative;
                        top: 1px;
                    }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:last-child {
                        left: auto;
                        right: 20px;
                    }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:hover {
                        color: var(--splash-color-primary);
                    }

            .product-details-box .card-body .product-details-content .buttons-list .fav-btn {
                color: #8E8DA1;
                padding-left: 24px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .fav-btn i {
                    left: 0;
                    top: 50%;
                    line-height: 1;
                    font-size: 18px;
                    color: #EF2929;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .product-details-box .card-body .product-details-content .buttons-list .fav-btn span::before {
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 1px;
                    content: "";
                    position: absolute;
                    background: #8E8DA1;
                }

    .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
        background: var(--splash-color-white);
        box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
        margin-top: 50px;
        margin-bottom: 40px;
    }

        .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item {
            margin-right: 15px;
        }

            .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
                padding: 20px 30px;
                margin-bottom: 0;
                color: #8E8DA1;
                font-size: 18px;
            }

                .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link::before {
                    left: 0;
                    width: 0;
                    bottom: 0;
                    content: "";
                    height: 3px;
                    position: absolute;
                    transition: var(--transition);
                    background: var(--splash-color-primary);
                }

                .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link:hover, .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
                    color: var(--splash-color-black);
                }

                    .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link:hover::before, .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link.active::before {
                        width: 100%;
                    }

    .product-details-box .card-body .product-details-tabs .tab-content .content {
        padding-right: 30px;
    }

        .product-details-box .card-body .product-details-tabs .tab-content .content p {
            margin-bottom: 20px;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content p:last-child {
                margin-bottom: 0;
            }

        .product-details-box .card-body .product-details-tabs .tab-content .content ul {
            margin-top: 25px;
            margin-bottom: 25px;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content ul li {
                margin-bottom: 13px;
                padding-left: 18px;
            }

                .product-details-box .card-body .product-details-tabs .tab-content .content ul li::before {
                    left: 0;
                    top: 50%;
                    width: 10px;
                    content: "";
                    height: 10px;
                    border-radius: 50%;
                    position: absolute;
                    transform: translateY(-50%);
                    background: var(--splash-color-primary);
                }

                .product-details-box .card-body .product-details-tabs .tab-content .content ul li:last-child {
                    margin-bottom: 0;
                }

    .product-details-box .card-body .product-details-tabs .tab-content .card {
        margin-left: auto;
        margin-right: auto;
    }

    .product-details-box .card-body .product-details-tabs .tab-content .product-reviews .reviews .rating {
        color: #F3C44C;
    }

    .product-details-box .card-body .product-details-tabs .tab-content .rating-count .progress {
        height: 7px;
    }

    .product-details-box .card-body .product-details-tabs .tab-content .reviews-list {
        margin-top: 25px;
        margin-bottom: -25px;
    }

        .product-details-box .card-body .product-details-tabs .tab-content .reviews-list .rating {
            line-height: 1;
            color: #F3C44C;
        }

.dark .product-details-box .card-body .product-details-content .box {
    border-color: #45445e;
}

    .dark .product-details-box .card-body .product-details-content .box p a::before {
        background: var(--splash-color-white);
    }

.dark .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input {
    color: var(--splash-color-white);
    background: var(--splash-color-black);
}

    .dark .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::-moz-placeholder {
        color: var(--splash-color-white);
    }

    .dark .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input::placeholder {
        color: var(--splash-color-white);
    }

.dark .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button {
    color: var(--splash-color-white);
}

    .dark .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:hover {
        color: var(--splash-color-primary);
    }

.dark .product-details-box .card-body .product-details-content .buttons-list .fav-btn {
    color: #BCBBC7;
}

    .dark .product-details-box .card-body .product-details-content .buttons-list .fav-btn span::before {
        background: #45445e;
    }

.dark .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
    background: var(--splash-color-black);
    box-shadow: unset;
}

    .dark .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
        color: #BCBBC7;
    }

        .dark .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link:hover, .dark .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link.active {
            color: var(--splash-color-white);
        }

@media only screen and (max-width: 767px) {
    .product-details-box .card-body {
        padding: 15px;
    }

        .product-details-box .card-body .productDetailsSwiper {
            height: auto;
        }

        .product-details-box .card-body .productDetailsThumbSwiper {
            height: auto;
            padding-right: 0;
            margin-top: 15px;
        }

        .product-details-box .card-body .product-details-content {
            margin-left: 0;
            margin-top: 15px;
        }

            .product-details-box .card-body .product-details-content h3 {
                margin-bottom: 10px;
                font-size: 19px;
            }

                .product-details-box .card-body .product-details-content h3 br {
                    display: none;
                }

            .product-details-box .card-body .product-details-content .info {
                margin-top: 12px;
                margin-bottom: 12px;
            }

                .product-details-box .card-body .product-details-content .info li span {
                    width: 80px;
                }

            .product-details-box .card-body .product-details-content .box {
                padding: 12px;
            }

            .product-details-box .card-body .product-details-content .buttons-list {
                margin-top: 12px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter {
                    width: 120px;
                }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter input {
                        height: 41px;
                    }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button {
                        left: 15px;
                    }

                        .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:last-child {
                            right: 15px;
                        }

        .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
            margin-top: 20px;
            margin-bottom: 25px;
        }

            .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item {
                margin-right: 5px;
            }

                .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
                    padding: 12px 20px;
                    font-size: 15px;
                }

        .product-details-box .card-body .product-details-tabs .tab-content .content {
            padding-right: 0;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content p {
                margin-bottom: 15px;
            }

            .product-details-box .card-body .product-details-tabs .tab-content .content ul {
                margin-top: 15px;
                margin-bottom: 15px;
            }

                .product-details-box .card-body .product-details-tabs .tab-content .content ul li {
                    margin-bottom: 12px;
                }

        .product-details-box .card-body .product-details-tabs .tab-content .card {
            margin-top: 20px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-box .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-box .card-body {
        padding: 25px;
    }

        .product-details-box .card-body .productDetailsSwiper {
            height: 500px;
        }

        .product-details-box .card-body .productDetailsThumbSwiper {
            height: 500px;
            padding-right: 0;
        }

        .product-details-box .card-body .product-details-content {
            margin-left: 0;
            margin-top: 20px;
        }

            .product-details-box .card-body .product-details-content h3 {
                margin-bottom: 10px;
                font-size: 21px;
            }

                .product-details-box .card-body .product-details-content h3 br {
                    display: none;
                }

            .product-details-box .card-body .product-details-content .info {
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .product-details-box .card-body .product-details-content .buttons-list {
                margin-top: 15px;
            }

        .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
            margin-top: 30px;
            margin-bottom: 30px;
        }

            .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item {
                margin-right: 10px;
            }

                .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
                    padding: 15px 30px;
                    font-size: 16px;
                }

        .product-details-box .card-body .product-details-tabs .tab-content .content {
            padding-right: 0;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content p {
                margin-bottom: 15px;
            }

            .product-details-box .card-body .product-details-tabs .tab-content .content ul {
                margin-top: 15px;
                margin-bottom: 15px;
            }

                .product-details-box .card-body .product-details-tabs .tab-content .content ul li {
                    margin-bottom: 12px;
                }

        .product-details-box .card-body .product-details-tabs .tab-content .card {
            margin-top: 25px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-box .card-body .productDetailsThumbSwiper {
        padding-right: 40px;
    }

    .product-details-box .card-body .product-details-content {
        margin-left: -40px;
    }

        .product-details-box .card-body .product-details-content h3 {
            font-size: 21px;
        }

            .product-details-box .card-body .product-details-content h3 br {
                display: none;
            }

        .product-details-box .card-body .product-details-content .info {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .product-details-box .card-body .product-details-content .box {
            padding: 13px;
        }

        .product-details-box .card-body .product-details-content .buttons-list {
            margin-top: 15px;
        }

            .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter {
                width: 100px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button {
                    left: 12px;
                }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:last-child {
                        right: 12px;
                    }

            .product-details-box .card-body .product-details-content .buttons-list .fav-btn {
                padding-left: 20px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .fav-btn i {
                    font-size: 16px;
                }

    .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
        margin-top: 40px;
        margin-bottom: 30px;
    }

        .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
            padding: 15px 30px;
            font-size: 17px;
        }

    .product-details-box .card-body .product-details-tabs .tab-content .content {
        padding-right: 0;
    }

        .product-details-box .card-body .product-details-tabs .tab-content .content p {
            margin-bottom: 15px;
        }

        .product-details-box .card-body .product-details-tabs .tab-content .content ul {
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content ul li {
                margin-bottom: 12px;
            }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .product-details-box .card-body .productDetailsThumbSwiper {
        padding-right: 35px;
    }

    .product-details-box .card-body .product-details-content {
        margin-left: -40px;
    }

        .product-details-box .card-body .product-details-content h3 {
            font-size: 22px;
            margin-bottom: 10px;
        }

            .product-details-box .card-body .product-details-content h3 br {
                display: none;
            }

        .product-details-box .card-body .product-details-content .info {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .product-details-box .card-body .product-details-content .box {
            padding: 13px;
        }

        .product-details-box .card-body .product-details-content .buttons-list {
            margin-top: 15px;
        }

            .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter {
                width: 100px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button {
                    left: 15px;
                }

                    .product-details-box .card-body .product-details-content .buttons-list .input-counter .number-counter button:last-child {
                        left: auto;
                        right: 15px;
                    }

            .product-details-box .card-body .product-details-content .buttons-list .fav-btn {
                padding-left: 20px;
            }

                .product-details-box .card-body .product-details-content .buttons-list .fav-btn i {
                    font-size: 15px;
                }

    .product-details-box .card-body .product-details-tabs .nav.nav-tabs {
        margin-top: 40px;
        margin-bottom: 35px;
    }

        .product-details-box .card-body .product-details-tabs .nav.nav-tabs .nav-item .nav-link {
            padding: 18px 30px;
        }

    .product-details-box .card-body .product-details-tabs .tab-content .content {
        padding-right: 0;
    }

        .product-details-box .card-body .product-details-tabs .tab-content .content p {
            margin-bottom: 15px;
        }

        .product-details-box .card-body .product-details-tabs .tab-content .content ul {
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

@media only screen and (min-width: 1600px) {
    .product-details-box .card-body {
        padding: 50px;
    }

        .product-details-box .card-body .productDetailsSwiper {
            height: 725px;
        }

        .product-details-box .card-body .productDetailsThumbSwiper {
            height: 725px;
            padding-right: 90px;
        }

        .product-details-box .card-body .product-details-content {
            margin-left: -10px;
        }

            .product-details-box .card-body .product-details-content .info {
                margin-top: 25px;
                margin-bottom: 25px;
            }

            .product-details-box .card-body .product-details-content .box {
                padding: 18px;
                margin-bottom: 18px;
            }

            .product-details-box .card-body .product-details-content .buttons-list {
                margin-top: 25px;
            }

        .product-details-box .card-body .product-details-tabs .tab-content {
            padding-left: 30px;
        }

            .product-details-box .card-body .product-details-tabs .tab-content .content {
                padding-right: 100px;
            }

            .product-details-box .card-body .product-details-tabs .tab-content .card {
                max-width: 370px;
            }
}

.seller-card .card-body {
    padding: 30px;
}

    .seller-card .card-body .icon {
        background: #F2F1F9;
        height: 80px;
        width: 80px;
    }

        .seller-card .card-body .icon img {
            top: 50%;
            transform: translateY(-50%);
        }

.dark .seller-card .card-body .icon {
    background: var(--splash-color-black);
}

@media only screen and (max-width: 767px) {
    .seller-card .card-body {
        padding: 15px;
    }

        .seller-card .card-body .icon {
            height: 60px;
            width: 60px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .seller-card .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .seller-card .card-body {
        padding: 25px;
    }

        .seller-card .card-body .icon {
            height: 70px;
            width: 70px;
        }
}

.order-details-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .order-details-box .card-head {
        border-bottom: 1px dashed #d9e9ef;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 28px;
    }

        .order-details-box .card-head i {
            font-size: 32px;
            line-height: 0.01;
        }

        .order-details-box .card-head h5 {
            font-size: 20px;
        }

    .order-details-box .card-body {
        padding: 0 30px;
    }

        .order-details-box .card-body .list li {
            border-bottom: 1px dashed #d9e9ef;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .order-details-box .card-body .list li .title {
                padding-left: 30px;
            }

                .order-details-box .card-body .list li .title i {
                    left: 0;
                    top: 50%;
                    line-height: 1;
                    font-size: 20px;
                    color: #A09FB0;
                    position: absolute;
                    transform: translateY(-50%);
                }

        .order-details-box .card-body .order-summary-list {
            border-bottom: 1px dashed #d9e9ef;
            padding-bottom: 15px;
        }

            .order-details-box .card-body .order-summary-list li {
                border-bottom: 1px dashed #d9e9ef;
                padding-top: 21.1px;
                padding-bottom: 21.1px;
            }

        .order-details-box .card-body .table > :not(caption) > * > *, .order-details-box .card-body table > :not(caption) > * > * {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .order-details-box .card-body .payment-address-list {
            margin-top: 20px;
        }

            .order-details-box .card-body .payment-address-list li {
                margin-bottom: 12px;
                padding-left: 80px;
            }

                .order-details-box .card-body .payment-address-list li span {
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .order-details-box .card-body .payment-address-list li:last-child {
                    margin-bottom: 0;
                }

        .order-details-box .card-body .track-order-list {
            display: flex;
            flex-wrap: wrap;
            margin-top: 25px;
        }

            .order-details-box .card-body .track-order-list li {
                flex: 1 0 0%;
                z-index: 1;
            }

                .order-details-box .card-body .track-order-list li::before {
                    left: 0;
                    right: 0;
                    top: 12px;
                    content: "";
                    z-index: -1;
                    margin-left: 6px;
                    position: absolute;
                    border-style: dashed;
                    border-left-width: 0;
                    border-top-width: 1px;
                    border-right-width: 0;
                    border-bottom-width: 0;
                    border-color: var(--splash-color-primary);
                }

                .order-details-box .card-body .track-order-list li .dot {
                    width: 25px;
                    height: 25px;
                    position: relative;
                    border: 1px solid var(--splash-color-primary);
                }

                    .order-details-box .card-body .track-order-list li .dot::before {
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        content: "";
                        margin: 5px;
                        display: none;
                        position: absolute;
                        border-radius: 50%;
                        background: var(--splash-color-primary);
                    }

                .order-details-box .card-body .track-order-list li.active .dot::before {
                    display: block;
                }

.dark .order-details-box .card-head {
    border-bottom-color: #45445e;
}

.dark .order-details-box .card-body .list li {
    border-bottom-color: #45445e;
}

    .dark .order-details-box .card-body .list li .title i {
        color: #BCBBC7;
    }

.dark .order-details-box .card-body .order-summary-list {
    border-bottom-color: #45445e;
}

    .dark .order-details-box .card-body .order-summary-list li {
        border-bottom-color: #45445e;
    }

@media only screen and (max-width: 767px) {
    .order-details-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .order-details-box .card-head {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

            .order-details-box .card-head i {
                font-size: 25px;
            }

            .order-details-box .card-head h5 {
                font-size: 15px;
            }

        .order-details-box .card-body {
            padding: 0 15px;
        }

            .order-details-box .card-body .list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

                .order-details-box .card-body .list li .title {
                    padding-left: 25px;
                }

                    .order-details-box .card-body .list li .title i {
                        font-size: 15px;
                    }

            .order-details-box .card-body .order-summary-list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-details-box .card-body .table > :not(caption) > * > *, .order-details-box .card-body table > :not(caption) > * > * {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-details-box .card-body .payment-address-list {
                margin-top: 15px;
            }

                .order-details-box .card-body .payment-address-list li {
                    padding-left: 70px;
                }

            .order-details-box .card-body .track-order-list {
                margin-top: 15px;
                flex-wrap: unset;
                display: block;
            }

                .order-details-box .card-body .track-order-list li {
                    flex: unset;
                    padding-left: 30px;
                    padding-top: 15px;
                }

                    .order-details-box .card-body .track-order-list li::before {
                        top: 0;
                        bottom: 0;
                        right: auto;
                        margin-left: 12px;
                        border-left-width: 1px;
                        border-top-width: 0;
                    }

                    .order-details-box .card-body .track-order-list li .dot {
                        margin-left: -30px;
                    }

                    .order-details-box .card-body .track-order-list li:first-child {
                        padding-top: 0;
                    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .order-details-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .order-details-box .card-head {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

        .order-details-box .card-body {
            padding: 0 20px;
        }

            .order-details-box .card-body .payment-address-list {
                margin-top: 20px;
            }

            .order-details-box .card-body .track-order-list {
                margin-top: 20px;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-details-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .order-details-box .card-head {
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
        }

            .order-details-box .card-head i {
                font-size: 28px;
            }

            .order-details-box .card-head h5 {
                font-size: 17px;
            }

        .order-details-box .card-body {
            padding: 0 25px;
        }

            .order-details-box .card-body .list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-details-box .card-body .order-summary-list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-details-box .card-body .table > :not(caption) > * > *, .order-details-box .card-body table > :not(caption) > * > * {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.shopping-cart-box .card-body {
    padding: 0;
}

    .shopping-cart-box .card-body .table > :not(caption) > * > *, .shopping-cart-box .card-body table > :not(caption) > * > * {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter {
            position: relative;
            width: 110px;
        }

            .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input {
                border: 1px solid var(--splash-color-primary);
                color: var(--splash-color-black);
                -moz-appearance: textfield;
                background: #F3F2FA;
                border-radius: 4px;
                text-align: center;
                display: block;
                height: 38px;
                width: 100%;
                font-size: 15px;
                font-weight: 700;
            }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::-moz-placeholder, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::-moz-placeholder {
                    color: var(--splash-color-black);
                }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::placeholder, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::placeholder {
                    color: var(--splash-color-black);
                }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::-webkit-outer-spin-button, .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::-webkit-inner-spin-button, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::-webkit-outer-spin-button, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }

            .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button {
                color: var(--splash-color-black);
                background-color: transparent;
                transition: var(--transition);
                font-weight: 900;
                position: absolute;
                font-size: 11px;
                line-height: 1;
                left: 15px;
                padding: 0;
                border: 0;
                bottom: 0;
                top: 0;
            }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button i, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button i {
                    position: relative;
                    top: 1px;
                }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button:last-child, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button:last-child {
                    left: auto;
                    right: 15px;
                }

                .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button:hover, .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button:hover {
                    color: var(--splash-color-primary);
                }

        .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
            padding-left: 30px;
        }

        .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
            padding-right: 30px;
        }

    .shopping-cart-box .card-body form {
        padding: 30px;
    }

.order-summary-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .order-summary-box .card-head {
        border-bottom: 1px dashed #d9e9ef;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 28px;
    }

        .order-summary-box .card-head i {
            font-size: 32px;
            line-height: 0.01;
        }

        .order-summary-box .card-head h5 {
            font-size: 20px;
        }

    .order-summary-box .card-body {
        padding: 0 30px;
    }

        .order-summary-box .card-body .table > :not(caption) > * > *, .order-summary-box .card-body table > :not(caption) > * > * {
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .order-summary-box .card-body .table > :not(caption) > *:last-child th, .order-summary-box .card-body .table > :not(caption) > *:last-child td, .order-summary-box .card-body table > :not(caption) > *:last-child th, .order-summary-box .card-body table > :not(caption) > *:last-child td {
            border-color: #8E8DA2;
        }

        .order-summary-box .card-body .order-summary-list {
            border-bottom: 1px dashed #d9e9ef;
            padding-bottom: 15px;
        }

            .order-summary-box .card-body .order-summary-list li {
                border-bottom: 1px dashed #d9e9ef;
                padding-top: 21.1px;
                padding-bottom: 21.1px;
            }

        .order-summary-box .card-body .coupon-code {
            margin-top: 30px;
        }

            .order-summary-box .card-body .coupon-code .box {
                background: #ECF3F2;
                border-radius: 2px;
                padding: 10px 15px;
            }

            .order-summary-box .card-body .coupon-code .search-box {
                margin-top: 15px;
            }

                .order-summary-box .card-body .coupon-code .search-box .form-control {
                    background: #F5F4FA;
                }

.dark .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input, .dark .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input {
    background: var(--splash-color-black);
}

    .dark .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::-moz-placeholder, .dark .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::-moz-placeholder {
        color: var(--splash-color-white);
    }

    .dark .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter input::placeholder, .dark .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter input::placeholder {
        color: var(--splash-color-white);
    }

.dark .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button, .dark .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button {
    color: var(--splash-color-white);
}

    .dark .shopping-cart-box .card-body .table > :not(caption) > * > * .number-counter button:hover, .dark .shopping-cart-box .card-body table > :not(caption) > * > * .number-counter button:hover {
        color: var(--splash-color-primary);
    }

.dark .order-summary-box .card-head {
    border-bottom-color: #45445e;
}

.dark .order-summary-box .card-body .table > :not(caption) > *:last-child th, .dark .order-summary-box .card-body .table > :not(caption) > *:last-child td, .dark .order-summary-box .card-body table > :not(caption) > *:last-child th, .dark .order-summary-box .card-body table > :not(caption) > *:last-child td {
    border-color: #45445e;
}

.dark .order-summary-box .card-body .order-summary-list {
    border-bottom-color: #45445e;
}

    .dark .order-summary-box .card-body .order-summary-list li {
        border-bottom-color: #45445e;
    }

.dark .order-summary-box .card-body .coupon-code .box {
    background: var(--splash-color-black);
}

.dark .order-summary-box .card-body .coupon-code .search-box .form-control {
    background: var(--splash-color-black);
}

@media only screen and (max-width: 767px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *, .shopping-cart-box .card-body table > :not(caption) > * > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
            padding-left: 15px;
        }

        .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
            padding-right: 15px;
        }

    .shopping-cart-box .card-body form {
        padding: 15px;
    }

    .order-summary-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .order-summary-box .card-head {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

            .order-summary-box .card-head i {
                font-size: 25px;
            }

            .order-summary-box .card-head h5 {
                font-size: 15px;
            }

        .order-summary-box .card-body {
            padding: 0 15px;
        }

            .order-summary-box .card-body .order-summary-list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-summary-box .card-body .table > :not(caption) > * > *, .order-summary-box .card-body table > :not(caption) > * > * {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-summary-box .card-body .coupon-code {
                margin-top: 15px;
            }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
        padding-left: 20px;
    }

    .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
        padding-right: 20px;
    }

    .shopping-cart-box .card-body form {
        padding: 20px;
    }

    .order-summary-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .order-summary-box .card-head {
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
        }

        .order-summary-box .card-body {
            padding: 0 20px;
        }

            .order-summary-box .card-body .coupon-code {
                margin-top: 20px;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
        padding-left: 25px;
    }

    .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
        padding-right: 25px;
    }

    .shopping-cart-box .card-body form {
        padding: 25px;
    }

    .order-summary-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .order-summary-box .card-head {
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
        }

            .order-summary-box .card-head i {
                font-size: 28px;
            }

            .order-summary-box .card-head h5 {
                font-size: 17px;
            }

        .order-summary-box .card-body {
            padding: 0 25px;
        }

            .order-summary-box .card-body .order-summary-list li {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-summary-box .card-body .table > :not(caption) > * > *, .order-summary-box .card-body table > :not(caption) > * > * {
                padding-top: 15px;
                padding-bottom: 15px;
            }

            .order-summary-box .card-body .coupon-code {
                margin-top: 25px;
            }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
        padding-left: 25px;
    }

    .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
        padding-right: 25px;
    }

    .shopping-cart-box .card-body form {
        padding: 25px;
    }

    .order-summary-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .order-summary-box .card-head {
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
        }

        .order-summary-box .card-body {
            padding: 0 25px;
        }

            .order-summary-box .card-body .coupon-code {
                margin-top: 25px;
            }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *:first-child, .shopping-cart-box .card-body table > :not(caption) > * > *:first-child {
        padding-left: 25px;
    }

    .shopping-cart-box .card-body .table > :not(caption) > * > *:last-child, .shopping-cart-box .card-body table > :not(caption) > * > *:last-child {
        padding-right: 25px;
    }

    .shopping-cart-box .card-body form {
        padding: 25px;
    }

    .order-summary-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .order-summary-box .card-head {
            padding-left: 25px;
            padding-right: 25px;
            padding-bottom: 25px;
        }

        .order-summary-box .card-body {
            padding: 0 25px;
        }

            .order-summary-box .card-body .coupon-code {
                margin-top: 25px;
            }
}

@media only screen and (min-width: 1600px) {
    .shopping-cart-box .card-body .table > :not(caption) > * > *.product-title, .shopping-cart-box .card-body table > :not(caption) > * > *.product-title {
        padding-right: 0;
    }
}

.checkout-box .card-body {
    padding: 0;
}

    .checkout-box .card-body .nav.nav-tabs {
        padding: 5px;
        box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
    }

        .checkout-box .card-body .nav.nav-tabs .nav-item {
            flex: 1 0 0%;
        }

            .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link {
                color: var(--splash-color-muted);
                transition: var(--transition);
                padding: 18px 0 18px 33px;
                margin-bottom: 0;
            }

                .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link i {
                    top: 50%;
                    line-height: 1;
                    font-size: 22px;
                    margin-left: -33px;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link:hover, .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link.active {
                    background-color: var(--splash-color-primary);
                    color: var(--splash-color-white);
                }

    .checkout-box .card-body .tab-content .accordion .accordion-item {
        border: 1px solid #F2F1F9;
        margin-bottom: 25px;
        padding: 25px;
    }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button {
            padding: 0 0 0 45px;
        }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button img {
                box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
                margin-right: 10px;
            }

                .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button img:last-child {
                    margin-right: 0;
                }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot {
                left: 0;
                top: 50%;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                position: absolute;
                transform: translateY(-50%);
                border: 1px solid var(--splash-color-primary);
            }

                .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot::before {
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    content: "";
                    margin: 4px;
                    position: absolute;
                    border-radius: 50%;
                    transition: var(--transition);
                    background: var(--splash-color-primary);
                }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button::after {
                display: none;
            }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button.collapsed .dot::before {
                opacity: 0;
                visibility: hidden;
            }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
            margin-top: 25px;
        }

        .checkout-box .card-body .tab-content .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .checkout-box .card-body .tab-content .box {
        background: #F2F1F9;
    }

        .checkout-box .card-body .tab-content .box .inner-box {
            box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
            max-width: 530px;
        }

            .checkout-box .card-body .tab-content .box .inner-box ul li {
                margin-bottom: 12px;
                padding-left: 95px;
            }

                .checkout-box .card-body .tab-content .box .inner-box ul li span {
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .checkout-box .card-body .tab-content .box .inner-box ul li:last-child {
                    margin-bottom: 0;
                }

        .checkout-box .card-body .tab-content .box .payment-method img {
            box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
        }

.dark .checkout-box .card-body .nav.nav-tabs {
    box-shadow: unset;
    border-bottom: 1px dashed #45445e !important;
}

    .dark .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link {
        color: #BCBBC7;
    }

        .dark .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link:hover, .dark .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link.active {
            color: var(--splash-color-white);
        }

.dark .checkout-box .card-body .tab-content .accordion .accordion-item {
    border-color: #45445e;
}

    .dark .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button.bg-white {
        background-color: #2b2a3f !important;
    }

.dark .checkout-box .card-body .tab-content .box {
    background: var(--splash-color-black);
}

    .dark .checkout-box .card-body .tab-content .box .inner-box {
        box-shadow: unset;
    }

    .dark .checkout-box .card-body .tab-content .box .payment-method img {
        box-shadow: unset;
    }

@media only screen and (max-width: 767px) {
    .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link {
        padding: 15px 10px;
    }

        .checkout-box .card-body .nav.nav-tabs .nav-item .nav-link i {
            top: 0;
            display: block;
            font-size: 20px;
            position: relative;
            transform: translateY(0);
            margin-left: 0;
            margin-bottom: 2px;
        }

    .checkout-box .card-body .tab-content .accordion .accordion-item {
        margin-bottom: 15px;
        padding: 15px;
    }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button {
            padding: 0 0 0 20px;
        }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button img {
                margin-right: 0;
                width: 28px;
            }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot {
                width: 15px;
                height: 15px;
            }

                .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot::before {
                    margin: 3px;
                }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
            margin-top: 15px;
        }

    .checkout-box .card-body .tab-content .box .inner-box {
        max-width: 100%;
    }

        .checkout-box .card-body .tab-content .box .inner-box ul li {
            margin-bottom: 12px;
            padding-left: 0;
        }

            .checkout-box .card-body .tab-content .box .inner-box ul li span {
                display: block;
                margin-bottom: 3px;
                position: relative;
            }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .checkout-box .card-body .tab-content .accordion .accordion-item {
        padding: 20px;
    }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
            margin-top: 20px;
        }

    .checkout-box .card-body .tab-content .box .inner-box ul li {
        margin-bottom: 12px;
        padding-left: 0;
    }

        .checkout-box .card-body .tab-content .box .inner-box ul li span {
            display: block;
            margin-bottom: 3px;
            position: relative;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-box .card-body .tab-content .accordion .accordion-item {
        margin-bottom: 20px;
        padding: 15px 20px;
    }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button {
            padding: 0 0 0 35px;
        }

            .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot {
                width: 25px;
                height: 25px;
            }

                .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-button .dot::before {
                    margin: 3px;
                }

        .checkout-box .card-body .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
            margin-top: 15px;
        }
}

.manage-reviews-box .card-body {
    padding: 25px 0;
}

    .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2) .rating, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2) .rating {
            width: 270px;
        }

        .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2).product-title, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2).product-title {
            padding-right: 0;
            white-space: normal;
        }

            .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2).product-title span, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2).product-title span {
                width: 270px;
            }

    .manage-reviews-box .card-body .product-box {
        background: #F5F4F9;
    }

        .manage-reviews-box .card-body .product-box .image {
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .manage-reviews-box .card-body .product-box .image img {
                display: none;
            }

        .manage-reviews-box .card-body .product-box .content {
            padding: 40px 20px;
        }

            .manage-reviews-box .card-body .product-box .content h5 {
                line-height: 1.4;
            }

    .manage-reviews-box .card-body .box {
        background: #F5F4F9;
    }

    .manage-reviews-box .card-body .manage-rating .rating i {
        line-height: 1;
        font-size: 15px;
        color: #F3C44C;
    }

    .manage-reviews-box .card-body .manage-rating .progress {
        padding: 2px;
        margin-top: 2px;
    }

.dark .manage-reviews-box .card-body .product-box {
    background: var(--splash-color-black);
}

.dark .manage-reviews-box .card-body .box {
    background: var(--splash-color-black);
}

@media only screen and (max-width: 767px) {
    .manage-reviews-box .card-body {
        padding: 15px 0;
    }

        .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .manage-reviews-box .card-body .product-box .image {
            height: auto;
            background-image: unset !important;
        }

            .manage-reviews-box .card-body .product-box .image img {
                display: inline-block;
            }

        .manage-reviews-box .card-body .product-box .content {
            padding: 20px 15px;
        }

        .manage-reviews-box .card-body .manage-rating .rating i {
            font-size: 14px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .manage-reviews-box .card-body {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .manage-reviews-box .card-body .product-box .content {
        padding: 40px 25px;
    }
}

.manage-reviews-box .card-body {
    padding: 25px 0;
}

    .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2) .rating, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2) .rating {
            width: 270px;
        }

        .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2).product-title, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2).product-title {
            padding-right: 0;
            white-space: normal;
        }

            .manage-reviews-box .card-body table > :not(caption) > * > *:nth-child(2).product-title span, .manage-reviews-box .card-body .table > :not(caption) > * > *:nth-child(2).product-title span {
                width: 270px;
            }

    .manage-reviews-box .card-body .product-box {
        background: #F5F4F9;
    }

        .manage-reviews-box .card-body .product-box .image {
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

            .manage-reviews-box .card-body .product-box .image img {
                display: none;
            }

        .manage-reviews-box .card-body .product-box .content {
            padding: 40px 20px;
        }

            .manage-reviews-box .card-body .product-box .content h5 {
                line-height: 1.4;
            }

    .manage-reviews-box .card-body .box {
        background: #F5F4F9;
    }

    .manage-reviews-box .card-body .manage-rating .rating i {
        line-height: 1;
        font-size: 15px;
        color: #F3C44C;
    }

    .manage-reviews-box .card-body .manage-rating .progress {
        padding: 2px;
        margin-top: 2px;
    }

.dark .manage-reviews-box .card-body .product-box {
    background: var(--splash-color-black);
}

.dark .manage-reviews-box .card-body .box {
    background: var(--splash-color-black);
}

@media only screen and (max-width: 767px) {
    .manage-reviews-box .card-body {
        padding: 15px 0;
    }

        .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .manage-reviews-box .card-body .product-box .image {
            height: auto;
            background-image: unset !important;
        }

            .manage-reviews-box .card-body .product-box .image img {
                display: inline-block;
            }

        .manage-reviews-box .card-body .product-box .content {
            padding: 20px 15px;
        }

        .manage-reviews-box .card-body .manage-rating .rating i {
            font-size: 14px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .manage-reviews-box .card-body {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .manage-reviews-box .card-body table > :not(caption) > * > *, .manage-reviews-box .card-body .table > :not(caption) > * > * {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 1600px) {
    .manage-reviews-box .card-body .product-box .content {
        padding: 40px 25px;
    }
}

.order-tracking-box .card-body .track-order-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .order-tracking-box .card-body .track-order-list li {
        flex: 1 0 0%;
        z-index: 1;
    }

        .order-tracking-box .card-body .track-order-list li::before {
            left: 0;
            right: 0;
            top: 12px;
            content: "";
            z-index: -1;
            margin-left: 6px;
            position: absolute;
            border-style: dashed;
            border-left-width: 0;
            border-top-width: 1px;
            border-right-width: 0;
            border-bottom-width: 0;
            border-color: var(--splash-color-primary);
        }

        .order-tracking-box .card-body .track-order-list li .dot {
            width: 25px;
            height: 25px;
            position: relative;
            border: 1px solid var(--splash-color-primary);
        }

            .order-tracking-box .card-body .track-order-list li .dot::before {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: "";
                margin: 5px;
                display: none;
                position: absolute;
                border-radius: 50%;
                background: var(--splash-color-primary);
            }

        .order-tracking-box .card-body .track-order-list li.active .dot::before {
            display: block;
        }

@media only screen and (max-width: 767px) {
    .order-tracking-box .card-body .track-order-list {
        flex-wrap: unset;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .order-tracking-box .card-body .track-order-list li {
            flex: unset;
            padding-left: 30px;
            padding-top: 15px;
        }

            .order-tracking-box .card-body .track-order-list li::before {
                top: 0;
                bottom: 0;
                right: auto;
                margin-left: 12px;
                border-left-width: 1px;
                border-top-width: 0;
            }

            .order-tracking-box .card-body .track-order-list li .dot {
                margin-left: -30px;
            }

            .order-tracking-box .card-body .track-order-list li:first-child {
                padding-top: 0;
            }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-tracking-box .card-body .track-order-list {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

.invoice-details-box .white-logo {
    display: none;
}

.invoice-details-box .invoice-info {
    padding-top: 40px;
    border-top: 1px dashed #D2CFE4;
    margin-top: 40px;
    margin-bottom: 40px;
}

.invoice-details-box .table thead tr th {
    border-bottom-color: #D2CFE4;
}

.invoice-details-box .table tbody tr th, .invoice-details-box .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.invoice-details-box .order-summary-list {
    border-bottom: 1px dashed #d9e9ef;
    padding-bottom: 10px;
    max-width: 455px;
    margin-left: auto;
    margin-right: 50px;
}

    .invoice-details-box .order-summary-list li {
        border-bottom: 1px dashed #d9e9ef;
        padding-top: 18px;
        padding-bottom: 18px;
    }

.dark .invoice-details-box .white-logo {
    display: inline;
}

.dark .invoice-details-box .black-logo {
    display: none;
}

.dark .invoice-details-box .invoice-info {
    border-top-color: #45445e;
}

.dark .invoice-details-box .table thead tr th {
    border-bottom-color: #45445e;
}

.dark .invoice-details-box .order-summary-list {
    border-bottom-color: #45445e;
}

    .dark .invoice-details-box .order-summary-list li {
        border-bottom-color: #45445e;
    }

@media only screen and (max-width: 767px) {
    .invoice-details-box .invoice-info {
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .invoice-details-box .table tbody tr th, .invoice-details-box .table tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .invoice-details-box .order-summary-list {
        padding-bottom: 8px;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .invoice-details-box .order-summary-list li {
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .invoice-details-box .invoice-info {
        padding-top: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .invoice-details-box .table tbody tr th, .invoice-details-box .table tbody tr td {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .invoice-details-box .order-summary-list {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .invoice-details-box .order-summary-list li {
            padding-top: 15px;
            padding-bottom: 15px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .invoice-details-box .invoice-info {
        padding-top: 35px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .invoice-details-box .table tbody tr th, .invoice-details-box .table tbody tr td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .invoice-details-box .order-summary-list {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .invoice-details-box .order-summary-list {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1600px) {
    .invoice-details-box .order-summary-list {
        margin-right: 95px;
    }
}

.contact-card .info-list {
    margin-top: 20px;
}

    .contact-card .info-list li {
        margin-bottom: 10px;
        padding-left: 85px;
    }

        .contact-card .info-list li span {
            top: 0;
            left: 0;
            position: absolute;
        }

        .contact-card .info-list li:last-child {
            margin-bottom: 0;
        }

@media only screen and (max-width: 767px) {
    .contact-card .info-list {
        margin-top: 15px;
    }

        .contact-card .info-list li {
            padding-left: 75px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-card .info-list {
        margin-top: 15px;
    }

        .contact-card .info-list li {
            padding-left: 80px;
        }
}

.project-card .card-body .progress {
    height: 9px;
}

.project-card .card-body .info li {
    margin-bottom: 10px;
}

    .project-card .card-body .info li span {
        width: 85px;
    }

    .project-card .card-body .info li .users-list div {
        width: 33px;
        height: 33px;
        margin-right: -10px;
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

        .project-card .card-body .info li .users-list div:last-child {
            margin-right: 0;
        }

    .project-card .card-body .info li:last-child {
        margin-bottom: 0;
    }

.project-card .card-body .features-list li {
    margin-bottom: 12px;
    padding-left: 18px;
}

    .project-card .card-body .features-list li::before {
        left: 0;
        top: 50%;
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        border-radius: 50%;
        transform: translateY(-50%);
        background: var(--splash-color-primary);
    }

    .project-card .card-body .features-list li:last-child {
        margin-bottom: 0;
    }

.project-card .card-body .info {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
}

    .project-card .card-body .info .info-card {
        margin-bottom: 25px;
        padding-top: 8px;
        padding-left: 78px;
        padding-bottom: 8px;
    }

        .project-card .card-body .info .info-card .icon {
            top: 50%;
            width: 65px;
            height: 65px;
            font-size: 25px;
            transform: translateY(-50%);
        }

            .project-card .card-body .info .info-card .icon i {
                left: 0;
                top: 50%;
                right: 0;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

.project-comments-card .card-body .title {
    border-bottom: 1px dashed #D2CFE4;
}

.project-comments-card .card-body .list .item {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 36px;
    padding-bottom: 36px;
}

    .project-comments-card .card-body .list .item p {
        margin-bottom: 15px;
    }

        .project-comments-card .card-body .list .item p:last-child {
            margin-bottom: 0;
        }

    .project-comments-card .card-body .list .item .buttons-list a {
        border: 1px solid #D0CFDD;
        padding: 5px 12px 5px 35px;
        border-radius: 20px;
        margin-right: 10px;
    }

        .project-comments-card .card-body .list .item .buttons-list a i {
            top: 50%;
            left: 12px;
            line-height: 1;
            font-size: 17px;
            margin-top: 1px;
            position: absolute;
            transform: translateY(-50%);
            color: var(--splash-color-primary);
        }

        .project-comments-card .card-body .list .item .buttons-list a:hover {
            border-color: var(--splash-color-primary);
        }

        .project-comments-card .card-body .list .item .buttons-list a:last-child {
            margin-right: 0;
        }

    .project-comments-card .card-body .list .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .project-comments-card .card-body .list .item:first-child {
        padding-top: 0;
    }

    .project-comments-card .card-body .list .item .more-conversation {
        left: 50%;
        bottom: -9px;
        padding: 0 20px;
        position: absolute;
        transform: translateX(-50%);
    }

    .project-comments-card .card-body .list .item .item {
        margin-left: 120px;
    }

        .project-comments-card .card-body .list .item .item::before {
            top: 15px;
            left: -47px;
            content: "";
            width: 30px;
            height: 40px;
            position: absolute;
            border-left: 1px dashed #B5B1CA;
            border-bottom: 1px dashed #B5B1CA;
        }

.project-comments-card .card-body .write-your-comment {
    padding-right: 220px;
}

    .project-comments-card .card-body .write-your-comment .write-comment {
        padding: 16px 20px 16px 50px;
        background: #F5F4FA;
        border-radius: 10px;
    }

        .project-comments-card .card-body .write-your-comment .write-comment .input-comment {
            border: none;
            background-color: transparent;
            border-left: 1px solid #A4A3B0;
            padding-top: 3px;
            padding-left: 10px;
            padding-bottom: 3px;
            padding-right: 10px;
        }

            .project-comments-card .card-body .write-your-comment .write-comment .input-comment::-moz-placeholder {
                color: #8E8DA1;
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .project-comments-card .card-body .write-your-comment .write-comment .input-comment::placeholder {
                color: #8E8DA1;
                transition: var(--transition);
            }

            .project-comments-card .card-body .write-your-comment .write-comment .input-comment:focus::-moz-placeholder {
                color: transparent;
            }

            .project-comments-card .card-body .write-your-comment .write-comment .input-comment:focus::placeholder {
                color: transparent;
            }

        .project-comments-card .card-body .write-your-comment .write-comment button {
            top: 50%;
            left: 15px;
            font-size: 25px;
            margin-top: 3px;
            position: absolute;
            transform: translateY(-50%);
            color: var(--splash-color-muted);
        }

            .project-comments-card .card-body .write-your-comment .write-comment button:hover {
                color: var(--splash-color-primary);
            }

    .project-comments-card .card-body .write-your-comment .buttons-list {
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

        .project-comments-card .card-body .write-your-comment .buttons-list button {
            width: 59px;
            height: 59px;
            font-size: 22px;
            margin-right: 10px;
            border-radius: 10px;
            background: #F5F4FA;
            color: var(--splash-color-primary);
        }

            .project-comments-card .card-body .write-your-comment .buttons-list button i {
                left: 0;
                right: 0;
                top: 50%;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

            .project-comments-card .card-body .write-your-comment .buttons-list button:last-child {
                margin-right: 0;
            }

            .project-comments-card .card-body .write-your-comment .buttons-list button.active, .project-comments-card .card-body .write-your-comment .buttons-list button:hover {
                background-color: var(--splash-color-primary);
                color: var(--splash-color-white);
            }

.team-members-card .card-body ul li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .team-members-card .card-body ul li img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

    .team-members-card .card-body ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .team-members-card .card-body ul li:first-child {
        padding-top: 0;
    }

.team-members-card .card-body .show-more-btn {
    border: 1px solid #D2CFE4;
    background-color: transparent;
    color: var(--splash-color-primary);
}

    .team-members-card .card-body .show-more-btn:hover {
        color: var(--splash-color-white);
        border-color: var(--splash-color-primary);
        background-color: var(--splash-color-primary);
    }

.attachments-card .card-body .list li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 14.7px;
    padding-bottom: 14.7px;
}

    .attachments-card .card-body .list li .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        background: #F8F8FB;
    }

        .attachments-card .card-body .list li .icon i {
            left: 0;
            right: 0;
            top: 50%;
            line-height: 1;
            margin-top: 1px;
            position: absolute;
            transform: translateY(-50%);
        }

    .attachments-card .card-body .list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .attachments-card .card-body .list li:first-child {
        padding-top: 0;
    }

.dark .project-comments-card .card-body .title {
    border-bottom-color: #45445e;
}

.dark .project-comments-card .card-body .list .item {
    border-bottom-color: #45445e;
}

    .dark .project-comments-card .card-body .list .item .buttons-list a {
        border-color: #45445e;
    }

        .dark .project-comments-card .card-body .list .item .buttons-list a:hover {
            border-color: var(--splash-color-primary);
        }

    .dark .project-comments-card .card-body .list .item .item::before {
        border-color: #45445e;
    }

.dark .project-comments-card .card-body .write-your-comment .write-comment {
    background: var(--splash-color-black);
}

    .dark .project-comments-card .card-body .write-your-comment .write-comment .input-comment {
        border-left-color: #45445e;
    }

        .dark .project-comments-card .card-body .write-your-comment .write-comment .input-comment::-moz-placeholder {
            color: #BCBBC7;
        }

        .dark .project-comments-card .card-body .write-your-comment .write-comment .input-comment::placeholder {
            color: #BCBBC7;
        }

        .dark .project-comments-card .card-body .write-your-comment .write-comment .input-comment:focus::-moz-placeholder {
            color: transparent;
        }

        .dark .project-comments-card .card-body .write-your-comment .write-comment .input-comment:focus::placeholder {
            color: transparent;
        }

    .dark .project-comments-card .card-body .write-your-comment .write-comment button {
        color: #BCBBC7;
    }

        .dark .project-comments-card .card-body .write-your-comment .write-comment button:hover {
            color: var(--splash-color-primary);
        }

.dark .project-comments-card .card-body .write-your-comment .buttons-list button {
    background: var(--splash-color-black);
    color: #BCBBC7;
}

    .dark .project-comments-card .card-body .write-your-comment .buttons-list button.active, .dark .project-comments-card .card-body .write-your-comment .buttons-list button:hover {
        background-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

.dark .team-members-card .card-body ul li {
    border-bottom-color: #45445e;
}

    .dark .team-members-card .card-body ul li img {
        border-color: #45445e;
    }

.dark .team-members-card .card-body .show-more-btn {
    border-color: #45445e;
}

    .dark .team-members-card .card-body .show-more-btn:hover {
        border-color: var(--splash-color-primary);
    }

.dark .attachments-card .card-body .list li {
    border-bottom-color: #45445e;
}

    .dark .attachments-card .card-body .list li .icon {
        background: var(--splash-color-black);
    }

@media only screen and (max-width: 767px) {
    .project-card .card-body .info {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }

        .project-card .card-body .info .info-card {
            margin-bottom: 15px;
        }

    .attachments-card .card-body .list li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .project-comments-card .card-body .list .item {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .project-comments-card .card-body .list .item .buttons-list a {
            padding: 5px 10px 5px 30px;
            margin-right: 5px;
        }

            .project-comments-card .card-body .list .item .buttons-list a i {
                left: 10px;
                font-size: 15px;
            }

        .project-comments-card .card-body .list .item .more-conversation {
            padding: 0 15px;
        }

        .project-comments-card .card-body .list .item .item {
            margin-left: 15px;
        }

            .project-comments-card .card-body .list .item .item::before {
                top: 5px;
                left: -14px;
                width: 13px;
            }

    .project-comments-card .card-body .write-your-comment {
        padding-right: 0;
    }

        .project-comments-card .card-body .write-your-comment .write-comment {
            padding: 15px 15px 15px 40px;
        }

            .project-comments-card .card-body .write-your-comment .write-comment .input-comment {
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .project-comments-card .card-body .write-your-comment .write-comment button {
                left: 10px;
                font-size: 20px;
            }

        .project-comments-card .card-body .write-your-comment .buttons-list {
            top: 0;
            margin-top: 12px;
            position: relative;
            transform: translateY(0);
        }

            .project-comments-card .card-body .write-your-comment .buttons-list button {
                width: 50px;
                height: 50px;
                font-size: 20px;
                margin-right: 5px;
            }

                .project-comments-card .card-body .write-your-comment .buttons-list button i {
                    margin-top: 1px;
                }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-card .card-body .info {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

        .project-card .card-body .info .info-card {
            margin-bottom: 20px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-card .card-body .info {
        padding-bottom: 0;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .project-card .card-body .info .info-card {
            margin-bottom: 20px;
            padding-top: 7px;
            padding-left: 72px;
            padding-bottom: 7px;
        }

            .project-card .card-body .info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 22px;
            }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-card .card-body .info {
        padding-left: 20px;
        padding-right: 20px;
    }

        .project-card .card-body .info .info-card {
            margin-bottom: 25px;
            padding-top: 7px;
            padding-left: 72px;
            padding-bottom: 7px;
        }

            .project-card .card-body .info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 22px;
            }
}

.projects-teams-card .card-body .progress {
    height: 9px;
}

.projects-teams-card .card-body .info li {
    margin-bottom: 10px;
}

    .projects-teams-card .card-body .info li .user img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

    .projects-teams-card .card-body .info li .users-list div {
        width: 33px;
        height: 33px;
        margin-right: -10px;
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

        .projects-teams-card .card-body .info li .users-list div:last-child {
            margin-right: 0;
        }

    .projects-teams-card .card-body .info li:last-child {
        margin-bottom: 0;
    }

.projects-teams-card .card-body .view-btn {
    background: #F2F1F9;
}

    .projects-teams-card .card-body .view-btn span {
        line-height: 1.3;
    }

        .projects-teams-card .card-body .view-btn span::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-primary);
        }

    .projects-teams-card .card-body .view-btn i {
        line-height: 0.01;
        font-size: 20px;
    }

    .projects-teams-card .card-body .view-btn:hover span::before {
        transform: scaleX(0);
    }

.dark .projects-teams-card .card-body .info li .user img {
    border-color: #45445e;
}

.dark .projects-teams-card .card-body .info li .users-list div {
    border-color: #45445e;
}

.dark .projects-teams-card .card-body .view-btn {
    background: var(--splash-color-black);
}

.create-new-project-box .ql-container {
    min-height: 150px;
    height: auto;
}

.create-new-project-box .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.create-new-project-box .input-group .form-control {
    border-left: none;
}

.create-new-project-box .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .create-new-project-box .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .create-new-project-box .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .create-new-project-box .file-upload input {
        cursor: pointer;
    }

.create-new-project-box .members-list div {
    margin-top: 10px;
    margin-right: 5px;
}

.create-new-project-box .members-list img {
    border: 1.5px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

.create-new-project-box .members-list button {
    font-size: 8px;
    margin-left: 3px;
}

    .create-new-project-box .members-list button:hover {
        color: red;
    }

.dark .create-new-project-box .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .create-new-project-box .file-upload {
    border-color: #45445e;
}

    .dark .create-new-project-box .file-upload span span::before {
        background: var(--splash-color-white);
    }

.dark .create-new-project-box .members-list img {
    border-color: #45445e;
}

.ticket-preview-box .card-head .buttons-list button {
    border: 1px solid rgba(101, 96, 240, 0.3);
    padding: 9px 35px 9px 15px;
    margin-right: 5px;
}

    .ticket-preview-box .card-head .buttons-list button i {
        top: 50%;
        right: 15px;
        line-height: 1;
        margin-top: 1px;
        color: #79788E;
        position: absolute;
        transform: translateY(-50%);
    }

    .ticket-preview-box .card-head .buttons-list button:hover {
        border-color: var(--splash-color-primary);
    }

    .ticket-preview-box .card-head .buttons-list button:last-child {
        margin-right: 0;
    }

.ticket-preview-box .card-body .ticket-preview-list .item {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .ticket-preview-box .card-body .ticket-preview-list .item p {
        margin-bottom: 15px;
    }

        .ticket-preview-box .card-body .ticket-preview-list .item p:last-child {
            margin-bottom: 0;
        }

    .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a {
        border: 1px solid #D0CFDD;
        padding: 5px 12px 5px 35px;
        border-radius: 20px;
        margin-right: 10px;
    }

        .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a i {
            top: 50%;
            left: 12px;
            line-height: 1;
            font-size: 17px;
            margin-top: 1px;
            position: absolute;
            transform: translateY(-50%);
            color: var(--splash-color-primary);
        }

        .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a:hover {
            border-color: var(--splash-color-primary);
        }

        .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a:last-child {
            margin-right: 0;
        }

    .ticket-preview-box .card-body .ticket-preview-list .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ticket-preview-box .card-body .ticket-preview-list .item:first-child {
        padding-top: 0;
    }

    .ticket-preview-box .card-body .ticket-preview-list .item .more-conversation {
        left: 50%;
        bottom: -20px;
        padding: 7px 30px;
        position: absolute;
        border-radius: 30px;
        border: 1px solid #E6E6FF;
        transform: translateX(-50%);
    }

.contact-information-card .card-head {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.contact-information-card .card-body {
    border-top: 1px dashed #d9e9ef;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

    .contact-information-card .card-body .info-list {
        margin-top: 20px;
    }

        .contact-information-card .card-body .info-list li {
            margin-bottom: 10px;
            padding-left: 85px;
        }

            .contact-information-card .card-body .info-list li span {
                top: 0;
                left: 0;
                position: absolute;
            }

            .contact-information-card .card-body .info-list li:last-child {
                margin-bottom: 0;
            }

.dark .ticket-preview-box .card-body .ticket-preview-list .item {
    border-bottom-color: #45445e;
}

    .dark .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a {
        border-color: #45445e;
    }

        .dark .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a:hover {
            border-color: var(--splash-color-primary);
        }

    .dark .ticket-preview-box .card-body .ticket-preview-list .item .more-conversation {
        border-color: #45445e;
    }

.dark .contact-information-card .card-body {
    border-top-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .ticket-preview-box .card-head .buttons-list {
        margin-top: 2px;
    }

        .ticket-preview-box .card-head .buttons-list button {
            padding: 7px 30px 7px 10px;
            margin-right: 3px;
            margin-right: 5px;
            margin-top: 8px;
        }

            .ticket-preview-box .card-head .buttons-list button i {
                right: 10px;
            }

    .ticket-preview-box .card-body .ticket-preview-list .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list {
            margin-bottom: -8px;
        }

            .ticket-preview-box .card-body .ticket-preview-list .item .buttons-list a {
                margin-bottom: 8px;
            }

        .ticket-preview-box .card-body .ticket-preview-list .item .more-conversation {
            display: none !important;
        }

    .contact-information-card .card-head {
        padding: 15px;
    }

    .contact-information-card .card-body {
        padding: 15px;
    }

        .contact-information-card .card-body .info-list {
            margin-top: 15px;
        }

            .contact-information-card .card-body .info-list li {
                padding-left: 75px;
            }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-information-card .card-head {
        padding: 20px;
    }

    .contact-information-card .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ticket-preview-box .card-head .buttons-list {
        margin-top: 12px;
    }

        .ticket-preview-box .card-head .buttons-list button {
            padding: 8px 35px 8px 15px;
        }

    .contact-information-card .card-head {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .contact-information-card .card-body {
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

        .contact-information-card .card-body .info-list {
            margin-top: 15px;
        }

            .contact-information-card .card-body .info-list li {
                padding-left: 80px;
            }
}

.kanban-title-card {
    border-top: 4px solid var(--splash-color-success) !important;
}

.col-xxxl-3:nth-child(2) .kanban-title-card {
    border-top-color: var(--splash-color-info) !important;
}

.col-xxxl-3:nth-child(3) .kanban-title-card {
    border-top-color: var(--splash-color-primary) !important;
}

.col-xxxl-3:nth-child(4) .kanban-title-card {
    border-top-color: var(--splash-color-warning) !important;
}

.kanban-card .card-body p {
    margin-bottom: 10px;
}

    .kanban-card .card-body p:last-child {
        margin-bottom: 0;
    }

.kanban-card .card-body .users-list div {
    width: 30px;
    height: 30px;
    margin-right: -10px;
    border: 2px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

    .kanban-card .card-body .users-list div:last-child {
        margin-right: 0;
    }

.kanban-card .card-body .tags-list span {
    margin-right: 5px;
}

    .kanban-card .card-body .tags-list span:last-child {
        margin-right: 0;
    }

.kanban-card .card-body .info span {
    margin-right: 15px;
    padding-left: 22px;
}

    .kanban-card .card-body .info span i {
        left: 0;
        top: 50%;
        line-height: 1;
        font-size: 16px;
        position: absolute;
        transform: translateY(-50%);
    }

    .kanban-card .card-body .info span:last-child {
        margin-right: 0;
    }

.add-another-task-btn {
    border: 0.5px solid #D7D7DE;
    padding: 13px 40px 13px 25px;
}

    .add-another-task-btn i {
        transform: translateY(-50%);
        position: absolute;
        margin-left: 8px;
        font-size: 15px;
        line-height: 1;
        top: 50%;
    }

    .add-another-task-btn:hover {
        background-color: #f8f8f8 !important;
    }

.dark .add-another-task-btn {
    border-color: #45445e;
}

    .dark .add-another-task-btn:hover {
        background-color: var(--splash-color-black) !important;
    }

@media only screen and (max-width: 767px) {
    .add-another-task-btn {
        padding: 12px 40px 12px 25px;
    }
}

.event-card .card-body .date {
    width: 80px;
    border: 1px solid var(--splash-color-primary);
}

    .event-card .card-body .date span:first-child {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .event-card .card-body .date span:last-child {
        font-size: 28px;
    }

.event-card .card-body p {
    margin-bottom: 15px;
}

    .event-card .card-body p:last-child {
        margin-bottom: 0;
    }

.event-card .card-body .info-list li {
    margin-bottom: 12px;
    padding-left: 100px;
}

    .event-card .card-body .info-list li span {
        top: 0;
        left: 0;
        position: absolute;
    }

    .event-card .card-body .info-list li:last-child {
        margin-bottom: 0;
    }

.event-card .card-body .users-list div {
    width: 33px;
    height: 33px;
    margin-right: -10px;
    border: 2px solid var(--splash-color-white);
    filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
}

    .event-card .card-body .users-list div:last-child {
        margin-right: 0;
    }

.event-card .card-body .link-btn {
    background: #F2F1F9;
}

    .event-card .card-body .link-btn span {
        line-height: 1.3;
    }

        .event-card .card-body .link-btn span::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-primary);
        }

    .event-card .card-body .link-btn i {
        line-height: 0.01;
        font-size: 20px;
    }

    .event-card .card-body .link-btn:hover span::before {
        transform: scaleX(0);
    }

    .event-card .card-body .link-btn.closed {
        background: #F8F8FC;
        pointer-events: none;
    }

        .event-card .card-body .link-btn.closed span::before {
            display: none;
        }

.dark .event-card .card-body .users-list div {
    border-color: #45445e;
}

.dark .event-card .card-body .link-btn {
    background: var(--splash-color-black);
}

    .dark .event-card .card-body .link-btn.closed {
        background: #3a3950;
    }

@media only screen and (max-width: 767px) {
    .event-card .card-body .date {
        width: 65px;
    }

        .event-card .card-body .date span:last-child {
            font-size: 25px;
        }

    .event-card .card-body .info-list li {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-card .card-body .info-list li {
        padding-left: 85px;
    }
}

.event-details-card .card-body .date {
    width: 80px;
    border: 1px solid var(--splash-color-primary);
}

    .event-details-card .card-body .date span:first-child {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .event-details-card .card-body .date span:last-child {
        font-size: 28px;
    }

.event-details-card .card-body .buttons-list {
    margin-bottom: -10px;
}

    .event-details-card .card-body .buttons-list button {
        padding: 12px 46px 12px 25px;
        background: #F2F1F9;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .event-details-card .card-body .buttons-list button i {
            top: 50%;
            right: 25px;
            line-height: 1;
            margin-top: 1px;
            position: absolute;
            transform: translateY(-50%);
            transition: var(--transition);
        }

        .event-details-card .card-body .buttons-list button:hover {
            background-color: var(--splash-color-primary);
            color: var(--splash-color-white) !important;
        }

            .event-details-card .card-body .buttons-list button:hover i {
                color: var(--splash-color-white) !important;
            }

        .event-details-card .card-body .buttons-list button:last-child {
            margin-right: 0;
        }

        .event-details-card .card-body .buttons-list button:last-child {
            padding: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
        }

            .event-details-card .card-body .buttons-list button:last-child i {
                left: 0;
                right: 0;
            }

.event-details-card .card-body p {
    margin-bottom: 15px;
}

    .event-details-card .card-body p:last-child {
        margin-bottom: 0;
    }

.event-details-card .card-body .info {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
}

    .event-details-card .card-body .info .info-card {
        margin-bottom: 25px;
        padding-top: 8px;
        padding-left: 78px;
        padding-bottom: 8px;
    }

        .event-details-card .card-body .info .info-card .icon {
            top: 50%;
            width: 65px;
            height: 65px;
            font-size: 28px;
            transform: translateY(-50%);
        }

            .event-details-card .card-body .info .info-card .icon i {
                left: 0;
                top: 50%;
                right: 0;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

.event-speakers-card .card-body ul li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .event-speakers-card .card-body ul li img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

    .event-speakers-card .card-body ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .event-speakers-card .card-body ul li:first-child {
        padding-top: 0;
    }

.event-topic-card .card-body ul li {
    margin-bottom: 14px;
    padding-left: 28px;
}

    .event-topic-card .card-body ul li i {
        left: 0;
        top: 50%;
        line-height: 1;
        font-size: 18px;
        position: absolute;
        transform: translateY(-50%);
        color: var(--splash-color-primary);
    }

    .event-topic-card .card-body ul li:last-child {
        margin-bottom: 0;
    }

.dark .event-details-card .card-body .buttons-list button {
    background: var(--splash-color-black);
}

    .dark .event-details-card .card-body .buttons-list button:hover {
        background-color: var(--splash-color-primary);
    }

.dark .event-speakers-card .card-body ul li {
    border-bottom-color: #45445e;
}

    .dark .event-speakers-card .card-body ul li img {
        border-color: #45445e;
    }

@media only screen and (max-width: 767px) {
    .event-details-card .card-body .date {
        width: 65px;
    }

        .event-details-card .card-body .date span:last-child {
            font-size: 25px;
        }

    .event-details-card .card-body .buttons-list {
        margin-bottom: -15px;
    }

        .event-details-card .card-body .buttons-list button {
            padding: 10px 40px 10px 20px;
            margin-right: 5px;
        }

            .event-details-card .card-body .buttons-list button i {
                right: 20px;
            }

            .event-details-card .card-body .buttons-list button:last-child {
                top: -4px;
                width: 41px;
                height: 41px;
                line-height: 41px;
            }

    .event-details-card .card-body .info {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }

        .event-details-card .card-body .info .info-card {
            margin-bottom: 15px;
            padding-top: 8px;
            padding-left: 78px;
            padding-bottom: 8px;
        }

    .event-speakers-card .card-body ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .event-topic-card .card-body ul li {
        margin-bottom: 12px;
        padding-left: 24px;
    }

        .event-topic-card .card-body ul li i {
            font-size: 16px;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .event-details-card .card-body .buttons-list button:last-child {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-details-card .card-body .info {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

        .event-details-card .card-body .info .info-card {
            margin-bottom: 20px;
        }

    .event-speakers-card .card-body ul li {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.profile-settings-card .ql-container {
    min-height: 150px;
    height: auto;
}

.profile-settings-card .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.profile-settings-card .input-group .form-control {
    border-left: none;
}

.profile-settings-card .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .profile-settings-card .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .profile-settings-card .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .profile-settings-card .file-upload input {
        cursor: pointer;
    }

.profile-settings-card .members-list div {
    margin-top: 10px;
    margin-right: 5px;
}

.profile-settings-card .members-list button {
    font-size: 8px;
    margin-left: 3px;
}

    .profile-settings-card .members-list button:hover {
        color: red;
    }

.profile-settings-card button span {
    line-height: 1.3;
}

    .profile-settings-card button span::before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background: var(--splash-color-danger);
    }

.dark .profile-settings-card .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .profile-settings-card .file-upload {
    border-color: #45445e;
}

    .dark .profile-settings-card .file-upload span span::before {
        background: var(--splash-color-white);
    }

.starter-card .card-body {
    padding: 100px;
}

    .starter-card .card-body h1 {
        font-size: 30px;
        max-width: 650px;
        line-height: 1.5;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

@media only screen and (max-width: 767px) {
    .starter-card .card-body {
        padding: 25px 15px;
    }

        .starter-card .card-body h1 {
            font-size: 18px;
            max-width: 100%;
            margin-top: 15px;
            margin-bottom: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .starter-card .card-body {
        padding: 50px;
    }

        .starter-card .card-body h1 {
            font-size: 24px;
            max-width: 600px;
            margin-top: 30px;
            margin-bottom: 20px;
        }
}

.authentication-card .card-body {
    padding: 100px 130px;
}

    .authentication-card .card-body .icon {
        width: 100px;
        height: 100px;
        font-size: 35px;
        background: #ECF3F2;
    }

        .authentication-card .card-body .icon i {
            left: 0;
            right: 0;
            top: 50%;
            line-height: 1;
            position: absolute;
            transform: translateY(-50%);
        }

    .authentication-card .card-body .sub-text {
        max-width: 380px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .authentication-card .card-body form {
        margin-top: 40px;
    }

        .authentication-card .card-body form .form-check {
            padding-left: 1.5em;
            position: relative;
            min-height: 16px;
            top: 1.5px;
        }

            .authentication-card .card-body form .form-check .form-check-input {
                top: -1px;
                width: 16px;
                height: 16px;
                position: relative;
                margin-left: -1.5em;
            }

                .authentication-card .card-body form .form-check .form-check-input[type=checkbox] {
                    border-radius: 50%;
                }

        .authentication-card .card-body form .forgot-password-btn {
            line-height: 1.3;
        }

            .authentication-card .card-body form .forgot-password-btn::before {
                left: 0;
                right: 0;
                bottom: 0;
                height: 1px;
                content: "";
                position: absolute;
                transition: var(--transition);
                background: var(--splash-color-primary);
            }

            .authentication-card .card-body form .forgot-password-btn:hover::before {
                transform: scaleX(0);
            }

        .authentication-card .card-body form .default-btn {
            padding: 14px 25px;
            text-align:center;
            text-decoration:none;
        }

            .authentication-card .card-body form .default-btn.with-border {
                background-color: transparent;
                color: var(--splash-color-primary);
                border: 1px solid var(--splash-color-primary);
                padding-top: 13px;
                padding-bottom: 13px;
            }

                .authentication-card .card-body form .default-btn.with-border:hover {
                    background-color: var(--splash-color-primary);
                    color: var(--splash-color-white);
                }

        .authentication-card .card-body form .or::before {
            left: 0;
            right: 0;
            top: 50%;
            z-index: -1;
            content: "";
            height: 1px;
            position: absolute;
            background: #eeeeee;
            transform: translateY(-50%);
        }

        .authentication-card .card-body form .or span {
            padding-left: 25px;
            padding-right: 25px;
        }

        .authentication-card .card-body form .socials li {
            margin-left: 5px;
            margin-right: 5px;
        }

            .authentication-card .card-body form .socials li button {
                width: 30px;
                height: 30px;
                font-size: 17px;
                color: var(--splash-color-white);
                background-color: var(--splash-color-primary);
            }

                .authentication-card .card-body form .socials li button i {
                    left: 0;
                    right: 0;
                    top: 50%;
                    line-height: 1;
                    margin-top: -0.5px;
                    position: absolute;
                    transform: translateY(-50%);
                }

                .authentication-card .card-body form .socials li button.facebook {
                    background: #3B5998;
                }

                .authentication-card .card-body form .socials li button.google {
                    background: #DB3236;
                }

                .authentication-card .card-body form .socials li button.twitter {
                    background: #00ACEE;
                }

                .authentication-card .card-body form .socials li button.linkedin {
                    background: #0072B1;
                }

        .authentication-card .card-body form .link-btn {
            padding-left: 23px;
        }

            .authentication-card .card-body form .link-btn i {
                transform: translateY(-50%);
                position: absolute;
                top: 50%;
                left: 0;
            }

.authentication-card.email-confirmation-card .card-body .default-btn {
    padding: 14px 25px;
}

.dark .authentication-card .card-body .icon {
    background: var(--splash-color-black);
}

.dark .authentication-card .card-body form .or::before {
    background: #45445e;
}

@media only screen and (max-width: 767px) {
    .authentication-card .card-body {
        padding: 25px 15px;
    }

        .authentication-card .card-body .icon {
            width: 60px;
            height: 60px;
            font-size: 25px;
        }

        .authentication-card .card-body .sub-text {
            max-width: 100%;
            margin-top: 10px;
        }

        .authentication-card .card-body form {
            margin-top: 20px;
        }

            .authentication-card .card-body form .default-btn {
                padding: 13px 25px;
                text-align: center;
                text-decoration: none;
            }

                .authentication-card .card-body form .default-btn.with-border {
                    padding-top: 12px;
                    padding-bottom: 12px;
                }

            .authentication-card .card-body form .socials li {
                margin-left: 3px;
                margin-right: 3px;
            }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .authentication-card .card-body {
        padding: 35px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .authentication-card .card-body {
        padding: 50px 80px;
    }

        .authentication-card .card-body .icon {
            width: 80px;
            height: 80px;
            font-size: 30px;
        }

        .authentication-card .card-body .sub-text {
            margin-top: 12px;
        }

        .authentication-card .card-body form {
            margin-top: 30px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .authentication-card .card-body {
        padding: 70px 100px;
    }

        .authentication-card .card-body .sub-text {
            margin-top: 15px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .authentication-card .card-body {
        padding: 70px 100px;
    }
}

.add-user-card .ql-container {
    min-height: 150px;
    height: auto;
}

.add-user-card .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.add-user-card .input-group .form-control {
    border-left: none;
}

.add-user-card .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .add-user-card .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .add-user-card .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .add-user-card .file-upload input {
        cursor: pointer;
    }

.add-user-card .members-list div {
    margin-top: 10px;
    margin-right: 5px;
}

.add-user-card .members-list button {
    font-size: 8px;
    margin-left: 3px;
}

    .add-user-card .members-list button:hover {
        color: red;
    }

.add-user-card button span {
    line-height: 1.3;
}

    .add-user-card button span::before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background: var(--splash-color-danger);
    }

.dark .add-user-card .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .add-user-card .file-upload {
    border-color: #45445e;
}

    .dark .add-user-card .file-upload span span::before {
        background: var(--splash-color-white);
    }

.pricing-card .card-body .price div {
    font-size: 28px;
}

.pricing-card .card-body p {
    margin-bottom: 15px;
}

    .pricing-card .card-body p:last-child {
        margin-bottom: 0;
    }

.pricing-card .card-body ul li {
    margin-bottom: 14px;
    padding-left: 28px;
}

    .pricing-card .card-body ul li i {
        left: 0;
        top: 50%;
        line-height: 1;
        font-size: 18px;
        position: absolute;
        transform: translateY(-50%);
        color: var(--splash-color-primary);
    }

        .pricing-card .card-body ul li i.flaticon-close {
            color: red;
            font-size: 16px;
        }

    .pricing-card .card-body ul li:last-child {
        margin-bottom: 0;
    }

.pricing-card .card-body .link-btn {
    background: #F8F8FC;
}

    .pricing-card .card-body .link-btn i {
        line-height: 0.01;
        font-size: 20px;
    }

    .pricing-card .card-body .link-btn:hover span::before {
        transform: scaleX(0);
    }

.dark .pricing-card .card-body .link-btn {
    background: var(--splash-color-black);
}

@media only screen and (max-width: 767px) {
    .pricing-card .card-body ul li {
        margin-bottom: 12px;
        padding-left: 24px;
    }

        .pricing-card .card-body ul li i {
            font-size: 16px;
        }
}

.faq-accordion-card .card-body .accordion .accordion-item {
    margin-bottom: 25px;
}

    .faq-accordion-card .card-body .accordion .accordion-item .accordion-button {
        background: #EFEEF9;
        padding-right: 45px;
        line-height: 1.7;
    }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-button::after {
            top: 50%;
            right: 20px;
            margin-left: 0;
            position: absolute;
            transform: translateY(-50%) rotate(180deg);
        }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-button.collapsed::after {
            transform: translateY(-50%);
        }

    .faq-accordion-card .card-body .accordion .accordion-item .accordion-body {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-body p {
            margin-bottom: 15px;
        }

            .faq-accordion-card .card-body .accordion .accordion-item .accordion-body p:last-child {
                margin-bottom: 0;
            }

.dark .faq-accordion-card .card-body .accordion .accordion-item {
    background-color: transparent;
}

    .dark .faq-accordion-card .card-body .accordion .accordion-item .accordion-button {
        background: var(--splash-color-black);
    }

@media only screen and (max-width: 767px) {
    .faq-accordion-card .card-body .accordion .accordion-item {
        margin-bottom: 15px;
    }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-button {
            padding-left: 15px;
            padding-right: 25px;
        }

            .faq-accordion-card .card-body .accordion .accordion-item .accordion-button::after {
                right: 10px;
            }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-body {
            padding-left: 0;
            padding-right: 0;
            padding-top: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accordion-card .card-body .accordion .accordion-item {
        margin-bottom: 20px;
    }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-body {
            padding-left: 0;
            padding-right: 0;
            padding-top: 15px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .faq-accordion-card .card-body .accordion .accordion-item {
        margin-bottom: 20px;
    }

        .faq-accordion-card .card-body .accordion .accordion-item .accordion-body {
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
        }
}

.error-404-card .card-body {
    padding: 70px;
}

    .error-404-card .card-body h1 {
        font-size: 30px;
        line-height: 1.5;
        margin-top: 50px;
        margin-bottom: 35px;
    }

@media only screen and (max-width: 767px) {
    .error-404-card .card-body {
        padding: 25px 15px;
    }

        .error-404-card .card-body h1 {
            font-size: 18px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-404-card .card-body {
        padding: 50px;
    }

        .error-404-card .card-body h1 {
            font-size: 24px;
            margin-top: 30px;
            margin-bottom: 20px;
        }
}

.maintenance-card .card-body {
    padding: 70px;
}

    .maintenance-card .card-body h1 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 12px;
    }

    .maintenance-card .card-body p {
        max-width: 300px;
    }

@media only screen and (max-width: 767px) {
    .maintenance-card .card-body {
        padding: 25px 15px;
    }

        .maintenance-card .card-body h1 {
            font-size: 16px;
            margin-top: 25px;
            margin-bottom: 8px;
        }

        .maintenance-card .card-body p {
            max-width: 100%;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .maintenance-card .card-body {
        padding: 50px;
    }
}

.create-social-post-card .card-body .nav.nav-tabs {
    border-bottom: 1px solid #EBEAF4;
    margin-bottom: 30px;
}

    .create-social-post-card .card-body .nav.nav-tabs .nav-item {
        margin-right: 50px;
    }

        .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link {
            color: #8E8DA2;
            padding: 0 0 15px 0;
        }

            .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link::before {
                left: 0;
                width: 0;
                height: 2px;
                content: "";
                bottom: -1px;
                position: absolute;
                transition: var(--transition);
                background: var(--splash-color-primary);
            }

            .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link:hover, .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link.active {
                color: var(--splash-color-black);
            }

                .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link:hover::before, .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link.active::before {
                    width: 100%;
                }

        .create-social-post-card .card-body .nav.nav-tabs .nav-item:last-child {
            margin-right: 0;
        }

.create-social-post-card .card-body .tab-content {
    box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
}

    .create-social-post-card .card-body .tab-content form .input-post {
        border: none;
        padding: 20px;
        background: #F2F1F9;
    }

        .create-social-post-card .card-body .tab-content form .input-post::-moz-placeholder {
            color: #8E8DA2;
            -moz-transition: var(--transition);
            transition: var(--transition);
        }

        .create-social-post-card .card-body .tab-content form .input-post::placeholder {
            color: #8E8DA2;
            transition: var(--transition);
        }

        .create-social-post-card .card-body .tab-content form .input-post:focus::-moz-placeholder {
            color: transparent;
        }

        .create-social-post-card .card-body .tab-content form .input-post:focus::placeholder {
            color: transparent;
        }

    .create-social-post-card .card-body .tab-content form .buttons-list {
        top: 3px;
    }

        .create-social-post-card .card-body .tab-content form .buttons-list button {
            font-size: 25px;
            line-height: 0.01;
            margin-right: 10px;
            color: var(--splash-color-muted);
        }

            .create-social-post-card .card-body .tab-content form .buttons-list button:hover {
                color: var(--splash-color-primary);
            }

            .create-social-post-card .card-body .tab-content form .buttons-list button:last-child {
                margin-right: 0;
            }

.social-post-card .card-body .user-info {
    border-bottom: 1px dashed #D2CFE4;
}

    .social-post-card .card-body .user-info img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

.social-post-card .card-body p {
    margin-bottom: 15px;
}

    .social-post-card .card-body p:last-child {
        margin-bottom: 0;
    }

.social-post-card .card-body .post-info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #D2CFE4;
    border-bottom: 1px dashed #D2CFE4;
}

    .social-post-card .card-body .post-info ul li {
        margin-right: 20px;
    }

        .social-post-card .card-body .post-info ul li button {
            padding: 0 0 0 23px;
        }

            .social-post-card .card-body .post-info ul li button i {
                left: 0;
                top: 50%;
                line-height: 1;
                font-size: 16px;
                position: absolute;
                transform: translateY(-50%);
                transition: var(--transition);
            }

            .social-post-card .card-body .post-info ul li button:hover i {
                color: var(--splash-color-primary);
            }

        .social-post-card .card-body .post-info ul li:last-child {
            margin-right: 0;
        }

    .social-post-card .card-body .post-info .views {
        padding-left: 23px;
    }

        .social-post-card .card-body .post-info .views i {
            left: 0;
            top: 50%;
            line-height: 1;
            font-size: 16px;
            margin-top: 0.5px;
            position: absolute;
            transform: translateY(-50%);
        }

.social-post-card .card-body .write-your-comment {
    padding-right: 220px;
}

    .social-post-card .card-body .write-your-comment .write-comment {
        padding: 16px 40px 16px 58px;
        background: #F5F4FA;
        border-radius: 10px;
    }

        .social-post-card .card-body .write-your-comment .write-comment img {
            top: 50%;
            left: 12px;
            position: absolute;
            transform: translateY(-50%);
            border: 2px solid var(--splash-color-white);
            filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
        }

        .social-post-card .card-body .write-your-comment .write-comment .input-comment {
            border: none;
            background-color: transparent;
            border-left: 1px solid #A4A3B0;
            padding-top: 3px;
            padding-left: 10px;
            padding-bottom: 3px;
            padding-right: 10px;
        }

            .social-post-card .card-body .write-your-comment .write-comment .input-comment::-moz-placeholder {
                color: #8E8DA1;
                -moz-transition: var(--transition);
                transition: var(--transition);
            }

            .social-post-card .card-body .write-your-comment .write-comment .input-comment::placeholder {
                color: #8E8DA1;
                transition: var(--transition);
            }

            .social-post-card .card-body .write-your-comment .write-comment .input-comment:focus::-moz-placeholder {
                color: transparent;
            }

            .social-post-card .card-body .write-your-comment .write-comment .input-comment:focus::placeholder {
                color: transparent;
            }

        .social-post-card .card-body .write-your-comment .write-comment button {
            top: 50%;
            right: 15px;
            font-size: 25px;
            margin-top: 3px;
            position: absolute;
            transform: translateY(-50%);
            color: var(--splash-color-muted);
        }

            .social-post-card .card-body .write-your-comment .write-comment button:hover {
                color: var(--splash-color-primary);
            }

    .social-post-card .card-body .write-your-comment .buttons-list {
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

        .social-post-card .card-body .write-your-comment .buttons-list button {
            width: 59px;
            height: 59px;
            font-size: 22px;
            margin-right: 10px;
            border-radius: 10px;
            background: #F5F4FA;
            color: var(--splash-color-primary);
        }

            .social-post-card .card-body .write-your-comment .buttons-list button i {
                left: 0;
                right: 0;
                top: 50%;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

            .social-post-card .card-body .write-your-comment .buttons-list button:last-child {
                margin-right: 0;
            }

            .social-post-card .card-body .write-your-comment .buttons-list button.active, .social-post-card .card-body .write-your-comment .buttons-list button:hover {
                background-color: var(--splash-color-primary);
                color: var(--splash-color-white);
            }

.social-friends-card .card-body ul li {
    border-bottom: 1px dashed #d9e9ef;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .social-friends-card .card-body ul li img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

    .social-friends-card .card-body ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .social-friends-card .card-body ul li:first-child {
        padding-top: 0;
    }

.social-photos-card .card-body .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

    .social-photos-card .card-body .row .col-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

.dark .create-social-post-card .card-body .nav.nav-tabs {
    border-bottom-color: #45445e;
}

    .dark .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link {
        color: #BCBBC7;
        background-color: transparent !important;
    }

        .dark .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link:hover, .dark .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link.active {
            color: var(--splash-color-white);
        }

.dark .create-social-post-card .card-body .tab-content form .input-post {
    background: var(--splash-color-black);
}

    .dark .create-social-post-card .card-body .tab-content form .input-post::-moz-placeholder {
        color: #BCBBC7;
    }

    .dark .create-social-post-card .card-body .tab-content form .input-post::placeholder {
        color: #BCBBC7;
    }

    .dark .create-social-post-card .card-body .tab-content form .input-post:focus::-moz-placeholder {
        color: transparent;
    }

    .dark .create-social-post-card .card-body .tab-content form .input-post:focus::placeholder {
        color: transparent;
    }

.dark .create-social-post-card .card-body .tab-content form .buttons-list button {
    color: #BCBBC7;
}

    .dark .create-social-post-card .card-body .tab-content form .buttons-list button:hover {
        color: var(--splash-color-primary);
    }

.dark .social-post-card .card-body .user-info {
    border-bottom-color: #45445e;
}

    .dark .social-post-card .card-body .user-info img {
        border-color: #45445e;
    }

.dark .social-post-card .card-body .post-info {
    border-top-color: #45445e;
    border-bottom-color: #45445e;
}

.dark .social-post-card .card-body .write-your-comment .write-comment {
    background: var(--splash-color-black);
}

    .dark .social-post-card .card-body .write-your-comment .write-comment img {
        border-color: #45445e;
    }

    .dark .social-post-card .card-body .write-your-comment .write-comment .input-comment {
        border-left-color: #45445e;
    }

        .dark .social-post-card .card-body .write-your-comment .write-comment .input-comment::-moz-placeholder {
            color: #BCBBC7;
        }

        .dark .social-post-card .card-body .write-your-comment .write-comment .input-comment::placeholder {
            color: #BCBBC7;
        }

        .dark .social-post-card .card-body .write-your-comment .write-comment .input-comment:focus::-moz-placeholder {
            color: transparent;
        }

        .dark .social-post-card .card-body .write-your-comment .write-comment .input-comment:focus::placeholder {
            color: transparent;
        }

    .dark .social-post-card .card-body .write-your-comment .write-comment button {
        color: #BCBBC7;
    }

        .dark .social-post-card .card-body .write-your-comment .write-comment button:hover {
            color: var(--splash-color-primary);
        }

.dark .social-post-card .card-body .write-your-comment .buttons-list button {
    background: var(--splash-color-black);
}

    .dark .social-post-card .card-body .write-your-comment .buttons-list button.active, .dark .social-post-card .card-body .write-your-comment .buttons-list button:hover {
        background-color: var(--splash-color-primary);
    }

.dark .social-friends-card .card-body ul li {
    border-bottom-color: #45445e;
}

    .dark .social-friends-card .card-body ul li img {
        border-color: #45445e;
    }

@media only screen and (max-width: 767px) {
    .create-social-post-card .card-body .nav.nav-tabs {
        margin-bottom: 15px;
    }

        .create-social-post-card .card-body .nav.nav-tabs .nav-item {
            margin-right: 12px;
            margin-bottom: 10px;
        }

            .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link {
                padding: 0;
            }

                .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link::before {
                    display: none;
                }

    .create-social-post-card .card-body .tab-content form .input-post {
        padding: 12px;
    }

    .create-social-post-card .card-body .tab-content form .buttons-list {
        top: 0;
    }

        .create-social-post-card .card-body .tab-content form .buttons-list button {
            font-size: 20px;
        }

    .social-post-card .card-body .post-info {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .social-post-card .card-body .post-info ul li {
            margin-right: 12px;
            margin-bottom: 12px;
        }

            .social-post-card .card-body .post-info ul li button {
                padding: 0 0 0 22px;
            }

                .social-post-card .card-body .post-info ul li button i {
                    font-size: 15px;
                }

        .social-post-card .card-body .post-info .views {
            padding-left: 22px;
        }

            .social-post-card .card-body .post-info .views i {
                font-size: 15px;
            }

    .social-post-card .card-body .write-your-comment {
        padding-right: 0;
    }

        .social-post-card .card-body .write-your-comment .write-comment {
            padding: 15px 32px 15px 55px;
        }

            .social-post-card .card-body .write-your-comment .write-comment img {
                left: 10px;
            }

            .social-post-card .card-body .write-your-comment .write-comment .input-comment {
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .social-post-card .card-body .write-your-comment .write-comment button {
                right: 10px;
                font-size: 20px;
            }

        .social-post-card .card-body .write-your-comment .buttons-list {
            top: 0;
            margin-top: 12px;
            position: relative;
            transform: translateY(0);
        }

            .social-post-card .card-body .write-your-comment .buttons-list button {
                width: 50px;
                height: 50px;
                font-size: 20px;
                margin-right: 5px;
            }

                .social-post-card .card-body .write-your-comment .buttons-list button i {
                    margin-top: 1px;
                }

    .social-friends-card .card-body ul li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .create-social-post-card .card-body .nav.nav-tabs {
        margin-bottom: 25px;
    }

        .create-social-post-card .card-body .nav.nav-tabs .nav-item {
            margin-right: 25px;
        }

            .create-social-post-card .card-body .nav.nav-tabs .nav-item .nav-link {
                padding: 0 0 12px 0;
            }

    .create-social-post-card .card-body .tab-content form .input-post {
        padding: 18px;
    }

    .social-friends-card .card-body ul li {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 1600px) {
    .social-post-card .card-body .post-info ul li {
        margin-right: 40px;
    }
}

.cover-image-card .card-body .file-upload {
    left: 15px;
    width: 32px;
    height: 32px;
    bottom: 15px;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
}

    .cover-image-card .card-body .file-upload i {
        left: 0;
        top: 50%;
        right: 0;
        line-height: 1;
        position: absolute;
        transform: translateY(-50%);
    }

    .cover-image-card .card-body .file-upload input {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        border-radius: 50%;
        position: absolute;
    }

.cover-image-card .card-body .settings-tabs {
    display: block;
}

    .cover-image-card .card-body .settings-tabs li {
        flex: unset;
        display: inline-block;
    }

        .cover-image-card .card-body .settings-tabs li a {
            padding: 11px 45px;
        }

.settings-tabs {
    display: flex;
    flex-wrap: wrap;
}

    .settings-tabs li {
        flex: 1 0 0%;
        margin-left: 5px;
        margin-right: 5px;
    }

        .settings-tabs li a {
            background: #F2F1F9;
            padding: 11px 15px;
        }

            .settings-tabs li a:hover, .settings-tabs li a.active {
                background-color: var(--splash-color-primary);
                color: var(--splash-color-white);
            }

.settings-card .card-body form .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.settings-card .card-body form .input-group .form-control {
    border-left: none;
}

.settings-card .card-body form .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .settings-card .card-body form .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .settings-card .card-body form .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .settings-card .card-body form .file-upload input {
        cursor: pointer;
    }

.settings-card .card-body form .members-list div {
    margin-top: 10px;
    margin-right: 5px;
}

.settings-card .card-body form .members-list button {
    font-size: 8px;
    margin-left: 3px;
}

    .settings-card .card-body form .members-list button:hover {
        color: red;
    }

.settings-card .card-body form button span {
    line-height: 1.3;
}

    .settings-card .card-body form button span::before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background: var(--splash-color-danger);
    }

.settings-card .card-body form .ql-container {
    height: 150px;
}

.settings-card .card-body .border-top {
    border-top: 1px dashed #D2CFE4 !important;
}

.settings-card .card-body p {
    margin-bottom: 15px;
}

    .settings-card .card-body p:last-child {
        margin-bottom: 0;
    }

.profile-intro-card .card-body .user-info {
    border-bottom: 1px dashed #D2CFE4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .profile-intro-card .card-body .user-info .image img {
        border: 2px solid var(--splash-color-white);
        filter: drop-shadow(0px 4px 4px rgba(101, 96, 240, 0.1));
    }

    .profile-intro-card .card-body .user-info .image .file-upload {
        right: 0;
        bottom: 0;
        width: 32px;
        height: 32px;
        font-size: 16px;
        overflow: hidden;
        position: absolute;
        box-shadow: 0px 4px 4px rgba(101, 96, 240, 0.1);
    }

        .profile-intro-card .card-body .user-info .image .file-upload i {
            left: 0;
            top: 50%;
            right: 0;
            line-height: 1;
            position: absolute;
            transform: translateY(-50%);
        }

        .profile-intro-card .card-body .user-info .image .file-upload input {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            border-radius: 50%;
            position: absolute;
        }

.profile-intro-card .card-body .content {
    padding-right: 45px;
    margin-bottom: 20px;
}

    .profile-intro-card .card-body .content button {
        right: 0;
        top: 50%;
        width: 28px;
        height: 28px;
        position: absolute;
        background: #F2F1F9;
        transform: translateY(-50%);
        color: var(--splash-color-primary);
    }

        .profile-intro-card .card-body .content button i {
            left: 0;
            top: 50%;
            right: 0;
            line-height: 1;
            position: absolute;
            transform: translateY(-50%);
        }

        .profile-intro-card .card-body .content button:hover {
            background-color: var(--splash-color-primary);
            color: var(--splash-color-white);
        }

.profile-intro-card .card-body .info-card {
    margin-left: -5px;
    margin-right: -5px;
}

    .profile-intro-card .card-body .info-card .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

        .profile-intro-card .card-body .info-card .col-sm-4:nth-child(2) .info {
            background: #ECF3F2;
        }

        .profile-intro-card .card-body .info-card .col-sm-4:nth-child(3) .info {
            background: #F3F7F9;
        }

    .profile-intro-card .card-body .info-card .info {
        background: #F2F1F9;
        margin-top: 10px;
    }

.dark .settings-tabs li a {
    background: var(--splash-color-black);
}

    .dark .settings-tabs li a:hover, .dark .settings-tabs li a.active {
        background-color: var(--splash-color-primary);
    }

.dark .profile-intro-card .card-body .user-info {
    border-bottom-color: #45445e;
}

    .dark .profile-intro-card .card-body .user-info .image img {
        border-color: #45445e;
    }

.dark .profile-intro-card .card-body .content button {
    background: var(--splash-color-black);
}

    .dark .profile-intro-card .card-body .content button:hover {
        background-color: var(--splash-color-primary);
    }

.dark .profile-intro-card .card-body .info-card .col-sm-4:nth-child(2) .info {
    background: var(--splash-color-black);
}

.dark .profile-intro-card .card-body .info-card .col-sm-4:nth-child(3) .info {
    background: var(--splash-color-black);
}

.dark .profile-intro-card .card-body .info-card .info {
    background: var(--splash-color-black);
}

.dark .settings-card .card-body form .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .settings-card .card-body form .file-upload {
    border-color: #45445e;
}

    .dark .settings-card .card-body form .file-upload span span::before {
        background: var(--splash-color-white);
    }

.dark .settings-card .card-body .border-top {
    border-top-color: #45445e !important;
}

@media only screen and (max-width: 767px) {
    .cover-image-card .card-body .file-upload {
        left: 10px;
        width: 30px;
        height: 30px;
        bottom: 10px;
        font-size: 15px;
    }

    .cover-image-card .card-body .settings-tabs li a {
        padding: 9px 25px;
    }

    .settings-tabs {
        display: block;
        margin-bottom: -10px !important;
    }

        .settings-tabs li {
            flex: unset;
            display: inline-block;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 8px;
        }

            .settings-tabs li a {
                padding: 9px 15px;
            }

    .profile-intro-card .card-body .user-info {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .profile-intro-card .card-body .content {
        padding-right: 35px;
        margin-bottom: 15px;
    }

    .profile-intro-card .card-body .info-card {
        margin-top: -10px;
    }
}

.courses-list-card .card-head .card-buttons .card-btn.active {
    background-color: var(--splash-color-primary) !important;
    color: var(--splash-color-white);
}

.courses-sidebar-filter .title {
    border-bottom: 1px dashed #d9e9ef;
    margin-bottom: 25px;
    padding: 25px 30px;
}

.courses-sidebar-filter .sidebar-item {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
}

    .courses-sidebar-filter .sidebar-item h6 {
        margin-bottom: 20px;
    }

    .courses-sidebar-filter .sidebar-item .search-box .form-control {
        background: #F5F4FA;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .courses-sidebar-filter .sidebar-item .search-box button {
        top: 50%;
        right: 15px;
        line-height: 1;
        margin-top: 1px;
        font-size: 17px;
        position: absolute;
        transform: translateY(-50%);
    }

    .courses-sidebar-filter .sidebar-item .previous-searches-list {
        margin-bottom: -10px;
    }

        .courses-sidebar-filter .sidebar-item .previous-searches-list .item {
            padding: 4px 22px 4px 8px;
            background: #F7F7F9;
            border-radius: 2px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .courses-sidebar-filter .sidebar-item .previous-searches-list .item button {
                top: 50%;
                right: 8px;
                line-height: 1;
                color: #8E8DA2;
                font-size: 10px;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

                .courses-sidebar-filter .sidebar-item .previous-searches-list .item button:hover {
                    color: red;
                }

    .courses-sidebar-filter .sidebar-item .clear-btn {
        line-height: 1.2;
    }

        .courses-sidebar-filter .sidebar-item .clear-btn::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-black);
        }

        .courses-sidebar-filter .sidebar-item .clear-btn:hover::before {
            transform: scaleX(0);
        }

    .courses-sidebar-filter .sidebar-item .categories-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .courses-sidebar-filter .sidebar-item .categories-list li:first-child {
            padding-top: 0;
        }

    .courses-sidebar-filter .sidebar-item .proficiency-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .courses-sidebar-filter .sidebar-item .proficiency-list li:first-child {
            padding-top: 0;
        }

    .courses-sidebar-filter .sidebar-item .see-more-btn {
        line-height: 1.25;
    }

        .courses-sidebar-filter .sidebar-item .see-more-btn::before {
            left: 0;
            right: 0;
            bottom: 0;
            height: 1px;
            content: "";
            position: absolute;
            transition: var(--transition);
            background: var(--splash-color-primary);
        }

        .courses-sidebar-filter .sidebar-item .see-more-btn:hover::before {
            transform: scaleX(0);
        }

    .courses-sidebar-filter .sidebar-item .ratings-list li {
        border-bottom: 1px solid #EEEDF2;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .courses-sidebar-filter .sidebar-item .ratings-list li span i {
            top: 1px;
            line-height: 1;
            color: #F3C44C;
            margin-right: 4px;
            position: relative;
        }

        .courses-sidebar-filter .sidebar-item .ratings-list li:first-child {
            padding-top: 0;
        }

    .courses-sidebar-filter .sidebar-item .pricing-filter .range-slider {
        position: relative;
        height: 5px;
    }

        .courses-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range] {
            -webkit-appearance: none;
            background: transparent;
            border-radius: 5px;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
        }

            .courses-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-thumb {
                background: var(--splash-color-primary);
                -webkit-appearance: none;
                position: relative;
                border-radius: 50%;
                margin-top: -5px;
                cursor: pointer;
                height: 14px;
                width: 14px;
                z-index: 1;
            }

            .courses-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 5px;
                border: none;
                border-radius: 5px;
                background: #f4f4f4;
            }

    .courses-sidebar-filter .sidebar-item .pricing-filter .price-content {
        margin-top: 12px;
    }

.single-course-card .card-body .image .fav {
    color: #EF2929;
    font-size: 18px;
    height: 38px;
    width: 38px;
    right: 15px;
    top: 15px;
}

    .single-course-card .card-body .image .fav i {
        left: 0;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: 1px;
        position: absolute;
        transform: translateY(-50%);
    }

.single-course-card .card-body .content h4 {
    line-height: 1.5;
}

.single-course-card .card-body .content .reviews .rating {
    color: #F3C44C;
}

    .single-course-card .card-body .content .reviews .rating i {
        margin-right: 4px;
    }

.single-course-card .card-body .content .info li {
    padding-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

    .single-course-card .card-body .content .info li i {
        color: var(--splash-color-primary);
        transform: translateY(-50%);
        position: absolute;
        line-height: 1;
        top: 50%;
        left: 0;
    }

    .single-course-card .card-body .content .info li:last-child {
        margin-right: 0;
    }

.single-course-card .card-body .content .add-to-cart-btn {
    background-color: transparent;
    padding: 11px 35px 11px 20px;
    border: 1px solid #EDEBF3;
}

    .single-course-card .card-body .content .add-to-cart-btn i {
        top: 50%;
        line-height: 1;
        font-size: 16px;
        position: absolute;
        transform: translateY(-50%);
        color: var(--splash-color-primary);
        margin-left: 7px;
    }

    .single-course-card .card-body .content .add-to-cart-btn:hover {
        background-color: var(--splash-color-primary);
        border-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

        .single-course-card .card-body .content .add-to-cart-btn:hover i {
            color: var(--splash-color-white);
        }

.dark .courses-sidebar-filter .title {
    border-bottom-color: #45445e;
}

.dark .courses-sidebar-filter .sidebar-item .search-box .form-control {
    background: var(--splash-color-black);
}

.dark .courses-sidebar-filter .sidebar-item .previous-searches-list .item {
    background: var(--splash-color-black);
}

    .dark .courses-sidebar-filter .sidebar-item .previous-searches-list .item button {
        color: #BCBBC7;
    }

.dark .courses-sidebar-filter .sidebar-item .clear-btn::before {
    background: var(--splash-color-white);
}

.dark .courses-sidebar-filter .sidebar-item .categories-list li {
    border-bottom-color: #45445e;
}

.dark .courses-sidebar-filter .sidebar-item .proficiency-list li {
    border-bottom-color: #45445e;
}

.dark .courses-sidebar-filter .sidebar-item .ratings-list li {
    border-bottom-color: #45445e;
}

.dark .courses-sidebar-filter .sidebar-item .pricing-filter .range-slider input[type=range]::-webkit-slider-runnable-track {
    background: var(--splash-color-black);
}

.dark .single-course-card .card-body .content .add-to-cart-btn {
    border-color: #45445e;
}

    .dark .single-course-card .card-body .content .add-to-cart-btn:hover {
        border-color: var(--splash-color-primary);
    }

@media only screen and (max-width: 767px) {
    .courses-sidebar-filter .title {
        margin-bottom: 20px;
        padding: 15px;
    }

    .courses-sidebar-filter .sidebar-item {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

        .courses-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }

        .courses-sidebar-filter .sidebar-item .search-box .form-control {
            padding-top: 13px;
            padding-bottom: 13px;
        }

        .courses-sidebar-filter .sidebar-item .search-box button {
            font-size: 15px;
        }

        .courses-sidebar-filter .sidebar-item .previous-searches-list {
            margin-bottom: -5px;
        }

            .courses-sidebar-filter .sidebar-item .previous-searches-list .item {
                margin-right: 5px;
                margin-bottom: 5px;
            }

        .courses-sidebar-filter .sidebar-item .categories-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .courses-sidebar-filter .sidebar-item .proficiency-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .courses-sidebar-filter .sidebar-item .ratings-list li {
            padding-top: 9px;
            padding-bottom: 9px;
        }

    .single-course-card .card-body .image .fav {
        font-size: 16px;
        height: 35px;
        width: 35px;
    }

    .single-course-card .card-body .content .info li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .courses-sidebar-filter .title {
        padding: 20px 25px;
    }

    .courses-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .courses-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }

    .single-course-card .card-body .content .info li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-sidebar-filter .title {
        padding: 25px;
    }

    .courses-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .courses-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .courses-sidebar-filter .title {
        padding: 25px;
    }

    .courses-sidebar-filter .sidebar-item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
    }

        .courses-sidebar-filter .sidebar-item h6 {
            margin-bottom: 15px;
        }
}

.course-details-card .card-body .bg-gradient {
    background: linear-gradient(92.21deg, #3E39D9 1.38%, #6560F0 100%) !important;
}

.course-details-card .card-body .course-details-header {
    max-width: 600px;
}

    .course-details-card .card-body .course-details-header h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .course-details-card .card-body .course-details-header p {
        margin-bottom: 10px;
    }

    .course-details-card .card-body .course-details-header p, .course-details-card .card-body .course-details-header span {
        color: #CFCFD8;
    }

    .course-details-card .card-body .course-details-header .info .reviews .rating {
        color: #F3C44C;
    }

        .course-details-card .card-body .course-details-header .info .reviews .rating i {
            font-size: 13px;
            margin-right: 4px;
        }

    .course-details-card .card-body .course-details-header .info img {
        border: 1px solid var(--splash-color-white);
    }

    .course-details-card .card-body .course-details-header .buttons-list button {
        border: none;
        padding: 13px 50px;
        background-color: #6560F0;
        color: var(--splash-color-white);
    }

        .course-details-card .card-body .course-details-header .buttons-list button i {
            transform: translateY(-50%);
            position: absolute;
            margin-top: 1px;
            line-height: 1;
            right: 30px;
            top: 50%;
        }

        .course-details-card .card-body .course-details-header .buttons-list button:hover {
            background-color: var(--splash-color-white);
            color: var(--splash-color-black);
        }

        .course-details-card .card-body .course-details-header .buttons-list button.with-icon {
            margin-right: 10px;
            padding: 12px 55px 12px 30px;
            background-color: transparent;
            border: 1px solid var(--splash-color-white);
        }

            .course-details-card .card-body .course-details-header .buttons-list button.with-icon:hover {
                background-color: var(--splash-color-white);
                color: var(--splash-color-black);
            }

.course-details-card .card-body p {
    margin-bottom: 15px;
}

    .course-details-card .card-body p:last-child {
        margin-bottom: 0;
    }

.course-details-card .card-body .course-info {
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5px;
}

    .course-details-card .card-body .course-info .info-card {
        margin-bottom: 25px;
        padding-top: 8px;
        padding-left: 78px;
        padding-bottom: 8px;
    }

        .course-details-card .card-body .course-info .info-card .icon {
            top: 50%;
            width: 65px;
            height: 65px;
            font-size: 28px;
            transform: translateY(-50%);
        }

            .course-details-card .card-body .course-info .info-card .icon i {
                left: 0;
                top: 50%;
                right: 0;
                line-height: 1;
                margin-top: 1px;
                position: absolute;
                transform: translateY(-50%);
            }

.course-details-card .card-body .accordion .accordion-item {
    margin-bottom: 10px;
}

    .course-details-card .card-body .accordion .accordion-item .accordion-button {
        padding: 15px 50px 15px 15px;
        box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
    }

        .course-details-card .card-body .accordion .accordion-item .accordion-button .number {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 20px;
        }

        .course-details-card .card-body .accordion .accordion-item .accordion-button ul li {
            margin-right: 15px;
            padding-left: 20px;
        }

            .course-details-card .card-body .accordion .accordion-item .accordion-button ul li i {
                left: 0;
                top: 50%;
                line-height: 1;
                margin-top: 0.5px;
                position: absolute;
                transform: translateY(-50%);
            }

            .course-details-card .card-body .accordion .accordion-item .accordion-button ul li:last-child {
                margin-right: 0;
            }

        .course-details-card .card-body .accordion .accordion-item .accordion-button::after {
            top: 50%;
            right: 15px;
            position: absolute;
            transform: translateY(-50%) rotate(180deg);
        }

        .course-details-card .card-body .accordion .accordion-item .accordion-button.collapsed::after {
            transform: translateY(-50%);
        }

    .course-details-card .card-body .accordion .accordion-item .accordion-body {
        padding: 0 0 15px;
    }

        .course-details-card .card-body .accordion .accordion-item .accordion-body ul li {
            border-bottom: 1px dashed #D2CFE4;
            padding: 20px;
        }

            .course-details-card .card-body .accordion .accordion-item .accordion-body ul li a {
                padding-left: 28px;
            }

                .course-details-card .card-body .accordion .accordion-item .accordion-body ul li a i {
                    left: 0;
                    top: 50%;
                    line-height: 1;
                    position: absolute;
                    transform: translateY(-50%);
                }

    .course-details-card .card-body .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

.course-details-card .card-body .what-you-will-learn li {
    margin-bottom: 14px;
    padding-left: 30px;
}

    .course-details-card .card-body .what-you-will-learn li i {
        left: 0;
        top: 2px;
        line-height: 1;
        font-size: 18px;
        position: absolute;
        color: var(--splash-color-primary);
    }

    .course-details-card .card-body .what-you-will-learn li:last-child {
        margin-bottom: 0;
    }

.course-details-card .card-body .students-feedback-list li {
    padding-left: 55px;
    border-bottom: 1px dashed #D2CFE4;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .course-details-card .card-body .students-feedback-list li img {
        left: 0;
        top: 30px;
        position: absolute;
    }

    .course-details-card .card-body .students-feedback-list li .reviews .rating {
        color: #F3C44C;
    }

        .course-details-card .card-body .students-feedback-list li .reviews .rating i {
            font-size: 13px;
        }

    .course-details-card .card-body .students-feedback-list li:first-child {
        padding-top: 0;
    }

        .course-details-card .card-body .students-feedback-list li:first-child img {
            top: 5px;
        }

    .course-details-card .card-body .students-feedback-list li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.course-details-card .card-body .show-more-btn {
    border: 1px solid #D2CFE4;
    background-color: transparent;
    color: var(--splash-color-black);
}

    .course-details-card .card-body .show-more-btn:hover {
        color: var(--splash-color-white);
        border-color: var(--splash-color-primary);
        background-color: var(--splash-color-primary);
    }

.course-details-card .card-body .about-the-author .reviews .rating {
    color: #F3C44C;
}

    .course-details-card .card-body .about-the-author .reviews .rating i {
        font-size: 13px;
    }

.course-details-card .card-body.lessons-preview-info h2 {
    font-size: 30px;
    line-height: 1.4;
}

.course-details-card .card-body.lessons-preview-info .image .video-btn {
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    font-size: 25px;
    position: absolute;
    color: var(--splash-color-primary);
    transform: translateX(-50%) translateY(-50%);
}

    .course-details-card .card-body.lessons-preview-info .image .video-btn i {
        left: 0;
        top: 50%;
        right: 0;
        line-height: 1;
        margin-top: 1px;
        position: absolute;
        transform: translateY(-50%);
    }

    .course-details-card .card-body.lessons-preview-info .image .video-btn:hover {
        background-color: var(--splash-color-primary);
        color: var(--splash-color-white);
    }

.course-details-card .card-body.lessons-preview-info .course-info {
    padding-left: 30px;
    padding-right: 30px;
}

    .course-details-card .card-body.lessons-preview-info .course-info .info-card {
        padding-top: 7px;
        padding-left: 72px;
        padding-bottom: 7px;
    }

        .course-details-card .card-body.lessons-preview-info .course-info .info-card .icon {
            width: 60px;
            height: 60px;
            font-size: 25px;
        }

.course-details-card .course-details-info {
    margin-top: -223px;
}

    .course-details-card .course-details-info ul li {
        padding-left: 25px;
        margin-bottom: 8px;
    }

        .course-details-card .course-details-info ul li i {
            color: var(--splash-color-primary);
            transform: translateY(-50%);
            position: absolute;
            line-height: 1;
            top: 50%;
            left: 0;
        }

        .course-details-card .course-details-info ul li:last-child {
            margin-bottom: 0;
        }

.videoModal .modal-content .btn-close {
    background: unset !important;
    position: absolute;
    font-size: 22px;
    height: auto;
    right: -40px;
    width: auto;
    top: -40px;
    opacity: 1;
}

.videoModal .modal-content .modal-body iframe {
    width: 100%;
    height: 408px;
}

.dark .course-details-card .card-body .accordion .accordion-item .accordion-button {
    box-shadow: unset;
    border-bottom: 1px dashed #45445e !important;
}

    .dark .course-details-card .card-body .accordion .accordion-item .accordion-button.bg-white {
        background-color: var(--splash-color-black) !important;
    }

.dark .course-details-card .card-body .accordion .accordion-item .accordion-body ul li {
    border-bottom-color: #45445e;
}

.dark .course-details-card .card-body .students-feedback-list li {
    border-bottom-color: #45445e;
}

.dark .course-details-card .card-body .show-more-btn {
    border-color: #45445e;
    color: var(--splash-color-white);
}

    .dark .course-details-card .card-body .show-more-btn:hover {
        border-color: var(--splash-color-primary);
    }

@media only screen and (max-width: 767px) {
    .course-details-card .card-body .course-details-header {
        max-width: 100%;
    }

        .course-details-card .card-body .course-details-header h2 {
            font-size: 18px;
        }

        .course-details-card .card-body .course-details-header .buttons-list button {
            margin-top: 12px;
            padding: 13px 42px;
        }

            .course-details-card .card-body .course-details-header .buttons-list button i {
                right: 25px;
            }

            .course-details-card .card-body .course-details-header .buttons-list button.with-icon {
                padding: 12px 50px 12px 25px;
            }

    .course-details-card .card-body .course-info {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }

        .course-details-card .card-body .course-info .info-card {
            margin-bottom: 15px;
            padding-left: 75px;
        }

            .course-details-card .card-body .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .card-body .accordion .accordion-item .accordion-button {
        padding-right: 30px;
    }

        .course-details-card .card-body .accordion .accordion-item .accordion-button .number {
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-right: 10px;
        }

    .course-details-card .card-body .accordion .accordion-item .accordion-body ul li {
        padding: 15px;
    }

        .course-details-card .card-body .accordion .accordion-item .accordion-body ul li a {
            padding-left: 25px;
        }

    .course-details-card .card-body .what-you-will-learn li {
        margin-bottom: 12px;
        padding-left: 25px;
    }

        .course-details-card .card-body .what-you-will-learn li i {
            font-size: 16px;
        }

    .course-details-card .card-body br {
        display: none;
    }

    .course-details-card .card-body .students-feedback-list li {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .course-details-card .card-body .students-feedback-list li img {
            top: 0;
            position: relative;
            margin-bottom: 12px;
        }

    .course-details-card .card-body.lessons-preview-info h2 {
        font-size: 20px;
    }

    .course-details-card .card-body.lessons-preview-info .image .video-btn {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .course-details-card .card-body.lessons-preview-info .course-info {
        padding-left: 15px;
        padding-right: 15px;
    }

        .course-details-card .card-body.lessons-preview-info .course-info .info-card {
            padding-left: 75px;
        }

            .course-details-card .card-body.lessons-preview-info .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .course-details-info {
        margin-top: 0;
    }

    .videoModal .modal-content .btn-close {
        top: -40px;
        right: -5px;
        font-size: 20px;
    }

    .videoModal .modal-content .modal-body iframe {
        height: 154px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .videoModal .modal-content .modal-body iframe {
        height: 282px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-details-card .card-body .course-details-header {
        max-width: 100%;
    }

        .course-details-card .card-body .course-details-header h2 {
            font-size: 25px;
        }

        .course-details-card .card-body .course-details-header .buttons-list button {
            padding: 12px 50px;
        }

            .course-details-card .card-body .course-details-header .buttons-list button.with-icon {
                padding: 11px 55px 11px 30px;
            }

    .course-details-card .card-body .course-info {
        padding-top: 25px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 5px;
    }

        .course-details-card .card-body .course-info .info-card {
            margin-bottom: 20px;
            padding-left: 75px;
        }

            .course-details-card .card-body .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .card-body .students-feedback-list li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .course-details-card .card-body.lessons-preview-info h2 {
        font-size: 24px;
    }

    .course-details-card .card-body.lessons-preview-info .image .video-btn {
        width: 75px;
        height: 75px;
        font-size: 25px;
    }

    .course-details-card .card-body.lessons-preview-info .course-info {
        padding-left: 25px;
        padding-right: 25px;
    }

        .course-details-card .card-body.lessons-preview-info .course-info .info-card {
            padding-left: 75px;
        }

            .course-details-card .card-body.lessons-preview-info .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .course-details-info {
        margin-top: 0;
    }

    .videoModal .modal-dialog {
        max-width: 750px;
    }

    .videoModal .modal-content .btn-close {
        right: -5px;
        top: -40px;
    }

    .videoModal .modal-content .modal-body iframe {
        height: 390px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-details-card .card-body .course-details-header {
        max-width: 100%;
    }

        .course-details-card .card-body .course-details-header h2 {
            font-size: 28px;
        }

    .course-details-card .card-body .course-info {
        padding-left: 20px;
        padding-right: 20px;
    }

        .course-details-card .card-body .course-info .info-card {
            padding-left: 75px;
        }

            .course-details-card .card-body .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .card-body.lessons-preview-info h2 {
        font-size: 28px;
    }

    .course-details-card .card-body.lessons-preview-info .course-info {
        padding-left: 20px;
        padding-right: 20px;
    }

        .course-details-card .card-body.lessons-preview-info .course-info .info-card {
            padding-left: 75px;
        }

            .course-details-card .card-body.lessons-preview-info .course-info .info-card .icon {
                width: 60px;
                height: 60px;
                font-size: 25px;
            }

    .course-details-card .course-details-info {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .course-details-card .card-body .course-info {
        padding-left: 25px;
        padding-right: 25px;
    }

        .course-details-card .card-body .course-info .info-card {
            padding-top: 3px;
            padding-left: 58px;
            padding-bottom: 3px;
        }

            .course-details-card .card-body .course-info .info-card .icon {
                width: 50px;
                height: 50px;
                font-size: 25px;
            }

    .course-details-card .course-details-info {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .course-details-card .course-details-info {
        margin-top: -220px;
    }
}

.edit-course-card .input-group .input-group-text {
    padding: 10px 18px;
    border-right: none;
    background: #F5F4FA;
    border-color: #dedee4;
}

.edit-course-card .input-group .form-control {
    border-left: none;
}

.edit-course-card .file-upload {
    border: 1px solid #dedee4;
    padding: 55px 15px;
}

    .edit-course-card .file-upload i {
        line-height: 1;
        font-size: 35px;
        margin-bottom: 5px;
        color: var(--splash-color-primary);
    }

    .edit-course-card .file-upload span span::before {
        left: 0;
        right: 0;
        height: 1px;
        content: "";
        bottom: -2px;
        position: absolute;
        background: var(--splash-color-black);
    }

    .edit-course-card .file-upload input {
        cursor: pointer;
    }

.edit-course-card .members-list div {
    margin-top: 10px;
    margin-right: 5px;
}

.edit-course-card .members-list button {
    font-size: 8px;
    margin-left: 3px;
}

    .edit-course-card .members-list button:hover {
        color: red;
    }

.edit-course-card button span {
    line-height: 1.3;
}

    .edit-course-card button span::before {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        content: "";
        position: absolute;
        transition: var(--transition);
        background: var(--splash-color-danger);
    }

.edit-course-card .ql-container {
    min-height: 150px;
    height: auto;
}

.edit-course-card .accordion .accordion-item {
    margin-bottom: 10px;
}

    .edit-course-card .accordion .accordion-item .accordion-button {
        padding: 15px 50px 15px 15px;
        box-shadow: 0px 4px 34px rgba(101, 96, 240, 0.1);
    }

        .edit-course-card .accordion .accordion-item .accordion-button .number {
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 20px;
        }

        .edit-course-card .accordion .accordion-item .accordion-button ul li {
            margin-right: 15px;
            padding-left: 20px;
        }

            .edit-course-card .accordion .accordion-item .accordion-button ul li i {
                left: 0;
                top: 50%;
                line-height: 1;
                margin-top: 0.5px;
                position: absolute;
                transform: translateY(-50%);
            }

            .edit-course-card .accordion .accordion-item .accordion-button ul li:last-child {
                margin-right: 0;
            }

        .edit-course-card .accordion .accordion-item .accordion-button::after {
            top: 50%;
            right: 15px;
            position: absolute;
            transform: translateY(-50%) rotate(180deg);
        }

        .edit-course-card .accordion .accordion-item .accordion-button.collapsed::after {
            transform: translateY(-50%);
        }

    .edit-course-card .accordion .accordion-item .accordion-body {
        padding: 0 0 15px;
    }

        .edit-course-card .accordion .accordion-item .accordion-body ul li {
            border-bottom: 1px dashed #D2CFE4;
            padding: 20px;
        }

            .edit-course-card .accordion .accordion-item .accordion-body ul li a {
                padding-left: 28px;
            }

                .edit-course-card .accordion .accordion-item .accordion-body ul li a i {
                    left: 0;
                    top: 50%;
                    line-height: 1;
                    position: absolute;
                    transform: translateY(-50%);
                }

    .edit-course-card .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

.dark .edit-course-card .input-group .input-group-text {
    background: var(--splash-color-black);
    border-color: #45445e;
}

.dark .edit-course-card .file-upload {
    border-color: #45445e;
}

    .dark .edit-course-card .file-upload span span::before {
        background: var(--splash-color-white);
    }

.dark .edit-course-card .accordion .accordion-item .accordion-button {
    box-shadow: unset;
    border-bottom: 1px dashed #45445e !important;
}

    .dark .edit-course-card .accordion .accordion-item .accordion-button.bg-white {
        background-color: var(--splash-color-black) !important;
    }

.dark .edit-course-card .accordion .accordion-item .accordion-body ul li {
    border-bottom-color: #45445e;
}

@media only screen and (max-width: 767px) {
    .edit-course-card .accordion .accordion-item .accordion-button {
        padding-right: 30px;
    }

        .edit-course-card .accordion .accordion-item .accordion-button .number {
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-right: 10px;
        }

    .edit-course-card .accordion .accordion-item .accordion-body ul li {
        padding: 15px;
    }

        .edit-course-card .accordion .accordion-item .accordion-body ul li a {
            padding-left: 25px;
        }
}

.search-result-card .card-body .list li {
    border-top: 1px dashed #d9e9ef;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .search-result-card .card-body .list li:last-child {
        border-bottom: 1px dashed #d9e9ef;
    }

.dark .search-result-card .card-body .list li {
    border-top-color: #45445e;
}

    .dark .search-result-card .card-body .list li:last-child {
        border-bottom-color: #45445e;
    }

iframe {
    width: 100%;
    border: none;
    height: 400px;
}

#leafletjs-map-panes, #leafletjs-map-choropleth, #leafletjs-map-layers {
    height: 500px;
}

.leaflet-pane {
    z-index: 1;
}

.terms-conditions-card p {
    margin-bottom: 15px;
}

    .terms-conditions-card p strong {
        color: var(--splash-color-black);
    }

    .terms-conditions-card p:last-child {
        margin-bottom: 0;
    }

.terms-conditions-card .h1:not(:first-child), .terms-conditions-card .h2:not(:first-child), .terms-conditions-card .h3:not(:first-child), .terms-conditions-card .h4:not(:first-child), .terms-conditions-card .h5:not(:first-child), .terms-conditions-card .h6:not(:first-child), .terms-conditions-card h1:not(:first-child), .terms-conditions-card h2:not(:first-child), .terms-conditions-card h3:not(:first-child), .terms-conditions-card h4:not(:first-child), .terms-conditions-card h5:not(:first-child), .terms-conditions-card h6:not(:first-child) {
    margin-top: 25px;
}

.terms-conditions-card ul li {
    margin-bottom: 12px;
}

    .terms-conditions-card ul li strong {
        color: var(--splash-color-black);
    }

    .terms-conditions-card ul li:last-child {
        margin-bottom: 0;
    }

.dark .terms-conditions-card p strong {
    color: var(--splash-color-white);
}

.dark .terms-conditions-card ul li strong {
    color: var(--splash-color-white);
}

.privacy-policy-card p {
    margin-bottom: 15px;
}

    .privacy-policy-card p strong {
        color: var(--splash-color-black);
    }

    .privacy-policy-card p:last-child {
        margin-bottom: 0;
    }

.privacy-policy-card .h1:not(:first-child), .privacy-policy-card .h2:not(:first-child), .privacy-policy-card .h3:not(:first-child), .privacy-policy-card .h4:not(:first-child), .privacy-policy-card .h5:not(:first-child), .privacy-policy-card .h6:not(:first-child), .privacy-policy-card h1:not(:first-child), .privacy-policy-card h2:not(:first-child), .privacy-policy-card h3:not(:first-child), .privacy-policy-card h4:not(:first-child), .privacy-policy-card h5:not(:first-child), .privacy-policy-card h6:not(:first-child) {
    margin-top: 25px;
}

.privacy-policy-card ul li {
    margin-bottom: 12px;
}

    .privacy-policy-card ul li strong {
        color: var(--splash-color-black);
    }

    .privacy-policy-card ul li:last-child {
        margin-bottom: 0;
    }

.dark .privacy-policy-card p strong {
    color: var(--splash-color-white);
}

.dark .privacy-policy-card ul li strong {
    color: var(--splash-color-white);
}

.footer-area {
    margin-left: -25px;
    margin-right: -25px;
}

    .footer-area .footer-menu li {
        margin-left: 11px;
        margin-right: 11px;
    }

        .footer-area .footer-menu li a:hover {
            color: var(--splash-color-primary) !important;
        }

@media only screen and (max-width: 767px) {
    /*.footer-area {
        margin-left: -15px;
        margin-right: -15px;
    }

        .footer-area .footer-menu {
            margin-top: 8px;
        }

            .footer-area .footer-menu li {
                margin-left: 7px;
                margin-right: 7px;
            }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.footer-area {
        margin-left: -25px;
        margin-right: -25px;
    }

        .footer-area .footer-menu li {
            margin-left: 9px;
            margin-right: 9px;
        }*/
}

@media only screen and (min-width: 1600px) {
    /*.footer-area {
        margin-left: -40px;
        margin-right: -40px;
    }*/
}

@media only screen and (max-width: 767px) {
    /*.main-content {
        padding-top: 160px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar-hide .main-content {
        padding-left: 15px;
    }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*.main-content {
        padding-top: 125px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .sidebar-hide .main-content {
        padding-left: 25px;
    }*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.main-content {
        padding-top: 125px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .sidebar-hide .main-content {
        padding-left: 25px;
    }*/
}

@media only screen and (min-width: 1600px) {
    /*.main-content {
        padding-left: 320px;
        padding-right: 40px;
    }

    .sidebar-hide .main-content {
        padding-left: 100px;
    }*/
}


/*기본------------------------------------------------------------------------------------------------------------*/

:root {
    --bs-color-company: #d8006b;
    --bs-color-font-body: #444444;
    --bs-color-font-body-light: #8c8c8c;
    --bs-color-font-left: #ffffff;
    --bs-color-bg-left: #30332e;
    --bs-color-bg-left-select: #494c47;
    --bs-color-bg-body: #fefeff;
    --bs-color-bg-top: #fefeff;
    --bs-color-bg-dimm: rgba(0,0,0, 0.7);
    --bs-color-bg-table-head: #f6f7f8;
    --bs-color-border: var(--bs-gray-300);
    --bs-width-min-app: 1200px;
    --bs-width-left: 230px;
    --bs-font-size-body: 1rem;
    --bs-font-family-body: 'Pretendard','Noto Sans KR','Nanum Gothic','Dotum','Gulim','sans-serif';
    --bs-font-weight-body: 400;
    --bs-line-height-body: 1.5;
    --splash-color-bg-body: #f1ebee;
    --splash-color-primary: #d8006b;
    --splash-color-primary-active: #bf0360;
    --splash-color-common: #2F6690;
    --splash-color-common-active: #244D6C;
    --splash-color-black: #373F50;
    --bs-zindex-modal: 101;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: var(--bs-line-height-body);
    font-family: var(--bs-font-family-body);
    font-size: var(--bs-font-size-body);
    font-weight: var(--bs-font-weight-body);
    color: var(--bs-color-font-body);
    text-align: unset;
    background-color: var(--bs-color-bg-body);
}

a {
    text-decoration: none;
}

#app {
    min-width: var(--bs-width-min-app);
}

/*기본------------------------------------------------------------------------------------------------------------*/

.card {
    color: var(--bs-color-font-body);
}

.card-title {
    font-size: 16px;
}

.card-head,
.card-body {
    padding: 15px;
    padding-bottom: 0px;
}

.dev_input_group {
    padding-left: 12px;
    min-height: 20px;
    position: relative;
    background-color: var(--bs-color-bg-body);
}

    .dev_input_group:has(input),
    .dev_input_group:has(select),
    .dev_input_group:has(textarea) {
        padding-left: unset;
        min-height: unset;
    }

[type=checkbox], [type=radio] {
    cursor: pointer;
}

.maxw-10px {
    max-width: 10px !important;
}

.maxw-20px {
    max-width: 20px !important;
}

.maxw-30px {
    max-width: 30px !important;
}

.maxw-40px {
    max-width: 40px !important;
}

.maxw-50px {
    max-width: 50px !important;
}

.maxw-60px {
    max-width: 60px !important;
}

.maxw-70px {
    max-width: 70px !important;
}

.maxw-80px {
    max-width: 80px !important;
}

.maxw-90px {
    max-width: 90px !important;
}

.maxw-100px {
    max-width: 100px !important;
}

.maxw-110px {
    max-width: 110px !important;
}

.maxw-120px {
    max-width: 120px !important;
}

.maxw-130px {
    max-width: 130px !important;
}

.btn {
    /*--bs-btn-padding-x: 35px;
    --bs-btn-padding-y: 11px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 500;*/
}

.btn-sm {
    --bs-btn-padding-y: 0.01rem;
    --bs-btn-font-size: 0.75rem;
}

.btn-md {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-font-size: 0.8rem;
}

.btn-lg {
    padding-top: 7px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important;
}

.btn-common {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--splash-color-common);
    --bs-btn-border-color: var(--splash-color-common);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--splash-color-common-active);
    --bs-btn-hover-border-color: var(--splash-color-common-active);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--splash-color-common-active);
    --bs-btn-active-border-color: var(--splash-color-common-active);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-border-color: var(--splash-color-common);
    border-radius: 0.2rem;
}

.border {
    border: 1px solid var(--bs-color-border) !important;
}

.border-top {
    border-top: 1px solid var(--bs-color-border) !important;
}

.border-right {
    border-right: 1px solid var(--bs-color-border) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--bs-color-border) !important;
}

.border-left {
    border-left: 1px solid var(--bs-color-border) !important;
}
/* 인클루드 시작 ------------------------------------------------------------------------------------------------------------*/
/* 헤더 */
#header {
    position: sticky;
    top: 0px;
    padding: unset;
    padding-left: var(--bs-width-left);
    min-width: calc(var(--bs-width-min-app) - var(--bs-width-left));
    height: 50px;
    background-color: var(--bs-color-bg-top);
    box-shadow: 0px 0px 5px 2px #dddddd;
    overflow-y: hidden !important;
    z-index: 99;
}

    #header .header-left-side,
    #header .header-right-side {
        height: 47px;
        flex-wrap: nowrap;
    }

        #header .header-left-side .dropdown.menu-dropdown {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 25px;
            /*width: 90px;*/
            font-size: 16px;
            font-weight: 600;
            white-space: nowrap;
            cursor: pointer;
        }

        #header .header-left-side .dropdown {
            margin-left: 15px;
            margin-right: 15px;
        }

            #header .header-left-side .dropdown.menu-dropdown:hover {
                color: var(--bs-color-company);
            }

        #header .header-left-side::-webkit-scrollbar {
            -webkit-appearance: none;
            height: 5px;
        }

        #header .header-left-side::-webkit-scrollbar-thumb {
            border-radius: 50px;
            background: #cccccc;
        }

        #header .header-left-side::-webkit-scrollbar-track {
            border-radius: 50px;
            background: #f2f2f2;
        }

/* 로고 */
#sidebar-area {
    background-color: var(--bs-color-bg-left);
}

    #sidebar-area > .logo {
        margin: unset;
        padding: unset;
        height: 50px;
        background-color: var(--bs-color-bg-top);
        overflow-y: hidden;
    }

        #sidebar-area > .logo > a {
            height: 100%;
            color: var(--bs-color-company);
            font-weight: bold;
            border-right: solid 1px var(--bs-color-border);
            border-bottom: solid 3px var(--bs-color-company);
        }

            #sidebar-area > .logo > a span {
                font-size: 18px;
            }

    /* 농장선택 */
    #sidebar-area .sidebar-select-farm {
        padding: 5px;
        padding-top: 57px;
        border-right: solid 5px rgb(170, 170, 170);
    }

        #sidebar-area .sidebar-select-farm select {
            height: 25px;
            font-size: 14px;
            font-weight: bold;
        }

    /* 사이드메뉴 */
    #sidebar-area .sidebar-menu {
        padding: 15px;
        padding-top: 5px;
        height: calc(100% - 90px);
        overflow: hidden;
        overflow-y: scroll;
    }

        #sidebar-area .sidebar-menu ul,
        #sidebar-area .sidebar-menu ul li,
        #sidebar-area .sidebar-menu ul li div,
        #sidebar-area .sidebar-menu ul li a,
        #sidebar-area .sidebar-menu ul li span,
        #sidebar-area .sidebar-menu ul li i {
            margin: 0px;
            padding: 0px;
        }

            #sidebar-area .sidebar-menu ul li a {
                width: 100%;
                height: 22px;
                font-size: 15px;
                color: var(--bs-color-font-left);
                padding-left: 20px;
                position: relative;
            }

                #sidebar-area .sidebar-menu ul li a span {
                    width: 100%;
                    height: 100%;
                    display: inline-block;
                    white-space: nowrap;
                }

                #sidebar-area .sidebar-menu ul li a i {
                    font-size: 15px;
                    position: absolute;
                    left: 0px;
                    top: 2px;
                    transform: unset;
                }

.sidebar-area {
    width: var(--bs-width-left);
}

    .sidebar-area .sidebar-menu .sidebar-nav-item {
        margin-bottom: 10px !important;
    }

#sidebar-area .sidebar-menu ul .sidebar-sub-menu-item {
    padding-left: 15px;
}

    #sidebar-area .sidebar-menu ul .sidebar-sub-menu-item.pu_active,
    #sidebar-area .sidebar-menu ul .sidebar-sub-menu-item:hover {
        background-color: var(--bs-color-bg-left-select);
        border-radius: 0.1rem;
    }

.sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-collapse .accordion-body .sidebar-sub-menu .sidebar-sub-menu-item .sidebar-sub-menu-link::before {
    content: unset;
}

.sidebar-area .sidebar-menu .sidebar-navbar-nav .sidebar-nav-item .accordion-button::after {
    content: unset;
}

.sidebar-area .sidebar-menu::-webkit-scrollbar-track {
    background-color: rgb(170, 170, 170);
}

/* 트리 */
#sidebar-area .pu_wrapper_tree {
}

    #sidebar-area .pu_wrapper_tree .pu_tree_1 {
        height: 10px;
        width: 10px;
        border-left: dotted 1px #ffffff;
        border-bottom: dotted 1px #ffffff;
    }

    #sidebar-area .pu_wrapper_tree .pu_tree_2 {
        height: 10px;
        width: 10px;
        border-left: dotted 1px #ffffff;
    }

.pu_inc_title {
    font-size: 12px;
    color: var(--bs-color-font-body-light);
}

div.pu_body_title_main {
    padding-left: 20px;
    position: relative;
}

    div.pu_body_title_main > i {
        position: absolute;
        top: -1px;
        left: -1px;
        color: var(--bs-color-font-body-light);
    }

div.pu_body_title_sub {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}

    div.pu_body_title_sub > i {
        position: absolute;
        top: -1px;
        left: -1px;
        color: var(--bs-color-font-body-light);
    }

    div.pu_body_title_sub h5 {
        font-size: 0.85em;
    }

/* 바디 */
.main-content {
    padding: unset;
    padding-left: var(--bs-width-left);
    min-width: calc(var(--bs-width-min-app) - var(--bs-width-left));
    min-height: 100vh;
}

    .main-content:has(.pu_wrapper_login) {
        padding: 0;
        margin: 0;
        min-width: unset;
        min-height: unset;
    }

/* 인클루드 끝 ------------------------------------------------------------------------------------------------------------*/
/* 달력 시작 ------------------------------------------------------------------------------------------------------------*/
.flatpickr-calendar .flatpickr-months {
    background-color: var(--splash-color-black);
}

.flatpickr-months .flatpickr-month {
    color: var(--splash-color-white);
}

    .flatpickr-months .flatpickr-month option {
        color: #393939;
    }

.flatpickr-calendar .numInputWrapper span {
    background-color: #dddddd;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    color: var(--splash-color-white);
}

.flatpickr-calendar .flatpickr-day {
    font-weight: unset;
}

.numInputWrapper span {
    right: -10px;
}
/* 달력 끝 ------------------------------------------------------------------------------------------------------------*/

/* 필수입력 시작 ------------------------------------------------------------------------------------------------------------*/

.pu_must_input {
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 10;
    display: block;
    border-left: 3px solid red;
    border-top: 3px solid red;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.dev_input_group:has(.pu_must_input_text) .pu_must_input {
    top: -2px;
    left: -9px;
}

.pu_must_input_err {
    background-color: #fbe9eb !important;
}

.dev_input_group .form-control {
    background-color: transparent;
}
/* 필수입력 끝 ------------------------------------------------------------------------------------------------------------*/
/* 테이블 시작 ------------------------------------------------------------------------------------------------------------*/
.pu_wrapper_search {
    padding: 5px 10px;
    min-height: 5vh;
    border: solid 1px var(--bs-color-border);
    border-top: solid 1px var(--bs-color-company);
    box-shadow: 0px 1px 2px 0px var(--bs-color-border);
}

.table {
    --bs-table-border-color: #e5e5e5;
    font-size: 12px;
    border-color: var(--bs-table-border-color);
}

    .table > :not(caption) > * > * {
        padding: 3px 10px;
        color: var(--bs-color-font-body);
        background-color: transparent;
    }

    .table th {
        background-color: var(--bs-color-bg-table-head);
    }

    .table > :not(caption) td:has(.input-group) {
        padding: 0px 5px;
    }

    .table tbody tr:hover,
    .table tbody tr:focus-within,
    .table tbody tr.pu_active {
        background-color: #CFDFEB !important;
    }

    .table tbody .badge {
        padding: 3px 10px;
    }

.page-link {
    padding: 3px 10px;
    font-size: 12px;
}

    .page-link.active, .active > .page-link,
    .page-link:hover {
        color: #ffffff;
        background-color: var(--bs-color-bg-left);
        border-color: var(--bs-color-bg-left);
    }
/* 테이블 끝 ------------------------------------------------------------------------------------------------------------*/
/* 폼 컨트롤 시작 ------------------------------------------------------------------------------------------------------------*/
.form-control {
    font-size: 12px;
    border: 1px solid var(--bs-color-border);
    border-radius: 3px;
}

.form-control-sm {
    min-height: unset;
    padding: 2px 10px;
}

    .form-control-sm:has(.form-check) {
        height: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.form-check {
    min-height: unset;
    margin-bottom: unset;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    border-color: var(--bs-color-border);
}

.form-check-input:checked {
    background-color: var(--splash-color-common);
    border-color: var(--splash-color-common);
}

.form-check .form-check-input {
    position: relative;
    top: 0.05em;
}

.form-select {
    background-position-x: calc(100% - 3px);
}

.form-select-sm {
    padding: 3px 10px;
    font-size: 12px;
}

.table > :not(caption) > * > * .form-select {
    padding: 0px 10px;
}

.form-check-inline {
    margin-right: 1.5em;
}

.input-group-text {
    padding: 1px 9px;
    line-height: 0px;
    color: var(--bs-color-font-body);
    font-size: 12px;
    background-color: var(--bs-color-bg-table-head);
    border: 1px solid var(--bs-color-border);
    border-radius: 3px;
}

    .input-group-text:has(i) {
        width: 1.7rem;
        justify-content: center;
    }

    .input-group-text i {
        font-size: 10px;
    }

        .input-group-text i.flaticon-calendar,
        .input-group-text i.flaticon-search {
            font-size: 11px;
        }

        .input-group-text i.flaticon-cancel {
            font-size: 9px;
        }

/* 폼 컨트롤 끝 ------------------------------------------------------------------------------------------------------------*/
/* 모달 시작 ------------------------------------------------------------------------------------------------------------*/
.modal-content .modal-header {
    background-color: var(--bs-color-bg-table-head);
}
/* 모달 끝 ------------------------------------------------------------------------------------------------------------*/
/* 레포트 시작 ------------------------------------------------------------------------------------------------------------*/
.pu_wrapper_report {
    border: solid 1px var(--bs-color-border);
}

    .pu_wrapper_report .pu_report_title {
        padding-left: 1.5vw;
        height: 10vh;
        max-height: 65px;
        border-bottom: solid 1px var(--bs-color-border);
    }

        .pu_wrapper_report .pu_report_title .pu_report_icon img {
            margin-right: 0.6vw;
            height: 5vh;
            max-height: 40px;
            min-height: 35px;
            cursor: pointer;
        }

            .pu_wrapper_report .pu_report_title .pu_report_icon img:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

    .pu_wrapper_report .pu_report_body {
        padding-top: 3vh;
        padding-bottom: 3vh;
        background-color: #eeeeee;
    }

        .pu_wrapper_report .pu_report_body .pu_report_cont {
            width: 100%;
            height: 70vh;
        }

/* 레포트 끝 ------------------------------------------------------------------------------------------------------------*/
/* 기타 시작 ------------------------------------------------------------------------------------------------------------*/
/* 기타 끝 ------------------------------------------------------------------------------------------------------------*/
/* fade 시작 ------------------------------------------------------------------------------------------------------------*/
/* fadeIn */
.fadeIn {
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

/* fadeOut */
.fadeOut {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/* fade 끝 ------------------------------------------------------------------------------------------------------------*/



.modal-footer button, .flaticon-cancel {
        cursor: pointer;
}
.addr {
        display: none;
        border: 1px solid;
        width: 470px;
        height: 480px;
        margin: 5px 0;
        position: relative
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button, .flaticon-cancel {
        cursor: pointer;
}


.modal-footer button, .flaticon-cancel {
        cursor: pointer;
}
.dev_PigScore {
        display: none;
        border: 1px solid;
        width: 470px;
        height: 480px;
        margin: 5px 0;
        position: relative
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button, .flaticon-cancel {
        cursor: pointer;
}
.dev_PigScore {
        display: none;
        border: 1px solid;
        width: 470px;
        height: 480px;
        margin: 5px 0;
        position: relative
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button {
        cursor: pointer;
}


.modal-footer button {
        cursor: pointer;
}

