@charset "UTF-8";
:root {
  font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  --surface-a: #1e1e1e;
  --surface-b: #121212;
  --surface-c: hsla(0, 0%, 100%, 0.04);
  --surface-d: hsla(0, 0%, 100%, 0.12);
  --surface-e: #1e1e1e;
  --surface-f: #262626;
  --text-color: rgba(255, 255, 255, 0.87);
  --text-color-secondary: rgba(255, 255, 255, 0.6);
  --primary-color: #CE93D8;
  --primary-color-text: #121212;
  --surface-0: #121212;
  --surface-50: #2a2a2a;
  --surface-100: #414141;
  --surface-200: #595959;
  --surface-300: #717171;
  --surface-400: #898989;
  --surface-500: #a0a0a0;
  --surface-600: #b8b8b8;
  --surface-700: #d0d0d0;
  --surface-800: #e7e7e7;
  --surface-900: #ffffff;
  --gray-50: #e7e7e7;
  --gray-100: #d0d0d0;
  --gray-200: #b8b8b8;
  --gray-300: #a0a0a0;
  --gray-400: #898989;
  --gray-500: #717171;
  --gray-600: #595959;
  --gray-700: #414141;
  --gray-800: #2a2a2a;
  --gray-900: #121212;
  --content-padding: 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 4px;
  --surface-ground: #121212;
  --surface-section: #121212;
  --surface-card: #1e1e1e;
  --surface-overlay: #262626;
  --surface-border: hsla(0, 0%, 100%, 0.12);
  --surface-hover: hsla(0, 0%, 100%, 0.04);
  --focus-ring: none;
  --maskbg: rgba(0, 0, 0, 0.32);
  --highlight-bg: rgba(206, 147, 216, 0.16);
  --highlight-text-color: #CE93D8;
  --highlight-bg: rgba(206, 147, 216, 0.16);
  --highlight-focus-bg: rgba(206, 147, 216, 0.24);
  --highlight-text-color: #CE93D8;
  --menuitem-padding: 1rem 1rem;
  --input-list-item-hover-bg: hsla(0, 0%, 100%, 0.04);
  --input-list-item-text-hover-color: rgba(255, 255, 255, 0.87);
  --focus-outline: 0 none;
  --focus-outline-offset: 0;
  --focus-shadow: none;
  --background-color-orange: var(--orange-900);
  --foreground-color-orange: var(--orange-200);
  --background-color-green: var(--green-900);
  --foreground-color-green: var(--green-300);
  color-scheme: dark;
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/icons-bootstrap/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"), url("../fonts/icons-bootstrap/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

@font-face {
  font-family: "Phosphor";
  src: url("../fonts/icons-phosphor/phosphor-icons.woff?v=2.1.0") format("woff2"), url("../fonts/icons-phosphor/phosphor-icons.woff?v=2.1.0") format("woff");
  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;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-acorn:before {
  content: "\eb9a";
}

.ph.ph-address-book:before {
  content: "\e6f8";
}

.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}

.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}

.ph.ph-airplane:before {
  content: "\e002";
}

.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}

.ph.ph-airplane-landing:before {
  content: "\e502";
}

.ph.ph-airplane-takeoff:before {
  content: "\e504";
}

.ph.ph-airplane-taxiing:before {
  content: "\e500";
}

.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}

.ph.ph-airplay:before {
  content: "\e004";
}

.ph.ph-alarm:before {
  content: "\e006";
}

.ph.ph-alien:before {
  content: "\e8a6";
}

.ph.ph-align-bottom:before {
  content: "\e506";
}

.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}

.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}

.ph.ph-align-center-vertical:before {
  content: "\e50c";
}

.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}

.ph.ph-align-left:before {
  content: "\e50e";
}

.ph.ph-align-left-simple:before {
  content: "\eaee";
}

.ph.ph-align-right:before {
  content: "\e510";
}

.ph.ph-align-right-simple:before {
  content: "\eb12";
}

.ph.ph-align-top:before {
  content: "\e512";
}

.ph.ph-align-top-simple:before {
  content: "\eb14";
}

.ph.ph-amazon-logo:before {
  content: "\e96c";
}

.ph.ph-ambulance:before {
  content: "\e572";
}

.ph.ph-anchor:before {
  content: "\e514";
}

.ph.ph-anchor-simple:before {
  content: "\e5d8";
}

.ph.ph-android-logo:before {
  content: "\e008";
}

.ph.ph-angle:before {
  content: "\e7bc";
}

.ph.ph-angular-logo:before {
  content: "\eb80";
}

.ph.ph-aperture:before {
  content: "\e00a";
}

.ph.ph-app-store-logo:before {
  content: "\e974";
}

.ph.ph-app-window:before {
  content: "\e5da";
}

.ph.ph-apple-logo:before {
  content: "\e516";
}

.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}

.ph.ph-approximate-equals:before {
  content: "\edaa";
}

.ph.ph-archive:before {
  content: "\e00c";
}

.ph.ph-armchair:before {
  content: "\e012";
}

.ph.ph-arrow-arc-left:before {
  content: "\e014";
}

.ph.ph-arrow-arc-right:before {
  content: "\e016";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}

.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}

.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}

.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}

.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}

.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}

.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}

.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}

.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}

.ph.ph-arrow-circle-down:before {
  content: "\e028";
}

.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}

.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}

.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}

.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}

.ph.ph-arrow-circle-up:before {
  content: "\e030";
}

.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}

.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}

.ph.ph-arrow-clockwise:before {
  content: "\e036";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}

.ph.ph-arrow-down:before {
  content: "\e03e";
}

.ph.ph-arrow-down-left:before {
  content: "\e040";
}

.ph.ph-arrow-down-right:before {
  content: "\e042";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}

.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}

.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}

.ph.ph-arrow-fat-down:before {
  content: "\e518";
}

.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}

.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}

.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}

.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}

.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}

.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}

.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}

.ph.ph-arrow-left:before {
  content: "\e058";
}

.ph.ph-arrow-line-down:before {
  content: "\e05c";
}

.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}

.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}

.ph.ph-arrow-line-left:before {
  content: "\e062";
}

.ph.ph-arrow-line-right:before {
  content: "\e064";
}

.ph.ph-arrow-line-up:before {
  content: "\e066";
}

.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}

.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}

.ph.ph-arrow-right:before {
  content: "\e06c";
}

.ph.ph-arrow-square-down:before {
  content: "\e06e";
}

.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}

.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}

.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}

.ph.ph-arrow-square-left:before {
  content: "\e074";
}

.ph.ph-arrow-square-out:before {
  content: "\e5de";
}

.ph.ph-arrow-square-right:before {
  content: "\e076";
}

.ph.ph-arrow-square-up:before {
  content: "\e078";
}

.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}

.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}

.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}

.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}

.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}

.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}

.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}

.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}

.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}

.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}

.ph.ph-arrow-up:before {
  content: "\e08e";
}

.ph.ph-arrow-up-left:before {
  content: "\e090";
}

.ph.ph-arrow-up-right:before {
  content: "\e092";
}

.ph.ph-arrows-clockwise:before {
  content: "\e094";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}

.ph.ph-arrows-down-up:before {
  content: "\e098";
}

.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}

.ph.ph-arrows-in:before {
  content: "\e09a";
}

.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}

.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}

.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}

.ph.ph-arrows-merge:before {
  content: "\ed3e";
}

.ph.ph-arrows-out:before {
  content: "\e0a2";
}

.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}

.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}

.ph.ph-arrows-split:before {
  content: "\ed3c";
}

.ph.ph-arrows-vertical:before {
  content: "\eb04";
}

.ph.ph-article:before {
  content: "\e0a8";
}

.ph.ph-article-medium:before {
  content: "\e5e0";
}

.ph.ph-article-ny-times:before {
  content: "\e5e2";
}

.ph.ph-asclepius:before {
  content: "\ee34";
}

.ph.ph-caduceus:before {
  content: "\ee34";
}

.ph.ph-asterisk:before {
  content: "\e0aa";
}

.ph.ph-asterisk-simple:before {
  content: "\e832";
}

.ph.ph-at:before {
  content: "\e0ac";
}

.ph.ph-atom:before {
  content: "\e5e4";
}

.ph.ph-avocado:before {
  content: "\ee04";
}

.ph.ph-axe:before {
  content: "\e9fc";
}

.ph.ph-baby:before {
  content: "\e774";
}

.ph.ph-baby-carriage:before {
  content: "\e818";
}

.ph.ph-backpack:before {
  content: "\e922";
}

.ph.ph-backspace:before {
  content: "\e0ae";
}

.ph.ph-bag:before {
  content: "\e0b0";
}

.ph.ph-bag-simple:before {
  content: "\e5e6";
}

.ph.ph-balloon:before {
  content: "\e76c";
}

.ph.ph-bandaids:before {
  content: "\e0b2";
}

.ph.ph-bank:before {
  content: "\e0b4";
}

.ph.ph-barbell:before {
  content: "\e0b6";
}

.ph.ph-barcode:before {
  content: "\e0b8";
}

.ph.ph-barn:before {
  content: "\ec72";
}

.ph.ph-barricade:before {
  content: "\e948";
}

.ph.ph-baseball:before {
  content: "\e71a";
}

.ph.ph-baseball-cap:before {
  content: "\ea28";
}

.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}

.ph.ph-basket:before {
  content: "\e964";
}

.ph.ph-basketball:before {
  content: "\e724";
}

.ph.ph-bathtub:before {
  content: "\e81e";
}

.ph.ph-battery-charging:before {
  content: "\e0ba";
}

.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}

.ph.ph-battery-empty:before {
  content: "\e0be";
}

.ph.ph-battery-full:before {
  content: "\e0c0";
}

.ph.ph-battery-high:before {
  content: "\e0c2";
}

.ph.ph-battery-low:before {
  content: "\e0c4";
}

.ph.ph-battery-medium:before {
  content: "\e0c6";
}

.ph.ph-battery-plus:before {
  content: "\e808";
}

.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}

.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}

.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}

.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}

.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}

.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}

.ph.ph-battery-warning:before {
  content: "\e0c8";
}

.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}

.ph.ph-beach-ball:before {
  content: "\ed24";
}

.ph.ph-beanie:before {
  content: "\ea2a";
}

.ph.ph-bed:before {
  content: "\e0cc";
}

.ph.ph-beer-bottle:before {
  content: "\e7b0";
}

.ph.ph-beer-stein:before {
  content: "\eb62";
}

.ph.ph-behance-logo:before {
  content: "\e7f4";
}

.ph.ph-bell:before {
  content: "\e0ce";
}

.ph.ph-bell-ringing:before {
  content: "\e5e8";
}

.ph.ph-bell-simple:before {
  content: "\e0d0";
}

.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}

.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}

.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}

.ph.ph-bell-slash:before {
  content: "\e0d4";
}

.ph.ph-bell-z:before {
  content: "\e5ee";
}

.ph.ph-belt:before {
  content: "\ea2c";
}

.ph.ph-bezier-curve:before {
  content: "\eb00";
}

.ph.ph-bicycle:before {
  content: "\e0d6";
}

.ph.ph-binary:before {
  content: "\ee60";
}

.ph.ph-binoculars:before {
  content: "\ea64";
}

.ph.ph-biohazard:before {
  content: "\e9e0";
}

.ph.ph-bird:before {
  content: "\e72c";
}

.ph.ph-blueprint:before {
  content: "\eda0";
}

.ph.ph-bluetooth:before {
  content: "\e0da";
}

.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}

.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}

.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}

.ph.ph-boat:before {
  content: "\e786";
}

.ph.ph-bomb:before {
  content: "\ee0a";
}

.ph.ph-bone:before {
  content: "\e7f2";
}

.ph.ph-book:before {
  content: "\e0e2";
}

.ph.ph-book-bookmark:before {
  content: "\e0e4";
}

.ph.ph-book-open:before {
  content: "\e0e6";
}

.ph.ph-book-open-text:before {
  content: "\e8f2";
}

.ph.ph-book-open-user:before {
  content: "\ede0";
}

.ph.ph-bookmark:before {
  content: "\e0e8";
}

.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}

.ph.ph-bookmarks:before {
  content: "\e0ec";
}

.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}

.ph.ph-books:before {
  content: "\e758";
}

.ph.ph-boot:before {
  content: "\ecca";
}

.ph.ph-boules:before {
  content: "\e722";
}

.ph.ph-bounding-box:before {
  content: "\e6ce";
}

.ph.ph-bowl-food:before {
  content: "\eaa4";
}

.ph.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph.ph-bowling-ball:before {
  content: "\ea34";
}

.ph.ph-box-arrow-down:before {
  content: "\e00e";
}

.ph.ph-archive-box:before {
  content: "\e00e";
}

.ph.ph-box-arrow-up:before {
  content: "\ee54";
}

.ph.ph-boxing-glove:before {
  content: "\ea36";
}

.ph.ph-brackets-angle:before {
  content: "\e862";
}

.ph.ph-brackets-curly:before {
  content: "\e860";
}

.ph.ph-brackets-round:before {
  content: "\e864";
}

.ph.ph-brackets-square:before {
  content: "\e85e";
}

.ph.ph-brain:before {
  content: "\e74e";
}

.ph.ph-brandy:before {
  content: "\e6b4";
}

.ph.ph-bread:before {
  content: "\e81c";
}

.ph.ph-bridge:before {
  content: "\ea68";
}

.ph.ph-briefcase:before {
  content: "\e0ee";
}

.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}

.ph.ph-broadcast:before {
  content: "\e0f2";
}

.ph.ph-broom:before {
  content: "\ec54";
}

.ph.ph-browser:before {
  content: "\e0f4";
}

.ph.ph-browsers:before {
  content: "\e0f6";
}

.ph.ph-bug:before {
  content: "\e5f4";
}

.ph.ph-bug-beetle:before {
  content: "\e5f6";
}

.ph.ph-bug-droid:before {
  content: "\e5f8";
}

.ph.ph-building:before {
  content: "\e100";
}

.ph.ph-building-apartment:before {
  content: "\e0fe";
}

.ph.ph-building-office:before {
  content: "\e0ff";
}

.ph.ph-buildings:before {
  content: "\e102";
}

.ph.ph-bulldozer:before {
  content: "\ec6c";
}

.ph.ph-bus:before {
  content: "\e106";
}

.ph.ph-butterfly:before {
  content: "\ea6e";
}

.ph.ph-cable-car:before {
  content: "\e49c";
}

.ph.ph-cactus:before {
  content: "\e918";
}

.ph.ph-cake:before {
  content: "\e780";
}

.ph.ph-calculator:before {
  content: "\e538";
}

.ph.ph-calendar:before {
  content: "\e108";
}

.ph.ph-calendar-blank:before {
  content: "\e10a";
}

.ph.ph-calendar-check:before {
  content: "\e712";
}

.ph.ph-calendar-dot:before {
  content: "\e7b2";
}

.ph.ph-calendar-dots:before {
  content: "\e7b4";
}

.ph.ph-calendar-heart:before {
  content: "\e8b0";
}

.ph.ph-calendar-minus:before {
  content: "\ea14";
}

.ph.ph-calendar-plus:before {
  content: "\e714";
}

.ph.ph-calendar-slash:before {
  content: "\ea12";
}

.ph.ph-calendar-star:before {
  content: "\e8b2";
}

.ph.ph-calendar-x:before {
  content: "\e10c";
}

.ph.ph-call-bell:before {
  content: "\e7de";
}

.ph.ph-camera:before {
  content: "\e10e";
}

.ph.ph-camera-plus:before {
  content: "\ec58";
}

.ph.ph-camera-rotate:before {
  content: "\e7a4";
}

.ph.ph-camera-slash:before {
  content: "\e110";
}

.ph.ph-campfire:before {
  content: "\e9d8";
}

.ph.ph-car:before {
  content: "\e112";
}

.ph.ph-car-battery:before {
  content: "\ee30";
}

.ph.ph-car-profile:before {
  content: "\e8cc";
}

.ph.ph-car-simple:before {
  content: "\e114";
}

.ph.ph-cardholder:before {
  content: "\e5fa";
}

.ph.ph-cards:before {
  content: "\e0f8";
}

.ph.ph-cards-three:before {
  content: "\ee50";
}

.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}

.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}

.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}

.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}

.ph.ph-caret-circle-down:before {
  content: "\e11e";
}

.ph.ph-caret-circle-left:before {
  content: "\e120";
}

.ph.ph-caret-circle-right:before {
  content: "\e122";
}

.ph.ph-caret-circle-up:before {
  content: "\e124";
}

.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}

.ph.ph-caret-double-down:before {
  content: "\e126";
}

.ph.ph-caret-double-left:before {
  content: "\e128";
}

.ph.ph-caret-double-right:before {
  content: "\e12a";
}

.ph.ph-caret-double-up:before {
  content: "\e12c";
}

.ph.ph-caret-down:before {
  content: "\e136";
}

.ph.ph-caret-left:before {
  content: "\e138";
}

.ph.ph-caret-line-down:before {
  content: "\e134";
}

.ph.ph-caret-line-left:before {
  content: "\e132";
}

.ph.ph-caret-line-right:before {
  content: "\e130";
}

.ph.ph-caret-line-up:before {
  content: "\e12e";
}

.ph.ph-caret-right:before {
  content: "\e13a";
}

.ph.ph-caret-up:before {
  content: "\e13c";
}

.ph.ph-caret-up-down:before {
  content: "\e140";
}

.ph.ph-carrot:before {
  content: "\ed38";
}

.ph.ph-cash-register:before {
  content: "\ed80";
}

.ph.ph-cassette-tape:before {
  content: "\ed2e";
}

.ph.ph-castle-turret:before {
  content: "\e9d0";
}

.ph.ph-cat:before {
  content: "\e748";
}

.ph.ph-cell-signal-full:before {
  content: "\e142";
}

.ph.ph-cell-signal-high:before {
  content: "\e144";
}

.ph.ph-cell-signal-low:before {
  content: "\e146";
}

.ph.ph-cell-signal-medium:before {
  content: "\e148";
}

.ph.ph-cell-signal-none:before {
  content: "\e14a";
}

.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}

.ph.ph-cell-signal-x:before {
  content: "\e14e";
}

.ph.ph-cell-tower:before {
  content: "\ebaa";
}

.ph.ph-certificate:before {
  content: "\e766";
}

.ph.ph-chair:before {
  content: "\e950";
}

.ph.ph-chalkboard:before {
  content: "\e5fc";
}

.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}

.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}

.ph.ph-champagne:before {
  content: "\eaca";
}

.ph.ph-charging-station:before {
  content: "\e8d0";
}

.ph.ph-chart-bar:before {
  content: "\e150";
}

.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}

.ph.ph-chart-donut:before {
  content: "\eaa6";
}

.ph.ph-chart-line:before {
  content: "\e154";
}

.ph.ph-chart-line-down:before {
  content: "\e8b6";
}

.ph.ph-chart-line-up:before {
  content: "\e156";
}

.ph.ph-chart-pie:before {
  content: "\e158";
}

.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}

.ph.ph-chart-polar:before {
  content: "\eaa8";
}

.ph.ph-chart-scatter:before {
  content: "\eaac";
}

.ph.ph-chat:before {
  content: "\e15c";
}

.ph.ph-chat-centered:before {
  content: "\e160";
}

.ph.ph-chat-centered-dots:before {
  content: "\e164";
}

.ph.ph-chat-centered-slash:before {
  content: "\e162";
}

.ph.ph-chat-centered-text:before {
  content: "\e166";
}

