@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lexend:wght@100..900&display=swap";

/* src/styles.scss */
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
@layer properties;
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("./media/roboto-400-GDTXFWKH.css");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("./media/roboto-500-K4LUTLV7.css");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("./media/roboto-700-5SA3F6V4.css");
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-RSSEDYLY.eot");
  src:
    url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-4GST5W3O.woff2") format("woff2"),
    url("./media/primeicons-P53SE5CV.woff") format("woff"),
    url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),
    url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
.preloader {
  position: fixed;
  z-index: 999999;
  background: #edf1f5;
  width: 100%;
  height: 100%;
}
.preloader-content {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}
.preloader-content:before,
.preloader-content:after {
  content: "";
  border: 1em solid var(--primary-color);
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.preloader-content:before {
  animation-delay: 0.5s;
}
@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("./media/roboto-400-GDTXFWKH.css");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("./media/roboto-500-K4LUTLV7.css");
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("./media/roboto-700-5SA3F6V4.css");
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-weight: 400;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background: var(--p-surface-ground);
  color: var(--p-text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
body .p-component {
  font-family: "Work Sans", sans-serif;
}
a {
  text-decoration: none;
  color: var(--p-surface-800);
}
.layout-container {
  min-height: 100vh;
}
.layout-topbar {
  position: fixed;
  height: 5rem;
  z-index: 997;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 2rem;
  background-color: var(--p-surface-50);
  transition: left 0.2s;
  display: flex;
  align-items: center;
  box-shadow:
    0px 3px 5px rgba(0, 0, 0, 0.02),
    0px 0px 2px rgba(0, 0, 0, 0.05),
    0px 1px 4px rgba(0, 0, 0, 0.08);
}
.layout-topbar .layout-topbar-logo {
  display: flex;
  align-items: center;
  color: var(--p-surface-900);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 12px;
}
.layout-topbar .layout-topbar-logo img {
  height: 2rem;
  margin-right: 0.5rem;
}
.layout-topbar .layout-topbar-logo:focus {
  outline: 0 none;
  outline-offset: 0;
  transition: box-shadow 0.2s;
  box-shadow: var(--focus-ring);
}
.layout-topbar .layout-topbar-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--p-text-color-secondary);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.layout-topbar .layout-topbar-button:hover {
  color: var(--p-text-color);
  background-color: var(--p-surface-hover);
}
.layout-topbar .layout-topbar-button:focus {
  outline: 0 none;
  outline-offset: 0;
  transition: box-shadow 0.2s;
  box-shadow: var(--focus-ring);
}
.layout-topbar .layout-topbar-button i {
  font-size: 1.5rem;
}
.layout-topbar .layout-topbar-button span {
  font-size: 1rem;
  display: none;
}
.layout-topbar .layout-menu-button {
  margin-left: 2rem;
}
.layout-topbar .layout-topbar-menu-button {
  display: none;
}
.layout-topbar .layout-topbar-menu-button i {
  font-size: 1.25rem;
}
.layout-topbar .layout-topbar-menu {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.layout-topbar .layout-topbar-menu .layout-topbar-button {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .layout-topbar {
    justify-content: space-between;
  }
  .layout-topbar .layout-topbar-logo {
    width: auto;
    order: 2;
  }
  .layout-topbar .layout-menu-button {
    margin-left: 0;
    order: 1;
  }
  .layout-topbar .layout-topbar-menu-button {
    display: inline-flex;
    margin-left: 0;
    order: 3;
  }
  .layout-topbar .layout-topbar-menu {
    margin-left: 0;
    position: absolute;
    flex-direction: column;
    background-color: var(--p-surface-overlay);
    box-shadow:
      0px 3px 5px rgba(0, 0, 0, 0.02),
      0px 0px 2px rgba(0, 0, 0, 0.05),
      0px 1px 4px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1rem;
    right: 2rem;
    top: 5rem;
    min-width: 15rem;
    display: none;
    -webkit-animation: scalein 0.15s linear;
    animation: scalein 0.15s linear;
  }
  .layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active {
    display: block;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-button {
    margin-left: 0;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    border-radius: 12px;
    padding: 1rem;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-button i {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .layout-topbar .layout-topbar-menu .layout-topbar-button span {
    font-weight: medium;
    display: block;
  }
}
.layout-sidebar {
  position: fixed;
  width: 280px;
  height: 100vh;
  border-top: 2px solid var(--main-blue, #0573e8);
  z-index: 999;
  overflow-y: auto;
  -webkit-user-select: none;
  user-select: none;
  top: 5rem;
  left: 0;
  transition: transform 0.2s, left 0.2s;
  background-color: var(--p-surface-overlay);
  padding: 0.5rem 1.5rem;
}
.layout-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-menu .layout-root-menuitem > .layout-menuitem-root-text {
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--p-surface-900);
  margin: 0.75rem 0;
}
.layout-menu .layout-root-menuitem > a {
  display: none;
}
.layout-menu a {
  -webkit-user-select: none;
  user-select: none;
}
.layout-menu a.active-menuitem > .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-menu li.active-menuitem > a .layout-submenu-toggler {
  transform: rotate(-180deg);
}
.layout-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.layout-menu ul a {
  display: flex;
  align-items: center;
  position: relative;
  outline: 0 none;
  color: var(--text-color);
  cursor: pointer;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.layout-menu ul a .layout-menuitem-icon {
  margin-right: 0.5rem;
}
.layout-menu ul a .layout-submenu-toggler {
  font-size: 75%;
  margin-left: auto;
  transition: transform 0.2s;
}
.layout-menu ul a.active-route {
  font-weight: 700;
  color: var(--p-primary-color);
}
.layout-menu ul a:hover {
  background-color: var(--p-surface-hover);
}
.layout-menu ul a:focus {
  outline: 0 none;
  outline-offset: 0;
  transition: box-shadow 0.2s;
  box-shadow: inset var(--focus-ring);
}
.layout-menu ul ul {
  overflow: hidden;
  border-radius: 12px;
}
.layout-menu ul ul li a {
  margin-left: 1rem;
}
.layout-menu ul ul li li a {
  margin-left: 2rem;
}
.layout-menu ul ul li li li a {
  margin-left: 2.5rem;
}
.layout-menu ul ul li li li li a {
  margin-left: 3rem;
}
.layout-menu ul ul li li li li li a {
  margin-left: 3.5rem;
}
.layout-menu ul ul li li li li li li a {
  margin-left: 4rem;
}
.layout-main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  padding: 7rem 2rem 2rem 2rem;
  transition: margin-left 0.2s;
}
@media screen and (min-width: 1960px) {
  .layout-main,
  .landing-wrapper {
    width: 1504px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .layout-wrapper.layout-overlay .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper.layout-overlay .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    height: 100vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .layout-wrapper.layout-overlay.layout-overlay-active .layout-sidebar {
    transform: translateX(0);
  }
  .layout-wrapper.layout-static .layout-main-container {
    margin-left: 280px;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
  }
  .layout-wrapper.layout-static.layout-static-inactive .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper .layout-mask {
    display: none;
  }
}
@media (max-width: 991px) {
  .blocked-scroll {
    overflow: hidden;
  }
  .layout-wrapper .layout-main-container {
    margin-left: 0;
    padding-left: 2rem;
  }
  .layout-wrapper .layout-sidebar {
    transform: translateX(-100%);
    left: 0;
    top: 0;
    height: 100vh;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .layout-wrapper .layout-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: var(--maskbg);
  }
  .layout-wrapper.layout-mobile-active .layout-sidebar {
    transform: translateX(0);
  }
  .layout-wrapper.layout-mobile-active .layout-mask {
    display: block;
    animation: fadein 0.2s;
  }
}
.card {
  background: var(--p-surface-50);
  border: 1px solid var(--p-surface-100);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  border-radius: 12px;
}
.card:last-child {
  margin-bottom: 0;
}
.p-toast.p-toast-top-right,
.p-toast.p-toast-top-left,
.p-toast.p-toast-top-center {
  top: 70px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: var(--surface-900);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
mark {
  background: #FFF8E1;
  padding: 0.25rem 0.4rem;
  border-radius: var(--p-border-radius);
  font-family: monospace;
}
blockquote {
  margin: 1rem 0;
  padding: 0 2rem;
  border-left: 4px solid #90A4AE;
}
hr {
  border-top: solid var(--p-surface-border);
  border-width: 1px 0 0 0;
  margin: 1rem 0;
}
p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
.p-datatable .p-datatable-wrapper {
  border-radius: 6px 6px 0 0;
}
.p-datatable.p-datatable-striped .p-datatable-thead > tr {
  display: flex;
  overflow: hidden;
  border-top: none;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.p-datatable.p-datatable-striped .p-datatable-thead > tr > th {
  flex: 1 1 0%;
  background-color: rgba(5, 115, 232, 0.5019607843);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.p-datatable.p-datatable-striped .p-sortable-column.p-highlight:hover,
.p-datatable.p-datatable-striped .p-sortable-column:not(.p-highlight):hover {
  background: #0573E8;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-sortable-column.p-highlight .p-icon.p-sortable-column-icon,
.p-datatable.p-datatable-striped .p-sortable-column:not(.p-highlight) .p-icon.p-sortable-column-icon {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr {
  display: flex;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(odd),
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(odd):hover {
  background: #E6F1FD;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even),
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even):hover {
  background: #F3F8FE;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr > td {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 2px solid #fff;
  border-spacing: 0px 2px !important;
}
.p-datatable .p-datatable-header {
  background: transparent;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-datatable .p-paginator-bottom {
  box-shadow: none !important;
}
.p-inputtext {
  border: 1px solid #0573E8;
}
.p-inputtext.border-round-3xl {
  border: 1px solid #0573E8;
}
.card {
  background: var(--p-surface-50);
  border: 1px solid var(--p-surface-100);
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
  border-radius: 12px;
}
.card:last-child {
  margin-bottom: 0;
}
.p-toast.p-toast-top-right,
.p-toast.p-toast-top-left,
.p-toast.p-toast-top-center {
  top: 100px;
}
.p-chip {
  border-radius: 8px;
  padding: 0;
}
.p-dropdown {
  border: 1px solid #0573E8;
}
.p-tabmenu .p-tabmenu-nav {
  background: none;
  border: solid rgba(0, 0, 0, 0.12);
  border-width: 0 0 1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  color: #0573E8;
  border-color: #0573E8;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  background: none !important;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar {
  background: #0573E8;
}
.p-button {
  background: #0573E8;
  font-weight: bold;
}
.p-button .p-element:hover {
  background: #0573E8;
}
.p-panel-component {
  width: 100%;
  border-radius: 12px;
}
.p-panel-component .p-toggleable-content {
  border-bottom: 2px solid #0573E8;
  border-radius: 6px;
}
.p-panel {
  border-radius: 12px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon,
.p-panel .p-panel-header .p-panel-header-icon:hover:focus {
  border: 1px solid gray;
}
.p-panel .p-panel-content-header {
  background: rgba(5, 115, 232, 0.05);
  border-radius: 12px 12px 0px 0px;
}
.p-link {
  cursor: pointer;
}
:root {
  font-family: var(--font-family);
  font-size: 14;
  --font-family: "DM Sans", sans-serif;
  --primary-color: var(--socium-primary-700);
  --highlight-text-color: #0573E8;
  --surface-border: #0573E8;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
  --socium-primary-50: #edfaff;
  --socium-primary-100: #d7f2ff;
  --socium-primary-200: #b7eaff;
  --socium-primary-300: #85dfff;
  --socium-primary-400: #4ccbff;
  --socium-primary-500: #23adff;
  --socium-primary-600: #0c90ff;
  --socium-primary-700: #0573e8;
  --socium-primary-800: #0c5ec1;
  --socium-primary-900: #105198;
  --socium-primary-950: #0f325c;
  --socium-secondary-50: #f9e8f9;
  --socium-secondary-100: #f0c4f0;
  --socium-secondary-200: #e8a3e8;
  --socium-secondary-300: #df80df;
  --socium-secondary-400: #d761d7;
  --socium-secondary-500: #ce42ce;
  --socium-secondary-600: #b938b9;
  --socium-secondary-700: #9d2f9d;
  --socium-secondary-800: #822682;
  --socium-secondary-900: #681d68;
  --socium-secondary-950: #4d154d;
  --socium-surface-50: #ffffff;
  --socium-surface-100: #efefef;
  --socium-surface-200: #dcdcdc;
  --socium-surface-300: #bdbdbd;
  --socium-surface-400: #989898;
  --socium-surface-500: #7c7c7c;
  --socium-surface-600: #656565;
  --socium-surface-700: #525252;
  --socium-surface-800: #464646;
  --socium-surface-900: #3d3d3d;
  --socium-surface-950: #292929;
}
:root.dark {
  --primary-color: $socium-primary-500;
  --highlight-text-color: #1E88E5;
  --surface-border: #1E88E5;
}
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-cyan-100: oklch(95.6% 0.045 203.388);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-auto {
    right: auto;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .order-none {
    order: 0;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-auto {
    margin: auto;
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-12 {
    margin-inline: calc(var(--spacing) * 12);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .ml-20 {
    margin-left: calc(var(--spacing) * 20);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-2\/12 {
    width: calc(2/12 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-3\/12 {
    width: calc(3/12 * 100%);
  }
  .w-4\/12 {
    width: calc(4/12 * 100%);
  }
  .w-4xl {
    width: var(--container-4xl);
  }
  .w-6\/12 {
    width: calc(6/12 * 100%);
  }
  .w-7\/12 {
    width: calc(7/12 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-8\/12 {
    width: calc(8/12 * 100%);
  }
  .w-9\/12 {
    width: calc(9/12 * 100%);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-150 {
    width: calc(var(--spacing) * 150);
  }
  .w-\[25rem\] {
    width: 25rem;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-max {
    max-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .content-end {
    align-content: flex-end;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-border {
    border-radius: var(--p-content-border-radius);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-6 {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-blue-400 {
    border-color: var(--color-blue-400);
  }
  .border-blue-600 {
    border-color: var(--color-blue-600);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-green-400 {
    border-color: var(--color-green-400);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .border-surface {
    border-color: var(--p-content-border-color);
  }
  .border-surface-0 {
    border-color: var(--p-surface-0);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-400 {
    background-color: var(--color-blue-400);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-blue-700 {
    background-color: var(--color-blue-700);
  }
  .bg-cyan-100 {
    background-color: var(--color-cyan-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-primary-600 {
    background-color: var(--p-primary-600);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--p-primary-600) calc(100% * 1), transparent);
    }
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-surface-0 {
    background-color: var(--p-surface-0);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pr-\[22px\] {
    padding-right: 22px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-color {
    color: var(--p-text-color);
  }
  .text-cyan-500 {
    color: var(--color-cyan-500);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-primary {
    color: var(--p-primary-color);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent);
    }
  }
  .text-primary-contrast {
    color: var(--p-primary-contrast-color);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-primary-contrast-color) calc(100% * 1), transparent);
    }
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-surface-500 {
    color: var(--p-surface-500);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent);
    }
  }
  .text-surface-600 {
    color: var(--p-surface-600);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-600) calc(100% * 1), transparent);
    }
  }
  .text-surface-900 {
    color: var(--p-surface-900);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .first-letter\:uppercase {
    &::first-letter {
      text-transform: uppercase;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--p-primary-color);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent);
        }
      }
    }
  }
  .hover\:shadow {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
          var(--tw-inset-shadow),
          var(--tw-inset-ring-shadow),
          var(--tw-ring-offset-shadow),
          var(--tw-ring-shadow),
          var(--tw-shadow);
      }
    }
  }
  .sm\:order-none {
    @media (width >= 40rem) {
      order: 0;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-0 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-10 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .sm\:w-7\/12 {
    @media (width >= 40rem) {
      width: calc(7/12 * 100%);
    }
  }
  .sm\:w-8\/12 {
    @media (width >= 40rem) {
      width: calc(8/12 * 100%);
    }
  }
  .sm\:w-80 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:p-0 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-6\/12 {
    @media (width >= 48rem) {
      width: calc(6/12 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-56 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 56);
    }
  }
  .md\:w-\[25rem\] {
    @media (width >= 48rem) {
      width: 25rem;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 64rem) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-12 {
    @media (width >= 64rem) {
      grid-column: span 12 / span 12;
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 64rem) {
      width: calc(6/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-12 {
    @media (width >= 80rem) {
      grid-column: span 12 / span 12;
    }
  }
  .dark\:border-surface-900 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--p-surface-900);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:bg-surface-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--p-surface-900);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-0 {
    @media (prefers-color-scheme: dark) {
      color: var(--p-surface-0);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-200 {
    @media (prefers-color-scheme: dark) {
      color: var(--p-surface-200);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--p-surface-300);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
      }
    }
  }
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 14;
}
body {
  font-weight: 400;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #f7fbff;
  color: #1e293b;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.login-container {
  background-image: url("./media/bg-KY7SS2S7.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a {
  text-decoration: none;
  color: var(--primary-color);
  cursor: pointer;
}
.p-timeline-event-opposite {
  display: none !important;
}
.p-timeline-event {
  margin: 10px 0;
}
.p-timeline-event-marker {
  background-color: #7fb800 !important;
  border-color: #7fb800 !important;
}
.p-timeline-event-marker::before {
  background-color: #7fb800 !important;
}
.box-shadow-white {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}
.box-shadow-blue {
  box-shadow: 0px 20px 40px rgba(5, 115, 232, 0.1);
}
.payroll-card {
  background: white;
  border: none;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding-top: 1rem;
}
.payroll-card > div {
  border-radius: 0 12px 12px 0;
}
.custom-tooltip.p-tooltip .p-tooltip-text {
  display: flex;
  width: 500px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  background-color: #0573e8;
}
.custom-tooltip.p-tooltip {
  align-items: center;
  border-radius: 6px;
  box-shadow: 2px 1px 4px 1px rgba(5, 115, 232, 0.2);
}
.custom-tooltip.p-tooltip .p-tooltip-arrow {
  display: block;
}
.custom-tooltip.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #0573e8;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #fff;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #f0f0f0;
}
.p-datatable .p-datatable-header,
.p-datatable .p-datatable-footer,
.p-datatable .p-paginator {
  border: 0 !important;
}
.p-datatable .p-paginator-bottom {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.0509803922);
}
.p-button {
  font-size: 15px !important;
  font-weight: 600 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-button .p-button-info {
  background: #0573e8 !important;
}
.p-splitbutton .p-splitbutton-defaultbutton {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.p-splitbutton .p-splitbutton-menubutton {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.p-dropdown-panel,
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px rgba(0, 0, 0, 0.1411764706),
    0 1px 10px rgba(5, 107, 250, 0.1215686275);
  border-bottom: 3px solid rgba(5, 115, 232, 0.8) !important;
}
.page-title {
  color: #0d0140 !important;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-autocomplete {
  width: 100%;
}
.p-autocomplete input {
  width: 100%;
}
.p-button-icon-only.p-button-rounded {
  padding: 0 !important;
}
.p-toggleswitch {
  position: relative !important;
}
.text-green {
  color: #7fb800;
}
.text-orange {
  color: #fe7611;
}
.p-datepicker {
  width: 100%;
}
@keyframes enter {
  from {
    opacity: var(--p-enter-opacity, 1);
    transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
  }
}
@keyframes leave {
  to {
    opacity: var(--p-leave-opacity, 1);
    transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
  }
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

/* node_modules/@iconscout/unicons/css/line.css */
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-0-RCUIJWMV.eot");
  src:
    url("./media/unicons-0-RCUIJWMV.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-0-SU5U7ZG2.woff2") format("woff2"),
    url("./media/unicons-0-VLYGI44X.woff") format("woff"),
    url("./media/unicons-0-OREV4SUE.ttf") format("truetype"),
    url("./media/unicons-0-SG4X5OKH.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E800-E83B;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-1-CYTZEHDL.eot");
  src:
    url("./media/unicons-1-CYTZEHDL.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-1-G3OQBA66.woff2") format("woff2"),
    url("./media/unicons-1-6NRZKR5D.woff") format("woff"),
    url("./media/unicons-1-H25NNTMT.ttf") format("truetype"),
    url("./media/unicons-1-7OFVTPNY.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E83C-E877;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-10-NY7VGRI7.eot");
  src:
    url("./media/unicons-10-NY7VGRI7.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-10-NNV6MSLL.woff2") format("woff2"),
    url("./media/unicons-10-3A5YYMLC.woff") format("woff"),
    url("./media/unicons-10-MXJARLUV.ttf") format("truetype"),
    url("./media/unicons-10-M2H3BAWE.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA5C-EA98;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-11-KUU6QE6O.eot");
  src:
    url("./media/unicons-11-KUU6QE6O.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-11-VLAIKOU4.woff2") format("woff2"),
    url("./media/unicons-11-4CNV2XUU.woff") format("woff"),
    url("./media/unicons-11-VKNBMKP2.ttf") format("truetype"),
    url("./media/unicons-11-M675QCIA.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA99-EAD6;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-12-ODZK6NWP.eot");
  src:
    url("./media/unicons-12-ODZK6NWP.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-12-MMXAA4CS.woff2") format("woff2"),
    url("./media/unicons-12-G3LZNRXM.woff") format("woff"),
    url("./media/unicons-12-LIYIZIBB.ttf") format("truetype"),
    url("./media/unicons-12-OPXLIT5P.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EAD7-EB13;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-13-KXLII3JQ.eot");
  src:
    url("./media/unicons-13-KXLII3JQ.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-13-M5SEA5EP.woff2") format("woff2"),
    url("./media/unicons-13-N7M6L2OB.woff") format("woff"),
    url("./media/unicons-13-VUF2PP3K.ttf") format("truetype"),
    url("./media/unicons-13-U3QD4RVK.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB14-EB53;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-14-NVW5D2FO.eot");
  src:
    url("./media/unicons-14-NVW5D2FO.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-14-U6UEXZIB.woff2") format("woff2"),
    url("./media/unicons-14-LY6SBEZ3.woff") format("woff"),
    url("./media/unicons-14-KVJEEX7O.ttf") format("truetype"),
    url("./media/unicons-14-YVPTQBYX.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB54-EB90;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-15-WOZFPIAS.eot");
  src:
    url("./media/unicons-15-WOZFPIAS.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-15-RYFIGQ6M.woff2") format("woff2"),
    url("./media/unicons-15-M5A4MZWT.woff") format("woff"),
    url("./media/unicons-15-EJ2KIXZ5.ttf") format("truetype"),
    url("./media/unicons-15-IOKPXBXO.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EB91-EBCC;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-16-I22MYMJT.eot");
  src:
    url("./media/unicons-16-I22MYMJT.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-16-UNWPYTAP.woff2") format("woff2"),
    url("./media/unicons-16-U3MKOHPX.woff") format("woff"),
    url("./media/unicons-16-25P5HR5Y.ttf") format("truetype"),
    url("./media/unicons-16-D3W5OKRN.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EBCD-EC08;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-17-PBJXEPAS.eot");
  src:
    url("./media/unicons-17-PBJXEPAS.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-17-RSHC2FOY.woff2") format("woff2"),
    url("./media/unicons-17-WKW44FOS.woff") format("woff"),
    url("./media/unicons-17-Q5PPK5JH.ttf") format("truetype"),
    url("./media/unicons-17-NFGTJYPF.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC09-EC44;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-18-LYI32ED3.eot");
  src:
    url("./media/unicons-18-LYI32ED3.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-18-EABXXBPA.woff2") format("woff2"),
    url("./media/unicons-18-C7I42BHV.woff") format("woff"),
    url("./media/unicons-18-UEYOQ6WD.ttf") format("truetype"),
    url("./media/unicons-18-FCVCOKRN.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC45-EC80;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-19-DPZNGNKH.eot");
  src:
    url("./media/unicons-19-DPZNGNKH.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-19-N5DRNKI7.woff2") format("woff2"),
    url("./media/unicons-19-E36ZXSSM.woff") format("woff"),
    url("./media/unicons-19-Y5QOPOUV.ttf") format("truetype"),
    url("./media/unicons-19-NZCAMZFS.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EC81-ECBC;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-2-V5N2SAHJ.eot");
  src:
    url("./media/unicons-2-V5N2SAHJ.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-2-ATNMITAX.woff2") format("woff2"),
    url("./media/unicons-2-7LRDW7S4.woff") format("woff"),
    url("./media/unicons-2-Q4443EUB.ttf") format("truetype"),
    url("./media/unicons-2-CWSMCN72.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E878-E8B3;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-20-AR73RBCF.eot");
  src:
    url("./media/unicons-20-AR73RBCF.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-20-IAOAYT2L.woff2") format("woff2"),
    url("./media/unicons-20-PHCUUKMG.woff") format("woff"),
    url("./media/unicons-20-BDXBYPCH.ttf") format("truetype"),
    url("./media/unicons-20-AG5UPPZV.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+ECBD-ECC2;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-3-NQGMATWL.eot");
  src:
    url("./media/unicons-3-NQGMATWL.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-3-7PNGG47X.woff2") format("woff2"),
    url("./media/unicons-3-6ONGD2GF.woff") format("woff"),
    url("./media/unicons-3-CXWDWRMK.ttf") format("truetype"),
    url("./media/unicons-3-MWBGAJFU.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E8B4-E8EF;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-4-LZ62A47Q.eot");
  src:
    url("./media/unicons-4-LZ62A47Q.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-4-5LELN5WY.woff2") format("woff2"),
    url("./media/unicons-4-VH33BW5D.woff") format("woff"),
    url("./media/unicons-4-PUUJ6IBV.ttf") format("truetype"),
    url("./media/unicons-4-LBMZZSDL.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E8F0-E92B;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-5-DS6SC7AV.eot");
  src:
    url("./media/unicons-5-DS6SC7AV.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-5-LWNF6YUA.woff2") format("woff2"),
    url("./media/unicons-5-CZJNFSTG.woff") format("woff"),
    url("./media/unicons-5-RO4WLVMS.ttf") format("truetype"),
    url("./media/unicons-5-C3DWHZZS.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E92C-E967;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-6-RYJRQKFD.eot");
  src:
    url("./media/unicons-6-RYJRQKFD.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-6-GVWPSBB2.woff2") format("woff2"),
    url("./media/unicons-6-C4UOZTYB.woff") format("woff"),
    url("./media/unicons-6-V62YPF4G.ttf") format("truetype"),
    url("./media/unicons-6-CNV5XXSX.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E968-E9A4;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-7-BTC7MLZQ.eot");
  src:
    url("./media/unicons-7-BTC7MLZQ.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-7-6MHHQ4Z7.woff2") format("woff2"),
    url("./media/unicons-7-LI3VMZDS.woff") format("woff"),
    url("./media/unicons-7-2EFJ7WYZ.ttf") format("truetype"),
    url("./media/unicons-7-UEJFSZ3E.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9A5-E9E2;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-8-LNQSIBQO.eot");
  src:
    url("./media/unicons-8-LNQSIBQO.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-8-KE7HA2A7.woff2") format("woff2"),
    url("./media/unicons-8-YPIOTG3I.woff") format("woff"),
    url("./media/unicons-8-7GK5SUFP.ttf") format("truetype"),
    url("./media/unicons-8-2EZVKCPF.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+E9E3-EA1E;
}
@font-face {
  font-family: "unicons-line";
  src: url("./media/unicons-9-K5A6RFUY.eot");
  src:
    url("./media/unicons-9-K5A6RFUY.eot#iefix") format("embedded-opentype"),
    url("./media/unicons-9-KJTKKIOL.woff2") format("woff2"),
    url("./media/unicons-9-P5CVMNJR.woff") format("woff"),
    url("./media/unicons-9-OBKOSD4S.ttf") format("truetype"),
    url("./media/unicons-9-VO4QA7Q7.svg#unicons") format("svg");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+EA1F-EA5B;
}
[class^=uil-]:before,
[class*=" uil-"]:before {
  font-family: "unicons-line";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*=uil-].flip-horizontal:before {
  transform: scaleX(-1);
}
[class*=uil-].flip-horizontal.rotate-90:before {
  transform: rotate(90deg) scaleX(-1);
}
[class*=uil-].flip-horizontal.rotate-180:before {
  transform: rotate(180deg) scaleX(-1);
}
[class*=uil-].flip-horizontal.rotate-270:before {
  transform: rotate(270deg) scaleX(-1);
}
[class*=uil-].flip-horizontal.flip-vertical:before {
  transform: scale(-1);
}
[class*=uil-].flip-horizontal.flip-vertical.rotate-90:before {
  transform: rotate(90deg) scale(-1);
}
[class*=uil-].flip-horizontal.flip-vertical.rotate-180:before {
  transform: rotate(180deg) scale(-1);
}
[class*=uil-].flip-horizontal.flip-vertical.rotate-270:before {
  transform: rotate(270deg) scale(-1);
}
[class*=uil-].flip-vertical:before {
  transform: scaleY(-1);
}
[class*=uil-].flip-vertical.rotate-90:before {
  transform: rotate(90deg) scaleY(-1);
}
[class*=uil-].flip-vertical.rotate-180:before {
  transform: rotate(180deg) scaleY(-1);
}
[class*=uil-].flip-vertical.rotate-270:before {
  transform: rotate(270deg) scaleY(-1);
}
[class*=uil-].rotate-90:before {
  transform: rotate(90deg);
}
[class*=uil-].rotate-180:before {
  transform: rotate(180deg);
}
[class*=uil-].rotate-270:before {
  transform: rotate(270deg);
}
.uil-comment-block:before {
  content: "\e800";
}
.uil-comment-alt-edit:before {
  content: "\e801";
}
.uil-comments:before {
  content: "\e802";
}
.uil-comment-alt-search:before {
  content: "\e803";
}
.uil-comment-shield:before {
  content: "\e804";
}
.uil-comment-alt-dots:before {
  content: "\e805";
}
.uil-comment-download:before {
  content: "\e806";
}
.uil-comment-check:before {
  content: "\e807";
}
.uil-comment-alt-chart-lines:before {
  content: "\e808";
}
.uil-comment-alt-download:before {
  content: "\e809";
}
.uil-comment-alt-lock:before {
  content: "\e80a";
}
.uil-comment-medical:before {
  content: "\e80b";
}
.uil-comment-alt-heart:before {
  content: "\e80c";
}
.uil-comment:before {
  content: "\e80d";
}
.uil-comment-alt-share:before {
  content: "\e80e";
}
.uil-comment-alt-upload:before {
  content: "\e80f";
}
.uil-comment-dots:before {
  content: "\e810";
}
.uil-comment-alt-lines:before {
  content: "\e811";
}
.uil-comment-lock:before {
  content: "\e812";
}
.uil-comment-heart:before {
  content: "\e813";
}
.uil-comment-info-alt:before {
  content: "\e814";
}
.uil-comment-upload:before {
  content: "\e815";
}
.uil-comment-alt-medical:before {
  content: "\e816";
}
.uil-chat-info:before {
  content: "\e817";
}
.uil-comment-alt-notes:before {
  content: "\e818";
}
.uil-comment-alt-plus:before {
  content: "\e819";
}
.uil-comment-alt-image:before {
  content: "\e81a";
}
.uil-comment-share:before {
  content: "\e81b";
}
.uil-comment-edit:before {
  content: "\e81c";
}
.uil-comment-alt-block:before {
  content: "\e81d";
}
.uil-comment-chart-line:before {
  content: "\e81e";
}
.uil-comment-alt-question:before {
  content: "\e81f";
}
.uil-comment-lines:before {
  content: "\e820";
}
.uil-comment-redo:before {
  content: "\e821";
}
.uil-comment-alt-check:before {
  content: "\e822";
}
.uil-comment-alt-shield:before {
  content: "\e823";
}
.uil-chat:before {
  content: "\e824";
}
.uil-comment-alt-message:before {
  content: "\e825";
}
.uil-comment-search:before {
  content: "\e826";
}
.uil-chat-bubble-user:before {
  content: "\e827";
}
.uil-comments-alt:before {
  content: "\e828";
}
.uil-comment-image:before {
  content: "\e829";
}
.uil-comment-alt:before {
  content: "\e82a";
}
.uil-comment-verify:before {
  content: "\e82b";
}
.uil-comment-plus:before {
  content: "\e82c";
}
.uil-comment-question:before {
  content: "\e82d";
}
.uil-comment-notes:before {
  content: "\e82e";
}
.uil-comment-alt-exclamation:before {
  content: "\e82f";
}
.uil-comment-exclamation:before {
  content: "\e830";
}
.uil-no-entry:before {
  content: "\e831";
}
.uil-screw:before {
  content: "\e832";
}
.uil-tape:before {
  content: "\e833";
}
.uil-paint-tool:before {
  content: "\e834";
}
.uil-comment-alt-verify:before {
  content: "\e835";
}
.uil-comment-alt-redo:before {
  content: "\e836";
}
.uil-trowel:before {
  content: "\e837";
}
.uil-drill:before {
  content: "\e838";
}
.uil-comment-info:before {
  content: "\e839";
}
.uil-jackhammer:before {
  content: "\e83a";
}
.uil-comment-alt-info:before {
  content: "\e83b";
}
.uil-wheel-barrow:before {
  content: "\e83c";
}
.uil-comment-message:before {
  content: "\e83d";
}
.uil-shovel:before {
  content: "\e83e";
}
.uil-keyhole-square:before {
  content: "\e83f";
}
.uil-keyhole-circle:before {
  content: "\e840";
}
.uil-traffic-barrier:before {
  content: "\e841";
}
.uil-keyhole-square-full:before {
  content: "\e842";
}
.uil-wall:before {
  content: "\e843";
}
.uil-constructor:before {
  content: "\e844";
}
.uil-hard-hat:before {
  content: "\e845";
}
.uil-shield-exclamation:before {
  content: "\e846";
}
.uil-lock-open-alt:before {
  content: "\e847";
}
.uil-unlock:before {
  content: "\e848";
}
.uil-unlock-alt:before {
  content: "\e849";
}
.uil-heart-alt:before {
  content: "\e84a";
}
.uil-octagon:before {
  content: "\e84b";
}
.uil-lock:before {
  content: "\e84c";
}
.uil-triangle:before {
  content: "\e84d";
}
.uil-star:before {
  content: "\e84e";
}
.uil-shield-slash:before {
  content: "\e84f";
}
.uil-lock-access:before {
  content: "\e850";
}
.uil-pentagon:before {
  content: "\e851";
}
.uil-shield-check:before {
  content: "\e852";
}
.uil-square:before {
  content: "\e853";
}
.uil-shield-question:before {
  content: "\e854";
}
.uil-padlock:before {
  content: "\e855";
}
.uil-wheelchair:before {
  content: "\e856";
}
.uil-lock-alt:before {
  content: "\e857";
}
.uil-polygon:before {
  content: "\e858";
}
.uil-circle:before {
  content: "\e859";
}
.uil-copyright:before {
  content: "\e85a";
}
.uil-closed-captioning:before {
  content: "\e85b";
}
.uil-trademark:before {
  content: "\e85c";
}
.uil-heart:before {
  content: "\e85d";
}
.uil-parking-circle:before {
  content: "\e85e";
}
.uil-mars:before {
  content: "\e85f";
}
.uil-sad-squint:before {
  content: "\e860";
}
.uil-registered:before {
  content: "\e861";
}
.uil-nerd:before {
  content: "\e862";
}
.uil-smile:before {
  content: "\e863";
}
.uil-meh-alt:before {
  content: "\e864";
}
.uil-annoyed:before {
  content: "\e865";
}
.uil-sad-dizzy:before {
  content: "\e866";
}
.uil-sad:before {
  content: "\e867";
}
.uil-servicemark:before {
  content: "\e868";
}
.uil-closed-captioning-slash:before {
  content: "\e869";
}
.uil-venus:before {
  content: "\e86a";
}
.uil-creative-commons-pd:before {
  content: "\e86b";
}
.uil-frown:before {
  content: "\e86c";
}
.uil-accessible-icon-alt:before {
  content: "\e86d";
}
.uil-squint:before {
  content: "\e86e";
}
.uil-meh:before {
  content: "\e86f";
}
.uil-silence:before {
  content: "\e870";
}
.uil-dizzy-meh:before {
  content: "\e871";
}
.uil-parking-square:before {
  content: "\e872";
}
.uil-shield:before {
  content: "\e873";
}
.uil-smile-dizzy:before {
  content: "\e874";
}
.uil-ninja:before {
  content: "\e875";
}
.uil-smile-beam:before {
  content: "\e876";
}
.uil-laughing:before {
  content: "\e877";
}
.uil-film:before {
  content: "\ea5c";
}
.uil-image-broken:before {
  content: "\ea5d";
}
.uil-incoming-call:before {
  content: "\ea5e";
}
.uil-image-check:before {
  content: "\ea5f";
}
.uil-image-plus:before {
  content: "\ea60";
}
.uil-video:before {
  content: "\ea61";
}
.uil-camera-plus:before {
  content: "\ea62";
}
.uil-play:before {
  content: "\ea63";
}
.uil-cloud-question:before {
  content: "\ea64";
}
.uil-skip-forward:before {
  content: "\ea65";
}
.uil-image-lock:before {
  content: "\ea66";
}
.uil-skip-forward-circle:before {
  content: "\ea67";
}
.uil-skip-forward-alt:before {
  content: "\ea68";
}
.uil-step-backward-circle:before {
  content: "\ea69";
}
.uil-boombox:before {
  content: "\ea6a";
}
.uil-step-backward-alt:before {
  content: "\ea6b";
}
.uil-image-share:before {
  content: "\ea6c";
}
.uil-cloud-database-tree:before {
  content: "\ea6d";
}
.uil-snowflake:before {
  content: "\ea6e";
}
.uil-temperature-quarter:before {
  content: "\ea6f";
}
.uil-cloud-showers-heavy:before {
  content: "\ea70";
}
.uil-fahrenheit:before {
  content: "\ea71";
}
.uil-snowflake-alt:before {
  content: "\ea72";
}
.uil-cloud-wind:before {
  content: "\ea73";
}
.uil-tornado:before {
  content: "\ea74";
}
.uil-cloud-sun-hail:before {
  content: "\ea75";
}
.uil-cloud:before {
  content: "\ea76";
}
.uil-image-edit:before {
  content: "\ea77";
}
.uil-cloud-moon-hail:before {
  content: "\ea78";
}
.uil-temperature-empty:before {
  content: "\ea79";
}
.uil-cloud-sun-rain:before {
  content: "\ea7a";
}
.uil-thunderstorm:before {
  content: "\ea7b";
}
.uil-thunderstorm-sun:before {
  content: "\ea7c";
}
.uil-temperature-three-quarter:before {
  content: "\ea7d";
}
.uil-thunderstorm-moon:before {
  content: "\ea7e";
}
.uil-snow-flake:before {
  content: "\ea7f";
}
.uil-raindrops:before {
  content: "\ea80";
}
.uil-cloud-rain:before {
  content: "\ea82";
}
.uil-cloud-sun-tear:before {
  content: "\ea83";
}
.uil-cloud-moon-showers:before {
  content: "\ea84";
}
.uil-cloud-rain-sun:before {
  content: "\ea85";
}
.uil-cloud-showers-alt:before {
  content: "\ea86";
}
.uil-cloud-showers:before {
  content: "\ea87";
}
.uil-cloud-hail:before {
  content: "\ea88";
}
.uil-cloud-drizzle:before {
  content: "\ea89";
}
.uil-cloud-moon:before {
  content: "\ea8a";
}
.uil-moon:before {
  content: "\ea8b";
}
.uil-cloud-moon-rain:before {
  content: "\ea8c";
}
.uil-moonset:before {
  content: "\ea8d";
}
.uil-celsius:before {
  content: "\ea8e";
}
.uil-image-upload:before {
  content: "\ea8f";
}
.uil-cloud-sun-meatball:before {
  content: "\ea90";
}
.uil-windsock:before {
  content: "\ea91";
}
.uil-stop-circle:before {
  content: "\ea92";
}
.uil-temperature-plus:before {
  content: "\ea93";
}
.uil-moon-eclipse:before {
  content: "\ea94";
}
.uil-vertical-align-top:before {
  content: "\ea95";
}
.uil-cloud-meatball:before {
  content: "\ea96";
}
.uil-temperature:before {
  content: "\ea97";
}
.uil-cloud-moon-meatball:before {
  content: "\ea98";
}
.uil-flip-h-alt:before {
  content: "\ea99";
}
.uil-vector-square-alt:before {
  content: "\ea9a";
}
.uil-object-ungroup:before {
  content: "\ea9b";
}
.uil-th:before {
  content: "\ea9c";
}
.uil-images:before {
  content: "\ea9d";
}
.uil-temperature-minus:before {
  content: "\ea9e";
}
.uil-flip-v:before {
  content: "\ea9f";
}
.uil-cloud-sun-rain-alt:before {
  content: "\eaa0";
}
.uil-square-full:before {
  content: "\eaa2";
}
.uil-vertical-distribute-bottom:before {
  content: "\eaa3";
}
.uil-panorama-h-alt:before {
  content: "\eaa4";
}
.uil-pathfinder-unite:before {
  content: "\eaa5";
}
.uil-wind:before {
  content: "\eaa6";
}
.uil-vector-square:before {
  content: "\eaa7";
}
.uil-vertical-align-bottom:before {
  content: "\eaa8";
}
.uil-ruler:before {
  content: "\eaa9";
}
.uil-object-group:before {
  content: "\eaaa";
}
.uil-panorama-v:before {
  content: "\eaab";
}
.uil-panorama-h:before {
  content: "\eaac";
}
.uil-temperature-half:before {
  content: "\eaad";
}
.uil-layers-alt:before {
  content: "\eaaf";
}
.uil-line-alt:before {
  content: "\eab0";
}
.uil-image-resize-landscape:before {
  content: "\eab1";
}
.uil-image-resize-square:before {
  content: "\eab2";
}
.uil-pathfinder:before {
  content: "\eab3";
}
.uil-flip-h:before {
  content: "\eab4";
}
.uil-horizontal-distribution-right:before {
  content: "\eab5";
}
.uil-horizontal-distribution-left:before {
  content: "\eab6";
}
.uil-horizontal-distribution-center:before {
  content: "\eab7";
}
.uil-horizontal-align-center:before {
  content: "\eab8";
}
.uil-ruler-combined:before {
  content: "\eab9";
}
.uil-horizontal-align-right:before {
  content: "\eaba";
}
.uil-horizontal-align-left:before {
  content: "\eabb";
}
.uil-table:before {
  content: "\eabc";
}
.uil-th-slash:before {
  content: "\eabd";
}
.uil-crop-alt-rotate-right:before {
  content: "\eabe";
}
.uil-apps:before {
  content: "\eabf";
}
.uil-exclude:before {
  content: "\eac0";
}
.uil-crop-alt:before {
  content: "\eac1";
}
.uil-grids:before {
  content: "\eac2";
}
.uil-flip-v-alt:before {
  content: "\eac3";
}
.uil-vertical-distribution-center:before {
  content: "\eac4";
}
.uil-crop-alt-rotate-left:before {
  content: "\eac5";
}
.uil-vertical-distribution-top:before {
  content: "\eac6";
}
.uil-brush-alt:before {
  content: "\eac7";
}
.uil-circle-layer:before {
  content: "\eac8";
}
.uil-modem:before {
  content: "\eac9";
}
.uil-webcam:before {
  content: "\eaca";
}
.uil-hdd:before {
  content: "\eacb";
}
.uil-monitor:before {
  content: "\eacc";
}
.uil-dice-four:before {
  content: "\eacd";
}
.uil-wifi-router:before {
  content: "\eace";
}
.uil-dice-five:before {
  content: "\eacf";
}
.uil-dice-one:before {
  content: "\ead0";
}
.uil-dice-two:before {
  content: "\ead1";
}
.uil-dice-six:before {
  content: "\ead2";
}
.uil-windy:before {
  content: "\ead3";
}
.uil-swatchbook:before {
  content: "\ead4";
}
.uil-cancel:before {
  content: "\ead5";
}
.uil-clouds:before {
  content: "\ead6";
}
.uil-mountains-sun:before {
  content: "\ead7";
}
.uil-history:before {
  content: "\ead8";
}
.uil-n-a:before {
  content: "\ead9";
}
.uil-plane:before {
  content: "\eada";
}
.uil-plane-departure:before {
  content: "\eadb";
}
.uil-auto-flash:before {
  content: "\eadc";
}
.uil-glass-martini:before {
  content: "\eadd";
}
.uil-mobile-vibrate:before {
  content: "\eade";
}
.uil-trees:before {
  content: "\eadf";
}
.uil-voicemail:before {
  content: "\eae0";
}
.uil-voicemail-rectangle:before {
  content: "\eae1";
}
.uil-plane-fly:before {
  content: "\eae2";
}
.uil-sync-exclamation:before {
  content: "\eae3";
}
.uil-tachometer-fast:before {
  content: "\eae4";
}
.uil-sign-in-alt:before {
  content: "\eae5";
}
.uil-archive-alt:before {
  content: "\eae6";
}
.uil-power:before {
  content: "\eae7";
}
.uil-pizza-slice:before {
  content: "\eae9";
}
.uil-refresh:before {
  content: "\eaea";
}
.uil-anchor:before {
  content: "\eaeb";
}
.uil-sync-slash:before {
  content: "\eaec";
}
.uil-upload:before {
  content: "\eaed";
}
.uil-glass:before {
  content: "\eaee";
}
.uil-sign-out-alt:before {
  content: "\eaef";
}
.uil-newspaper:before {
  content: "\eaf0";
}
.uil-signin:before {
  content: "\eaf1";
}
.uil-processor:before {
  content: "\eaf2";
}
.uil-hunting:before {
  content: "\eaf3";
}
.uil-coffee:before {
  content: "\eaf4";
}
.uil-history-alt:before {
  content: "\eaf5";
}
.uil-weight:before {
  content: "\eaf6";
}
.uil-plane-arrival:before {
  content: "\eaf7";
}
.uil-gift:before {
  content: "\eaf8";
}
.uil-circuit:before {
  content: "\eaf9";
}
.uil-archive:before {
  content: "\eafa";
}
.uil-ban:before {
  content: "\eafb";
}
.uil-crosshair-alt:before {
  content: "\eafc";
}
.uil-crosshair:before {
  content: "\eafd";
}
.uil-record-audio:before {
  content: "\eafe";
}
.uil-flower:before {
  content: "\eaff";
}
.uil-airplay:before {
  content: "\eb00";
}
.uil-rss-interface:before {
  content: "\eb01";
}
.uil-equal-circle:before {
  content: "\eb02";
}
.uil-shutter:before {
  content: "\eb03";
}
.uil-microphone-slash:before {
  content: "\eb04";
}
.uil-life-ring:before {
  content: "\eb05";
}
.uil-sliders-v-alt:before {
  content: "\eb06";
}
.uil-compact-disc:before {
  content: "\eb07";
}
.uil-sitemap:before {
  content: "\eb08";
}
.uil-sliders-v:before {
  content: "\eb09";
}
.uil-shutter-alt:before {
  content: "\eb0a";
}
.uil-clapper-board:before {
  content: "\eb0b";
}
.uil-water:before {
  content: "\eb0c";
}
.uil-rainbow:before {
  content: "\eb0d";
}
.uil-desert:before {
  content: "\eb0e";
}
.uil-sunset:before {
  content: "\eb0f";
}
.uil-mountains:before {
  content: "\eb10";
}
.uil-bolt-slash:before {
  content: "\eb11";
}
.uil-telescope:before {
  content: "\eb12";
}
.uil-sperms:before {
  content: "\eb13";
}
.uil-game-structure:before {
  content: "\eb14";
}
.uil-ticket:before {
  content: "\eb15";
}
.uil-presentation-play:before {
  content: "\eb16";
}
.uil-book-open:before {
  content: "\eb17";
}
.uil-notebooks:before {
  content: "\eb18";
}
.uil-award-alt:before {
  content: "\eb19";
}
.uil-bug:before {
  content: "\eb1a";
}
.uil-rss-alt:before {
  content: "\eb1c";
}
.uil-building:before {
  content: "\eb1d";
}
.uil-lamp:before {
  content: "\eb1e";
}
.uil-heart-rate:before {
  content: "\eb1f";
}
.uil-swimmer:before {
  content: "\eb20";
}
.uil-pump:before {
  content: "\eb21";
}
.uil-crockery:before {
  content: "\eb22";
}
.uil-message:before {
  content: "\eb23";
}
.uil-bed-double:before {
  content: "\eb24";
}
.uil-rope-way:before {
  content: "\eb25";
}
.uil-water-glass:before {
  content: "\eb26";
}
.uil-rotate-360:before {
  content: "\eb27";
}
.uil-feedback:before {
  content: "\eb28";
}
.uil-utensils:before {
  content: "\eb2a";
}
.uil-align-center-h:before {
  content: "\eb2b";
}
.uil-post-stamp:before {
  content: "\eb2d";
}
.uil-enter:before {
  content: "\eb2f";
}
.uil-arrow:before {
  content: "\eb30";
}
.uil-arrows-shrink-h:before {
  content: "\eb31";
}
.uil-arrows-resize:before {
  content: "\eb32";
}
.uil-presentation:before {
  content: "\eb33";
}
.uil-arrows-h:before {
  content: "\eb34";
}
.uil-scaling-right:before {
  content: "\eb35";
}
.uil-import:before {
  content: "\eb36";
}
.uil-arrow-circle-down:before {
  content: "\eb37";
}
.uil-angle-double-down:before {
  content: "\eb38";
}
.uil-chart-down:before {
  content: "\eb39";
}
.uil-angle-down:before {
  content: "\eb3a";
}
.uil-expand-left:before {
  content: "\eb3b";
}
.uil-arrow-resize-diagonal:before {
  content: "\eb3c";
}
.uil-exchange-alt:before {
  content: "\eb3d";
}
.uil-angle-double-left:before {
  content: "\eb3e";
}
.uil-expand-alt:before {
  content: "\eb3f";
}
.uil-compress-arrows:before {
  content: "\eb40";
}
.uil-caret-right:before {
  content: "\eb41";
}
.uil-scroll-h:before {
  content: "\eb42";
}
.uil-angle-double-right:before {
  content: "\eb43";
}
.uil-arrow-to-bottom:before {
  content: "\eb44";
}
.uil-sort:before {
  content: "\eb45";
}
.uil-scaling-left:before {
  content: "\eb46";
}
.uil-arrows-resize-h:before {
  content: "\eb47";
}
.uil-arrow-from-top:before {
  content: "\eb48";
}
.uil-arrows-up-right:before {
  content: "\eb49";
}
.uil-arrows-left-down:before {
  content: "\eb4a";
}
.uil-arrows-right-down:before {
  content: "\eb4b";
}
.uil-arrows-h-alt:before {
  content: "\eb4c";
}
.uil-download-alt:before {
  content: "\eb4d";
}
.uil-compress-point:before {
  content: "\eb4e";
}
.uil-arrow-up-left:before {
  content: "\eb4f";
}
.uil-arrow-compress-h:before {
  content: "\eb50";
}
.uil-arrows-v-alt:before {
  content: "\eb51";
}
.uil-arrows-v:before {
  content: "\eb52";
}
.uil-arrows-shrink-v:before {
  content: "\eb53";
}
.uil-arrow-break:before {
  content: "\eb54";
}
.uil-align-center-v:before {
  content: "\eb55";
}
.uil-angle-up:before {
  content: "\eb56";
}
.uil-arrow-circle-up:before {
  content: "\eb57";
}
.uil-export:before {
  content: "\eb58";
}
.uil-arrows-resize-v:before {
  content: "\eb59";
}
.uil-upload-alt:before {
  content: "\eb5a";
}
.uil-arrow-up-right:before {
  content: "\eb5b";
}
.uil-corner-up-right:before {
  content: "\eb5c";
}
.uil-angle-double-up:before {
  content: "\eb5d";
}
.uil-sorting:before {
  content: "\eb5e";
}
.uil-exchange:before {
  content: "\eb5f";
}
.uil-corner-down-left:before {
  content: "\eb60";
}
.uil-corner-right-down:before {
  content: "\eb61";
}
.uil-corner-down-right:before {
  content: "\eb62";
}
.uil-corner-up-left:before {
  content: "\eb63";
}
.uil-corner-left-down:before {
  content: "\eb64";
}
.uil-maximize-left:before {
  content: "\eb65";
}
.uil-corner-up-right-alt:before {
  content: "\eb66";
}
.uil-corner-down-right-alt:before {
  content: "\eb67";
}
.uil-top-arrow-from-top:before {
  content: "\eb68";
}
.uil-top-arrow-to-top:before {
  content: "\eb69";
}
.uil-arrow-random:before {
  content: "\eb6a";
}
.uil-shuffle:before {
  content: "\eb6b";
}
.uil-direction:before {
  content: "\eb6c";
}
.uil-angle-right:before {
  content: "\eb6d";
}
.uil-arrow-circle-right:before {
  content: "\eb6e";
}
.uil-arrow-to-right:before {
  content: "\eb6f";
}
.uil-arrow-from-right:before {
  content: "\eb70";
}
.uil-expand-from-corner:before {
  content: "\eb71";
}
.uil-expand-arrows:before {
  content: "\eb72";
}
.uil-arrows-maximize:before {
  content: "\eb73";
}
.uil-arrow-down-left:before {
  content: "\eb74";
}
.uil-expand-arrows-alt:before {
  content: "\eb75";
}
.uil-compress-alt:before {
  content: "\eb76";
}
.uil-scroll:before {
  content: "\eb77";
}
.uil-arrow-circle-left:before {
  content: "\eb78";
}
.uil-angle-left:before {
  content: "\eb79";
}
.uil-arrows-merge:before {
  content: "\eb7a";
}
.uil-arrow-down-right:before {
  content: "\eb7b";
}
.uil-left-arrow-to-left:before {
  content: "\eb7d";
}
.uil-minus-path:before {
  content: "\eb7e";
}
.uil-left-arrow-from-left:before {
  content: "\eb7f";
}
.uil-repeat:before {
  content: "\eb80";
}
.uil-th-large:before {
  content: "\eb81";
}
.uil-line-spacing:before {
  content: "\eb82";
}
.uil-shrink:before {
  content: "\eb83";
}
.uil-compress-alt-left:before {
  content: "\eb84";
}
.uil-bring-front:before {
  content: "\eb85";
}
.uil-compress-lines:before {
  content: "\eb86";
}
.uil-bring-bottom:before {
  content: "\eb87";
}
.uil-compress-v:before {
  content: "\eb88";
}
.uil-spin:before {
  content: "\eb89";
}
.uil-border-out:before {
  content: "\eb8a";
}
.uil-border-horizontal:before {
  content: "\eb8b";
}
.uil-document-layout-left:before {
  content: "\eb8c";
}
.uil-compress:before {
  content: "\eb8d";
}
.uil-grip-horizontal-line:before {
  content: "\eb8e";
}
.uil-dialpad-alt:before {
  content: "\eb8f";
}
.uil-document-layout-center:before {
  content: "\eb90";
}
.uil-border-bottom:before {
  content: "\eb91";
}
.uil-dialpad:before {
  content: "\eb92";
}
.uil-document-layout-right:before {
  content: "\eb93";
}
.uil-align-center:before {
  content: "\eb94";
}
.uil-sort-amount-down:before {
  content: "\eb95";
}
.uil-align-center-alt:before {
  content: "\eb96";
}
.uil-align-letter-right:before {
  content: "\eb97";
}
.uil-border-alt:before {
  content: "\eb98";
}
.uil-align-center-justify:before {
  content: "\eb99";
}
.uil-align-alt:before {
  content: "\eb9a";
}
.uil-border-vertical:before {
  content: "\eb9b";
}
.uil-sort-amount-up:before {
  content: "\eb9c";
}
.uil-wrap-text:before {
  content: "\eb9d";
}
.uil-align-left-justify:before {
  content: "\eb9e";
}
.uil-angle-right-b:before {
  content: "\eb9f";
}
.uil-paragraph:before {
  content: "\eba0";
}
.uil-right-indent-alt:before {
  content: "\eba1";
}
.uil-border-right:before {
  content: "\eba2";
}
.uil-align-right-justify:before {
  content: "\eba3";
}
.uil-align:before {
  content: "\eba4";
}
.uil-border-clear:before {
  content: "\eba5";
}
.uil-align-right:before {
  content: "\eba6";
}
.uil-list-ui-alt:before {
  content: "\eba7";
}
.uil-left-indent:before {
  content: "\eba8";
}
.uil-left-indent-alt:before {
  content: "\eba9";
}
.uil-border-left:before {
  content: "\ebaa";
}
.uil-border-top:before {
  content: "\ebab";
}
.uil-align-justify:before {
  content: "\ebac";
}
.uil-subject:before {
  content: "\ebad";
}
.uil-bars:before {
  content: "\ebae";
}
.uil-eye:before {
  content: "\ebaf";
}
.uil-exposure-increase:before {
  content: "\ebb0";
}
.uil-bright:before {
  content: "\ebb1";
}
.uil-exposure-alt:before {
  content: "\ebb2";
}
.uil-capture:before {
  content: "\ebb3";
}
.uil-arrow-left:before {
  content: "\ebb4";
}
.uil-arrow-right:before {
  content: "\ebb5";
}
.uil-arrow-up:before {
  content: "\ebb6";
}
.uil-focus-target:before {
  content: "\ebb7";
}
.uil-external-link-alt:before {
  content: "\ebb8";
}
.uil-card-atm:before {
  content: "\ebb9";
}
.uil-focus-add:before {
  content: "\ebba";
}
.uil-focus:before {
  content: "\ebbb";
}
.uil-border-inner:before {
  content: "\ebbc";
}
.uil-glass-tea:before {
  content: "\ebbd";
}
.uil-streering:before {
  content: "\ebbe";
}
.uil-tv-retro-slash:before {
  content: "\ebbf";
}
.uil-wrench:before {
  content: "\ebc0";
}
.uil-football-american:before {
  content: "\ebc1";
}
.uil-water-drop-slash:before {
  content: "\ebc2";
}
.uil-layers:before {
  content: "\ebc3";
}
.uil-print-slash:before {
  content: "\ebc4";
}
.uil-android-phone-slash:before {
  content: "\ebc5";
}
.uil-calendar-slash:before {
  content: "\ebc6";
}
.uil-image-slash:before {
  content: "\ebc7";
}
.uil-image-alt-slash:before {
  content: "\ebc8";
}
.uil-lock-slash:before {
  content: "\ebc9";
}
.uil-money-bill-slash:before {
  content: "\ebca";
}
.uil-comment-slash:before {
  content: "\ebcb";
}
.uil-map-marker-slash:before {
  content: "\ebcc";
}
.uil-tear:before {
  content: "\ebcd";
}
.uil-comment-alt-slash:before {
  content: "\ebce";
}
.uil-folder-slash:before {
  content: "\ebcf";
}
.uil-filter-slash:before {
  content: "\ebd0";
}
.uil-file-slash:before {
  content: "\ebd1";
}
.uil-file-lanscape-slash:before {
  content: "\ebd2";
}
.uil-glass-martini-alt-slash:before {
  content: "\ebd3";
}
.uil-car-slash:before {
  content: "\ebd4";
}
.uil-camera-slash:before {
  content: "\ebd5";
}
.uil-list-ul:before {
  content: "\ebd6";
}
.uil-layer-group-slash:before {
  content: "\ebd7";
}
.uil-plug:before {
  content: "\ebd8";
}
.uil-bell-slash:before {
  content: "\ebd9";
}
.uil-expand-right:before {
  content: "\ebda";
}
.uil-bell:before {
  content: "\ebdb";
}
.uil-desktop-alt-slash:before {
  content: "\ebdc";
}
.uil-align-left:before {
  content: "\ebdd";
}
.uil-layers-slash:before {
  content: "\ebde";
}
.uil-angry:before {
  content: "\ebdf";
}
.uil-ear:before {
  content: "\ebe0";
}
.uil-desktop-slash:before {
  content: "\ebe1";
}
.uil-text-strike-through:before {
  content: "\ebe2";
}
.uil-bold:before {
  content: "\ebe3";
}
.uil-text:before {
  content: "\ebe4";
}
.uil-assistive-listening-systems:before {
  content: "\ebe5";
}
.uil-palette:before {
  content: "\ebe6";
}
.uil-underline:before {
  content: "\ebe7";
}
.uil-text-fields:before {
  content: "\ebe8";
}
.uil-arrow-down:before {
  content: "\ebe9";
}
.uil-text-size:before {
  content: "\ebea";
}
.uil-italic:before {
  content: "\ebeb";
}
.uil-right-to-left-text-direction:before {
  content: "\ebec";
}
.uil-sigma:before {
  content: "\ebed";
}
.uil-12-plus:before {
  content: "\ebee";
}
.uil-left-to-right-text-direction:before {
  content: "\ebef";
}
.uil-10-plus:before {
  content: "\ebf0";
}
.uil-16-plus:before {
  content: "\ebf1";
}
.uil-13-plus:before {
  content: "\ebf2";
}
.uil-21-plus:before {
  content: "\ebf3";
}
.uil-17-plus:before {
  content: "\ebf4";
}
.uil-6-plus:before {
  content: "\ebf5";
}
.uil-0-plus:before {
  content: "\ebf6";
}
.uil-3-plus:before {
  content: "\ebf7";
}
.uil-eye-slash:before {
  content: "\ebf8";
}
.uil-archway:before {
  content: "\ebf9";
}
.uil-18-plus:before {
  content: "\ebfa";
}
.uil-robot:before {
  content: "\ebfb";
}
.uil-selfie:before {
  content: "\ebfc";
}
.uil-bag-slash:before {
  content: "\ebfd";
}
.uil-instagram:before {
  content: "\ebfe";
}
.uil-line:before {
  content: "\ebff";
}
.uil-facebook-messenger:before {
  content: "\ec00";
}
.uil-facebook-f:before {
  content: "\ec01";
}
.uil-black-berry:before {
  content: "\ec02";
}
.uil-linkedin:before {
  content: "\ec03";
}
.uil-snapchat-ghost:before {
  content: "\ec04";
}
.uil-intercom:before {
  content: "\ec05";
}
.uil-youtube:before {
  content: "\ec06";
}
.uil-snapchat-square:before {
  content: "\ec07";
}
.uil-apple:before {
  content: "\ec08";
}
.uil-instagram-alt:before {
  content: "\ec09";
}
.uil-whatsapp-alt:before {
  content: "\ec0a";
}
.uil-behance:before {
  content: "\ec0b";
}
.uil-twitter:before {
  content: "\ec0c";
}
.uil-500px:before {
  content: "\ec0d";
}
.uil-tumblr:before {
  content: "\ec0e";
}
.uil-github-alt:before {
  content: "\ec0f";
}
.uil-tumblr-square:before {
  content: "\ec10";
}
.uil-google:before {
  content: "\ec11";
}
.uil-medium-m:before {
  content: "\ec12";
}
.uil-slack:before {
  content: "\ec13";
}
.uil-paypal:before {
  content: "\ec14";
}
.uil-reddit-alien-alt:before {
  content: "\ec15";
}
.uil-linkedin-alt:before {
  content: "\ec16";
}
.uil-google-hangouts:before {
  content: "\ec17";
}
.uil-java-script:before {
  content: "\ec18";
}
.uil-google-play:before {
  content: "\ec19";
}
.uil-google-drive:before {
  content: "\ec1a";
}
.uil-asterisk:before {
  content: "\ec1b";
}
.uil-android:before {
  content: "\ec1c";
}
.uil-github:before {
  content: "\ec1d";
}
.uil-balance-scale:before {
  content: "\ec1e";
}
.uil-amazon:before {
  content: "\ec1f";
}
.uil-slack-alt:before {
  content: "\ec20";
}
.uil-dashboard:before {
  content: "\ec21";
}
.uil-vuejs-alt:before {
  content: "\ec22";
}
.uil-adobe-alt:before {
  content: "\ec23";
}
.uil-ankh:before {
  content: "\ec24";
}
.uil-twitter-alt:before {
  content: "\ec25";
}
.uil-opera:before {
  content: "\ec26";
}
.uil-intercom-alt:before {
  content: "\ec27";
}
.uil-tumblr-alt:before {
  content: "\ec28";
}
.uil-react:before {
  content: "\ec29";
}
.uil-camera-change:before {
  content: "\ec2a";
}
.uil-master-card:before {
  content: "\ec2b";
}
.uil-snapchat-alt:before {
  content: "\ec2c";
}
.uil-opera-alt:before {
  content: "\ec2d";
}
.uil-html3-alt:before {
  content: "\ec2e";
}
.uil-swiggy:before {
  content: "\ec2f";
}
.uil-html3:before {
  content: "\ec30";
}
.uil-google-hangouts-alt:before {
  content: "\ec31";
}
.uil-adobe:before {
  content: "\ec32";
}
.uil-facebook-messenger-alt:before {
  content: "\ec33";
}
.uil-blogger-alt:before {
  content: "\ec34";
}
.uil-blogger:before {
  content: "\ec35";
}
.uil-behance-alt:before {
  content: "\ec36";
}
.uil-apple-alt:before {
  content: "\ec37";
}
.uil-bitcoin:before {
  content: "\ec38";
}
.uil-megaphone:before {
  content: "\ec39";
}
.uil-bitcoin-alt:before {
  content: "\ec3a";
}
.uil-bowling-ball:before {
  content: "\ec3b";
}
.uil-percentage:before {
  content: "\ec3c";
}
.uil-hourglass:before {
  content: "\ec3d";
}
.uil-process:before {
  content: "\ec3e";
}
.uil-university:before {
  content: "\ec3f";
}
.uil-skype-alt:before {
  content: "\ec40";
}
.uil-wind-sun:before {
  content: "\ec41";
}
.uil-vk-alt:before {
  content: "\ec42";
}
.uil-skype:before {
  content: "\ec43";
}
.uil-telegram-alt:before {
  content: "\ec44";
}
.uil-vuejs:before {
  content: "\ec45";
}
.uil-vk:before {
  content: "\ec46";
}
.uil-telegram:before {
  content: "\ec47";
}
.uil-yin-yang:before {
  content: "\ec48";
}
.uil-angle-left-b:before {
  content: "\ec49";
}
.uil-bath:before {
  content: "\ec4a";
}
.uil-metro:before {
  content: "\ec4b";
}
.uil-comment-add:before {
  content: "\ec4c";
}
.uil-fire:before {
  content: "\ec4d";
}
.uil-qrcode-scan:before {
  content: "\ec4e";
}
.uil-panel-add:before {
  content: "\ec4f";
}
.uil-brackets-curly:before {
  content: "\ec50";
}
.uil-folder-open:before {
  content: "\ec51";
}
.uil-comparison:before {
  content: "\ec52";
}
.uil-file-export:before {
  content: "\ec53";
}
.uil-channel-add:before {
  content: "\ec54";
}
.uil-rupee-sign:before {
  content: "\ec55";
}
.uil-channel:before {
  content: "\ec56";
}
.uil-link-add:before {
  content: "\ec57";
}
.uil-file-import:before {
  content: "\ec58";
}
.uil-x:before {
  content: "\ec59";
}
.uil-save:before {
  content: "\ec5a";
}
.uil-heart-break:before {
  content: "\ec5b";
}
.uil-tachometer-fast-alt:before {
  content: "\ec5c";
}
.uil-facebook:before {
  content: "\ec5d";
}
.uil-create-dashboard:before {
  content: "\ec5e";
}
.uil-whatsapp:before {
  content: "\ec5f";
}
.uil-setting:before {
  content: "\ec60";
}
.uil-rocket:before {
  content: "\ec61";
}
.uil-share:before {
  content: "\ec62";
}
.uil-x-add:before {
  content: "\ec63";
}
.uil-user-nurse:before {
  content: "\ec64";
}
.uil-microscope:before {
  content: "\ec65";
}
.uil-virus-slash:before {
  content: "\ec66";
}
.uil-visual-studio:before {
  content: "\ec67";
}
.uil-head-side-mask:before {
  content: "\ec68";
}
.uil-baseball-ball:before {
  content: "\ec69";
}
.uil-stethoscope-alt:before {
  content: "\ec6a";
}
.uil-hospital-symbol:before {
  content: "\ec6b";
}
.uil-hospital-square-sign:before {
  content: "\ec6c";
}
.uil-head-side:before {
  content: "\ec6d";
}
.uil-head-side-cough:before {
  content: "\ec6e";
}
.uil-clinic-medical:before {
  content: "\ec6f";
}
.uil-wind-moon:before {
  content: "\ec70";
}
.uil-hospital:before {
  content: "\ec71";
}
.uil-stethoscope:before {
  content: "\ec72";
}
.uil-sanitizer:before {
  content: "\ec73";
}
.uil-toilet-paper:before {
  content: "\ec74";
}
.uil-coronavirus:before {
  content: "\ec75";
}
.uil-user-arrows:before {
  content: "\ec76";
}
.uil-house-user:before {
  content: "\ec77";
}
.uil-social-distancing:before {
  content: "\ec78";
}
.uil-credit-card-search:before {
  content: "\ec79";
}
.uil-android-alt:before {
  content: "\ec7a";
}
.uil-shield-plus:before {
  content: "\ec7b";
}
.uil-user-md:before {
  content: "\ec7c";
}
.uil-transaction:before {
  content: "\ec7d";
}
.uil-store-slash:before {
  content: "\ec7e";
}
.uil-code-branch:before {
  content: "\ec7f";
}
.uil-google-drive-alt:before {
  content: "\ec80";
}
.uil-envelope-block:before {
  content: "\ec81";
}
.uil-mailbox-alt:before {
  content: "\ec82";
}
.uil-signout:before {
  content: "\ec83";
}
.uil-slider-h:before {
  content: "\ec84";
}
.uil-lira-sign:before {
  content: "\ec85";
}
.uil-slider-h-range:before {
  content: "\ec86";
}
.uil-file-graph:before {
  content: "\ec87";
}
.uil-wordpress-simple:before {
  content: "\ec88";
}
.uil-bing:before {
  content: "\ec89";
}
.uil-wordpress:before {
  content: "\ec8a";
}
.uil-html5:before {
  content: "\ec8b";
}
.uil-programming-language:before {
  content: "\ec8c";
}
.uil-css3-simple:before {
  content: "\ec8d";
}
.uil-html5-alt:before {
  content: "\ec8e";
}
.uil-discord:before {
  content: "\ec8f";
}
.uil-draggabledots:before {
  content: "\ec90";
}
.uil-font:before {
  content: "\ec91";
}
.uil-video-question:before {
  content: "\ec92";
}
.uil-headphone-slash:before {
  content: "\ec93";
}
.uil-info:before {
  content: "\ec94";
}
.uil-letter-chinese-a:before {
  content: "\ec95";
}
.uil-letter-hindi-a:before {
  content: "\ec96";
}
.uil-english-to-chinese:before {
  content: "\ec97";
}
.uil-question:before {
  content: "\ec98";
}
.uil-letter-english-a:before {
  content: "\ec99";
}
.uil-hindi-to-chinese:before {
  content: "\ec9a";
}
.uil-inbox:before {
  content: "\ec9b";
}
.uil-letter-japanese-a:before {
  content: "\ec9c";
}
.uil-exclamation:before {
  content: "\ec9d";
}
.uil-language:before {
  content: "\ec9e";
}
.uil-backspace:before {
  content: "\ec9f";
}
.uil-window-grid:before {
  content: "\eca0";
}
.uil-cloud-sun:before {
  content: "\eca1";
}
.uil-vertical-align-center:before {
  content: "\eca2";
}
.uil-raindrops-alt:before {
  content: "\eca3";
}
.uil-sanitizer-alt:before {
  content: "\eca4";
}
.uil-estate:before {
  content: "\eca5";
}
.uil-file-contract:before {
  content: "\eca6";
}
.uil-fidget-spinner:before {
  content: "\eca7";
}
.uil-spinner:before {
  content: "\eca8";
}
.uil-spinner-alt:before {
  content: "\eca9";
}
.uil-elipsis-double-v-alt:before {
  content: "\ecaa";
}
.uil-list-ol:before {
  content: "\ecab";
}
.uil-list-ol-alt:before {
  content: "\ecac";
}
.uil-docker:before {
  content: "\ecad";
}
.uil-linux:before {
  content: "\ecae";
}
.uil-hipchat:before {
  content: "\ecaf";
}
.uil-gitlab:before {
  content: "\ecb0";
}
.uil-lottiefiles-alt:before {
  content: "\ecb1";
}
.uil-pagerduty:before {
  content: "\ecb2";
}
.uil-microsoft:before {
  content: "\ecb3";
}
.uil-windows:before {
  content: "\ecb4";
}
.uil-pagelines:before {
  content: "\ecb5";
}
.uil-lottiefiles:before {
  content: "\ecb6";
}
.uil-okta:before {
  content: "\ecb7";
}
.uil-illustration:before {
  content: "\ecb8";
}
.uil-icons:before {
  content: "\ecb9";
}
.uil-stroller:before {
  content: "\ecba";
}
.uil-sleep:before {
  content: "\ecbb";
}
.uil-calendar:before {
  content: "\ecbc";
}
.uil-grin:before {
  content: "\e878";
}
.uil-sad-cry:before {
  content: "\e879";
}
.uil-sad-crying:before {
  content: "\e87a";
}
.uil-surprise:before {
  content: "\e87b";
}
.uil-unamused:before {
  content: "\e87c";
}
.uil-confused:before {
  content: "\e87d";
}
.uil-grin-tongue-wink:before {
  content: "\e87e";
}
.uil-grin-tongue-wink-alt:before {
  content: "\e87f";
}
.uil-kid:before {
  content: "\e880";
}
.uil-smile-wink-alt:before {
  content: "\e881";
}
.uil-smile-squint-wink:before {
  content: "\e882";
}
.uil-annoyed-alt:before {
  content: "\e883";
}
.uil-silent-squint:before {
  content: "\e884";
}
.uil-sick:before {
  content: "\e885";
}
.uil-shopping-cart-alt:before {
  content: "\e886";
}
.uil-shopping-bag:before {
  content: "\e887";
}
.uil-pricetag-alt:before {
  content: "\e888";
}
.uil-shopping-cart:before {
  content: "\e889";
}
.uil-smile-squint-wink-alt:before {
  content: "\e88a";
}
.uil-store-alt:before {
  content: "\e88b";
}
.uil-emoji:before {
  content: "\e88c";
}
.uil-trademark-circle:before {
  content: "\e88d";
}
.uil-basketball:before {
  content: "\e88e";
}
.uil-square-shape:before {
  content: "\e88f";
}
.uil-label:before {
  content: "\e890";
}
.uil-shopping-basket:before {
  content: "\e891";
}
.uil-smile-wink:before {
  content: "\e892";
}
.uil-tag:before {
  content: "\e893";
}
.uil-label-alt:before {
  content: "\e894";
}
.uil-tag-alt:before {
  content: "\e895";
}
.uil-store:before {
  content: "\e896";
}
.uil-meh-closed-eye:before {
  content: "\e897";
}
.uil-trophy:before {
  content: "\e898";
}
.uil-dice-three:before {
  content: "\e899";
}
.uil-football-ball:before {
  content: "\e89a";
}
.uil-basketball-hoop:before {
  content: "\e89b";
}
.uil-club:before {
  content: "\e89c";
}
.uil-tennis-ball:before {
  content: "\e89d";
}
.uil-football:before {
  content: "\e89e";
}
.uil-volleyball:before {
  content: "\e89f";
}
.uil-heart-sign:before {
  content: "\e8a0";
}
.uil-spade:before {
  content: "\e8a1";
}
.uil-diamond:before {
  content: "\e8a2";
}
.uil-money-stack:before {
  content: "\e8a3";
}
.uil-money-withdrawal:before {
  content: "\e8a4";
}
.uil-presentation-line:before {
  content: "\e8a5";
}
.uil-kayak:before {
  content: "\e8a6";
}
.uil-chart-pie:before {
  content: "\e8a7";
}
.uil-dumbbell:before {
  content: "\e8a8";
}
.uil-suitcase-alt:before {
  content: "\e8a9";
}
.uil-yen:before {
  content: "\e8aa";
}
.uil-yen-circle:before {
  content: "\e8ab";
}
.uil-briefcase-alt:before {
  content: "\e8ac";
}
.uil-receipt:before {
  content: "\e8ad";
}
.uil-pound:before {
  content: "\e8ae";
}
.uil-invoice:before {
  content: "\e8af";
}
.uil-pound-circle:before {
  content: "\e8b0";
}
.uil-analysis:before {
  content: "\e8b1";
}
.uil-suitcase:before {
  content: "\e8b2";
}
.uil-moneybag-alt:before {
  content: "\e8b3";
}
.uil-statistics:before {
  content: "\ecbd";
}
.uil-left:before {
  content: "\ecbe";
}
.uil-cloud-moon-tear:before {
  content: "\ecbf";
}
.uil-solid:before {
  content: "\ecc0";
}
.uil-outline:before {
  content: "\ecc1";
}
.uil-window-restore:before {
  content: "\ecc2";
}
.uil-bag-alt:before {
  content: "\e8b4";
}
.uil-moneybag:before {
  content: "\e8b5";
}
.uil-bag:before {
  content: "\e8b6";
}
.uil-money-insert:before {
  content: "\e8b7";
}
.uil-chart-line:before {
  content: "\e8b8";
}
.uil-dollar-sign-alt:before {
  content: "\e8b9";
}
.uil-euro:before {
  content: "\e8ba";
}
.uil-usd-circle:before {
  content: "\e8bb";
}
.uil-euro-circle:before {
  content: "\e8bc";
}
.uil-usd-square:before {
  content: "\e8bd";
}
.uil-money-bill-stack:before {
  content: "\e8be";
}
.uil-dollar-alt:before {
  content: "\e8bf";
}
.uil-money-withdraw:before {
  content: "\e8c0";
}
.uil-credit-card:before {
  content: "\e8c1";
}
.uil-money-bill:before {
  content: "\e8c2";
}
.uil-bitcoin-sign:before {
  content: "\e8c3";
}
.uil-signal-alt-3:before {
  content: "\e8c4";
}
.uil-receipt-alt:before {
  content: "\e8c5";
}
.uil-graph-bar:before {
  content: "\e8c6";
}
.uil-analytics:before {
  content: "\e8c7";
}
.uil-table-tennis:before {
  content: "\e8c8";
}
.uil-bill:before {
  content: "\e8c9";
}
.uil-chart-bar:before {
  content: "\e8ca";
}
.uil-chart-growth:before {
  content: "\e8cb";
}
.uil-chart-growth-alt:before {
  content: "\e8cc";
}
.uil-shop:before {
  content: "\e8cd";
}
.uil-chart-bar-alt:before {
  content: "\e8ce";
}
.uil-dollar-sign:before {
  content: "\e8cf";
}
.uil-chart:before {
  content: "\e8d0";
}
.uil-briefcase:before {
  content: "\e8d1";
}
.uil-bitcoin-circle:before {
  content: "\e8d2";
}
.uil-chart-pie-alt:before {
  content: "\e8d3";
}
.uil-golf-ball:before {
  content: "\e8d4";
}
.uil-calculator-alt:before {
  content: "\e8d5";
}
.uil-coins:before {
  content: "\e8d6";
}
.uil-map-pin-alt:before {
  content: "\e8d7";
}
.uil-lightbulb:before {
  content: "\e8d8";
}
.uil-map-marker-question:before {
  content: "\e8d9";
}
.uil-map-marker-shield:before {
  content: "\e8da";
}
.uil-schedule:before {
  content: "\e8db";
}
.uil-calendar-alt:before {
  content: "\e8dc";
}
.uil-crosshairs:before {
  content: "\e8dd";
}
.uil-puzzle-piece:before {
  content: "\e8de";
}
.uil-gold:before {
  content: "\e8df";
}
.uil-compass:before {
  content: "\e8e0";
}
.uil-map:before {
  content: "\e8e1";
}
.uil-location-point:before {
  content: "\e8e2";
}
.uil-map-marker-info:before {
  content: "\e8e3";
}
.uil-map-marker-edit:before {
  content: "\e8e4";
}
.uil-map-marker-plus:before {
  content: "\e8e5";
}
.uil-map-pin:before {
  content: "\e8e6";
}
.uil-navigator:before {
  content: "\e8e7";
}
.uil-location-pin-alt:before {
  content: "\e8e8";
}
.uil-map-marker-minus:before {
  content: "\e8e9";
}
.uil-map-marker-alt:before {
  content: "\e8ea";
}
.uil-sign-left:before {
  content: "\e8eb";
}
.uil-map-marker:before {
  content: "\e8ec";
}
.uil-sign-right:before {
  content: "\e8ed";
}
.uil-directions:before {
  content: "\e8ee";
}
.uil-location-arrow:before {
  content: "\e8ef";
}
.uil-dna:before {
  content: "\e8f0";
}
.uil-sign-alt:before {
  content: "\e8f1";
}
.uil-presentation-lines-alt:before {
  content: "\e8f2";
}
.uil-atom:before {
  content: "\e8f3";
}
.uil-flask:before {
  content: "\e8f4";
}
.uil-diary:before {
  content: "\e8f5";
}
.uil-presentation-times:before {
  content: "\e8f6";
}
.uil-diary-alt:before {
  content: "\e8f7";
}
.uil-presentation-plus:before {
  content: "\e8f8";
}
.uil-presentation-minus:before {
  content: "\e8f9";
}
.uil-presentation-edit:before {
  content: "\e8fa";
}
.uil-backpack:before {
  content: "\e8fb";
}
.uil-notes:before {
  content: "\e8fc";
}
.uil-location-arrow-alt:before {
  content: "\e8fd";
}
.uil-book-alt:before {
  content: "\e8fe";
}
.uil-book:before {
  content: "\e8ff";
}
.uil-medal:before {
  content: "\e900";
}
.uil-award:before {
  content: "\e901";
}
.uil-flask-potion:before {
  content: "\e902";
}
.uil-bell-school:before {
  content: "\e903";
}
.uil-podium:before {
  content: "\e904";
}
.uil-graduation-cap:before {
  content: "\e905";
}
.uil-medical-square:before {
  content: "\e906";
}
.uil-ambulance:before {
  content: "\e907";
}
.uil-medical-square-full:before {
  content: "\e908";
}
.uil-cell:before {
  content: "\e909";
}
.uil-band-aid:before {
  content: "\e90a";
}
.uil-lightbulb-alt:before {
  content: "\e90b";
}
.uil-wheelchair-alt:before {
  content: "\e90c";
}
.uil-thermometer:before {
  content: "\e90d";
}
.uil-abacus:before {
  content: "\e90e";
}
.uil-syringe:before {
  content: "\e90f";
}
.uil-tablets:before {
  content: "\e910";
}
.uil-capsule:before {
  content: "\e911";
}
.uil-stretcher:before {
  content: "\e912";
}
.uil-presentation-check:before {
  content: "\e913";
}
.uil-medkit:before {
  content: "\e914";
}
.uil-meeting-board:before {
  content: "\e915";
}
.uil-monitor-heart-rate:before {
  content: "\e916";
}
.uil-file-medical-alt:before {
  content: "\e917";
}
.uil-heartbeat:before {
  content: "\e918";
}
.uil-prescription-bottle:before {
  content: "\e919";
}
.uil-clock-two:before {
  content: "\e91a";
}
.uil-medical-drip:before {
  content: "\e91b";
}
.uil-book-medical:before {
  content: "\e91c";
}
.uil-watch-alt:before {
  content: "\e91d";
}
.uil-stopwatch:before {
  content: "\e91e";
}
.uil-watch:before {
  content: "\e91f";
}
.uil-clock:before {
  content: "\e920";
}
.uil-clock-seven:before {
  content: "\e921";
}
.uil-clock-three:before {
  content: "\e922";
}
.uil-clock-nine:before {
  content: "\e923";
}
.uil-clock-ten:before {
  content: "\e924";
}
.uil-files-landscapes:before {
  content: "\e925";
}
.uil-clock-five:before {
  content: "\e926";
}
.uil-brain:before {
  content: "\e927";
}
.uil-file-plus-alt:before {
  content: "\e928";
}
.uil-file-network:before {
  content: "\e929";
}
.uil-file-contract-dollar:before {
  content: "\e92a";
}
.uil-file-upload-alt:before {
  content: "\e92b";
}
.uil-clock-eight:before {
  content: "\e92c";
}
.uil-clipboard-alt:before {
  content: "\e92d";
}
.uil-books:before {
  content: "\e92e";
}
.uil-file-search-alt:before {
  content: "\e92f";
}
.uil-file-upload:before {
  content: "\e930";
}
.uil-file-share-alt:before {
  content: "\e931";
}
.uil-file-minus-alt:before {
  content: "\e932";
}
.uil-folder-minus:before {
  content: "\e933";
}
.uil-file-shield-alt:before {
  content: "\e934";
}
.uil-file-minus:before {
  content: "\e935";
}
.uil-folder-medical:before {
  content: "\e936";
}
.uil-file-redo-alt:before {
  content: "\e937";
}
.uil-file-lock-alt:before {
  content: "\e938";
}
.uil-folder-lock:before {
  content: "\e939";
}
.uil-heart-medical:before {
  content: "\e93a";
}
.uil-file-question-alt:before {
  content: "\e93b";
}
.uil-files-landscapes-alt:before {
  content: "\e93c";
}
.uil-file-medical:before {
  content: "\e93d";
}
.uil-file-landscape:before {
  content: "\e93e";
}
.uil-file-question:before {
  content: "\e93f";
}
.uil-folder-question:before {
  content: "\e940";
}
.uil-file-landscape-alt:before {
  content: "\e941";
}
.uil-folder:before {
  content: "\e942";
}
.uil-file-edit-alt:before {
  content: "\e943";
}
.uil-folder-heart:before {
  content: "\e944";
}
.uil-folder-exclamation:before {
  content: "\e945";
}
.uil-folder-info:before {
  content: "\e946";
}
.uil-file-download-alt:before {
  content: "\e947";
}
.uil-file-download:before {
  content: "\e948";
}
.uil-file-copy-alt:before {
  content: "\e949";
}
.uil-file-heart:before {
  content: "\e94a";
}
.uil-file-alt:before {
  content: "\e94b";
}
.uil-copy-landscape:before {
  content: "\e94c";
}
.uil-copy-alt:before {
  content: "\e94d";
}
.uil-folder-upload:before {
  content: "\e94e";
}
.uil-file-exclamation-alt:before {
  content: "\e94f";
}
.uil-file-exclamation:before {
  content: "\e950";
}
.uil-copy:before {
  content: "\e951";
}
.uil-file-blank:before {
  content: "\e952";
}
.uil-stopwatch-slash:before {
  content: "\e953";
}
.uil-file:before {
  content: "\e954";
}
.uil-folder-times:before {
  content: "\e955";
}
.uil-document-info:before {
  content: "\e956";
}
.uil-file-times:before {
  content: "\e957";
}
.uil-file-info-alt:before {
  content: "\e958";
}
.uil-clipboard-blank:before {
  content: "\e959";
}
.uil-clipboard-notes:before {
  content: "\e95a";
}
.uil-file-times-alt:before {
  content: "\e95b";
}
.uil-folder-download:before {
  content: "\e95c";
}
.uil-file-bookmark-alt:before {
  content: "\e95d";
}
.uil-file-block-alt:before {
  content: "\e95e";
}
.uil-folder-check:before {
  content: "\e95f";
}
.uil-file-check:before {
  content: "\e960";
}
.uil-folder-plus:before {
  content: "\e961";
}
.uil-clipboard:before {
  content: "\e962";
}
.uil-file-check-alt:before {
  content: "\e963";
}
.uil-print:before {
  content: "\e964";
}
.uil-folder-network:before {
  content: "\e965";
}
.uil-desktop-alt:before {
  content: "\e966";
}
.uil-mouse-alt:before {
  content: "\e967";
}
.uil-tablet:before {
  content: "\e968";
}
.uil-desktop:before {
  content: "\e969";
}
.uil-mobile-android-alt:before {
  content: "\e96a";
}
.uil-search-alt:before {
  content: "\e96b";
}
.uil-volume-up:before {
  content: "\e96c";
}
.uil-mouse:before {
  content: "\e96d";
}
.uil-mouse-alt-2:before {
  content: "\e96e";
}
.uil-mobile-android:before {
  content: "\e96f";
}
.uil-laptop:before {
  content: "\e970";
}
.uil-search-minus:before {
  content: "\e971";
}
.uil-bluetooth-b:before {
  content: "\e972";
}
.uil-video-slash:before {
  content: "\e973";
}
.uil-search-plus:before {
  content: "\e974";
}
.uil-tv-retro:before {
  content: "\e975";
}
.uil-toggle-on:before {
  content: "\e976";
}
.uil-toggle-off:before {
  content: "\e977";
}
.uil-traffic-light:before {
  content: "\e978";
}
.uil-bolt:before {
  content: "\e979";
}
.uil-trash-alt:before {
  content: "\e97a";
}
.uil-star-half-alt:before {
  content: "\e97b";
}
.uil-utensils-alt:before {
  content: "\e97c";
}
.uil-share-alt:before {
  content: "\e97d";
}
.uil-volume-down:before {
  content: "\e97e";
}
.uil-wifi:before {
  content: "\e97f";
}
.uil-cog:before {
  content: "\e980";
}
.uil-bookmark:before {
  content: "\e981";
}
.uil-wallet:before {
  content: "\e982";
}
.uil-minus:before {
  content: "\e983";
}
.uil-rss:before {
  content: "\e984";
}
.uil-sync:before {
  content: "\e985";
}
.uil-redo:before {
  content: "\e986";
}
.uil-bookmark-full:before {
  content: "\e987";
}
.uil-umbrella:before {
  content: "\e988";
}
.uil-trash:before {
  content: "\e989";
}
.uil-wifi-slash:before {
  content: "\e98a";
}
.uil-plus-square:before {
  content: "\e98b";
}
.uil-plus:before {
  content: "\e98c";
}
.uil-signal-alt:before {
  content: "\e98d";
}
.uil-pen:before {
  content: "\e98e";
}
.uil-package:before {
  content: "\e98f";
}
.uil-edit:before {
  content: "\e990";
}
.uil-signal:before {
  content: "\e991";
}
.uil-glass-martini-alt:before {
  content: "\e992";
}
.uil-file-plus:before {
  content: "\e993";
}
.uil-minus-circle:before {
  content: "\e994";
}
.uil-microphone:before {
  content: "\e995";
}
.uil-minus-square:before {
  content: "\e996";
}
.uil-minus-square-full:before {
  content: "\e997";
}
.uil-volume-mute:before {
  content: "\e998";
}
.uil-link-h:before {
  content: "\e999";
}
.uil-search:before {
  content: "\e99a";
}
.uil-ellipsis-v:before {
  content: "\e99b";
}
.uil-ellipsis-h:before {
  content: "\e99c";
}
.uil-link-alt:before {
  content: "\e99d";
}
.uil-calculator:before {
  content: "\e99e";
}
.uil-layer-group:before {
  content: "\e99f";
}
.uil-car:before {
  content: "\e9a0";
}
.uil-thumbs-up:before {
  content: "\e9a1";
}
.uil-link:before {
  content: "\e9a2";
}
.uil-home:before {
  content: "\e9a4";
}
.uil-keyboard:before {
  content: "\e9a5";
}
.uil-volume-off:before {
  content: "\e9a6";
}
.uil-edit-alt:before {
  content: "\e9a7";
}
.uil-restaurant:before {
  content: "\e9a8";
}
.uil-exclamation-octagon:before {
  content: "\e9a9";
}
.uil-globe:before {
  content: "\e9aa";
}
.uil-favorite:before {
  content: "\e9ab";
}
.uil-question-circle:before {
  content: "\e9ac";
}
.uil-info-circle:before {
  content: "\e9ad";
}
.uil-filter:before {
  content: "\e9ae";
}
.uil-volume:before {
  content: "\e9af";
}
.uil-exclamation-triangle:before {
  content: "\e9b0";
}
.uil-exclamation-circle:before {
  content: "\e9b1";
}
.uil-thumbs-down:before {
  content: "\e9b2";
}
.uil-multiply:before {
  content: "\e9b3";
}
.uil-check-square:before {
  content: "\e9b4";
}
.uil-times-circle:before {
  content: "\e9b5";
}
.uil-box:before {
  content: "\e9b6";
}
.uil-sim-card:before {
  content: "\e9b7";
}
.uil-times:before {
  content: "\e9b8";
}
.uil-times-square:before {
  content: "\e9b9";
}
.uil-link-broken:before {
  content: "\e9ba";
}
.uil-cube:before {
  content: "\e9bb";
}
.uil-bolt-alt:before {
  content: "\e9bc";
}
.uil-battery-empty:before {
  content: "\e9be";
}
.uil-at:before {
  content: "\e9bf";
}
.uil-battery-bolt:before {
  content: "\e9c0";
}
.uil-plus-circle:before {
  content: "\e9c1";
}
.uil-check-circle:before {
  content: "\e9c2";
}
.uil-check:before {
  content: "\e9c3";
}
.uil-adjust-half:before {
  content: "\e9c4";
}
.uil-paperclip:before {
  content: "\e9c5";
}
.uil-bullseye:before {
  content: "\e9c6";
}
.uil-brightness:before {
  content: "\e9c7";
}
.uil-adjust-alt:before {
  content: "\e9c8";
}
.uil-adjust-circle:before {
  content: "\e9c9";
}
.uil-brightness-half:before {
  content: "\e9ca";
}
.uil-brightness-empty:before {
  content: "\e9cb";
}
.uil-sun:before {
  content: "\e9cc";
}
.uil-brightness-plus:before {
  content: "\e9cd";
}
.uil-key-skeleton:before {
  content: "\e9ce";
}
.uil-adjust:before {
  content: "\e9d0";
}
.uil-keyboard-hide:before {
  content: "\e9d1";
}
.uil-brightness-minus:before {
  content: "\e9d2";
}
.uil-key-skeleton-alt:before {
  content: "\e9d3";
}
.uil-bus:before {
  content: "\e9d4";
}
.uil-parcel:before {
  content: "\e9d5";
}
.uil-car-sideview:before {
  content: "\e9d6";
}
.uil-car-wash:before {
  content: "\e9d7";
}
.uil-bus-school:before {
  content: "\e9d8";
}
.uil-subway:before {
  content: "\e9d9";
}
.uil-ship:before {
  content: "\e9da";
}
.uil-bus-alt:before {
  content: "\e9db";
}
.uil-subway-alt:before {
  content: "\e9dc";
}
.uil-taxi:before {
  content: "\e9dd";
}
.uil-truck-loading:before {
  content: "\e9de";
}
.uil-dribbble:before {
  content: "\e9df";
}
.uil-dropbox:before {
  content: "\e9e0";
}
.uil-envelope-check:before {
  content: "\e9e1";
}
.uil-envelope-add:before {
  content: "\e9e2";
}
.uil-envelope-exclamation:before {
  content: "\e9e3";
}
.uil-phone-slash:before {
  content: "\e9e4";
}
.uil-outgoing-call:before {
  content: "\e9e5";
}
.uil-envelope:before {
  content: "\e9e6";
}
.uil-phone:before {
  content: "\e9e7";
}
.uil-calling:before {
  content: "\e9e8";
}
.uil-phone-times:before {
  content: "\e9e9";
}
.uil-envelope-search:before {
  content: "\e9ea";
}
.uil-phone-volume:before {
  content: "\e9eb";
}
.uil-envelope-upload:before {
  content: "\e9ec";
}
.uil-forwaded-call:before {
  content: "\e9ed";
}
.uil-envelope-share:before {
  content: "\e9ee";
}
.uil-envelope-upload-alt:before {
  content: "\e9ef";
}
.uil-envelope-minus:before {
  content: "\e9f0";
}
.uil-envelope-receive:before {
  content: "\e9f1";
}
.uil-envelope-redo:before {
  content: "\e9f2";
}
.uil-envelope-download-alt:before {
  content: "\e9f3";
}
.uil-envelope-download:before {
  content: "\e9f4";
}
.uil-brightness-low:before {
  content: "\e9f5";
}
.uil-envelope-shield:before {
  content: "\e9f6";
}
.uil-envelope-open:before {
  content: "\e9f7";
}
.uil-envelope-lock:before {
  content: "\e9f8";
}
.uil-keyboard-show:before {
  content: "\e9f9";
}
.uil-truck:before {
  content: "\e9fa";
}
.uil-envelopes:before {
  content: "\e9fb";
}
.uil-mailbox:before {
  content: "\e9fc";
}
.uil-envelope-heart:before {
  content: "\e9fd";
}
.uil-space-key:before {
  content: "\e9fe";
}
.uil-keyboard-alt:before {
  content: "\e9ff";
}
.uil-envelope-edit:before {
  content: "\ea00";
}
.uil-postcard:before {
  content: "\ea01";
}
.uil-fast-mail-alt:before {
  content: "\ea02";
}
.uil-envelope-question:before {
  content: "\ea03";
}
.uil-fast-mail:before {
  content: "\ea04";
}
.uil-envelope-info:before {
  content: "\ea05";
}
.uil-laptop-cloud:before {
  content: "\ea06";
}
.uil-desktop-cloud-alt:before {
  content: "\ea07";
}
.uil-envelope-star:before {
  content: "\ea08";
}
.uil-envelope-times:before {
  content: "\ea09";
}
.uil-luggage-cart:before {
  content: "\ea0a";
}
.uil-envelope-bookmark:before {
  content: "\ea0b";
}
.uil-missed-call:before {
  content: "\ea0c";
}
.uil-user:before {
  content: "\ea0d";
}
.uil-user-plus:before {
  content: "\ea0e";
}
.uil-envelope-alt:before {
  content: "\ea0f";
}
.uil-user-location:before {
  content: "\ea10";
}
.uil-users-alt:before {
  content: "\ea11";
}
.uil-book-reader:before {
  content: "\ea12";
}
.uil-cloud-bookmark:before {
  content: "\ea13";
}
.uil-phone-alt:before {
  content: "\ea14";
}
.uil-cloud-computing:before {
  content: "\ea15";
}
.uil-cloud-check:before {
  content: "\ea16";
}
.uil-user-minus:before {
  content: "\ea17";
}
.uil-cloud-times:before {
  content: "\ea18";
}
.uil-cloud-block:before {
  content: "\ea19";
}
.uil-columns:before {
  content: "\ea1a";
}
.uil-web-section:before {
  content: "\ea1b";
}
.uil-grid:before {
  content: "\ea1c";
}
.uil-web-grid-alt:before {
  content: "\ea1d";
}
.uil-window-maximize:before {
  content: "\ea1e";
}
.uil-web-section-alt:before {
  content: "\ea1f";
}
.uil-web-grid:before {
  content: "\ea20";
}
.uil-server-connection:before {
  content: "\ea21";
}
.uil-cloud-slash:before {
  content: "\ea22";
}
.uil-cloud-upload:before {
  content: "\ea23";
}
.uil-cloud-exclamation:before {
  content: "\ea24";
}
.uil-database:before {
  content: "\ea25";
}
.uil-server:before {
  content: "\ea26";
}
.uil-cloud-unlock:before {
  content: "\ea27";
}
.uil-cloud-share:before {
  content: "\ea28";
}
.uil-envelope-send:before {
  content: "\ea29";
}
.uil-cloud-shield:before {
  content: "\ea2a";
}
.uil-laptop-connection:before {
  content: "\ea2b";
}
.uil-server-network-alt:before {
  content: "\ea2c";
}
.uil-cloud-redo:before {
  content: "\ea2d";
}
.uil-servers:before {
  content: "\ea2e";
}
.uil-server-network:before {
  content: "\ea2f";
}
.uil-cloud-heart:before {
  content: "\ea30";
}
.uil-database-alt:before {
  content: "\ea31";
}
.uil-cloud-lock:before {
  content: "\ea32";
}
.uil-cloud-info:before {
  content: "\ea33";
}
.uil-phone-pause:before {
  content: "\ea34";
}
.uil-user-square:before {
  content: "\ea35";
}
.uil-user-exclamation:before {
  content: "\ea36";
}
.uil-cloud-download:before {
  content: "\ea37";
}
.uil-user-circle:before {
  content: "\ea38";
}
.uil-cloud-wifi:before {
  content: "\ea39";
}
.uil-data-sharing:before {
  content: "\ea3a";
}
.uil-cloud-data-connection:before {
  content: "\ea3b";
}
.uil-backward:before {
  content: "\ea3c";
}
.uil-camera:before {
  content: "\ea3d";
}
.uil-music-tune-slash:before {
  content: "\ea3e";
}
.uil-user-times:before {
  content: "\ea3f";
}
.uil-scenery:before {
  content: "\ea40";
}
.uil-user-check:before {
  content: "\ea41";
}
.uil-headphones:before {
  content: "\ea42";
}
.uil-step-backward:before {
  content: "\ea43";
}
.uil-image-search:before {
  content: "\ea44";
}
.uil-image-minus:before {
  content: "\ea45";
}
.uil-window-section:before {
  content: "\ea46";
}
.uil-play-circle:before {
  content: "\ea47";
}
.uil-pause-circle:before {
  content: "\ea48";
}
.uil-image-shield:before {
  content: "\ea4a";
}
.uil-window:before {
  content: "\ea4b";
}
.uil-pause:before {
  content: "\ea4c";
}
.uil-server-alt:before {
  content: "\ea4d";
}
.uil-image-question:before {
  content: "\ea4e";
}
.uil-music:before {
  content: "\ea4f";
}
.uil-image-block:before {
  content: "\ea50";
}
.uil-music-note:before {
  content: "\ea51";
}
.uil-step-forward:before {
  content: "\ea52";
}
.uil-image-redo:before {
  content: "\ea53";
}
.uil-image:before {
  content: "\ea54";
}
.uil-picture:before {
  content: "\ea55";
}
.uil-image-download:before {
  content: "\ea56";
}
.uil-image-v:before {
  content: "\ea57";
}
.uil-forward:before {
  content: "\ea58";
}
.uil-image-times:before {
  content: "\ea59";
}
.uil-headphones-alt:before {
  content: "\ea5a";
}
.uil-previous:before {
  content: "\ea5b";
}

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

/* node_modules/@socium/sociumflow/assets/styles/styles.scss */
body,
html {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
:root {
  --app-height: 100vh;
}
@supports (height: 100dvh) {
  :root {
    --app-height: 100dvh;
  }
}
.scm-flex {
  display: flex !important;
}
.scm-inline-flex {
  display: inline-flex !important;
}
.scm-flex-col {
  flex-direction: column !important;
}
.scm-grow {
  flex-grow: 1 !important;
}
.scm-overflow-auto {
  overflow: auto !important;
}
.scm-flex-row {
  flex-direction: row !important;
}
.scm-justify-start {
  justify-content: flex-start !important;
}
.scm-justify-center {
  justify-content: center !important;
}
.scm-justify-end {
  justify-content: flex-end !important;
}
.scm-justify-between {
  justify-content: space-between !important;
}
.scm-items-start {
  align-items: flex-start !important;
}
.scm-items-center {
  align-items: center !important;
}
.scm-items-end {
  align-items: flex-end !important;
}
.scm-flex-wrap {
  flex-wrap: wrap !important;
}
.scm-flex-nowrap {
  flex-wrap: nowrap !important;
}
.scm-grid {
  display: grid !important;
}
.scm-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.scm-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.scm-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
.scm-gap-1 {
  gap: 0.25rem !important;
}
.scm-gap-2 {
  gap: 0.5rem !important;
}
.scm-gap-3 {
  gap: 0.75rem !important;
}
.scm-gap-4 {
  gap: 1rem !important;
}
.scm-gap-8 {
  gap: 2rem !important;
}
.scm-p-0 {
  padding: 0 !important;
}
.scm-p-1 {
  padding: 0.25rem !important;
}
.scm-p-2 {
  padding: 0.5rem !important;
}
.scm-p-4 {
  padding: 1rem !important;
}
.scm-p-8 {
  padding: 2rem !important;
}
.scm-m-0 {
  margin: 0 !important;
}
.scm-m-1 {
  margin: 0.25rem !important;
}
.scm-m-2 {
  margin: 0.5rem !important;
}
.scm-m-4 {
  margin: 1rem !important;
}
.scm-m-8 {
  margin: 2rem !important;
}
.scm-mb-4 {
  margin-bottom: 1rem !important;
}
.scm-mt-4 {
  margin-top: 1rem !important;
}
.scm-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.scm-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.scm-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.scm-px-8 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.scm-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.scm-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.scm-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.scm-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.scm-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.scm-pt-4 {
  padding-top: 1rem !important;
}
.scm-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.scm-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.scm-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.scm-w-full {
  width: 100% !important;
}
.scm-h-full {
  height: 100% !important;
}
.scm-w-auto {
  width: auto !important;
}
.scm-h-auto {
  height: auto !important;
}
.scm-full-screen {
  height: var(--app-height) !important;
}
.scm-text-center {
  text-align: center !important;
}
.scm-text-left {
  text-align: left !important;
}
.scm-text-right {
  text-align: right !important;
}
.scm-font-bold {
  font-weight: bold !important;
}
.scm-font-normal {
  font-weight: normal !important;
}
.scm-uppercase {
  text-transform: uppercase !important;
}
.scm-capitalize {
  text-transform: capitalize !important;
}
.scm-lowercase {
  text-transform: lowercase !important;
}
.scm-text-danger {
  color: rgb(244, 67, 54) !important;
}
.layout-bg {
  background-color: #182438 !important;
}
.aside-bg {
  background-color: #0e1727 !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 106, 255, 0.5);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #6b7280;
}
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 106, 255, 0.5) transparent;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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