.ph.ph-chat-circle:before {
  content: "\e168";
}

.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}

.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}

.ph.ph-chat-circle-text:before {
  content: "\e16e";
}

.ph.ph-chat-dots:before {
  content: "\e170";
}

.ph.ph-chat-slash:before {
  content: "\e15e";
}

.ph.ph-chat-teardrop:before {
  content: "\e172";
}

.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}

.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}

.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}

.ph.ph-chat-text:before {
  content: "\e17a";
}

.ph.ph-chats:before {
  content: "\e17c";
}

.ph.ph-chats-circle:before {
  content: "\e17e";
}

.ph.ph-chats-teardrop:before {
  content: "\e180";
}

.ph.ph-check:before {
  content: "\e182";
}

.ph.ph-check-circle:before {
  content: "\e184";
}

.ph.ph-check-fat:before {
  content: "\eba6";
}

.ph.ph-check-square:before {
  content: "\e186";
}

.ph.ph-check-square-offset:before {
  content: "\e188";
}

.ph.ph-checkerboard:before {
  content: "\e8c4";
}

.ph.ph-checks:before {
  content: "\e53a";
}

.ph.ph-cheers:before {
  content: "\ea4a";
}

.ph.ph-cheese:before {
  content: "\e9fe";
}

.ph.ph-chef-hat:before {
  content: "\ed8e";
}

.ph.ph-cherries:before {
  content: "\e830";
}

.ph.ph-church:before {
  content: "\ecea";
}

.ph.ph-cigarette:before {
  content: "\ed90";
}

.ph.ph-cigarette-slash:before {
  content: "\ed92";
}

.ph.ph-circle:before {
  content: "\e18a";
}

.ph.ph-circle-dashed:before {
  content: "\e602";
}

.ph.ph-circle-half:before {
  content: "\e18c";
}

.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}

.ph.ph-circle-notch:before {
  content: "\eb44";
}

.ph.ph-circles-four:before {
  content: "\e190";
}

.ph.ph-circles-three:before {
  content: "\e192";
}

.ph.ph-circles-three-plus:before {
  content: "\e194";
}

.ph.ph-circuitry:before {
  content: "\e9c2";
}

.ph.ph-city:before {
  content: "\ea6a";
}

.ph.ph-clipboard:before {
  content: "\e196";
}

.ph.ph-clipboard-text:before {
  content: "\e198";
}

.ph.ph-clock:before {
  content: "\e19a";
}

.ph.ph-clock-afternoon:before {
  content: "\e19c";
}

.ph.ph-clock-clockwise:before {
  content: "\e19e";
}

.ph.ph-clock-countdown:before {
  content: "\ed2c";
}

.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}

.ph.ph-clock-user:before {
  content: "\edec";
}

.ph.ph-closed-captioning:before {
  content: "\e1a4";
}

.ph.ph-cloud:before {
  content: "\e1aa";
}

.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}

.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}

.ph.ph-cloud-check:before {
  content: "\e1b0";
}

.ph.ph-cloud-fog:before {
  content: "\e53c";
}

.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}

.ph.ph-cloud-moon:before {
  content: "\e53e";
}

.ph.ph-cloud-rain:before {
  content: "\e1b4";
}

.ph.ph-cloud-slash:before {
  content: "\e1b6";
}

.ph.ph-cloud-snow:before {
  content: "\e1b8";
}

.ph.ph-cloud-sun:before {
  content: "\e540";
}

.ph.ph-cloud-warning:before {
  content: "\ea98";
}

.ph.ph-cloud-x:before {
  content: "\ea96";
}

.ph.ph-clover:before {
  content: "\edc8";
}

.ph.ph-club:before {
  content: "\e1ba";
}

.ph.ph-coat-hanger:before {
  content: "\e7fe";
}

.ph.ph-coda-logo:before {
  content: "\e7ce";
}

.ph.ph-code:before {
  content: "\e1bc";
}

.ph.ph-code-block:before {
  content: "\eafe";
}

.ph.ph-code-simple:before {
  content: "\e1be";
}

.ph.ph-codepen-logo:before {
  content: "\e978";
}

.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}

.ph.ph-coffee:before {
  content: "\e1c2";
}

.ph.ph-coffee-bean:before {
  content: "\e1c0";
}

.ph.ph-coin:before {
  content: "\e60e";
}

.ph.ph-coin-vertical:before {
  content: "\eb48";
}

.ph.ph-coins:before {
  content: "\e78e";
}

.ph.ph-columns:before {
  content: "\e546";
}

.ph.ph-columns-plus-left:before {
  content: "\e544";
}

.ph.ph-columns-plus-right:before {
  content: "\e542";
}

.ph.ph-command:before {
  content: "\e1c4";
}

.ph.ph-compass:before {
  content: "\e1c8";
}

.ph.ph-compass-rose:before {
  content: "\e1c6";
}

.ph.ph-compass-tool:before {
  content: "\ea0e";
}

.ph.ph-computer-tower:before {
  content: "\e548";
}

.ph.ph-confetti:before {
  content: "\e81a";
}

.ph.ph-contactless-payment:before {
  content: "\ed42";
}

.ph.ph-control:before {
  content: "\eca6";
}

.ph.ph-cookie:before {
  content: "\e6ca";
}

.ph.ph-cooking-pot:before {
  content: "\e764";
}

.ph.ph-copy:before {
  content: "\e1ca";
}

.ph.ph-copy-simple:before {
  content: "\e1cc";
}

.ph.ph-copyleft:before {
  content: "\e86a";
}

.ph.ph-copyright:before {
  content: "\e54a";
}

.ph.ph-corners-in:before {
  content: "\e1ce";
}

.ph.ph-corners-out:before {
  content: "\e1d0";
}

.ph.ph-couch:before {
  content: "\e7f6";
}

.ph.ph-court-basketball:before {
  content: "\ee36";
}

.ph.ph-cow:before {
  content: "\eabe";
}

.ph.ph-cowboy-hat:before {
  content: "\ed12";
}

.ph.ph-cpu:before {
  content: "\e610";
}

.ph.ph-crane:before {
  content: "\ed48";
}

.ph.ph-crane-tower:before {
  content: "\ed49";
}

.ph.ph-credit-card:before {
  content: "\e1d2";
}

.ph.ph-cricket:before {
  content: "\ee12";
}

.ph.ph-crop:before {
  content: "\e1d4";
}

.ph.ph-cross:before {
  content: "\e8a0";
}

.ph.ph-crosshair:before {
  content: "\e1d6";
}

.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}

.ph.ph-crown:before {
  content: "\e614";
}

.ph.ph-crown-cross:before {
  content: "\ee5e";
}

.ph.ph-crown-simple:before {
  content: "\e616";
}

.ph.ph-cube:before {
  content: "\e1da";
}

.ph.ph-cube-focus:before {
  content: "\ed0a";
}

.ph.ph-cube-transparent:before {
  content: "\ec7c";
}

.ph.ph-currency-btc:before {
  content: "\e618";
}

.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}

.ph.ph-currency-cny:before {
  content: "\e54e";
}

.ph.ph-currency-dollar:before {
  content: "\e550";
}

.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}

.ph.ph-currency-eth:before {
  content: "\eada";
}

.ph.ph-currency-eur:before {
  content: "\e554";
}

.ph.ph-currency-gbp:before {
  content: "\e556";
}

.ph.ph-currency-inr:before {
  content: "\e558";
}

.ph.ph-currency-jpy:before {
  content: "\e55a";
}

.ph.ph-currency-krw:before {
  content: "\e55c";
}

.ph.ph-currency-kzt:before {
  content: "\ec4c";
}

.ph.ph-currency-ngn:before {
  content: "\eb52";
}

.ph.ph-currency-rub:before {
  content: "\e55e";
}

.ph.ph-cursor:before {
  content: "\e1dc";
}

.ph.ph-cursor-click:before {
  content: "\e7c8";
}

.ph.ph-cursor-text:before {
  content: "\e7d8";
}

.ph.ph-cylinder:before {
  content: "\e8fc";
}

.ph.ph-database:before {
  content: "\e1de";
}

.ph.ph-desk:before {
  content: "\ed16";
}

.ph.ph-desktop:before {
  content: "\e560";
}

.ph.ph-desktop-tower:before {
  content: "\e562";
}

.ph.ph-detective:before {
  content: "\e83e";
}

.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}

.ph.ph-device-mobile:before {
  content: "\e1e0";
}

.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}

.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}

.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}

.ph.ph-device-rotate:before {
  content: "\edf2";
}

.ph.ph-device-tablet:before {
  content: "\e1e6";
}

.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}

.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}

.ph.ph-devices:before {
  content: "\eba4";
}

.ph.ph-diamond:before {
  content: "\e1ec";
}

.ph.ph-diamonds-four:before {
  content: "\e8f4";
}

.ph.ph-dice-five:before {
  content: "\e1ee";
}

.ph.ph-dice-four:before {
  content: "\e1f0";
}

.ph.ph-dice-one:before {
  content: "\e1f2";
}

.ph.ph-dice-six:before {
  content: "\e1f4";
}

.ph.ph-dice-three:before {
  content: "\e1f6";
}

.ph.ph-dice-two:before {
  content: "\e1f8";
}

.ph.ph-disc:before {
  content: "\e564";
}

.ph.ph-disco-ball:before {
  content: "\ed98";
}

.ph.ph-discord-logo:before {
  content: "\e61a";
}

.ph.ph-divide:before {
  content: "\e1fa";
}

.ph.ph-dna:before {
  content: "\e924";
}

.ph.ph-dog:before {
  content: "\e74a";
}

.ph.ph-door:before {
  content: "\e61c";
}

.ph.ph-door-open:before {
  content: "\e7e6";
}

.ph.ph-dot:before {
  content: "\ecde";
}

.ph.ph-dot-outline:before {
  content: "\ece0";
}

.ph.ph-dots-nine:before {
  content: "\e1fc";
}

.ph.ph-dots-six:before {
  content: "\e794";
}

.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}

.ph.ph-dots-three:before {
  content: "\e1fe";
}

.ph.ph-dots-three-circle:before {
  content: "\e200";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}

.ph.ph-dots-three-outline:before {
  content: "\e204";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}

.ph.ph-dots-three-vertical:before {
  content: "\e208";
}

.ph.ph-download:before {
  content: "\e20a";
}

.ph.ph-download-simple:before {
  content: "\e20c";
}

.ph.ph-dress:before {
  content: "\ea7e";
}

.ph.ph-dresser:before {
  content: "\e94e";
}

.ph.ph-dribbble-logo:before {
  content: "\e20e";
}

.ph.ph-drone:before {
  content: "\ed74";
}

.ph.ph-drop:before {
  content: "\e210";
}

.ph.ph-drop-half:before {
  content: "\e566";
}

.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}

.ph.ph-drop-simple:before {
  content: "\ee32";
}

.ph.ph-drop-slash:before {
  content: "\e954";
}

.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}

.ph.ph-ear:before {
  content: "\e70c";
}

.ph.ph-ear-slash:before {
  content: "\e70e";
}

.ph.ph-egg:before {
  content: "\e812";
}

.ph.ph-egg-crack:before {
  content: "\eb64";
}

.ph.ph-eject:before {
  content: "\e212";
}

.ph.ph-eject-simple:before {
  content: "\e6ae";
}

.ph.ph-elevator:before {
  content: "\ecc0";
}

.ph.ph-empty:before {
  content: "\edbc";
}

.ph.ph-engine:before {
  content: "\ea80";
}

.ph.ph-envelope:before {
  content: "\e214";
}

.ph.ph-envelope-open:before {
  content: "\e216";
}

.ph.ph-envelope-simple:before {
  content: "\e218";
}

.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}

.ph.ph-equalizer:before {
  content: "\ebbc";
}

.ph.ph-equals:before {
  content: "\e21c";
}

.ph.ph-eraser:before {
  content: "\e21e";
}

.ph.ph-escalator-down:before {
  content: "\ecba";
}

.ph.ph-escalator-up:before {
  content: "\ecbc";
}

.ph.ph-exam:before {
  content: "\e742";
}

.ph.ph-exclamation-mark:before {
  content: "\ee44";
}

.ph.ph-exclude:before {
  content: "\e882";
}

.ph.ph-exclude-square:before {
  content: "\e880";
}

.ph.ph-export:before {
  content: "\eaf0";
}

.ph.ph-eye:before {
  content: "\e220";
}

.ph.ph-eye-closed:before {
  content: "\e222";
}

.ph.ph-eye-slash:before {
  content: "\e224";
}

.ph.ph-eyedropper:before {
  content: "\e568";
}

.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}

.ph.ph-eyeglasses:before {
  content: "\e7ba";
}

.ph.ph-eyes:before {
  content: "\ee5c";
}

.ph.ph-face-mask:before {
  content: "\e56a";
}

.ph.ph-facebook-logo:before {
  content: "\e226";
}

.ph.ph-factory:before {
  content: "\e760";
}

.ph.ph-faders:before {
  content: "\e228";
}

.ph.ph-faders-horizontal:before {
  content: "\e22a";
}

.ph.ph-fallout-shelter:before {
  content: "\e9de";
}

.ph.ph-fan:before {
  content: "\e9f2";
}

.ph.ph-farm:before {
  content: "\ec70";
}

.ph.ph-fast-forward:before {
  content: "\e6a6";
}

.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}

.ph.ph-feather:before {
  content: "\e9c0";
}

.ph.ph-fediverse-logo:before {
  content: "\ed66";
}

.ph.ph-figma-logo:before {
  content: "\e22e";
}

.ph.ph-file:before {
  content: "\e230";
}

.ph.ph-file-archive:before {
  content: "\eb2a";
}

.ph.ph-file-arrow-down:before {
  content: "\e232";
}

.ph.ph-file-arrow-up:before {
  content: "\e61e";
}

.ph.ph-file-audio:before {
  content: "\ea20";
}

.ph.ph-file-c:before {
  content: "\eb32";
}

.ph.ph-file-c-sharp:before {
  content: "\eb30";
}

.ph.ph-file-cloud:before {
  content: "\e95e";
}

.ph.ph-file-code:before {
  content: "\e914";
}

.ph.ph-file-cpp:before {
  content: "\eb2e";
}

.ph.ph-file-css:before {
  content: "\eb34";
}

.ph.ph-file-csv:before {
  content: "\eb1c";
}

.ph.ph-file-dashed:before {
  content: "\e704";
}

.ph.ph-file-dotted:before {
  content: "\e704";
}

.ph.ph-file-doc:before {
  content: "\eb1e";
}

.ph.ph-file-html:before {
  content: "\eb38";
}

.ph.ph-file-image:before {
  content: "\ea24";
}

.ph.ph-file-ini:before {
  content: "\eb33";
}

.ph.ph-file-jpg:before {
  content: "\eb1a";
}

.ph.ph-file-js:before {
  content: "\eb24";
}

.ph.ph-file-jsx:before {
  content: "\eb3a";
}

.ph.ph-file-lock:before {
  content: "\e95c";
}

.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}

.ph.ph-file-search:before {
  content: "\e238";
}

.ph.ph-file-md:before {
  content: "\ed50";
}

.ph.ph-file-minus:before {
  content: "\e234";
}

.ph.ph-file-pdf:before {
  content: "\e702";
}

.ph.ph-file-plus:before {
  content: "\e236";
}

.ph.ph-file-png:before {
  content: "\eb18";
}

.ph.ph-file-ppt:before {
  content: "\eb20";
}

.ph.ph-file-py:before {
  content: "\eb2c";
}

.ph.ph-file-rs:before {
  content: "\eb28";
}

.ph.ph-file-sql:before {
  content: "\ed4e";
}

.ph.ph-file-svg:before {
  content: "\ed08";
}

.ph.ph-file-text:before {
  content: "\e23a";
}

.ph.ph-file-ts:before {
  content: "\eb26";
}

.ph.ph-file-tsx:before {
  content: "\eb3c";
}

.ph.ph-file-txt:before {
  content: "\eb35";
}

.ph.ph-file-video:before {
  content: "\ea22";
}

.ph.ph-file-vue:before {
  content: "\eb3e";
}

.ph.ph-file-x:before {
  content: "\e23c";
}

.ph.ph-file-xls:before {
  content: "\eb22";
}

.ph.ph-file-zip:before {
  content: "\e958";
}

.ph.ph-files:before {
  content: "\e710";
}

.ph.ph-film-reel:before {
  content: "\e8c0";
}

.ph.ph-film-script:before {
  content: "\eb50";
}

.ph.ph-film-slate:before {
  content: "\e8c2";
}

.ph.ph-film-strip:before {
  content: "\e792";
}

.ph.ph-fingerprint:before {
  content: "\e23e";
}

.ph.ph-fingerprint-simple:before {
  content: "\e240";
}

.ph.ph-finn-the-human:before {
  content: "\e56c";
}

.ph.ph-fire:before {
  content: "\e242";
}

.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}

.ph.ph-fire-simple:before {
  content: "\e620";
}

.ph.ph-fire-truck:before {
  content: "\e574";
}

.ph.ph-first-aid:before {
  content: "\e56e";
}

.ph.ph-first-aid-kit:before {
  content: "\e570";
}

.ph.ph-fish:before {
  content: "\e728";
}

.ph.ph-fish-simple:before {
  content: "\e72a";
}

.ph.ph-flag:before {
  content: "\e244";
}

.ph.ph-flag-banner:before {
  content: "\e622";
}

.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}

.ph.ph-flag-checkered:before {
  content: "\ea38";
}

.ph.ph-flag-pennant:before {
  content: "\ecf0";
}

.ph.ph-flame:before {
  content: "\e624";
}

.ph.ph-flashlight:before {
  content: "\e246";
}

.ph.ph-flask:before {
  content: "\e79e";
}

.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph.ph-flip-vertical:before {
  content: "\ed6c";
}

.ph.ph-floppy-disk:before {
  content: "\e248";
}

.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}

.ph.ph-flow-arrow:before {
  content: "\e6ec";
}

.ph.ph-flower:before {
  content: "\e75e";
}

.ph.ph-flower-lotus:before {
  content: "\e6cc";
}

.ph.ph-flower-tulip:before {
  content: "\eacc";
}

.ph.ph-flying-saucer:before {
  content: "\eb4a";
}

.ph.ph-folder:before {
  content: "\e24a";
}

.ph.ph-folder-notch:before {
  content: "\e24a";
}

.ph.ph-folder-dashed:before {
  content: "\e8f8";
}

.ph.ph-folder-dotted:before {
  content: "\e8f8";
}

.ph.ph-folder-lock:before {
  content: "\ea3c";
}

.ph.ph-folder-minus:before {
  content: "\e254";
}

.ph.ph-folder-notch-minus:before {
  content: "\e254";
}

.ph.ph-folder-open:before {
  content: "\e256";
}

.ph.ph-folder-notch-open:before {
  content: "\e256";
}

.ph.ph-folder-plus:before {
  content: "\e258";
}

.ph.ph-folder-notch-plus:before {
  content: "\e258";
}

.ph.ph-folder-simple:before {
  content: "\e25a";
}

.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph.ph-folder-simple-user:before {
  content: "\eb60";
}

.ph.ph-folder-star:before {
  content: "\ea86";
}

.ph.ph-folder-user:before {
  content: "\eb46";
}

.ph.ph-folders:before {
  content: "\e260";
}

.ph.ph-football:before {
  content: "\e718";
}

.ph.ph-football-helmet:before {
  content: "\ee4c";
}

.ph.ph-footprints:before {
  content: "\ea88";
}

.ph.ph-fork-knife:before {
  content: "\e262";
}

.ph.ph-four-k:before {
  content: "\ea5c";
}

.ph.ph-frame-corners:before {
  content: "\e626";
}

.ph.ph-framer-logo:before {
  content: "\e264";
}

.ph.ph-function:before {
  content: "\ebe4";
}

.ph.ph-funnel:before {
  content: "\e266";
}

.ph.ph-funnel-simple:before {
  content: "\e268";
}

.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph.ph-funnel-x:before {
  content: "\e26c";
}

.ph.ph-game-controller:before {
  content: "\e26e";
}

.ph.ph-garage:before {
  content: "\ecd6";
}

.ph.ph-gas-can:before {
  content: "\e8ce";
}

.ph.ph-gas-pump:before {
  content: "\e768";
}

.ph.ph-gauge:before {
  content: "\e628";
}

.ph.ph-gavel:before {
  content: "\ea32";
}

.ph.ph-gear:before {
  content: "\e270";
}

.ph.ph-gear-fine:before {
  content: "\e87c";
}

.ph.ph-gear-six:before {
  content: "\e272";
}

.ph.ph-gender-female:before {
  content: "\e6e0";
}

.ph.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph.ph-gender-male:before {
  content: "\e6e2";
}

.ph.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph.ph-ghost:before {
  content: "\e62a";
}

.ph.ph-gif:before {
  content: "\e274";
}

.ph.ph-gift:before {
  content: "\e276";
}

.ph.ph-git-branch:before {
  content: "\e278";
}

.ph.ph-git-commit:before {
  content: "\e27a";
}

.ph.ph-git-diff:before {
  content: "\e27c";
}

.ph.ph-git-fork:before {
  content: "\e27e";
}

.ph.ph-git-merge:before {
  content: "\e280";
}

.ph.ph-git-pull-request:before {
  content: "\e282";
}

.ph.ph-github-logo:before {
  content: "\e576";
}

.ph.ph-gitlab-logo:before {
  content: "\e694";
}

.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph.ph-globe:before {
  content: "\e288";
}

.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph.ph-globe-simple:before {
  content: "\e28e";
}

.ph.ph-globe-simple-x:before {
  content: "\e284";
}

.ph.ph-globe-stand:before {
  content: "\e290";
}

.ph.ph-globe-x:before {
  content: "\e286";
}

.ph.ph-goggles:before {
  content: "\ecb4";
}

.ph.ph-golf:before {
  content: "\ea3e";
}

.ph.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph.ph-google-logo:before {
  content: "\e292";
}

.ph.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph.ph-google-play-logo:before {
  content: "\e294";
}

.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph.ph-gps:before {
  content: "\edd8";
}

.ph.ph-gps-fix:before {
  content: "\edd6";
}

.ph.ph-gps-slash:before {
  content: "\edd4";
}

.ph.ph-gradient:before {
  content: "\eb42";
}

.ph.ph-graduation-cap:before {
  content: "\e62c";
}

.ph.ph-grains:before {
  content: "\ec68";
}

.ph.ph-grains-slash:before {
  content: "\ec6a";
}

.ph.ph-graph:before {
  content: "\eb58";
}

.ph.ph-graphics-card:before {
  content: "\e612";
}

.ph.ph-greater-than:before {
  content: "\edc4";
}

.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph.ph-grid-four:before {
  content: "\e296";
}

.ph.ph-grid-nine:before {
  content: "\ec8c";
}

.ph.ph-guitar:before {
  content: "\ea8a";
}

.ph.ph-hair-dryer:before {
  content: "\ea66";
}

.ph.ph-hamburger:before {
  content: "\e790";
}

.ph.ph-hammer:before {
  content: "\e80e";
}

.ph.ph-hand:before {
  content: "\e298";
}

.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}

.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}

.ph.ph-hand-coins:before {
  content: "\ea8c";
}

.ph.ph-hand-deposit:before {
  content: "\ee82";
}

.ph.ph-hand-eye:before {
  content: "\ea4c";
}

.ph.ph-hand-fist:before {
  content: "\e57a";
}

.ph.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph.ph-hand-heart:before {
  content: "\e810";
}

.ph.ph-hand-palm:before {
  content: "\e57e";
}

.ph.ph-hand-peace:before {
  content: "\e7cc";
}

.ph.ph-hand-pointing:before {
  content: "\e29a";
}

.ph.ph-hand-soap:before {
  content: "\e630";
}

.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph.ph-hand-tap:before {
  content: "\ec90";
}

.ph.ph-hand-waving:before {
  content: "\e580";
}

.ph.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph.ph-handbag:before {
  content: "\e29c";
}

.ph.ph-handbag-simple:before {
  content: "\e62e";
}

.ph.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph.ph-hands-praying:before {
  content: "\ecc8";
}

.ph.ph-handshake:before {
  content: "\e582";
}

.ph.ph-hard-drive:before {
  content: "\e29e";
}

.ph.ph-hard-drives:before {
  content: "\e2a0";
}

.ph.ph-hard-hat:before {
  content: "\ed46";
}

.ph.ph-hash:before {
  content: "\e2a2";
}

.ph.ph-hash-straight:before {
  content: "\e2a4";
}

.ph.ph-head-circuit:before {
  content: "\e7d4";
}

.ph.ph-headlights:before {
  content: "\e6fe";
}

.ph.ph-headphones:before {
  content: "\e2a6";
}

.ph.ph-headset:before {
  content: "\e584";
}

.ph.ph-heart:before {
  content: "\e2a8";
}

.ph.ph-heart-break:before {
  content: "\ebe8";
}

.ph.ph-heart-half:before {
  content: "\ec48";
}

.ph.ph-heart-straight:before {
  content: "\e2aa";
}

.ph.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph.ph-heartbeat:before {
  content: "\e2ac";
}

.ph.ph-hexagon:before {
  content: "\e2ae";
}

.ph.ph-high-definition:before {
  content: "\ea8e";
}

.ph.ph-high-heel:before {
  content: "\e8e8";
}

.ph.ph-highlighter:before {
  content: "\ec76";
}

.ph.ph-highlighter-circle:before {
  content: "\e632";
}

.ph.ph-hockey:before {
  content: "\ec86";
}

.ph.ph-hoodie:before {
  content: "\ecd0";
}

.ph.ph-horse:before {
  content: "\e2b0";
}

.ph.ph-hospital:before {
  content: "\e844";
}

.ph.ph-hourglass:before {
  content: "\e2b2";
}

.ph.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph.ph-house:before {
  content: "\e2c2";
}

.ph.ph-house-line:before {
  content: "\e2c4";
}

.ph.ph-house-simple:before {
  content: "\e2c6";
}

.ph.ph-hurricane:before {
  content: "\e88e";
}

.ph.ph-ice-cream:before {
  content: "\e804";
}

.ph.ph-identification-badge:before {
  content: "\e6f6";
}

.ph.ph-identification-card:before {
  content: "\e2c8";
}

.ph.ph-image:before {
  content: "\e2ca";
}

.ph.ph-image-broken:before {
  content: "\e7a8";
}

.ph.ph-image-square:before {
  content: "\e2cc";
}

.ph.ph-images:before {
  content: "\e836";
}

.ph.ph-images-square:before {
  content: "\e834";
}

.ph.ph-infinity:before {
  content: "\e634";
}

.ph.ph-lemniscate:before {
  content: "\e634";
}

.ph.ph-info:before {
  content: "\e2ce";
}

.ph.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph.ph-intersect:before {
  content: "\e2d2";
}

.ph.ph-intersect-square:before {
  content: "\e87a";
}

.ph.ph-intersect-three:before {
  content: "\ecc4";
}

.ph.ph-intersection:before {
  content: "\edba";
}

.ph.ph-invoice:before {
  content: "\ee42";
}

.ph.ph-island:before {
  content: "\ee06";
}

.ph.ph-jar:before {
  content: "\e7e0";
}

.ph.ph-jar-label:before {
  content: "\e7e1";
}

.ph.ph-jeep:before {
  content: "\e2d4";
}

.ph.ph-joystick:before {
  content: "\ea5e";
}

.ph.ph-kanban:before {
  content: "\eb54";
}

.ph.ph-key:before {
  content: "\e2d6";
}

.ph.ph-key-return:before {
  content: "\e782";
}

.ph.ph-keyboard:before {
  content: "\e2d8";
}

.ph.ph-keyhole:before {
  content: "\ea78";
}

.ph.ph-knife:before {
  content: "\e636";
}

.ph.ph-ladder:before {
  content: "\e9e4";
}

.ph.ph-ladder-simple:before {
  content: "\ec26";
}

.ph.ph-lamp:before {
  content: "\e638";
}

.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph.ph-laptop:before {
  content: "\e586";
}

.ph.ph-lasso:before {
  content: "\edc6";
}

.ph.ph-lastfm-logo:before {
  content: "\e842";
}

.ph.ph-layout:before {
  content: "\e6d6";
}

.ph.ph-leaf:before {
  content: "\e2da";
}

.ph.ph-lectern:before {
  content: "\e95a";
}

.ph.ph-lego:before {
  content: "\e8c6";
}

.ph.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph.ph-less-than:before {
  content: "\edac";
}

.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph.ph-lifebuoy:before {
  content: "\e63a";
}

.ph.ph-lightbulb:before {
  content: "\e2dc";
}

.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph.ph-lighthouse:before {
  content: "\e9f6";
}

.ph.ph-lightning:before {
  content: "\e2de";
}

.ph.ph-lightning-a:before {
  content: "\ea84";
}

.ph.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph.ph-line-segment:before {
  content: "\e6d2";
}

.ph.ph-line-segments:before {
  content: "\e6d4";
}

.ph.ph-line-vertical:before {
  content: "\ed70";
}

.ph.ph-link:before {
  content: "\e2e2";
}

.ph.ph-link-break:before {
  content: "\e2e4";
}

.ph.ph-link-simple:before {
  content: "\e2e6";
}

.ph.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph.ph-linktree-logo:before {
  content: "\edee";
}

.ph.ph-linux-logo:before {
  content: "\eb02";
}

.ph.ph-list:before {
  content: "\e2f0";
}

.ph.ph-list-bullets:before {
  content: "\e2f2";
}

.ph.ph-list-checks:before {
  content: "\eadc";
}

.ph.ph-list-dashes:before {
  content: "\e2f4";
}

.ph.ph-list-heart:before {
  content: "\ebde";
}

.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph.ph-list-numbers:before {
  content: "\e2f6";
}

.ph.ph-list-plus:before {
  content: "\e2f8";
}

.ph.ph-list-star:before {
  content: "\ebdc";
}

.ph.ph-lock:before {
  content: "\e2fa";
}

.ph.ph-lock-key:before {
  content: "\e2fe";
}

.ph.ph-lock-key-open:before {
  content: "\e300";
}

.ph.ph-lock-laminated:before {
  content: "\e302";
}

.ph.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph.ph-lock-open:before {
  content: "\e306";
}

.ph.ph-lock-simple:before {
  content: "\e308";
}

.ph.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph.ph-lockers:before {
  content: "\ecb8";
}

.ph.ph-log:before {
  content: "\ed82";
}

.ph.ph-magic-wand:before {
  content: "\e6b6";
}

.ph.ph-magnet:before {
  content: "\e680";
}

.ph.ph-magnet-straight:before {
  content: "\e682";
}

.ph.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph.ph-mailbox:before {
  content: "\ec1e";
}

.ph.ph-map-pin:before {
  content: "\e316";
}

.ph.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph.ph-map-pin-line:before {
  content: "\e318";
}

.ph.ph-map-pin-plus:before {
  content: "\e314";
}

.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph.ph-map-trifold:before {
  content: "\e31a";
}

.ph.ph-markdown-logo:before {
  content: "\e508";
}

.ph.ph-marker-circle:before {
  content: "\e640";
}

.ph.ph-martini:before {
  content: "\e31c";
}

.ph.ph-mask-happy:before {
  content: "\e9f4";
}

.ph.ph-mask-sad:before {
  content: "\eb9e";
}

.ph.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph.ph-math-operations:before {
  content: "\e31e";
}

.ph.ph-matrix-logo:before {
  content: "\ed64";
}

.ph.ph-medal:before {
  content: "\e320";
}

.ph.ph-medal-military:before {
  content: "\ecfc";
}

.ph.ph-medium-logo:before {
  content: "\e322";
}

.ph.ph-megaphone:before {
  content: "\e324";
}

.ph.ph-megaphone-simple:before {
  content: "\e642";
}

.ph.ph-member-of:before {
  content: "\edc2";
}

.ph.ph-memory:before {
  content: "\e9c4";
}

.ph.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph.ph-meta-logo:before {
  content: "\ed02";
}

.ph.ph-meteor:before {
  content: "\e9ba";
}

.ph.ph-metronome:before {
  content: "\ec8e";
}

.ph.ph-microphone:before {
  content: "\e326";
}

.ph.ph-microphone-slash:before {
  content: "\e328";
}

.ph.ph-microphone-stage:before {
  content: "\e75c";
}

.ph.ph-microscope:before {
  content: "\ec7a";
}

.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

.ph.ph-minus:before {
  content: "\e32a";
}

.ph.ph-minus-circle:before {
  content: "\e32c";
}

.ph.ph-minus-square:before {
  content: "\ed4c";
}

.ph.ph-money:before {
  content: "\e588";
}

.ph.ph-money-wavy:before {
  content: "\ee68";
}

.ph.ph-monitor:before {
  content: "\e32e";
}

.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}

.ph.ph-monitor-play:before {
  content: "\e58c";
}

.ph.ph-moon:before {
  content: "\e330";
}

.ph.ph-moon-stars:before {
  content: "\e58e";
}

.ph.ph-moped:before {
  content: "\e824";
}

.ph.ph-moped-front:before {
  content: "\e822";
}

.ph.ph-mosque:before {
  content: "\ecee";
}

.ph.ph-motorcycle:before {
  content: "\e80a";
}

.ph.ph-mountains:before {
  content: "\e7ae";
}

.ph.ph-mouse:before {
  content: "\e33a";
}

.ph.ph-mouse-left-click:before {
  content: "\e334";
}

.ph.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph.ph-mouse-right-click:before {
  content: "\e336";
}

.ph.ph-mouse-scroll:before {
  content: "\e332";
}

.ph.ph-mouse-simple:before {
  content: "\e644";
}

.ph.ph-music-note:before {
  content: "\e33c";
}

.ph.ph-music-note-simple:before {
  content: "\e33e";
}

.ph.ph-music-notes:before {
  content: "\e340";
}

.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph.ph-music-notes-simple:before {
  content: "\e342";
}

.ph.ph-navigation-arrow:before {
  content: "\eade";
}

.ph.ph-needle:before {
  content: "\e82e";
}

.ph.ph-network:before {
  content: "\edde";
}

.ph.ph-network-slash:before {
  content: "\eddc";
}

.ph.ph-network-x:before {
  content: "\edda";
}

.ph.ph-newspaper:before {
  content: "\e344";
}

.ph.ph-newspaper-clipping:before {
  content: "\e346";
}

.ph.ph-not-equals:before {
  content: "\eda6";
}

.ph.ph-not-member-of:before {
  content: "\edae";
}

.ph.ph-not-subset-of:before {
  content: "\edb0";
}

.ph.ph-not-superset-of:before {
  content: "\edb2";
}

.ph.ph-notches:before {
  content: "\ed3a";
}

.ph.ph-note:before {
  content: "\e348";
}

.ph.ph-note-blank:before {
  content: "\e34a";
}

.ph.ph-note-pencil:before {
  content: "\e34c";
}

.ph.ph-notebook:before {
  content: "\e34e";
}

.ph.ph-notepad:before {
  content: "\e63e";
}

.ph.ph-notification:before {
  content: "\e6fa";
}

.ph.ph-notion-logo:before {
  content: "\e9a0";
}

.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph.ph-number-circle-eight:before {
  content: "\e352";
}

.ph.ph-number-circle-five:before {
  content: "\e358";
}

.ph.ph-number-circle-four:before {
  content: "\e35e";
}

.ph.ph-number-circle-nine:before {
  content: "\e364";
}

.ph.ph-number-circle-one:before {
  content: "\e36a";
}

.ph.ph-number-circle-seven:before {
  content: "\e370";
}

.ph.ph-number-circle-six:before {
  content: "\e376";
}

.ph.ph-number-circle-three:before {
  content: "\e37c";
}

.ph.ph-number-circle-two:before {
  content: "\e382";
}

.ph.ph-number-circle-zero:before {
  content: "\e388";
}

.ph.ph-number-eight:before {
  content: "\e350";
}

.ph.ph-number-five:before {
  content: "\e356";
}

.ph.ph-number-four:before {
  content: "\e35c";
}

.ph.ph-number-nine:before {
  content: "\e362";
}

.ph.ph-number-one:before {
  content: "\e368";
}

.ph.ph-number-seven:before {
  content: "\e36e";
}

.ph.ph-number-six:before {
  content: "\e374";
}

.ph.ph-number-square-eight:before {
  content: "\e354";
}

.ph.ph-number-square-five:before {
  content: "\e35a";
}

.ph.ph-number-square-four:before {
  content: "\e360";
}

.ph.ph-number-square-nine:before {
  content: "\e366";
}

.ph.ph-number-square-one:before {
  content: "\e36c";
}

.ph.ph-number-square-seven:before {
  content: "\e372";
}

.ph.ph-number-square-six:before {
  content: "\e378";
}

.ph.ph-number-square-three:before {
  content: "\e37e";
}

.ph.ph-number-square-two:before {
  content: "\e384";
}

.ph.ph-number-square-zero:before {
  content: "\e38a";
}

.ph.ph-number-three:before {
  content: "\e37a";
}

.ph.ph-number-two:before {
  content: "\e380";
}

.ph.ph-number-zero:before {
  content: "\e386";
}

.ph.ph-numpad:before {
  content: "\e3c8";
}

.ph.ph-nut:before {
  content: "\e38c";
}

.ph.ph-ny-times-logo:before {
  content: "\e646";
}

.ph.ph-octagon:before {
  content: "\e38e";
}

.ph.ph-office-chair:before {
  content: "\ea46";
}

.ph.ph-onigiri:before {
  content: "\ee2c";
}

.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph.ph-option:before {
  content: "\e8a8";
}

.ph.ph-orange:before {
  content: "\ee40";
}

.ph.ph-orange-slice:before {
  content: "\ed36";
}

.ph.ph-oven:before {
  content: "\ed8c";
}

.ph.ph-package:before {
  content: "\e390";
}

.ph.ph-paint-brush:before {
  content: "\e6f0";
}

.ph.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph.ph-paint-bucket:before {
  content: "\e392";
}

.ph.ph-paint-roller:before {
  content: "\e6f4";
}

.ph.ph-palette:before {
  content: "\e6c8";
}

.ph.ph-panorama:before {
  content: "\eaa2";
}

.ph.ph-pants:before {
  content: "\ec88";
}

.ph.ph-paper-plane:before {
  content: "\e394";
}

.ph.ph-paper-plane-right:before {
  content: "\e396";
}

.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph.ph-paperclip:before {
  content: "\e39a";
}

.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}

.ph.ph-parachute:before {
  content: "\ea7c";
}

.ph.ph-paragraph:before {
  content: "\e960";
}

.ph.ph-parallelogram:before {
  content: "\ecc6";
}

.ph.ph-park:before {
  content: "\ecb2";
}

.ph.ph-password:before {
  content: "\e752";
}

.ph.ph-path:before {
  content: "\e39c";
}

.ph.ph-patreon-logo:before {
  content: "\e98a";
}

.ph.ph-pause:before {
  content: "\e39e";
}

.ph.ph-pause-circle:before {
  content: "\e3a0";
}

.ph.ph-paw-print:before {
  content: "\e648";
}

.ph.ph-paypal-logo:before {
  content: "\e98c";
}

.ph.ph-peace:before {
  content: "\e3a2";
}

.ph.ph-pen:before {
  content: "\e3aa";
}

.ph.ph-pen-nib:before {
  content: "\e3ac";
}

.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph.ph-pencil:before {
  content: "\e3ae";
}

.ph.ph-pencil-circle:before {
  content: "\e3b0";
}

.ph.ph-pencil-line:before {
  content: "\e3b2";
}

.ph.ph-pencil-ruler:before {
  content: "\e906";
}

.ph.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph.ph-pentagon:before {
  content: "\ec7e";
}

.ph.ph-pentagram:before {
  content: "\ec5c";
}

.ph.ph-pepper:before {
  content: "\e94a";
}

.ph.ph-percent:before {
  content: "\e3b6";
}

.ph.ph-person:before {
  content: "\e3a8";
}

.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph.ph-person-simple:before {
  content: "\e72e";
}

.ph.ph-person-simple-bike:before {
  content: "\e734";
}

.ph.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph.ph-person-simple-run:before {
  content: "\e730";
}

.ph.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph.ph-person-simple-swim:before {
  content: "\e736";
}

.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph.ph-person-simple-throw:before {
  content: "\e732";
}

.ph.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph.ph-perspective:before {
  content: "\ebe6";
}

.ph.ph-phone:before {
  content: "\e3b8";
}

.ph.ph-phone-call:before {
  content: "\e3ba";
}

.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph.ph-phone-incoming:before {
  content: "\e3be";
}

.ph.ph-phone-list:before {
  content: "\e3cc";
}

.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph.ph-phone-pause:before {
  content: "\e3ca";
}

.ph.ph-phone-plus:before {
  content: "\ec56";
}

.ph.ph-phone-slash:before {
  content: "\e3c2";
}

.ph.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph.ph-phone-x:before {
  content: "\e3c4";
}

.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph.ph-pi:before {
  content: "\ec80";
}

.ph.ph-piano-keys:before {
  content: "\e9c8";
}

.ph.ph-picnic-table:before {
  content: "\ee26";
}

.ph.ph-picture-in-picture:before {
  content: "\e64c";
}

.ph.ph-piggy-bank:before {
  content: "\ea04";
}

.ph.ph-pill:before {
  content: "\e700";
}

.ph.ph-ping-pong:before {
  content: "\ea42";
}

.ph.ph-pint-glass:before {
  content: "\edd0";
}

.ph.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph.ph-pinwheel:before {
  content: "\eb9c";
}

.ph.ph-pipe:before {
  content: "\ed86";
}

.ph.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph.ph-pix-logo:before {
  content: "\ecc2";
}

.ph.ph-pizza:before {
  content: "\e796";
}

.ph.ph-placeholder:before {
  content: "\e650";
}

.ph.ph-planet:before {
  content: "\e652";
}

.ph.ph-plant:before {
  content: "\ebae";
}

.ph.ph-play:before {
  content: "\e3d0";
}

.ph.ph-play-circle:before {
  content: "\e3d2";
}

.ph.ph-play-pause:before {
  content: "\e8be";
}

.ph.ph-playlist:before {
  content: "\e6aa";
}

.ph.ph-plug:before {
  content: "\e946";
}

.ph.ph-plug-charging:before {
  content: "\eb5c";
}

.ph.ph-plugs:before {
  content: "\eb56";
}

.ph.ph-plugs-connected:before {
  content: "\eb5a";
}

.ph.ph-plus:before {
  content: "\e3d4";
}

.ph.ph-plus-circle:before {
  content: "\e3d6";
}

.ph.ph-plus-minus:before {
  content: "\e3d8";
}

.ph.ph-plus-square:before {
  content: "\ed4a";
}

.ph.ph-poker-chip:before {
  content: "\e594";
}

.ph.ph-police-car:before {
  content: "\ec4a";
}

.ph.ph-polygon:before {
  content: "\e6d0";
}

.ph.ph-popcorn:before {
  content: "\eb4e";
}

.ph.ph-popsicle:before {
  content: "\ebbe";
}

.ph.ph-potted-plant:before {
  content: "\ec22";
}

.ph.ph-power:before {
  content: "\e3da";
}

.ph.ph-prescription:before {
  content: "\e7a2";
}

.ph.ph-presentation:before {
  content: "\e654";
}

.ph.ph-presentation-chart:before {
  content: "\e656";
}

.ph.ph-printer:before {
  content: "\e3dc";
}

.ph.ph-prohibit:before {
  content: "\e3de";
}

.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph.ph-projector-screen:before {
  content: "\e658";
}

.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph.ph-pulse:before {
  content: "\e000";
}

.ph.ph-activity:before {
  content: "\e000";
}

.ph.ph-push-pin:before {
  content: "\e3e2";
}

.ph.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph.ph-puzzle-piece:before {
  content: "\e596";
}

.ph.ph-qr-code:before {
  content: "\e3e6";
}

.ph.ph-question:before {
  content: "\e3e8";
}

.ph.ph-question-mark:before {
  content: "\e3e9";
}

.ph.ph-queue:before {
  content: "\e6ac";
}

.ph.ph-quotes:before {
  content: "\e660";
}

.ph.ph-rabbit:before {
  content: "\eac2";
}

.ph.ph-racquet:before {
  content: "\ee02";
}

.ph.ph-radical:before {
  content: "\e3ea";
}

.ph.ph-radio:before {
  content: "\e77e";
}

.ph.ph-radio-button:before {
  content: "\eb08";
}

.ph.ph-radioactive:before {
  content: "\e9dc";
}

.ph.ph-rainbow:before {
  content: "\e598";
}

.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}

.ph.ph-ranking:before {
  content: "\ed62";
}

.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph.ph-receipt:before {
  content: "\e3ec";
}

.ph.ph-receipt-x:before {
  content: "\ed40";
}

.ph.ph-record:before {
  content: "\e3ee";
}

.ph.ph-rectangle:before {
  content: "\e3f0";
}

.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph.ph-recycle:before {
  content: "\e75a";
}

.ph.ph-reddit-logo:before {
  content: "\e59c";
}

.ph.ph-repeat:before {
  content: "\e3f6";
}

.ph.ph-repeat-once:before {
  content: "\e3f8";
}

.ph.ph-replit-logo:before {
  content: "\eb8a";
}

.ph.ph-resize:before {
  content: "\ed6e";
}

.ph.ph-rewind:before {
  content: "\e6a8";
}

.ph.ph-rewind-circle:before {
  content: "\e3fa";
}

.ph.ph-road-horizon:before {
  content: "\e838";
}

.ph.ph-robot:before {
  content: "\e762";
}

.ph.ph-rocket:before {
  content: "\e3fc";
}

.ph.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph.ph-rows:before {
  content: "\e5a2";
}

.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph.ph-rss:before {
  content: "\e400";
}

.ph.ph-rss-simple:before {
  content: "\e402";
}

.ph.ph-rug:before {
  content: "\ea1a";
}

.ph.ph-ruler:before {
  content: "\e6b8";
}

.ph.ph-sailboat:before {
  content: "\e78a";
}

.ph.ph-scales:before {
  content: "\e750";
}

.ph.ph-scan:before {
  content: "\ebb6";
}

.ph.ph-scan-smiley:before {
  content: "\ebb4";
}

.ph.ph-scissors:before {
  content: "\eae0";
}

.ph.ph-scooter:before {
  content: "\e820";
}

.ph.ph-screencast:before {
  content: "\e404";
}

.ph.ph-screwdriver:before {
  content: "\e86e";
}

.ph.ph-scribble:before {
  content: "\e806";
}

.ph.ph-scribble-loop:before {
  content: "\e662";
}

.ph.ph-scroll:before {
  content: "\eb7a";
}

.ph.ph-seal:before {
  content: "\e604";
}

.ph.ph-circle-wavy:before {
  content: "\e604";
}

.ph.ph-seal-check:before {
  content: "\e606";
}

.ph.ph-circle-wavy-check:before {
  content: "\e606";
}

.ph.ph-seal-percent:before {
  content: "\e60a";
}

.ph.ph-seal-question:before {
  content: "\e608";
}

.ph.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph.ph-seal-warning:before {
  content: "\e60c";
}

.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph.ph-seat:before {
  content: "\eb8e";
}

.ph.ph-seatbelt:before {
  content: "\edfe";
}

.ph.ph-security-camera:before {
  content: "\eca4";
}

.ph.ph-selection:before {
  content: "\e69a";
}

.ph.ph-selection-all:before {
  content: "\e746";
}

.ph.ph-selection-background:before {
  content: "\eaf8";
}

.ph.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph.ph-selection-inverse:before {
  content: "\e744";
}

.ph.ph-selection-plus:before {
  content: "\e69c";
}

.ph.ph-selection-slash:before {
  content: "\e69e";
}

.ph.ph-shapes:before {
  content: "\ec5e";
}

.ph.ph-share:before {
  content: "\e406";
}

.ph.ph-share-fat:before {
  content: "\ed52";
}

.ph.ph-share-network:before {
  content: "\e408";
}

.ph.ph-shield:before {
  content: "\e40a";
}

.ph.ph-shield-check:before {
  content: "\e40c";
}

.ph.ph-shield-checkered:before {
  content: "\e708";
}

.ph.ph-shield-chevron:before {
  content: "\e40e";
}

.ph.ph-shield-plus:before {
  content: "\e706";
}

.ph.ph-shield-slash:before {
  content: "\e410";
}

.ph.ph-shield-star:before {
  content: "\ec34";
}

.ph.ph-shield-warning:before {
  content: "\e412";
}

.ph.ph-shipping-container:before {
  content: "\e78c";
}

.ph.ph-shirt-folded:before {
  content: "\ea92";
}

.ph.ph-shooting-star:before {
  content: "\ecfa";
}

.ph.ph-shopping-bag:before {
  content: "\e416";
}

.ph.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph.ph-shopping-cart:before {
  content: "\e41e";
}

.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}

.ph.ph-shovel:before {
  content: "\e9e6";
}

.ph.ph-shower:before {
  content: "\e776";
}

.ph.ph-shrimp:before {
  content: "\eab4";
}

.ph.ph-shuffle:before {
  content: "\e422";
}

.ph.ph-shuffle-angular:before {
  content: "\e424";
}

.ph.ph-shuffle-simple:before {
  content: "\e426";
}

.ph.ph-sidebar:before {
  content: "\eab6";
}

.ph.ph-sidebar-simple:before {
  content: "\ec24";
}

.ph.ph-sigma:before {
  content: "\eab8";
}

.ph.ph-sign-in:before {
  content: "\e428";
}

.ph.ph-sign-out:before {
  content: "\e42a";
}

.ph.ph-signature:before {
  content: "\ebac";
}

.ph.ph-signpost:before {
  content: "\e89c";
}

.ph.ph-sim-card:before {
  content: "\e664";
}

.ph.ph-siren:before {
  content: "\e9b8";
}

.ph.ph-sketch-logo:before {
  content: "\e42c";
}

.ph.ph-skip-back:before {
  content: "\e5a4";
}

.ph.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph.ph-skip-forward:before {
  content: "\e5a6";
}

.ph.ph-skip-forward-circle:before {
  content: "\e430";
}

.ph.ph-skull:before {
  content: "\e916";
}

.ph.ph-skype-logo:before {
  content: "\e8dc";
}

.ph.ph-slack-logo:before {
  content: "\e5a8";
}

.ph.ph-sliders:before {
  content: "\e432";
}

.ph.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph.ph-slideshow:before {
  content: "\ed32";
}

.ph.ph-smiley:before {
  content: "\e436";
}

.ph.ph-smiley-angry:before {
  content: "\ec62";
}

.ph.ph-smiley-blank:before {
  content: "\e438";
}

.ph.ph-smiley-meh:before {
  content: "\e43a";
}

.ph.ph-smiley-melting:before {
  content: "\ee56";
}

.ph.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph.ph-smiley-sad:before {
  content: "\e43e";
}

.ph.ph-smiley-sticker:before {
  content: "\e440";
}

.ph.ph-smiley-wink:before {
  content: "\e666";
}

.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph.ph-snapchat-logo:before {
  content: "\e668";
}

.ph.ph-sneaker:before {
  content: "\e80c";
}

.ph.ph-sneaker-move:before {
  content: "\ed60";
}

.ph.ph-snowflake:before {
  content: "\e5aa";
}

.ph.ph-soccer-ball:before {
  content: "\e716";
}

.ph.ph-sock:before {
  content: "\ecce";
}

.ph.ph-solar-panel:before {
  content: "\ed7a";
}

.ph.ph-solar-roof:before {
  content: "\ed7b";
}

.ph.ph-sort-ascending:before {
  content: "\e444";
}

.ph.ph-sort-descending:before {
  content: "\e446";
}

.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph.ph-spade:before {
  content: "\e448";
}

.ph.ph-sparkle:before {
  content: "\e6a2";
}

.ph.ph-speaker-hifi:before {
  content: "\ea08";
}

.ph.ph-speaker-high:before {
  content: "\e44a";
}

.ph.ph-speaker-low:before {
  content: "\e44c";
}

.ph.ph-speaker-none:before {
  content: "\e44e";
}

.ph.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph.ph-speaker-slash:before {
  content: "\e45a";
}

.ph.ph-speaker-x:before {
  content: "\e45c";
}

.ph.ph-speedometer:before {
  content: "\ee74";
}

.ph.ph-sphere:before {
  content: "\ee66";
}

.ph.ph-spinner:before {
  content: "\e66a";
}

.ph.ph-spinner-ball:before {
  content: "\ee28";
}

.ph.ph-spinner-gap:before {
  content: "\e66c";
}

.ph.ph-spiral:before {
  content: "\e9fa";
}

.ph.ph-split-horizontal:before {
  content: "\e872";
}

.ph.ph-split-vertical:before {
  content: "\e876";
}

.ph.ph-spotify-logo:before {
  content: "\e66e";
}

.ph.ph-spray-bottle:before {
  content: "\e7e4";
}

.ph.ph-square:before {
  content: "\e45e";
}

.ph.ph-square-half:before {
  content: "\e462";
}

.ph.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph.ph-square-logo:before {
  content: "\e690";
}

.ph.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph.ph-square-split-vertical:before {
  content: "\e874";
}

.ph.ph-squares-four:before {
  content: "\e464";
}

.ph.ph-stack:before {
  content: "\e466";
}

.ph.ph-stack-minus:before {
  content: "\edf4";
}

.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph.ph-stack-plus:before {
  content: "\edf6";
}

.ph.ph-stack-simple:before {
  content: "\e468";
}

.ph.ph-stairs:before {
  content: "\e8ec";
}

.ph.ph-stamp:before {
  content: "\ea48";
}

.ph.ph-standard-definition:before {
  content: "\ea90";
}

.ph.ph-star:before {
  content: "\e46a";
}

.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph.ph-star-four:before {
  content: "\e6a4";
}

.ph.ph-star-half:before {
  content: "\e70a";
}

.ph.ph-star-of-david:before {
  content: "\e89e";
}

.ph.ph-steam-logo:before {
  content: "\ead4";
}

.ph.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph.ph-steps:before {
  content: "\ecbe";
}

.ph.ph-stethoscope:before {
  content: "\e7ea";
}

.ph.ph-sticker:before {
  content: "\e5ac";
}

.ph.ph-stool:before {
  content: "\ea44";
}

.ph.ph-stop:before {
  content: "\e46c";
}

.ph.ph-stop-circle:before {
  content: "\e46e";
}

.ph.ph-storefront:before {
  content: "\e470";
}

.ph.ph-strategy:before {
  content: "\ea3a";
}

.ph.ph-stripe-logo:before {
  content: "\e698";
}

.ph.ph-student:before {
  content: "\e73e";
}

.ph.ph-subset-of:before {
  content: "\edc0";
}

.ph.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph.ph-subtitles:before {
  content: "\e1a8";
}

.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph.ph-subtract:before {
  content: "\ebd6";
}

.ph.ph-subtract-square:before {
  content: "\ebd4";
}

.ph.ph-subway:before {
  content: "\e498";
}

.ph.ph-suitcase:before {
  content: "\e5ae";
}

.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}

.ph.ph-sun:before {
  content: "\e472";
}

.ph.ph-sun-dim:before {
  content: "\e474";
}

.ph.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph.ph-sunglasses:before {
  content: "\e816";
}

.ph.ph-superset-of:before {
  content: "\edb8";
}

.ph.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph.ph-swap:before {
  content: "\e83c";
}

.ph.ph-swatches:before {
  content: "\e5b8";
}

.ph.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph.ph-sword:before {
  content: "\e5ba";
}

.ph.ph-synagogue:before {
  content: "\ecec";
}

.ph.ph-syringe:before {
  content: "\e968";
}

.ph.ph-t-shirt:before {
  content: "\e670";
}

.ph.ph-table:before {
  content: "\e476";
}

.ph.ph-tabs:before {
  content: "\e778";
}

.ph.ph-tag:before {
  content: "\e478";
}

.ph.ph-tag-chevron:before {
  content: "\e672";
}

.ph.ph-tag-simple:before {
  content: "\e47a";
}

.ph.ph-target:before {
  content: "\e47c";
}

.ph.ph-taxi:before {
  content: "\e902";
}

.ph.ph-tea-bag:before {
  content: "\e8e6";
}

.ph.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph.ph-television:before {
  content: "\e754";
}

.ph.ph-television-simple:before {
  content: "\eae6";
}

.ph.ph-tennis-ball:before {
  content: "\e720";
}

.ph.ph-tent:before {
  content: "\e8ba";
}

.ph.ph-terminal:before {
  content: "\e47e";
}

.ph.ph-terminal-window:before {
  content: "\eae8";
}

.ph.ph-test-tube:before {
  content: "\e7a0";
}

.ph.ph-text-a-underline:before {
  content: "\ed34";
}

.ph.ph-text-aa:before {
  content: "\e6ee";
}

.ph.ph-text-align-center:before {
  content: "\e480";
}

.ph.ph-text-align-justify:before {
  content: "\e482";
}

.ph.ph-text-align-left:before {
  content: "\e484";
}

.ph.ph-text-align-right:before {
  content: "\e486";
}

.ph.ph-text-b:before {
  content: "\e5be";
}

.ph.ph-text-bolder:before {
  content: "\e5be";
}

.ph.ph-text-columns:before {
  content: "\ec96";
}

.ph.ph-text-h:before {
  content: "\e6ba";
}

.ph.ph-text-h-five:before {
  content: "\e6c4";
}

.ph.ph-text-h-four:before {
  content: "\e6c2";
}

.ph.ph-text-h-one:before {
  content: "\e6bc";
}

.ph.ph-text-h-six:before {
  content: "\e6c6";
}

.ph.ph-text-h-three:before {
  content: "\e6c0";
}

.ph.ph-text-h-two:before {
  content: "\e6be";
}

.ph.ph-text-indent:before {
  content: "\ea1e";
}

.ph.ph-text-italic:before {
  content: "\e5c0";
}

.ph.ph-text-outdent:before {
  content: "\ea1c";
}

.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph.ph-text-subscript:before {
  content: "\ec98";
}

.ph.ph-text-superscript:before {
  content: "\ec9a";
}

.ph.ph-text-t:before {
  content: "\e48a";
}

.ph.ph-text-t-slash:before {
  content: "\e488";
}

.ph.ph-text-underline:before {
  content: "\e5c4";
}

.ph.ph-textbox:before {
  content: "\eb0a";
}

.ph.ph-thermometer:before {
  content: "\e5c6";
}

.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph.ph-threads-logo:before {
  content: "\ed9e";
}

.ph.ph-three-d:before {
  content: "\ea5a";
}

.ph.ph-thumbs-down:before {
  content: "\e48c";
}

.ph.ph-thumbs-up:before {
  content: "\e48e";
}

.ph.ph-ticket:before {
  content: "\e490";
}

.ph.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph.ph-tilde:before {
  content: "\eda8";
}

.ph.ph-timer:before {
  content: "\e492";
}

.ph.ph-tip-jar:before {
  content: "\e7e2";
}

.ph.ph-tipi:before {
  content: "\ed30";
}

.ph.ph-tire:before {
  content: "\edd2";
}

.ph.ph-toggle-left:before {
  content: "\e674";
}

.ph.ph-toggle-right:before {
  content: "\e676";
}

.ph.ph-toilet:before {
  content: "\e79a";
}

.ph.ph-toilet-paper:before {
  content: "\e79c";
}

.ph.ph-toolbox:before {
  content: "\eca0";
}

.ph.ph-tooth:before {
  content: "\e9cc";
}

.ph.ph-tornado:before {
  content: "\e88c";
}

.ph.ph-tote:before {
  content: "\e494";
}

.ph.ph-tote-simple:before {
  content: "\e678";
}

.ph.ph-towel:before {
  content: "\ede6";
}

.ph.ph-tractor:before {
  content: "\ec6e";
}

.ph.ph-trademark:before {
  content: "\e9f0";
}

.ph.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph.ph-traffic-sign:before {
  content: "\e67a";
}

.ph.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph.ph-train:before {
  content: "\e496";
}

.ph.ph-train-regional:before {
  content: "\e49e";
}

.ph.ph-train-simple:before {
  content: "\e4a0";
}

.ph.ph-tram:before {
  content: "\e9ec";
}

.ph.ph-translate:before {
  content: "\e4a2";
}

.ph.ph-trash:before {
  content: "\e4a6";
}

.ph.ph-trash-simple:before {
  content: "\e4a8";
}

.ph.ph-tray:before {
  content: "\e4aa";
}

.ph.ph-tray-arrow-down:before {
  content: "\e010";
}

.ph.ph-archive-tray:before {
  content: "\e010";
}

.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}

.ph.ph-treasure-chest:before {
  content: "\ede2";
}

.ph.ph-tree:before {
  content: "\e6da";
}

.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph.ph-tree-palm:before {
  content: "\e91a";
}

.ph.ph-tree-structure:before {
  content: "\e67c";
}

.ph.ph-tree-view:before {
  content: "\ee48";
}

.ph.ph-trend-down:before {
  content: "\e4ac";
}

.ph.ph-trend-up:before {
  content: "\e4ae";
}

.ph.ph-triangle:before {
  content: "\e4b0";
}

.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph.ph-trolley:before {
  content: "\e5b2";
}

.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph.ph-trophy:before {
  content: "\e67e";
}

.ph.ph-truck:before {
  content: "\e4b4";
}

.ph.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph.ph-umbrella:before {
  content: "\e684";
}

.ph.ph-umbrella-simple:before {
  content: "\e686";
}

.ph.ph-union:before {
  content: "\edbe";
}

.ph.ph-unite:before {
  content: "\e87e";
}

.ph.ph-unite-square:before {
  content: "\e878";
}

.ph.ph-upload:before {
  content: "\e4be";
}

.ph.ph-upload-simple:before {
  content: "\e4c0";
}

.ph.ph-usb:before {
  content: "\e956";
}

.ph.ph-user:before {
  content: "\e4c2";
}

.ph.ph-user-check:before {
  content: "\eafa";
}

.ph.ph-user-circle:before {
  content: "\e4c4";
}

.ph.ph-user-circle-check:before {
  content: "\ec38";
}

.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}

.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph.ph-user-focus:before {
  content: "\e6fc";
}

.ph.ph-user-gear:before {
  content: "\e4cc";
}

.ph.ph-user-list:before {
  content: "\e73c";
}

.ph.ph-user-minus:before {
  content: "\e4ce";
}

.ph.ph-user-plus:before {
  content: "\e4d0";
}

.ph.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph.ph-user-sound:before {
  content: "\eca8";
}

.ph.ph-user-square:before {
  content: "\e4d4";
}

.ph.ph-user-switch:before {
  content: "\e756";
}

.ph.ph-users:before {
  content: "\e4d6";
}

.ph.ph-users-four:before {
  content: "\e68c";
}

.ph.ph-users-three:before {
  content: "\e68e";
}

.ph.ph-van:before {
  content: "\e826";
}

.ph.ph-vault:before {
  content: "\e76e";
}

.ph.ph-vector-three:before {
  content: "\ee62";
}

.ph.ph-vector-two:before {
  content: "\ee64";
}

.ph.ph-vibrate:before {
  content: "\e4d8";
}

.ph.ph-video:before {
  content: "\e740";
}

.ph.ph-video-camera:before {
  content: "\e4da";
}

.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}

.ph.ph-video-conference:before {
  content: "\edce";
}

.ph.ph-vignette:before {
  content: "\eba2";
}

.ph.ph-vinyl-record:before {
  content: "\ecac";
}

.ph.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph.ph-virus:before {
  content: "\e7d6";
}

.ph.ph-visor:before {
  content: "\ee2a";
}

.ph.ph-voicemail:before {
  content: "\e4de";
}

.ph.ph-volleyball:before {
  content: "\e726";
}

.ph.ph-wall:before {
  content: "\e688";
}

.ph.ph-wallet:before {
  content: "\e68a";
}

.ph.ph-warehouse:before {
  content: "\ecd4";
}

.ph.ph-warning:before {
  content: "\e4e0";
}

.ph.ph-warning-circle:before {
  content: "\e4e2";
}

.ph.ph-warning-diamond:before {
  content: "\e7fc";
}

.ph.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph.ph-washing-machine:before {
  content: "\ede8";
}

.ph.ph-watch:before {
  content: "\e4e6";
}

.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph.ph-wave-sine:before {
  content: "\ea9a";
}

.ph.ph-wave-square:before {
  content: "\ea9e";
}

.ph.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph.ph-waveform:before {
  content: "\e802";
}

.ph.ph-waveform-slash:before {
  content: "\e800";
}

.ph.ph-waves:before {
  content: "\e6de";
}

.ph.ph-webcam:before {
  content: "\e9b2";
}

.ph.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph.ph-wheelchair:before {
  content: "\e4e8";
}

.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph.ph-wifi-high:before {
  content: "\e4ea";
}

.ph.ph-wifi-low:before {
  content: "\e4ec";
}

.ph.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph.ph-wifi-none:before {
  content: "\e4f0";
}

.ph.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph.ph-wifi-x:before {
  content: "\e4f4";
}

.ph.ph-wind:before {
  content: "\e5d2";
}

.ph.ph-windmill:before {
  content: "\e9f8";
}

.ph.ph-windows-logo:before {
  content: "\e692";
}

.ph.ph-wine:before {
  content: "\e6b2";
}

.ph.ph-wrench:before {
  content: "\e5d4";
}

.ph.ph-x:before {
  content: "\e4f6";
}

.ph.ph-x-circle:before {
  content: "\e4f8";
}

.ph.ph-x-logo:before {
  content: "\e4bc";
}

.ph.ph-x-square:before {
  content: "\e4fa";
}

.ph.ph-yarn:before {
  content: "\ed9a";
}

.ph.ph-yin-yang:before {
  content: "\e92a";
}

.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

:root {
  --blue-50:rgb(243.9, 249.75, 254.4);
  --blue-100:rgb(201.72, 229.8, 252.12);
  --blue-200:rgb(159.54, 209.85, 249.84);
  --blue-300:rgb(117.36, 189.9, 247.56);
  --blue-400:rgb(75.18, 169.95, 245.28);
  --blue-500:#2196f3;
  --blue-600:rgb(28.05, 127.5, 206.55);
  --blue-700:rgb(23.1, 105, 170.1);
  --blue-800:rgb(18.15, 82.5, 133.65);
  --blue-900:rgb(13.2, 60, 97.2);
  --green-50:rgb(247.45, 250.2, 245.05);
  --green-100:rgb(218.76, 231.96, 207.24);
  --green-200:rgb(190.07, 213.72, 169.43);
  --green-300:rgb(161.38, 195.48, 131.62);
  --green-400:rgb(132.69, 177.24, 93.81);
  --green-500:#689f38;
  --green-600:rgb(88.4, 135.15, 47.6);
  --green-700:rgb(72.8, 111.3, 39.2);
  --green-800:rgb(57.2, 87.45, 30.8);
  --green-900:rgb(41.6, 63.6, 22.4);
  --yellow-50:rgb(254.8, 251.85, 244.5);
  --yellow-100:rgb(254.04, 239.88, 204.6);
  --yellow-200:rgb(253.28, 227.91, 164.7);
  --yellow-300:rgb(252.52, 215.94, 124.8);
  --yellow-400:rgb(251.76, 203.97, 84.9);
  --yellow-500:#fbc02d;
  --yellow-600:rgb(213.35, 163.2, 38.25);
  --yellow-700:rgb(175.7, 134.4, 31.5);
  --yellow-800:rgb(138.05, 105.6, 24.75);
  --yellow-900:rgb(100.4, 76.8, 18);
  --cyan-50:rgb(242.25, 251.65, 252.85);
  --cyan-100:rgb(193.8, 238.92, 244.68);
  --cyan-200:rgb(145.35, 226.19, 236.51);
  --cyan-300:rgb(96.9, 213.46, 228.34);
  --cyan-400:rgb(48.45, 200.73, 220.17);
  --cyan-500:#00bcd4;
  --cyan-600:rgb(0, 159.8, 180.2);
  --cyan-700:rgb(0, 131.6, 148.4);
  --cyan-800:rgb(0, 103.4, 116.6);
  --cyan-900:rgb(0, 75.2, 84.8);
  --pink-50:rgb(253.9, 243.75, 247.2);
  --pink-100:rgb(249.72, 201, 217.56);
  --pink-200:rgb(245.54, 158.25, 187.92);
  --pink-300:rgb(241.36, 115.5, 158.28);
  --pink-400:rgb(237.18, 72.75, 128.64);
  --pink-500:#e91e63;
  --pink-600:rgb(198.05, 25.5, 84.15);
  --pink-700:rgb(163.1, 21, 69.3);
  --pink-800:rgb(128.15, 16.5, 54.45);
  --pink-900:rgb(93.2, 12, 39.6);
  --indigo-50:rgb(246.15, 247, 251.6);
  --indigo-100:rgb(212.52, 216.6, 238.68);
  --indigo-200:rgb(178.89, 186.2, 225.76);
  --indigo-300:rgb(145.26, 155.8, 212.84);
  --indigo-400:rgb(111.63, 125.4, 199.92);
  --indigo-500:#4e5fbb;
  --indigo-600:rgb(66.3, 80.75, 158.95);
  --indigo-700:rgb(54.6, 66.5, 130.9);
  --indigo-800:rgb(42.9, 52.25, 102.85);
  --indigo-900:rgb(31.2, 38, 74.8);
  --teal-50:rgb(242.25, 249.75, 249.05);
  --teal-100:rgb(193.8, 229.8, 226.44);
  --teal-200:rgb(145.35, 209.85, 203.83);
  --teal-300:rgb(96.9, 189.9, 181.22);
  --teal-400:rgb(48.45, 169.95, 158.61);
  --teal-500:#009688;
  --teal-600:rgb(0, 127.5, 115.6);
  --teal-700:rgb(0, 105, 95.2);
  --teal-800:rgb(0, 82.5, 74.8);
  --teal-900:rgb(0, 60, 54.4);
  --orange-50:rgb(255, 249.85, 242.25);
  --orange-100:rgb(255, 230.28, 193.8);
  --orange-200:rgb(255, 210.71, 145.35);
  --orange-300:rgb(255, 191.14, 96.9);
  --orange-400:rgb(255, 171.57, 48.45);
  --orange-500:#ff9800;
  --orange-600:rgb(216.75, 129.2, 0);
  --orange-700:rgb(178.5, 106.4, 0);
  --orange-800:rgb(140.25, 83.6, 0);
  --orange-900:rgb(102, 60.8, 0);
  --bluegray-50:rgb(247.05, 248.5, 249.2);
  --bluegray-100:rgb(216.84, 223.8, 227.16);
  --bluegray-200:rgb(186.63, 199.1, 205.12);
  --bluegray-300:rgb(156.42, 174.4, 183.08);
  --bluegray-400:rgb(126.21, 149.7, 161.04);
  --bluegray-500:#607d8b;
  --bluegray-600:rgb(81.6, 106.25, 118.15);
  --bluegray-700:rgb(67.2, 87.5, 97.3);
  --bluegray-800:rgb(52.8, 68.75, 76.45);
  --bluegray-900:rgb(38.4, 50, 55.6);
  --purple-50:rgb(250.05, 244.2, 251.05);
  --purple-100:rgb(231.24, 203.16, 236.04);
  --purple-200:rgb(212.43, 162.12, 221.03);
  --purple-300:rgb(193.62, 121.08, 206.02);
  --purple-400:rgb(174.81, 80.04, 191.01);
  --purple-500:#9c27b0;
  --purple-600:rgb(132.6, 33.15, 149.6);
  --purple-700:rgb(109.2, 27.3, 123.2);
  --purple-800:rgb(85.8, 21.45, 96.8);
  --purple-900:rgb(62.4, 15.6, 70.4);
  --red-50:rgb(254.45, 245.6, 244.95);
  --red-100:rgb(252.36, 209.88, 206.76);
  --red-200:rgb(250.27, 174.16, 168.57);
  --red-300:rgb(248.18, 138.44, 130.38);
  --red-400:rgb(246.09, 102.72, 92.19);
  --red-500:#f44336;
  --red-600:rgb(207.4, 56.95, 45.9);
  --red-700:rgb(170.8, 46.9, 37.8);
  --red-800:rgb(134.2, 36.85, 29.7);
  --red-900:rgb(97.6, 26.8, 21.6);
  --primary-50:rgb(252.55, 249.6, 253.05);
  --primary-100:rgb(243.24, 229.08, 245.64);
  --primary-200:rgb(233.93, 208.56, 238.23);
  --primary-300:rgb(224.62, 188.04, 230.82);
  --primary-400:rgb(215.31, 167.52, 223.41);
  --primary-500:#ce93d8;
  --primary-600:rgb(175.1, 124.95, 183.6);
  --primary-700:rgb(144.2, 102.9, 151.2);
  --primary-800:rgb(113.3, 80.85, 118.8);
  --primary-900:rgb(82.4, 58.8, 86.4);
}

.p-editor-container .p-editor-toolbar {
  background: #1e1e1e;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: rgba(255, 255, 255, 0.6);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: rgba(255, 255, 255, 0.6);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: rgba(255, 255, 255, 0.6);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #2b2b2b;
  border: 0 none;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: rgba(255, 255, 255, 0.87);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: rgba(255, 255, 255, 0.87);
  background: hsla(0, 0%, 100%, 0.04);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 1rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.p-editor-container .p-editor-content .ql-editor {
  background: #1e1e1e;
  color: rgba(255, 255, 255, 0.87);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: rgba(255, 255, 255, 0.87);
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: rgba(255, 255, 255, 0.87);
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: rgba(255, 255, 255, 0.87);
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #CE93D8;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #CE93D8;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #CE93D8;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #CE93D8;
}

@layer primereact {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.32);
    transition-duration: 0.2s;
  }
  .p-disabled, .p-component:disabled {
    opacity: 0.38;
  }
  .p-error {
    color: #f44435;
  }
  .p-text-secondary {
    color: rgba(255, 255, 255, 0.6);
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 4px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 1rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 4rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.5rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.87);
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
    border-radius: 4px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #f44435;
  }
  .p-autocomplete-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
  }
  .p-calendar.p-invalid.p-component > .p-inputtext {
    border-color: #f44435;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 4px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #2b2b2b;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    font-weight: 500;
    margin: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: rgba(255, 255, 255, 0.87);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    font-weight: 500;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #CE93D8;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: none;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: transparent;
    color: rgba(255, 255, 255, 0.87);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: none;
    border-radius: 4px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: none;
    border-radius: 4px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid hsla(0, 0%, 100%, 0.12);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #1e1e1e;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 4px;
    outline-color: transparent;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 1rem 1rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #f44435;
  }
  .p-cascadeselect-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child {
    margin-bottom: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 1rem 1rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-checkbox {
    position: relative;
    display: inline-flex;
    user-select: none;
    vertical-align: bottom;
  }
  .p-checkbox-input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    cursor: pointer;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-checkbox {
    width: 18px;
    height: 18px;
  }
  .p-checkbox .p-checkbox-input {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    border-radius: 4px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    background: #1e1e1e;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #121212;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    background: #1e1e1e;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #121212;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox.p-highlight .p-checkbox-box {
    border-color: #CE93D8;
    background: #CE93D8;
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    border-color: #CE93D8;
    background: #CE93D8;
    color: #121212;
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-checkbox.p-invalid > .p-checkbox-box {
    border-color: #f44435;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-input-filled .p-checkbox.p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-checkbox {
    position: relative;
    display: inline-flex;
    user-select: none;
    vertical-align: bottom;
  }
  .p-checkbox-input {
    cursor: pointer;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-tristatecheckbox.p-variant-filled .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
    background: #CE93D8;
  }
  .p-chips {
    display: inline-flex;
  }
  .p-chips-multiple-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: text;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-chips-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .p-chips-input-token {
    flex: 1 1 auto;
    display: inline-flex;
  }
  .p-chips-token-icon {
    cursor: pointer;
  }
  .p-chips-input-token input {
    border: 0 none;
    outline: 0 none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
  .p-fluid .p-chips {
    display: flex;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.5rem 1rem;
    outline-color: transparent;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    background: hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: hsla(0, 0%, 100%, 0.24);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.5rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.87);
    padding: 0;
    margin: 0;
  }
  .p-chips.p-invalid.p-component > .p-inputtext {
    border-color: #f44435;
  }
  .p-colorpicker-preview {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #2b2b2b;
    border: 1px solid #1e1e1e;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-dropdown {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
  .p-dropdown-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-dropdown-label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    flex: 1 1 auto;
    width: 1%;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .p-dropdown-label-empty {
    overflow: hidden;
    opacity: 0;
  }
  input.p-dropdown-label {
    cursor: default;
  }
  .p-dropdown .p-dropdown-panel {
    min-width: 100%;
  }
  .p-dropdown-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-dropdown-items-wrapper {
    overflow: auto;
  }
  .p-dropdown-item {
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .p-dropdown-item-group {
    cursor: auto;
  }
  .p-dropdown-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-dropdown-filter {
    width: 100%;
  }
  .p-dropdown-filter-container {
    position: relative;
  }
  .p-dropdown-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-dropdown {
    display: flex;
  }
  .p-fluid .p-dropdown .p-dropdown-label {
    width: 1%;
  }
  .p-dropdown {
    background: #1e1e1e;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 4px;
    outline-color: transparent;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-dropdown.p-variant-filled {
    background: hsla(0, 0%, 100%, 0.06);
  }
  .p-dropdown.p-variant-filled:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-dropdown.p-variant-filled:not(.p-disabled).p-focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 2rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: rgba(255, 255, 255, 0.6);
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #f44435;
  }
  .p-dropdown-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #2b2b2b;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 2rem;
    margin-right: -2rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child {
    margin-bottom: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon {
    position: relative;
    margin-left: -0.5rem;
    margin-right: 0.5rem;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 1rem 1rem;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
  }
  .p-inputgroup-addon {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    border-left: 1px solid hsla(0, 0%, 100%, 0.3);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    padding: 1rem 1rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-inputnumber.p-invalid.p-component > .p-inputtext {
    border-color: #f44435;
  }
  .p-inputswitch {
    position: relative;
    display: inline-block;
  }
  .p-inputswitch-input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    cursor: pointer;
  }
  .p-inputswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
  }
  .p-inputswitch-slider:before {
    position: absolute;
    content: "";
    top: 50%;
  }
  .p-inputswitch {
    width: 2.75rem;
    height: 1rem;
  }
  .p-inputswitch .p-inputswitch-input {
    border-radius: 0.5rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 0.5rem;
    outline-color: transparent;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #bdbdbd;
    width: 1.5rem;
    height: 1.5rem;
    left: -1px;
    margin-top: -0.75rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-highlight .p-inputswitch-slider {
    background: rgba(206, 147, 216, 0.5);
  }
  .p-inputswitch.p-highlight .p-inputswitch-slider:before {
    background: #CE93D8;
    transform: translateX(1.5rem);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider {
    background: hsla(0, 0%, 100%, 0.3);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider {
    background: rgba(206, 147, 216, 0.5);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-inputswitch.p-invalid > .p-inputswitch-slider {
    border-color: #f44435;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    padding: 1rem 1rem;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    appearance: none;
    border-radius: 4px;
    outline-color: transparent;
  }
  .p-inputtext:enabled:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-inputtext.p-invalid.p-component {
    border-color: #f44435;
  }
  .p-inputtext.p-variant-filled {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.875rem 0.875rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 1.25rem 1.25rem;
  }
  .p-float-label > label {
    left: 1rem;
    color: rgba(255, 255, 255, 0.6);
    transition-duration: 0.2s;
  }
  .p-float-label > .p-invalid + label {
    color: #f44435;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 3rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 3rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 3rem;
  }
  ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-input-filled .p-inputtext {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.875rem 0.875rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 1.25rem 1.25rem;
  }
  .p-icon-field {
    position: relative;
  }
  .p-icon-field > .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-icon-field-left,
  .p-fluid .p-icon-field-right {
    width: 100%;
  }
  .p-icon-field-left > .p-input-icon:first-of-type {
    left: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-icon-field-right > .p-input-icon:last-of-type {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 3rem;
  }
  .p-listbox-list-wrapper {
    overflow: auto;
  }
  .p-listbox-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .p-listbox-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .p-listbox-item-group {
    cursor: auto;
  }
  .p-listbox-filter-container {
    position: relative;
  }
  .p-listbox-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-listbox-filter {
    width: 100%;
  }
  .p-listbox {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    outline-color: transparent;
  }
  .p-listbox .p-listbox-header {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 2rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-listbox .p-listbox-list {
    padding: 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:last-child {
    margin-bottom: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 1rem 1rem;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-listbox.p-invalid {
    border-color: #f44435;
  }
  .p-mention-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-mention-panel .p-mention-items {
    padding: 0;
  }
  .p-mention-panel .p-mention-items .p-mention-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-mention-panel .p-mention-items .p-mention-item:hover {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-mention-panel .p-mention-items .p-mention-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-multiselect {
    display: inline-flex;
    cursor: pointer;
    user-select: none;
  }
  .p-multiselect-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-multiselect-label-container {
    overflow: hidden;
    flex: 1 1 auto;
    cursor: pointer;
  }
  .p-multiselect-label {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-multiselect-label-empty {
    overflow: hidden;
    visibility: hidden;
  }
  .p-multiselect-token {
    cursor: default;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
  }
  .p-multiselect-token-icon {
    cursor: pointer;
  }
  .p-multiselect .p-multiselect-panel {
    min-width: 100%;
  }
  .p-multiselect-items-wrapper {
    overflow: auto;
  }
  .p-multiselect-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-multiselect-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }
  .p-multiselect-item-group {
    cursor: auto;
  }
  .p-multiselect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-multiselect-filter-container {
    position: relative;
    flex: 1 1 auto;
  }
  .p-multiselect-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-multiselect-filter-container .p-inputtext {
    width: 100%;
  }
  .p-multiselect-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    margin-left: auto;
  }
  .p-fluid .p-multiselect {
    display: flex;
  }
  .p-multiselect {
    background: #1e1e1e;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 4px;
    outline-color: transparent;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-multiselect.p-variant-filled {
    background: hsla(0, 0%, 100%, 0.06);
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-multiselect .p-multiselect-label {
    padding: 1rem 1rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    background: hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-multiselect.p-invalid.p-component {
    border-color: #f44435;
  }
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.5rem 1rem;
  }
  .p-multiselect-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #2b2b2b;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 2rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child {
    margin-bottom: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 1rem 1rem;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
  }
  .p-password.p-invalid.p-component > .p-inputtext {
    border-color: #f44435;
  }
  .p-password-panel {
    padding: 1rem;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: rgba(206, 147, 216, 0.32);
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ef9a9a;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #fff59d;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #c5e1a5;
  }
  .p-radiobutton {
    position: relative;
    display: inline-flex;
    user-select: none;
    vertical-align: bottom;
  }
  .p-radiobutton-input {
    cursor: pointer;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    border-radius: 50%;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
    background: #1e1e1e;
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 50%;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 10px;
    height: 10px;
    transition-duration: 0.2s;
    background-color: #CE93D8;
  }
  .p-radiobutton.p-highlight .p-radiobutton-box {
    border-color: #CE93D8;
    background: #121212;
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    border-color: #CE93D8;
    background: #121212;
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon {
    background-color: #CE93D8;
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-radiobutton.p-invalid > .p-radiobutton-box {
    border-color: #f44435;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box {
    background: #121212;
  }
  .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    background: #121212;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: hsla(0, 0%, 100%, 0.06);
  }
  .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box {
    background: #121212;
  }
  .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
    background: #121212;
  }
  .p-rating {
    position: relative;
    display: flex;
    align-items: center;
  }
  .p-rating-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .p-rating.p-readonly .p-rating-item {
    cursor: default;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    outline-color: transparent;
    border-radius: 50%;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #CE93D8;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #f44435;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #CE93D8;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #CE93D8;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #f44435;
  }
  .p-selectbutton .p-button {
    background: #2f2f2f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #373737;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-selectbutton .p-button.p-highlight {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #262626;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-selectbutton.p-invalid > .p-button {
    border-color: #f44435;
  }
  .p-slider {
    background: hsla(0, 0%, 100%, 0.3);
    border: 0 none;
    border-radius: 4px;
  }
  .p-slider.p-slider-horizontal {
    height: 2px;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -10px;
    margin-left: -10px;
  }
  .p-slider.p-slider-vertical {
    width: 2px;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .p-slider .p-slider-handle {
    height: 20px;
    width: 20px;
    background: #CE93D8;
    border: 0 none;
    border-radius: 50%;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-slider .p-slider-range {
    background: #CE93D8;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #CE93D8;
    border-color: 0 none;
  }
  .p-treeselect {
    background: #1e1e1e;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 4px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-treeselect.p-treeselect-clearable .p-treeselect-label {
    padding-right: 2rem;
  }
  .p-treeselect.p-variant-filled {
    background: hsla(0, 0%, 100%, 0.06);
  }
  .p-treeselect.p-variant-filled:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-treeselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-treeselect .p-treeselect-label {
    padding: 1rem 1rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    background: hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    width: 2.357rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-treeselect .p-treeselect-clear-icon {
    color: rgba(255, 255, 255, 0.6);
    right: 2.357rem;
  }
  .p-treeselect.p-invalid.p-component {
    border-color: #f44435;
  }
  .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.5rem 1rem;
  }
  .p-treeselect-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #2b2b2b;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 2rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 4rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 3rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 1rem 1rem;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: hsla(0, 0%, 100%, 0.06);
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .p-togglebutton {
    position: relative;
    display: inline-flex;
    user-select: none;
    vertical-align: bottom;
  }
  .p-togglebutton-input {
    cursor: pointer;
  }
  .p-togglebutton .p-button {
    flex: 1 1 auto;
  }
  .p-togglebutton .p-togglebutton-input {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    outline: 0 none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
  }
  .p-togglebutton .p-button {
    background: #2f2f2f;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    outline-color: transparent;
  }
  .p-togglebutton .p-button .p-button-icon-left,
  .p-togglebutton .p-button .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-togglebutton.p-highlight .p-button {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-togglebutton.p-highlight .p-button .p-button-icon-left,
  .p-togglebutton.p-highlight .p-button .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button {
    background: #373737;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button {
    background: #262626;
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #CE93D8;
  }
  .p-togglebutton.p-invalid > .p-button {
    border-color: #f44435;
  }
  .p-button {
    color: #121212;
    background: #CE93D8;
    border: 0 none;
    padding: 0.714rem 1rem;
    font-size: 1rem;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
    border-radius: 4px;
  }
  .p-button:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.92);
    color: #121212;
    border-color: transparent;
  }
  .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.68);
    color: #121212;
    border-color: transparent;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #CE93D8;
    border: 0 none;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #CE93D8;
    border: 0 none;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
    border: 0 none;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #CE93D8;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #CE93D8;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #CE93D8;
    background-color: #121212;
  }
  .p-button.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 0.714rem;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.62475rem 0.875rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.8925rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-left .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-right .p-button-label {
    margin-right: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-top .p-button-label {
    margin-top: 0.5rem;
  }
  .p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label {
    margin-bottom: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary {
    color: #121212;
    background: #A5D6A7;
    border: 0 none;
  }
  .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover {
    background: rgba(165, 214, 167, 0.92);
    color: #121212;
    border-color: transparent;
  }
  .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active {
    background: rgba(165, 214, 167, 0.68);
    color: #121212;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined {
    background-color: transparent;
    color: #A5D6A7;
    border: 0 none;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover {
    background: rgba(165, 214, 167, 0.04);
    color: #A5D6A7;
    border: 0 none;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
    color: #A5D6A7;
    border: 0 none;
  }
  .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text {
    background-color: transparent;
    color: #A5D6A7;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover {
    background: rgba(165, 214, 167, 0.04);
    border-color: transparent;
    color: #A5D6A7;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
    border-color: transparent;
    color: #A5D6A7;
  }
  .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info {
    color: #212121;
    background: #90caf9;
    border: 0 none;
  }
  .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover {
    background: rgba(144, 202, 249, 0.92);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active {
    background: rgba(144, 202, 249, 0.68);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined {
    background-color: transparent;
    color: #90caf9;
    border: 0 none;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover {
    background: rgba(144, 202, 249, 0.04);
    color: #90caf9;
    border: 0 none;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
    color: #90caf9;
    border: 0 none;
  }
  .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text {
    background-color: transparent;
    color: #90caf9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover {
    background: rgba(144, 202, 249, 0.04);
    border-color: transparent;
    color: #90caf9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
    border-color: transparent;
    color: #90caf9;
  }
  .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success {
    color: #212121;
    background: #c5e1a5;
    border: 0 none;
  }
  .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover {
    background: rgba(197, 225, 165, 0.92);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active {
    background: rgba(197, 225, 165, 0.68);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined {
    background-color: transparent;
    color: #c5e1a5;
    border: 0 none;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover {
    background: rgba(197, 225, 165, 0.04);
    color: #c5e1a5;
    border: 0 none;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
    color: #c5e1a5;
    border: 0 none;
  }
  .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text {
    background-color: transparent;
    color: #c5e1a5;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover {
    background: rgba(197, 225, 165, 0.04);
    border-color: transparent;
    color: #c5e1a5;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
    border-color: transparent;
    color: #c5e1a5;
  }
  .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning {
    color: #212121;
    background: #fff59d;
    border: 0 none;
  }
  .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover {
    background: rgba(255, 245, 157, 0.92);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active {
    background: rgba(255, 245, 157, 0.68);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined {
    background-color: transparent;
    color: #fff59d;
    border: 0 none;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 245, 157, 0.04);
    color: #fff59d;
    border: 0 none;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
    color: #fff59d;
    border: 0 none;
  }
  .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text {
    background-color: transparent;
    color: #fff59d;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover {
    background: rgba(255, 245, 157, 0.04);
    border-color: transparent;
    color: #fff59d;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
    border-color: transparent;
    color: #fff59d;
  }
  .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help {
    color: #212121;
    background: #ce93d8;
    border: 0 none;
  }
  .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.92);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active {
    background: rgba(206, 147, 216, 0.68);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined {
    background-color: transparent;
    color: #ce93d8;
    border: 0 none;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #ce93d8;
    border: 0 none;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #ce93d8;
    border: 0 none;
  }
  .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text {
    background-color: transparent;
    color: #ce93d8;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    border-color: transparent;
    color: #ce93d8;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    border-color: transparent;
    color: #ce93d8;
  }
  .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger {
    color: #212121;
    background: #ef9a9a;
    border: 0 none;
  }
  .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover {
    background: rgba(239, 154, 154, 0.92);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active {
    background: rgba(239, 154, 154, 0.68);
    color: #212121;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined {
    background-color: transparent;
    color: #ef9a9a;
    border: 0 none;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover {
    background: rgba(239, 154, 154, 0.04);
    color: #ef9a9a;
    border: 0 none;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
    color: #ef9a9a;
    border: 0 none;
  }
  .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text {
    background-color: transparent;
    color: #ef9a9a;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover {
    background: rgba(239, 154, 154, 0.04);
    border-color: transparent;
    color: #ef9a9a;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
    border-color: transparent;
    color: #ef9a9a;
  }
  .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button {
    color: #121212;
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #d0d0d0;
    color: #121212;
    border-color: #d0d0d0;
  }
  .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #b8b8b8;
    color: #121212;
    border-color: #b8b8b8;
  }
  .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ffffff;
    border: 0 none;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    border: 0 none;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 0 none;
  }
  .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #ffffff;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    color: #ffffff;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    border-color: transparent;
    color: #ffffff;
  }
  .p-button.p-button-link {
    color: #CE93D8;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #CE93D8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #CE93D8;
    border-color: transparent;
  }
  .p-splitbutton {
    border-radius: 4px;
  }
  .p-splitbutton.p-button-outlined > .p-button {
    background-color: transparent;
    color: #CE93D8;
    border: 0 none;
  }
  .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #CE93D8;
  }
  .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-text > .p-button {
    background-color: transparent;
    color: #CE93D8;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #CE93D8;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
    border-color: transparent;
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-splitbutton.p-button-raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-sm > .p-button {
    font-size: 0.875rem;
    padding: 0.62475rem 0.875rem;
  }
  .p-splitbutton.p-button-sm > .p-button .p-button-icon {
    font-size: 0.875rem;
  }
  .p-splitbutton.p-button-lg > .p-button {
    font-size: 1.25rem;
    padding: 0.8925rem 1.25rem;
  }
  .p-splitbutton.p-button-lg > .p-button.p-button-icon-only {
    width: auto;
  }
  .p-splitbutton.p-button-lg > .p-button .p-button-icon {
    font-size: 1.25rem;
  }
  .p-splitbutton .p-splitbutton-menubutton,
  .p-splitbutton .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
  .p-splitbutton .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
    background-color: transparent;
    color: #A5D6A7;
    border: 0 none;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(165, 214, 167, 0.04);
    color: #A5D6A7;
  }
  .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
    color: #A5D6A7;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button {
    background-color: transparent;
    color: #A5D6A7;
    border-color: transparent;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(165, 214, 167, 0.04);
    border-color: transparent;
    color: #A5D6A7;
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
    border-color: transparent;
    color: #A5D6A7;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button {
    background-color: transparent;
    color: #90caf9;
    border: 0 none;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(144, 202, 249, 0.04);
    color: #90caf9;
  }
  .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
    color: #90caf9;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button {
    background-color: transparent;
    color: #90caf9;
    border-color: transparent;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(144, 202, 249, 0.04);
    border-color: transparent;
    color: #90caf9;
  }
  .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
    border-color: transparent;
    color: #90caf9;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button {
    background-color: transparent;
    color: #c5e1a5;
    border: 0 none;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(197, 225, 165, 0.04);
    color: #c5e1a5;
  }
  .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
    color: #c5e1a5;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button {
    background-color: transparent;
    color: #c5e1a5;
    border-color: transparent;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(197, 225, 165, 0.04);
    border-color: transparent;
    color: #c5e1a5;
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
    border-color: transparent;
    color: #c5e1a5;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
    background-color: transparent;
    color: #fff59d;
    border: 0 none;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(255, 245, 157, 0.04);
    color: #fff59d;
  }
  .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
    color: #fff59d;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button {
    background-color: transparent;
    color: #fff59d;
    border-color: transparent;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(255, 245, 157, 0.04);
    border-color: transparent;
    color: #fff59d;
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
    border-color: transparent;
    color: #fff59d;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button {
    background-color: transparent;
    color: #ce93d8;
    border: 0 none;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    color: #ce93d8;
  }
  .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    color: #ce93d8;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button {
    background-color: transparent;
    color: #ce93d8;
    border-color: transparent;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(206, 147, 216, 0.04);
    border-color: transparent;
    color: #ce93d8;
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
    border-color: transparent;
    color: #ce93d8;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
    background-color: transparent;
    color: #ef9a9a;
    border: 0 none;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover {
    background: rgba(239, 154, 154, 0.04);
    color: #ef9a9a;
  }
  .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
    color: #ef9a9a;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button {
    background-color: transparent;
    color: #ef9a9a;
    border-color: transparent;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover {
    background: rgba(239, 154, 154, 0.04);
    border-color: transparent;
    color: #ef9a9a;
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
    border-color: transparent;
    color: #ef9a9a;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 2rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #A5D6A7;
    color: #212121;
  }
  .p-speeddial-action:hover {
    background: rgba(165, 214, 167, 0.92);
    color: #212121;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 4px;
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: rgba(255, 255, 255, 0.3);
    width: 2rem;
    height: 0.5rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-datatable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-datatable .p-datatable-footer {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    transition: none;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid 3404040;
    border-width: 0 0 1px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: none;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    transition: none;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
    font-weight: 500;
  }
  .p-datatable .p-datatable-tbody > tr > td.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu {
    outline: 0.15rem solid transparent;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16);
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16);
  }
  .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible {
    outline: 0.15rem solid transparent;
    outline-offset: -0.15rem;
  }
  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible {
    outline: 0.15rem solid transparent;
    outline-offset: -0.15rem;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-datatable .p-column-resizer-helper {
    background: #CE93D8;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #1e1e1e;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #1e1e1e;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable .p-datatable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd {
    background: #222222;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
    color: #CE93D8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #CE93D8;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded {
    background: #222222;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable-drag-selection-helper {
    background: rgba(206, 147, 216, 0.16);
  }
  .p-dataview .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-dataview .p-dataview-content {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    padding: 1rem 0;
  }
  .p-dataview .p-dataview-footer {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-datascroller .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datascroller .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datascroller .p-datascroller-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-datascroller .p-datascroller-content {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    padding: 1rem 0;
  }
  .p-datascroller.p-datascroller-inline .p-datascroller-list > li {
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
  }
  .p-datascroller .p-datascroller-footer {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-clear-button {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-overlay {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 1rem 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: none;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #2b2b2b;
    margin: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 1rem 1rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem;
    font-weight: 500;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1rem;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 2rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-orderlist .p-orderlist-list {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 1rem 1rem;
    margin: 0;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: transform 0.2s, none;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: hsla(0, 0%, 100%, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: hsla(0, 0%, 100%, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: rgba(157, 62.4795918367, 173.0204081633, 0.16);
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-paginator {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: solid #404040;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 4px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: rgba(255, 255, 255, 0.6);
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: none;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: rgba(255, 255, 255, 0.6);
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: rgba(255, 255, 255, 0.6);
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition: none;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    border-color: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-picklist .p-picklist-buttons {
    padding: 1rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem;
    font-weight: 500;
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1rem;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 2rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-picklist .p-picklist-list {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    padding: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 1rem 1rem;
    margin: 0;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: transparent;
    transition: transform 0.2s, none;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: hsla(0, 0%, 100%, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-tree-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
  }
  .p-treenode-children {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-treenode-selectable {
    cursor: pointer;
    user-select: none;
  }
  .p-tree-toggler {
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  .p-treenode-leaf > .p-treenode-content .p-tree-toggler {
    visibility: hidden;
  }
  .p-treenode-content {
    display: flex;
    align-items: center;
  }
  .p-tree-filter {
    width: 100%;
  }
  .p-tree-filter-container {
    position: relative;
    display: block;
    width: 100%;
  }
  .p-tree-filter-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-tree-loading {
    position: relative;
    min-height: 4rem;
  }
  .p-tree .p-tree-loading-overlay {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-tree {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem;
    border-radius: 4px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.25rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 4px;
    transition: none;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #CE93D8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #CE93D8;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: hsla(0, 0%, 100%, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: hsla(0, 0%, 100%, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 2rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint {
    height: 0.5rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background: rgba(181.8, 93.6612244898, 196.7387755102, 0.16);
  }
  .p-treetable {
    position: relative;
  }
  .p-treetable > .p-treetable-wrapper {
    overflow: auto;
  }
  .p-treetable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  .p-treetable .p-sortable-column {
    cursor: pointer;
    user-select: none;
  }
  .p-treetable-selectable .p-treetable-tbody > tr {
    cursor: pointer;
  }
  .p-treetable-toggler {
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
  }
  .p-treetable-toggler + .p-checkbox {
    vertical-align: middle;
  }
  .p-treetable-toggler + .p-checkbox + span {
    vertical-align: middle;
  }
  /* Resizable */
  .p-treetable-resizable > .p-treetable-wrapper {
    overflow-x: auto;
  }
  .p-treetable-resizable .p-treetable-thead > tr > th,
  .p-treetable-resizable .p-treetable-tfoot > tr > td,
  .p-treetable-resizable .p-treetable-tbody > tr > td {
    overflow: hidden;
  }
  .p-treetable-resizable .p-resizable-column {
    background-clip: padding-box;
    position: relative;
  }
  .p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer {
    display: none;
  }
  .p-treetable .p-column-resizer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 0.5rem;
    height: 100%;
    padding: 0px;
    cursor: col-resize;
    border: 1px solid transparent;
  }
  .p-treetable .p-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none;
  }
  /* Scrollable */
  .p-treetable-scrollable-wrapper {
    position: relative;
  }
  .p-treetable-scrollable-header,
  .p-treetable-scrollable-footer {
    overflow: hidden;
    border: 0 none;
  }
  .p-treetable-scrollable-body {
    overflow: auto;
    position: relative;
  }
  .p-treetable-virtual-table {
    position: absolute;
  }
  /* Frozen Columns */
  .p-treetable-frozen-view .p-treetable-scrollable-body {
    overflow: hidden;
  }
  .p-treetable-unfrozen-view {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* Reorder */
  .p-treetable-reorder-indicator-up,
  .p-treetable-reorder-indicator-down {
    position: absolute;
    display: none;
  }
  /* Loader */
  .p-treetable .p-treetable-loading-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  /* Alignment */
  .p-treetable .p-treetable-thead > tr > th.p-align-left > .p-column-header-content,
  .p-treetable .p-treetable-tbody > tr > td.p-align-left,
  .p-treetable .p-treetable-tfoot > tr > td.p-align-left {
    text-align: left;
    justify-content: flex-start;
  }
  .p-treetable .p-treetable-thead > tr > th.p-align-right > .p-column-header-content,
  .p-treetable .p-treetable-tbody > tr > td.p-align-right,
  .p-treetable .p-treetable-tfoot > tr > td.p-align-right {
    text-align: right;
    justify-content: flex-end;
  }
  .p-treetable .p-treetable-thead > tr > th.p-align-center > .p-column-header-content,
  .p-treetable .p-treetable-tbody > tr > td.p-align-center,
  .p-treetable .p-treetable-tfoot > tr > td.p-align-center {
    text-align: center;
    justify-content: center;
  }
  .p-treetable .p-paginator-top {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-treetable .p-treetable-footer {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 500;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    transition: none;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid 3404040;
    border-width: 0 0 1px 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
  }
  .p-treetable .p-sortable-column {
    outline-color: transparent;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #CE93D8;
    background: rgba(206, 147, 216, 0.16);
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    transition: none;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #404040;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid transparent;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #CE93D8;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #CE93D8;
  }
  .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-treetable .p-column-resizer-helper {
    background: #CE93D8;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #1e1e1e;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd {
    background: #222222;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler {
    color: #CE93D8;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover {
    color: #CE93D8;
  }
  .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded {
    background: #222222;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-timeline .p-timeline-event-marker {
    border: 0 none;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #bdbdbd;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #bdbdbd;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.5rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    font-weight: 400;
    border-radius: 4px;
    transition: none;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #1e1e1e;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.87);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-accordion .p-accordion-content {
    padding: 1rem 1.5rem;
    border: 0 none;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-accordion .p-accordion-tab {
    margin-bottom: 0;
  }
  .p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
    border-radius: 0;
  }
  .p-accordion .p-accordion-tab .p-accordion-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-card {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: none;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-card .p-card-body {
    padding: 1rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-fieldset {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 4px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    font-weight: 500;
    border-radius: 4px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1rem;
    color: rgba(255, 255, 255, 0.87);
    border-radius: 4px;
    transition: none;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-fieldset .p-fieldset-content {
    padding: 1rem;
  }
  .p-divider .p-divider-content {
    background-color: #1e1e1e;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px hsla(0, 0%, 100%, 0.12);
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px hsla(0, 0%, 100%, 0.12);
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-panel .p-panel-header {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 500;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.5rem 1rem;
  }
  .p-panel .p-panel-content {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0 none;
  }
  .p-panel .p-panel-footer {
    padding: 1rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-top: 0 none;
  }
  .p-splitter {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1e1e;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-splitter .p-splitter-gutter {
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    background: hsla(0, 0%, 100%, 0.04);
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: none;
    border-radius: 4px;
    background: transparent;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid transparent;
    border-width: 2px;
    background: transparent;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.87);
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #CE93D8;
  }
  .p-stepper .p-stepper-panels {
    background: transparent;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-stepper .p-stepper-separator {
    background-color: #bdbdbd;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: none;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: transparent;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #CE93D8;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: rgba(255, 255, 255, 0.12);
    border: 0 none;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-tabview .p-tabview-nav {
    background: transparent;
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    font-weight: 500;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: none;
    margin: 0 0 -1px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: rgba(206, 147, 216, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.12);
    color: #CE93D8;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: transparent;
    color: #CE93D8;
    width: 3rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-tabview .p-tabview-panels {
    background: transparent;
    padding: 1rem;
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-toolbar {
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem;
    border-radius: 4px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-confirm-popup {
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0 1.5rem 1rem 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(38, 38, 38, 0);
    border-bottom-color: #262626;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(38, 38, 38, 0);
    border-bottom-color: rgb(36.1, 36.1, 36.1);
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #262626;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #262626;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 4px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    padding: 1.5rem;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-dialog-maximized .p-dialog-header, .p-dialog.p-dialog-maximized .p-dialog-content:last-of-type {
    border-radius: 0;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    border-radius: 4px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #CE93D8;
    color: #121212;
    width: 2.5rem;
    height: 2.5rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: rgba(206, 147, 216, 0.92);
    color: #121212;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(38, 38, 38, 0);
    border-bottom-color: #262626;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(38, 38, 38, 0);
    border-bottom-color: rgb(36.1, 36.1, 36.1);
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #262626;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #262626;
  }
  .p-sidebar {
    background: #262626;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #444444;
    color: rgba(255, 255, 255, 0.87);
    padding: 0.5rem;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #444444;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #444444;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #444444;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #444444;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #1e1e1e;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-bottom: 0 none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    gap: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-content {
    background: #1e1e1e;
    padding: 2rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-fileupload .p-progressbar {
    height: 4px;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-breadcrumb {
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: none;
    border-radius: 4px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-contextmenu {
    padding: 0.5rem 0;
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 4px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-dock .p-dock-action {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock.p-dock-mobile .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current, .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,
  .p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current {
    transform: none;
    margin: 0;
  }
  .p-megamenu {
    padding: 1rem;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu .p-megamenu-panel {
    background: #2b2b2b;
    color: rgba(255, 255, 255, 0.87);
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.5rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.5rem 0;
  }
  .p-megamenu .p-megamenu-button {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-megamenu .p-megamenu-button:hover {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu .p-megamenu-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 4px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 1rem;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menu {
    padding: 0.5rem 0;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menu.p-menu-overlay {
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 1rem;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    font-weight: 400;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menu-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-menubar {
    padding: 1rem;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 4px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 1rem;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-menubar .p-submenu-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 12.5rem;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-button {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar.p-menubar-mobile .p-menubar-button:hover {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-menubar.p-menubar-mobile .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a {
    padding-left: 3rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a {
    padding-left: 5rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a {
    padding-left: 7rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 9rem;
  }
  .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 11rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2.5rem;
      height: 2.5rem;
      color: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.04);
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: none;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.5rem 0;
      background: #2b2b2b;
      border: 0 none;
      box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menu-separator {
      border-top: 1px solid hsla(0, 0%, 100%, 0.12);
      margin: 0.5rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon.p-icon {
      width: 0.875rem;
      height: 0.875rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content {
      color: rgba(255, 255, 255, 0.87);
      transition: none;
      border-radius: 0;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
      color: rgba(255, 255, 255, 0.87);
      padding: 1rem 1rem;
      user-select: none;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: rgba(255, 255, 255, 0.87);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
      color: rgba(255, 255, 255, 0.6);
      margin-right: 0.5rem;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: rgba(255, 255, 255, 0.6);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content {
      color: rgba(255, 255, 255, 0.87);
      background: rgba(255, 255, 255, 0.04);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: rgba(255, 255, 255, 0.87);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: rgba(255, 255, 255, 0.6);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
      background: rgba(255, 255, 255, 0.04);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
      color: rgba(255, 255, 255, 0.87);
      background: hsla(0, 0%, 100%, 0.12);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
      color: rgba(255, 255, 255, 0.87);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      color: rgba(255, 255, 255, 0.87);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
      color: rgba(255, 255, 255, 0.87);
      background: rgba(255, 255, 255, 0.04);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
      color: rgba(255, 255, 255, 0.87);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
      color: rgba(255, 255, 255, 0.6);
    }
    .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list ul li a {
      padding-left: 3rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li a {
      padding-left: 5rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li a {
      padding-left: 7rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
      padding-left: 9rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
      padding-left: 11rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 0 none;
    color: rgba(255, 255, 255, 0.87);
    background: #1e1e1e;
    border-radius: 4px;
    transition: none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1.5rem;
    font-weight: 400;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: rgba(255, 255, 255, 0.04);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #1e1e1e;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.87);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.5rem 0;
    border: 0 none;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-slidemenu {
    padding: 0.5rem 0;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-slidemenu .p-menuitem-link > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-slidemenu .p-slidemenu-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 1rem 1rem;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: none;
    border-radius: 4px;
    background: transparent;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid transparent;
    background: transparent;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: transparent;
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid rgba(255, 255, 255, 0.12);
    border-width: 0 0 1px 0;
    border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    font-weight: 500;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    transition: none;
    margin: 0 0 -1px 0;
    height: calc(100% + 1px);
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: rgba(206, 147, 216, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.12);
    color: #CE93D8;
  }
  .p-tieredmenu {
    padding: 0.5rem 0;
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.5rem 0;
    background: #2b2b2b;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    transition: none;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem 1rem;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: rgba(255, 255, 255, 0.87);
    background: hsla(0, 0%, 100%, 0.12);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: rgba(255, 255, 255, 0.87);
    background: rgba(255, 255, 255, 0.04);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: rgba(255, 255, 255, 0.87);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
    margin: 0.5rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 1rem 1rem;
    margin: 0;
    border-radius: 4px;
  }
  .p-inline-message.p-inline-message-info {
    background: #b3e5fc;
    border: solid transparent;
    border-width: 1px;
    color: #01579b;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #01579b;
  }
  .p-inline-message.p-inline-message-success {
    background: #c8e6c9;
    border: solid transparent;
    border-width: 1px;
    color: #1b5e20;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #1b5e20;
  }
  .p-inline-message.p-inline-message-warn {
    background: #ffecb3;
    border: solid transparent;
    border-width: 1px;
    color: #7f6003;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #7f6003;
  }
  .p-inline-message.p-inline-message-error {
    background: #ffcdd2;
    border: solid transparent;
    border-width: 1px;
    color: #b71c1c;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #b71c1c;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-inline-message-icon.p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 4px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.5rem;
  }
  .p-message .p-message-close {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-message.p-message-info {
    background: #b3e5fc;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #01579b;
  }
  .p-message.p-message-info .p-message-icon {
    color: #01579b;
  }
  .p-message.p-message-info .p-message-close {
    color: #01579b;
  }
  .p-message.p-message-success {
    background: #c8e6c9;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #1b5e20;
  }
  .p-message.p-message-success .p-message-icon {
    color: #1b5e20;
  }
  .p-message.p-message-success .p-message-close {
    color: #1b5e20;
  }
  .p-message.p-message-warn {
    background: #ffecb3;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #7f6003;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #7f6003;
  }
  .p-message.p-message-warn .p-message-close {
    color: #7f6003;
  }
  .p-message.p-message-error {
    background: #ffcdd2;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #b71c1c;
  }
  .p-message.p-message-error .p-message-icon {
    color: #b71c1c;
  }
  .p-message.p-message-error .p-message-close {
    color: #b71c1c;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 500;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-message-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1.5rem;
    border-width: 0 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #b3e5fc;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #01579b;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #01579b;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #c8e6c9;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #1b5e20;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #1b5e20;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #ffecb3;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #7f6003;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #7f6003;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #ffcdd2;
    border: solid transparent;
    border-width: 0 0 0 0;
    color: #b71c1c;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #b71c1c;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.87);
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: rgba(255, 255, 255, 0.87);
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.87);
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: rgba(255, 255, 255, 0.3);
    width: 1.25rem;
    height: 1.25rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.3);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: rgba(206, 147, 216, 0.16);
    color: #CE93D8;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.87);
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
    transition: none;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-image-preview-indicator .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link span {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: hsla(0, 0%, 100%, 0.12);
    border-radius: 4px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-circle {
    border-radius: 50%;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #1e1e1e;
  }
  .p-chip {
    background-color: hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.87);
    border-radius: 16px;
    padding: 0 1rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip img {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -1rem;
    margin-right: 0.5rem;
  }
  .p-chip .p-chip-remove-icon {
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-left: 0.5rem;
  }
  .p-chip .p-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-chip .p-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: #A5D6A7;
  }
  .p-scrolltop.p-link:hover {
    background: rgba(165, 214, 167, 0.92);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #121212;
  }
  .p-scrolltop .p-scrolltop-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
  }
  .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #CE93D8;
    color: #121212;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
  }
  .p-tag.p-tag-success {
    background-color: #c5e1a5;
    color: #212121;
  }
  .p-tag.p-tag-info {
    background-color: #90caf9;
    color: #212121;
  }
  .p-tag.p-tag-warning {
    background-color: #fff59d;
    color: #212121;
  }
  .p-tag.p-tag-danger {
    background-color: #ef9a9a;
    color: #212121;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-tag-icon.p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-inplace .p-inplace-display {
    padding: 1rem 1rem;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-metergroup .p-metergroup-meter-container {
    background: rgba(206, 147, 216, 0.32);
    border-radius: 4px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #CE93D8;
  }
  .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item {
    line-height: 4px;
  }
  .p-metergroup .p-metergroup-label-list .p-metergroup-label-type {
    background: #CE93D8;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    margin-right: 0.5rem;
  }
  .p-metergroup .p-metergroup-label-list .p-metergroup-label {
    margin-right: 1rem;
  }
  .p-metergroup .p-metergroup-label-list .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start {
    margin-bottom: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end {
    margin-top: 1rem;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter-container {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start) {
    margin-left: 1rem;
  }
  .p-progressbar {
    border: 0 none;
    height: 4px;
    background: rgba(206, 147, 216, 0.32);
    border-radius: 4px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #CE93D8;
  }
  .p-progressbar .p-progressbar-label {
    color: #121212;
    line-height: 4px;
  }
  .p-terminal {
    background: #1e1e1e;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
  .p-badge {
    background: #CE93D8;
    color: #121212;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #A5D6A7;
    color: #121212;
  }
  .p-badge.p-badge-success {
    background-color: #c5e1a5;
    color: #212121;
  }
  .p-badge.p-badge-info {
    background-color: #90caf9;
    color: #212121;
  }
  .p-badge.p-badge-warning {
    background-color: #fff59d;
    color: #212121;
  }
  .p-badge.p-badge-danger {
    background-color: #ef9a9a;
    color: #212121;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-tag {
    background: #CE93D8;
    color: #121212;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
  }
  .p-tag.p-tag-success {
    background-color: #c5e1a5;
    color: #212121;
  }
  .p-tag.p-tag-info {
    background-color: #90caf9;
    color: #212121;
  }
  .p-tag.p-tag-warning {
    background-color: #fff59d;
    color: #212121;
  }
  .p-tag.p-tag-danger {
    background-color: #ef9a9a;
    color: #212121;
  }
}
@layer primereact {
  .p-accordion .p-accordion-tab {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    transition: margin-bottom 225ms;
  }
  .p-accordion .p-accordion-tab:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .p-accordion .p-accordion-tab:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-accordion .p-accordion-tab .p-accordion-toggle-icon {
    order: 1;
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon {
    transform: rotate(-270deg);
  }
  .p-accordion .p-accordion-tab.p-accordion-tab-active {
    margin-bottom: 1rem;
  }
  .p-accordion .p-accordion-tab.p-accordion-tab-active .p-accordion-toggle-icon {
    transform: rotate(-180deg);
  }
  .p-accordion .p-accordion-tab .p-accordion-header.p-disabled {
    opacity: 1;
  }
  .p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link > * {
    opacity: 0.38;
  }
  .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext:enabled:hover, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-float-label .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.25rem 1rem;
  }
  .p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    font-size: 75%;
  }
  .p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0;
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-inputtext {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus {
    box-shadow: none;
    border-color: transparent;
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-autocomplete.p-invalid > .p-inputtext:enabled:focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-breadcrumb .p-menuitem-link {
    padding: 0.25rem 0.5rem;
  }
  .p-breadcrumb .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-button {
    font-weight: 500;
    min-width: 4rem;
  }
  .p-button.p-button-icon-only {
    min-width: auto;
  }
  .p-button:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.76);
  }
  .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.68);
  }
  .p-button .p-ink {
    background-color: rgba(255, 255, 255, 0.32);
  }
  .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.12);
  }
  .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
  }
  .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-button.p-button-outlined {
    box-shadow: inset 0 0 0 1px;
  }
  .p-button.p-button-outlined:enabled:focus {
    box-shadow: inset 0 0 0 1px;
  }
  .p-button.p-button-outlined:enabled:active {
    box-shadow: inset 0 0 0 1px;
  }
  .p-button:disabled {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.38) !important;
    opacity: 1;
  }
  .p-button:disabled.p-button-text {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.38) !important;
  }
  .p-button:disabled.p-button-outlined {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.38) !important;
    border-color: rgba(255, 255, 255, 0.38) !important;
  }
  .p-button.p-button-raised:not(:disabled):focus {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus {
    background: rgba(165, 214, 167, 0.76);
  }
  .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active {
    background: rgba(165, 214, 167, 0.68);
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus {
    background: rgba(165, 214, 167, 0.12);
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
  }
  .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink {
    background-color: rgba(165, 214, 167, 0.16);
  }
  .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus {
    background: rgba(144, 202, 249, 0.76);
  }
  .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active {
    background: rgba(144, 202, 249, 0.68);
  }
  .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus {
    background: rgba(144, 202, 249, 0.12);
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
  }
  .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink {
    background-color: rgba(144, 202, 249, 0.16);
  }
  .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus {
    background: rgba(197, 225, 165, 0.76);
  }
  .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active {
    background: rgba(197, 225, 165, 0.68);
  }
  .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus {
    background: rgba(197, 225, 165, 0.12);
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
  }
  .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink {
    background-color: rgba(197, 225, 165, 0.16);
  }
  .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus {
    background: rgba(255, 245, 157, 0.76);
  }
  .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active {
    background: rgba(255, 245, 157, 0.68);
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus {
    background: rgba(255, 245, 157, 0.12);
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
  }
  .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink {
    background-color: rgba(255, 245, 157, 0.16);
  }
  .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.76);
  }
  .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active {
    background: rgba(206, 147, 216, 0.68);
  }
  .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.12);
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
  }
  .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus {
    background: rgba(239, 154, 154, 0.76);
  }
  .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active {
    background: rgba(239, 154, 154, 0.68);
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus {
    background: rgba(239, 154, 154, 0.12);
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
  }
  .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink {
    background-color: rgba(239, 154, 154, 0.16);
  }
  .p-button.p-button-contrast:enabled:focus,
  .p-button-group.p-button-contrast > .p-button:enabled:focus,
  .p-splitbutton.p-button-contrast > .p-button:enabled:focus {
    background: rgba(255, 255, 255, 0.76);
  }
  .p-button.p-button-contrast:enabled:active,
  .p-button-group.p-button-contrast > .p-button:enabled:active,
  .p-splitbutton.p-button-contrast > .p-button:enabled:active {
    background: rgba(255, 255, 255, 0.68);
  }
  .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus,
  .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active {
    background: rgba(255, 255, 255, 0.16);
  }
  .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink,
  .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink {
    background-color: rgba(255, 255, 255, 0.16);
  }
  .p-calendar-w-btn {
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    background: #1e1e1e;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  }
  .p-calendar-w-btn .p-inputtext {
    background-image: none;
    background-color: transparent;
    border: 0 none;
  }
  .p-calendar-w-btn .p-inputtext:enabled:focus {
    box-shadow: none;
  }
  .p-calendar-w-btn .p-datepicker-trigger.p-button {
    background-color: transparent;
    border: 0 none;
  }
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
    color: rgba(255, 255, 255, 0.6);
  }
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled {
    background-color: transparent !important;
  }
  .p-calendar-w-btn:not(.p-disabled):hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
    border-color: #CE93D8;
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-datepicker .p-datepicker-header {
    border-bottom: 0 none;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    margin: 0 auto 0 0;
    order: 1;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev {
    order: 2;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    order: 3;
  }
  .p-datepicker table th {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
    color: rgba(255, 255, 255, 0.38);
    font-weight: 400;
    font-size: 0.875rem;
  }
  .p-datepicker table td.p-datepicker-today > span {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38);
  }
  .p-datepicker table td.p-datepicker-today.p-highlight {
    box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16);
  }
  .p-calendar.p-invalid .p-inputtext:enabled:focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-calendar.p-invalid.p-calendar-w-btn {
    border-color: #f44435;
  }
  .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus {
    box-shadow: none;
  }
  .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-input-filled .p-calendar-w-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-calendar-w-btn .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-calendar-w-btn .p-inputtext:enabled:hover, .p-input-filled .p-calendar-w-btn .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-calendar-w-btn .p-inputtext {
    border: 0 none;
  }
  .p-input-filled .p-calendar.p-invalid .p-inputtext {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus {
    box-shadow: none;
    border-color: transparent;
  }
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext,
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover,
  .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus {
    border: 0 none;
    background-image: none;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #A5D6A7;
    color: #121212;
  }
  .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger {
    background-image: none;
    background: transparent;
  }
  .p-cascadeselect .p-cascadeselect-label {
    border: 0 none;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-cascadeselect-item-content .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-input-filled .p-cascadeselect {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-cascadeselect .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-cascadeselect .p-inputtext:enabled:hover, .p-input-filled .p-cascadeselect .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-cascadeselect .p-cascadeselect-label:hover {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-cascadeselect.p-invalid {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-cascadeselect.p-invalid:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-checkbox {
    border-radius: 50%;
    transition: box-shadow 0.2s;
  }
  .p-checkbox .p-checkbox-input {
    border-radius: 2px;
  }
  .p-checkbox .p-checkbox-box {
    border-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 2px;
    position: relative;
  }
  .p-checkbox.p-highlight .p-checkbox-box .p-checkbox-icon.pi-check:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 50ms linear forwards;
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
    border-color: hsla(0, 0%, 100%, 0.7);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
    border-color: hsla(0, 0%, 100%, 0.7);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
  }
  .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box {
    border-color: #CE93D8;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #1e1e1e;
  }
  .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) {
    background-color: #1e1e1e;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #1e1e1e;
  }
  .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) {
    background-color: #1e1e1e;
  }
  @keyframes checkbox-check {
    0% {
      width: 0;
      height: 0;
      border-color: #121212;
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
    33% {
      width: 4px;
      height: 0;
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
    100% {
      width: 4px;
      height: 10px;
      border-color: #121212;
      transform: translate3d(0, -10px, 0) rotate(45deg);
    }
  }
  .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-input-filled .p-chips-multiple-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-chips-multiple-container .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-chips-multiple-container .p-inputtext:enabled:hover, .p-input-filled .p-chips-multiple-container .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-float-label .p-chips-multiple-container .p-chips-token {
    padding: 0.25rem 1rem;
  }
  .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    font-size: 75%;
  }
  .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0;
  }
  .p-input-filled .p-chips.p-invalid .p-chips-multiple-container {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-datatable .p-sortable-column {
    outline: 0 none;
  }
  .p-datatable .p-sortable-column:focus {
    background-color: rgba(255, 255, 255, 0.03);
  }
  .p-datatable .p-datatable-tbody > tr {
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus {
    background-color: rgba(255, 255, 255, 0.03);
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #CE93D8;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #CE93D8;
  }
  .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger {
    background-image: none;
    background: transparent;
  }
  .p-dropdown .p-inputtext {
    border: 0 none;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-dropdown-item .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-input-filled .p-dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-dropdown .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-dropdown .p-inputtext:enabled:hover, .p-input-filled .p-dropdown .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-dropdown .p-inputtext {
    border: 0 none;
  }
  .p-input-filled .p-dropdown.p-invalid {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-dropdown.p-invalid:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #A5D6A7;
    color: #121212;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: rgba(165, 214, 167, 0.68);
    color: #121212;
  }
  .p-inputtext:enabled:focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-inputtext:enabled:focus.p-invalid {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-input-filled .p-inputtext {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  }
  .p-input-filled .p-inputtext:enabled:focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-inputtext.p-invalid.p-component {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus {
    box-shadow: none;
    border-color: transparent;
  }
  .p-input-filled .p-inputgroup .p-inputgroup-addon {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-inputgroup .p-inputgroup-addon:last-child {
    border-right-color: transparent;
  }
  .p-input-filled .p-inputgroup-addon:first-child,
  .p-input-filled .p-inputgroup button:first-child,
  .p-input-filled .p-inputgroup input:first-child,
  .p-input-filled .p-inputgroup > .p-inputwrapper:first-child,
  .p-input-filled .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
    border-bottom-left-radius: 0;
  }
  .p-input-filled .p-inputgroup .p-float-label:first-child input {
    border-bottom-left-radius: 0;
  }
  .p-input-filled .p-inputgroup-addon:last-child,
  .p-input-filled .p-inputgroup button:last-child,
  .p-input-filled .p-inputgroup input:last-child,
  .p-input-filled .p-inputgroup > .p-inputwrapper:last-child,
  .p-input-filled .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
    border-bottom-right-radius: 0;
  }
  .p-input-filled .p-inputgroup .p-float-label:last-child input {
    border-bottom-right-radius: 0;
  }
  .p-inputnumber.p-invalid .p-inputtext:enabled:focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-input-filled .p-inputnumber.p-invalid .p-inputtext {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus {
    box-shadow: none;
    border-color: transparent;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    transition-property: box-shadow transform;
    box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before {
    box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
  }
  .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
  }
  .p-fieldset .p-fieldset-legend {
    border: 0 none;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.5rem !important;
    background-color: #1e1e1e;
    padding: 2px 4px;
    margin-left: -4px;
    margin-top: 0;
  }
  .p-float-label textarea ~ label {
    margin-top: 0;
  }
  .p-float-label input:focus ~ label,
  .p-float-label .p-inputwrapper-focus ~ label {
    color: #CE93D8;
  }
  .p-input-filled .p-float-label .p-inputtext {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label input:focus ~ label,
  .p-input-filled .p-float-label input.p-filled ~ label,
  .p-input-filled .p-float-label textarea:focus ~ label,
  .p-input-filled .p-float-label textarea.p-filled ~ label,
  .p-input-filled .p-float-label .p-inputwrapper-focus ~ label,
  .p-input-filled .p-float-label .p-inputwrapper-filled ~ label {
    top: 0.25rem !important;
    margin-top: 0;
    background: transparent;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-listbox .p-listbox-list .p-listbox-item:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-megamenu .p-menuitem .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-menu .p-menuitem .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-menubar .p-menuitem .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item {
    line-height: 1rem;
  }
  .p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
    background-image: none;
    background: transparent;
  }
  .p-multiselect .p-multiselect-label {
    border: 0 none;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-input-filled .p-multiselect {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-multiselect .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-multiselect .p-inputtext:enabled:hover, .p-input-filled .p-multiselect .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-multiselect .p-multiselect-label:hover {
    background-image: none;
    background: transparent;
  }
  .p-float-label .p-multiselect-label .p-multiselect-token {
    padding: 0.25rem 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-input-filled .p-float-label .p-multiselect .p-multiselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    font-size: 75%;
  }
  .p-input-filled .p-multiselect.p-invalid {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-multiselect.p-invalid:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.5rem;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-paginator {
    justify-content: flex-end;
  }
  .p-paginator .p-paginator-element:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-paginator .p-paginator-element:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-input-filled .p-password.p-invalid > .p-inputtext {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus {
    box-shadow: none;
    border-color: transparent;
  }
  .p-password.p-invalid > .p-inputtext:enabled:focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-panel {
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  }
  .p-panel .p-panel-header,
  .p-panel .p-panel-content,
  .p-panel .p-panel-footer {
    border: 0 none;
  }
  .p-panel .p-panel-content {
    padding-top: 0;
  }
  .p-panel .p-panel-title {
    font-size: 1.25rem;
  }
  .p-panel .p-panel-header-icon:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-panelmenu .p-panelmenu-panel {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    transition: margin-bottom 225ms;
  }
  .p-panelmenu .p-panelmenu-panel:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-icon {
    order: 1;
    margin-left: auto;
    margin-right: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled {
    opacity: 1;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link > * {
    opacity: 0.38;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus {
    background: rgba(255, 255, 255, 0.04);
  }
  .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-picklist .p-picklist-list .p-picklist-item:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-progressbar {
    border-radius: 0;
  }
  .p-progressbar .p-progressbar-label {
    display: none;
  }
  .p-radiobutton {
    border-radius: 50%;
    transition: box-shadow 0.2s;
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) {
    box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
    border: 2px solid hsla(0, 0%, 100%, 0.7);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight {
    box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
  }
  .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box {
    border-color: #CE93D8;
  }
  .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box {
    background-color: #1e1e1e;
  }
  .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) {
    background-color: #1e1e1e;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #1e1e1e;
  }
  .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) {
    background-color: #1e1e1e;
  }
  .p-rating {
    gap: 0;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    justify-content: center;
  }
  .p-rating .p-rating-item:focus {
    background: rgba(206, 147, 216, 0.12);
  }
  .p-rating .p-rating-item:focus.p-rating-cancel-item {
    background: rgba(244, 68, 53, 0.12);
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item {
    background: rgba(244, 68, 53, 0.04);
  }
  .p-selectbutton .p-button:focus {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.12);
  }
  .p-selectbutton .p-button:focus.p-highlight {
    background: #262626;
    border-color: rgba(255, 255, 255, 0.12);
  }
  .p-slidemenu .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-slider .p-slider-handle {
    transition: transform 0.2s, box-shadow 0.2s;
    transform: scale(0.7);
  }
  .p-slider .p-slider-handle:focus {
    box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2);
  }
  .p-slider.p-slider-sliding .p-slider-handle {
    transform: scale(1);
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.12);
  }
  .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
  }
  .p-splitbutton.p-button-outlined > .p-button {
    box-shadow: inset 0 0 0 1px;
  }
  .p-splitbutton.p-button-outlined > .p-button:enabled:focus {
    box-shadow: inset 0 0 0 1px;
  }
  .p-splitbutton.p-button-outlined > .p-button:enabled:active {
    box-shadow: inset 0 0 0 1px;
  }
  .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton {
    margin-left: -1px;
    width: calc(3rem + 1px);
  }
  .p-splitbutton.p-disabled.p-button-text > .p-button {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.38) !important;
  }
  .p-splitbutton.p-disabled.p-button-outlined > .p-button {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.38) !important;
    border-color: rgba(255, 255, 255, 0.38) !important;
  }
  .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(165, 214, 167, 0.12);
  }
  .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(165, 214, 167, 0.16);
  }
  .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(144, 202, 249, 0.12);
  }
  .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(144, 202, 249, 0.16);
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(197, 225, 165, 0.12);
  }
  .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(197, 225, 165, 0.16);
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(255, 245, 157, 0.12);
  }
  .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(255, 245, 157, 0.16);
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(206, 147, 216, 0.12);
  }
  .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(206, 147, 216, 0.16);
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus {
    background: rgba(239, 154, 154, 0.12);
  }
  .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active {
    background: rgba(239, 154, 154, 0.16);
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    background-color: #9e9d9e;
    color: #ffffff;
    font-size: 0.857rem;
    min-width: 1.714rem;
    height: 1.714rem;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number {
    background-color: #CE93D8;
    color: #121212;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    margin-inline-start: 1.75rem;
  }
  .p-steps {
    padding: 1rem 0;
  }
  .p-steps .p-steps-item {
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
  }
  .p-steps .p-steps-item:before {
    position: static;
    left: auto;
    top: auto;
    margin-top: 0;
  }
  .p-steps .p-steps-item:last-child {
    flex-grow: 0;
  }
  .p-steps .p-steps-item:last-child:before {
    display: none;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    flex-direction: row;
    flex: 1 1 auto;
    overflow: visible;
    padding: 1rem 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    background-color: #9e9d9e;
    color: #ffffff;
    font-size: 0.857rem;
    min-width: 1.714rem;
    height: 1.714rem;
    line-height: 1.714rem;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin: 0;
    padding-left: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background-color: #CE93D8;
    color: #121212;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.87);
  }
  .p-steps .p-steps-item.p-disabled {
    opacity: 1;
  }
  .p-tabview .p-tabview-nav {
    position: relative;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    transition: background-color 0.2s;
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus {
    background-color: rgba(206, 147, 216, 0.12);
  }
  .p-tabview .p-tabview-nav .p-tabview-ink-bar {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #CE93D8;
    transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  }
  .p-tieredmenu .p-menuitem-link:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-toolbar {
    border: 0 none;
  }
  .p-tooltip .p-tooltip-text {
    box-shadow: none;
    font-size: 0.875rem;
  }
  .p-tooltip .p-tooltip-arrow {
    display: none;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
    background: rgba(255, 255, 255, 0.12);
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight {
    background: rgba(206, 147, 216, 0.24);
  }
  .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger {
    background-image: none;
    background: transparent;
  }
  .p-treeselect .p-treeselect-label {
    border: 0 none;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8;
  }
  .p-treeselect-item .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-input-filled .p-treeselect {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid transparent;
    background: hsla(0, 0%, 100%, 0.06) no-repeat;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    background-origin: border-box;
  }
  .p-input-filled .p-treeselect .p-inputtext {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: hsla(0, 0%, 100%, 0.08);
    border-color: transparent;
    background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: transparent;
    background-size: 100% 2px, 100% 1px;
  }
  .p-input-filled .p-treeselect .p-inputtext:enabled:hover, .p-input-filled .p-treeselect .p-inputtext:enabled:focus {
    background-image: none;
    background: transparent;
  }
  .p-input-filled .p-treeselect .p-treeselect-label:hover {
    background-image: none;
    background: transparent;
  }
  .p-float-label .p-treeselect-label .p-treeselect-token {
    padding: 0.25rem 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-input-filled .p-float-label .p-treeselect .p-treeselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token .p-treeselect-token-icon {
    font-size: 75%;
  }
  .p-input-filled .p-treeselect.p-invalid {
    border-color: transparent;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover {
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus {
    box-shadow: none;
    background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435);
  }
  .p-treeselect.p-invalid:not(.p-disabled).p-focus {
    box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435;
  }
  .p-treetable .p-sortable-column {
    outline: 0 none;
  }
  .p-treetable .p-sortable-column:focus {
    background-color: rgba(255, 255, 255, 0.03);
  }
  .p-treetable .p-treetable-tbody > tr {
    outline: 0 none;
  }
  .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus {
    background-color: rgba(255, 255, 255, 0.03);
  }
  .p-tabmenu .p-tabmenu-nav {
    position: relative;
  }
  .p-tabmenu .p-tabmenu-nav li .p-menuitem-link {
    transition: background-color 0.2s;
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink {
    background-color: rgba(206, 147, 216, 0.16);
  }
  .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus {
    background-color: rgba(206, 147, 216, 0.12);
  }
  .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus {
    background-color: rgba(206, 147, 216, 0.12);
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #CE93D8;
    transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
    background: #1c1c1c;
    border-color: rgba(255, 255, 255, 0.12);
  }
  .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button {
    background: #262626;
    border-color: rgba(255, 255, 255, 0.12);
  }
}
/* Customizations to the designer theme should be defined here */
