/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/primeng/resources/themes/lara-light-indigo/theme.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#6366F1;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:6px;
  --surface-ground:#eff3f8;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dfe7ef;
  --surface-hover:#f6f9fc;
  --focus-ring: 0 0 0 0.2rem #C7D2FE;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EEF2FF;
  --highlight-text-color: #4338CA;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}

.p-disabled, .p-component:disabled {
  opacity: 0.6;
}

.p-error {
  color: #e24c4c;
}

.p-text-secondary {
  color: #6c757d;
}

.pi {
  font-size: 1rem;
}

.p-icon {
  width: 1rem;
  height: 1rem;
}

.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 6px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fff5f5;
  --red-100:#ffd0ce;
  --red-200:#ffaca7;
  --red-300:#ff8780;
  --red-400:#ff6259;
  --red-500:#ff3d32;
  --red-600:#d9342b;
  --red-700:#b32b23;
  --red-800:#8c221c;
  --red-900:#661814;
  --primary-50:#f7f7fe;
  --primary-100:#dadafc;
  --primary-200:#bcbdf9;
  --primary-300:#9ea0f6;
  --primary-400:#8183f4;
  --primary-500:#6366f1;
  --primary-600:#5457cd;
  --primary-700:#4547a9;
  --primary-800:#363885;
  --primary-900:#282960;
}

.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.75rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.375rem 0.75rem;
  gap: 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.375rem 0.75rem;
  background: #EEF2FF;
  color: #4338CA;
  border-radius: 6px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}

p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #e24c4c;
}

.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0.75rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
}

p-autocomplete.p-autocomplete-clearable .p-inputtext {
  padding-right: 2.5rem;
}
p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
  color: #6c757d;
  right: 3.75rem;
}

p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #e24c4c;
}

.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #495057;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #6366F1;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #495057;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 6px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 6px;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #dee2e6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

p-calendar.p-calendar-clearable .p-inputtext {
  padding-right: 2.5rem;
}
p-calendar.p-calendar-clearable .p-calendar-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
  color: #6c757d;
  right: 3.75rem;
}

@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.75rem 0.75rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 3rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-cascadeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.75rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.75rem 1.25rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}

p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #e24c4c;
}

.p-input-filled .p-cascadeselect {
  background: #e9ecef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
  padding-right: 0.75rem;
}
p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
  color: #6c757d;
  right: 3rem;
}

.p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
  box-shadow: none;
  border-radius: 0;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
  transform: rotate(90deg);
}

.p-checkbox {
  width: 22px;
  height: 22px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 22px;
  height: 22px;
  color: #495057;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box .p-icon {
  width: 14px;
  height: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #6366F1;
  background: #6366F1;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #6366F1;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #4338CA;
  background: #4338CA;
  color: #ffffff;
}

p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #e24c4c;
}

.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #e9ecef;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #6366F1;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #e9ecef;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #4338CA;
}

.p-checkbox-label {
  margin-left: 0.5rem;
}

.p-chips .p-chips-multiple-container {
  padding: 0.375rem 0.75rem;
  gap: 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.375rem 0.75rem;
  background: #EEF2FF;
  color: #4338CA;
  border-radius: 6px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}

p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #e24c4c;
}

p-chips.p-chips-clearable .p-inputtext {
  padding-right: 1.75rem;
}
p-chips.p-chips-clearable .p-chips-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}

.p-colorpicker-panel {
  background: #323232;
  border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}

.p-colorpicker-overlay-panel {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #6c757d;
  width: 3rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #6c757d;
  right: 3rem;
}

.p-dropdown-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
  margin-right: -1.75rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.75rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
}

p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #e24c4c;
}

.p-input-filled .p-dropdown {
  background: #e9ecef;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}

.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 0.75rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1.25rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #6366F1;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #6366F1;
}

.p-inputgroup-addon {
  background: #e9ecef;
  color: #6c757d;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.75rem 0.75rem;
  min-width: 3rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}

.p-inputgroup > .p-component,
.p-inputgroup > .p-element,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-element + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-element:focus,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-element:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}

.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 3rem;
}

p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #e24c4c;
}

p-inputmask.p-inputmask-clearable .p-inputtext {
  padding-right: 2.5rem;
}
p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #e24c4c;
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
  padding-right: 2.5rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
  right: 3.75rem;
}
p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
  right: 3.75rem;
}

.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b6bfc8;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #6366F1;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #4F46E5;
}

p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #e24c4c;
}

.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  border-radius: 6px;
}
.p-inputtext:enabled:hover {
  border-color: #6366F1;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #e24c4c;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.65625rem 0.65625rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.9375rem 0.9375rem;
}

.p-float-label > label {
  left: 0.75rem;
  color: #6c757d;
  transition-duration: 0.2s;
}

.p-float-label > .ng-invalid.ng-dirty + label {
  color: #e24c4c;
}

.p-input-icon-left > .p-icon-wrapper.p-icon,
.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #6c757d;
}

.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}

.p-input-icon-left.p-float-label > label {
  left: 2.5rem;
}

.p-input-icon-right > .p-icon-wrapper,
.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #6c757d;
}

.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: #6c757d;
}

:-moz-placeholder {
  color: #6c757d;
}

::-moz-placeholder {
  color: #6c757d;
}

:-ms-input-placeholder {
  color: #6c757d;
}

.p-input-filled .p-inputtext {
  background-color: #e9ecef;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #e9ecef;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}

.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.65625rem 0.65625rem;
}

.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.9375rem 0.9375rem;
}

.p-listbox {
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 6px;
}
.p-listbox .p-listbox-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.75rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #495057;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}

p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #e24c4c;
}

.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-multiselect .p-multiselect-label {
  padding: 0.75rem 0.75rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-label {
  gap: 0.5rem;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.375rem 0.75rem;
  background: #EEF2FF;
  color: #4338CA;
  border-radius: 6px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 3rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.375rem 0.75rem;
}

.p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.75rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
  background: transparent;
}

p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #e24c4c;
}

.p-input-filled .p-multiselect {
  background: #e9ecef;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
  padding-right: 1.75rem;
}
p-multiselect.p-multiselect-clearable .p-multiselect-clear-icon {
  color: #6c757d;
  right: 3rem;
}

p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
  border-color: #e24c4c;
}

.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #dee2e6;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #ea5455;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ff9f42;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #29c76f;
}

p-password.p-password-clearable .p-password-input {
  padding-right: 2.5rem;
}
p-password.p-password-clearable .p-password-clear-icon {
  color: #6c757d;
  right: 0.75rem;
}

p-password.p-password-clearable.p-password-mask .p-password-input {
  padding-right: 4.25rem;
}
p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
  color: #6c757d;
  right: 2.5rem;
}

.p-radiobutton {
  width: 22px;
  height: 22px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 22px;
  height: 22px;
  color: #495057;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #6366F1;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #6366F1;
  background: #6366F1;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #4338CA;
  background: #4338CA;
  color: #ffffff;
}

p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #e24c4c;
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #e9ecef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #6366F1;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #4338CA;
}

.p-radiobutton-label {
  margin-left: 0.5rem;
}

.p-rating {
  gap: 0.5rem;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-icon {
  width: 1.143rem;
  height: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #ea5455;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.p-rating-icon-active {
  color: #6366F1;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #6366F1;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #e73d3e;
}

.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #343a40;
}
.p-selectbutton .p-button.p-highlight {
  background: #6366F1;
  border-color: #6366F1;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #e24c4c;
}

.p-slider {
  background: #dee2e6;
  border: 0 none;
  border-radius: 6px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #6366F1;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-slider .p-slider-range {
  background: #6366F1;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #6366F1;
  border-color: #6366F1;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}

.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #343a40;
}
.p-togglebutton.p-button.p-highlight {
  background: #6366F1;
  border-color: #6366F1;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}

p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #e24c4c;
}

.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #6366F1;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: #6366F1;
}
.p-treeselect .p-treeselect-label {
  padding: 0.75rem 0.75rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.375rem 0.75rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #495057;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 3rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
  border-color: #e24c4c;
}

.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.375rem 0.75rem;
}

.p-treeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-treeselect-panel .p-treeselect-header {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
  margin-right: 0.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
  padding-right: 1.75rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
  padding-right: 3.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
  right: 2.5rem;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
  background: transparent;
}

.p-input-filled .p-treeselect {
  background: #e9ecef;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #e9ecef;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
  padding-right: 1.75rem;
}
p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
  color: #6c757d;
  right: 3rem;
}

.p-button {
  color: #ffffff;
  background: #6366F1;
  border: 1px solid #6366F1;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.p-button:enabled:hover {
  background: #4F46E5;
  color: #ffffff;
  border-color: #4F46E5;
}
.p-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #6366F1;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(99, 102, 241, 0.04);
  color: #6366F1;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(99, 102, 241, 0.16);
  color: #6366F1;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #6366F1;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(99, 102, 241, 0.04);
  color: #6366F1;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(99, 102, 241, 0.16);
  color: #6366F1;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-button .p-button-label {
  transition-duration: 0.2s;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #6366F1;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 3rem;
  padding: 0.75rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 3rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.65625rem 1.09375rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.9375rem 1.5625rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}

.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 3rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #64748B;
  border: 1px solid #64748B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #475569;
  color: #ffffff;
  border-color: #475569;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #E2E8F0;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #334155;
  color: #ffffff;
  border-color: #334155;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(100, 116, 139, 0.04);
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(100, 116, 139, 0.16);
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #64748B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(100, 116, 139, 0.04);
  border-color: transparent;
  color: #64748B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(100, 116, 139, 0.16);
  border-color: transparent;
  color: #64748B;
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #3B82F6;
  border: 1px solid #3B82F6;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #BFDBFE;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #1D4ED8;
  color: #ffffff;
  border-color: #1D4ED8;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(59, 130, 246, 0.04);
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(59, 130, 246, 0.16);
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #3B82F6;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(59, 130, 246, 0.04);
  border-color: transparent;
  color: #3B82F6;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(59, 130, 246, 0.16);
  border-color: transparent;
  color: #3B82F6;
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #22C55E;
  border: 1px solid #22C55E;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #16A34A;
  color: #ffffff;
  border-color: #16A34A;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #BBF7D0;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #15803D;
  color: #ffffff;
  border-color: #15803D;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(34, 197, 94, 0.04);
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(34, 197, 94, 0.16);
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #22C55E;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(34, 197, 94, 0.04);
  border-color: transparent;
  color: #22C55E;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(34, 197, 94, 0.16);
  border-color: transparent;
  color: #22C55E;
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #ffffff;
  background: #F59E0B;
  border: 1px solid #F59E0B;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #D97706;
  color: #ffffff;
  border-color: #D97706;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #FDE68A;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #B45309;
  color: #ffffff;
  border-color: #B45309;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(245, 158, 11, 0.04);
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #F59E0B;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(245, 158, 11, 0.04);
  border-color: transparent;
  color: #F59E0B;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(245, 158, 11, 0.16);
  border-color: transparent;
  color: #F59E0B;
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #A855F7;
  border: 1px solid #A855F7;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #9333EA;
  color: #ffffff;
  border-color: #9333EA;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #E9D5FF;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7E22CE;
  color: #ffffff;
  border-color: #7E22CE;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(168, 85, 247, 0.04);
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(168, 85, 247, 0.16);
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #A855F7;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(168, 85, 247, 0.04);
  border-color: transparent;
  color: #A855F7;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(168, 85, 247, 0.16);
  border-color: transparent;
  color: #A855F7;
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #EF4444;
  border: 1px solid #EF4444;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #DC2626;
  color: #ffffff;
  border-color: #DC2626;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #FECACA;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #B91C1C;
  color: #ffffff;
  border-color: #B91C1C;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(239, 68, 68, 0.04);
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(239, 68, 68, 0.16);
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #EF4444;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(239, 68, 68, 0.04);
  border-color: transparent;
  color: #EF4444;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(239, 68, 68, 0.16);
  border-color: transparent;
  color: #EF4444;
}

.p-button.p-button-link {
  color: #4338CA;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #4338CA;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #4338CA;
  border-color: transparent;
}

.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #022354;
  color: #fff;
}

.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}

.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}

.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}

.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}

.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}

.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-splitbutton {
  border-radius: 6px;
}
.p-splitbutton.p-button-outlined > .p-button {
  background-color: transparent;
  color: #6366F1;
  border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(99, 102, 241, 0.04);
  color: #6366F1;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(99, 102, 241, 0.16);
  color: #6366F1;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
  color: #6c757d;
  border-color: #6c757d;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #dee2e6;
  color: #6c757d;
}
.p-splitbutton.p-button-text > .p-button {
  background-color: transparent;
  color: #6366F1;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(99, 102, 241, 0.04);
  color: #6366F1;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(99, 102, 241, 0.16);
  color: #6366F1;
  border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
  color: #6c757d;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #dee2e6;
  color: #6c757d;
}
.p-splitbutton.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-splitbutton.p-button-rounded {
  border-radius: 2rem;
}
.p-splitbutton.p-button-rounded > .p-button {
  border-radius: 2rem;
}
.p-splitbutton.p-button-sm > .p-button {
  font-size: 0.875rem;
  padding: 0.65625rem 1.09375rem;
}
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
  font-size: 0.875rem;
}
.p-splitbutton.p-button-lg > .p-button {
  font-size: 1.25rem;
  padding: 0.9375rem 1.5625rem;
}
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
  font-size: 1.25rem;
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
  background-color: transparent;
  color: #64748B;
  border: 1px solid;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(100, 116, 139, 0.04);
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(100, 116, 139, 0.16);
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
  background-color: transparent;
  color: #64748B;
  border-color: transparent;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(100, 116, 139, 0.04);
  border-color: transparent;
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(100, 116, 139, 0.16);
  border-color: transparent;
  color: #64748B;
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background-color: transparent;
  color: #3B82F6;
  border: 1px solid;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(59, 130, 246, 0.04);
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(59, 130, 246, 0.16);
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-text > .p-button {
  background-color: transparent;
  color: #3B82F6;
  border-color: transparent;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(59, 130, 246, 0.04);
  border-color: transparent;
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(59, 130, 246, 0.16);
  border-color: transparent;
  color: #3B82F6;
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button {
  background-color: transparent;
  color: #22C55E;
  border: 1px solid;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(34, 197, 94, 0.04);
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(34, 197, 94, 0.16);
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-text > .p-button {
  background-color: transparent;
  color: #22C55E;
  border-color: transparent;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(34, 197, 94, 0.04);
  border-color: transparent;
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(34, 197, 94, 0.16);
  border-color: transparent;
  color: #22C55E;
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
  background-color: transparent;
  color: #F59E0B;
  border: 1px solid;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(245, 158, 11, 0.04);
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button {
  background-color: transparent;
  color: #F59E0B;
  border-color: transparent;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(245, 158, 11, 0.04);
  border-color: transparent;
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(245, 158, 11, 0.16);
  border-color: transparent;
  color: #F59E0B;
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button {
  background-color: transparent;
  color: #A855F7;
  border: 1px solid;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(168, 85, 247, 0.04);
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(168, 85, 247, 0.16);
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-text > .p-button {
  background-color: transparent;
  color: #A855F7;
  border-color: transparent;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(168, 85, 247, 0.04);
  border-color: transparent;
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(168, 85, 247, 0.16);
  border-color: transparent;
  color: #A855F7;
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
  background-color: transparent;
  color: #EF4444;
  border: 1px solid;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(239, 68, 68, 0.04);
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(239, 68, 68, 0.16);
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button {
  background-color: transparent;
  color: #EF4444;
  border-color: transparent;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(239, 68, 68, 0.04);
  border-color: transparent;
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(239, 68, 68, 0.16);
  border-color: transparent;
  color: #EF4444;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #ced4da;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #adb5bd;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #EEF2FF;
  color: #4338CA;
}

.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-datatable .p-datatable-footer {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  font-weight: 700;
  color: #343a40;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  font-weight: 700;
  color: #343a40;
  background: #f8f9fa;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #343a40;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #4338CA;
  background: #EEF2FF;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #343a40;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #343a40;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #4338CA;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #EEF2FF;
  color: #4338CA;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #4338CA;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr:focus {
  outline: 0.15rem solid #C7D2FE;
  outline-offset: 0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #EEF2FF;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #EEF2FF;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-column-resizer-helper {
  background: #6366F1;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f8f9fa;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
  background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px 0 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
  border-width: 0 0 0 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #4338CA;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #4338CA;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}

.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #dee2e6;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1.25rem;
}

.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}

.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: #e9ecef;
  color: #343a40;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #EEF2FF;
  color: #4338CA;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.75rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.75rem 1.25rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}

.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.75rem 1.25rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1.25rem;
}

.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}
.fc.fc-unthemed .fc-view-container th {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #343a40;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #4F46E5;
  border: 1px solid #4F46E5;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #6366F1;
  border: 1px solid #6366F1;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #4F46E5;
  color: #ffffff;
  border-color: #4F46E5;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #6366F1;
  border-color: #6366F1;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #343a40;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #495057;
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1.25rem;
  background: #f8f9fa;
  color: #343a40;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #4F46E5;
  border-color: #4F46E5;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #4F46E5;
  border-color: #4F46E5;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #f8f9fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #6366F1;
  border: 1px solid #6366F1;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #4F46E5;
  color: #ffffff;
  border-color: #4F46E5;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.6;
  color: #ffffff;
  background: #6366F1;
  border: 1px solid #6366F1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #6366F1;
  border-color: #6366F1;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.fc.fc-theme-standard a {
  color: #495057;
}
.fc.fc-theme-standard .fc-highlight {
  color: #4338CA;
  background: #EEF2FF;
}

.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 700;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.75rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.75rem 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.75rem 1.25rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
  background: #e9ecef;
}

.p-orderlist-item.cdk-drag-preview {
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #6f91ff;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-paginator {
  background: #ffffff;
  color: #6c757d;
  border: solid #e9ecef;
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 3rem;
  height: 3rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 50%;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #343a40;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 3rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 3rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 3rem;
  height: 3rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 3rem;
  height: 3rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 50%;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #EEF2FF;
  border-color: #EEF2FF;
  color: #4338CA;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #343a40;
}

.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
  border-bottom: 0 none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 700;
}
.p-picklist .p-picklist-filter-container {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.75rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.75rem 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.75rem 1.25rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #4338CA;
  background: #EEF2FF;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.75rem 1.25rem;
  color: #495057;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
  background: #e9ecef;
}

.p-picklist-item.cdk-drag-preview {
  padding: 0.75rem 1.25rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}

.p-timeline .p-timeline-event-marker {
  border: 2px solid #6366F1;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}

.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1.25rem;
  border-radius: 6px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 6px;
  transition: box-shadow 0.2s;
  padding: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #4338CA;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #4338CA;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #6c757d;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-tree-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #8ba7ff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #495057;
  padding: 0.5rem;
  transition: box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #EEF2FF;
  color: #4338CA;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #4338CA;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-treetable .p-treetable-footer {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  font-weight: 700;
  color: #343a40;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  font-weight: 700;
  color: #343a40;
  background: #f8f9fa;
}
.p-treetable .p-sortable-column {
  outline-color: #C7D2FE;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #343a40;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #4338CA;
  background: #EEF2FF;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #343a40;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #343a40;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #4338CA;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr:focus {
  outline: 0.15rem solid #C7D2FE;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #EEF2FF;
  color: #4338CA;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #4338CA;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #4338CA;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-column-resizer-helper {
  background: #6366F1;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f8f9fa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable .p-treetable-loading-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}

.p-virtualscroller .p-virtualscroller-header {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #f8f9fa;
  color: #343a40;
  border: 1px solid #dee2e6;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 700;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  color: #6c757d;
  background: #f8f9fa;
  font-weight: 700;
  border-radius: 6px;
  transition: box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #343a40;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #343a40;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #343a40;
}
.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 4px;
}

.p-card {
  background: #ffffff;
  color: #495057;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.p-card .p-card-body {
  padding: 1.25rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1.25rem 0;
}
.p-card .p-card-footer {
  padding: 1.25rem 0 0 0;
}

.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1.25rem;
  padding: 1.25rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}

.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-radius: 6px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  color: #343a40;
  background: #f8f9fa;
  font-weight: 700;
  border-radius: 6px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1.25rem;
  color: #343a40;
  border-radius: 6px;
  transition: box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #343a40;
}
.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}

.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1.25rem;
  background: #f8f9fa;
  color: #343a40;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.75rem 1.25rem;
}
.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.75rem 1.25rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.p-panel .p-panel-icons-end {
  order: 2;
  margin-left: auto;
}
.p-panel .p-panel-icons-start {
  order: 0;
  margin-right: 0.5rem;
}
.p-panel .p-panel-icons-center {
  order: 2;
  width: 100%;
  text-align: center;
}

.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f9fa;
  border: 0 none;
}

.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 6px;
  color: #495057;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #f8f9fa;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}

.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1.25rem;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #C7D2FE;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #adb5bd;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #6366F1;
  color: #6366F1;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #6366F1;
  width: 3rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #C7D2FE;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #495057;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-toolbar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
  border-radius: 6px;
  gap: 0.5rem;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}

.p-confirm-popup {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.75rem 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-icon.p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}

.p-dialog {
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #343a40;
  padding: 1.5rem;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 2rem 1.5rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
  width: 2rem;
  height: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}

.p-overlaypanel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #6366F1;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #4F46E5;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}

.p-sidebar {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.p-sidebar .p-sidebar-header {
  padding: 1.25rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #343a40;
  border-color: transparent;
  background: #e9ecef;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}
.p-sidebar .p-sidebar-footer {
  padding: 1.25rem;
}

.p-tooltip .p-tooltip-text {
  background: #495057;
  color: #ffffff;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #495057;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #495057;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #495057;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #495057;
}

.p-fileupload .p-fileupload-buttonbar {
  background: #f8f9fa;
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  color: #343a40;
  border-bottom: 0 none;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}

.p-fileupload-choose:not(.p-disabled):hover {
  background: #4F46E5;
  color: #ffffff;
  border-color: #4F46E5;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}

.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.2s;
  border-radius: 6px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}

.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #EEF2FF;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #4338CA;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #4338CA;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-contextmenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-contextmenu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 6px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #EEF2FF;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #4338CA;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #4338CA;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #4338CA;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #EEF2FF;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #4338CA;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #4338CA;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1.25rem;
  color: #343a40;
  background: #ffffff;
  font-weight: 700;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-menubar {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 6px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #EEF2FF;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #4338CA;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #4338CA;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #4338CA;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #EEF2FF;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #4338CA;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #4338CA;
}
.p-menubar .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #C7D2FE;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #C7D2FE;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1.25rem;
  border: 1px solid #dee2e6;
  color: #6c757d;
  background: #f8f9fa;
  font-weight: 700;
  border-radius: 6px;
  transition: box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #343a40;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #343a40;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #343a40;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  margin-bottom: 4px;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 4px;
}
.p-panelmenu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #EEF2FF;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #4338CA;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #4338CA;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1.25rem;
  color: #495057;
}
.p-slidemenu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 6px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #495057;
  border: 1px solid #e9ecef;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #EEF2FF;
  color: #4338CA;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 700;
  color: #495057;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}

.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1.25rem;
  font-weight: 700;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #C7D2FE;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #adb5bd;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #6366F1;
  color: #6366F1;
}
.p-tabmenu .p-tabmenu-left-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-right-icon {
  margin-left: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link {
  background: #ffffff;
  color: #6366F1;
  width: 3rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #C7D2FE;
}

.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1.25rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #C7D2FE;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #EEF2FF;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #4338CA;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #4338CA;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-tieredmenu .p-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.p-tieredmenu .p-menuitem-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-inline-message {
  padding: 0.75rem 0.75rem;
  margin: 0;
  border-radius: 6px;
}
.p-inline-message.p-inline-message-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0px;
  color: #696cff;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #696cff;
}
.p-inline-message.p-inline-message-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0px;
  color: #1ea97c;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #1ea97c;
}
.p-inline-message.p-inline-message-warn {
  background: #fff2e2;
  border: solid #cc8925;
  border-width: 0px;
  color: #cc8925;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #cc8925;
}
.p-inline-message.p-inline-message-error {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0px;
  color: #ff5757;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #ff5757;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-icon {
  width: 1rem;
  height: 1rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}

.p-message {
  margin: 1rem 0;
  border-radius: 6px;
}
.p-message .p-message-wrapper {
  padding: 1.25rem 1.75rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-message.p-message-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0 0 0 6px;
  color: #696cff;
}
.p-message.p-message-info .p-message-icon {
  color: #696cff;
}
.p-message.p-message-info .p-message-close {
  color: #696cff;
}
.p-message.p-message-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0 0 0 6px;
  color: #1ea97c;
}
.p-message.p-message-success .p-message-icon {
  color: #1ea97c;
}
.p-message.p-message-success .p-message-close {
  color: #1ea97c;
}
.p-message.p-message-warn {
  background: #fff2e2;
  border: solid #cc8925;
  border-width: 0 0 0 6px;
  color: #cc8925;
}
.p-message.p-message-warn .p-message-icon {
  color: #cc8925;
}
.p-message.p-message-warn .p-message-close {
  color: #cc8925;
}
.p-message.p-message-error {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0 0 0 6px;
  color: #ff5757;
}
.p-message.p-message-error .p-message-icon {
  color: #ff5757;
}
.p-message.p-message-error .p-message-close {
  color: #ff5757;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 400;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}

.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
  width: 2rem;
  height: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0 0 0 6px;
  color: #696cff;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #696cff;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0 0 0 6px;
  color: #1ea97c;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #1ea97c;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #fff2e2;
  border: solid #cc8925;
  border-width: 0 0 0 6px;
  color: #cc8925;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #cc8925;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0 0 0 6px;
  color: #ff5757;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #ff5757;
}

.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 6px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
  width: 2rem;
  height: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #f8f9fa;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #ced4da;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #adb5bd;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #EEF2FF;
  color: #4338CA;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #EEF2FF;
  color: #4338CA;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #f8f9fa;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}

.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
  padding: 1rem;
}

.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}
.p-image-action.p-link .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.p-avatar {
  background-color: #dee2e6;
  border-radius: 6px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}

.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}

.p-badge {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #64748B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #22C55E;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #3B82F6;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #F59E0B;
  color: #ffffff;
}
.p-badge.p-badge-danger {
  background-color: #EF4444;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.p-chip {
  background-color: #dee2e6;
  color: #495057;
  border-radius: 16px;
  padding: 0 0.75rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -0.75rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-inplace .p-inplace-display {
  padding: 0.75rem 0.75rem;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #495057;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}

.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #dee2e6;
  border-radius: 6px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #6366F1;
}
.p-progressbar .p-progressbar-label {
  color: #ffffff;
  line-height: 1.5rem;
}

.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f8f9fa;
}
.p-scrolltop .p-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.p-skeleton {
  background-color: #dee2e6;
  border-radius: 6px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.p-tag {
  background: #6366F1;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
}
.p-tag.p-tag-success {
  background-color: #22C55E;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #3B82F6;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #F59E0B;
  color: #ffffff;
}
.p-tag.p-tag-danger {
  background-color: #EF4444;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-tag .p-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.p-terminal {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1.25rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.p-button-label {
  font-weight: 700;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-tabview .p-tabview-nav .p-tabview-ink-bar {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #6366F1;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background-color: #6366F1;
}

.p-button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b1b3f8, 0 1px 2px 0 black;
}
.p-button.p-button-secondary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
}
.p-button.p-button-success:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
}
.p-button.p-button-info:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
}
.p-button.p-button-warning:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
}
.p-button.p-button-help:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
}
.p-button.p-button-danger:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #6366F1;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #6366F1;
}

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

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

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

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@soctrip-common/icon/soctrip-icon.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'soctrip-icon';
  src:  url('soctrip-icon.eot?2scrbo');
  src:  url('soctrip-icon.eot?2scrbo#iefix') format('embedded-opentype'),
    url('soctrip-icon.ttf?2scrbo') format('truetype'),
    url('soctrip-icon.woff?2scrbo') format('woff'),
    url('soctrip-icon.svg?2scrbo#soctrip-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="sctr-icon-"], [class*=" sctr-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'soctrip-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.sctr-icon-all-the-time-247h:before {
  content: "\eb5c";
}
.sctr-icon-arrow-graph-down:before {
  content: "\f1f6";
}
.sctr-icon-arrow-graph-up:before {
  content: "\f213";
}
.sctr-icon-booking:before {
  content: "\f214";
}
.sctr-icon-dash:before {
  content: "\f215";
}
.sctr-icon-feed:before {
  content: "\f216";
}
.sctr-icon-food:before {
  content: "\f217";
}
.sctr-icon-journey:before {
  content: "\f218";
}
.sctr-icon-live:before {
  content: "\f219";
}
.sctr-icon-noti:before {
  content: "\f21a";
}
.sctr-icon-shopping:before {
  content: "\f21b";
}
.sctr-icon-solid-booking:before {
  content: "\f21c";
}
.sctr-icon-solid-feed:before {
  content: "\f21d";
}
.sctr-icon-solid-food:before {
  content: "\f21e";
}
.sctr-icon-solid-journey:before {
  content: "\f21f";
}
.sctr-icon-solid-live:before {
  content: "\f220";
}
.sctr-icon-solid-noti:before {
  content: "\f221";
}
.sctr-icon-solid-search:before {
  content: "\f222";
}
.sctr-icon-solid-shopping:before {
  content: "\f223";
}
.sctr-icon-solid-story:before {
  content: "\f224";
}
.sctr-icon-solid-video:before {
  content: "\f225";
}
.sctr-icon-sort-down:before {
  content: "\f226";
}
.sctr-icon-sort-up:before {
  content: "\f227";
}
.sctr-icon-spa:before {
  content: "\f228";
}
.sctr-icon-story:before {
  content: "\f229";
}
.sctr-icon-user-network:before {
  content: "\f22a";
}
.sctr-icon-video:before {
  content: "\f22b";
}
.sctr-icon-air-purifier:before {
  content: "\f15f";
}
.sctr-icon-airline-seat-flat-angled:before {
  content: "\f160";
}
.sctr-icon-airline-seat-flat:before {
  content: "\f161";
}
.sctr-icon-airline-seat-individual-suite:before {
  content: "\f162";
}
.sctr-icon-airline-seat-recline-extra:before {
  content: "\f163";
}
.sctr-icon-airline-seat-recline-normal:before {
  content: "\f164";
}
.sctr-icon-airplane-ticket:before {
  content: "\f165";
}
.sctr-icon-alarm-bells-1:before {
  content: "\f166";
}
.sctr-icon-alarm-bells-2:before {
  content: "\f167";
}
.sctr-icon-animal-footstep:before {
  content: "\f168";
}
.sctr-icon-apartment:before {
  content: "\f169";
}
.sctr-icon-attractions:before {
  content: "\f16a";
}
.sctr-icon-baby-sitting:before {
  content: "\f16b";
}
.sctr-icon-bakery-dining:before {
  content: "\f16c";
}
.sctr-icon-beach-access:before {
  content: "\f16d";
}
.sctr-icon-beach-chair:before {
  content: "\f16e";
}
.sctr-icon-bed-1:before {
  content: "\f16f";
}
.sctr-icon-bed-2:before {
  content: "\f170";
}
.sctr-icon-bed-3:before {
  content: "\f171";
}
.sctr-icon-bento:before {
  content: "\f172";
}
.sctr-icon-blind:before {
  content: "\f173";
}
.sctr-icon-boat:before {
  content: "\f174";
}
.sctr-icon-breakfast-dining:before {
  content: "\f175";
}
.sctr-icon-broom:before {
  content: "\f176";
}
.sctr-icon-brunch-dining:before {
  content: "\f177";
}
.sctr-icon-bucket:before {
  content: "\f178";
}
.sctr-icon-building-1:before {
  content: "\f179";
}
.sctr-icon-building-2:before {
  content: "\f17a";
}
.sctr-icon-building-3:before {
  content: "\f17b";
}
.sctr-icon-building-4:before {
  content: "\f17c";
}
.sctr-icon-building-5:before {
  content: "\f17d";
}
.sctr-icon-building-6:before {
  content: "\f17e";
}
.sctr-icon-building-7:before {
  content: "\f17f";
}
.sctr-icon-building-8:before {
  content: "\f180";
}
.sctr-icon-building-9:before {
  content: "\f181";
}
.sctr-icon-building-10:before {
  content: "\f182";
}
.sctr-icon-building-11:before {
  content: "\f183";
}
.sctr-icon-building-12:before {
  content: "\f184";
}
.sctr-icon-building-13:before {
  content: "\f185";
}
.sctr-icon-building-14:before {
  content: "\f186";
}
.sctr-icon-building-15:before {
  content: "\f187";
}
.sctr-icon-building-16:before {
  content: "\f188";
}
.sctr-icon-building-17:before {
  content: "\f189";
}
.sctr-icon-bungalow:before {
  content: "\f18a";
}
.sctr-icon-cabin:before {
  content: "\f18b";
}
.sctr-icon-cabinet:before {
  content: "\f18c";
}
.sctr-icon-cactus:before {
  content: "\f18d";
}
.sctr-icon-calendar2:before {
  content: "\f18e";
}
.sctr-icon-camera:before {
  content: "\f18f";
}
.sctr-icon-car-rental:before {
  content: "\f190";
}
.sctr-icon-car-repair:before {
  content: "\f191";
}
.sctr-icon-car:before {
  content: "\f192";
}
.sctr-icon-carpenter:before {
  content: "\f193";
}
.sctr-icon-case-claim:before {
  content: "\f194";
}
.sctr-icon-case:before {
  content: "\f195";
}
.sctr-icon-casino:before {
  content: "\f196";
}
.sctr-icon-chalet:before {
  content: "\f197";
}
.sctr-icon-charcoal-grill:before {
  content: "\f198";
}
.sctr-icon-child-friendly:before {
  content: "\f199";
}
.sctr-icon-cloth-hook:before {
  content: "\f19a";
}
.sctr-icon-coffee-maker:before {
  content: "\f19b";
}
.sctr-icon-columns-022:before {
  content: "\f19c";
}
.sctr-icon-communication:before {
  content: "\f19d";
}
.sctr-icon-concierge:before {
  content: "\f19e";
}
.sctr-icon-cooking-hat:before {
  content: "\f19f";
}
.sctr-icon-cottage:before {
  content: "\f1a0";
}
.sctr-icon-country-house:before {
  content: "\f1a1";
}
.sctr-icon-cup:before {
  content: "\f1a2";
}
.sctr-icon-diamond:before {
  content: "\f1a3";
}
.sctr-icon-dinner-dining:before {
  content: "\f1a4";
}
.sctr-icon-dish-washer:before {
  content: "\f1a5";
}
.sctr-icon-do-not-step:before {
  content: "\f1a6";
}
.sctr-icon-do-not-touch:before {
  content: "\f1a7";
}
.sctr-icon-door-2:before {
  content: "\f1a8";
}
.sctr-icon-door:before {
  content: "\f1a9";
}
.sctr-icon-elevator:before {
  content: "\f1aa";
}
.sctr-icon-escalator:before {
  content: "\f1ab";
}
.sctr-icon-expand-032:before {
  content: "\f1ac";
}
.sctr-icon-festival:before {
  content: "\f1ad";
}
.sctr-icon-fire:before {
  content: "\f1ae";
}
.sctr-icon-firework:before {
  content: "\f1af";
}
.sctr-icon-fitness-center:before {
  content: "\f1b0";
}
.sctr-icon-flat-iron:before {
  content: "\f1b1";
}
.sctr-icon-flower:before {
  content: "\f1b2";
}
.sctr-icon-food-bank:before {
  content: "\f1b3";
}
.sctr-icon-food-service:before {
  content: "\f1b4";
}
.sctr-icon-gite:before {
  content: "\f1b5";
}
.sctr-icon-golf-course:before {
  content: "\f1b6";
}
.sctr-icon-golf:before {
  content: "\f1b7";
}
.sctr-icon-grape:before {
  content: "\f1b8";
}
.sctr-icon-hairdryer:before {
  content: "\f1b9";
}
.sctr-icon-holiday-village:before {
  content: "\f1ba";
}
.sctr-icon-home-1:before {
  content: "\f1bb";
}
.sctr-icon-home-2:before {
  content: "\f1bc";
}
.sctr-icon-hotel:before {
  content: "\f1bd";
}
.sctr-icon-house-on-boat:before {
  content: "\f1be";
}
.sctr-icon-house-on-hill:before {
  content: "\f1bf";
}
.sctr-icon-house-on-river:before {
  content: "\f1c0";
}
.sctr-icon-houseboat:before {
  content: "\f1c1";
}
.sctr-icon-hygiene-set:before {
  content: "\f1c2";
}
.sctr-icon-icecream:before {
  content: "\f1c3";
}
.sctr-icon-island-1:before {
  content: "\f1c4";
}
.sctr-icon-island-2:before {
  content: "\f1c5";
}
.sctr-icon-island-3:before {
  content: "\f1c6";
}
.sctr-icon-key:before {
  content: "\f1c7";
}
.sctr-icon-liquor:before {
  content: "\f1c8";
}
.sctr-icon-local-bar:before {
  content: "\f1c9";
}
.sctr-icon-local-cafe:before {
  content: "\f1ca";
}
.sctr-icon-local-dining:before {
  content: "\f1cb";
}
.sctr-icon-location-city:before {
  content: "\f1cc";
}
.sctr-icon-locket:before {
  content: "\f1cd";
}
.sctr-icon-luggage:before {
  content: "\f1ce";
}
.sctr-icon-lunch-dining:before {
  content: "\f1cf";
}
.sctr-icon-meal-table:before {
  content: "\f1d0";
}
.sctr-icon-modern-house-1:before {
  content: "\f1d1";
}
.sctr-icon-modern-house-2:before {
  content: "\f1d2";
}
.sctr-icon-monitor:before {
  content: "\f1d3";
}
.sctr-icon-mountain-1:before {
  content: "\f1d4";
}
.sctr-icon-mountain-2:before {
  content: "\f1d5";
}
.sctr-icon-mountain-3:before {
  content: "\f1d6";
}
.sctr-icon-museum:before {
  content: "\f1d7";
}
.sctr-icon-mushroom-house:before {
  content: "\f1d8";
}
.sctr-icon-night-shelter:before {
  content: "\f1d9";
}
.sctr-icon-nightlife:before {
  content: "\f1da";
}
.sctr-icon-no-drinks:before {
  content: "\f1db";
}
.sctr-icon-no-food:before {
  content: "\f1dc";
}
.sctr-icon-no-luggage:before {
  content: "\f1dd";
}
.sctr-icon-non-smoking:before {
  content: "\f1de";
}
.sctr-icon-note:before {
  content: "\f1df";
}
.sctr-icon-other-houses:before {
  content: "\f1e0";
}
.sctr-icon-oven-bake:before {
  content: "\f1e1";
}
.sctr-icon-oven:before {
  content: "\f1e2";
}
.sctr-icon-paint2:before {
  content: "\f1e3";
}
.sctr-icon-perspective-022:before {
  content: "\f1e4";
}
.sctr-icon-piano:before {
  content: "\f1e5";
}
.sctr-icon-pool:before {
  content: "\f1e6";
}
.sctr-icon-ramen-dining:before {
  content: "\f1e7";
}
.sctr-icon-reading:before {
  content: "\f1e8";
}
.sctr-icon-rice-bowl:before {
  content: "\f1e9";
}
.sctr-icon-room-service:before {
  content: "\f1ea";
}
.sctr-icon-security-door:before {
  content: "\f1eb";
}
.sctr-icon-shampoo-1:before {
  content: "\f1ec";
}
.sctr-icon-shampoo-2:before {
  content: "\f1ed";
}
.sctr-icon-shower:before {
  content: "\f1ee";
}
.sctr-icon-skiing:before {
  content: "\f1ef";
}
.sctr-icon-smoke-free:before {
  content: "\f1f0";
}
.sctr-icon-smoking-rooms:before {
  content: "\f1f1";
}
.sctr-icon-snow-house:before {
  content: "\f1f2";
}
.sctr-icon-snowflake-1:before {
  content: "\f1f3";
}
.sctr-icon-snowflake-2:before {
  content: "\f1f4";
}
.sctr-icon-spa-2:before {
  content: "\f1f5";
}
.sctr-icon-sports-bar:before {
  content: "\f1f7";
}
.sctr-icon-stairs:before {
  content: "\f1f8";
}
.sctr-icon-stone-house:before {
  content: "\f1f9";
}
.sctr-icon-surf-board:before {
  content: "\f1fa";
}
.sctr-icon-swimming:before {
  content: "\f1fb";
}
.sctr-icon-tapas:before {
  content: "\f1fc";
}
.sctr-icon-tent-in-forest:before {
  content: "\f1fd";
}
.sctr-icon-tent:before {
  content: "\f1fe";
}
.sctr-icon-toaster:before {
  content: "\f1ff";
}
.sctr-icon-tree-house:before {
  content: "\f200";
}
.sctr-icon-ufo:before {
  content: "\f201";
}
.sctr-icon-umbrella-table:before {
  content: "\f202";
}
.sctr-icon-umbrella:before {
  content: "\f203";
}
.sctr-icon-van-truck-1:before {
  content: "\f204";
}
.sctr-icon-van-truck-2:before {
  content: "\f205";
}
.sctr-icon-villa:before {
  content: "\f206";
}
.sctr-icon-wardrobe:before {
  content: "\f207";
}
.sctr-icon-washing-machine:before {
  content: "\f208";
}
.sctr-icon-water-bottle:before {
  content: "\f209";
}
.sctr-icon-weapon:before {
  content: "\f20a";
}
.sctr-icon-wifi2:before {
  content: "\f20b";
}
.sctr-icon-windmill:before {
  content: "\f20c";
}
.sctr-icon-window-1:before {
  content: "\f20d";
}
.sctr-icon-window-2:before {
  content: "\f20e";
}
.sctr-icon-wood-house-1:before {
  content: "\f20f";
}
.sctr-icon-wood-house-2:before {
  content: "\f210";
}
.sctr-icon-your-trips:before {
  content: "\f211";
}
.sctr-icon-food-01:before {
  content: "\f212";
}
.sctr-icon-cloud-01:before {
  content: "\e90a";
}
.sctr-icon-cloud-02:before {
  content: "\e90b";
}
.sctr-icon-cloud-03:before {
  content: "\e90c";
}
.sctr-icon-cloud-lightning:before {
  content: "\e90d";
}
.sctr-icon-cloud-moon:before {
  content: "\e90e";
}
.sctr-icon-cloud-off:before {
  content: "\e90f";
}
.sctr-icon-cloud-raining-01:before {
  content: "\e91a";
}
.sctr-icon-cloud-raining-02:before {
  content: "\e91b";
}
.sctr-icon-cloud-raining-03:before {
  content: "\e91c";
}
.sctr-icon-cloud-raining-04:before {
  content: "\e91d";
}
.sctr-icon-cloud-raining-05:before {
  content: "\e91e";
}
.sctr-icon-cloud-raining-06:before {
  content: "\e91f";
}
.sctr-icon-cloud-snowing-01:before {
  content: "\e92a";
}
.sctr-icon-cloud-snowing-02:before {
  content: "\e92b";
}
.sctr-icon-cloud-sun-01:before {
  content: "\e92c";
}
.sctr-icon-cloud-sun-02:before {
  content: "\e92d";
}
.sctr-icon-cloud-sun-03:before {
  content: "\e92e";
}
.sctr-icon-droplets-01:before {
  content: "\e92f";
}
.sctr-icon-droplets-02:before {
  content: "\e93a";
}
.sctr-icon-droplets-03:before {
  content: "\e93b";
}
.sctr-icon-hurricane-01:before {
  content: "\e93c";
}
.sctr-icon-hurricane-02:before {
  content: "\e93d";
}
.sctr-icon-hurricane-03:before {
  content: "\e93e";
}
.sctr-icon-lightning-01:before {
  content: "\e93f";
}
.sctr-icon-lightning-02:before {
  content: "\e94a";
}
.sctr-icon-moon-01:before {
  content: "\e94b";
}
.sctr-icon-moon-02:before {
  content: "\e94c";
}
.sctr-icon-moon-eclipse:before {
  content: "\e94d";
}
.sctr-icon-moon-star:before {
  content: "\e94e";
}
.sctr-icon-snowflake-01:before {
  content: "\e94f";
}
.sctr-icon-snowflake-02:before {
  content: "\e95a";
}
.sctr-icon-stars-01:before {
  content: "\e95b";
}
.sctr-icon-stars-02:before {
  content: "\e95c";
}
.sctr-icon-stars-03:before {
  content: "\e95d";
}
.sctr-icon-sun:before {
  content: "\e95e";
}
.sctr-icon-sunrise:before {
  content: "\e95f";
}
.sctr-icon-sunset:before {
  content: "\e96a";
}
.sctr-icon-sun-setting-01:before {
  content: "\e96b";
}
.sctr-icon-sun-setting-02:before {
  content: "\e96c";
}
.sctr-icon-sun-setting-03:before {
  content: "\e96d";
}
.sctr-icon-thermometer-01:before {
  content: "\e96e";
}
.sctr-icon-thermometer-02:before {
  content: "\e96f";
}
.sctr-icon-thermometer-03:before {
  content: "\e97a";
}
.sctr-icon-thermometer-cold:before {
  content: "\e97b";
}
.sctr-icon-thermometer-warm:before {
  content: "\e97c";
}
.sctr-icon-umbrella-01:before {
  content: "\e97d";
}
.sctr-icon-umbrella-02:before {
  content: "\e97e";
}
.sctr-icon-umbrella-03:before {
  content: "\e97f";
}
.sctr-icon-waves:before {
  content: "\e98a";
}
.sctr-icon-wind-01:before {
  content: "\e98b";
}
.sctr-icon-wind-02:before {
  content: "\e98c";
}
.sctr-icon-wind-03:before {
  content: "\e98d";
}
.sctr-icon-solid-face-content:before {
  content: "\e98e";
}
.sctr-icon-solid-face-frown:before {
  content: "\e98f";
}
.sctr-icon-solid-face-happy:before {
  content: "\e99a";
}
.sctr-icon-solid-face-neutral:before {
  content: "\e99b";
}
.sctr-icon-solid-face-sad:before {
  content: "\e99c";
}
.sctr-icon-solid-face-smile:before {
  content: "\e99d";
}
.sctr-icon-solid-face-wink:before {
  content: "\e99e";
}
.sctr-icon-solid-user-01:before {
  content: "\e99f";
}
.sctr-icon-solid-user-02:before {
  content: "\e9a0";
}
.sctr-icon-solid-user-03:before {
  content: "\e9a1";
}
.sctr-icon-solid-user-check-01:before {
  content: "\e9a2";
}
.sctr-icon-solid-user-check-02:before {
  content: "\e9a3";
}
.sctr-icon-solid-user-circle:before {
  content: "\e9a4";
}
.sctr-icon-solid-user-down-01:before {
  content: "\e9a5";
}
.sctr-icon-solid-user-down-02:before {
  content: "\e9a6";
}
.sctr-icon-solid-user-edit:before {
  content: "\e9a7";
}
.sctr-icon-solid-user-left-01:before {
  content: "\e9a8";
}
.sctr-icon-solid-user-left-02:before {
  content: "\e9a9";
}
.sctr-icon-solid-user-minus-01:before {
  content: "\e9aa";
}
.sctr-icon-solid-user-minus-02:before {
  content: "\e9ab";
}
.sctr-icon-solid-user-plus-01:before {
  content: "\e9ac";
}
.sctr-icon-solid-user-plus-02:before {
  content: "\e9ad";
}
.sctr-icon-solid-user-right-01:before {
  content: "\e9ae";
}
.sctr-icon-solid-user-right-02:before {
  content: "\e9af";
}
.sctr-icon-solid-users-01:before {
  content: "\e9b0";
}
.sctr-icon-solid-users-02:before {
  content: "\e9b1";
}
.sctr-icon-solid-users-03:before {
  content: "\e9b2";
}
.sctr-icon-solid-users-check:before {
  content: "\e9b3";
}
.sctr-icon-solid-users-down:before {
  content: "\e9b4";
}
.sctr-icon-solid-users-edit:before {
  content: "\e9b5";
}
.sctr-icon-solid-users-left:before {
  content: "\e9b6";
}
.sctr-icon-solid-users-minus:before {
  content: "\e9b7";
}
.sctr-icon-solid-users-plus:before {
  content: "\e9b8";
}
.sctr-icon-solid-user-square:before {
  content: "\e9b9";
}
.sctr-icon-solid-users-right:before {
  content: "\e9ba";
}
.sctr-icon-solid-users-up:before {
  content: "\e9bb";
}
.sctr-icon-solid-users-x:before {
  content: "\e9bc";
}
.sctr-icon-solid-user-up-01:before {
  content: "\e9bd";
}
.sctr-icon-solid-user-up-02:before {
  content: "\e9be";
}
.sctr-icon-solid-user-x-01:before {
  content: "\e9bf";
}
.sctr-icon-solid-user-x-02:before {
  content: "\e9c0";
}
.sctr-icon-face-content:before {
  content: "\e9c1";
}
.sctr-icon-face-frown:before {
  content: "\e9c2";
}
.sctr-icon-face-happy:before {
  content: "\e9c3";
}
.sctr-icon-face-neutral:before {
  content: "\e9c4";
}
.sctr-icon-face-sad:before {
  content: "\e9c5";
}
.sctr-icon-face-smile:before {
  content: "\e9c6";
}
.sctr-icon-face-wink:before {
  content: "\e9c7";
}
.sctr-icon-user-01:before {
  content: "\e9c8";
}
.sctr-icon-user-02:before {
  content: "\e9c9";
}
.sctr-icon-user-03:before {
  content: "\e9ca";
}
.sctr-icon-user-check-01:before {
  content: "\e9cb";
}
.sctr-icon-user-check-02:before {
  content: "\e9cc";
}
.sctr-icon-user-circle:before {
  content: "\e9cd";
}
.sctr-icon-user-down-01:before {
  content: "\e9ce";
}
.sctr-icon-user-down-02:before {
  content: "\e9cf";
}
.sctr-icon-user-edit:before {
  content: "\e9d0";
}
.sctr-icon-user-left-01:before {
  content: "\e9d1";
}
.sctr-icon-user-left-02:before {
  content: "\e9d2";
}
.sctr-icon-user-minus-01:before {
  content: "\e9d3";
}
.sctr-icon-user-minus-02:before {
  content: "\e9d4";
}
.sctr-icon-user-plus-01:before {
  content: "\e9d5";
}
.sctr-icon-user-plus-02:before {
  content: "\e9d6";
}
.sctr-icon-user-right-01:before {
  content: "\e9d7";
}
.sctr-icon-user-right-02:before {
  content: "\e9d8";
}
.sctr-icon-users-01:before {
  content: "\e9d9";
}
.sctr-icon-users-02:before {
  content: "\e9da";
}
.sctr-icon-users-03:before {
  content: "\e9db";
}
.sctr-icon-users-check:before {
  content: "\e9dc";
}
.sctr-icon-users-down:before {
  content: "\e9dd";
}
.sctr-icon-users-edit:before {
  content: "\e9de";
}
.sctr-icon-users-left:before {
  content: "\e9df";
}
.sctr-icon-users-minus:before {
  content: "\e9e0";
}
.sctr-icon-users-plus:before {
  content: "\e9e1";
}
.sctr-icon-user-square:before {
  content: "\e9e2";
}
.sctr-icon-users-right:before {
  content: "\e9e3";
}
.sctr-icon-users-up:before {
  content: "\e9e4";
}
.sctr-icon-users-x:before {
  content: "\e9e5";
}
.sctr-icon-user-up-01:before {
  content: "\e9e6";
}
.sctr-icon-user-up-02:before {
  content: "\e9e7";
}
.sctr-icon-user-x-01:before {
  content: "\e9e8";
}
.sctr-icon-user-x-02:before {
  content: "\e9e9";
}
.sctr-icon-alarm-clock:before {
  content: "\e9ea";
}
.sctr-icon-alarm-clock-check:before {
  content: "\e9eb";
}
.sctr-icon-alarm-clock-minus:before {
  content: "\e9ec";
}
.sctr-icon-alarm-clock-off:before {
  content: "\e9ed";
}
.sctr-icon-alarm-clock-plus:before {
  content: "\e9ee";
}
.sctr-icon-calendar:before {
  content: "\e9ef";
}
.sctr-icon-calendar-check-01:before {
  content: "\e9f0";
}
.sctr-icon-calendar-check-02:before {
  content: "\e9f1";
}
.sctr-icon-calendar-date:before {
  content: "\e9f2";
}
.sctr-icon-calendar-heart-01:before {
  content: "\e9f3";
}
.sctr-icon-calendar-heart-02:before {
  content: "\e9f4";
}
.sctr-icon-calendar-minus-01:before {
  content: "\e9f5";
}
.sctr-icon-calendar-minus-02:before {
  content: "\e9f6";
}
.sctr-icon-calendar-plus-01:before {
  content: "\e9f7";
}
.sctr-icon-calendar-plus-02:before {
  content: "\e9f8";
}
.sctr-icon-clock:before {
  content: "\e9f9";
}
.sctr-icon-clock-check:before {
  content: "\e9fa";
}
.sctr-icon-clock-fast-forward:before {
  content: "\e9fb";
}
.sctr-icon-clock-plus:before {
  content: "\e9fc";
}
.sctr-icon-clock-refresh:before {
  content: "\e9fd";
}
.sctr-icon-clock-rewind:before {
  content: "\e9fe";
}
.sctr-icon-clock-snooze:before {
  content: "\e9ff";
}
.sctr-icon-clock-stopwatch:before {
  content: "\ea00";
}
.sctr-icon-hourglass-01:before {
  content: "\ea01";
}
.sctr-icon-hourglass-02:before {
  content: "\ea02";
}
.sctr-icon-hourglass-03:before {
  content: "\ea03";
}
.sctr-icon-watch-circle:before {
  content: "\ea04";
}
.sctr-icon-watch-square:before {
  content: "\ea05";
}
.sctr-icon-solid-alarm-clock:before {
  content: "\ea06";
}
.sctr-icon-solid-alarm-clock-check:before {
  content: "\ea07";
}
.sctr-icon-solid-alarm-clock-minus:before {
  content: "\ea08";
}
.sctr-icon-solid-alarm-clock-off:before {
  content: "\ea09";
}
.sctr-icon-solid-alarm-clock-plus:before {
  content: "\ea0a";
}
.sctr-icon-solid-calendar:before {
  content: "\ea0b";
}
.sctr-icon-solid-calendar-check-01:before {
  content: "\ea0c";
}
.sctr-icon-solid-calendar-check-02:before {
  content: "\ea0d";
}
.sctr-icon-solid-calendar-date:before {
  content: "\ea0e";
}
.sctr-icon-solid-calendar-heart-01:before {
  content: "\ea0f";
}
.sctr-icon-solid-calendar-heart-02:before {
  content: "\ea10";
}
.sctr-icon-solid-calendar-minus-01:before {
  content: "\ea11";
}
.sctr-icon-solid-calendar-minus-02:before {
  content: "\ea12";
}
.sctr-icon-solid-calendar-plus-01:before {
  content: "\ea13";
}
.sctr-icon-solid-calendar-plus-02:before {
  content: "\ea14";
}
.sctr-icon-solid-clock:before {
  content: "\ea15";
}
.sctr-icon-solid-clock-check:before {
  content: "\ea16";
}
.sctr-icon-solid-clock-plus:before {
  content: "\ea17";
}
.sctr-icon-solid-clock-snooze:before {
  content: "\ea18";
}
.sctr-icon-solid-clock-stopwatch:before {
  content: "\ea19";
}
.sctr-icon-solid-hourglass-01:before {
  content: "\ea1a";
}
.sctr-icon-solid-hourglass-02:before {
  content: "\ea1b";
}
.sctr-icon-solid-hourglass-03:before {
  content: "\ea1c";
}
.sctr-icon-solid-watch-circle:before {
  content: "\ea1d";
}
.sctr-icon-solid-watch-square:before {
  content: "\ea1e";
}
.sctr-icon-solid-circle:before {
  content: "\ea1f";
}
.sctr-icon-solid-cube-01:before {
  content: "\ea20";
}
.sctr-icon-solid-cube-02:before {
  content: "\ea21";
}
.sctr-icon-solid-cube-03:before {
  content: "\ea22";
}
.sctr-icon-solid-cube-04:before {
  content: "\ea23";
}
.sctr-icon-solid-dice-1:before {
  content: "\ea24";
}
.sctr-icon-solid-dice-2:before {
  content: "\ea25";
}
.sctr-icon-solid-dice-3:before {
  content: "\ea26";
}
.sctr-icon-solid-dice-4:before {
  content: "\ea27";
}
.sctr-icon-solid-dice-5:before {
  content: "\ea28";
}
.sctr-icon-solid-dice-6:before {
  content: "\ea29";
}
.sctr-icon-solid-hexagon-01:before {
  content: "\ea2a";
}
.sctr-icon-solid-hexagon-02:before {
  content: "\ea2b";
}
.sctr-icon-solid-octagon:before {
  content: "\ea2c";
}
.sctr-icon-solid-pentagon:before {
  content: "\ea2d";
}
.sctr-icon-solid-square:before {
  content: "\ea2e";
}
.sctr-icon-solid-star-01:before {
  content: "\ea2f";
}
.sctr-icon-solid-star-02:before {
  content: "\ea30";
}
.sctr-icon-solid-star-03:before {
  content: "\ea31";
}
.sctr-icon-solid-star-04:before {
  content: "\ea32";
}
.sctr-icon-solid-star-05:before {
  content: "\ea33";
}
.sctr-icon-solid-star-06:before {
  content: "\ea34";
}
.sctr-icon-solid-star-07:before {
  content: "\ea35";
}
.sctr-icon-solid-triangle:before {
  content: "\ea36";
}
.sctr-icon-circle:before {
  content: "\ea37";
}
.sctr-icon-cube-01:before {
  content: "\ea38";
}
.sctr-icon-cube-02:before {
  content: "\ea39";
}
.sctr-icon-cube-03:before {
  content: "\ea3a";
}
.sctr-icon-cube-04:before {
  content: "\ea3b";
}
.sctr-icon-cube-outline:before {
  content: "\ea3c";
}
.sctr-icon-dice-1:before {
  content: "\ea3d";
}
.sctr-icon-dice-2:before {
  content: "\ea3e";
}
.sctr-icon-dice-3:before {
  content: "\ea3f";
}
.sctr-icon-dice-4:before {
  content: "\ea40";
}
.sctr-icon-dice-5:before {
  content: "\ea41";
}
.sctr-icon-dice-6:before {
  content: "\ea42";
}
.sctr-icon-ellipse:before {
  content: "\ea43";
}
.sctr-icon-hexagon-01:before {
  content: "\ea44";
}
.sctr-icon-hexagon-02:before {
  content: "\ea45";
}
.sctr-icon-octagon:before {
  content: "\ea46";
}
.sctr-icon-pentagon:before {
  content: "\ea47";
}
.sctr-icon-square:before {
  content: "\ea48";
}
.sctr-icon-star-01:before {
  content: "\ea49";
}
.sctr-icon-star-02:before {
  content: "\ea4a";
}
.sctr-icon-star-03:before {
  content: "\ea4b";
}
.sctr-icon-star-04:before {
  content: "\ea4c";
}
.sctr-icon-star-05:before {
  content: "\ea4d";
}
.sctr-icon-star-06:before {
  content: "\ea4e";
}
.sctr-icon-star-07:before {
  content: "\ea4f";
}
.sctr-icon-triangle:before {
  content: "\ea50";
}
.sctr-icon-face-id:before {
  content: "\ea51";
}
.sctr-icon-face-id-square:before {
  content: "\ea52";
}
.sctr-icon-file-lock-01:before {
  content: "\ea53";
}
.sctr-icon-file-lock-02:before {
  content: "\ea54";
}
.sctr-icon-file-lock-03:before {
  content: "\ea55";
}
.sctr-icon-file-shield-01:before {
  content: "\ea56";
}
.sctr-icon-file-shield-02:before {
  content: "\ea57";
}
.sctr-icon-file-shield-03:before {
  content: "\ea58";
}
.sctr-icon-fingerprint-01:before {
  content: "\ea59";
}
.sctr-icon-fingerprint-02:before {
  content: "\ea5a";
}
.sctr-icon-fingerprint-03:before {
  content: "\ea5b";
}
.sctr-icon-fingerprint-04:before {
  content: "\ea5c";
}
.sctr-icon-folder-shield:before {
  content: "\ea5d";
}
.sctr-icon-key-01:before {
  content: "\ea5e";
}
.sctr-icon-key-02:before {
  content: "\ea5f";
}
.sctr-icon-lock-01:before {
  content: "\ea60";
}
.sctr-icon-lock-02:before {
  content: "\ea61";
}
.sctr-icon-lock-03:before {
  content: "\ea62";
}
.sctr-icon-lock-04:before {
  content: "\ea63";
}
.sctr-icon-lock-keyhole-circle:before {
  content: "\ea64";
}
.sctr-icon-lock-keyhole-square:before {
  content: "\ea65";
}
.sctr-icon-lock-unlocked-01:before {
  content: "\ea66";
}
.sctr-icon-lock-unlocked-02:before {
  content: "\ea67";
}
.sctr-icon-lock-unlocked-03:before {
  content: "\ea68";
}
.sctr-icon-lock-unlocked-04:before {
  content: "\ea69";
}
.sctr-icon-passcode:before {
  content: "\ea6a";
}
.sctr-icon-passcode-lock:before {
  content: "\ea6b";
}
.sctr-icon-scan:before {
  content: "\ea6c";
}
.sctr-icon-shield-01:before {
  content: "\ea6d";
}
.sctr-icon-shield-02:before {
  content: "\ea6e";
}
.sctr-icon-shield-03:before {
  content: "\ea6f";
}
.sctr-icon-shield-dollar:before {
  content: "\ea70";
}
.sctr-icon-shield-off:before {
  content: "\ea71";
}
.sctr-icon-shield-plus:before {
  content: "\ea72";
}
.sctr-icon-shield-tick:before {
  content: "\ea73";
}
.sctr-icon-shield-zap:before {
  content: "\ea74";
}
.sctr-icon-solid-face-id-square:before {
  content: "\ea75";
}
.sctr-icon-solid-file-lock-01:before {
  content: "\ea76";
}
.sctr-icon-solid-file-lock-02:before {
  content: "\ea77";
}
.sctr-icon-solid-file-lock-03:before {
  content: "\ea78";
}
.sctr-icon-solid-file-shield-01:before {
  content: "\ea79";
}
.sctr-icon-solid-file-shield-02:before {
  content: "\ea7a";
}
.sctr-icon-solid-file-shield-03:before {
  content: "\ea7b";
}
.sctr-icon-solid-folder-shield:before {
  content: "\ea7c";
}
.sctr-icon-solid-key-01:before {
  content: "\ea7d";
}
.sctr-icon-solid-key-02:before {
  content: "\ea7e";
}
.sctr-icon-solid-lock-01:before {
  content: "\ea7f";
}
.sctr-icon-solid-lock-02:before {
  content: "\ea80";
}
.sctr-icon-solid-lock-03:before {
  content: "\ea81";
}
.sctr-icon-solid-lock-04:before {
  content: "\ea82";
}
.sctr-icon-solid-lock-keyhole-circle:before {
  content: "\ea83";
}
.sctr-icon-solid-lock-keyhole-square:before {
  content: "\ea84";
}
.sctr-icon-solid-lock-unlocked-01:before {
  content: "\ea85";
}
.sctr-icon-solid-lock-unlocked-02:before {
  content: "\ea86";
}
.sctr-icon-solid-lock-unlocked-03:before {
  content: "\ea87";
}
.sctr-icon-solid-lock-unlocked-04:before {
  content: "\ea88";
}
.sctr-icon-solid-passcode:before {
  content: "\ea89";
}
.sctr-icon-solid-passcode-lock:before {
  content: "\ea8a";
}
.sctr-icon-solid-shield-01:before {
  content: "\ea8b";
}
.sctr-icon-solid-shield-02:before {
  content: "\ea8c";
}
.sctr-icon-solid-shield-03:before {
  content: "\ea8d";
}
.sctr-icon-solid-shield-dollar:before {
  content: "\ea8e";
}
.sctr-icon-solid-shield-off:before {
  content: "\ea8f";
}
.sctr-icon-solid-shield-plus:before {
  content: "\ea90";
}
.sctr-icon-solid-shield-tick:before {
  content: "\ea91";
}
.sctr-icon-solid-shield-zap:before {
  content: "\ea92";
}
.sctr-icon-solid-airplay:before {
  content: "\ea93";
}
.sctr-icon-solid-airpods:before {
  content: "\ea94";
}
.sctr-icon-solid-battery-charging-01:before {
  content: "\ea95";
}
.sctr-icon-solid-battery-charging-02:before {
  content: "\ea96";
}
.sctr-icon-solid-battery-empty:before {
  content: "\ea97";
}
.sctr-icon-solid-battery-full:before {
  content: "\ea98";
}
.sctr-icon-solid-battery-low:before {
  content: "\ea99";
}
.sctr-icon-solid-battery-mid:before {
  content: "\ea9a";
}
.sctr-icon-solid-chrome-cast:before {
  content: "\ea9b";
}
.sctr-icon-solid-clapperboard:before {
  content: "\ea9c";
}
.sctr-icon-solid-disc-01:before {
  content: "\ea9d";
}
.sctr-icon-solid-disc-02:before {
  content: "\ea9e";
}
.sctr-icon-solid-fast-backward:before {
  content: "\ea9f";
}
.sctr-icon-solid-fast-forward:before {
  content: "\eaa0";
}
.sctr-icon-solid-film-01:before {
  content: "\eaa1";
}
.sctr-icon-solid-film-02:before {
  content: "\eaa2";
}
.sctr-icon-solid-film-03:before {
  content: "\eaa3";
}
.sctr-icon-solid-gaming-pad-01:before {
  content: "\eaa4";
}
.sctr-icon-solid-gaming-pad-02:before {
  content: "\eaa5";
}
.sctr-icon-solid-hard-drive:before {
  content: "\eaa6";
}
.sctr-icon-solid-headphones-01:before {
  content: "\eaa7";
}
.sctr-icon-solid-headphones-02:before {
  content: "\eaa8";
}
.sctr-icon-solid-keyboard-01:before {
  content: "\eaa9";
}
.sctr-icon-solid-keyboard-02:before {
  content: "\eaaa";
}
.sctr-icon-solid-laptop-01:before {
  content: "\eaab";
}
.sctr-icon-solid-laptop-02:before {
  content: "\eaac";
}
.sctr-icon-solid-lightbulb-01:before {
  content: "\eaad";
}
.sctr-icon-solid-lightbulb-02:before {
  content: "\eaae";
}
.sctr-icon-solid-lightbulb-03:before {
  content: "\eaaf";
}
.sctr-icon-solid-lightbulb-04:before {
  content: "\eab0";
}
.sctr-icon-solid-lightbulb-05:before {
  content: "\eab1";
}
.sctr-icon-solid-microphone-01:before {
  content: "\eab2";
}
.sctr-icon-solid-microphone-02:before {
  content: "\eab3";
}
.sctr-icon-solid-microphone-off-01:before {
  content: "\eab4";
}
.sctr-icon-solid-microphone-off-02:before {
  content: "\eab5";
}
.sctr-icon-solid-modem-01:before {
  content: "\eab6";
}
.sctr-icon-solid-modem-02:before {
  content: "\eab7";
}
.sctr-icon-solid-monitor-01:before {
  content: "\eab8";
}
.sctr-icon-solid-monitor-02:before {
  content: "\eab9";
}
.sctr-icon-solid-monitor-03:before {
  content: "\eaba";
}
.sctr-icon-solid-monitor-04:before {
  content: "\eabb";
}
.sctr-icon-solid-monitor-05:before {
  content: "\eabc";
}
.sctr-icon-solid-mouse:before {
  content: "\eabd";
}
.sctr-icon-solid-music-note-01:before {
  content: "\eabe";
}
.sctr-icon-solid-music-note-02:before {
  content: "\eabf";
}
.sctr-icon-solid-music-note-plus:before {
  content: "\eac0";
}
.sctr-icon-solid-pause-circle:before {
  content: "\eac1";
}
.sctr-icon-solid-pause-square:before {
  content: "\eac2";
}
.sctr-icon-solid-phone-01:before {
  content: "\eac3";
}
.sctr-icon-solid-phone-02:before {
  content: "\eac4";
}
.sctr-icon-solid-play:before {
  content: "\eac5";
}
.sctr-icon-solid-play-circle:before {
  content: "\eac6";
}
.sctr-icon-solid-play-square:before {
  content: "\eac7";
}
.sctr-icon-solid-podcast:before {
  content: "\eac8";
}
.sctr-icon-solid-power-02:before {
  content: "\eac9";
}
.sctr-icon-solid-power-03:before {
  content: "\eaca";
}
.sctr-icon-solid-printer:before {
  content: "\eacb";
}
.sctr-icon-solid-recording-03:before {
  content: "\eacc";
}
.sctr-icon-solid-signal-01:before {
  content: "\eacd";
}
.sctr-icon-solid-signal-02:before {
  content: "\eace";
}
.sctr-icon-solid-simcard:before {
  content: "\eacf";
}
.sctr-icon-solid-skip-back:before {
  content: "\ead0";
}
.sctr-icon-solid-skip-forward:before {
  content: "\ead1";
}
.sctr-icon-solid-sliders-02:before {
  content: "\ead2";
}
.sctr-icon-solid-sliders-03:before {
  content: "\ead3";
}
.sctr-icon-solid-sliders-04:before {
  content: "\ead4";
}
.sctr-icon-solid-speaker-01:before {
  content: "\ead5";
}
.sctr-icon-solid-speaker-02:before {
  content: "\ead6";
}
.sctr-icon-solid-speaker-03:before {
  content: "\ead7";
}
.sctr-icon-solid-stop:before {
  content: "\ead8";
}
.sctr-icon-solid-stop-circle:before {
  content: "\ead9";
}
.sctr-icon-solid-stop-square:before {
  content: "\eada";
}
.sctr-icon-solid-tablet-01:before {
  content: "\eadb";
}
.sctr-icon-solid-tablet-02:before {
  content: "\eadc";
}
.sctr-icon-solid-tv-01:before {
  content: "\eadd";
}
.sctr-icon-solid-tv-02:before {
  content: "\eade";
}
.sctr-icon-solid-tv-03:before {
  content: "\eadf";
}
.sctr-icon-solid-usb-flash-drive:before {
  content: "\eae0";
}
.sctr-icon-solid-video-recorder:before {
  content: "\eae1";
}
.sctr-icon-solid-video-recorder-off:before {
  content: "\eae2";
}
.sctr-icon-solid-voicemail:before {
  content: "\eae3";
}
.sctr-icon-solid-volume-max:before {
  content: "\eae4";
}
.sctr-icon-solid-volume-min:before {
  content: "\eae5";
}
.sctr-icon-solid-volume-minus:before {
  content: "\eae6";
}
.sctr-icon-solid-volume-plus:before {
  content: "\eae7";
}
.sctr-icon-solid-volume-x:before {
  content: "\eae8";
}
.sctr-icon-solid-webcam-01:before {
  content: "\eae9";
}
.sctr-icon-solid-webcam-02:before {
  content: "\eaea";
}
.sctr-icon-solid-youtube:before {
  content: "\eaeb";
}
.sctr-icon-airplay:before {
  content: "\eaec";
}
.sctr-icon-airpods:before {
  content: "\eaed";
}
.sctr-icon-battery-charging-01:before {
  content: "\eaee";
}
.sctr-icon-battery-charging-02:before {
  content: "\eaef";
}
.sctr-icon-battery-empty:before {
  content: "\eaf0";
}
.sctr-icon-battery-full:before {
  content: "\eaf1";
}
.sctr-icon-battery-low:before {
  content: "\eaf2";
}
.sctr-icon-battery-mid:before {
  content: "\eaf3";
}
.sctr-icon-bluetooth-connect:before {
  content: "\eaf4";
}
.sctr-icon-bluetooth-off:before {
  content: "\eaf5";
}
.sctr-icon-bluetooth-on:before {
  content: "\eaf6";
}
.sctr-icon-bluetooth-signal:before {
  content: "\eaf7";
}
.sctr-icon-chrome-cast:before {
  content: "\eaf8";
}
.sctr-icon-clapperboard:before {
  content: "\eaf9";
}
.sctr-icon-disc-01:before {
  content: "\eafa";
}
.sctr-icon-disc-02:before {
  content: "\eafb";
}
.sctr-icon-fast-backward:before {
  content: "\eafc";
}
.sctr-icon-fast-forward:before {
  content: "\eafd";
}
.sctr-icon-film-01:before {
  content: "\eafe";
}
.sctr-icon-film-02:before {
  content: "\eaff";
}
.sctr-icon-film-03:before {
  content: "\eb00";
}
.sctr-icon-gaming-pad-01:before {
  content: "\eb01";
}
.sctr-icon-gaming-pad-02:before {
  content: "\eb02";
}
.sctr-icon-hard-drive:before {
  content: "\eb03";
}
.sctr-icon-headphones-01:before {
  content: "\eb04";
}
.sctr-icon-headphones-02:before {
  content: "\eb05";
}
.sctr-icon-keyboard-01:before {
  content: "\eb06";
}
.sctr-icon-keyboard-02:before {
  content: "\eb07";
}
.sctr-icon-laptop-01:before {
  content: "\eb08";
}
.sctr-icon-laptop-02:before {
  content: "\eb09";
}
.sctr-icon-lightbulb-01:before {
  content: "\eb0a";
}
.sctr-icon-lightbulb-02:before {
  content: "\eb0b";
}
.sctr-icon-lightbulb-03:before {
  content: "\eb0c";
}
.sctr-icon-lightbulb-04:before {
  content: "\eb0d";
}
.sctr-icon-lightbulb-05:before {
  content: "\eb0e";
}
.sctr-icon-microphone-01:before {
  content: "\eb0f";
}
.sctr-icon-microphone-02:before {
  content: "\eb10";
}
.sctr-icon-microphone-off-01:before {
  content: "\eb11";
}
.sctr-icon-microphone-off-02:before {
  content: "\eb12";
}
.sctr-icon-modem-01:before {
  content: "\eb13";
}
.sctr-icon-modem-02:before {
  content: "\eb14";
}
.sctr-icon-monitor-01:before {
  content: "\eb15";
}
.sctr-icon-monitor-02:before {
  content: "\eb16";
}
.sctr-icon-monitor-03:before {
  content: "\eb17";
}
.sctr-icon-monitor-04:before {
  content: "\eb18";
}
.sctr-icon-monitor-05:before {
  content: "\eb19";
}
.sctr-icon-mouse:before {
  content: "\eb1a";
}
.sctr-icon-music-note-01:before {
  content: "\eb1b";
}
.sctr-icon-music-note-02:before {
  content: "\eb1c";
}
.sctr-icon-music-note-plus:before {
  content: "\eb1d";
}
.sctr-icon-pause-circle:before {
  content: "\eb1e";
}
.sctr-icon-pause-square:before {
  content: "\eb1f";
}
.sctr-icon-phone-01:before {
  content: "\eb20";
}
.sctr-icon-phone-02:before {
  content: "\eb21";
}
.sctr-icon-play:before {
  content: "\eb22";
}
.sctr-icon-play-circle:before {
  content: "\eb23";
}
.sctr-icon-play-square:before {
  content: "\eb24";
}
.sctr-icon-podcast:before {
  content: "\eb25";
}
.sctr-icon-power-01:before {
  content: "\eb26";
}
.sctr-icon-power-02:before {
  content: "\eb27";
}
.sctr-icon-power-03:before {
  content: "\eb28";
}
.sctr-icon-printer:before {
  content: "\eb29";
}
.sctr-icon-recording-01:before {
  content: "\eb2a";
}
.sctr-icon-recording-02:before {
  content: "\eb2b";
}
.sctr-icon-recording-03:before {
  content: "\eb2c";
}
.sctr-icon-repeat-01:before {
  content: "\eb2d";
}
.sctr-icon-repeat-02:before {
  content: "\eb2e";
}
.sctr-icon-repeat-03:before {
  content: "\eb2f";
}
.sctr-icon-repeat-04:before {
  content: "\eb30";
}
.sctr-icon-rss-01:before {
  content: "\eb31";
}
.sctr-icon-rss-02:before {
  content: "\eb32";
}
.sctr-icon-shuffle-01:before {
  content: "\eb33";
}
.sctr-icon-shuffle-02:before {
  content: "\eb34";
}
.sctr-icon-signal-01:before {
  content: "\eb35";
}
.sctr-icon-signal-02:before {
  content: "\eb36";
}
.sctr-icon-signal-03:before {
  content: "\eb37";
}
.sctr-icon-simcard:before {
  content: "\eb38";
}
.sctr-icon-skip-back:before {
  content: "\eb39";
}
.sctr-icon-skip-forward:before {
  content: "\eb3a";
}
.sctr-icon-sliders-01:before {
  content: "\eb3b";
}
.sctr-icon-sliders-02:before {
  content: "\eb3c";
}
.sctr-icon-sliders-03:before {
  content: "\eb3d";
}
.sctr-icon-sliders-04:before {
  content: "\eb3e";
}
.sctr-icon-speaker-01:before {
  content: "\eb3f";
}
.sctr-icon-speaker-02:before {
  content: "\eb40";
}
.sctr-icon-speaker-03:before {
  content: "\eb41";
}
.sctr-icon-stop:before {
  content: "\eb42";
}
.sctr-icon-stop-circle:before {
  content: "\eb43";
}
.sctr-icon-stop-square:before {
  content: "\eb44";
}
.sctr-icon-tablet-01:before {
  content: "\eb45";
}
.sctr-icon-tablet-02:before {
  content: "\eb46";
}
.sctr-icon-tv-01:before {
  content: "\eb47";
}
.sctr-icon-tv-02:before {
  content: "\eb48";
}
.sctr-icon-tv-03:before {
  content: "\eb49";
}
.sctr-icon-usb-flash-drive:before {
  content: "\eb4a";
}
.sctr-icon-video-recorder:before {
  content: "\eb4b";
}
.sctr-icon-video-recorder-off:before {
  content: "\eb4c";
}
.sctr-icon-voicemail:before {
  content: "\eb4d";
}
.sctr-icon-volume-max:before {
  content: "\eb4e";
}
.sctr-icon-volume-min:before {
  content: "\eb4f";
}
.sctr-icon-volume-minus:before {
  content: "\eb50";
}
.sctr-icon-volume-plus:before {
  content: "\eb51";
}
.sctr-icon-volume-x:before {
  content: "\eb52";
}
.sctr-icon-webcam-01:before {
  content: "\eb53";
}
.sctr-icon-webcam-02:before {
  content: "\eb54";
}
.sctr-icon-wifi:before {
  content: "\eb55";
}
.sctr-icon-wifi-off:before {
  content: "\eb56";
}
.sctr-icon-youtube:before {
  content: "\eb57";
}
.sctr-icon-bus:before {
  content: "\eb58";
}
.sctr-icon-car-01:before {
  content: "\eb59";
}
.sctr-icon-car-02:before {
  content: "\eb5a";
}
.sctr-icon-compass-01:before {
  content: "\eb5b";
}
.sctr-icon-compass-02:before {
  content: "\eb5c";
}
.sctr-icon-compass-03:before {
  content: "\eb5d";
}
.sctr-icon-flag-01:before {
  content: "\eb5e";
}
.sctr-icon-flag-02:before {
  content: "\eb5f";
}
.sctr-icon-flag-03:before {
  content: "\eb60";
}
.sctr-icon-flag-04:before {
  content: "\eb61";
}
.sctr-icon-flag-05:before {
  content: "\eb62";
}
.sctr-icon-flag-06:before {
  content: "\eb63";
}
.sctr-icon-globe-01:before {
  content: "\eb64";
}
.sctr-icon-globe-02:before {
  content: "\eb65";
}
.sctr-icon-globe-03:before {
  content: "\eb66";
}
.sctr-icon-globe-04:before {
  content: "\eb67";
}
.sctr-icon-globe-05:before {
  content: "\eb68";
}
.sctr-icon-globe-06:before {
  content: "\eb69";
}
.sctr-icon-luggage-01:before {
  content: "\eb6a";
}
.sctr-icon-luggage-02:before {
  content: "\eb6b";
}
.sctr-icon-luggage-03:before {
  content: "\eb6c";
}
.sctr-icon-map-01:before {
  content: "\eb6d";
}
.sctr-icon-map-02:before {
  content: "\eb6e";
}
.sctr-icon-mark:before {
  content: "\eb6f";
}
.sctr-icon-marker-pin-01:before {
  content: "\eb70";
}
.sctr-icon-marker-pin-02:before {
  content: "\eb71";
}
.sctr-icon-marker-pin-03:before {
  content: "\eb72";
}
.sctr-icon-marker-pin-04:before {
  content: "\eb73";
}
.sctr-icon-marker-pin-05:before {
  content: "\eb74";
}
.sctr-icon-marker-pin-06:before {
  content: "\eb75";
}
.sctr-icon-navigation-pointer-01:before {
  content: "\eb76";
}
.sctr-icon-navigation-pointer-02:before {
  content: "\eb77";
}
.sctr-icon-navigation-pointer-off-01:before {
  content: "\eb78";
}
.sctr-icon-navigation-pointer-off-02:before {
  content: "\eb79";
}
.sctr-icon-passport:before {
  content: "\eb7a";
}
.sctr-icon-plane:before {
  content: "\eb7b";
}
.sctr-icon-rocket-01:before {
  content: "\eb7c";
}
.sctr-icon-rocket-02:before {
  content: "\eb7d";
}
.sctr-icon-route:before {
  content: "\eb7e";
}
.sctr-icon-ticket-01:before {
  content: "\eb7f";
}
.sctr-icon-ticket-02:before {
  content: "\eb80";
}
.sctr-icon-train:before {
  content: "\eb81";
}
.sctr-icon-tram:before {
  content: "\eb82";
}
.sctr-icon-truck-01:before {
  content: "\eb83";
}
.sctr-icon-truck-02:before {
  content: "\eb84";
}
.sctr-icon-solid-bus:before {
  content: "\eb85";
}
.sctr-icon-solid-car-01:before {
  content: "\eb86";
}
.sctr-icon-solid-car-02:before {
  content: "\eb87";
}
.sctr-icon-solid-compass-01:before {
  content: "\eb88";
}
.sctr-icon-solid-compass-02:before {
  content: "\eb89";
}
.sctr-icon-solid-compass-03:before {
  content: "\eb8a";
}
.sctr-icon-solid-flag-01:before {
  content: "\eb8b";
}
.sctr-icon-solid-flag-02:before {
  content: "\eb8c";
}
.sctr-icon-solid-flag-03:before {
  content: "\eb8d";
}
.sctr-icon-solid-flag-04:before {
  content: "\eb8e";
}
.sctr-icon-solid-flag-05:before {
  content: "\eb8f";
}
.sctr-icon-solid-flag-06:before {
  content: "\eb90";
}
.sctr-icon-solid-globe-04:before {
  content: "\eb91";
}
.sctr-icon-solid-globe-05:before {
  content: "\eb92";
}
.sctr-icon-solid-globe-06:before {
  content: "\eb93";
}
.sctr-icon-solid-luggage-01:before {
  content: "\eb94";
}
.sctr-icon-solid-luggage-02:before {
  content: "\eb95";
}
.sctr-icon-solid-luggage-03:before {
  content: "\eb96";
}
.sctr-icon-solid-map-01:before {
  content: "\eb97";
}
.sctr-icon-solid-map-02:before {
  content: "\eb98";
}
.sctr-icon-solid-mark:before {
  content: "\eb99";
}
.sctr-icon-solid-marker-pin-01:before {
  content: "\eb9a";
}
.sctr-icon-solid-marker-pin-02:before {
  content: "\eb9b";
}
.sctr-icon-solid-marker-pin-03:before {
  content: "\eb9c";
}
.sctr-icon-solid-marker-pin-04:before {
  content: "\eb9d";
}
.sctr-icon-solid-marker-pin-05:before {
  content: "\eb9e";
}
.sctr-icon-solid-marker-pin-06:before {
  content: "\eb9f";
}
.sctr-icon-solid-navigation-pointer-01:before {
  content: "\eba0";
}
.sctr-icon-solid-navigation-pointer-02:before {
  content: "\eba1";
}
.sctr-icon-solid-navigation-pointer-off-01:before {
  content: "\eba2";
}
.sctr-icon-solid-navigation-pointer-off-02:before {
  content: "\eba3";
}
.sctr-icon-solid-passport:before {
  content: "\eba4";
}
.sctr-icon-solid-plane:before {
  content: "\eba5";
}
.sctr-icon-solid-rocket-01:before {
  content: "\eba6";
}
.sctr-icon-solid-rocket-02:before {
  content: "\eba7";
}
.sctr-icon-solid-route:before {
  content: "\eba8";
}
.sctr-icon-solid-ticket-01:before {
  content: "\eba9";
}
.sctr-icon-solid-ticket-02:before {
  content: "\ebaa";
}
.sctr-icon-solid-train:before {
  content: "\ebab";
}
.sctr-icon-solid-tram:before {
  content: "\ebac";
}
.sctr-icon-solid-truck-01:before {
  content: "\ebad";
}
.sctr-icon-solid-truck-02:before {
  content: "\ebae";
}
.sctr-icon-solid-align-bottom-02:before {
  content: "\ebaf";
}
.sctr-icon-solid-align-horizontal-centre-02:before {
  content: "\ebb0";
}
.sctr-icon-solid-align-left-02:before {
  content: "\ebb1";
}
.sctr-icon-solid-align-right-02:before {
  content: "\ebb2";
}
.sctr-icon-solid-align-top-02:before {
  content: "\ebb3";
}
.sctr-icon-solid-align-vertical-center-02:before {
  content: "\ebb4";
}
.sctr-icon-solid-columns-01:before {
  content: "\ebb5";
}
.sctr-icon-solid-columns-02:before {
  content: "\ebb6";
}
.sctr-icon-solid-columns-03:before {
  content: "\ebb7";
}
.sctr-icon-solid-distribute-spacing-horizontal:before {
  content: "\ebb8";
}
.sctr-icon-solid-distribute-spacing-vertical:before {
  content: "\ebb9";
}
.sctr-icon-solid-divider:before {
  content: "\ebba";
}
.sctr-icon-solid-flex-align-bottom:before {
  content: "\ebbb";
}
.sctr-icon-solid-flex-align-left:before {
  content: "\ebbc";
}
.sctr-icon-solid-flex-align-right:before {
  content: "\ebbd";
}
.sctr-icon-solid-flex-align-top:before {
  content: "\ebbe";
}
.sctr-icon-solid-grid-01:before {
  content: "\ebbf";
}
.sctr-icon-solid-grid-03:before {
  content: "\ebc0";
}
.sctr-icon-solid-intersect-circle:before {
  content: "\ebc1";
}
.sctr-icon-solid-intersect-square:before {
  content: "\ebc2";
}
.sctr-icon-solid-layer-single:before {
  content: "\ebc3";
}
.sctr-icon-solid-layers-three-01:before {
  content: "\ebc4";
}
.sctr-icon-solid-layers-three-02:before {
  content: "\ebc5";
}
.sctr-icon-solid-layers-two-01:before {
  content: "\ebc6";
}
.sctr-icon-solid-layers-two-02:before {
  content: "\ebc7";
}
.sctr-icon-solid-layout-alt-01:before {
  content: "\ebc8";
}
.sctr-icon-solid-layout-alt-02:before {
  content: "\ebc9";
}
.sctr-icon-solid-layout-alt-03:before {
  content: "\ebca";
}
.sctr-icon-solid-layout-alt-04:before {
  content: "\ebcb";
}
.sctr-icon-solid-layout-bottom:before {
  content: "\ebcc";
}
.sctr-icon-solid-layout-grid-01:before {
  content: "\ebcd";
}
.sctr-icon-solid-layout-grid-02:before {
  content: "\ebce";
}
.sctr-icon-solid-layout-left:before {
  content: "\ebcf";
}
.sctr-icon-solid-layout-right:before {
  content: "\ebd0";
}
.sctr-icon-solid-layout-top:before {
  content: "\ebd1";
}
.sctr-icon-solid-rows-01:before {
  content: "\ebd2";
}
.sctr-icon-solid-rows-02:before {
  content: "\ebd3";
}
.sctr-icon-solid-rows-03:before {
  content: "\ebd4";
}
.sctr-icon-solid-table:before {
  content: "\ebd5";
}
.sctr-icon-align-bottom-01:before {
  content: "\ebd6";
}
.sctr-icon-align-bottom-02:before {
  content: "\ebd7";
}
.sctr-icon-align-horizontal-centre-01:before {
  content: "\ebd8";
}
.sctr-icon-align-horizontal-centre-02:before {
  content: "\ebd9";
}
.sctr-icon-align-left-01:before {
  content: "\ebda";
}
.sctr-icon-align-left-02:before {
  content: "\ebdb";
}
.sctr-icon-align-right-01:before {
  content: "\ebdc";
}
.sctr-icon-align-right-02:before {
  content: "\ebdd";
}
.sctr-icon-align-top-arrow-01:before {
  content: "\ebde";
}
.sctr-icon-align-top-arrow-02:before {
  content: "\ebdf";
}
.sctr-icon-align-vertical-center-01:before {
  content: "\ebe0";
}
.sctr-icon-align-vertical-center-02:before {
  content: "\ebe1";
}
.sctr-icon-columns-01:before {
  content: "\ebe2";
}
.sctr-icon-columns-02:before {
  content: "\ebe3";
}
.sctr-icon-columns-03:before {
  content: "\ebe4";
}
.sctr-icon-distribute-spacing-horizontal:before {
  content: "\ebe5";
}
.sctr-icon-distribute-spacing-vertical:before {
  content: "\ebe6";
}
.sctr-icon-divider:before {
  content: "\ebe7";
}
.sctr-icon-flex-align-bottom:before {
  content: "\ebe8";
}
.sctr-icon-flex-align-left:before {
  content: "\ebe9";
}
.sctr-icon-flex-align-right:before {
  content: "\ebea";
}
.sctr-icon-flex-align-top:before {
  content: "\ebeb";
}
.sctr-icon-grid-01:before {
  content: "\ebec";
}
.sctr-icon-grid-02:before {
  content: "\ebed";
}
.sctr-icon-grid-03:before {
  content: "\ebee";
}
.sctr-icon-grid-dots-blank:before {
  content: "\ebef";
}
.sctr-icon-grid-dots-bottom:before {
  content: "\ebf0";
}
.sctr-icon-grid-dots-horizontal-center:before {
  content: "\ebf1";
}
.sctr-icon-grid-dots-left:before {
  content: "\ebf2";
}
.sctr-icon-grid-dots-outer:before {
  content: "\ebf3";
}
.sctr-icon-grid-dots-right:before {
  content: "\ebf4";
}
.sctr-icon-grid-dots-top:before {
  content: "\ebf5";
}
.sctr-icon-grid-dots-vertical-center:before {
  content: "\ebf6";
}
.sctr-icon-intersect-circle:before {
  content: "\ebf7";
}
.sctr-icon-intersect-square:before {
  content: "\ebf8";
}
.sctr-icon-layer-single:before {
  content: "\ebf9";
}
.sctr-icon-layers-three-01:before {
  content: "\ebfa";
}
.sctr-icon-layers-three-02:before {
  content: "\ebfb";
}
.sctr-icon-layers-two-01:before {
  content: "\ebfc";
}
.sctr-icon-layers-two-02:before {
  content: "\ebfd";
}
.sctr-icon-layout-alt-01:before {
  content: "\ebfe";
}
.sctr-icon-layout-alt-02:before {
  content: "\ebff";
}
.sctr-icon-layout-alt-03:before {
  content: "\ec00";
}
.sctr-icon-layout-alt-04:before {
  content: "\ec01";
}
.sctr-icon-layout-bottom:before {
  content: "\ec02";
}
.sctr-icon-layout-grid-01:before {
  content: "\ec03";
}
.sctr-icon-layout-grid-02:before {
  content: "\ec04";
}
.sctr-icon-layout-left:before {
  content: "\ec05";
}
.sctr-icon-layout-right:before {
  content: "\ec06";
}
.sctr-icon-layout-top:before {
  content: "\ec07";
}
.sctr-icon-list:before {
  content: "\ec08";
}
.sctr-icon-maximize-01:before {
  content: "\ec09";
}
.sctr-icon-maximize-02:before {
  content: "\ec0a";
}
.sctr-icon-minimize-01:before {
  content: "\ec0b";
}
.sctr-icon-minimize-02:before {
  content: "\ec0c";
}
.sctr-icon-rows-01:before {
  content: "\ec0d";
}
.sctr-icon-rows-02:before {
  content: "\ec0e";
}
.sctr-icon-rows-03:before {
  content: "\ec0f";
}
.sctr-icon-spacing-height-01:before {
  content: "\ec10";
}
.sctr-icon-spacing-height-02:before {
  content: "\ec11";
}
.sctr-icon-spacing-width-01:before {
  content: "\ec12";
}
.sctr-icon-spacing-width-02:before {
  content: "\ec13";
}
.sctr-icon-table:before {
  content: "\ec14";
}
.sctr-icon-camera-01:before {
  content: "\ec15";
}
.sctr-icon-camera-02:before {
  content: "\ec16";
}
.sctr-icon-camera-03:before {
  content: "\ec17";
}
.sctr-icon-camera-lens:before {
  content: "\ec18";
}
.sctr-icon-camera-off:before {
  content: "\ec19";
}
.sctr-icon-camera-plus:before {
  content: "\ec1a";
}
.sctr-icon-colors:before {
  content: "\ec1b";
}
.sctr-icon-flash:before {
  content: "\ec1c";
}
.sctr-icon-flash-off:before {
  content: "\ec1d";
}
.sctr-icon-image-01:before {
  content: "\ec1e";
}
.sctr-icon-image-02:before {
  content: "\ec1f";
}
.sctr-icon-image-03:before {
  content: "\ec20";
}
.sctr-icon-image-04:before {
  content: "\ec21";
}
.sctr-icon-image-05:before {
  content: "\ec22";
}
.sctr-icon-image-check:before {
  content: "\ec23";
}
.sctr-icon-image-down:before {
  content: "\ec24";
}
.sctr-icon-image-left:before {
  content: "\ec25";
}
.sctr-icon-image-plus:before {
  content: "\ec26";
}
.sctr-icon-image-right:before {
  content: "\ec27";
}
.sctr-icon-image-up:before {
  content: "\ec28";
}
.sctr-icon-image-user:before {
  content: "\ec29";
}
.sctr-icon-image-user-check:before {
  content: "\ec2a";
}
.sctr-icon-image-user-down:before {
  content: "\ec2b";
}
.sctr-icon-image-user-left:before {
  content: "\ec2c";
}
.sctr-icon-image-user-plus:before {
  content: "\ec2d";
}
.sctr-icon-image-user-right:before {
  content: "\ec2e";
}
.sctr-icon-image-user-up:before {
  content: "\ec2f";
}
.sctr-icon-image-user-x:before {
  content: "\ec30";
}
.sctr-icon-image-x:before {
  content: "\ec31";
}
.sctr-icon-solid-camera-01:before {
  content: "\ec32";
}
.sctr-icon-solid-camera-02:before {
  content: "\ec33";
}
.sctr-icon-solid-camera-03:before {
  content: "\ec34";
}
.sctr-icon-solid-camera-lens:before {
  content: "\ec35";
}
.sctr-icon-solid-camera-off:before {
  content: "\ec36";
}
.sctr-icon-solid-camera-plus:before {
  content: "\ec37";
}
.sctr-icon-solid-colors:before {
  content: "\ec38";
}
.sctr-icon-solid-flash:before {
  content: "\ec39";
}
.sctr-icon-solid-flash-off:before {
  content: "\ec3a";
}
.sctr-icon-solid-image-01:before {
  content: "\ec3b";
}
.sctr-icon-solid-image-02:before {
  content: "\ec3c";
}
.sctr-icon-solid-image-03:before {
  content: "\ec3d";
}
.sctr-icon-solid-image-04:before {
  content: "\ec3e";
}
.sctr-icon-solid-image-05:before {
  content: "\ec3f";
}
.sctr-icon-solid-image-check:before {
  content: "\ec40";
}
.sctr-icon-solid-image-down:before {
  content: "\ec41";
}
.sctr-icon-solid-image-left:before {
  content: "\ec42";
}
.sctr-icon-solid-image-plus:before {
  content: "\ec43";
}
.sctr-icon-solid-image-right:before {
  content: "\ec44";
}
.sctr-icon-solid-image-up:before {
  content: "\ec45";
}
.sctr-icon-solid-image-user:before {
  content: "\ec46";
}
.sctr-icon-solid-image-user-check:before {
  content: "\ec47";
}
.sctr-icon-solid-image-user-down:before {
  content: "\ec48";
}
.sctr-icon-solid-image-user-left:before {
  content: "\ec49";
}
.sctr-icon-solid-image-user-plus:before {
  content: "\ec4a";
}
.sctr-icon-solid-image-user-right:before {
  content: "\ec4b";
}
.sctr-icon-solid-image-user-up:before {
  content: "\ec4c";
}
.sctr-icon-solid-image-user-x:before {
  content: "\ec4d";
}
.sctr-icon-solid-image-x:before {
  content: "\ec4e";
}
.sctr-icon-solid-activity-heart:before {
  content: "\ec4f";
}
.sctr-icon-solid-archive:before {
  content: "\ec50";
}
.sctr-icon-solid-bookmark:before {
  content: "\ec51";
}
.sctr-icon-solid-bookmark-add:before {
  content: "\ec52";
}
.sctr-icon-solid-bookmark-check:before {
  content: "\ec53";
}
.sctr-icon-solid-bookmark-minus:before {
  content: "\ec54";
}
.sctr-icon-solid-bookmark-x:before {
  content: "\ec55";
}
.sctr-icon-solid-building-01:before {
  content: "\ec56";
}
.sctr-icon-solid-building-02:before {
  content: "\ec57";
}
.sctr-icon-solid-building-03:before {
  content: "\ec58";
}
.sctr-icon-solid-building-04:before {
  content: "\ec59";
}
.sctr-icon-solid-building-05:before {
  content: "\ec5a";
}
.sctr-icon-solid-building-06:before {
  content: "\ec5b";
}
.sctr-icon-solid-building-07:before {
  content: "\ec5c";
}
.sctr-icon-solid-building-08:before {
  content: "\ec5d";
}
.sctr-icon-solid-check-circle:before {
  content: "\ec5e";
}
.sctr-icon-solid-check-circle-broken:before {
  content: "\ec5f";
}
.sctr-icon-solid-check-done-01:before {
  content: "\ec60";
}
.sctr-icon-solid-check-done-02:before {
  content: "\ec61";
}
.sctr-icon-solid-check-heart:before {
  content: "\ec62";
}
.sctr-icon-solid-check-square:before {
  content: "\ec63";
}
.sctr-icon-solid-check-square-broken:before {
  content: "\ec64";
}
.sctr-icon-solid-check-verified-01:before {
  content: "\ec65";
}
.sctr-icon-solid-check-verified-02:before {
  content: "\ec66";
}
.sctr-icon-solid-check-verified-03:before {
  content: "\ec67";
}
.sctr-icon-solid-cloud-blank-01:before {
  content: "\ec68";
}
.sctr-icon-solid-cloud-blank-02:before {
  content: "\ec69";
}
.sctr-icon-solid-copy-01:before {
  content: "\ec6a";
}
.sctr-icon-solid-copy-02:before {
  content: "\ec6b";
}
.sctr-icon-solid-copy-03:before {
  content: "\ec6c";
}
.sctr-icon-solid-copy-04:before {
  content: "\ec6d";
}
.sctr-icon-solid-copy-05:before {
  content: "\ec6e";
}
.sctr-icon-solid-copy-06:before {
  content: "\ec6f";
}
.sctr-icon-solid-copy-07:before {
  content: "\ec70";
}
.sctr-icon-solid-divide-03:before {
  content: "\ec71";
}
.sctr-icon-solid-download-01-alt:before {
  content: "\ec72";
}
.sctr-icon-solid-download-03:before {
  content: "\ec73";
}
.sctr-icon-solid-download-04:before {
  content: "\ec74";
}
.sctr-icon-solid-download-cloud-01:before {
  content: "\ec75";
}
.sctr-icon-solid-download-cloud-02:before {
  content: "\ec76";
}
.sctr-icon-solid-edit-01:before {
  content: "\ec77";
}
.sctr-icon-solid-edit-02:before {
  content: "\ec78";
}
.sctr-icon-solid-edit-03:before {
  content: "\ec79";
}
.sctr-icon-solid-edit-04:before {
  content: "\ec7a";
}
.sctr-icon-solid-edit-05:before {
  content: "\ec7b";
}
.sctr-icon-solid-eye:before {
  content: "\ec7c";
}
.sctr-icon-solid-eye-off:before {
  content: "\ec7d";
}
.sctr-icon-solid-filter-funnel-01:before {
  content: "\ec7e";
}
.sctr-icon-solid-filter-funnel-02:before {
  content: "\ec7f";
}
.sctr-icon-solid-google-chrome:before {
  content: "\ec80";
}
.sctr-icon-solid-heart:before {
  content: "\ec81";
}
.sctr-icon-solid-heart-circle:before {
  content: "\ec82";
}
.sctr-icon-solid-heart-hand:before {
  content: "\ec83";
}
.sctr-icon-solid-heart-hexagon:before {
  content: "\ec84";
}
.sctr-icon-solid-heart-octagon:before {
  content: "\ec85";
}
.sctr-icon-solid-heart-rounded:before {
  content: "\ec86";
}
.sctr-icon-solid-hearts:before {
  content: "\ec87";
}
.sctr-icon-solid-heart-square:before {
  content: "\ec88";
}
.sctr-icon-solid-help-circle:before {
  content: "\ec89";
}
.sctr-icon-solid-help-hexagon:before {
  content: "\ec8a";
}
.sctr-icon-solid-help-octagon:before {
  content: "\ec8b";
}
.sctr-icon-solid-help-square:before {
  content: "\ec8c";
}
.sctr-icon-solid-home-01:before {
  content: "\ec8d";
}
.sctr-icon-solid-home-02:before {
  content: "\ec8e";
}
.sctr-icon-solid-home-03:before {
  content: "\ec8f";
}
.sctr-icon-solid-home-04:before {
  content: "\ec90";
}
.sctr-icon-solid-home-05:before {
  content: "\ec91";
}
.sctr-icon-solid-home-line:before {
  content: "\ec92";
}
.sctr-icon-solid-home-smile:before {
  content: "\ec93";
}
.sctr-icon-solid-info-circle:before {
  content: "\ec94";
}
.sctr-icon-solid-info-hexagon:before {
  content: "\ec95";
}
.sctr-icon-solid-info-octagon:before {
  content: "\ec96";
}
.sctr-icon-solid-info-square:before {
  content: "\ec97";
}
.sctr-icon-solid-life-buoy-01:before {
  content: "\ec98";
}
.sctr-icon-solid-life-buoy-02:before {
  content: "\ec99";
}
.sctr-icon-solid-link-external-01-alt:before {
  content: "\ec9a";
}
.sctr-icon-solid-log-in-01-alt:before {
  content: "\ec9b";
}
.sctr-icon-solid-log-in-02-alt:before {
  content: "\ec9c";
}
.sctr-icon-solid-log-in-03-alt:before {
  content: "\ec9d";
}
.sctr-icon-solid-log-in-04-alt:before {
  content: "\ec9e";
}
.sctr-icon-solid-log-out-01-alt:before {
  content: "\ec9f";
}
.sctr-icon-solid-log-out-02-alt:before {
  content: "\eca0";
}
.sctr-icon-solid-log-out-03-alt:before {
  content: "\eca1";
}
.sctr-icon-solid-log-out-04-alt:before {
  content: "\eca2";
}
.sctr-icon-solid-medical-circle:before {
  content: "\eca3";
}
.sctr-icon-solid-medical-cross:before {
  content: "\eca4";
}
.sctr-icon-solid-medical-square:before {
  content: "\eca5";
}
.sctr-icon-solid-minus-circle:before {
  content: "\eca6";
}
.sctr-icon-solid-minus-square:before {
  content: "\eca7";
}
.sctr-icon-solid-percent-03:before {
  content: "\eca8";
}
.sctr-icon-solid-pin-01:before {
  content: "\eca9";
}
.sctr-icon-solid-pin-02:before {
  content: "\ecaa";
}
.sctr-icon-solid-plus-circle:before {
  content: "\ecab";
}
.sctr-icon-solid-plus-square:before {
  content: "\ecac";
}
.sctr-icon-solid-save-01:before {
  content: "\ecad";
}
.sctr-icon-solid-save-02:before {
  content: "\ecae";
}
.sctr-icon-solid-save-03:before {
  content: "\ecaf";
}
.sctr-icon-solid-settings-01:before {
  content: "\ecb0";
}
.sctr-icon-solid-settings-02:before {
  content: "\ecb1";
}
.sctr-icon-solid-settings-03:before {
  content: "\ecb2";
}
.sctr-icon-solid-settings-04:before {
  content: "\ecb3";
}
.sctr-icon-solid-share-01-alt:before {
  content: "\ecb4";
}
.sctr-icon-solid-share-02-alt:before {
  content: "\ecb5";
}
.sctr-icon-solid-share-04-alt:before {
  content: "\ecb6";
}
.sctr-icon-solid-share-06:before {
  content: "\ecb7";
}
.sctr-icon-solid-share-07:before {
  content: "\ecb8";
}
.sctr-icon-solid-speedometer-01:before {
  content: "\ecb9";
}
.sctr-icon-solid-speedometer-02:before {
  content: "\ecba";
}
.sctr-icon-solid-speedometer-03:before {
  content: "\ecbb";
}
.sctr-icon-solid-speedometer-04:before {
  content: "\ecbc";
}
.sctr-icon-solid-target-01:before {
  content: "\ecbd";
}
.sctr-icon-solid-target-03:before {
  content: "\ecbe";
}
.sctr-icon-solid-target-04:before {
  content: "\ecbf";
}
.sctr-icon-solid-target-05:before {
  content: "\ecc0";
}
.sctr-icon-solid-toggle-01-left:before {
  content: "\ecc1";
}
.sctr-icon-solid-toggle-01-right:before {
  content: "\ecc2";
}
.sctr-icon-solid-toggle-02-left:before {
  content: "\ecc3";
}
.sctr-icon-solid-toggle-02-right:before {
  content: "\ecc4";
}
.sctr-icon-solid-toggle-03-left:before {
  content: "\ecc5";
}
.sctr-icon-solid-toggle-03-right:before {
  content: "\ecc6";
}
.sctr-icon-solid-tool-01:before {
  content: "\ecc7";
}
.sctr-icon-solid-tool-02:before {
  content: "\ecc8";
}
.sctr-icon-solid-trash-01:before {
  content: "\ecc9";
}
.sctr-icon-solid-trash-02:before {
  content: "\ecca";
}
.sctr-icon-solid-trash-03:before {
  content: "\eccb";
}
.sctr-icon-solid-trash-04:before {
  content: "\eccc";
}
.sctr-icon-solid-upload-01-alt:before {
  content: "\eccd";
}
.sctr-icon-solid-upload-03:before {
  content: "\ecce";
}
.sctr-icon-solid-upload-04:before {
  content: "\eccf";
}
.sctr-icon-solid-upload-cloud-01:before {
  content: "\ecd0";
}
.sctr-icon-solid-upload-cloud-02:before {
  content: "\ecd1";
}
.sctr-icon-solid-virus:before {
  content: "\ecd2";
}
.sctr-icon-solid-x-circle:before {
  content: "\ecd3";
}
.sctr-icon-solid-x-square:before {
  content: "\ecd4";
}
.sctr-icon-solid-zap:before {
  content: "\ecd5";
}
.sctr-icon-solid-zap-circle:before {
  content: "\ecd6";
}
.sctr-icon-solid-zap-fast:before {
  content: "\ecd7";
}
.sctr-icon-solid-zap-off:before {
  content: "\ecd8";
}
.sctr-icon-solid-zap-square:before {
  content: "\ecd9";
}
.sctr-icon-activity:before {
  content: "\ecda";
}
.sctr-icon-activity-heart:before {
  content: "\ecdb";
}
.sctr-icon-anchor:before {
  content: "\ecdc";
}
.sctr-icon-archive:before {
  content: "\ecdd";
}
.sctr-icon-asterisk-01:before {
  content: "\ecde";
}
.sctr-icon-asterisk-02:before {
  content: "\ecdf";
}
.sctr-icon-at-sign:before {
  content: "\ece0";
}
.sctr-icon-bookmark:before {
  content: "\ece1";
}
.sctr-icon-bookmark-add:before {
  content: "\ece2";
}
.sctr-icon-bookmark-check:before {
  content: "\ece3";
}
.sctr-icon-bookmark-minus:before {
  content: "\ece4";
}
.sctr-icon-bookmark-x:before {
  content: "\ece5";
}
.sctr-icon-building-01:before {
  content: "\ece6";
}
.sctr-icon-building-02:before {
  content: "\ece7";
}
.sctr-icon-building-03:before {
  content: "\ece8";
}
.sctr-icon-building-04:before {
  content: "\ece9";
}
.sctr-icon-building-05:before {
  content: "\ecea";
}
.sctr-icon-building-06:before {
  content: "\eceb";
}
.sctr-icon-building-07:before {
  content: "\ecec";
}
.sctr-icon-building-08:before {
  content: "\eced";
}
.sctr-icon-check:before {
  content: "\ecee";
}
.sctr-icon-check-circle:before {
  content: "\ecef";
}
.sctr-icon-check-circle-broken:before {
  content: "\ecf0";
}
.sctr-icon-check-done-01:before {
  content: "\ecf1";
}
.sctr-icon-check-done-02:before {
  content: "\ecf2";
}
.sctr-icon-check-heart:before {
  content: "\ecf3";
}
.sctr-icon-check-square:before {
  content: "\ecf4";
}
.sctr-icon-check-square-broken:before {
  content: "\ecf5";
}
.sctr-icon-check-verified-01:before {
  content: "\ecf6";
}
.sctr-icon-check-verified-02:before {
  content: "\ecf7";
}
.sctr-icon-check-verified-03:before {
  content: "\ecf8";
}
.sctr-icon-cloud-blank-01:before {
  content: "\ecf9";
}
.sctr-icon-cloud-blank-02:before {
  content: "\ecfa";
}
.sctr-icon-copy-01:before {
  content: "\ecfb";
}
.sctr-icon-copy-02:before {
  content: "\ecfc";
}
.sctr-icon-copy-03:before {
  content: "\ecfd";
}
.sctr-icon-copy-04:before {
  content: "\ecfe";
}
.sctr-icon-copy-05:before {
  content: "\ecff";
}
.sctr-icon-copy-06:before {
  content: "\ed00";
}
.sctr-icon-copy-07:before {
  content: "\ed01";
}
.sctr-icon-divide-01:before {
  content: "\ed02";
}
.sctr-icon-divide-02:before {
  content: "\ed03";
}
.sctr-icon-divide-03:before {
  content: "\ed04";
}
.sctr-icon-dots-grid:before {
  content: "\ed05";
}
.sctr-icon-dots-horizontal:before {
  content: "\ed06";
}
.sctr-icon-dots-vertical:before {
  content: "\ed07";
}
.sctr-icon-download-01:before {
  content: "\ed08";
}
.sctr-icon-download-02:before {
  content: "\ed09";
}
.sctr-icon-download-03:before {
  content: "\ed0a";
}
.sctr-icon-download-04:before {
  content: "\ed0b";
}
.sctr-icon-download-cloud-01:before {
  content: "\ed0c";
}
.sctr-icon-download-cloud-02:before {
  content: "\ed0d";
}
.sctr-icon-edit-01:before {
  content: "\ed0e";
}
.sctr-icon-edit-02:before {
  content: "\ed0f";
}
.sctr-icon-edit-03:before {
  content: "\ed10";
}
.sctr-icon-edit-04:before {
  content: "\ed11";
}
.sctr-icon-edit-05:before {
  content: "\ed12";
}
.sctr-icon-equal:before {
  content: "\ed13";
}
.sctr-icon-equal-not:before {
  content: "\ed14";
}
.sctr-icon-eye:before {
  content: "\ed15";
}
.sctr-icon-eye-off:before {
  content: "\ed16";
}
.sctr-icon-filter-funnel-01:before {
  content: "\ed17";
}
.sctr-icon-filter-funnel-02:before {
  content: "\ed18";
}
.sctr-icon-filter-lines:before {
  content: "\ed19";
}
.sctr-icon-google-chrome:before {
  content: "\ed1a";
}
.sctr-icon-hash-01:before {
  content: "\ed1b";
}
.sctr-icon-hash-02:before {
  content: "\ed1c";
}
.sctr-icon-heart:before {
  content: "\ed1d";
}
.sctr-icon-heart-circle:before {
  content: "\ed1e";
}
.sctr-icon-heart-hand:before {
  content: "\ed1f";
}
.sctr-icon-heart-hexagon:before {
  content: "\ed20";
}
.sctr-icon-heart-octagon:before {
  content: "\ed21";
}
.sctr-icon-heart-rounded:before {
  content: "\ed22";
}
.sctr-icon-hearts:before {
  content: "\ed23";
}
.sctr-icon-heart-square:before {
  content: "\ed24";
}
.sctr-icon-help-circle:before {
  content: "\ed25";
}
.sctr-icon-help-octagon:before {
  content: "\ed26";
}
.sctr-icon-help-octagon-1:before {
  content: "\ed27";
}
.sctr-icon-help-square:before {
  content: "\ed28";
}
.sctr-icon-home-01:before {
  content: "\ed29";
}
.sctr-icon-home-02:before {
  content: "\ed2a";
}
.sctr-icon-home-03:before {
  content: "\ed2b";
}
.sctr-icon-home-04:before {
  content: "\ed2c";
}
.sctr-icon-home-05:before {
  content: "\ed2d";
}
.sctr-icon-home-line:before {
  content: "\ed2e";
}
.sctr-icon-home-smile:before {
  content: "\ed2f";
}
.sctr-icon-info-circle:before {
  content: "\ed30";
}
.sctr-icon-info-hexagon:before {
  content: "\ed31";
}
.sctr-icon-info-octagon:before {
  content: "\ed32";
}
.sctr-icon-info-square:before {
  content: "\ed33";
}
.sctr-icon-life-buoy-01:before {
  content: "\ed34";
}
.sctr-icon-life-buoy-02:before {
  content: "\ed35";
}
.sctr-icon-link-01:before {
  content: "\ed36";
}
.sctr-icon-link-02:before {
  content: "\ed37";
}
.sctr-icon-link-03:before {
  content: "\ed38";
}
.sctr-icon-link-04:before {
  content: "\ed39";
}
.sctr-icon-link-05:before {
  content: "\ed3a";
}
.sctr-icon-link-broken-01:before {
  content: "\ed3b";
}
.sctr-icon-link-broken-02:before {
  content: "\ed3c";
}
.sctr-icon-link-external-01:before {
  content: "\ed3d";
}
.sctr-icon-link-external-02:before {
  content: "\ed3e";
}
.sctr-icon-loading-01:before {
  content: "\ed3f";
}
.sctr-icon-loading-02:before {
  content: "\ed40";
}
.sctr-icon-loading-03:before {
  content: "\ed41";
}
.sctr-icon-log-in-01:before {
  content: "\ed42";
}
.sctr-icon-log-in-02:before {
  content: "\ed43";
}
.sctr-icon-log-in-03:before {
  content: "\ed44";
}
.sctr-icon-log-in-04:before {
  content: "\ed45";
}
.sctr-icon-log-out-01:before {
  content: "\ed46";
}
.sctr-icon-log-out-02:before {
  content: "\ed47";
}
.sctr-icon-log-out-03:before {
  content: "\ed48";
}
.sctr-icon-log-out-04:before {
  content: "\ed49";
}
.sctr-icon-medical-circle:before {
  content: "\ed4a";
}
.sctr-icon-medical-cross:before {
  content: "\ed4b";
}
.sctr-icon-medical-square:before {
  content: "\ed4c";
}
.sctr-icon-menu-01:before {
  content: "\ed4d";
}
.sctr-icon-menu-02:before {
  content: "\ed4e";
}
.sctr-icon-menu-03:before {
  content: "\ed4f";
}
.sctr-icon-menu-04:before {
  content: "\ed50";
}
.sctr-icon-menu-05:before {
  content: "\ed51";
}
.sctr-icon-minus:before {
  content: "\ed52";
}
.sctr-icon-minus-circle:before {
  content: "\ed53";
}
.sctr-icon-minus-square:before {
  content: "\ed54";
}
.sctr-icon-percent-01:before {
  content: "\ed55";
}
.sctr-icon-percent-02:before {
  content: "\ed56";
}
.sctr-icon-percent-03:before {
  content: "\ed57";
}
.sctr-icon-pin-01:before {
  content: "\ed58";
}
.sctr-icon-pin-02:before {
  content: "\ed59";
}
.sctr-icon-placeholder:before {
  content: "\ed5a";
}
.sctr-icon-plus:before {
  content: "\ed5b";
}
.sctr-icon-plus-circle:before {
  content: "\ed5c";
}
.sctr-icon-plus-square:before {
  content: "\ed5d";
}
.sctr-icon-save-01:before {
  content: "\ed5e";
}
.sctr-icon-save-02:before {
  content: "\ed5f";
}
.sctr-icon-save-03:before {
  content: "\ed60";
}
.sctr-icon-search-lg:before {
  content: "\ed61";
}
.sctr-icon-search-md:before {
  content: "\ed62";
}
.sctr-icon-search-refraction:before {
  content: "\ed63";
}
.sctr-icon-search-sm:before {
  content: "\ed64";
}
.sctr-icon-settings-01:before {
  content: "\ed65";
}
.sctr-icon-settings-02:before {
  content: "\ed66";
}
.sctr-icon-settings-03:before {
  content: "\ed67";
}
.sctr-icon-settings-04:before {
  content: "\ed68";
}
.sctr-icon-share-01:before {
  content: "\ed69";
}
.sctr-icon-share-02:before {
  content: "\ed6a";
}
.sctr-icon-share-03:before {
  content: "\ed6b";
}
.sctr-icon-share-04:before {
  content: "\ed6c";
}
.sctr-icon-share-05:before {
  content: "\ed6d";
}
.sctr-icon-share-06:before {
  content: "\ed6e";
}
.sctr-icon-share-07:before {
  content: "\ed6f";
}
.sctr-icon-slash-circle-01:before {
  content: "\ed70";
}
.sctr-icon-slash-circle-02:before {
  content: "\ed71";
}
.sctr-icon-slash-divider:before {
  content: "\ed72";
}
.sctr-icon-slash-octagon:before {
  content: "\ed73";
}
.sctr-icon-speedometer-01:before {
  content: "\ed74";
}
.sctr-icon-speedometer-02:before {
  content: "\ed75";
}
.sctr-icon-speedometer-03:before {
  content: "\ed76";
}
.sctr-icon-speedometer-04:before {
  content: "\ed77";
}
.sctr-icon-target-01:before {
  content: "\ed78";
}
.sctr-icon-target-02:before {
  content: "\ed79";
}
.sctr-icon-target-03:before {
  content: "\ed7a";
}
.sctr-icon-target-04:before {
  content: "\ed7b";
}
.sctr-icon-target-05:before {
  content: "\ed7c";
}
.sctr-icon-toggle-01-left:before {
  content: "\ed7d";
}
.sctr-icon-toggle-01-right:before {
  content: "\ed7e";
}
.sctr-icon-toggle-02-left:before {
  content: "\ed7f";
}
.sctr-icon-toggle-02-right:before {
  content: "\ed80";
}
.sctr-icon-toggle-03-left:before {
  content: "\ed81";
}
.sctr-icon-toggle-03-right:before {
  content: "\ed82";
}
.sctr-icon-tool-01:before {
  content: "\ed83";
}
.sctr-icon-tool-02:before {
  content: "\ed84";
}
.sctr-icon-translate-01:before {
  content: "\ed85";
}
.sctr-icon-translate-02:before {
  content: "\ed86";
}
.sctr-icon-trash-01:before {
  content: "\ed87";
}
.sctr-icon-trash-02:before {
  content: "\ed88";
}
.sctr-icon-trash-03:before {
  content: "\ed89";
}
.sctr-icon-trash-04:before {
  content: "\ed8a";
}
.sctr-icon-upload-01:before {
  content: "\ed8b";
}
.sctr-icon-upload-02:before {
  content: "\ed8c";
}
.sctr-icon-upload-03:before {
  content: "\ed8d";
}
.sctr-icon-upload-04:before {
  content: "\ed8e";
}
.sctr-icon-upload-cloud-01:before {
  content: "\ed8f";
}
.sctr-icon-upload-cloud-02:before {
  content: "\ed90";
}
.sctr-icon-virus:before {
  content: "\ed91";
}
.sctr-icon-x:before {
  content: "\ed92";
}
.sctr-icon-x-circle:before {
  content: "\ed93";
}
.sctr-icon-x-close:before {
  content: "\ed94";
}
.sctr-icon-x-square:before {
  content: "\ed95";
}
.sctr-icon-zap:before {
  content: "\ed96";
}
.sctr-icon-zap-circle:before {
  content: "\ed97";
}
.sctr-icon-zap-fast:before {
  content: "\ed98";
}
.sctr-icon-zap-off:before {
  content: "\ed99";
}
.sctr-icon-zap-square:before {
  content: "\ed9a";
}
.sctr-icon-bank:before {
  content: "\ed9b";
}
.sctr-icon-bank-note-01:before {
  content: "\ed9c";
}
.sctr-icon-bank-note-02:before {
  content: "\ed9d";
}
.sctr-icon-bank-note-03:before {
  content: "\ed9e";
}
.sctr-icon-coins-01:before {
  content: "\ed9f";
}
.sctr-icon-coins-02:before {
  content: "\eda0";
}
.sctr-icon-coins-03:before {
  content: "\eda1";
}
.sctr-icon-coins-04:before {
  content: "\eda2";
}
.sctr-icon-coins-hand:before {
  content: "\eda3";
}
.sctr-icon-coins-stacked-01:before {
  content: "\eda4";
}
.sctr-icon-coins-stacked-02:before {
  content: "\eda5";
}
.sctr-icon-coins-stacked-03:before {
  content: "\eda6";
}
.sctr-icon-coins-stacked-04:before {
  content: "\eda7";
}
.sctr-icon-coins-swap-01:before {
  content: "\eda8";
}
.sctr-icon-coins-swap-02:before {
  content: "\eda9";
}
.sctr-icon-credit-card-01:before {
  content: "\edaa";
}
.sctr-icon-credit-card-02:before {
  content: "\edab";
}
.sctr-icon-credit-card-check:before {
  content: "\edac";
}
.sctr-icon-credit-card-down:before {
  content: "\edad";
}
.sctr-icon-credit-card-download:before {
  content: "\edae";
}
.sctr-icon-credit-card-edit:before {
  content: "\edaf";
}
.sctr-icon-credit-card-lock:before {
  content: "\edb0";
}
.sctr-icon-credit-card-minus:before {
  content: "\edb1";
}
.sctr-icon-credit-card-plus:before {
  content: "\edb2";
}
.sctr-icon-credit-card-refresh:before {
  content: "\edb3";
}
.sctr-icon-credit-card-search:before {
  content: "\edb4";
}
.sctr-icon-credit-card-shield:before {
  content: "\edb5";
}
.sctr-icon-credit-card-up:before {
  content: "\edb6";
}
.sctr-icon-credit-card-upload:before {
  content: "\edb7";
}
.sctr-icon-credit-card-x:before {
  content: "\edb8";
}
.sctr-icon-cryptocurrency-01:before {
  content: "\edb9";
}
.sctr-icon-cryptocurrency-02:before {
  content: "\edba";
}
.sctr-icon-cryptocurrency-03:before {
  content: "\edbb";
}
.sctr-icon-cryptocurrency-04:before {
  content: "\edbc";
}
.sctr-icon-currency-bitcoin:before {
  content: "\edbd";
}
.sctr-icon-currency-bitcoin-circle:before {
  content: "\edbe";
}
.sctr-icon-currency-dollar:before {
  content: "\edbf";
}
.sctr-icon-currency-dollar-circle:before {
  content: "\edc0";
}
.sctr-icon-currency-ethereum:before {
  content: "\edc1";
}
.sctr-icon-currency-ethereum-circle:before {
  content: "\edc2";
}
.sctr-icon-currency-euro:before {
  content: "\edc3";
}
.sctr-icon-currency-euro-circle:before {
  content: "\edc4";
}
.sctr-icon-currency-pound:before {
  content: "\edc5";
}
.sctr-icon-currency-pound-circle:before {
  content: "\edc6";
}
.sctr-icon-currency-ruble:before {
  content: "\edc7";
}
.sctr-icon-currency-ruble-circle:before {
  content: "\edc8";
}
.sctr-icon-currency-rupee:before {
  content: "\edc9";
}
.sctr-icon-currency-rupee-circle:before {
  content: "\edca";
}
.sctr-icon-currency-yen:before {
  content: "\edcb";
}
.sctr-icon-currency-yen-circle:before {
  content: "\edcc";
}
.sctr-icon-diamond-01:before {
  content: "\edcd";
}
.sctr-icon-diamond-02:before {
  content: "\edce";
}
.sctr-icon-gift-01:before {
  content: "\edcf";
}
.sctr-icon-gift-02:before {
  content: "\edd0";
}
.sctr-icon-piggy-bank-01:before {
  content: "\edd1";
}
.sctr-icon-piggy-bank-02:before {
  content: "\edd2";
}
.sctr-icon-receipt:before {
  content: "\edd3";
}
.sctr-icon-receipt-check:before {
  content: "\edd4";
}
.sctr-icon-safe:before {
  content: "\edd5";
}
.sctr-icon-sale-01:before {
  content: "\edd6";
}
.sctr-icon-sale-02:before {
  content: "\edd7";
}
.sctr-icon-sale-03:before {
  content: "\edd8";
}
.sctr-icon-sale-04:before {
  content: "\edd9";
}
.sctr-icon-scales-01:before {
  content: "\edda";
}
.sctr-icon-scales-02:before {
  content: "\eddb";
}
.sctr-icon-shopping-bag-01:before {
  content: "\eddc";
}
.sctr-icon-shopping-bag-02:before {
  content: "\eddd";
}
.sctr-icon-shopping-bag-03:before {
  content: "\edde";
}
.sctr-icon-shopping-cart-01:before {
  content: "\eddf";
}
.sctr-icon-shopping-cart-02:before {
  content: "\ede0";
}
.sctr-icon-shopping-cart-03:before {
  content: "\ede1";
}
.sctr-icon-tag-01:before {
  content: "\ede2";
}
.sctr-icon-tag-02:before {
  content: "\ede3";
}
.sctr-icon-tag-03:before {
  content: "\ede4";
}
.sctr-icon-wallet-01:before {
  content: "\ede5";
}
.sctr-icon-wallet-02:before {
  content: "\ede6";
}
.sctr-icon-wallet-03:before {
  content: "\ede7";
}
.sctr-icon-wallet-04:before {
  content: "\ede8";
}
.sctr-icon-wallet-05:before {
  content: "\ede9";
}
.sctr-icon-solid-bank:before {
  content: "\edea";
}
.sctr-icon-solid-bank-note-01:before {
  content: "\edeb";
}
.sctr-icon-solid-bank-note-02:before {
  content: "\edec";
}
.sctr-icon-solid-bank-note-03:before {
  content: "\eded";
}
.sctr-icon-solid-coins-01:before {
  content: "\edee";
}
.sctr-icon-solid-coins-02:before {
  content: "\edef";
}
.sctr-icon-solid-coins-03:before {
  content: "\edf0";
}
.sctr-icon-solid-coins-04:before {
  content: "\edf1";
}
.sctr-icon-solid-coins-hand:before {
  content: "\edf2";
}
.sctr-icon-solid-coins-stacked-01:before {
  content: "\edf3";
}
.sctr-icon-solid-coins-stacked-02:before {
  content: "\edf4";
}
.sctr-icon-solid-coins-stacked-03:before {
  content: "\edf5";
}
.sctr-icon-solid-coins-stacked-04:before {
  content: "\edf6";
}
.sctr-icon-solid-coins-swap-01:before {
  content: "\edf7";
}
.sctr-icon-solid-coins-swap-02:before {
  content: "\edf8";
}
.sctr-icon-solid-credit-card-01:before {
  content: "\edf9";
}
.sctr-icon-solid-credit-card-02:before {
  content: "\edfa";
}
.sctr-icon-solid-credit-card-check:before {
  content: "\edfb";
}
.sctr-icon-solid-credit-card-down:before {
  content: "\edfc";
}
.sctr-icon-solid-credit-card-download:before {
  content: "\edfd";
}
.sctr-icon-solid-credit-card-edit:before {
  content: "\edfe";
}
.sctr-icon-solid-credit-card-lock:before {
  content: "\edff";
}
.sctr-icon-solid-credit-card-minus:before {
  content: "\ee00";
}
.sctr-icon-solid-credit-card-plus:before {
  content: "\ee01";
}
.sctr-icon-solid-credit-card-refresh:before {
  content: "\ee02";
}
.sctr-icon-solid-credit-card-search:before {
  content: "\ee03";
}
.sctr-icon-solid-credit-card-shield:before {
  content: "\ee04";
}
.sctr-icon-solid-credit-card-up:before {
  content: "\ee05";
}
.sctr-icon-solid-credit-card-upload:before {
  content: "\ee06";
}
.sctr-icon-solid-credit-card-x:before {
  content: "\ee07";
}
.sctr-icon-solid-cryptocurrency-01:before {
  content: "\ee08";
}
.sctr-icon-solid-cryptocurrency-02:before {
  content: "\ee09";
}
.sctr-icon-solid-cryptocurrency-03:before {
  content: "\ee0a";
}
.sctr-icon-solid-cryptocurrency-04:before {
  content: "\ee0b";
}
.sctr-icon-solid-currency-bitcoin-circle:before {
  content: "\ee0c";
}
.sctr-icon-solid-currency-dollar-circle:before {
  content: "\ee0d";
}
.sctr-icon-solid-currency-ethereum:before {
  content: "\ee0e";
}
.sctr-icon-solid-currency-ethereum-circle:before {
  content: "\ee0f";
}
.sctr-icon-solid-currency-euro-circle:before {
  content: "\ee10";
}
.sctr-icon-solid-currency-pound-circle:before {
  content: "\ee11";
}
.sctr-icon-solid-currency-ruble-circle:before {
  content: "\ee12";
}
.sctr-icon-solid-currency-rupee-circle:before {
  content: "\ee13";
}
.sctr-icon-solid-currency-yen-circle:before {
  content: "\ee14";
}
.sctr-icon-solid-diamond-01:before {
  content: "\ee15";
}
.sctr-icon-solid-diamond-02:before {
  content: "\ee16";
}
.sctr-icon-solid-gift-01:before {
  content: "\ee17";
}
.sctr-icon-solid-gift-02:before {
  content: "\ee18";
}
.sctr-icon-solid-piggy-bank-01:before {
  content: "\ee19";
}
.sctr-icon-solid-piggy-bank-02:before {
  content: "\ee1a";
}
.sctr-icon-solid-receipt:before {
  content: "\ee1b";
}
.sctr-icon-solid-receipt-check:before {
  content: "\ee1c";
}
.sctr-icon-solid-safe:before {
  content: "\ee1d";
}
.sctr-icon-solid-sale-01:before {
  content: "\ee1e";
}
.sctr-icon-solid-sale-02:before {
  content: "\ee1f";
}
.sctr-icon-solid-sale-03:before {
  content: "\ee20";
}
.sctr-icon-solid-sale-04:before {
  content: "\ee21";
}
.sctr-icon-solid-scales-01:before {
  content: "\ee22";
}
.sctr-icon-solid-scales-02:before {
  content: "\ee23";
}
.sctr-icon-solid-shopping-bag-01:before {
  content: "\ee24";
}
.sctr-icon-solid-shopping-bag-02:before {
  content: "\ee25";
}
.sctr-icon-solid-shopping-bag-03:before {
  content: "\ee26";
}
.sctr-icon-solid-shopping-cart-01:before {
  content: "\ee27";
}
.sctr-icon-solid-shopping-cart-02:before {
  content: "\ee28";
}
.sctr-icon-solid-shopping-cart-03:before {
  content: "\ee29";
}
.sctr-icon-solid-tag-01:before {
  content: "\ee2a";
}
.sctr-icon-solid-tag-02:before {
  content: "\ee2b";
}
.sctr-icon-solid-tag-03:before {
  content: "\ee2c";
}
.sctr-icon-solid-wallet-01:before {
  content: "\ee2d";
}
.sctr-icon-solid-wallet-02:before {
  content: "\ee2e";
}
.sctr-icon-solid-wallet-03:before {
  content: "\ee2f";
}
.sctr-icon-solid-wallet-04:before {
  content: "\ee30";
}
.sctr-icon-solid-wallet-05:before {
  content: "\ee31";
}
.sctr-icon-solid-box:before {
  content: "\ee32";
}
.sctr-icon-solid-clipboard:before {
  content: "\ee33";
}
.sctr-icon-solid-clipboard-attachment:before {
  content: "\ee34";
}
.sctr-icon-solid-clipboard-check:before {
  content: "\ee35";
}
.sctr-icon-solid-clipboard-download:before {
  content: "\ee36";
}
.sctr-icon-solid-clipboard-minus:before {
  content: "\ee37";
}
.sctr-icon-solid-clipboard-plus:before {
  content: "\ee38";
}
.sctr-icon-solid-clipboard-x:before {
  content: "\ee39";
}
.sctr-icon-solid-file-01:before {
  content: "\ee3a";
}
.sctr-icon-solid-file-02:before {
  content: "\ee3b";
}
.sctr-icon-solid-file-03:before {
  content: "\ee3c";
}
.sctr-icon-solid-file-04:before {
  content: "\ee3d";
}
.sctr-icon-solid-file-05:before {
  content: "\ee3e";
}
.sctr-icon-solid-file-06:before {
  content: "\ee3f";
}
.sctr-icon-solid-file-07:before {
  content: "\ee40";
}
.sctr-icon-solid-file-attachment-01:before {
  content: "\ee41";
}
.sctr-icon-solid-file-attachment-02:before {
  content: "\ee42";
}
.sctr-icon-solid-file-attachment-03:before {
  content: "\ee43";
}
.sctr-icon-solid-file-attachment-04:before {
  content: "\ee44";
}
.sctr-icon-solid-file-attachment-05:before {
  content: "\ee45";
}
.sctr-icon-solid-file-check-01:before {
  content: "\ee46";
}
.sctr-icon-solid-file-check-02:before {
  content: "\ee47";
}
.sctr-icon-solid-file-check-03:before {
  content: "\ee48";
}
.sctr-icon-solid-file-download-01:before {
  content: "\ee49";
}
.sctr-icon-solid-file-download-02:before {
  content: "\ee4a";
}
.sctr-icon-solid-file-download-03:before {
  content: "\ee4b";
}
.sctr-icon-solid-file-heart-01:before {
  content: "\ee4c";
}
.sctr-icon-solid-file-heart-02:before {
  content: "\ee4d";
}
.sctr-icon-solid-file-heart-03:before {
  content: "\ee4e";
}
.sctr-icon-solid-file-minus-01:before {
  content: "\ee4f";
}
.sctr-icon-solid-file-minus-02:before {
  content: "\ee50";
}
.sctr-icon-solid-file-minus-03:before {
  content: "\ee51";
}
.sctr-icon-solid-file-plus-01:before {
  content: "\ee52";
}
.sctr-icon-solid-file-plus-02:before {
  content: "\ee53";
}
.sctr-icon-solid-file-plus-03:before {
  content: "\ee54";
}
.sctr-icon-solid-file-question-01:before {
  content: "\ee55";
}
.sctr-icon-solid-file-question-02:before {
  content: "\ee56";
}
.sctr-icon-solid-file-question-03:before {
  content: "\ee57";
}
.sctr-icon-solid-file-search-01:before {
  content: "\ee58";
}
.sctr-icon-solid-file-search-02:before {
  content: "\ee59";
}
.sctr-icon-solid-file-search-03:before {
  content: "\ee5a";
}
.sctr-icon-solid-file-x-01:before {
  content: "\ee5b";
}
.sctr-icon-solid-file-x-02:before {
  content: "\ee5c";
}
.sctr-icon-solid-file-x-03:before {
  content: "\ee5d";
}
.sctr-icon-solid-folder:before {
  content: "\ee5e";
}
.sctr-icon-solid-folder-check:before {
  content: "\ee5f";
}
.sctr-icon-solid-folder-closed:before {
  content: "\ee60";
}
.sctr-icon-solid-folder-download:before {
  content: "\ee61";
}
.sctr-icon-solid-folder-lock:before {
  content: "\ee62";
}
.sctr-icon-solid-folder-minus:before {
  content: "\ee63";
}
.sctr-icon-solid-folder-plus:before {
  content: "\ee64";
}
.sctr-icon-solid-folder-question:before {
  content: "\ee65";
}
.sctr-icon-solid-folder-search:before {
  content: "\ee66";
}
.sctr-icon-solid-folder-x:before {
  content: "\ee67";
}
.sctr-icon-solid-sticker-circle:before {
  content: "\ee68";
}
.sctr-icon-solid-sticker-square:before {
  content: "\ee69";
}
.sctr-icon-box:before {
  content: "\ee6a";
}
.sctr-icon-clipboard:before {
  content: "\ee6b";
}
.sctr-icon-clipboard-attachment:before {
  content: "\ee6c";
}
.sctr-icon-clipboard-check:before {
  content: "\ee6d";
}
.sctr-icon-clipboard-download:before {
  content: "\ee6e";
}
.sctr-icon-clipboard-minus:before {
  content: "\ee6f";
}
.sctr-icon-clipboard-plus:before {
  content: "\ee70";
}
.sctr-icon-clipboard-x:before {
  content: "\ee71";
}
.sctr-icon-file-01:before {
  content: "\ee72";
}
.sctr-icon-file-02:before {
  content: "\ee73";
}
.sctr-icon-file-03:before {
  content: "\ee74";
}
.sctr-icon-file-04:before {
  content: "\ee75";
}
.sctr-icon-file-05:before {
  content: "\ee76";
}
.sctr-icon-file-06:before {
  content: "\ee77";
}
.sctr-icon-file-07:before {
  content: "\ee78";
}
.sctr-icon-file-attachment-01:before {
  content: "\ee79";
}
.sctr-icon-file-attachment-02:before {
  content: "\ee7a";
}
.sctr-icon-file-attachment-03:before {
  content: "\ee7b";
}
.sctr-icon-file-attachment-04:before {
  content: "\ee7c";
}
.sctr-icon-file-attachment-05:before {
  content: "\ee7d";
}
.sctr-icon-file-check-01:before {
  content: "\ee7e";
}
.sctr-icon-file-check-02:before {
  content: "\ee7f";
}
.sctr-icon-file-check-03:before {
  content: "\ee80";
}
.sctr-icon-file-download-01:before {
  content: "\ee81";
}
.sctr-icon-file-download-02:before {
  content: "\ee82";
}
.sctr-icon-file-download-03:before {
  content: "\ee83";
}
.sctr-icon-file-heart-01:before {
  content: "\ee84";
}
.sctr-icon-file-heart-02:before {
  content: "\ee85";
}
.sctr-icon-file-heart-03:before {
  content: "\ee86";
}
.sctr-icon-file-minus-01:before {
  content: "\ee87";
}
.sctr-icon-file-minus-02:before {
  content: "\ee88";
}
.sctr-icon-file-minus-03:before {
  content: "\ee89";
}
.sctr-icon-file-plus-01:before {
  content: "\ee8a";
}
.sctr-icon-file-plus-02:before {
  content: "\ee8b";
}
.sctr-icon-file-plus-03:before {
  content: "\ee8c";
}
.sctr-icon-file-question-01:before {
  content: "\ee8d";
}
.sctr-icon-file-question-02:before {
  content: "\ee8e";
}
.sctr-icon-file-question-03:before {
  content: "\ee8f";
}
.sctr-icon-file-search-01:before {
  content: "\ee90";
}
.sctr-icon-file-search-02:before {
  content: "\ee91";
}
.sctr-icon-file-search-03:before {
  content: "\ee92";
}
.sctr-icon-file-x-01:before {
  content: "\ee93";
}
.sctr-icon-file-x-02:before {
  content: "\ee94";
}
.sctr-icon-file-x-03:before {
  content: "\ee95";
}
.sctr-icon-folder:before {
  content: "\ee96";
}
.sctr-icon-folder-check:before {
  content: "\ee97";
}
.sctr-icon-folder-closed:before {
  content: "\ee98";
}
.sctr-icon-folder-download:before {
  content: "\ee99";
}
.sctr-icon-folder-lock:before {
  content: "\ee9a";
}
.sctr-icon-folder-minus:before {
  content: "\ee9b";
}
.sctr-icon-folder-plus:before {
  content: "\ee9c";
}
.sctr-icon-folder-question:before {
  content: "\ee9d";
}
.sctr-icon-folder-search:before {
  content: "\ee9e";
}
.sctr-icon-folder-x:before {
  content: "\ee9f";
}
.sctr-icon-paperclip:before {
  content: "\eea0";
}
.sctr-icon-sticker-circle:before {
  content: "\eea1";
}
.sctr-icon-sticker-square:before {
  content: "\eea2";
}
.sctr-icon-atom-01:before {
  content: "\eea3";
}
.sctr-icon-atom-02:before {
  content: "\eea4";
}
.sctr-icon-award-01:before {
  content: "\eea5";
}
.sctr-icon-award-02:before {
  content: "\eea6";
}
.sctr-icon-award-03:before {
  content: "\eea7";
}
.sctr-icon-award-04:before {
  content: "\eea8";
}
.sctr-icon-award-05:before {
  content: "\eea9";
}
.sctr-icon-backpack:before {
  content: "\eeaa";
}
.sctr-icon-beaker-01:before {
  content: "\eeab";
}
.sctr-icon-beaker-02:before {
  content: "\eeac";
}
.sctr-icon-book-closed:before {
  content: "\eead";
}
.sctr-icon-book-open-01:before {
  content: "\eeae";
}
.sctr-icon-book-open-02:before {
  content: "\eeaf";
}
.sctr-icon-briefcase-01:before {
  content: "\eeb0";
}
.sctr-icon-briefcase-02:before {
  content: "\eeb1";
}
.sctr-icon-calculator:before {
  content: "\eeb2";
}
.sctr-icon-certificate-01:before {
  content: "\eeb3";
}
.sctr-icon-certificate-02:before {
  content: "\eeb4";
}
.sctr-icon-compass:before {
  content: "\eeb5";
}
.sctr-icon-glasses-01:before {
  content: "\eeb6";
}
.sctr-icon-glasses-02:before {
  content: "\eeb7";
}
.sctr-icon-globe-011:before {
  content: "\eeb8";
}
.sctr-icon-globe-021:before {
  content: "\eeb9";
}
.sctr-icon-graduation-hat-01:before {
  content: "\eeba";
}
.sctr-icon-graduation-hat-02:before {
  content: "\eebb";
}
.sctr-icon-microscope:before {
  content: "\eebc";
}
.sctr-icon-ruler:before {
  content: "\eebd";
}
.sctr-icon-stand:before {
  content: "\eebe";
}
.sctr-icon-telescope:before {
  content: "\eebf";
}
.sctr-icon-trophy-01:before {
  content: "\eec0";
}
.sctr-icon-trophy-02:before {
  content: "\eec1";
}
.sctr-icon-solid-award-01:before {
  content: "\eec2";
}
.sctr-icon-solid-award-02:before {
  content: "\eec3";
}
.sctr-icon-solid-award-03:before {
  content: "\eec4";
}
.sctr-icon-solid-award-04:before {
  content: "\eec5";
}
.sctr-icon-solid-award-05:before {
  content: "\eec6";
}
.sctr-icon-solid-backpack:before {
  content: "\eec7";
}
.sctr-icon-solid-beaker-01:before {
  content: "\eec8";
}
.sctr-icon-solid-beaker-02:before {
  content: "\eec9";
}
.sctr-icon-solid-book-closed:before {
  content: "\eeca";
}
.sctr-icon-solid-book-open-01:before {
  content: "\eecb";
}
.sctr-icon-solid-book-open-02:before {
  content: "\eecc";
}
.sctr-icon-solid-briefcase-01:before {
  content: "\eecd";
}
.sctr-icon-solid-briefcase-02:before {
  content: "\eece";
}
.sctr-icon-solid-calculator:before {
  content: "\eecf";
}
.sctr-icon-solid-certificate-01:before {
  content: "\eed0";
}
.sctr-icon-solid-certificate-02:before {
  content: "\eed1";
}
.sctr-icon-solid-glasses-01:before {
  content: "\eed2";
}
.sctr-icon-solid-glasses-02:before {
  content: "\eed3";
}
.sctr-icon-solid-globe-slated-01:before {
  content: "\eed4";
}
.sctr-icon-solid-globe-slated-02:before {
  content: "\eed5";
}
.sctr-icon-solid-graduation-hat-01:before {
  content: "\eed6";
}
.sctr-icon-solid-graduation-hat-02:before {
  content: "\eed7";
}
.sctr-icon-solid-microscope:before {
  content: "\eed8";
}
.sctr-icon-solid-ruler:before {
  content: "\eed9";
}
.sctr-icon-solid-stand:before {
  content: "\eeda";
}
.sctr-icon-solid-telescope:before {
  content: "\eedb";
}
.sctr-icon-solid-trophy-01:before {
  content: "\eedc";
}
.sctr-icon-solid-trophy-02:before {
  content: "\eedd";
}
.sctr-icon-solid-bezier-curve-01:before {
  content: "\eede";
}
.sctr-icon-solid-bezier-curve-02:before {
  content: "\eedf";
}
.sctr-icon-solid-bold-02:before {
  content: "\eee0";
}
.sctr-icon-solid-bold-square:before {
  content: "\eee1";
}
.sctr-icon-solid-brush-01:before {
  content: "\eee2";
}
.sctr-icon-solid-brush-02:before {
  content: "\eee3";
}
.sctr-icon-solid-brush-03:before {
  content: "\eee4";
}
.sctr-icon-solid-circle-cut:before {
  content: "\eee5";
}
.sctr-icon-solid-colors1:before {
  content: "\eee6";
}
.sctr-icon-solid-contrast-01:before {
  content: "\eee7";
}
.sctr-icon-solid-contrast-02:before {
  content: "\eee8";
}
.sctr-icon-solid-contrast-03:before {
  content: "\eee9";
}
.sctr-icon-solid-cursor-01:before {
  content: "\eeea";
}
.sctr-icon-solid-cursor-02:before {
  content: "\eeeb";
}
.sctr-icon-solid-cursor-03:before {
  content: "\eeec";
}
.sctr-icon-solid-cursor-04:before {
  content: "\eeed";
}
.sctr-icon-solid-cursor-box:before {
  content: "\eeee";
}
.sctr-icon-solid-cursor-click-01:before {
  content: "\eeef";
}
.sctr-icon-solid-cursor-click-02:before {
  content: "\eef0";
}
.sctr-icon-solid-delete:before {
  content: "\eef1";
}
.sctr-icon-solid-drop:before {
  content: "\eef2";
}
.sctr-icon-solid-dropper:before {
  content: "\eef3";
}
.sctr-icon-solid-eraser:before {
  content: "\eef4";
}
.sctr-icon-solid-feather:before {
  content: "\eef5";
}
.sctr-icon-solid-heading-02:before {
  content: "\eef6";
}
.sctr-icon-solid-heading-square:before {
  content: "\eef7";
}
.sctr-icon-solid-image-indent-left:before {
  content: "\eef8";
}
.sctr-icon-solid-image-indent-right:before {
  content: "\eef9";
}
.sctr-icon-solid-italic-02:before {
  content: "\eefa";
}
.sctr-icon-solid-italic-square:before {
  content: "\eefb";
}
.sctr-icon-solid-left-indent-01:before {
  content: "\eefc";
}
.sctr-icon-solid-left-indent-02:before {
  content: "\eefd";
}
.sctr-icon-solid-letter-spacing-02:before {
  content: "\eefe";
}
.sctr-icon-solid-magic-wand-01:before {
  content: "\eeff";
}
.sctr-icon-solid-move:before {
  content: "\ef00";
}
.sctr-icon-solid-paint:before {
  content: "\ef01";
}
.sctr-icon-solid-paint-pour:before {
  content: "\ef02";
}
.sctr-icon-solid-palette:before {
  content: "\ef03";
}
.sctr-icon-solid-pencil-01:before {
  content: "\ef04";
}
.sctr-icon-solid-pencil-02:before {
  content: "\ef05";
}
.sctr-icon-solid-pencil-line:before {
  content: "\ef06";
}
.sctr-icon-solid-pen-tool-01:before {
  content: "\ef07";
}
.sctr-icon-solid-pen-tool-02:before {
  content: "\ef08";
}
.sctr-icon-solid-pen-tool-minus:before {
  content: "\ef09";
}
.sctr-icon-solid-pen-tool-plus:before {
  content: "\ef0a";
}
.sctr-icon-solid-perspective-01:before {
  content: "\ef0b";
}
.sctr-icon-solid-perspective-02:before {
  content: "\ef0c";
}
.sctr-icon-solid-pilcrow-02:before {
  content: "\ef0d";
}
.sctr-icon-solid-pilcrow-square:before {
  content: "\ef0e";
}
.sctr-icon-solid-reflect-01:before {
  content: "\ef0f";
}
.sctr-icon-solid-right-indent-01:before {
  content: "\ef10";
}
.sctr-icon-solid-right-indent-02:before {
  content: "\ef11";
}
.sctr-icon-solid-roller-brush:before {
  content: "\ef12";
}
.sctr-icon-solid-scale-01:before {
  content: "\ef13";
}
.sctr-icon-solid-scale-02:before {
  content: "\ef14";
}
.sctr-icon-solid-scale-03:before {
  content: "\ef15";
}
.sctr-icon-solid-skew:before {
  content: "\ef16";
}
.sctr-icon-solid-strikethrough-02:before {
  content: "\ef17";
}
.sctr-icon-solid-strikethrough-square:before {
  content: "\ef18";
}
.sctr-icon-solid-text-input:before {
  content: "\ef19";
}
.sctr-icon-solid-type-02:before {
  content: "\ef1a";
}
.sctr-icon-solid-type-square:before {
  content: "\ef1b";
}
.sctr-icon-solid-type-strikethrough-02:before {
  content: "\ef1c";
}
.sctr-icon-solid-underline-02:before {
  content: "\ef1d";
}
.sctr-icon-solid-underline-square:before {
  content: "\ef1e";
}
.sctr-icon-solid-zoom-in:before {
  content: "\ef1f";
}
.sctr-icon-solid-zoom-out:before {
  content: "\ef20";
}
.sctr-icon-align-center:before {
  content: "\ef21";
}
.sctr-icon-align-justify:before {
  content: "\ef22";
}
.sctr-icon-align-left:before {
  content: "\ef23";
}
.sctr-icon-align-right:before {
  content: "\ef24";
}
.sctr-icon-attachment-01:before {
  content: "\ef25";
}
.sctr-icon-attachment-02:before {
  content: "\ef26";
}
.sctr-icon-bezier-curve-01:before {
  content: "\ef27";
}
.sctr-icon-bezier-curve-02:before {
  content: "\ef28";
}
.sctr-icon-bezier-curve-03:before {
  content: "\ef29";
}
.sctr-icon-bold-01:before {
  content: "\ef2a";
}
.sctr-icon-bold-02:before {
  content: "\ef2b";
}
.sctr-icon-bold-square:before {
  content: "\ef2c";
}
.sctr-icon-brush-01:before {
  content: "\ef2d";
}
.sctr-icon-brush-02:before {
  content: "\ef2e";
}
.sctr-icon-brush-03:before {
  content: "\ef2f";
}
.sctr-icon-circle-cut:before {
  content: "\ef30";
}
.sctr-icon-code-snippet-01:before {
  content: "\ef31";
}
.sctr-icon-code-snippet-02:before {
  content: "\ef32";
}
.sctr-icon-colors1:before {
  content: "\ef33";
}
.sctr-icon-command:before {
  content: "\ef34";
}
.sctr-icon-contrast-01:before {
  content: "\ef35";
}
.sctr-icon-contrast-02:before {
  content: "\ef36";
}
.sctr-icon-contrast-03:before {
  content: "\ef37";
}
.sctr-icon-crop-01:before {
  content: "\ef38";
}
.sctr-icon-crop-02:before {
  content: "\ef39";
}
.sctr-icon-cursor-01:before {
  content: "\ef3a";
}
.sctr-icon-cursor-02:before {
  content: "\ef3b";
}
.sctr-icon-cursor-03:before {
  content: "\ef3c";
}
.sctr-icon-cursor-04:before {
  content: "\ef3d";
}
.sctr-icon-cursor-box:before {
  content: "\ef3e";
}
.sctr-icon-cursor-click-01:before {
  content: "\ef3f";
}
.sctr-icon-cursor-click-02:before {
  content: "\ef40";
}
.sctr-icon-delete:before {
  content: "\ef41";
}
.sctr-icon-dotpoints-01:before {
  content: "\ef42";
}
.sctr-icon-dotpoints-02:before {
  content: "\ef43";
}
.sctr-icon-drop:before {
  content: "\ef44";
}
.sctr-icon-dropper:before {
  content: "\ef45";
}
.sctr-icon-eraser:before {
  content: "\ef46";
}
.sctr-icon-feather:before {
  content: "\ef47";
}
.sctr-icon-figma:before {
  content: "\ef48";
}
.sctr-icon-framer:before {
  content: "\ef49";
}
.sctr-icon-hand:before {
  content: "\ef4a";
}
.sctr-icon-heading-01:before {
  content: "\ef4b";
}
.sctr-icon-heading-02:before {
  content: "\ef4c";
}
.sctr-icon-heading-square:before {
  content: "\ef4d";
}
.sctr-icon-image-indent-left:before {
  content: "\ef4e";
}
.sctr-icon-image-indent-right:before {
  content: "\ef4f";
}
.sctr-icon-italic-01:before {
  content: "\ef50";
}
.sctr-icon-italic-02:before {
  content: "\ef51";
}
.sctr-icon-italic-square:before {
  content: "\ef52";
}
.sctr-icon-left-indent-01:before {
  content: "\ef53";
}
.sctr-icon-left-indent-02:before {
  content: "\ef54";
}
.sctr-icon-letter-spacing-01:before {
  content: "\ef55";
}
.sctr-icon-letter-spacing-02:before {
  content: "\ef56";
}
.sctr-icon-line-height:before {
  content: "\ef57";
}
.sctr-icon-magic-wand-01:before {
  content: "\ef58";
}
.sctr-icon-magic-wand-02:before {
  content: "\ef59";
}
.sctr-icon-move:before {
  content: "\ef5a";
}
.sctr-icon-paint:before {
  content: "\ef5b";
}
.sctr-icon-paint-pour:before {
  content: "\ef5c";
}
.sctr-icon-palette:before {
  content: "\ef5d";
}
.sctr-icon-paragraph-spacing:before {
  content: "\ef5e";
}
.sctr-icon-paragraph-wrap:before {
  content: "\ef5f";
}
.sctr-icon-pencil-01:before {
  content: "\ef60";
}
.sctr-icon-pencil-02:before {
  content: "\ef61";
}
.sctr-icon-pencil-line:before {
  content: "\ef62";
}
.sctr-icon-pen-tool-01:before {
  content: "\ef63";
}
.sctr-icon-pen-tool-02:before {
  content: "\ef64";
}
.sctr-icon-pen-tool-minus:before {
  content: "\ef65";
}
.sctr-icon-pen-tool-plus:before {
  content: "\ef66";
}
.sctr-icon-perspective-01:before {
  content: "\ef67";
}
.sctr-icon-perspective-02:before {
  content: "\ef68";
}
.sctr-icon-pilcrow-01:before {
  content: "\ef69";
}
.sctr-icon-pilcrow-02:before {
  content: "\ef6a";
}
.sctr-icon-pilcrow-square:before {
  content: "\ef6b";
}
.sctr-icon-reflect-01:before {
  content: "\ef6c";
}
.sctr-icon-reflect-02:before {
  content: "\ef6d";
}
.sctr-icon-right-indent-01:before {
  content: "\ef6e";
}
.sctr-icon-right-indent-02:before {
  content: "\ef6f";
}
.sctr-icon-roller-brush:before {
  content: "\ef70";
}
.sctr-icon-scale-01:before {
  content: "\ef71";
}
.sctr-icon-scale-02:before {
  content: "\ef72";
}
.sctr-icon-scale-03:before {
  content: "\ef73";
}
.sctr-icon-scissors-01:before {
  content: "\ef74";
}
.sctr-icon-scissors-02:before {
  content: "\ef75";
}
.sctr-icon-scissors-cut-01:before {
  content: "\ef76";
}
.sctr-icon-scissors-cut-02:before {
  content: "\ef77";
}
.sctr-icon-skew:before {
  content: "\ef78";
}
.sctr-icon-strikethrough-01:before {
  content: "\ef79";
}
.sctr-icon-strikethrough-02:before {
  content: "\ef7a";
}
.sctr-icon-strikethrough-square:before {
  content: "\ef7b";
}
.sctr-icon-subscript:before {
  content: "\ef7c";
}
.sctr-icon-text-input:before {
  content: "\ef7d";
}
.sctr-icon-transform:before {
  content: "\ef7e";
}
.sctr-icon-type-01:before {
  content: "\ef7f";
}
.sctr-icon-type-02:before {
  content: "\ef80";
}
.sctr-icon-type-square:before {
  content: "\ef81";
}
.sctr-icon-type-strikethrough-01:before {
  content: "\ef82";
}
.sctr-icon-type-strikethrough-02:before {
  content: "\ef83";
}
.sctr-icon-underline-01:before {
  content: "\ef84";
}
.sctr-icon-underline-02:before {
  content: "\ef85";
}
.sctr-icon-underline-square:before {
  content: "\ef86";
}
.sctr-icon-zoom-in:before {
  content: "\ef87";
}
.sctr-icon-zoom-out:before {
  content: "\ef88";
}
.sctr-icon-solid-browser:before {
  content: "\ef89";
}
.sctr-icon-solid-code-browser:before {
  content: "\ef8a";
}
.sctr-icon-solid-code-circle-01:before {
  content: "\ef8b";
}
.sctr-icon-solid-code-circle-02:before {
  content: "\ef8c";
}
.sctr-icon-solid-code-circle-03:before {
  content: "\ef8d";
}
.sctr-icon-solid-codepen:before {
  content: "\ef8e";
}
.sctr-icon-solid-code-square-01:before {
  content: "\ef8f";
}
.sctr-icon-solid-code-square-02:before {
  content: "\ef90";
}
.sctr-icon-solid-container:before {
  content: "\ef91";
}
.sctr-icon-solid-cpu-chip-01:before {
  content: "\ef92";
}
.sctr-icon-solid-cpu-chip-02:before {
  content: "\ef93";
}
.sctr-icon-solid-data:before {
  content: "\ef94";
}
.sctr-icon-solid-database-01:before {
  content: "\ef95";
}
.sctr-icon-solid-database-02:before {
  content: "\ef96";
}
.sctr-icon-solid-database-03:before {
  content: "\ef97";
}
.sctr-icon-solid-dataflow-01:before {
  content: "\ef98";
}
.sctr-icon-solid-dataflow-02:before {
  content: "\ef99";
}
.sctr-icon-solid-dataflow-03:before {
  content: "\ef9a";
}
.sctr-icon-solid-dataflow-04:before {
  content: "\ef9b";
}
.sctr-icon-solid-file-code-01:before {
  content: "\ef9c";
}
.sctr-icon-solid-file-code-02:before {
  content: "\ef9d";
}
.sctr-icon-solid-folder-code:before {
  content: "\ef9e";
}
.sctr-icon-solid-git-branch-01:before {
  content: "\ef9f";
}
.sctr-icon-solid-git-branch-02:before {
  content: "\efa0";
}
.sctr-icon-solid-git-commit:before {
  content: "\efa1";
}
.sctr-icon-solid-git-merge:before {
  content: "\efa2";
}
.sctr-icon-solid-git-pull-request:before {
  content: "\efa3";
}
.sctr-icon-solid-package:before {
  content: "\efa4";
}
.sctr-icon-solid-package-check:before {
  content: "\efa5";
}
.sctr-icon-solid-package-minus:before {
  content: "\efa6";
}
.sctr-icon-solid-package-plus:before {
  content: "\efa7";
}
.sctr-icon-solid-package-search:before {
  content: "\efa8";
}
.sctr-icon-solid-package-x:before {
  content: "\efa9";
}
.sctr-icon-solid-puzzle-piece-01:before {
  content: "\efaa";
}
.sctr-icon-solid-puzzle-piece-02:before {
  content: "\efab";
}
.sctr-icon-solid-qr-code-01:before {
  content: "\efac";
}
.sctr-icon-solid-qr-code-02:before {
  content: "\efad";
}
.sctr-icon-solid-server-01:before {
  content: "\efae";
}
.sctr-icon-solid-server-02:before {
  content: "\efaf";
}
.sctr-icon-solid-server-03:before {
  content: "\efb0";
}
.sctr-icon-solid-server-04:before {
  content: "\efb1";
}
.sctr-icon-solid-server-06:before {
  content: "\efb2";
}
.sctr-icon-solid-terminal-browser:before {
  content: "\efb3";
}
.sctr-icon-solid-terminal-circle:before {
  content: "\efb4";
}
.sctr-icon-solid-terminal-square:before {
  content: "\efb5";
}
.sctr-icon-brackets:before {
  content: "\efb6";
}
.sctr-icon-brackets-check:before {
  content: "\efb7";
}
.sctr-icon-brackets-ellipses:before {
  content: "\efb8";
}
.sctr-icon-brackets-minus:before {
  content: "\efb9";
}
.sctr-icon-brackets-plus:before {
  content: "\efba";
}
.sctr-icon-brackets-slash:before {
  content: "\efbb";
}
.sctr-icon-brackets-x:before {
  content: "\efbc";
}
.sctr-icon-browser:before {
  content: "\efbd";
}
.sctr-icon-code-01:before {
  content: "\efbe";
}
.sctr-icon-code-02:before {
  content: "\efbf";
}
.sctr-icon-code-browser:before {
  content: "\efc0";
}
.sctr-icon-code-circle-01:before {
  content: "\efc1";
}
.sctr-icon-code-circle-02:before {
  content: "\efc2";
}
.sctr-icon-code-circle-03:before {
  content: "\efc3";
}
.sctr-icon-codepen:before {
  content: "\efc4";
}
.sctr-icon-code-square-01:before {
  content: "\efc5";
}
.sctr-icon-code-square-02:before {
  content: "\efc6";
}
.sctr-icon-container:before {
  content: "\efc7";
}
.sctr-icon-cpu-chip-01:before {
  content: "\efc8";
}
.sctr-icon-cpu-chip-02:before {
  content: "\efc9";
}
.sctr-icon-data:before {
  content: "\efca";
}
.sctr-icon-database-01:before {
  content: "\efcb";
}
.sctr-icon-database-02:before {
  content: "\efcc";
}
.sctr-icon-database-03:before {
  content: "\efcd";
}
.sctr-icon-dataflow-01:before {
  content: "\efce";
}
.sctr-icon-dataflow-02:before {
  content: "\efcf";
}
.sctr-icon-dataflow-03:before {
  content: "\efd0";
}
.sctr-icon-dataflow-04:before {
  content: "\efd1";
}
.sctr-icon-file-code-01:before {
  content: "\efd2";
}
.sctr-icon-file-code-02:before {
  content: "\efd3";
}
.sctr-icon-folder-code:before {
  content: "\efd4";
}
.sctr-icon-git-branch-01:before {
  content: "\efd5";
}
.sctr-icon-git-branch-02:before {
  content: "\efd6";
}
.sctr-icon-git-commit:before {
  content: "\efd7";
}
.sctr-icon-git-merge:before {
  content: "\efd8";
}
.sctr-icon-git-pull-request:before {
  content: "\efd9";
}
.sctr-icon-package:before {
  content: "\efda";
}
.sctr-icon-package-check:before {
  content: "\efdb";
}
.sctr-icon-package-minus:before {
  content: "\efdc";
}
.sctr-icon-package-plus:before {
  content: "\efdd";
}
.sctr-icon-package-search:before {
  content: "\efde";
}
.sctr-icon-package-x:before {
  content: "\efdf";
}
.sctr-icon-puzzle-piece-01:before {
  content: "\efe0";
}
.sctr-icon-puzzle-piece-02:before {
  content: "\efe1";
}
.sctr-icon-qr-code-01:before {
  content: "\efe2";
}
.sctr-icon-qr-code-02:before {
  content: "\efe3";
}
.sctr-icon-server-01:before {
  content: "\efe4";
}
.sctr-icon-server-02:before {
  content: "\efe5";
}
.sctr-icon-server-03:before {
  content: "\efe6";
}
.sctr-icon-server-04:before {
  content: "\efe7";
}
.sctr-icon-server-05:before {
  content: "\efe8";
}
.sctr-icon-server-06:before {
  content: "\efe9";
}
.sctr-icon-terminal:before {
  content: "\efea";
}
.sctr-icon-terminal-browser:before {
  content: "\efeb";
}
.sctr-icon-terminal-circle:before {
  content: "\efec";
}
.sctr-icon-terminal-square:before {
  content: "\efed";
}
.sctr-icon-variable:before {
  content: "\efee";
}
.sctr-icon-annotation:before {
  content: "\efef";
}
.sctr-icon-annotation-alert:before {
  content: "\eff0";
}
.sctr-icon-annotation-check:before {
  content: "\eff1";
}
.sctr-icon-annotation-dots:before {
  content: "\eff2";
}
.sctr-icon-annotation-heart:before {
  content: "\eff3";
}
.sctr-icon-annotation-info:before {
  content: "\eff4";
}
.sctr-icon-annotation-plus:before {
  content: "\eff5";
}
.sctr-icon-annotation-question:before {
  content: "\eff6";
}
.sctr-icon-annotation-x:before {
  content: "\eff7";
}
.sctr-icon-inbox-01:before {
  content: "\eff8";
}
.sctr-icon-inbox-02:before {
  content: "\eff9";
}
.sctr-icon-mail-01:before {
  content: "\effa";
}
.sctr-icon-mail-02:before {
  content: "\effb";
}
.sctr-icon-mail-03:before {
  content: "\effc";
}
.sctr-icon-mail-04:before {
  content: "\effd";
}
.sctr-icon-mail-05:before {
  content: "\effe";
}
.sctr-icon-message-alert-circle:before {
  content: "\efff";
}
.sctr-icon-message-alert-square:before {
  content: "\f000";
}
.sctr-icon-message-chat-circle:before {
  content: "\f001";
}
.sctr-icon-message-chat-square:before {
  content: "\f002";
}
.sctr-icon-message-check-circle:before {
  content: "\f003";
}
.sctr-icon-message-check-square:before {
  content: "\f004";
}
.sctr-icon-message-circle-01:before {
  content: "\f005";
}
.sctr-icon-message-circle-02:before {
  content: "\f006";
}
.sctr-icon-message-dots-circle:before {
  content: "\f007";
}
.sctr-icon-message-dots-square:before {
  content: "\f008";
}
.sctr-icon-message-heart-circle:before {
  content: "\f009";
}
.sctr-icon-message-heart-square:before {
  content: "\f00a";
}
.sctr-icon-message-notification-circle:before {
  content: "\f00b";
}
.sctr-icon-message-notification-square:before {
  content: "\f00c";
}
.sctr-icon-message-plus-circle:before {
  content: "\f00d";
}
.sctr-icon-message-plus-square:before {
  content: "\f00e";
}
.sctr-icon-message-question-circle:before {
  content: "\f00f";
}
.sctr-icon-message-question-square:before {
  content: "\f010";
}
.sctr-icon-message-smile-circle:before {
  content: "\f011";
}
.sctr-icon-message-smile-square:before {
  content: "\f012";
}
.sctr-icon-message-square-01:before {
  content: "\f013";
}
.sctr-icon-message-square-02:before {
  content: "\f014";
}
.sctr-icon-message-text-circle-01:before {
  content: "\f015";
}
.sctr-icon-message-text-circle-02:before {
  content: "\f016";
}
.sctr-icon-message-text-square-01:before {
  content: "\f017";
}
.sctr-icon-message-text-square-02:before {
  content: "\f018";
}
.sctr-icon-message-x-circle:before {
  content: "\f019";
}
.sctr-icon-message-x-square:before {
  content: "\f01a";
}
.sctr-icon-phone:before {
  content: "\f01b";
}
.sctr-icon-phone-call-01:before {
  content: "\f01c";
}
.sctr-icon-phone-call-02:before {
  content: "\f01d";
}
.sctr-icon-phone-hang-up:before {
  content: "\f01e";
}
.sctr-icon-phone-incoming-01:before {
  content: "\f01f";
}
.sctr-icon-phone-incoming-02:before {
  content: "\f020";
}
.sctr-icon-phone-outgoing-01:before {
  content: "\f021";
}
.sctr-icon-phone-outgoing-02:before {
  content: "\f022";
}
.sctr-icon-phone-pause:before {
  content: "\f023";
}
.sctr-icon-phone-plus:before {
  content: "\f024";
}
.sctr-icon-phone-x:before {
  content: "\f025";
}
.sctr-icon-send-01:before {
  content: "\f026";
}
.sctr-icon-send-02:before {
  content: "\f027";
}
.sctr-icon-send-03:before {
  content: "\f028";
}
.sctr-icon-solid-annotation:before {
  content: "\f029";
}
.sctr-icon-solid-annotation-alert:before {
  content: "\f02a";
}
.sctr-icon-solid-annotation-check:before {
  content: "\f02b";
}
.sctr-icon-solid-annotation-dots:before {
  content: "\f02c";
}
.sctr-icon-solid-annotation-heart:before {
  content: "\f02d";
}
.sctr-icon-solid-annotation-info:before {
  content: "\f02e";
}
.sctr-icon-solid-annotation-plus:before {
  content: "\f02f";
}
.sctr-icon-solid-annotation-question:before {
  content: "\f030";
}
.sctr-icon-solid-annotation-x:before {
  content: "\f031";
}
.sctr-icon-solid-inbox-01:before {
  content: "\f032";
}
.sctr-icon-solid-inbox-02:before {
  content: "\f033";
}
.sctr-icon-solid-mail-01:before {
  content: "\f034";
}
.sctr-icon-solid-mail-02:before {
  content: "\f035";
}
.sctr-icon-solid-mail-03:before {
  content: "\f036";
}
.sctr-icon-solid-mail-04:before {
  content: "\f037";
}
.sctr-icon-solid-mail-05:before {
  content: "\f038";
}
.sctr-icon-solid-message-alert-circle:before {
  content: "\f039";
}
.sctr-icon-solid-message-alert-square:before {
  content: "\f03a";
}
.sctr-icon-solid-message-chat-circle:before {
  content: "\f03b";
}
.sctr-icon-solid-message-chat-square:before {
  content: "\f03c";
}
.sctr-icon-solid-message-check-circle:before {
  content: "\f03d";
}
.sctr-icon-solid-message-check-square:before {
  content: "\f03e";
}
.sctr-icon-solid-message-circle-01:before {
  content: "\f03f";
}
.sctr-icon-solid-message-circle-02:before {
  content: "\f040";
}
.sctr-icon-solid-message-dots-circle:before {
  content: "\f041";
}
.sctr-icon-solid-message-dots-square:before {
  content: "\f042";
}
.sctr-icon-solid-message-heart-circle:before {
  content: "\f043";
}
.sctr-icon-solid-message-heart-square:before {
  content: "\f044";
}
.sctr-icon-solid-message-notification-circle:before {
  content: "\f045";
}
.sctr-icon-solid-message-notification-square:before {
  content: "\f046";
}
.sctr-icon-solid-message-plus-circle:before {
  content: "\f047";
}
.sctr-icon-solid-message-plus-square:before {
  content: "\f048";
}
.sctr-icon-solid-message-question-circle:before {
  content: "\f049";
}
.sctr-icon-solid-message-question-square:before {
  content: "\f04a";
}
.sctr-icon-solid-message-smile-circle:before {
  content: "\f04b";
}
.sctr-icon-solid-message-smile-square:before {
  content: "\f04c";
}
.sctr-icon-solid-message-square-01:before {
  content: "\f04d";
}
.sctr-icon-solid-message-square-02:before {
  content: "\f04e";
}
.sctr-icon-solid-message-text-circle-01:before {
  content: "\f04f";
}
.sctr-icon-solid-message-text-circle-02:before {
  content: "\f050";
}
.sctr-icon-solid-message-text-square-01:before {
  content: "\f051";
}
.sctr-icon-solid-message-text-square-02:before {
  content: "\f052";
}
.sctr-icon-solid-message-x-circle:before {
  content: "\f053";
}
.sctr-icon-solid-message-x-square:before {
  content: "\f054";
}
.sctr-icon-solid-phone:before {
  content: "\f055";
}
.sctr-icon-solid-phone-call-01:before {
  content: "\f056";
}
.sctr-icon-solid-phone-call-02:before {
  content: "\f057";
}
.sctr-icon-solid-phone-hang-up:before {
  content: "\f058";
}
.sctr-icon-solid-phone-incoming-01:before {
  content: "\f059";
}
.sctr-icon-solid-phone-incoming-02:before {
  content: "\f05a";
}
.sctr-icon-solid-phone-outgoing-01:before {
  content: "\f05b";
}
.sctr-icon-solid-phone-outgoing-02:before {
  content: "\f05c";
}
.sctr-icon-solid-phone-pause:before {
  content: "\f05d";
}
.sctr-icon-solid-phone-plus:before {
  content: "\f05e";
}
.sctr-icon-solid-phone-x:before {
  content: "\f05f";
}
.sctr-icon-solid-send-01:before {
  content: "\f060";
}
.sctr-icon-solid-send-02:before {
  content: "\f061";
}
.sctr-icon-solid-send-03:before {
  content: "\f062";
}
.sctr-icon-solid-bar-chart-10:before {
  content: "\f063";
}
.sctr-icon-solid-bar-chart-11:before {
  content: "\f064";
}
.sctr-icon-solid-bar-chart-12:before {
  content: "\f065";
}
.sctr-icon-solid-bar-chart-circle-01:before {
  content: "\f066";
}
.sctr-icon-solid-bar-chart-circle-02:before {
  content: "\f067";
}
.sctr-icon-solid-bar-chart-circle-03:before {
  content: "\f068";
}
.sctr-icon-solid-bar-chart-square-01:before {
  content: "\f069";
}
.sctr-icon-solid-bar-chart-square-02:before {
  content: "\f06a";
}
.sctr-icon-solid-bar-chart-square-03:before {
  content: "\f06b";
}
.sctr-icon-solid-bar-chart-square-down:before {
  content: "\f06c";
}
.sctr-icon-solid-bar-chart-square-minus:before {
  content: "\f06d";
}
.sctr-icon-solid-bar-chart-square-plus:before {
  content: "\f06e";
}
.sctr-icon-solid-bar-chart-square-up:before {
  content: "\f06f";
}
.sctr-icon-solid-chart-breakout-circle:before {
  content: "\f070";
}
.sctr-icon-solid-chart-breakout-square:before {
  content: "\f071";
}
.sctr-icon-solid-horizontal-bar-chart-01:before {
  content: "\f072";
}
.sctr-icon-solid-horizontal-bar-chart-02:before {
  content: "\f073";
}
.sctr-icon-solid-horizontal-bar-chart-03:before {
  content: "\f074";
}
.sctr-icon-solid-line-chart-down-03:before {
  content: "\f075";
}
.sctr-icon-solid-line-chart-down-04:before {
  content: "\f076";
}
.sctr-icon-solid-line-chart-down-05:before {
  content: "\f077";
}
.sctr-icon-solid-line-chart-up-03:before {
  content: "\f078";
}
.sctr-icon-solid-line-chart-up-04:before {
  content: "\f079";
}
.sctr-icon-solid-line-chart-up-05:before {
  content: "\f07a";
}
.sctr-icon-solid-pie-chart-01:before {
  content: "\f07b";
}
.sctr-icon-solid-pie-chart-02:before {
  content: "\f07c";
}
.sctr-icon-solid-pie-chart-03:before {
  content: "\f07d";
}
.sctr-icon-solid-pie-chart-04:before {
  content: "\f07e";
}
.sctr-icon-solid-presentation-chart-01:before {
  content: "\f07f";
}
.sctr-icon-solid-presentation-chart-02:before {
  content: "\f080";
}
.sctr-icon-solid-presentation-chart-03:before {
  content: "\f081";
}
.sctr-icon-bar-chart-01:before {
  content: "\f082";
}
.sctr-icon-bar-chart-02:before {
  content: "\f083";
}
.sctr-icon-bar-chart-03:before {
  content: "\f084";
}
.sctr-icon-bar-chart-04:before {
  content: "\f085";
}
.sctr-icon-bar-chart-05:before {
  content: "\f086";
}
.sctr-icon-bar-chart-06:before {
  content: "\f087";
}
.sctr-icon-bar-chart-07:before {
  content: "\f088";
}
.sctr-icon-bar-chart-08:before {
  content: "\f089";
}
.sctr-icon-bar-chart-09:before {
  content: "\f08a";
}
.sctr-icon-bar-chart-10:before {
  content: "\f08b";
}
.sctr-icon-bar-chart-11:before {
  content: "\f08c";
}
.sctr-icon-bar-chart-12:before {
  content: "\f08d";
}
.sctr-icon-bar-chart-circle-01:before {
  content: "\f08e";
}
.sctr-icon-bar-chart-circle-02:before {
  content: "\f08f";
}
.sctr-icon-bar-chart-circle-03:before {
  content: "\f090";
}
.sctr-icon-bar-chart-square-01:before {
  content: "\f091";
}
.sctr-icon-bar-chart-square-02:before {
  content: "\f092";
}
.sctr-icon-bar-chart-square-03:before {
  content: "\f093";
}
.sctr-icon-bar-chart-square-down:before {
  content: "\f094";
}
.sctr-icon-bar-chart-square-minus:before {
  content: "\f095";
}
.sctr-icon-bar-chart-square-plus:before {
  content: "\f096";
}
.sctr-icon-bar-chart-square-up:before {
  content: "\f097";
}
.sctr-icon-bar-line-chart:before {
  content: "\f098";
}
.sctr-icon-chart-breakout-circle:before {
  content: "\f099";
}
.sctr-icon-chart-breakout-square:before {
  content: "\f09a";
}
.sctr-icon-horizontal-bar-chart-01:before {
  content: "\f09b";
}
.sctr-icon-horizontal-bar-chart-02:before {
  content: "\f09c";
}
.sctr-icon-horizontal-bar-chart-03:before {
  content: "\f09d";
}
.sctr-icon-line-chart-down-01:before {
  content: "\f09e";
}
.sctr-icon-line-chart-down-02:before {
  content: "\f09f";
}
.sctr-icon-line-chart-down-03:before {
  content: "\f0a0";
}
.sctr-icon-line-chart-down-04:before {
  content: "\f0a1";
}
.sctr-icon-line-chart-down-05:before {
  content: "\f0a2";
}
.sctr-icon-line-chart-up-01:before {
  content: "\f0a3";
}
.sctr-icon-line-chart-up-02:before {
  content: "\f0a4";
}
.sctr-icon-line-chart-up-03:before {
  content: "\f0a5";
}
.sctr-icon-line-chart-up-04:before {
  content: "\f0a6";
}
.sctr-icon-line-chart-up-05:before {
  content: "\f0a7";
}
.sctr-icon-pie-chart-01:before {
  content: "\f0a8";
}
.sctr-icon-pie-chart-02:before {
  content: "\f0a9";
}
.sctr-icon-pie-chart-03:before {
  content: "\f0aa";
}
.sctr-icon-pie-chart-04:before {
  content: "\f0ab";
}
.sctr-icon-presentation-chart-01:before {
  content: "\f0ac";
}
.sctr-icon-presentation-chart-02:before {
  content: "\f0ad";
}
.sctr-icon-presentation-chart-03:before {
  content: "\f0ae";
}
.sctr-icon-trend-down-01:before {
  content: "\f0af";
}
.sctr-icon-trend-down-02:before {
  content: "\f0b0";
}
.sctr-icon-trend-up-01:before {
  content: "\f0b1";
}
.sctr-icon-trend-up-02:before {
  content: "\f0b2";
}
.sctr-icon-arrow-block-down:before {
  content: "\f0b3";
}
.sctr-icon-arrow-block-left:before {
  content: "\f0b4";
}
.sctr-icon-arrow-block-right:before {
  content: "\f0b5";
}
.sctr-icon-arrow-block-up:before {
  content: "\f0b6";
}
.sctr-icon-arrow-circle-broken-down:before {
  content: "\f0b7";
}
.sctr-icon-arrow-circle-broken-down-left:before {
  content: "\f0b8";
}
.sctr-icon-arrow-circle-broken-down-right:before {
  content: "\f0b9";
}
.sctr-icon-arrow-circle-broken-left:before {
  content: "\f0ba";
}
.sctr-icon-arrow-circle-broken-right:before {
  content: "\f0bb";
}
.sctr-icon-arrow-circle-broken-up:before {
  content: "\f0bc";
}
.sctr-icon-arrow-circle-broken-up-left:before {
  content: "\f0bd";
}
.sctr-icon-arrow-circle-broken-up-right:before {
  content: "\f0be";
}
.sctr-icon-arrow-circle-down:before {
  content: "\f0bf";
}
.sctr-icon-arrow-circle-down-left:before {
  content: "\f0c0";
}
.sctr-icon-arrow-circle-down-right:before {
  content: "\f0c1";
}
.sctr-icon-arrow-circle-left:before {
  content: "\f0c2";
}
.sctr-icon-arrow-circle-right:before {
  content: "\f0c3";
}
.sctr-icon-arrow-circle-up:before {
  content: "\f0c4";
}
.sctr-icon-arrow-circle-up-left:before {
  content: "\f0c5";
}
.sctr-icon-arrow-circle-up-right:before {
  content: "\f0c6";
}
.sctr-icon-arrow-down:before {
  content: "\f0c7";
}
.sctr-icon-arrow-down-left:before {
  content: "\f0c8";
}
.sctr-icon-arrow-down-right:before {
  content: "\f0c9";
}
.sctr-icon-arrow-left:before {
  content: "\f0ca";
}
.sctr-icon-arrow-narrow-down:before {
  content: "\f0cb";
}
.sctr-icon-arrow-narrow-down-left:before {
  content: "\f0cc";
}
.sctr-icon-arrow-narrow-down-right:before {
  content: "\f0cd";
}
.sctr-icon-arrow-narrow-left:before {
  content: "\f0ce";
}
.sctr-icon-arrow-narrow-right:before {
  content: "\f0cf";
}
.sctr-icon-arrow-narrow-up:before {
  content: "\f0d0";
}
.sctr-icon-arrow-narrow-up-left:before {
  content: "\f0d1";
}
.sctr-icon-arrow-narrow-up-right:before {
  content: "\f0d2";
}
.sctr-icon-arrow-right:before {
  content: "\f0d3";
}
.sctr-icon-arrows-down:before {
  content: "\f0d4";
}
.sctr-icon-arrows-left:before {
  content: "\f0d5";
}
.sctr-icon-arrow-square-down:before {
  content: "\f0d6";
}
.sctr-icon-arrow-square-down-left:before {
  content: "\f0d7";
}
.sctr-icon-arrow-square-down-right:before {
  content: "\f0d8";
}
.sctr-icon-arrow-square-left:before {
  content: "\f0d9";
}
.sctr-icon-arrow-square-right:before {
  content: "\f0da";
}
.sctr-icon-arrow-square-up:before {
  content: "\f0db";
}
.sctr-icon-arrow-square-up-left:before {
  content: "\f0dc";
}
.sctr-icon-arrow-square-up-right:before {
  content: "\f0dd";
}
.sctr-icon-arrows-right:before {
  content: "\f0de";
}
.sctr-icon-arrows-triangle:before {
  content: "\f0df";
}
.sctr-icon-arrows-up:before {
  content: "\f0e0";
}
.sctr-icon-arrow-up:before {
  content: "\f0e1";
}
.sctr-icon-arrow-up-left:before {
  content: "\f0e2";
}
.sctr-icon-arrow-up-right:before {
  content: "\f0e3";
}
.sctr-icon-chevron-down:before {
  content: "\f0e4";
}
.sctr-icon-chevron-down-double:before {
  content: "\f0e5";
}
.sctr-icon-chevron-left:before {
  content: "\f0e6";
}
.sctr-icon-chevron-left-double:before {
  content: "\f0e7";
}
.sctr-icon-chevron-right:before {
  content: "\f0e8";
}
.sctr-icon-chevron-right-double:before {
  content: "\f0e9";
}
.sctr-icon-chevron-selector-horizontal:before {
  content: "\f0ea";
}
.sctr-icon-chevron-selector-vertical:before {
  content: "\f0eb";
}
.sctr-icon-chevron-up:before {
  content: "\f0ec";
}
.sctr-icon-chevron-up-double:before {
  content: "\f0ed";
}
.sctr-icon-corner-down-left:before {
  content: "\f0ee";
}
.sctr-icon-corner-down-right:before {
  content: "\f0ef";
}
.sctr-icon-corner-left-down:before {
  content: "\f0f0";
}
.sctr-icon-corner-left-up:before {
  content: "\f0f1";
}
.sctr-icon-corner-right-down:before {
  content: "\f0f2";
}
.sctr-icon-corner-right-up:before {
  content: "\f0f3";
}
.sctr-icon-corner-up-left:before {
  content: "\f0f4";
}
.sctr-icon-corner-up-right:before {
  content: "\f0f5";
}
.sctr-icon-expand-01:before {
  content: "\f0f6";
}
.sctr-icon-expand-02:before {
  content: "\f0f7";
}
.sctr-icon-expand-03:before {
  content: "\f0f8";
}
.sctr-icon-expand-04:before {
  content: "\f0f9";
}
.sctr-icon-expand-05:before {
  content: "\f0fa";
}
.sctr-icon-expand-06:before {
  content: "\f0fb";
}
.sctr-icon-flip-backward:before {
  content: "\f0fc";
}
.sctr-icon-flip-forward:before {
  content: "\f0fd";
}
.sctr-icon-infinity:before {
  content: "\f0fe";
}
.sctr-icon-refresh-ccw-01:before {
  content: "\f0ff";
}
.sctr-icon-refresh-ccw-02:before {
  content: "\f100";
}
.sctr-icon-refresh-ccw-03:before {
  content: "\f101";
}
.sctr-icon-refresh-ccw-04:before {
  content: "\f102";
}
.sctr-icon-refresh-ccw-05:before {
  content: "\f103";
}
.sctr-icon-refresh-cw-01:before {
  content: "\f104";
}
.sctr-icon-refresh-cw-02:before {
  content: "\f105";
}
.sctr-icon-refresh-cw-03:before {
  content: "\f106";
}
.sctr-icon-refresh-cw-04:before {
  content: "\f107";
}
.sctr-icon-refresh-cw-05:before {
  content: "\f108";
}
.sctr-icon-reverse-left:before {
  content: "\f109";
}
.sctr-icon-reverse-right:before {
  content: "\f10a";
}
.sctr-icon-switch-horizontal-01:before {
  content: "\f10b";
}
.sctr-icon-switch-horizontal-02:before {
  content: "\f10c";
}
.sctr-icon-switch-vertical-01:before {
  content: "\f10d";
}
.sctr-icon-switch-vertical-02:before {
  content: "\f10e";
}
.sctr-icon-solid-arrow-block-down:before {
  content: "\f10f";
}
.sctr-icon-solid-arrow-block-left:before {
  content: "\f110";
}
.sctr-icon-solid-arrow-block-right:before {
  content: "\f111";
}
.sctr-icon-solid-arrow-block-up:before {
  content: "\f112";
}
.sctr-icon-solid-arrow-circle-broken-down:before {
  content: "\f113";
}
.sctr-icon-solid-arrow-circle-broken-down-left:before {
  content: "\f114";
}
.sctr-icon-solid-arrow-circle-broken-down-right:before {
  content: "\f115";
}
.sctr-icon-solid-arrow-circle-broken-left:before {
  content: "\f116";
}
.sctr-icon-solid-arrow-circle-broken-right:before {
  content: "\f117";
}
.sctr-icon-solid-arrow-circle-broken-up:before {
  content: "\f118";
}
.sctr-icon-solid-arrow-circle-broken-up-left:before {
  content: "\f119";
}
.sctr-icon-solid-arrow-circle-broken-up-right:before {
  content: "\f11a";
}
.sctr-icon-solid-arrow-circle-down:before {
  content: "\f11b";
}
.sctr-icon-solid-arrow-circle-down-left:before {
  content: "\f11c";
}
.sctr-icon-solid-arrow-circle-down-right:before {
  content: "\f11d";
}
.sctr-icon-solid-arrow-circle-left:before {
  content: "\f11e";
}
.sctr-icon-solid-arrow-circle-right:before {
  content: "\f11f";
}
.sctr-icon-solid-arrow-circle-up:before {
  content: "\f120";
}
.sctr-icon-solid-arrow-circle-up-left:before {
  content: "\f121";
}
.sctr-icon-solid-arrow-circle-up-right:before {
  content: "\f122";
}
.sctr-icon-solid-arrow-square-down:before {
  content: "\f123";
}
.sctr-icon-solid-arrow-square-down-left:before {
  content: "\f124";
}
.sctr-icon-solid-arrow-square-down-right:before {
  content: "\f125";
}
.sctr-icon-solid-arrow-square-left:before {
  content: "\f126";
}
.sctr-icon-solid-arrow-square-right:before {
  content: "\f127";
}
.sctr-icon-solid-arrow-square-up:before {
  content: "\f128";
}
.sctr-icon-solid-arrow-square-up-left:before {
  content: "\f129";
}
.sctr-icon-solid-arrow-square-up-right:before {
  content: "\f12a";
}
.sctr-icon-solid-alert-circle:before {
  content: "\f12b";
}
.sctr-icon-solid-alert-hexagon:before {
  content: "\f12c";
}
.sctr-icon-solid-alert-octagon:before {
  content: "\f12d";
}
.sctr-icon-solid-alert-square:before {
  content: "\f12e";
}
.sctr-icon-solid-alert-triangle:before {
  content: "\f12f";
}
.sctr-icon-solid-announcement-01:before {
  content: "\f130";
}
.sctr-icon-solid-announcement-02:before {
  content: "\f131";
}
.sctr-icon-solid-announcement-03:before {
  content: "\f132";
}
.sctr-icon-solid-bell-01:before {
  content: "\f133";
}
.sctr-icon-solid-bell-02:before {
  content: "\f134";
}
.sctr-icon-solid-bell-03:before {
  content: "\f135";
}
.sctr-icon-solid-bell-04:before {
  content: "\f136";
}
.sctr-icon-solid-bell-minus:before {
  content: "\f137";
}
.sctr-icon-solid-bell-off-01:before {
  content: "\f138";
}
.sctr-icon-solid-bell-off-02:before {
  content: "\f139";
}
.sctr-icon-solid-bell-off-03:before {
  content: "\f13a";
}
.sctr-icon-solid-bell-plus:before {
  content: "\f13b";
}
.sctr-icon-solid-bell-ringing-01:before {
  content: "\f13c";
}
.sctr-icon-solid-bell-ringing-02:before {
  content: "\f13d";
}
.sctr-icon-solid-bell-ringing-03:before {
  content: "\f13e";
}
.sctr-icon-solid-bell-ringing-04:before {
  content: "\f13f";
}
.sctr-icon-solid-notification-box:before {
  content: "\f140";
}
.sctr-icon-solid-notification-message:before {
  content: "\f141";
}
.sctr-icon-solid-notification-text:before {
  content: "\f142";
}
.sctr-icon-solid-thumbs-down:before {
  content: "\f143";
}
.sctr-icon-solid-thumbs-up:before {
  content: "\f144";
}
.sctr-icon-alert-circle:before {
  content: "\f145";
}
.sctr-icon-alert-hexagon:before {
  content: "\f146";
}
.sctr-icon-alert-octagon:before {
  content: "\f147";
}
.sctr-icon-alert-square:before {
  content: "\f148";
}
.sctr-icon-alert-triangle:before {
  content: "\f149";
}
.sctr-icon-announcement-01:before {
  content: "\f14a";
}
.sctr-icon-announcement-02:before {
  content: "\f14b";
}
.sctr-icon-announcement-03:before {
  content: "\f14c";
}
.sctr-icon-bell-01:before {
  content: "\f14d";
}
.sctr-icon-bell-02:before {
  content: "\f14e";
}
.sctr-icon-bell-03:before {
  content: "\f14f";
}
.sctr-icon-bell-04:before {
  content: "\f150";
}
.sctr-icon-bell-minus:before {
  content: "\f151";
}
.sctr-icon-bell-off-01:before {
  content: "\f152";
}
.sctr-icon-bell-off-02:before {
  content: "\f153";
}
.sctr-icon-bell-off-03:before {
  content: "\f154";
}
.sctr-icon-bell-plus:before {
  content: "\f155";
}
.sctr-icon-bell-ringing-01:before {
  content: "\f156";
}
.sctr-icon-bell-ringing-02:before {
  content: "\f157";
}
.sctr-icon-bell-ringing-03:before {
  content: "\f158";
}
.sctr-icon-bell-ringing-04:before {
  content: "\f159";
}
.sctr-icon-notification-box:before {
  content: "\f15a";
}
.sctr-icon-notification-message:before {
  content: "\f15b";
}
.sctr-icon-notification-text:before {
  content: "\f15c";
}
.sctr-icon-thumbs-down:before {
  content: "\f15d";
}
.sctr-icon-thumbs-up:before {
  content: "\f15e";
}
.sctr-icon-alert-circle1:before {
  content: "\e001";
}
.sctr-icon-alert-hexagon1:before {
  content: "\e002";
}
.sctr-icon-alert-octagon1:before {
  content: "\e003";
}
.sctr-icon-alert-square1:before {
  content: "\e004";
}
.sctr-icon-alert-triangle1:before {
  content: "\e005";
}
.sctr-icon-announcement-011:before {
  content: "\e006";
}
.sctr-icon-announcement-021:before {
  content: "\e007";
}
.sctr-icon-announcement-031:before {
  content: "\e008";
}
.sctr-icon-bell-011:before {
  content: "\e009";
}
.sctr-icon-bell-021:before {
  content: "\e010";
}
.sctr-icon-bell-031:before {
  content: "\e011";
}
.sctr-icon-bell-041:before {
  content: "\e012";
}
.sctr-icon-bell-minus1:before {
  content: "\e013";
}
.sctr-icon-bell-off-011:before {
  content: "\e014";
}
.sctr-icon-bell-off-021:before {
  content: "\e015";
}
.sctr-icon-bell-off-031:before {
  content: "\e016";
}
.sctr-icon-bell-plus1:before {
  content: "\e017";
}
.sctr-icon-bell-ringing-011:before {
  content: "\e018";
}
.sctr-icon-bell-ringing-021:before {
  content: "\e019";
}
.sctr-icon-bell-ringing-031:before {
  content: "\e020";
}
.sctr-icon-bell-ringing-041:before {
  content: "\e021";
}
.sctr-icon-notification-box1:before {
  content: "\e022";
}
.sctr-icon-notification-message1:before {
  content: "\e023";
}
.sctr-icon-notification-text1:before {
  content: "\e024";
}
.sctr-icon-thumbs-down1:before {
  content: "\e025";
}
.sctr-icon-thumbs-up1:before {
  content: "\e026";
}
.sctr-icon-arrow-block-down1:before {
  content: "\e027";
}
.sctr-icon-arrow-block-left1:before {
  content: "\e028";
}
.sctr-icon-arrow-block-right1:before {
  content: "\e029";
}
.sctr-icon-arrow-block-up1:before {
  content: "\e030";
}
.sctr-icon-arrow-circle-broken-down1:before {
  content: "\e031";
}
.sctr-icon-arrow-circle-broken-down-left1:before {
  content: "\e032";
}
.sctr-icon-arrow-circle-broken-down-right1:before {
  content: "\e033";
}
.sctr-icon-arrow-circle-broken-left1:before {
  content: "\e034";
}
.sctr-icon-arrow-circle-broken-right1:before {
  content: "\e035";
}
.sctr-icon-arrow-circle-broken-up1:before {
  content: "\e036";
}
.sctr-icon-arrow-circle-broken-up-left1:before {
  content: "\e037";
}
.sctr-icon-arrow-circle-broken-up-right1:before {
  content: "\e038";
}
.sctr-icon-arrow-circle-down1:before {
  content: "\e039";
}
.sctr-icon-arrow-circle-down-left1:before {
  content: "\e040";
}
.sctr-icon-arrow-circle-down-right1:before {
  content: "\e041";
}
.sctr-icon-arrow-circle-left1:before {
  content: "\e042";
}
.sctr-icon-arrow-circle-right1:before {
  content: "\e043";
}
.sctr-icon-arrow-circle-up1:before {
  content: "\e044";
}
.sctr-icon-arrow-circle-up-left1:before {
  content: "\e045";
}
.sctr-icon-arrow-circle-up-right1:before {
  content: "\e046";
}
.sctr-icon-arrow-down1:before {
  content: "\e047";
}
.sctr-icon-arrow-down-left1:before {
  content: "\e048";
}
.sctr-icon-arrow-down-right1:before {
  content: "\e049";
}
.sctr-icon-arrow-left1:before {
  content: "\e050";
}
.sctr-icon-arrow-narrow-down1:before {
  content: "\e051";
}
.sctr-icon-arrow-narrow-down-left1:before {
  content: "\e052";
}
.sctr-icon-arrow-narrow-down-right1:before {
  content: "\e053";
}
.sctr-icon-arrow-narrow-left1:before {
  content: "\e054";
}
.sctr-icon-arrow-narrow-right1:before {
  content: "\e055";
}
.sctr-icon-arrow-narrow-up1:before {
  content: "\e056";
}
.sctr-icon-arrow-narrow-up-left1:before {
  content: "\e057";
}
.sctr-icon-arrow-narrow-up-right1:before {
  content: "\e058";
}
.sctr-icon-arrow-right1:before {
  content: "\e059";
}
.sctr-icon-arrow-square-down1:before {
  content: "\e060";
}
.sctr-icon-arrow-square-down-left1:before {
  content: "\e061";
}
.sctr-icon-arrow-square-down-right1:before {
  content: "\e062";
}
.sctr-icon-arrow-square-left1:before {
  content: "\e063";
}
.sctr-icon-arrow-square-right1:before {
  content: "\e064";
}
.sctr-icon-arrow-square-up1:before {
  content: "\e065";
}
.sctr-icon-arrow-square-up-left1:before {
  content: "\e066";
}
.sctr-icon-arrow-square-up-right1:before {
  content: "\e067";
}
.sctr-icon-arrow-up1:before {
  content: "\e068";
}
.sctr-icon-arrow-up-left1:before {
  content: "\e069";
}
.sctr-icon-arrow-up-right1:before {
  content: "\e070";
}
.sctr-icon-arrows-down1:before {
  content: "\e071";
}
.sctr-icon-arrows-left1:before {
  content: "\e072";
}
.sctr-icon-arrows-right1:before {
  content: "\e073";
}
.sctr-icon-arrows-triangle1:before {
  content: "\e074";
}
.sctr-icon-arrows-up1:before {
  content: "\e075";
}
.sctr-icon-chevron-down1:before {
  content: "\e076";
}
.sctr-icon-chevron-down-double1:before {
  content: "\e077";
}
.sctr-icon-chevron-left1:before {
  content: "\e078";
}
.sctr-icon-chevron-left-double1:before {
  content: "\e079";
}
.sctr-icon-chevron-right1:before {
  content: "\e080";
}
.sctr-icon-chevron-right-double1:before {
  content: "\e081";
}
.sctr-icon-chevron-selector-horizontal1:before {
  content: "\e082";
}
.sctr-icon-chevron-selector-vertical1:before {
  content: "\e083";
}
.sctr-icon-chevron-up1:before {
  content: "\e084";
}
.sctr-icon-chevron-up-double1:before {
  content: "\e085";
}
.sctr-icon-corner-down-left1:before {
  content: "\e086";
}
.sctr-icon-corner-down-right1:before {
  content: "\e087";
}
.sctr-icon-corner-left-down1:before {
  content: "\e088";
}
.sctr-icon-corner-left-up1:before {
  content: "\e089";
}
.sctr-icon-corner-right-down1:before {
  content: "\e090";
}
.sctr-icon-corner-right-up1:before {
  content: "\e091";
}
.sctr-icon-corner-up-left1:before {
  content: "\e092";
}
.sctr-icon-corner-up-right1:before {
  content: "\e093";
}
.sctr-icon-expand-011:before {
  content: "\e094";
}
.sctr-icon-expand-021:before {
  content: "\e095";
}
.sctr-icon-expand-031:before {
  content: "\e096";
}
.sctr-icon-expand-041:before {
  content: "\e097";
}
.sctr-icon-expand-051:before {
  content: "\e098";
}
.sctr-icon-expand-061:before {
  content: "\e099";
}
.sctr-icon-flip-backward1:before {
  content: "\e100";
}
.sctr-icon-flip-forward1:before {
  content: "\e101";
}
.sctr-icon-infinity1:before {
  content: "\e102";
}
.sctr-icon-refresh-ccw-011:before {
  content: "\e103";
}
.sctr-icon-refresh-ccw-021:before {
  content: "\e104";
}
.sctr-icon-refresh-ccw-031:before {
  content: "\e105";
}
.sctr-icon-refresh-ccw-041:before {
  content: "\e106";
}
.sctr-icon-refresh-ccw-051:before {
  content: "\e107";
}
.sctr-icon-refresh-cw-011:before {
  content: "\e108";
}
.sctr-icon-refresh-cw-021:before {
  content: "\e109";
}
.sctr-icon-refresh-cw-031:before {
  content: "\e110";
}
.sctr-icon-refresh-cw-041:before {
  content: "\e111";
}
.sctr-icon-refresh-cw-051:before {
  content: "\e112";
}
.sctr-icon-reverse-left1:before {
  content: "\e113";
}
.sctr-icon-reverse-right1:before {
  content: "\e114";
}
.sctr-icon-switch-horizontal-011:before {
  content: "\e115";
}
.sctr-icon-switch-horizontal-021:before {
  content: "\e116";
}
.sctr-icon-switch-vertical-011:before {
  content: "\e117";
}
.sctr-icon-switch-vertical-021:before {
  content: "\e118";
}
.sctr-icon-bar-chart-011:before {
  content: "\e119";
}
.sctr-icon-bar-chart-021:before {
  content: "\e120";
}
.sctr-icon-bar-chart-031:before {
  content: "\e121";
}
.sctr-icon-bar-chart-041:before {
  content: "\e122";
}
.sctr-icon-bar-chart-051:before {
  content: "\e123";
}
.sctr-icon-bar-chart-061:before {
  content: "\e124";
}
.sctr-icon-bar-chart-071:before {
  content: "\e125";
}
.sctr-icon-bar-chart-081:before {
  content: "\e126";
}
.sctr-icon-bar-chart-091:before {
  content: "\e127";
}
.sctr-icon-bar-chart-101:before {
  content: "\e128";
}
.sctr-icon-bar-chart-111:before {
  content: "\e129";
}
.sctr-icon-bar-chart-121:before {
  content: "\e130";
}
.sctr-icon-bar-chart-circle-011:before {
  content: "\e131";
}
.sctr-icon-bar-chart-circle-021:before {
  content: "\e132";
}
.sctr-icon-bar-chart-circle-031:before {
  content: "\e133";
}
.sctr-icon-bar-chart-square-011:before {
  content: "\e134";
}
.sctr-icon-bar-chart-square-021:before {
  content: "\e135";
}
.sctr-icon-bar-chart-square-031:before {
  content: "\e136";
}
.sctr-icon-bar-chart-square-down1:before {
  content: "\e137";
}
.sctr-icon-bar-chart-square-minus1:before {
  content: "\e138";
}
.sctr-icon-bar-chart-square-plus1:before {
  content: "\e139";
}
.sctr-icon-bar-chart-square-up1:before {
  content: "\e140";
}
.sctr-icon-bar-line-chart1:before {
  content: "\e141";
}
.sctr-icon-chart-breakout-circle1:before {
  content: "\e142";
}
.sctr-icon-chart-breakout-square1:before {
  content: "\e143";
}
.sctr-icon-horizontal-bar-chart-011:before {
  content: "\e144";
}
.sctr-icon-horizontal-bar-chart-021:before {
  content: "\e145";
}
.sctr-icon-horizontal-bar-chart-031:before {
  content: "\e146";
}
.sctr-icon-line-chart-down-011:before {
  content: "\e147";
}
.sctr-icon-line-chart-down-021:before {
  content: "\e148";
}
.sctr-icon-line-chart-down-031:before {
  content: "\e149";
}
.sctr-icon-line-chart-down-041:before {
  content: "\e150";
}
.sctr-icon-line-chart-down-051:before {
  content: "\e151";
}
.sctr-icon-line-chart-up-011:before {
  content: "\e152";
}
.sctr-icon-line-chart-up-021:before {
  content: "\e153";
}
.sctr-icon-line-chart-up-031:before {
  content: "\e154";
}
.sctr-icon-line-chart-up-041:before {
  content: "\e155";
}
.sctr-icon-line-chart-up-051:before {
  content: "\e156";
}
.sctr-icon-pie-chart-011:before {
  content: "\e157";
}
.sctr-icon-pie-chart-021:before {
  content: "\e158";
}
.sctr-icon-pie-chart-031:before {
  content: "\e159";
}
.sctr-icon-pie-chart-041:before {
  content: "\e160";
}
.sctr-icon-presentation-chart-011:before {
  content: "\e161";
}
.sctr-icon-presentation-chart-021:before {
  content: "\e162";
}
.sctr-icon-presentation-chart-031:before {
  content: "\e163";
}
.sctr-icon-trend-down-011:before {
  content: "\e164";
}
.sctr-icon-trend-down-021:before {
  content: "\e165";
}
.sctr-icon-trend-up-011:before {
  content: "\e166";
}
.sctr-icon-trend-up-021:before {
  content: "\e167";
}
.sctr-icon-annotation1:before {
  content: "\e168";
}
.sctr-icon-annotation-alert1:before {
  content: "\e169";
}
.sctr-icon-annotation-check1:before {
  content: "\e170";
}
.sctr-icon-annotation-dots1:before {
  content: "\e171";
}
.sctr-icon-annotation-heart1:before {
  content: "\e172";
}
.sctr-icon-annotation-info1:before {
  content: "\e173";
}
.sctr-icon-annotation-plus1:before {
  content: "\e174";
}
.sctr-icon-annotation-question1:before {
  content: "\e175";
}
.sctr-icon-annotation-x1:before {
  content: "\e176";
}
.sctr-icon-inbox-011:before {
  content: "\e177";
}
.sctr-icon-inbox-021:before {
  content: "\e178";
}
.sctr-icon-mail-011:before {
  content: "\e179";
}
.sctr-icon-mail-021:before {
  content: "\e180";
}
.sctr-icon-mail-031:before {
  content: "\e181";
}
.sctr-icon-mail-041:before {
  content: "\e182";
}
.sctr-icon-mail-051:before {
  content: "\e183";
}
.sctr-icon-message-alert-circle1:before {
  content: "\e184";
}
.sctr-icon-message-alert-square1:before {
  content: "\e185";
}
.sctr-icon-message-chat-circle1:before {
  content: "\e186";
}
.sctr-icon-message-chat-square1:before {
  content: "\e187";
}
.sctr-icon-message-check-circle1:before {
  content: "\e188";
}
.sctr-icon-message-check-square1:before {
  content: "\e189";
}
.sctr-icon-message-circle-011:before {
  content: "\e190";
}
.sctr-icon-message-circle-021:before {
  content: "\e191";
}
.sctr-icon-message-dots-circle1:before {
  content: "\e192";
}
.sctr-icon-message-dots-square1:before {
  content: "\e193";
}
.sctr-icon-message-heart-circle1:before {
  content: "\e194";
}
.sctr-icon-message-heart-square1:before {
  content: "\e195";
}
.sctr-icon-message-notification-circle1:before {
  content: "\e196";
}
.sctr-icon-message-notification-square1:before {
  content: "\e197";
}
.sctr-icon-message-plus-circle1:before {
  content: "\e198";
}
.sctr-icon-message-plus-square1:before {
  content: "\e199";
}
.sctr-icon-message-question-circle1:before {
  content: "\e200";
}
.sctr-icon-message-question-square1:before {
  content: "\e201";
}
.sctr-icon-message-smile-circle1:before {
  content: "\e202";
}
.sctr-icon-message-smile-square1:before {
  content: "\e203";
}
.sctr-icon-message-square-011:before {
  content: "\e204";
}
.sctr-icon-message-square-021:before {
  content: "\e205";
}
.sctr-icon-message-text-circle-011:before {
  content: "\e206";
}
.sctr-icon-message-text-circle-021:before {
  content: "\e207";
}
.sctr-icon-message-text-square-011:before {
  content: "\e208";
}
.sctr-icon-message-text-square-021:before {
  content: "\e209";
}
.sctr-icon-message-x-circle1:before {
  content: "\e210";
}
.sctr-icon-message-x-square1:before {
  content: "\e211";
}
.sctr-icon-phone1:before {
  content: "\e212";
}
.sctr-icon-phone-call-011:before {
  content: "\e213";
}
.sctr-icon-phone-call-021:before {
  content: "\e214";
}
.sctr-icon-phone-hang-up1:before {
  content: "\e215";
}
.sctr-icon-phone-incoming-011:before {
  content: "\e216";
}
.sctr-icon-phone-incoming-021:before {
  content: "\e217";
}
.sctr-icon-phone-outgoing-011:before {
  content: "\e218";
}
.sctr-icon-phone-outgoing-021:before {
  content: "\e219";
}
.sctr-icon-phone-pause1:before {
  content: "\e220";
}
.sctr-icon-phone-plus1:before {
  content: "\e221";
}
.sctr-icon-phone-x1:before {
  content: "\e222";
}
.sctr-icon-send-011:before {
  content: "\e223";
}
.sctr-icon-send-021:before {
  content: "\e224";
}
.sctr-icon-send-031:before {
  content: "\e225";
}
.sctr-icon-brackets1:before {
  content: "\e226";
}
.sctr-icon-brackets-check1:before {
  content: "\e227";
}
.sctr-icon-brackets-ellipses1:before {
  content: "\e228";
}
.sctr-icon-brackets-minus1:before {
  content: "\e229";
}
.sctr-icon-brackets-plus1:before {
  content: "\e230";
}
.sctr-icon-brackets-slash1:before {
  content: "\e231";
}
.sctr-icon-brackets-x1:before {
  content: "\e232";
}
.sctr-icon-browser1:before {
  content: "\e233";
}
.sctr-icon-code-011:before {
  content: "\e234";
}
.sctr-icon-code-021:before {
  content: "\e235";
}
.sctr-icon-code-browser1:before {
  content: "\e236";
}
.sctr-icon-code-circle-011:before {
  content: "\e237";
}
.sctr-icon-code-circle-021:before {
  content: "\e238";
}
.sctr-icon-code-circle-031:before {
  content: "\e239";
}
.sctr-icon-code-square-011:before {
  content: "\e240";
}
.sctr-icon-code-square-021:before {
  content: "\e241";
}
.sctr-icon-codepen1:before {
  content: "\e242";
}
.sctr-icon-container1:before {
  content: "\e243";
}
.sctr-icon-cpu-chip-011:before {
  content: "\e244";
}
.sctr-icon-cpu-chip-021:before {
  content: "\e245";
}
.sctr-icon-data1:before {
  content: "\e246";
}
.sctr-icon-database-011:before {
  content: "\e247";
}
.sctr-icon-database-021:before {
  content: "\e248";
}
.sctr-icon-database-031:before {
  content: "\e249";
}
.sctr-icon-dataflow-011:before {
  content: "\e250";
}
.sctr-icon-dataflow-021:before {
  content: "\e251";
}
.sctr-icon-dataflow-031:before {
  content: "\e252";
}
.sctr-icon-dataflow-041:before {
  content: "\e253";
}
.sctr-icon-file-code-011:before {
  content: "\e254";
}
.sctr-icon-file-code-021:before {
  content: "\e255";
}
.sctr-icon-folder-code1:before {
  content: "\e256";
}
.sctr-icon-git-branch-011:before {
  content: "\e257";
}
.sctr-icon-git-branch-021:before {
  content: "\e258";
}
.sctr-icon-git-commit1:before {
  content: "\e259";
}
.sctr-icon-git-merge1:before {
  content: "\e260";
}
.sctr-icon-git-pull-request1:before {
  content: "\e261";
}
.sctr-icon-package1:before {
  content: "\e262";
}
.sctr-icon-package-minus1:before {
  content: "\e263";
}
.sctr-icon-package-check1:before {
  content: "\e264";
}
.sctr-icon-package-plus1:before {
  content: "\e265";
}
.sctr-icon-package-search1:before {
  content: "\e266";
}
.sctr-icon-package-x1:before {
  content: "\e267";
}
.sctr-icon-puzzle-piece-011:before {
  content: "\e268";
}
.sctr-icon-puzzle-piece-021:before {
  content: "\e269";
}
.sctr-icon-qr-code-011:before {
  content: "\e270";
}
.sctr-icon-qr-code-021:before {
  content: "\e271";
}
.sctr-icon-server-011:before {
  content: "\e272";
}
.sctr-icon-server-021:before {
  content: "\e273";
}
.sctr-icon-server-031:before {
  content: "\e274";
}
.sctr-icon-server-041:before {
  content: "\e275";
}
.sctr-icon-server-051:before {
  content: "\e276";
}
.sctr-icon-server-061:before {
  content: "\e277";
}
.sctr-icon-terminal1:before {
  content: "\e278";
}
.sctr-icon-terminal-browser1:before {
  content: "\e279";
}
.sctr-icon-terminal-circle1:before {
  content: "\e280";
}
.sctr-icon-terminal-square1:before {
  content: "\e281";
}
.sctr-icon-variable1:before {
  content: "\e282";
}
.sctr-icon-align-center1:before {
  content: "\e283";
}
.sctr-icon-align-justify1:before {
  content: "\e284";
}
.sctr-icon-align-left1:before {
  content: "\e285";
}
.sctr-icon-align-right1:before {
  content: "\e286";
}
.sctr-icon-attachment-011:before {
  content: "\e287";
}
.sctr-icon-attachment-021:before {
  content: "\e288";
}
.sctr-icon-bezier-curve-011:before {
  content: "\e289";
}
.sctr-icon-bezier-curve-021:before {
  content: "\e290";
}
.sctr-icon-bold-011:before {
  content: "\e291";
}
.sctr-icon-bold-021:before {
  content: "\e292";
}
.sctr-icon-bold-square1:before {
  content: "\e293";
}
.sctr-icon-brush-011:before {
  content: "\e294";
}
.sctr-icon-brush-021:before {
  content: "\e295";
}
.sctr-icon-brush-031:before {
  content: "\e296";
}
.sctr-icon-circle-cut1:before {
  content: "\e297";
}
.sctr-icon-code-snippet-011:before {
  content: "\e298";
}
.sctr-icon-code-snippet-021:before {
  content: "\e299";
}
.sctr-icon-colors2:before {
  content: "\e300";
}
.sctr-icon-command1:before {
  content: "\e301";
}
.sctr-icon-contrast-011:before {
  content: "\e302";
}
.sctr-icon-contrast-021:before {
  content: "\e303";
}
.sctr-icon-contrast-031:before {
  content: "\e304";
}
.sctr-icon-crop-011:before {
  content: "\e305";
}
.sctr-icon-cursor-011:before {
  content: "\e306";
}
.sctr-icon-cursor-021:before {
  content: "\e307";
}
.sctr-icon-cursor-031:before {
  content: "\e308";
}
.sctr-icon-cursor-041:before {
  content: "\e309";
}
.sctr-icon-cursor-box1:before {
  content: "\e310";
}
.sctr-icon-cursor-click-011:before {
  content: "\e311";
}
.sctr-icon-cursor-click-021:before {
  content: "\e312";
}
.sctr-icon-delete1:before {
  content: "\e313";
}
.sctr-icon-dotpoints-011:before {
  content: "\e314";
}
.sctr-icon-dotpoints-021:before {
  content: "\e315";
}
.sctr-icon-drop1:before {
  content: "\e316";
}
.sctr-icon-dropper1:before {
  content: "\e317";
}
.sctr-icon-eraser1:before {
  content: "\e318";
}
.sctr-icon-feather1:before {
  content: "\e319";
}
.sctr-icon-figma1:before {
  content: "\e320";
}
.sctr-icon-framer1:before {
  content: "\e321";
}
.sctr-icon-hand1:before {
  content: "\e322";
}
.sctr-icon-heading-011:before {
  content: "\e323";
}
.sctr-icon-heading-021:before {
  content: "\e324";
}
.sctr-icon-heading-square1:before {
  content: "\e325";
}
.sctr-icon-image-indent-left1:before {
  content: "\e326";
}
.sctr-icon-image-indent-right1:before {
  content: "\e327";
}
.sctr-icon-italic-011:before {
  content: "\e328";
}
.sctr-icon-italic-021:before {
  content: "\e329";
}
.sctr-icon-italic-square1:before {
  content: "\e330";
}
.sctr-icon-left-indent-011:before {
  content: "\e331";
}
.sctr-icon-left-indent-021:before {
  content: "\e332";
}
.sctr-icon-letter-spacing-021:before {
  content: "\e333";
}
.sctr-icon-line-height1:before {
  content: "\e334";
}
.sctr-icon-magic-wand-011:before {
  content: "\e335";
}
.sctr-icon-magic-wand-021:before {
  content: "\e336";
}
.sctr-icon-move1:before {
  content: "\e337";
}
.sctr-icon-paint1:before {
  content: "\e338";
}
.sctr-icon-paint-pour1:before {
  content: "\e339";
}
.sctr-icon-palette1:before {
  content: "\e340";
}
.sctr-icon-paragraph-spacing1:before {
  content: "\e341";
}
.sctr-icon-paragraph-wrap1:before {
  content: "\e342";
}
.sctr-icon-pen-tool-011:before {
  content: "\e343";
}
.sctr-icon-pen-tool-021:before {
  content: "\e344";
}
.sctr-icon-pen-tool-minus1:before {
  content: "\e345";
}
.sctr-icon-pen-tool-plus1:before {
  content: "\e346";
}
.sctr-icon-pencil-011:before {
  content: "\e347";
}
.sctr-icon-pencil-021:before {
  content: "\e348";
}
.sctr-icon-pencil-line1:before {
  content: "\e349";
}
.sctr-icon-perspective-011:before {
  content: "\e350";
}
.sctr-icon-perspective-021:before {
  content: "\e351";
}
.sctr-icon-pilcrow-011:before {
  content: "\e352";
}
.sctr-icon-pilcrow-021:before {
  content: "\e353";
}
.sctr-icon-pilcrow-square1:before {
  content: "\e354";
}
.sctr-icon-reflect-011:before {
  content: "\e355";
}
.sctr-icon-reflect-021:before {
  content: "\e356";
}
.sctr-icon-right-indent-011:before {
  content: "\e357";
}
.sctr-icon-right-indent-021:before {
  content: "\e358";
}
.sctr-icon-roller-brush1:before {
  content: "\e359";
}
.sctr-icon-scale-011:before {
  content: "\e360";
}
.sctr-icon-scale-021:before {
  content: "\e361";
}
.sctr-icon-scale-031:before {
  content: "\e362";
}
.sctr-icon-scissors-011:before {
  content: "\e363";
}
.sctr-icon-scissors-021:before {
  content: "\e364";
}
.sctr-icon-scissors-cut-011:before {
  content: "\e365";
}
.sctr-icon-scissors-cut-021:before {
  content: "\e366";
}
.sctr-icon-skew1:before {
  content: "\e367";
}
.sctr-icon-strikethrough-011:before {
  content: "\e368";
}
.sctr-icon-strikethrough-021:before {
  content: "\e369";
}
.sctr-icon-strikethrough-square1:before {
  content: "\e370";
}
.sctr-icon-subscript1:before {
  content: "\e371";
}
.sctr-icon-text-input1:before {
  content: "\e372";
}
.sctr-icon-transform1:before {
  content: "\e373";
}
.sctr-icon-type-011:before {
  content: "\e374";
}
.sctr-icon-type-021:before {
  content: "\e375";
}
.sctr-icon-type-square1:before {
  content: "\e376";
}
.sctr-icon-type-strikethrough-011:before {
  content: "\e377";
}
.sctr-icon-type-strikethrough-021:before {
  content: "\e378";
}
.sctr-icon-underline-011:before {
  content: "\e379";
}
.sctr-icon-underline-021:before {
  content: "\e380";
}
.sctr-icon-underline-square1:before {
  content: "\e381";
}
.sctr-icon-zoom-in1:before {
  content: "\e382";
}
.sctr-icon-zoom-out1:before {
  content: "\e383";
}
.sctr-icon-letter-spacing-011:before {
  content: "\e384";
}
.sctr-icon-crop-021:before {
  content: "\e385";
}
.sctr-icon-bezier-curve-031:before {
  content: "\e386";
}
.sctr-icon-atom-011:before {
  content: "\e387";
}
.sctr-icon-atom-021:before {
  content: "\e388";
}
.sctr-icon-award-011:before {
  content: "\e389";
}
.sctr-icon-award-021:before {
  content: "\e38a";
}
.sctr-icon-award-031:before {
  content: "\e390";
}
.sctr-icon-award-041:before {
  content: "\e391";
}
.sctr-icon-award-051:before {
  content: "\e392";
}
.sctr-icon-backpack1:before {
  content: "\e393";
}
.sctr-icon-beaker-011:before {
  content: "\e394";
}
.sctr-icon-beaker-021:before {
  content: "\e395";
}
.sctr-icon-book-closed1:before {
  content: "\e396";
}
.sctr-icon-book-open-011:before {
  content: "\e397";
}
.sctr-icon-book-open-021:before {
  content: "\e398";
}
.sctr-icon-briefcase-011:before {
  content: "\e399";
}
.sctr-icon-briefcase-021:before {
  content: "\e400";
}
.sctr-icon-calculator1:before {
  content: "\e401";
}
.sctr-icon-certificate-011:before {
  content: "\e402";
}
.sctr-icon-certificate-021:before {
  content: "\e403";
}
.sctr-icon-compass1:before {
  content: "\e404";
}
.sctr-icon-glasses-011:before {
  content: "\e405";
}
.sctr-icon-glasses-021:before {
  content: "\e406";
}
.sctr-icon-globe-012:before {
  content: "\e407";
}
.sctr-icon-globe-022:before {
  content: "\e408";
}
.sctr-icon-graduation-hat-011:before {
  content: "\e409";
}
.sctr-icon-graduation-hat-021:before {
  content: "\e410";
}
.sctr-icon-microscope1:before {
  content: "\e411";
}
.sctr-icon-ruler1:before {
  content: "\e412";
}
.sctr-icon-stand1:before {
  content: "\e413";
}
.sctr-icon-telescope1:before {
  content: "\e414";
}
.sctr-icon-trophy-011:before {
  content: "\e415";
}
.sctr-icon-trophy-021:before {
  content: "\e416";
}
.sctr-icon-file-011:before {
  content: "\e417";
}
.sctr-icon-file-021:before {
  content: "\e418";
}
.sctr-icon-file-031:before {
  content: "\e419";
}
.sctr-icon-file-041:before {
  content: "\e420";
}
.sctr-icon-file-051:before {
  content: "\e421";
}
.sctr-icon-file-061:before {
  content: "\e422";
}
.sctr-icon-file-071:before {
  content: "\e423";
}
.sctr-icon-file-attachment-011:before {
  content: "\e424";
}
.sctr-icon-file-attachment-021:before {
  content: "\e425";
}
.sctr-icon-file-attachment-031:before {
  content: "\e426";
}
.sctr-icon-file-attachment-041:before {
  content: "\e427";
}
.sctr-icon-file-attachment-051:before {
  content: "\e428";
}
.sctr-icon-file-check-011:before {
  content: "\e429";
}
.sctr-icon-file-check-021:before {
  content: "\e430";
}
.sctr-icon-file-check-031:before {
  content: "\e431";
}
.sctr-icon-file-download-011:before {
  content: "\e432";
}
.sctr-icon-file-download-021:before {
  content: "\e433";
}
.sctr-icon-file-download-031:before {
  content: "\e434";
}
.sctr-icon-file-heart-011:before {
  content: "\e435";
}
.sctr-icon-file-heart-021:before {
  content: "\e436";
}
.sctr-icon-file-heart-031:before {
  content: "\e437";
}
.sctr-icon-file-minus-011:before {
  content: "\e438";
}
.sctr-icon-file-minus-021:before {
  content: "\e439";
}
.sctr-icon-file-minus-031:before {
  content: "\e440";
}
.sctr-icon-file-plus-011:before {
  content: "\e441";
}
.sctr-icon-file-plus-021:before {
  content: "\e442";
}
.sctr-icon-file-plus-031:before {
  content: "\e443";
}
.sctr-icon-file-question-011:before {
  content: "\e444";
}
.sctr-icon-file-question-021:before {
  content: "\e445";
}
.sctr-icon-file-question-031:before {
  content: "\e446";
}
.sctr-icon-file-x-011:before {
  content: "\e447";
}
.sctr-icon-file-x-021:before {
  content: "\e448";
}
.sctr-icon-file-x-031:before {
  content: "\e449";
}
.sctr-icon-file-search-011:before {
  content: "\e450";
}
.sctr-icon-file-search-021:before {
  content: "\e451";
}
.sctr-icon-file-search-031:before {
  content: "\e452";
}
.sctr-icon-folder1:before {
  content: "\e453";
}
.sctr-icon-folder-check1:before {
  content: "\e454";
}
.sctr-icon-folder-download1:before {
  content: "\e455";
}
.sctr-icon-folder-lock1:before {
  content: "\e456";
}
.sctr-icon-folder-minus1:before {
  content: "\e457";
}
.sctr-icon-folder-plus1:before {
  content: "\e458";
}
.sctr-icon-folder-question1:before {
  content: "\e459";
}
.sctr-icon-folder-search1:before {
  content: "\e460";
}
.sctr-icon-folder-closed1:before {
  content: "\e461";
}
.sctr-icon-folder-x1:before {
  content: "\e462";
}
.sctr-icon-paperclip1:before {
  content: "\e463";
}
.sctr-icon-clipboard1:before {
  content: "\e464";
}
.sctr-icon-clipboard-attachment1:before {
  content: "\e465";
}
.sctr-icon-clipboard-download1:before {
  content: "\e466";
}
.sctr-icon-clipboard-check1:before {
  content: "\e467";
}
.sctr-icon-clipboard-x1:before {
  content: "\e468";
}
.sctr-icon-clipboard-plus1:before {
  content: "\e469";
}
.sctr-icon-clipboard-minus1:before {
  content: "\e470";
}
.sctr-icon-sticker-square1:before {
  content: "\e471";
}
.sctr-icon-sticker-circle1:before {
  content: "\e472";
}
.sctr-icon-box1:before {
  content: "\e473";
}
.sctr-icon-bank1:before {
  content: "\e474";
}
.sctr-icon-bank-note-011:before {
  content: "\e475";
}
.sctr-icon-bank-note-021:before {
  content: "\e476";
}
.sctr-icon-bank-note-031:before {
  content: "\e477";
}
.sctr-icon-coins-011:before {
  content: "\e478";
}
.sctr-icon-coins-021:before {
  content: "\e479";
}
.sctr-icon-coins-031:before {
  content: "\e480";
}
.sctr-icon-coins-041:before {
  content: "\e481";
}
.sctr-icon-coins-hand1:before {
  content: "\e482";
}
.sctr-icon-coins-stacked-011:before {
  content: "\e483";
}
.sctr-icon-coins-stacked-021:before {
  content: "\e484";
}
.sctr-icon-coins-stacked-031:before {
  content: "\e485";
}
.sctr-icon-coins-stacked-041:before {
  content: "\e486";
}
.sctr-icon-coins-swap-011:before {
  content: "\e487";
}
.sctr-icon-coins-swap-021:before {
  content: "\e488";
}
.sctr-icon-credit-card-011:before {
  content: "\e489";
}
.sctr-icon-credit-card-021:before {
  content: "\e490";
}
.sctr-icon-credit-card-check1:before {
  content: "\e491";
}
.sctr-icon-credit-card-down1:before {
  content: "\e492";
}
.sctr-icon-credit-card-download1:before {
  content: "\e493";
}
.sctr-icon-credit-card-edit1:before {
  content: "\e494";
}
.sctr-icon-credit-card-lock1:before {
  content: "\e495";
}
.sctr-icon-credit-card-plus1:before {
  content: "\e496";
}
.sctr-icon-credit-card-refresh1:before {
  content: "\e497";
}
.sctr-icon-credit-card-search1:before {
  content: "\e498";
}
.sctr-icon-credit-card-shield1:before {
  content: "\e499";
}
.sctr-icon-credit-card-up1:before {
  content: "\e500";
}
.sctr-icon-credit-card-upload1:before {
  content: "\e501";
}
.sctr-icon-credit-card-x1:before {
  content: "\e502";
}
.sctr-icon-cryptocurrency-011:before {
  content: "\e503";
}
.sctr-icon-cryptocurrency-021:before {
  content: "\e504";
}
.sctr-icon-cryptocurrency-031:before {
  content: "\e505";
}
.sctr-icon-cryptocurrency-041:before {
  content: "\e506";
}
.sctr-icon-currency-bitcoin1:before {
  content: "\e507";
}
.sctr-icon-currency-bitcoin-circle1:before {
  content: "\e508";
}
.sctr-icon-currency-dollar1:before {
  content: "\e509";
}
.sctr-icon-currency-dollar-circle1:before {
  content: "\e510";
}
.sctr-icon-currency-ethereum1:before {
  content: "\e511";
}
.sctr-icon-currency-ethereum-circle1:before {
  content: "\e512";
}
.sctr-icon-currency-euro1:before {
  content: "\e513";
}
.sctr-icon-currency-euro-circle1:before {
  content: "\e514";
}
.sctr-icon-currency-pound1:before {
  content: "\e515";
}
.sctr-icon-currency-pound-circle1:before {
  content: "\e516";
}
.sctr-icon-currency-ruble1:before {
  content: "\e517";
}
.sctr-icon-currency-ruble-circle1:before {
  content: "\e518";
}
.sctr-icon-currency-rupee1:before {
  content: "\e519";
}
.sctr-icon-currency-rupee-circle1:before {
  content: "\e520";
}
.sctr-icon-currency-yen1:before {
  content: "\e521";
}
.sctr-icon-currency-yen-circle1:before {
  content: "\e522";
}
.sctr-icon-diamond-011:before {
  content: "\e523";
}
.sctr-icon-diamond-021:before {
  content: "\e524";
}
.sctr-icon-gift-011:before {
  content: "\e525";
}
.sctr-icon-gift-021:before {
  content: "\e526";
}
.sctr-icon-piggy-bank-011:before {
  content: "\e527";
}
.sctr-icon-piggy-bank-021:before {
  content: "\e528";
}
.sctr-icon-receipt1:before {
  content: "\e529";
}
.sctr-icon-receipt-check1:before {
  content: "\e530";
}
.sctr-icon-safe1:before {
  content: "\e531";
}
.sctr-icon-sale-011:before {
  content: "\e532";
}
.sctr-icon-sale-021:before {
  content: "\e533";
}
.sctr-icon-sale-031:before {
  content: "\e534";
}
.sctr-icon-sale-041:before {
  content: "\e535";
}
.sctr-icon-scales-011:before {
  content: "\e536";
}
.sctr-icon-scales-021:before {
  content: "\e537";
}
.sctr-icon-shopping-bag-011:before {
  content: "\e538";
}
.sctr-icon-shopping-bag-021:before {
  content: "\e539";
}
.sctr-icon-shopping-bag-031:before {
  content: "\e540";
}
.sctr-icon-shopping-cart-011:before {
  content: "\e541";
}
.sctr-icon-shopping-cart-021:before {
  content: "\e542";
}
.sctr-icon-shopping-cart-031:before {
  content: "\e543";
}
.sctr-icon-tag-011:before {
  content: "\e544";
}
.sctr-icon-tag-021:before {
  content: "\e545";
}
.sctr-icon-tag-031:before {
  content: "\e546";
}
.sctr-icon-wallet-011:before {
  content: "\e547";
}
.sctr-icon-wallet-021:before {
  content: "\e548";
}
.sctr-icon-wallet-031:before {
  content: "\e549";
}
.sctr-icon-wallet-041:before {
  content: "\e550";
}
.sctr-icon-wallet-051:before {
  content: "\e551";
}
.sctr-icon-activity1:before {
  content: "\e552";
}
.sctr-icon-activity-heart1:before {
  content: "\e553";
}
.sctr-icon-anchor1:before {
  content: "\e554";
}
.sctr-icon-archive1:before {
  content: "\e555";
}
.sctr-icon-asterisk-011:before {
  content: "\e556";
}
.sctr-icon-asterisk-021:before {
  content: "\e557";
}
.sctr-icon-at-sign1:before {
  content: "\e558";
}
.sctr-icon-bookmark-add1:before {
  content: "\e559";
}
.sctr-icon-bookmark-check1:before {
  content: "\e560";
}
.sctr-icon-bookmark-minus1:before {
  content: "\e561";
}
.sctr-icon-bookmark1:before {
  content: "\e562";
}
.sctr-icon-bookmark-x1:before {
  content: "\e563";
}
.sctr-icon-building-011:before {
  content: "\e564";
}
.sctr-icon-building-021:before {
  content: "\e565";
}
.sctr-icon-building-031:before {
  content: "\e566";
}
.sctr-icon-building-041:before {
  content: "\e567";
}
.sctr-icon-building-051:before {
  content: "\e568";
}
.sctr-icon-building-061:before {
  content: "\e569";
}
.sctr-icon-building-071:before {
  content: "\e570";
}
.sctr-icon-building-081:before {
  content: "\e571";
}
.sctr-icon-check-circle-broken1:before {
  content: "\e572";
}
.sctr-icon-check-circle1:before {
  content: "\e573";
}
.sctr-icon-check-done-011:before {
  content: "\e574";
}
.sctr-icon-check-done-021:before {
  content: "\e575";
}
.sctr-icon-check-heart1:before {
  content: "\e576";
}
.sctr-icon-check-square-broken1:before {
  content: "\e577";
}
.sctr-icon-check-square1:before {
  content: "\e578";
}
.sctr-icon-check1:before {
  content: "\e579";
}
.sctr-icon-check-verified-011:before {
  content: "\e580";
}
.sctr-icon-check-verified-021:before {
  content: "\e581";
}
.sctr-icon-check-verified-031:before {
  content: "\e582";
}
.sctr-icon-cloud-blank-011:before {
  content: "\e583";
}
.sctr-icon-cloud-blank-021:before {
  content: "\e584";
}
.sctr-icon-copy-011:before {
  content: "\e585";
}
.sctr-icon-copy-021:before {
  content: "\e586";
}
.sctr-icon-copy-031:before {
  content: "\e587";
}
.sctr-icon-copy-041:before {
  content: "\e588";
}
.sctr-icon-copy-051:before {
  content: "\e589";
}
.sctr-icon-copy-061:before {
  content: "\e590";
}
.sctr-icon-copy-071:before {
  content: "\e591";
}
.sctr-icon-divide-011:before {
  content: "\e592";
}
.sctr-icon-divide-021:before {
  content: "\e593";
}
.sctr-icon-divide-031:before {
  content: "\e594";
}
.sctr-icon-dots-grid1:before {
  content: "\e595";
}
.sctr-icon-dots-horizontal1:before {
  content: "\e596";
}
.sctr-icon-dots-vertical1:before {
  content: "\e597";
}
.sctr-icon-download-011:before {
  content: "\e598";
}
.sctr-icon-download-021:before {
  content: "\e599";
}
.sctr-icon-download-031:before {
  content: "\e600";
}
.sctr-icon-download-041:before {
  content: "\e601";
}
.sctr-icon-download-cloud-011:before {
  content: "\e602";
}
.sctr-icon-download-cloud-021:before {
  content: "\e603";
}
.sctr-icon-edit-011:before {
  content: "\e604";
}
.sctr-icon-edit-021:before {
  content: "\e605";
}
.sctr-icon-edit-031:before {
  content: "\e606";
}
.sctr-icon-edit-041:before {
  content: "\e607";
}
.sctr-icon-edit-051:before {
  content: "\e608";
}
.sctr-icon-equal1:before {
  content: "\e609";
}
.sctr-icon-equal-not1:before {
  content: "\e610";
}
.sctr-icon-eye1:before {
  content: "\e611";
}
.sctr-icon-eye-off1:before {
  content: "\e612";
}
.sctr-icon-filter-funnel-011:before {
  content: "\e613";
}
.sctr-icon-filter-funnel-021:before {
  content: "\e614";
}
.sctr-icon-filter-lines1:before {
  content: "\e615";
}
.sctr-icon-google-chrome1:before {
  content: "\e616";
}
.sctr-icon-hash-011:before {
  content: "\e617";
}
.sctr-icon-hash-021:before {
  content: "\e618";
}
.sctr-icon-heart1:before {
  content: "\e619";
}
.sctr-icon-heart-circle1:before {
  content: "\e620";
}
.sctr-icon-heart-hand1:before {
  content: "\e621";
}
.sctr-icon-heart-hexagon1:before {
  content: "\e622";
}
.sctr-icon-heart-octagon1:before {
  content: "\e623";
}
.sctr-icon-heart-rounded1:before {
  content: "\e624";
}
.sctr-icon-heart-square1:before {
  content: "\e625";
}
.sctr-icon-hearts1:before {
  content: "\e626";
}
.sctr-icon-help-circle1:before {
  content: "\e627";
}
.sctr-icon-help-octagon11:before {
  content: "\e628";
}
.sctr-icon-help-octagon1:before {
  content: "\e629";
}
.sctr-icon-help-square1:before {
  content: "\e630";
}
.sctr-icon-home-011:before {
  content: "\e631";
}
.sctr-icon-home-021:before {
  content: "\e632";
}
.sctr-icon-home-031:before {
  content: "\e633";
}
.sctr-icon-home-041:before {
  content: "\e634";
}
.sctr-icon-home-051:before {
  content: "\e635";
}
.sctr-icon-home-line1:before {
  content: "\e636";
}
.sctr-icon-home-smile1:before {
  content: "\e637";
}
.sctr-icon-info-circle1:before {
  content: "\e638";
}
.sctr-icon-info-hexagon1:before {
  content: "\e639";
}
.sctr-icon-info-octagon1:before {
  content: "\e640";
}
.sctr-icon-info-square1:before {
  content: "\e641";
}
.sctr-icon-life-buoy-011:before {
  content: "\e642";
}
.sctr-icon-life-buoy-021:before {
  content: "\e643";
}
.sctr-icon-link-011:before {
  content: "\e644";
}
.sctr-icon-link-021:before {
  content: "\e645";
}
.sctr-icon-link-031:before {
  content: "\e646";
}
.sctr-icon-link-041:before {
  content: "\e647";
}
.sctr-icon-link-051:before {
  content: "\e648";
}
.sctr-icon-link-broken-011:before {
  content: "\e649";
}
.sctr-icon-link-broken-021:before {
  content: "\e650";
}
.sctr-icon-link-external-011:before {
  content: "\e651";
}
.sctr-icon-link-external-021:before {
  content: "\e652";
}
.sctr-icon-loading-011:before {
  content: "\e653";
}
.sctr-icon-loading-021:before {
  content: "\e654";
}
.sctr-icon-loading-031:before {
  content: "\e655";
}
.sctr-icon-log-in-011:before {
  content: "\e656";
}
.sctr-icon-log-in-021:before {
  content: "\e657";
}
.sctr-icon-log-in-031:before {
  content: "\e658";
}
.sctr-icon-log-in-041:before {
  content: "\e659";
}
.sctr-icon-log-out-011:before {
  content: "\e660";
}
.sctr-icon-log-out-021:before {
  content: "\e661";
}
.sctr-icon-log-out-031:before {
  content: "\e662";
}
.sctr-icon-log-out-041:before {
  content: "\e663";
}
.sctr-icon-medical-square1:before {
  content: "\e664";
}
.sctr-icon-medical-cross1:before {
  content: "\e665";
}
.sctr-icon-medical-circle1:before {
  content: "\e666";
}
.sctr-icon-menu-011:before {
  content: "\e667";
}
.sctr-icon-menu-021:before {
  content: "\e668";
}
.sctr-icon-menu-031:before {
  content: "\e669";
}
.sctr-icon-menu-041:before {
  content: "\e670";
}
.sctr-icon-menu-051:before {
  content: "\e671";
}
.sctr-icon-minus1:before {
  content: "\e672";
}
.sctr-icon-minus-circle1:before {
  content: "\e673";
}
.sctr-icon-minus-square1:before {
  content: "\e674";
}
.sctr-icon-percent-011:before {
  content: "\e675";
}
.sctr-icon-percent-021:before {
  content: "\e676";
}
.sctr-icon-percent-031:before {
  content: "\e677";
}
.sctr-icon-pin-011:before {
  content: "\e678";
}
.sctr-icon-pin-021:before {
  content: "\e679";
}
.sctr-icon-plus1:before {
  content: "\e680";
}
.sctr-icon-placeholder1:before {
  content: "\e681";
}
.sctr-icon-plus-circle1:before {
  content: "\e682";
}
.sctr-icon-plus-square1:before {
  content: "\e683";
}
.sctr-icon-save-011:before {
  content: "\e684";
}
.sctr-icon-save-021:before {
  content: "\e685";
}
.sctr-icon-save-031:before {
  content: "\e686";
}
.sctr-icon-search-lg1:before {
  content: "\e687";
}
.sctr-icon-search-md1:before {
  content: "\e688";
}
.sctr-icon-search-refraction1:before {
  content: "\e689";
}
.sctr-icon-search-sm1:before {
  content: "\e690";
}
.sctr-icon-settings-011:before {
  content: "\e691";
}
.sctr-icon-settings-021:before {
  content: "\e692";
}
.sctr-icon-settings-031:before {
  content: "\e693";
}
.sctr-icon-settings-041:before {
  content: "\e694";
}
.sctr-icon-share-011:before {
  content: "\e695";
}
.sctr-icon-share-021:before {
  content: "\e696";
}
.sctr-icon-share-031:before {
  content: "\e697";
}
.sctr-icon-share-041:before {
  content: "\e698";
}
.sctr-icon-share-051:before {
  content: "\e699";
}
.sctr-icon-share-061:before {
  content: "\e700";
}
.sctr-icon-share-071:before {
  content: "\e701";
}
.sctr-icon-slash-circle-011:before {
  content: "\e702";
}
.sctr-icon-slash-circle-021:before {
  content: "\e703";
}
.sctr-icon-slash-divider1:before {
  content: "\e704";
}
.sctr-icon-slash-octagon1:before {
  content: "\e705";
}
.sctr-icon-speedometer-011:before {
  content: "\e706";
}
.sctr-icon-speedometer-021:before {
  content: "\e707";
}
.sctr-icon-speedometer-031:before {
  content: "\e708";
}
.sctr-icon-speedometer-041:before {
  content: "\e709";
}
.sctr-icon-target-011:before {
  content: "\e710";
}
.sctr-icon-target-021:before {
  content: "\e711";
}
.sctr-icon-target-031:before {
  content: "\e712";
}
.sctr-icon-target-041:before {
  content: "\e713";
}
.sctr-icon-target-051:before {
  content: "\e714";
}
.sctr-icon-toggle-01-left1:before {
  content: "\e715";
}
.sctr-icon-toggle-01-right1:before {
  content: "\e716";
}
.sctr-icon-toggle-02-right1:before {
  content: "\e717";
}
.sctr-icon-toggle-02-left1:before {
  content: "\e718";
}
.sctr-icon-toggle-03-left1:before {
  content: "\e719";
}
.sctr-icon-toggle-03-right1:before {
  content: "\e720";
}
.sctr-icon-tool-011:before {
  content: "\e721";
}
.sctr-icon-tool-021:before {
  content: "\e722";
}
.sctr-icon-translate-011:before {
  content: "\e723";
}
.sctr-icon-translate-021:before {
  content: "\e724";
}
.sctr-icon-trash-011:before {
  content: "\e725";
}
.sctr-icon-trash-021:before {
  content: "\e726";
}
.sctr-icon-trash-031:before {
  content: "\e727";
}
.sctr-icon-trash-041:before {
  content: "\e728";
}
.sctr-icon-upload-011:before {
  content: "\e729";
}
.sctr-icon-upload-021:before {
  content: "\e730";
}
.sctr-icon-upload-031:before {
  content: "\e731";
}
.sctr-icon-upload-041:before {
  content: "\e732";
}
.sctr-icon-upload-cloud-011:before {
  content: "\e733";
}
.sctr-icon-upload-cloud-021:before {
  content: "\e734";
}
.sctr-icon-virus1:before {
  content: "\e735";
}
.sctr-icon-x1:before {
  content: "\e736";
}
.sctr-icon-x-circle1:before {
  content: "\e737";
}
.sctr-icon-x-close1:before {
  content: "\e738";
}
.sctr-icon-x-square1:before {
  content: "\e739";
}
.sctr-icon-zap1:before {
  content: "\e740";
}
.sctr-icon-zap-circle1:before {
  content: "\e741";
}
.sctr-icon-zap-fast1:before {
  content: "\e742";
}
.sctr-icon-zap-off1:before {
  content: "\e743";
}
.sctr-icon-zap-square1:before {
  content: "\e744";
}
.sctr-icon-camera-011:before {
  content: "\e745";
}
.sctr-icon-camera-021:before {
  content: "\e746";
}
.sctr-icon-camera-031:before {
  content: "\e747";
}
.sctr-icon-camera-lens1:before {
  content: "\e748";
}
.sctr-icon-camera-off1:before {
  content: "\e749";
}
.sctr-icon-camera-plus1:before {
  content: "\e750";
}
.sctr-icon-flash1:before {
  content: "\e752";
}
.sctr-icon-flash-off1:before {
  content: "\e753";
}
.sctr-icon-image-011:before {
  content: "\e754";
}
.sctr-icon-image-021:before {
  content: "\e755";
}
.sctr-icon-image-031:before {
  content: "\e756";
}
.sctr-icon-image-041:before {
  content: "\e757";
}
.sctr-icon-image-051:before {
  content: "\e758";
}
.sctr-icon-image-check1:before {
  content: "\e759";
}
.sctr-icon-image-down1:before {
  content: "\e760";
}
.sctr-icon-image-left1:before {
  content: "\e761";
}
.sctr-icon-image-plus1:before {
  content: "\e762";
}
.sctr-icon-image-right1:before {
  content: "\e763";
}
.sctr-icon-image-up1:before {
  content: "\e764";
}
.sctr-icon-image-user1:before {
  content: "\e765";
}
.sctr-icon-image-user-check1:before {
  content: "\e766";
}
.sctr-icon-image-user-down1:before {
  content: "\e767";
}
.sctr-icon-image-user-left1:before {
  content: "\e768";
}
.sctr-icon-image-user-plus1:before {
  content: "\e769";
}
.sctr-icon-image-user-right1:before {
  content: "\e770";
}
.sctr-icon-image-user-up1:before {
  content: "\e771";
}
.sctr-icon-image-user-x1:before {
  content: "\e772";
}
.sctr-icon-image-x1:before {
  content: "\e773";
}
.sctr-icon-align-bottom-011:before {
  content: "\e774";
}
.sctr-icon-align-bottom-021:before {
  content: "\e775";
}
.sctr-icon-align-horizontal-centre-011:before {
  content: "\e776";
}
.sctr-icon-align-horizontal-centre-021:before {
  content: "\e777";
}
.sctr-icon-align-left-011:before {
  content: "\e778";
}
.sctr-icon-align-left-021:before {
  content: "\e779";
}
.sctr-icon-align-right-011:before {
  content: "\e780";
}
.sctr-icon-align-right-021:before {
  content: "\e781";
}
.sctr-icon-align-top-arrow-011:before {
  content: "\e782";
}
.sctr-icon-align-top-arrow-021:before {
  content: "\e783";
}
.sctr-icon-align-vertical-center-011:before {
  content: "\e784";
}
.sctr-icon-align-vertical-center-021:before {
  content: "\e785";
}
.sctr-icon-columns-011:before {
  content: "\e786";
}
.sctr-icon-columns-021:before {
  content: "\e787";
}
.sctr-icon-columns-031:before {
  content: "\e788";
}
.sctr-icon-distribute-spacing-horizontal1:before {
  content: "\e789";
}
.sctr-icon-distribute-spacing-vertical1:before {
  content: "\e790";
}
.sctr-icon-divider1:before {
  content: "\e791";
}
.sctr-icon-flex-align-bottom1:before {
  content: "\e792";
}
.sctr-icon-flex-align-left1:before {
  content: "\e793";
}
.sctr-icon-flex-align-right1:before {
  content: "\e794";
}
.sctr-icon-flex-align-top1:before {
  content: "\e795";
}
.sctr-icon-grid-011:before {
  content: "\e796";
}
.sctr-icon-grid-021:before {
  content: "\e797";
}
.sctr-icon-grid-031:before {
  content: "\e798";
}
.sctr-icon-grid-dots-blank1:before {
  content: "\e799";
}
.sctr-icon-grid-dots-bottom1:before {
  content: "\e800";
}
.sctr-icon-grid-dots-horizontal-center1:before {
  content: "\e801";
}
.sctr-icon-grid-dots-left1:before {
  content: "\e802";
}
.sctr-icon-grid-dots-outer1:before {
  content: "\e803";
}
.sctr-icon-grid-dots-right1:before {
  content: "\e804";
}
.sctr-icon-grid-dots-top1:before {
  content: "\e805";
}
.sctr-icon-grid-dots-vertical-center1:before {
  content: "\e806";
}
.sctr-icon-intersect-circle1:before {
  content: "\e807";
}
.sctr-icon-intersect-square1:before {
  content: "\e808";
}
.sctr-icon-layer-single1:before {
  content: "\e809";
}
.sctr-icon-layers-three-011:before {
  content: "\e810";
}
.sctr-icon-layers-three-021:before {
  content: "\e811";
}
.sctr-icon-layers-two-011:before {
  content: "\e812";
}
.sctr-icon-layers-two-021:before {
  content: "\e813";
}
.sctr-icon-layout-alt-011:before {
  content: "\e814";
}
.sctr-icon-layout-alt-021:before {
  content: "\e815";
}
.sctr-icon-layout-alt-031:before {
  content: "\e816";
}
.sctr-icon-layout-alt-041:before {
  content: "\e817";
}
.sctr-icon-layout-bottom1:before {
  content: "\e818";
}
.sctr-icon-layout-grid-011:before {
  content: "\e819";
}
.sctr-icon-layout-grid-021:before {
  content: "\e820";
}
.sctr-icon-layout-left1:before {
  content: "\e821";
}
.sctr-icon-layout-right1:before {
  content: "\e822";
}
.sctr-icon-layout-top1:before {
  content: "\e823";
}
.sctr-icon-list1:before {
  content: "\e824";
}
.sctr-icon-maximize-011:before {
  content: "\e825";
}
.sctr-icon-maximize-021:before {
  content: "\e826";
}
.sctr-icon-minimize-011:before {
  content: "\e827";
}
.sctr-icon-minimize-021:before {
  content: "\e828";
}
.sctr-icon-rows-011:before {
  content: "\e829";
}
.sctr-icon-rows-021:before {
  content: "\e830";
}
.sctr-icon-rows-031:before {
  content: "\e831";
}
.sctr-icon-spacing-height-011:before {
  content: "\e832";
}
.sctr-icon-spacing-height-021:before {
  content: "\e833";
}
.sctr-icon-spacing-width-011:before {
  content: "\e834";
}
.sctr-icon-spacing-width-021:before {
  content: "\e835";
}
.sctr-icon-table1:before {
  content: "\e836";
}
.sctr-icon-bus1:before {
  content: "\e837";
}
.sctr-icon-car-011:before {
  content: "\e838";
}
.sctr-icon-car-021:before {
  content: "\e839";
}
.sctr-icon-compass-011:before {
  content: "\e840";
}
.sctr-icon-compass-021:before {
  content: "\e841";
}
.sctr-icon-compass-031:before {
  content: "\e842";
}
.sctr-icon-flag-011:before {
  content: "\e843";
}
.sctr-icon-flag-021:before {
  content: "\e844";
}
.sctr-icon-flag-031:before {
  content: "\e845";
}
.sctr-icon-flag-041:before {
  content: "\e846";
}
.sctr-icon-flag-051:before {
  content: "\e847";
}
.sctr-icon-flag-061:before {
  content: "\e848";
}
.sctr-icon-globe-031:before {
  content: "\e851";
}
.sctr-icon-globe-041:before {
  content: "\e852";
}
.sctr-icon-globe-051:before {
  content: "\e853";
}
.sctr-icon-globe-061:before {
  content: "\e854";
}
.sctr-icon-luggage-011:before {
  content: "\e855";
}
.sctr-icon-luggage-021:before {
  content: "\e856";
}
.sctr-icon-luggage-031:before {
  content: "\e857";
}
.sctr-icon-map-011:before {
  content: "\e858";
}
.sctr-icon-map-021:before {
  content: "\e859";
}
.sctr-icon-mark1:before {
  content: "\e860";
}
.sctr-icon-marker-pin-011:before {
  content: "\e861";
}
.sctr-icon-marker-pin-021:before {
  content: "\e862";
}
.sctr-icon-marker-pin-031:before {
  content: "\e863";
}
.sctr-icon-marker-pin-041:before {
  content: "\e864";
}
.sctr-icon-marker-pin-051:before {
  content: "\e865";
}
.sctr-icon-marker-pin-061:before {
  content: "\e866";
}
.sctr-icon-navigation-pointer-011:before {
  content: "\e867";
}
.sctr-icon-navigation-pointer-021:before {
  content: "\e868";
}
.sctr-icon-navigation-pointer-off-011:before {
  content: "\e869";
}
.sctr-icon-navigation-pointer-off-021:before {
  content: "\e870";
}
.sctr-icon-passport1:before {
  content: "\e871";
}
.sctr-icon-plane1:before {
  content: "\e872";
}
.sctr-icon-rocket-011:before {
  content: "\e873";
}
.sctr-icon-rocket-021:before {
  content: "\e874";
}
.sctr-icon-route1:before {
  content: "\e875";
}
.sctr-icon-ticket-011:before {
  content: "\e876";
}
.sctr-icon-ticket-021:before {
  content: "\e877";
}
.sctr-icon-train1:before {
  content: "\e878";
}
.sctr-icon-tram1:before {
  content: "\e879";
}
.sctr-icon-truck-011:before {
  content: "\e880";
}
.sctr-icon-truck-021:before {
  content: "\e881";
}
.sctr-icon-face-content1:before {
  content: "\e882";
}
.sctr-icon-face-frown1:before {
  content: "\e883";
}
.sctr-icon-face-happy1:before {
  content: "\e884";
}
.sctr-icon-face-neutral1:before {
  content: "\e885";
}
.sctr-icon-face-sad1:before {
  content: "\e886";
}
.sctr-icon-face-smile1:before {
  content: "\e887";
}
.sctr-icon-face-wink1:before {
  content: "\e888";
}
.sctr-icon-user-011:before {
  content: "\e889";
}
.sctr-icon-user-021:before {
  content: "\e890";
}
.sctr-icon-user-031:before {
  content: "\e891";
}
.sctr-icon-user-check-011:before {
  content: "\e892";
}
.sctr-icon-user-check-021:before {
  content: "\e893";
}
.sctr-icon-user-circle1:before {
  content: "\e894";
}
.sctr-icon-user-down-011:before {
  content: "\e895";
}
.sctr-icon-user-down-021:before {
  content: "\e896";
}
.sctr-icon-user-edit1:before {
  content: "\e897";
}
.sctr-icon-user-left-011:before {
  content: "\e898";
}
.sctr-icon-user-left-021:before {
  content: "\e899";
}
.sctr-icon-user-minus-011:before {
  content: "\e900";
}
.sctr-icon-user-minus-021:before {
  content: "\e901";
}
.sctr-icon-user-plus-011:before {
  content: "\e902";
}
.sctr-icon-user-plus-021:before {
  content: "\e903";
}
.sctr-icon-user-right-011:before {
  content: "\e904";
}
.sctr-icon-user-right-021:before {
  content: "\e905";
}
.sctr-icon-user-square1:before {
  content: "\e906";
}
.sctr-icon-user-up-011:before {
  content: "\e907";
}
.sctr-icon-user-x-011:before {
  content: "\e908";
}
.sctr-icon-user-x-021:before {
  content: "\e909";
}
.sctr-icon-users-011:before {
  content: "\e910";
}
.sctr-icon-users-021:before {
  content: "\e911";
}
.sctr-icon-users-031:before {
  content: "\e912";
}
.sctr-icon-users-check1:before {
  content: "\e913";
}
.sctr-icon-users-down1:before {
  content: "\e914";
}
.sctr-icon-users-edit1:before {
  content: "\e915";
}
.sctr-icon-users-left1:before {
  content: "\e916";
}
.sctr-icon-users-minus1:before {
  content: "\e917";
}
.sctr-icon-users-plus1:before {
  content: "\e918";
}
.sctr-icon-users-right1:before {
  content: "\e919";
}
.sctr-icon-users-up1:before {
  content: "\e920";
}
.sctr-icon-users-x1:before {
  content: "\e921";
}
.sctr-icon-user-up-021:before {
  content: "\e922";
}
.sctr-icon-cloud-011:before {
  content: "\e923";
}
.sctr-icon-cloud-021:before {
  content: "\e924";
}
.sctr-icon-cloud-031:before {
  content: "\e925";
}
.sctr-icon-cloud-lightning1:before {
  content: "\e926";
}
.sctr-icon-cloud-moon1:before {
  content: "\e927";
}
.sctr-icon-cloud-off1:before {
  content: "\e928";
}
.sctr-icon-cloud-raining-011:before {
  content: "\e929";
}
.sctr-icon-cloud-raining-021:before {
  content: "\e930";
}
.sctr-icon-cloud-raining-031:before {
  content: "\e931";
}
.sctr-icon-cloud-raining-041:before {
  content: "\e932";
}
.sctr-icon-cloud-raining-051:before {
  content: "\e933";
}
.sctr-icon-cloud-raining-061:before {
  content: "\e934";
}
.sctr-icon-cloud-snowing-011:before {
  content: "\e935";
}
.sctr-icon-cloud-snowing-021:before {
  content: "\e936";
}
.sctr-icon-cloud-sun-011:before {
  content: "\e937";
}
.sctr-icon-cloud-sun-021:before {
  content: "\e938";
}
.sctr-icon-cloud-sun-031:before {
  content: "\e939";
}
.sctr-icon-droplets-011:before {
  content: "\e940";
}
.sctr-icon-droplets-021:before {
  content: "\e941";
}
.sctr-icon-droplets-031:before {
  content: "\e942";
}
.sctr-icon-hurricane-011:before {
  content: "\e943";
}
.sctr-icon-hurricane-021:before {
  content: "\e944";
}
.sctr-icon-hurricane-031:before {
  content: "\e945";
}
.sctr-icon-lightning-011:before {
  content: "\e946";
}
.sctr-icon-lightning-021:before {
  content: "\e947";
}
.sctr-icon-moon-011:before {
  content: "\e948";
}
.sctr-icon-moon-021:before {
  content: "\e949";
}
.sctr-icon-moon-eclipse1:before {
  content: "\e950";
}
.sctr-icon-moon-star1:before {
  content: "\e951";
}
.sctr-icon-snowflake-011:before {
  content: "\e952";
}
.sctr-icon-snowflake-021:before {
  content: "\e953";
}
.sctr-icon-stars-011:before {
  content: "\e954";
}
.sctr-icon-stars-021:before {
  content: "\e955";
}
.sctr-icon-stars-031:before {
  content: "\e956";
}
.sctr-icon-sun1:before {
  content: "\e957";
}
.sctr-icon-sun-setting-011:before {
  content: "\e958";
}
.sctr-icon-sun-setting-021:before {
  content: "\e959";
}
.sctr-icon-sun-setting-031:before {
  content: "\e960";
}
.sctr-icon-sunrise1:before {
  content: "\e961";
}
.sctr-icon-sunset1:before {
  content: "\e962";
}
.sctr-icon-thermometer-011:before {
  content: "\e963";
}
.sctr-icon-thermometer-021:before {
  content: "\e964";
}
.sctr-icon-thermometer-031:before {
  content: "\e965";
}
.sctr-icon-thermometer-cold1:before {
  content: "\e966";
}
.sctr-icon-thermometer-warm1:before {
  content: "\e967";
}
.sctr-icon-umbrella-011:before {
  content: "\e968";
}
.sctr-icon-umbrella-021:before {
  content: "\e969";
}
.sctr-icon-umbrella-031:before {
  content: "\e970";
}
.sctr-icon-waves1:before {
  content: "\e971";
}
.sctr-icon-wind-011:before {
  content: "\e972";
}
.sctr-icon-wind-021:before {
  content: "\e973";
}
.sctr-icon-wind-031:before {
  content: "\e974";
}
.sctr-icon-airplay1:before {
  content: "\e975";
}
.sctr-icon-airpods1:before {
  content: "\e976";
}
.sctr-icon-battery-charging-011:before {
  content: "\e977";
}
.sctr-icon-battery-charging-021:before {
  content: "\e978";
}
.sctr-icon-battery-empty1:before {
  content: "\e979";
}
.sctr-icon-battery-full1:before {
  content: "\e980";
}
.sctr-icon-battery-low1:before {
  content: "\e981";
}
.sctr-icon-battery-mid1:before {
  content: "\e982";
}
.sctr-icon-bluetooth-connect1:before {
  content: "\e983";
}
.sctr-icon-bluetooth-off1:before {
  content: "\e984";
}
.sctr-icon-bluetooth-on1:before {
  content: "\e985";
}
.sctr-icon-bluetooth-signal1:before {
  content: "\e986";
}
.sctr-icon-chrome-cast1:before {
  content: "\e987";
}
.sctr-icon-clapperboard1:before {
  content: "\e988";
}
.sctr-icon-disc-011:before {
  content: "\e989";
}
.sctr-icon-disc-021:before {
  content: "\e990";
}
.sctr-icon-fast-backward1:before {
  content: "\e991";
}
.sctr-icon-fast-forward1:before {
  content: "\e992";
}
.sctr-icon-film-011:before {
  content: "\e993";
}
.sctr-icon-film-021:before {
  content: "\e994";
}
.sctr-icon-film-031:before {
  content: "\e995";
}
.sctr-icon-gaming-pad-011:before {
  content: "\e996";
}
.sctr-icon-gaming-pad-021:before {
  content: "\e997";
}
.sctr-icon-hard-drive1:before {
  content: "\e998";
}
.sctr-icon-headphones-011:before {
  content: "\e999";
}
.sctr-icon-headphones-02-converted:before {
  content: "\e1000";
}
.sctr-icon-keyboard-011:before {
  content: "\e1001";
}
.sctr-icon-keyboard-021:before {
  content: "\e1002";
}
.sctr-icon-laptop-011:before {
  content: "\e1003";
}
.sctr-icon-laptop-021:before {
  content: "\e1004";
}
.sctr-icon-lightbulb-011:before {
  content: "\e1005";
}
.sctr-icon-lightbulb-021:before {
  content: "\e1006";
}
.sctr-icon-lightbulb-031:before {
  content: "\e1007";
}
.sctr-icon-lightbulb-041:before {
  content: "\e1008";
}
.sctr-icon-lightbulb-051:before {
  content: "\e1009";
}
.sctr-icon-microphone-011:before {
  content: "\e1010";
}
.sctr-icon-microphone-021:before {
  content: "\e1011";
}
.sctr-icon-microphone-off-011:before {
  content: "\e1012";
}
.sctr-icon-microphone-off-021:before {
  content: "\e1013";
}
.sctr-icon-modem-011:before {
  content: "\e1014";
}
.sctr-icon-modem-021:before {
  content: "\e1015";
}
.sctr-icon-monitor-011:before {
  content: "\e1016";
}
.sctr-icon-monitor-021:before {
  content: "\e1017";
}
.sctr-icon-monitor-031:before {
  content: "\e1018";
}
.sctr-icon-monitor-041:before {
  content: "\e1019";
}
.sctr-icon-monitor-051:before {
  content: "\e1020";
}
.sctr-icon-mouse1:before {
  content: "\e1021";
}
.sctr-icon-music-note-011:before {
  content: "\e1022";
}
.sctr-icon-music-note-021:before {
  content: "\e1023";
}
.sctr-icon-music-note-plus1:before {
  content: "\e1024";
}
.sctr-icon-pause-circle1:before {
  content: "\e1025";
}
.sctr-icon-pause-square1:before {
  content: "\e1026";
}
.sctr-icon-phone-011:before {
  content: "\e1027";
}
.sctr-icon-phone-021:before {
  content: "\e1028";
}
.sctr-icon-play1:before {
  content: "\e1029";
}
.sctr-icon-play-circle1:before {
  content: "\e1030";
}
.sctr-icon-play-square1:before {
  content: "\e1031";
}
.sctr-icon-podcast1:before {
  content: "\e1032";
}
.sctr-icon-power-011:before {
  content: "\e1033";
}
.sctr-icon-power-021:before {
  content: "\e1034";
}
.sctr-icon-power-031:before {
  content: "\e1035";
}
.sctr-icon-printer1:before {
  content: "\e1036";
}
.sctr-icon-recording-011:before {
  content: "\e1037";
}
.sctr-icon-recording-021:before {
  content: "\e1038";
}
.sctr-icon-recording-031:before {
  content: "\e1039";
}
.sctr-icon-repeat-011:before {
  content: "\e1040";
}
.sctr-icon-repeat-021:before {
  content: "\e1041";
}
.sctr-icon-repeat-031:before {
  content: "\e1042";
}
.sctr-icon-repeat-041:before {
  content: "\e1043";
}
.sctr-icon-rss-011:before {
  content: "\e1044";
}
.sctr-icon-rss-021:before {
  content: "\e1045";
}
.sctr-icon-shuffle-011:before {
  content: "\e1046";
}
.sctr-icon-shuffle-021:before {
  content: "\e1047";
}
.sctr-icon-signal-011:before {
  content: "\e1048";
}
.sctr-icon-signal-021:before {
  content: "\e1049";
}
.sctr-icon-signal-031:before {
  content: "\e1050";
}
.sctr-icon-simcard1:before {
  content: "\e1051";
}
.sctr-icon-skip-back1:before {
  content: "\e1052";
}
.sctr-icon-skip-forward1:before {
  content: "\e1053";
}
.sctr-icon-sliders-011:before {
  content: "\e1054";
}
.sctr-icon-sliders-021:before {
  content: "\e1055";
}
.sctr-icon-sliders-031:before {
  content: "\e1056";
}
.sctr-icon-sliders-041:before {
  content: "\e1057";
}
.sctr-icon-speaker-011:before {
  content: "\e1058";
}
.sctr-icon-speaker-021:before {
  content: "\e1059";
}
.sctr-icon-speaker-031:before {
  content: "\e1060";
}
.sctr-icon-stop1:before {
  content: "\e1061";
}
.sctr-icon-stop-circle1:before {
  content: "\e1062";
}
.sctr-icon-stop-square1:before {
  content: "\e1063";
}
.sctr-icon-tablet-011:before {
  content: "\e1064";
}
.sctr-icon-tablet-021:before {
  content: "\e1065";
}
.sctr-icon-tv-011:before {
  content: "\e1066";
}
.sctr-icon-tv-021:before {
  content: "\e1067";
}
.sctr-icon-tv-031:before {
  content: "\e1068";
}
.sctr-icon-usb-flash-drive1:before {
  content: "\e1069";
}
.sctr-icon-video-recorder1:before {
  content: "\e1070";
}
.sctr-icon-video-recorder-off1:before {
  content: "\e1071";
}
.sctr-icon-voicemail1:before {
  content: "\e1072";
}
.sctr-icon-volume-max1:before {
  content: "\e1073";
}
.sctr-icon-volume-min1:before {
  content: "\e1074";
}
.sctr-icon-volume-minus1:before {
  content: "\e1075";
}
.sctr-icon-volume-plus1:before {
  content: "\e1076";
}
.sctr-icon-volume-x1:before {
  content: "\e1077";
}
.sctr-icon-webcam-011:before {
  content: "\e1078";
}
.sctr-icon-webcam-021:before {
  content: "\e1079";
}
.sctr-icon-wifi1:before {
  content: "\e1080";
}
.sctr-icon-wifi-off1:before {
  content: "\e1081";
}
.sctr-icon-youtube1:before {
  content: "\e1082";
}
.sctr-icon-face-id1:before {
  content: "\e1083";
}
.sctr-icon-face-id-square1:before {
  content: "\e1084";
}
.sctr-icon-file-lock-011:before {
  content: "\e1085";
}
.sctr-icon-file-lock-021:before {
  content: "\e1086";
}
.sctr-icon-file-lock-031:before {
  content: "\e1087";
}
.sctr-icon-file-shield-011:before {
  content: "\e1088";
}
.sctr-icon-file-shield-021:before {
  content: "\e1089";
}
.sctr-icon-file-shield-031:before {
  content: "\e1090";
}
.sctr-icon-fingerprint-011:before {
  content: "\e1091";
}
.sctr-icon-fingerprint-021:before {
  content: "\e1092";
}
.sctr-icon-fingerprint-031:before {
  content: "\e1093";
}
.sctr-icon-fingerprint-041:before {
  content: "\e1094";
}
.sctr-icon-folder-shield1:before {
  content: "\e1095";
}
.sctr-icon-key-011:before {
  content: "\e1096";
}
.sctr-icon-key-021:before {
  content: "\e1097";
}
.sctr-icon-lock-011:before {
  content: "\e1098";
}
.sctr-icon-lock-021:before {
  content: "\e1099";
}
.sctr-icon-lock-031:before {
  content: "\e1100";
}
.sctr-icon-lock-041:before {
  content: "\e1101";
}
.sctr-icon-lock-keyhole-circle1:before {
  content: "\e1102";
}
.sctr-icon-lock-keyhole-square1:before {
  content: "\e1103";
}
.sctr-icon-lock-unlocked-011:before {
  content: "\e1104";
}
.sctr-icon-lock-unlocked-021:before {
  content: "\e1105";
}
.sctr-icon-lock-unlocked-031:before {
  content: "\e1106";
}
.sctr-icon-lock-unlocked-041:before {
  content: "\e1107";
}
.sctr-icon-passcode1:before {
  content: "\e1108";
}
.sctr-icon-passcode-lock1:before {
  content: "\e1109";
}
.sctr-icon-scan1:before {
  content: "\e1110";
}
.sctr-icon-shield-031:before {
  content: "\e1111";
}
.sctr-icon-shield-dollar1:before {
  content: "\e1112";
}
.sctr-icon-shield-off1:before {
  content: "\e1113";
}
.sctr-icon-shield-plus1:before {
  content: "\e1114";
}
.sctr-icon-shield-tick1:before {
  content: "\e1115";
}
.sctr-icon-shield-zap1:before {
  content: "\e1116";
}
.sctr-icon-shield-011:before {
  content: "\e1117";
}
.sctr-icon-shield-021:before {
  content: "\e1118";
}
.sctr-icon-circle1:before {
  content: "\e1119";
}
.sctr-icon-cube-011:before {
  content: "\e1120";
}
.sctr-icon-cube-021:before {
  content: "\e1121";
}
.sctr-icon-cube-031:before {
  content: "\e1122";
}
.sctr-icon-cube-041:before {
  content: "\e1123";
}
.sctr-icon-cube-outline1:before {
  content: "\e1124";
}
.sctr-icon-dice-11:before {
  content: "\e1125";
}
.sctr-icon-dice-21:before {
  content: "\e1126";
}
.sctr-icon-dice-41:before {
  content: "\e1127";
}
.sctr-icon-dice-31:before {
  content: "\e1128";
}
.sctr-icon-dice-51:before {
  content: "\e1129";
}
.sctr-icon-dice-61:before {
  content: "\e1130";
}
.sctr-icon-hexagon-011:before {
  content: "\e1131";
}
.sctr-icon-hexagon-021:before {
  content: "\e1132";
}
.sctr-icon-octagon1:before {
  content: "\e1133";
}
.sctr-icon-pentagon1:before {
  content: "\e1134";
}
.sctr-icon-square1:before {
  content: "\e1135";
}
.sctr-icon-star-011:before {
  content: "\e1136";
}
.sctr-icon-star-021:before {
  content: "\e1137";
}
.sctr-icon-star-031:before {
  content: "\e1138";
}
.sctr-icon-star-041:before {
  content: "\e1139";
}
.sctr-icon-star-051:before {
  content: "\e1140";
}
.sctr-icon-star-061:before {
  content: "\e1141";
}
.sctr-icon-star-071:before {
  content: "\e1142";
}
.sctr-icon-triangle1:before {
  content: "\e1143";
}
.sctr-icon-ellipse1:before {
  content: "\e1144";
}
.sctr-icon-alarm-clock1:before {
  content: "\e1145";
}
.sctr-icon-alarm-clock-check1:before {
  content: "\e1146";
}
.sctr-icon-alarm-clock-minus1:before {
  content: "\e1147";
}
.sctr-icon-alarm-clock-off1:before {
  content: "\e1148";
}
.sctr-icon-alarm-clock-plus1:before {
  content: "\e1149";
}
.sctr-icon-calendar1:before {
  content: "\e1150";
}
.sctr-icon-calendar-check-011:before {
  content: "\e1151";
}
.sctr-icon-calendar-check-021:before {
  content: "\e1152";
}
.sctr-icon-calendar-date1:before {
  content: "\e1153";
}
.sctr-icon-calendar-heart-011:before {
  content: "\e1154";
}
.sctr-icon-calendar-heart-021:before {
  content: "\e1155";
}
.sctr-icon-calendar-minus-011:before {
  content: "\e1156";
}
.sctr-icon-calendar-minus-021:before {
  content: "\e1157";
}
.sctr-icon-calendar-plus-011:before {
  content: "\e1158";
}
.sctr-icon-calendar-plus-021:before {
  content: "\e1159";
}
.sctr-icon-clock1:before {
  content: "\e1160";
}
.sctr-icon-clock-check1:before {
  content: "\e1161";
}
.sctr-icon-clock-fast-forward1:before {
  content: "\e1162";
}
.sctr-icon-clock-plus1:before {
  content: "\e1163";
}
.sctr-icon-clock-refresh1:before {
  content: "\e1164";
}
.sctr-icon-clock-rewind1:before {
  content: "\e1165";
}
.sctr-icon-clock-snooze1:before {
  content: "\e1166";
}
.sctr-icon-clock-stopwatch1:before {
  content: "\e1167";
}
.sctr-icon-hourglass-011:before {
  content: "\e1168";
}
.sctr-icon-hourglass-021:before {
  content: "\e1169";
}
.sctr-icon-hourglass-031:before {
  content: "\e1170";
}
.sctr-icon-watch-circle1:before {
  content: "\e1171";
}
.sctr-icon-watch-square1:before {
  content: "\e1172";
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.png?1');
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url('flags@2x.png?1');
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/shepherd.js/dist/css/shepherd.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:hsla(0,0%,100%,.75);cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:hsla(0,0%,100%,.75)}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:rgba(0,0,0,.75)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:rgba(0,0,0,.75)}.shepherd-button:disabled{cursor:not-allowed}
.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}
.shepherd-cancel-icon{background:transparent;border:none;color:hsla(0,0%,50%,.75);cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:hsla(0,0%,50%,.75)}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:rgba(0,0,0,.75)}
.shepherd-title{color:rgba(0,0,0,.75);display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}
.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}
.shepherd-text{color:rgba(0,0,0,.75);font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}
.shepherd-content{border-radius:5px;outline:none;padding:0}
.shepherd-element{background:#fff;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2);max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}
.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--light-color-scheme-gray-200); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: var(--light-color-scheme-gray-400); /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-right-2 {
  right: -0.5rem;
}
.-right-5 {
  right: -1.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-\[3px\] {
  top: -3px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.bottom-\[4\.75rem\] {
  bottom: 4.75rem;
}
.bottom-\[75px\] {
  bottom: 75px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-\[9px\] {
  left: 9px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-80 {
  right: 20rem;
}
.right-\[-6px\] {
  right: -6px;
}
.right-\[-8px\] {
  right: -8px;
}
.right-\[271px\] {
  right: 271px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-6px\] {
  top: -6px;
}
.top-\[-8px\] {
  top: -8px;
}
.top-\[115\%\] {
  top: 115%;
}
.top-\[5\.625rem\] {
  top: 5.625rem;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[75\%\] {
  top: 75%;
}
.top-\[calc\(100vh_-_156px\)\] {
  top: calc(100vh - 156px);
}
.top-\[calc\(100vh_-_40vh\)\] {
  top: calc(100vh - 40vh);
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-4 {
  grid-column-start: 4;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.\!mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[3\%\] {
  margin-left: 3%;
  margin-right: 3%;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mr-1 {
  margin-right: 0.25rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-7\.25rem\] {
  margin-top: -7.25rem;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[5\] {
  aspect-ratio: 5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-11 {
  height: 2.75rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[12\.5rem\] {
  height: 12.5rem;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.375rem\] {
  height: 2.375rem;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[32rem\] {
  height: 32rem;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[5\.75rem\] {
  height: 5.75rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[calc\(100vh_-_180px\)\] {
  height: calc(100vh - 180px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[10rem\] {
  max-height: 10rem;
}
.max-h-\[2\.25rem\] {
  max-height: 2.25rem;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[364px\] {
  max-height: 364px;
}
.max-h-\[390px\] {
  max-height: 390px;
}
.max-h-\[640px\] {
  max-height: 640px;
}
.\!min-h-\[44px\] {
  min-height: 44px !important;
}
.min-h-\[1\.75rem\] {
  min-height: 1.75rem;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[12\.5rem\] {
  min-height: 12.5rem;
}
.min-h-\[2\.25rem\] {
  min-height: 2.25rem;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[48rem\] {
  min-height: 48rem;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-\[2\.375rem\] {
  width: 2.375rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[282px\] {
  width: 282px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[31\.25rem\] {
  width: 31.25rem;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[36rem\] {
  width: 36rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[5\.75rem\] {
  width: 5.75rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[588px\] {
  width: 588px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[7\.8125rem\] {
  width: 7.8125rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[94px\] {
  width: 94px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[125px\] {
  min-width: 125px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[2\.25rem\] {
  min-width: 2.25rem;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[3\.75rem\] {
  min-width: 3.75rem;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[5\.625rem\] {
  min-width: 5.625rem;
}
.min-w-\[7\.5rem\] {
  min-width: 7.5rem;
}
.min-w-\[84px\] {
  min-width: 84px;
}
.max-w-\[1\.125rem\] {
  max-width: 1.125rem;
}
.max-w-\[1\.5rem\] {
  max-width: 1.5rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[18\.125rem\] {
  max-width: 18.125rem;
}
.max-w-\[2\.25rem\] {
  max-width: 2.25rem;
}
.max-w-\[3\.75rem\] {
  max-width: 3.75rem;
}
.max-w-\[5\.625rem\] {
  max-width: 5.625rem;
}
.max-w-\[552px\] {
  max-width: 552px;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[65rem\] {
  max-width: 65rem;
}
.max-w-\[75rem\] {
  max-width: 75rem;
}
.max-w-\[8rem\] {
  max-width: 8rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[220px\] {
  --tw-translate-x: -220px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-11 {
  --tw-translate-y: -2.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-11 {
  --tw-translate-y: 2.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.\!gap-\[2px\] {
  gap: 2px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[-9999px\] {
  gap: -9999px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-1\.5 {
  column-gap: 0.375rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-auto {
  scroll-behavior: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.\!border-\[\#ced4da\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 212 218 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-600 {
  border-color: var(--light-color-scheme-blue-600);
}
.border-error-600 {
  border-color: var(--light-color-scheme-error-600);
}
.border-gray-100 {
  border-color: var(--light-color-scheme-gray-100);
}
.border-gray-200 {
  border-color: var(--light-color-scheme-gray-200);
}
.border-gray-300 {
  border-color: var(--light-color-scheme-gray-300);
}
.border-orange-100 {
  border-color: var(--light-color-scheme-orange-100);
}
.border-orange-200 {
  border-color: var(--light-color-scheme-orange-200);
}
.border-orange-25 {
  border-color: var(--light-color-scheme-orange-25);
}
.border-orange-300 {
  border-color: var(--light-color-scheme-orange-300);
}
.border-orange-400 {
  border-color: var(--light-color-scheme-orange-400);
}
.border-orange-50 {
  border-color: var(--light-color-scheme-orange-50);
}
.border-orange-500 {
  border-color: var(--light-color-scheme-orange-500);
}
.border-orange-600 {
  border-color: var(--light-color-scheme-orange-600);
}
.border-orange-700 {
  border-color: var(--light-color-scheme-orange-700);
}
.border-orange-800 {
  border-color: var(--light-color-scheme-orange-800);
}
.border-orange-900 {
  border-color: var(--light-color-scheme-orange-900);
}
.border-orange-dark-100 {
  border-color: var(--light-color-scheme-orange-dark-100);
}
.border-orange-dark-200 {
  border-color: var(--light-color-scheme-orange-dark-200);
}
.border-orange-dark-25 {
  border-color: var(--light-color-scheme-orange-dark-25);
}
.border-orange-dark-300 {
  border-color: var(--light-color-scheme-orange-dark-300);
}
.border-orange-dark-400 {
  border-color: var(--light-color-scheme-orange-dark-400);
}
.border-orange-dark-50 {
  border-color: var(--light-color-scheme-orange-dark-50);
}
.border-orange-dark-500 {
  border-color: var(--light-color-scheme-orange-dark-500);
}
.border-orange-dark-600 {
  border-color: var(--light-color-scheme-orange-dark-600);
}
.border-orange-dark-700 {
  border-color: var(--light-color-scheme-orange-dark-700);
}
.border-orange-dark-800 {
  border-color: var(--light-color-scheme-orange-dark-800);
}
.border-orange-dark-900 {
  border-color: var(--light-color-scheme-orange-dark-900);
}
.border-palette-gray-100 {
  border-color: var(--light-color-scheme-gray-100);
}
.border-palette-gray-200 {
  border-color: var(--light-color-scheme-gray-200);
}
.border-palette-gray-300 {
  border-color: var(--light-color-scheme-gray-300);
}
.border-primary-600 {
  border-color: var(--light-color-scheme-primary-600);
}
.border-purple-100 {
  border-color: var(--light-color-scheme-purple-100);
}
.border-purple-200 {
  border-color: var(--light-color-scheme-purple-200);
}
.border-purple-25 {
  border-color: var(--light-color-scheme-purple-25);
}
.border-purple-300 {
  border-color: var(--light-color-scheme-purple-300);
}
.border-purple-400 {
  border-color: var(--light-color-scheme-purple-400);
}
.border-purple-50 {
  border-color: var(--light-color-scheme-purple-50);
}
.border-purple-500 {
  border-color: var(--light-color-scheme-purple-500);
}
.border-purple-600 {
  border-color: var(--light-color-scheme-purple-600);
}
.border-purple-700 {
  border-color: var(--light-color-scheme-purple-700);
}
.border-purple-800 {
  border-color: var(--light-color-scheme-purple-800);
}
.border-purple-900 {
  border-color: var(--light-color-scheme-purple-900);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-100\/0 {
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10 {
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100 {
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/15 {
  border-color: rgb(254 226 226 / 0.15);
}
.border-red-100\/20 {
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25 {
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30 {
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/35 {
  border-color: rgb(254 226 226 / 0.35);
}
.border-red-100\/40 {
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/45 {
  border-color: rgb(254 226 226 / 0.45);
}
.border-red-100\/5 {
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50 {
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/55 {
  border-color: rgb(254 226 226 / 0.55);
}
.border-red-100\/60 {
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/65 {
  border-color: rgb(254 226 226 / 0.65);
}
.border-red-100\/70 {
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75 {
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80 {
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/85 {
  border-color: rgb(254 226 226 / 0.85);
}
.border-red-100\/90 {
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95 {
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-200\/0 {
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10 {
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100 {
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/15 {
  border-color: rgb(254 202 202 / 0.15);
}
.border-red-200\/20 {
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25 {
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30 {
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/35 {
  border-color: rgb(254 202 202 / 0.35);
}
.border-red-200\/40 {
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/45 {
  border-color: rgb(254 202 202 / 0.45);
}
.border-red-200\/5 {
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50 {
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/55 {
  border-color: rgb(254 202 202 / 0.55);
}
.border-red-200\/60 {
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/65 {
  border-color: rgb(254 202 202 / 0.65);
}
.border-red-200\/70 {
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75 {
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80 {
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/85 {
  border-color: rgb(254 202 202 / 0.85);
}
.border-red-200\/90 {
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95 {
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.border-red-300\/0 {
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10 {
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100 {
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/15 {
  border-color: rgb(252 165 165 / 0.15);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25 {
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/35 {
  border-color: rgb(252 165 165 / 0.35);
}
.border-red-300\/40 {
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/45 {
  border-color: rgb(252 165 165 / 0.45);
}
.border-red-300\/5 {
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50 {
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/55 {
  border-color: rgb(252 165 165 / 0.55);
}
.border-red-300\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-300\/70 {
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75 {
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80 {
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/85 {
  border-color: rgb(252 165 165 / 0.85);
}
.border-red-300\/90 {
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95 {
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/15 {
  border-color: rgb(248 113 113 / 0.15);
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/65 {
  border-color: rgb(248 113 113 / 0.65);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/85 {
  border-color: rgb(248 113 113 / 0.85);
}
.border-red-400\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}
.border-red-50\/0 {
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10 {
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100 {
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/15 {
  border-color: rgb(254 242 242 / 0.15);
}
.border-red-50\/20 {
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25 {
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30 {
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/35 {
  border-color: rgb(254 242 242 / 0.35);
}
.border-red-50\/40 {
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/45 {
  border-color: rgb(254 242 242 / 0.45);
}
.border-red-50\/5 {
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50 {
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/55 {
  border-color: rgb(254 242 242 / 0.55);
}
.border-red-50\/60 {
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/65 {
  border-color: rgb(254 242 242 / 0.65);
}
.border-red-50\/70 {
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75 {
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80 {
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/85 {
  border-color: rgb(254 242 242 / 0.85);
}
.border-red-50\/90 {
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95 {
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/0 {
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100 {
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/5 {
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/55 {
  border-color: rgb(239 68 68 / 0.55);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/65 {
  border-color: rgb(239 68 68 / 0.65);
}
.border-red-500\/70 {
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75 {
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80 {
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/85 {
  border-color: rgb(239 68 68 / 0.85);
}
.border-red-500\/90 {
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95 {
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-red-600\/0 {
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10 {
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100 {
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/15 {
  border-color: rgb(220 38 38 / 0.15);
}
.border-red-600\/20 {
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25 {
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/35 {
  border-color: rgb(220 38 38 / 0.35);
}
.border-red-600\/40 {
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/45 {
  border-color: rgb(220 38 38 / 0.45);
}
.border-red-600\/5 {
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50 {
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/55 {
  border-color: rgb(220 38 38 / 0.55);
}
.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/65 {
  border-color: rgb(220 38 38 / 0.65);
}
.border-red-600\/70 {
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75 {
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80 {
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/85 {
  border-color: rgb(220 38 38 / 0.85);
}
.border-red-600\/90 {
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95 {
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-red-700\/0 {
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10 {
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100 {
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/15 {
  border-color: rgb(185 28 28 / 0.15);
}
.border-red-700\/20 {
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25 {
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/35 {
  border-color: rgb(185 28 28 / 0.35);
}
.border-red-700\/40 {
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/45 {
  border-color: rgb(185 28 28 / 0.45);
}
.border-red-700\/5 {
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50 {
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/55 {
  border-color: rgb(185 28 28 / 0.55);
}
.border-red-700\/60 {
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/65 {
  border-color: rgb(185 28 28 / 0.65);
}
.border-red-700\/70 {
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75 {
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80 {
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/85 {
  border-color: rgb(185 28 28 / 0.85);
}
.border-red-700\/90 {
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95 {
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}
.border-red-800\/0 {
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10 {
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100 {
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/15 {
  border-color: rgb(153 27 27 / 0.15);
}
.border-red-800\/20 {
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25 {
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30 {
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/35 {
  border-color: rgb(153 27 27 / 0.35);
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/45 {
  border-color: rgb(153 27 27 / 0.45);
}
.border-red-800\/5 {
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50 {
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/55 {
  border-color: rgb(153 27 27 / 0.55);
}
.border-red-800\/60 {
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/65 {
  border-color: rgb(153 27 27 / 0.65);
}
.border-red-800\/70 {
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75 {
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80 {
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/85 {
  border-color: rgb(153 27 27 / 0.85);
}
.border-red-800\/90 {
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95 {
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}
.border-red-900\/0 {
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10 {
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100 {
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/15 {
  border-color: rgb(127 29 29 / 0.15);
}
.border-red-900\/20 {
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25 {
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/35 {
  border-color: rgb(127 29 29 / 0.35);
}
.border-red-900\/40 {
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/45 {
  border-color: rgb(127 29 29 / 0.45);
}
.border-red-900\/5 {
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50 {
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/55 {
  border-color: rgb(127 29 29 / 0.55);
}
.border-red-900\/60 {
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/65 {
  border-color: rgb(127 29 29 / 0.65);
}
.border-red-900\/70 {
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75 {
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80 {
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/85 {
  border-color: rgb(127 29 29 / 0.85);
}
.border-red-900\/90 {
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95 {
  border-color: rgb(127 29 29 / 0.95);
}
.border-warning-600 {
  border-color: var(--light-color-scheme-warning-600);
}
.border-white {
  border-color: var(--light-color-scheme-base-1);
}
.border-yellow-100 {
  border-color: var(--light-color-scheme-yellow-100);
}
.border-yellow-200 {
  border-color: var(--light-color-scheme-yellow-200);
}
.border-yellow-25 {
  border-color: var(--light-color-scheme-yellow-25);
}
.border-yellow-300 {
  border-color: var(--light-color-scheme-yellow-300);
}
.border-yellow-400 {
  border-color: var(--light-color-scheme-yellow-400);
}
.border-yellow-50 {
  border-color: var(--light-color-scheme-yellow-50);
}
.border-yellow-500 {
  border-color: var(--light-color-scheme-yellow-500);
}
.border-yellow-600 {
  border-color: var(--light-color-scheme-yellow-600);
}
.border-yellow-700 {
  border-color: var(--light-color-scheme-yellow-700);
}
.border-yellow-800 {
  border-color: var(--light-color-scheme-yellow-800);
}
.border-yellow-900 {
  border-color: var(--light-color-scheme-yellow-900);
}
.\!bg-error-500 {
  background-color: var(--light-color-scheme-error-500) !important;
}
.\!bg-error-600 {
  background-color: var(--light-color-scheme-error-600) !important;
}
.\!bg-gray-100 {
  background-color: var(--light-color-scheme-gray-100) !important;
}
.\!bg-primary-500 {
  background-color: var(--light-color-scheme-primary-500) !important;
}
.\!bg-primary-600 {
  background-color: var(--light-color-scheme-primary-600) !important;
}
.\!bg-primary-700 {
  background-color: var(--light-color-scheme-primary-700) !important;
}
.\!bg-white {
  background-color: var(--light-color-scheme-base-1) !important;
}
.bg-\[\#00000052\] {
  background-color: #00000052;
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-100 {
  background-color: var(--light-color-scheme-blue-100);
}
.bg-blue-50 {
  background-color: var(--light-color-scheme-blue-50);
}
.bg-blue-600 {
  background-color: var(--light-color-scheme-blue-600);
}
.bg-gray-100 {
  background-color: var(--light-color-scheme-gray-100);
}
.bg-gray-200 {
  background-color: var(--light-color-scheme-gray-200);
}
.bg-gray-300 {
  background-color: var(--light-color-scheme-gray-300);
}
.bg-gray-50 {
  background-color: var(--light-color-scheme-gray-50);
}
.bg-gray-500 {
  background-color: var(--light-color-scheme-gray-500);
}
.bg-gray-900 {
  background-color: var(--light-color-scheme-gray-900);
}
.bg-orange-100 {
  background-color: var(--light-color-scheme-orange-100);
}
.bg-orange-200 {
  background-color: var(--light-color-scheme-orange-200);
}
.bg-orange-25 {
  background-color: var(--light-color-scheme-orange-25);
}
.bg-orange-300 {
  background-color: var(--light-color-scheme-orange-300);
}
.bg-orange-400 {
  background-color: var(--light-color-scheme-orange-400);
}
.bg-orange-50 {
  background-color: var(--light-color-scheme-orange-50);
}
.bg-orange-500 {
  background-color: var(--light-color-scheme-orange-500);
}
.bg-orange-600 {
  background-color: var(--light-color-scheme-orange-600);
}
.bg-orange-700 {
  background-color: var(--light-color-scheme-orange-700);
}
.bg-orange-800 {
  background-color: var(--light-color-scheme-orange-800);
}
.bg-orange-900 {
  background-color: var(--light-color-scheme-orange-900);
}
.bg-orange-dark-100 {
  background-color: var(--light-color-scheme-orange-dark-100);
}
.bg-orange-dark-200 {
  background-color: var(--light-color-scheme-orange-dark-200);
}
.bg-orange-dark-25 {
  background-color: var(--light-color-scheme-orange-dark-25);
}
.bg-orange-dark-300 {
  background-color: var(--light-color-scheme-orange-dark-300);
}
.bg-orange-dark-400 {
  background-color: var(--light-color-scheme-orange-dark-400);
}
.bg-orange-dark-50 {
  background-color: var(--light-color-scheme-orange-dark-50);
}
.bg-orange-dark-500 {
  background-color: var(--light-color-scheme-orange-dark-500);
}
.bg-orange-dark-600 {
  background-color: var(--light-color-scheme-orange-dark-600);
}
.bg-orange-dark-700 {
  background-color: var(--light-color-scheme-orange-dark-700);
}
.bg-orange-dark-800 {
  background-color: var(--light-color-scheme-orange-dark-800);
}
.bg-orange-dark-900 {
  background-color: var(--light-color-scheme-orange-dark-900);
}
.bg-palette-gray-100 {
  background-color: var(--light-color-scheme-gray-100);
}
.bg-palette-gray-50 {
  background-color: var(--light-color-scheme-gray-50);
}
.bg-primary-25 {
  background-color: var(--light-color-scheme-primary-25);
}
.bg-primary-50 {
  background-color: var(--light-color-scheme-primary-50);
}
.bg-primary-600 {
  background-color: var(--light-color-scheme-primary-600);
}
.bg-purple-100 {
  background-color: var(--light-color-scheme-purple-100);
}
.bg-purple-200 {
  background-color: var(--light-color-scheme-purple-200);
}
.bg-purple-25 {
  background-color: var(--light-color-scheme-purple-25);
}
.bg-purple-300 {
  background-color: var(--light-color-scheme-purple-300);
}
.bg-purple-400 {
  background-color: var(--light-color-scheme-purple-400);
}
.bg-purple-50 {
  background-color: var(--light-color-scheme-purple-50);
}
.bg-purple-500 {
  background-color: var(--light-color-scheme-purple-500);
}
.bg-purple-600 {
  background-color: var(--light-color-scheme-purple-600);
}
.bg-purple-700 {
  background-color: var(--light-color-scheme-purple-700);
}
.bg-purple-800 {
  background-color: var(--light-color-scheme-purple-800);
}
.bg-purple-900 {
  background-color: var(--light-color-scheme-purple-900);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning-50 {
  background-color: var(--light-color-scheme-warning-50);
}
.bg-white {
  background-color: var(--light-color-scheme-base-1);
}
.bg-yellow-100 {
  background-color: var(--light-color-scheme-yellow-100);
}
.bg-yellow-200 {
  background-color: var(--light-color-scheme-yellow-200);
}
.bg-yellow-25 {
  background-color: var(--light-color-scheme-yellow-25);
}
.bg-yellow-300 {
  background-color: var(--light-color-scheme-yellow-300);
}
.bg-yellow-400 {
  background-color: var(--light-color-scheme-yellow-400);
}
.bg-yellow-50 {
  background-color: var(--light-color-scheme-yellow-50);
}
.bg-yellow-500 {
  background-color: var(--light-color-scheme-yellow-500);
}
.bg-yellow-600 {
  background-color: var(--light-color-scheme-yellow-600);
}
.bg-yellow-700 {
  background-color: var(--light-color-scheme-yellow-700);
}
.bg-yellow-800 {
  background-color: var(--light-color-scheme-yellow-800);
}
.bg-yellow-900 {
  background-color: var(--light-color-scheme-yellow-900);
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[linear-gradient\(297deg\2c _rgba\(194\2c 233\2c 251\2c 0\.3\)_8\.25\%\2c _rgba\(161\2c 196\2c 253\2c 0\.3\)_91\.76\%\)\] {
  background-image: linear-gradient(297deg, rgba(194,233,251,0.3) 8.25%, rgba(161,196,253,0.3) 91.76%);
}
.bg-\[url\(\'\/assets\/images\/booking\/background-payment\.png\'\)\] {
  background-image: url('/assets/images/booking/background-payment.png');
}
.bg-\[url\(\'\/assets\/images\/linked-products\/hero\.png\'\)\] {
  background-image: url('/assets/images/linked-products/hero.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#0658CC\] {
  --tw-gradient-from: #0658CC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 88 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FEAD34\] {
  --tw-gradient-from: #FEAD34 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 173 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFEBB2\] {
  --tw-gradient-from: #FFEBB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 235 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#FFD166\] {
  --tw-gradient-to: rgb(255 209 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFD166 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#1879FF\] {
  --tw-gradient-to: #1879FF var(--tw-gradient-to-position);
}
.to-\[\#C79200\] {
  --tw-gradient-to: #C79200 var(--tw-gradient-to-position);
}
.to-\[\#FF7041\] {
  --tw-gradient-to: #FF7041 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-6 {
  padding: 1.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[9px\] {
  padding: 9px;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\.15px\] {
  padding-left: 0.15px;
  padding-right: 0.15px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[2\.25px\] {
  padding-top: 2.25px;
  padding-bottom: 2.25px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pb-6 {
  padding-bottom: 1.5rem !important;
}
.\!pl-3 {
  padding-left: 0.75rem !important;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.\!pt-4 {
  padding-top: 1rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-Inter {
  font-family: Inter, Helvetica, Arial, sans-serif;
}
.font-Italianno {
  font-family: Italianno;
}
.font-TimesNewRoman {
  font-family: TimesNewRoman;
}
.text-2xl {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0%;
}
.text-2xl\/5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.text-2xl\/6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.text-2xl\/none {
  font-size: 1.25rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[10px\]\/\[16px\] {
  font-size: 10px;
  line-height: 16px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/\[16px\] {
  font-size: 1rem;
  line-height: 16px;
}
.text-display-xs {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
}
.text-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
}
.text-lg\/4 {
  font-size: 1rem;
  line-height: 1rem;
}
.text-lg\/\[18px\] {
  font-size: 1rem;
  line-height: 18px;
}
.text-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
}
.text-sm {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
}
.text-sm\/4 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm\/\[32px\] {
  font-size: 0.75rem;
  line-height: 32px;
}
.text-xl {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
}
.text-xl\/5 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.text-xl\/\[20px\] {
  font-size: 1.125rem;
  line-height: 20px;
}
.text-xs {
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0%;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.not-italic {
  font-style: normal;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}
.tracking-\[-2\%\] {
  letter-spacing: -2%;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-gray-300 {
  color: var(--light-color-scheme-gray-300) !important;
}
.\!text-gray-700 {
  color: var(--light-color-scheme-gray-700) !important;
}
.\!text-white {
  color: var(--light-color-scheme-base-1) !important;
}
.text-\[\#10B981\] {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-\[var\(--light-color-scheme-gray-900\)\] {
  color: var(--light-color-scheme-gray-900);
}
.text-blue-400 {
  color: var(--light-color-scheme-blue-400);
}
.text-blue-600 {
  color: var(--light-color-scheme-blue-600);
}
.text-cyan-600 {
  color: var(--light-color-scheme-cyan-600);
}
.text-error-500 {
  color: var(--light-color-scheme-error-500);
}
.text-error-600 {
  color: var(--light-color-scheme-error-600);
}
.text-gray-100 {
  color: var(--light-color-scheme-gray-100);
}
.text-gray-300 {
  color: var(--light-color-scheme-gray-300);
}
.text-gray-400 {
  color: var(--light-color-scheme-gray-400);
}
.text-gray-500 {
  color: var(--light-color-scheme-gray-500);
}
.text-gray-600 {
  color: var(--light-color-scheme-gray-600);
}
.text-gray-700 {
  color: var(--light-color-scheme-gray-700);
}
.text-gray-800 {
  color: var(--light-color-scheme-gray-800);
}
.text-gray-900 {
  color: var(--light-color-scheme-gray-900);
}
.text-green-600 {
  color: var(--light-color-scheme-green-600);
}
.text-orange-100 {
  color: var(--light-color-scheme-orange-100);
}
.text-orange-200 {
  color: var(--light-color-scheme-orange-200);
}
.text-orange-25 {
  color: var(--light-color-scheme-orange-25);
}
.text-orange-300 {
  color: var(--light-color-scheme-orange-300);
}
.text-orange-400 {
  color: var(--light-color-scheme-orange-400);
}
.text-orange-50 {
  color: var(--light-color-scheme-orange-50);
}
.text-orange-500 {
  color: var(--light-color-scheme-orange-500);
}
.text-orange-600 {
  color: var(--light-color-scheme-orange-600);
}
.text-orange-700 {
  color: var(--light-color-scheme-orange-700);
}
.text-orange-800 {
  color: var(--light-color-scheme-orange-800);
}
.text-orange-900 {
  color: var(--light-color-scheme-orange-900);
}
.text-orange-dark-100 {
  color: var(--light-color-scheme-orange-dark-100);
}
.text-orange-dark-200 {
  color: var(--light-color-scheme-orange-dark-200);
}
.text-orange-dark-25 {
  color: var(--light-color-scheme-orange-dark-25);
}
.text-orange-dark-300 {
  color: var(--light-color-scheme-orange-dark-300);
}
.text-orange-dark-400 {
  color: var(--light-color-scheme-orange-dark-400);
}
.text-orange-dark-50 {
  color: var(--light-color-scheme-orange-dark-50);
}
.text-orange-dark-500 {
  color: var(--light-color-scheme-orange-dark-500);
}
.text-orange-dark-600 {
  color: var(--light-color-scheme-orange-dark-600);
}
.text-orange-dark-700 {
  color: var(--light-color-scheme-orange-dark-700);
}
.text-orange-dark-800 {
  color: var(--light-color-scheme-orange-dark-800);
}
.text-orange-dark-900 {
  color: var(--light-color-scheme-orange-dark-900);
}
.text-palette-gray-200 {
  color: var(--light-color-scheme-gray-200);
}
.text-palette-gray-500 {
  color: var(--light-color-scheme-gray-500);
}
.text-palette-gray-700 {
  color: var(--light-color-scheme-gray-700);
}
.text-palette-gray-800 {
  color: var(--light-color-scheme-gray-800);
}
.text-palette-gray-900 {
  color: var(--light-color-scheme-gray-900);
}
.text-primary-600 {
  color: var(--light-color-scheme-primary-600);
}
.text-primary-700 {
  color: var(--light-color-scheme-primary-700);
}
.text-purple-100 {
  color: var(--light-color-scheme-purple-100);
}
.text-purple-200 {
  color: var(--light-color-scheme-purple-200);
}
.text-purple-25 {
  color: var(--light-color-scheme-purple-25);
}
.text-purple-300 {
  color: var(--light-color-scheme-purple-300);
}
.text-purple-400 {
  color: var(--light-color-scheme-purple-400);
}
.text-purple-50 {
  color: var(--light-color-scheme-purple-50);
}
.text-purple-500 {
  color: var(--light-color-scheme-purple-500);
}
.text-purple-600 {
  color: var(--light-color-scheme-purple-600);
}
.text-purple-700 {
  color: var(--light-color-scheme-purple-700);
}
.text-purple-800 {
  color: var(--light-color-scheme-purple-800);
}
.text-purple-900 {
  color: var(--light-color-scheme-purple-900);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-success-600 {
  color: var(--light-color-scheme-success-600);
}
.text-transparent {
  color: transparent;
}
.text-warning-600 {
  color: var(--light-color-scheme-warning-600);
}
.text-white {
  color: var(--light-color-scheme-base-1);
}
.text-yellow-100 {
  color: var(--light-color-scheme-yellow-100);
}
.text-yellow-200 {
  color: var(--light-color-scheme-yellow-200);
}
.text-yellow-25 {
  color: var(--light-color-scheme-yellow-25);
}
.text-yellow-300 {
  color: var(--light-color-scheme-yellow-300);
}
.text-yellow-400 {
  color: var(--light-color-scheme-yellow-400);
}
.text-yellow-50 {
  color: var(--light-color-scheme-yellow-50);
}
.text-yellow-500 {
  color: var(--light-color-scheme-yellow-500);
}
.text-yellow-600 {
  color: var(--light-color-scheme-yellow-600);
}
.text-yellow-700 {
  color: var(--light-color-scheme-yellow-700);
}
.text-yellow-800 {
  color: var(--light-color-scheme-yellow-800);
}
.text-yellow-900 {
  color: var(--light-color-scheme-yellow-900);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_16px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\] {
  --tw-shadow: 0 12px 16px -4px rgba(16,24,40,0.08);
  --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
  --tw-shadow-colored: 0px 2px 4px -2px var(--tw-shadow-color), 0px 4px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xs {
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-orange-500 {
  --tw-ring-color: var(--light-color-scheme-orange-500);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-white {
  --tw-ring-color: var(--light-color-scheme-base-1);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  --light-color-scheme-base-1: #ffffff;
  --light-color-scheme-base-2: #000000;
  --light-color-scheme-gray-25: #fcfcfd;
  --light-color-scheme-gray-50: #f9fafb;
  --light-color-scheme-gray-100: #f2f4f7;
  --light-color-scheme-gray-200: #eaecf0;
  --light-color-scheme-gray-300: #d0d5dd;
  --light-color-scheme-gray-400: #98a2b3;
  --light-color-scheme-gray-500: #667085;
  --light-color-scheme-gray-600: #475467;
  --light-color-scheme-gray-700: #344054;
  --light-color-scheme-gray-800: #1d2939;
  --light-color-scheme-gray-900: #101828;
  --light-color-scheme-primary-25: #f5faff;
  --light-color-scheme-primary-50: #eff8ff;
  --light-color-scheme-primary-100: #d1e9ff;
  --light-color-scheme-primary-200: #b2ddff;
  --light-color-scheme-primary-300: #84caff;
  --light-color-scheme-primary-400: #53b1fd;
  --light-color-scheme-primary-500: #2e90fa;
  --light-color-scheme-primary-600: #1570ef;
  --light-color-scheme-primary-700: #175cd3;
  --light-color-scheme-primary-800: #1849a9;
  --light-color-scheme-primary-900: #194185;
  --light-color-scheme-error-25: #fffbfa;
  --light-color-scheme-error-50: #fef3f2;
  --light-color-scheme-error-100: #fee4e2;
  --light-color-scheme-error-200: #fecdca;
  --light-color-scheme-error-300: #fda29b;
  --light-color-scheme-error-400: #f97066;
  --light-color-scheme-error-500: #f04438;
  --light-color-scheme-error-600: #d92d20;
  --light-color-scheme-error-700: #b42318;
  --light-color-scheme-error-800: #912018;
  --light-color-scheme-error-900: #7a271a;
  --light-color-scheme-warning-25: #fffcf5;
  --light-color-scheme-warning-50: #fffaeb;
  --light-color-scheme-warning-100: #fef0c7;
  --light-color-scheme-warning-200: #fedf89;
  --light-color-scheme-warning-300: #fec84b;
  --light-color-scheme-warning-400: #fdb022;
  --light-color-scheme-warning-500: #f79009;
  --light-color-scheme-warning-600: #dc6803;
  --light-color-scheme-warning-700: #b54708;
  --light-color-scheme-warning-800: #93370d;
  --light-color-scheme-warning-900: #7a2e0e;
  --light-color-scheme-success-25: #f6fef9;
  --light-color-scheme-success-50: #ecfdf3;
  --light-color-scheme-success-100: #d1fadf;
  --light-color-scheme-success-200: #a6f4c5;
  --light-color-scheme-success-300: #6ce9a6;
  --light-color-scheme-success-400: #32d583;
  --light-color-scheme-success-500: #12b76a;
  --light-color-scheme-success-600: #039855;
  --light-color-scheme-success-700: #027a48;
  --light-color-scheme-success-800: #05603a;
  --light-color-scheme-success-900: #054f31;
  --light-color-scheme-moss-25: #fafdf7;
  --light-color-scheme-moss-50: #f5fbee;
  --light-color-scheme-moss-100: #e6f4d7;
  --light-color-scheme-moss-200: #ceeab0;
  --light-color-scheme-moss-300: #acdc79;
  --light-color-scheme-moss-400: #86cb3c;
  --light-color-scheme-moss-500: #669f2a;
  --light-color-scheme-moss-600: #4f7a21;
  --light-color-scheme-moss-700: #3f621a;
  --light-color-scheme-moss-800: #335015;
  --light-color-scheme-moss-900: #2b4212;
  --light-color-scheme-green-light-25: #fafef5;
  --light-color-scheme-green-light-50: #f3fee7;
  --light-color-scheme-green-light-100: #e3fbcc;
  --light-color-scheme-green-light-200: #d0f8ab;
  --light-color-scheme-green-light-300: #a6ef67;
  --light-color-scheme-green-light-400: #85e13a;
  --light-color-scheme-green-light-500: #66c61c;
  --light-color-scheme-green-light-600: #4ca30d;
  --light-color-scheme-green-light-700: #3b7c0f;
  --light-color-scheme-green-light-800: #326212;
  --light-color-scheme-green-light-900: #2b5314;
  --light-color-scheme-green-25: #f6fef9;
  --light-color-scheme-green-50: #edfcf2;
  --light-color-scheme-green-100: #d3f8df;
  --light-color-scheme-green-200: #aaf0c4;
  --light-color-scheme-green-300: #73e2a3;
  --light-color-scheme-green-400: #3ccb7f;
  --light-color-scheme-green-500: #16b364;
  --light-color-scheme-green-600: #099250;
  --light-color-scheme-green-700: #087443;
  --light-color-scheme-green-800: #095c37;
  --light-color-scheme-green-900: #084c2e;
  --light-color-scheme-teal-25: #f6fefc;
  --light-color-scheme-teal-50: #f0fdf9;
  --light-color-scheme-teal-100: #ccfbef;
  --light-color-scheme-teal-200: #99f6e0;
  --light-color-scheme-teal-300: #5fe9d0;
  --light-color-scheme-teal-400: #2ed3b7;
  --light-color-scheme-teal-500: #15b79e;
  --light-color-scheme-teal-600: #0e9384;
  --light-color-scheme-teal-700: #107569;
  --light-color-scheme-teal-800: #125d56;
  --light-color-scheme-teal-900: #134e48;
  --light-color-scheme-cyan-25: #f5feff;
  --light-color-scheme-cyan-50: #ecfdff;
  --light-color-scheme-cyan-100: #cff9fe;
  --light-color-scheme-cyan-200: #a5f0fc;
  --light-color-scheme-cyan-300: #67e3f9;
  --light-color-scheme-cyan-400: #22ccee;
  --light-color-scheme-cyan-500: #06aed4;
  --light-color-scheme-cyan-600: #088ab2;
  --light-color-scheme-cyan-700: #0e7090;
  --light-color-scheme-cyan-800: #155b75;
  --light-color-scheme-cyan-900: #164c63;
  --light-color-scheme-blue-light-25: #f5fbff;
  --light-color-scheme-blue-light-50: #f0f9ff;
  --light-color-scheme-blue-light-100: #e0f2fe;
  --light-color-scheme-blue-light-200: #b9e6fe;
  --light-color-scheme-blue-light-300: #7cd4fd;
  --light-color-scheme-blue-light-400: #36bffa;
  --light-color-scheme-blue-light-500: #0ba5ec;
  --light-color-scheme-blue-light-600: #0086c9;
  --light-color-scheme-blue-light-700: #026aa2;
  --light-color-scheme-blue-light-800: #065986;
  --light-color-scheme-blue-light-900: #0b4a6f;
  --light-color-scheme-blue-25: #f5faff;
  --light-color-scheme-blue-50: #eff8ff;
  --light-color-scheme-blue-100: #d1e9ff;
  --light-color-scheme-blue-200: #b2ddff;
  --light-color-scheme-blue-300: #84caff;
  --light-color-scheme-blue-400: #53b1fd;
  --light-color-scheme-blue-500: #2e90fa;
  --light-color-scheme-blue-600: #1570ef;
  --light-color-scheme-blue-700: #175cd3;
  --light-color-scheme-blue-800: #1849a9;
  --light-color-scheme-blue-900: #194185;
  --light-color-scheme-blue-dark-25: #f5f8ff;
  --light-color-scheme-blue-dark-50: #eff4ff;
  --light-color-scheme-blue-dark-100: #d1e0ff;
  --light-color-scheme-blue-dark-200: #b2ccff;
  --light-color-scheme-blue-dark-300: #84adff;
  --light-color-scheme-blue-dark-400: #528bff;
  --light-color-scheme-blue-dark-500: #2970ff;
  --light-color-scheme-blue-dark-600: #155eef;
  --light-color-scheme-blue-dark-700: #004eeb;
  --light-color-scheme-blue-dark-800: #0040c1;
  --light-color-scheme-blue-dark-900: #00359e;
  --light-color-scheme-indigo-25: #f5f8ff;
  --light-color-scheme-indigo-50: #eef4ff;
  --light-color-scheme-indigo-100: #e0eaff;
  --light-color-scheme-indigo-200: #c7d7fe;
  --light-color-scheme-indigo-300: #a4bcfd;
  --light-color-scheme-indigo-400: #8098f9;
  --light-color-scheme-indigo-500: #6172f3;
  --light-color-scheme-indigo-600: #444ce7;
  --light-color-scheme-indigo-700: #3538cd;
  --light-color-scheme-indigo-800: #2d31a6;
  --light-color-scheme-indigo-900: #2d3282;
  --light-color-scheme-violet-25: #fbfaff;
  --light-color-scheme-violet-50: #f5f3ff;
  --light-color-scheme-violet-100: #ece9fe;
  --light-color-scheme-violet-200: #ddd6fe;
  --light-color-scheme-violet-300: #c3b5fd;
  --light-color-scheme-violet-400: #a48afb;
  --light-color-scheme-violet-500: #875bf7;
  --light-color-scheme-violet-600: #7839ee;
  --light-color-scheme-violet-700: #6927da;
  --light-color-scheme-violet-800: #5720b7;
  --light-color-scheme-violet-900: #491c96;
  --light-color-scheme-purple-25: #fafaff;
  --light-color-scheme-purple-50: #f4f3ff;
  --light-color-scheme-purple-100: #ebe9fe;
  --light-color-scheme-purple-200: #d9d6fe;
  --light-color-scheme-purple-300: #bdb4fe;
  --light-color-scheme-purple-400: #9b8afb;
  --light-color-scheme-purple-500: #7a5af8;
  --light-color-scheme-purple-600: #6938ef;
  --light-color-scheme-purple-700: #5925dc;
  --light-color-scheme-purple-800: #4a1fb8;
  --light-color-scheme-purple-900: #3e1c96;
  --light-color-scheme-fuchsia-25: #fefaff;
  --light-color-scheme-fuchsia-50: #fdf4ff;
  --light-color-scheme-fuchsia-100: #fbe8ff;
  --light-color-scheme-fuchsia-200: #f6d0fe;
  --light-color-scheme-fuchsia-300: #eeaafd;
  --light-color-scheme-fuchsia-400: #e478fa;
  --light-color-scheme-fuchsia-500: #d444f1;
  --light-color-scheme-fuchsia-600: #ba24d5;
  --light-color-scheme-fuchsia-700: #9f1ab1;
  --light-color-scheme-fuchsia-800: #821890;
  --light-color-scheme-fuchsia-900: #6f1877;
  --light-color-scheme-pink-25: #fef6fb;
  --light-color-scheme-pink-50: #fdf2fa;
  --light-color-scheme-pink-100: #fce7f6;
  --light-color-scheme-pink-200: #fcceee;
  --light-color-scheme-pink-300: #faa7e0;
  --light-color-scheme-pink-400: #f670c7;
  --light-color-scheme-pink-500: #ee46bc;
  --light-color-scheme-pink-600: #dd2590;
  --light-color-scheme-pink-700: #c11574;
  --light-color-scheme-pink-800: #9e165f;
  --light-color-scheme-pink-900: #851651;
  --light-color-scheme-rose-25: #fff5f6;
  --light-color-scheme-rose-50: #fff1f3;
  --light-color-scheme-rose-100: #ffe4e8;
  --light-color-scheme-rose-200: #fecdd6;
  --light-color-scheme-rose-300: #fea3b4;
  --light-color-scheme-rose-400: #fd6f8e;
  --light-color-scheme-rose-500: #f63d68;
  --light-color-scheme-rose-600: #e31b54;
  --light-color-scheme-rose-700: #c01048;
  --light-color-scheme-rose-800: #a11043;
  --light-color-scheme-rose-900: #89123e;
  --light-color-scheme-orange-dark-25: #fff9f5;
  --light-color-scheme-orange-dark-50: #fff4ed;
  --light-color-scheme-orange-dark-100: #ffe6d5;
  --light-color-scheme-orange-dark-200: #ffd6ae;
  --light-color-scheme-orange-dark-300: #ff9c66;
  --light-color-scheme-orange-dark-400: #ff692e;
  --light-color-scheme-orange-dark-500: #ff4405;
  --light-color-scheme-orange-dark-600: #e62e05;
  --light-color-scheme-orange-dark-700: #bc1b06;
  --light-color-scheme-orange-dark-800: #97180c;
  --light-color-scheme-orange-dark-900: #771a0d;
  --light-color-scheme-orange-25: #fefaf5;
  --light-color-scheme-orange-50: #fef6ee;
  --light-color-scheme-orange-100: #fdead7;
  --light-color-scheme-orange-200: #f9dbaf;
  --light-color-scheme-orange-300: #f7b27a;
  --light-color-scheme-orange-400: #f38744;
  --light-color-scheme-orange-500: #ef6820;
  --light-color-scheme-orange-600: #e04f16;
  --light-color-scheme-orange-700: #b93815;
  --light-color-scheme-orange-800: #932f19;
  --light-color-scheme-orange-900: #772917;
  --light-color-scheme-yellow-25: #fefdf0;
  --light-color-scheme-yellow-50: #fefbe8;
  --light-color-scheme-yellow-100: #fef7c3;
  --light-color-scheme-yellow-200: #feee95;
  --light-color-scheme-yellow-300: #fde272;
  --light-color-scheme-yellow-400: #fac515;
  --light-color-scheme-yellow-500: #eaaa08;
  --light-color-scheme-yellow-600: #ca8504;
  --light-color-scheme-yellow-700: #a15c07;
  --light-color-scheme-yellow-800: #854a0e;
  --light-color-scheme-yellow-900: #713b12;
}

:root.dark {
  --light-color-scheme-base-1: #000000;
  --light-color-scheme-base-2: #ffffff;
}

.t-photo-frame img {
  border-radius: 12px;
}

.t-budget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--light-color-scheme-gray-200);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.t-budget-location {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.t-budget-schedule {
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-600);
}
.t-budget-currency-symbol {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  font-weight: 700;
  color: var(--light-color-scheme-gray-800);
  text-decoration-line: underline;
}
.t-budget-currency-value {
  margin-left: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  font-weight: 600;
  color: var(--light-color-scheme-gray-800);
}

.p-carousel-container {
  position: relative;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  z-index: 10;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--light-color-scheme-gray-200);
  background-color: var(--light-color-scheme-base-1);
  padding: 0.375rem;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.p-carousel .p-carousel-content .p-carousel-next {
  position: absolute;
  right: 1rem;
}

.p-carousel .p-carousel-content .p-carousel-prev {
  position: absolute;
  left: 1rem;
}

.t-confirm-dialog .p-dialog {
  width: 100%;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .t-confirm-dialog .p-dialog {
    width: 500px;
    max-width: 43%;
  }
}
.t-confirm-dialog .p-dialog .p-dialog-header {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
}
.t-confirm-dialog .p-dialog .p-dialog-header .p-dialog-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0%;
}
.t-confirm-dialog .p-dialog .p-dialog-content {
  padding-bottom: 0px;
}
.t-confirm-dialog .p-dialog .p-dialog-content .p-confirm-dialog-message {
  margin: 0px;
}
.t-confirm-dialog .p-dialog .p-dialog-footer {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  padding: 1.5rem;
  padding-top: 2rem;
}
.t-confirm-dialog .p-dialog .p-dialog-footer .p-confirm-dialog-reject {
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color-scheme-gray-500);
  background-color: var(--light-color-scheme-base-1);
  color: var(--light-color-scheme-gray-500);
}
.t-confirm-dialog .p-dialog .p-dialog-footer .p-confirm-dialog-accept {
  background-color: var(--light-color-scheme-blue-600);
  color: var(--light-color-scheme-base-1);
}

.chip {
  display: flex;
  width: max-content;
  align-items: center;
  border-radius: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-weight: 500;
}

.t-chip-1 {
  background-color: var(--light-color-scheme-rose-50);
  color: var(--light-color-scheme-rose-700);
}

.t-chip-2 {
  background-color: var(--light-color-scheme-success-50);
  color: var(--light-color-scheme-success-700);
}

.t-chip-3 {
  background-color: var(--light-color-scheme-indigo-50);
  color: var(--light-color-scheme-indigo-700);
}

.t-chip-4 {
  background-color: var(--light-color-scheme-blue-light-50);
  color: var(--light-color-scheme-blue-light-700);
}

.t-chip-5 {
  background-color: var(--light-color-scheme-purple-50);
  color: var(--light-color-scheme-purple-700);
}

.t-chip-6 {
  background-color: var(--light-color-scheme-orange-50);
  color: var(--light-color-scheme-orange-700);
}

.t-chip-7 {
  background-color: var(--light-color-scheme-error-50);
  color: var(--light-color-scheme-error-700);
}

.t-chip-8 {
  background-color: var(--light-color-scheme-warning-50);
  color: var(--light-color-scheme-warning-700);
}

.p-contextmenu {
  padding: 0px;
  --tw-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 1px solid #eaecf0 !important;
}
.p-contextmenu .p-menuitem-link {
  margin: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
.p-contextmenu .p-menuitem-link:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: var(--light-color-scheme-gray-100);
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: var(--light-color-scheme-primary-600);
}

.p-overlaypanel {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.p-overlaypanel.t-gap-above {
  margin-top: 0.25rem !important;
}
.p-overlaypanel .p-overlaypanel-content {
  max-height: 16rem;
  overflow-y: auto;
  border-radius: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.p-overlaypanel.t-user-management-table-filter-overlay .p-overlaypanel-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: visible;
}
.p-overlaypanel.center {
  --tw-translate-x: 0px !important;
  --tw-translate-y: 0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@media (min-width: 768px) {
  .p-overlaypanel.center {
    --tw-translate-x: calc(-50% + 0.625rem) !important;
    --tw-translate-y: 0.25rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}
.p-overlaypanel.right {
  margin-top: 0.25rem !important;
  width: 8.5rem !important;
}
.p-overlaypanel.p-component::after, .p-overlaypanel.p-component::before {
  content: none;
}
.p-overlaypanel ::-webkit-scrollbar {
  width: 0.125rem;
}
.p-overlaypanel ::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--light-color-scheme-gray-200);
}
.p-overlaypanel .p-menuitem-link:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.p-overlaypanel .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: var(--light-color-scheme-gray-200);
}
.p-overlaypanel .p-menuitem-link:not(.p-disabled):hover {
  background-color: var(--light-color-scheme-gray-100);
}
.p-overlaypanel .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-overlaypanel .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-overlaypanel .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: var(--light-color-scheme-gray-700);
}
.p-overlaypanel.panel-account-balance-calendar .p-overlaypanel-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: auto;
  border-radius: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-toast .p-toast-message.p-toast-message-success, .p-toast .p-toast-message.p-toast-message-error {
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
}
.p-toast .p-toast-message.p-toast-message-success {
  border-color: var(--light-color-scheme-success-300);
  background-color: var(--light-color-scheme-success-25);
  color: var(--light-color-scheme-success-700);
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0%;
  font-weight: 600;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon .sctr-icon-message-check-circle::before {
  color: var(--light-color-scheme-success-700);
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: var(--light-color-scheme-success-500);
}
.p-toast .p-toast-message.p-toast-message-error {
  border-color: var(--light-color-scheme-error-300);
  background-color: var(--light-color-scheme-error-25);
  color: var(--light-color-scheme-error-700);
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0%;
  font-weight: 600;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon .sctr-icon-x-circle::before {
  color: var(--light-color-scheme-error-700);
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: var(--light-color-scheme-error-700);
}
.p-toast .p-toast-message .p-toast-message-content {
  align-items: center;
  border-width: 0px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 600;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  display: none;
}

.t-show-toast-detail .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  display: block;
}

.t-input-custom .p-inputtext {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
}
.t-input-custom .p-inputtext:enabled:focus {
  border-color: var(--light-color-scheme-primary-300);
  background-color: var(--light-color-scheme-base-1);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-input-custom .p-inputtext:hover {
  border-color: var(--light-color-scheme-primary-300);
  background-color: var(--light-color-scheme-base-1);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  display: flex;
}
.t-multiselect-custom1 .p-multiselect {
  min-height: 2.75rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--light-color-scheme-gray-300);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-700);
}
.t-multiselect-custom1 .p-multiselect:hover {
  border-color: var(--light-color-scheme-primary-300);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect ::-webkit-scrollbar {
  width: 0.375rem;
}
.t-multiselect-custom1 .p-multiselect ::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: var(--light-color-scheme-gray-300);
}
.t-multiselect-custom1 .p-multiselect .p-multiselect-label {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.t-multiselect-custom1 .p-multiselect .p-overlay.p-component {
  top: 100%;
}
.t-multiselect-custom1 .p-multiselect-items-wrapper {
  max-height: 25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  height: 2.75rem;
  min-height: 2.75rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-gray-100);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight {
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-600);
  color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox .p-checkbox-box {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox .p-checkbox-box .p-checkbox-icon {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background-color: var(--light-color-scheme-primary-600);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  background-color: var(--light-color-scheme-primary-600);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  height: 2.75rem;
  min-height: 2.75rem;
  border-radius: 0.5rem;
  background-color: var(--light-color-scheme-base-1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  border-radius: 0.5rem;
  background-color: var(--light-color-scheme-gray-100);
}
.t-multiselect-custom1 .p-multiselect-header {
  background-color: var(--light-color-scheme-gray-100);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-gray-100);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight {
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-600);
  color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox .p-checkbox-box {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox {
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox .p-checkbox-box .p-checkbox-icon {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background-color: var(--light-color-scheme-primary-600);
}
.t-multiselect-custom1 .p-multiselect-header .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  border-color: var(--light-color-scheme-primary-600);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect-header .p-multiselect-close {
  display: none;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-filter-container {
  display: flex;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: auto;
  left: 1rem;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-filter-container input.p-inputtext.p-multiselect-filter {
  height: 2.5rem;
  padding-left: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
}
.t-multiselect-custom1 .p-multiselect-panel .p-multiselect-filter-container input.p-inputtext.p-multiselect-filter:enabled:hover, .t-multiselect-custom1 .p-multiselect-panel .p-multiselect-filter-container input.p-inputtext.p-multiselect-filter:enabled:focus {
  border-color: var(--light-color-scheme-primary-300);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect:not(.p-disabled).p-focus {
  border-color: var(--light-color-scheme-primary-300);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.t-multiselect-custom1 .p-multiselect-label {
  white-space: normal;
}
.t-multiselect-custom1 .p-multiselect .p-multiselect-label.p-placeholder {
  color: var(--light-color-scheme-gray-400);
}
.t-multiselect-custom1 .p-overlay {
  width: 100%;
  min-width: 0px !important;
}

.t-dropdown-custom .p-dropdown {
  display: flex;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-700);
}
.t-dropdown-custom .p-dropdown .p-dropdown-trigger {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 1rem;
  padding-left: 0px;
  width: unset;
}
.t-dropdown-custom .p-dropdown .p-dropdown-label.p-inputtext {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-700);
}
.t-dropdown-custom .p-dropdown .p-dropdown-label.p-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-400);
}
.t-dropdown-custom .p-dropdown .p-dropdown-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-700);
}
.t-dropdown-custom .p-dropdown:not(.p-disabled).p-focus, .t-dropdown-custom .p-dropdown:not(.p-disabled):hover {
  border-width: 1px;
  border-color: var(--light-color-scheme-primary-300);
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.t-dropdown-custom .p-dropdown ::-webkit-scrollbar {
  width: 0.375rem;
}
.t-dropdown-custom .p-dropdown ::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: var(--light-color-scheme-gray-300);
}
.t-dropdown-custom .p-dropdown .p-dropdown-panel .p-dropdown-items {
  padding: 0.25rem;
}
.t-dropdown-custom .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.t-dropdown-custom .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item:hover, .t-dropdown-custom .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  border-radius: 0.5rem;
  background-color: var(--light-color-scheme-gray-100);
}
.t-dropdown-custom.ng-invalid.ng-touched .p-dropdown.p-component, .t-dropdown-custom.ng-invalid.ng-dirty .p-dropdown.p-component {
  border-color: var(--light-color-scheme-error-600);
}

.t-table-custom .p-datatable .p-datatable-header {
  border-top-width: 0px;
  background-color: var(--light-color-scheme-base-1);
}
.t-table-custom .p-datatable .p-datatable-thead > tr > th {
  background-color: var(--light-color-scheme-gray-100);
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}
.t-table-custom .p-datatable .p-datatable-tbody > tr > td {
  height: 3.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t-table-custom .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background-color: var(--light-color-scheme-base-1);
}
.t-table-custom .p-datatable .p-sortable-column.p-highlight:hover {
  background-color: var(--light-color-scheme-primary-100);
  color: var(--light-color-scheme-primary-700);
}
.t-table-custom .p-datatable .p-sortable-column.p-highlight:hover i::before {
  color: var(--light-color-scheme-primary-700);
}
.t-table-custom .p-datatable .p-sortable-column:focus {
  background-color: var(--light-color-scheme-primary-100);
  color: var(--light-color-scheme-primary-700);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-tooltip .p-tooltip-text {
  background-color: var(--light-color-scheme-base-1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}

.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: var(--light-color-scheme-base-1);
}

.language-setting {
  width: 480px;
}
.language-setting .cancel-language-btn .p-button {
  align-items: center;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--light-color-scheme-gray-700);
}
.language-setting .cancel-language-btn .p-button:enabled:hover {
  align-items: center;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--light-color-scheme-gray-700);
}
.language-setting .confirm-language-btn .p-button {
  align-items: center;
  background-color: var(--light-color-scheme-primary-600);
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--light-color-scheme-base-1);
}
.sign-out-dialog .p-dialog-content {
  padding: 0px;
}
.sign-out-dialog .cancel-sign-out-btn {
  width: 50%;
}
.sign-out-dialog .cancel-sign-out-btn .p-button {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-gray-700);
}
.sign-out-dialog .cancel-sign-out-btn .p-button:enabled:hover {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-gray-700);
}
.sign-out-dialog .confirm-sign-out-btn {
  width: 50%;
}
.sign-out-dialog .confirm-sign-out-btn .p-button {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  background-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}
.sign-out-dialog .confirm-sign-out-btn .p-button:enabled:hover {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  background-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}

.create-account .p-dialog-content {
  padding: 0px;
}
.create-account .create-acc-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-500);
}
.create-account .cancel-create-btn {
  width: 50%;
}
.create-account .cancel-create-btn .p-button {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-gray-700);
}
.create-account .cancel-create-btn .p-button:enabled:hover {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-gray-700);
}
.create-account .confirm-create-btn {
  width: 50%;
}
.create-account .confirm-create-btn .p-button {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  background-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}
.create-account .confirm-create-btn .p-button:enabled:hover {
  width: 100%;
  justify-content: center;
  border-width: 1px;
  border-color: var(--light-color-scheme-blue-700);
  background-color: var(--light-color-scheme-blue-700);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--light-color-scheme-base-1);
}

.custom-noti-mobile > div:first-of-type {
  position: fixed;
  z-index: 9999;
}

.custom-mega-menu-mobile > div:first-of-type {
  position: fixed;
  z-index: 9999;
}

@media (max-width: 768px) {
  .menu-header i {
    color: var(--light-color-scheme-gray-500);
  }
}
#download-app-popup {
  z-index: 9999 !important;
}

.t-checkbox-custom {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
}
.t-checkbox-custom .p-checkbox {
  width: 20px !important;
  height: 20px !important;
  border-radius: 6px !important;
}
.t-checkbox-custom .p-checkbox-box {
  width: 20px !important;
  height: 20px !important;
  background-color: #fff !important;
  border-radius: 6px;
  border: 1px solid #d0d5dd !important;
  padding: 3px !important;
  justify-content: center;
  align-items: center !important;
  text-align: center;
}
.t-checkbox-custom .p-checkbox-icon {
  width: 14px !important;
  height: 14px !important;
  color: #1570ef !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.t-checkbox-custom .p-checkbox-box:hover {
  background-color: #fff !important;
  border-color: #1570ef !important;
}
.t-checkbox-custom .p-checkbox-box.p-highlight {
  border-color: #1570ef !important;
  background: #eff8ff !important;
}
.t-checkbox-custom .p-checkbox-box .p-checkbox-icon .pi .pi-check {
  width: 14px !important;
  height: 14px !important;
  color: #1570ef !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.t-checkbox-custom .p-checkbox-box.p-focus {
  box-shadow: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: local("Inter-Thin"), url("/assets/fonts/Inter/static/Inter-Thin.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: local("Inter-ExtraLight"), url("/assets/fonts/Inter/static/Inter-ExtraLight.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: local("Inter-Light"), url("/assets/fonts/Inter/static/Inter-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter-Regular"), url("/assets/fonts/Inter/static/Inter-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 600;
  src: local("Inter-Italic"), url("/assets/fonts/Inter/static/Inter-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700 900;
  src: local("Inter-Bold-Italic"), url("/assets/fonts/Inter/static/Inter-Bold-Italic-700.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local("Inter-Medium"), url("/assets/fonts/Inter/static/Inter-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local("Inter-Semibold"), url("/assets/fonts/Inter/static/Inter-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter-Bold"), url("/assets/fonts/Inter/static/Inter-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: local("Inter-ExtraBold"), url("/assets/fonts/Inter/static/Inter-ExtraBold.ttf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: local("Inter-Black"), url("/assets/fonts/Inter/static/Inter-Black.ttf") format("opentype");
}
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 700;
  src: local("Amiri-Bold"), url("/assets/fonts/Amiri/Amiri-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: 700;
  src: local("Amiri-BoldItalic"), url("/assets/fonts/Amiri/Amiri-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: 400;
  src: local("Amiri-Italic"), url("/assets/fonts/Amiri/Amiri-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  src: local("Amiri-Regular"), url("/assets/fonts/Amiri/Amiri-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Italianno";
  font-style: normal;
  font-weight: 400;
  src: local("Italianno-Regular"), url("/assets/fonts/Italianno/Italianno-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "EBGaramond";
  font-style: normal;
  font-weight: 700;
  src: local("EBGaramond-Bold"), url("/assets/fonts/EB_Garamond/static/EBGaramond-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "TimesNewRoman";
  font-style: normal;
  font-weight: 400;
  src: local("TimesNewRoman"), url('TimesNewRoman.ttf') format("opentype");
}
@font-face {
  font-family: "TimesNewRoman";
  font-style: italic;
  font-weight: 400 600;
  src: local("TimesNewRoman_Italic"), url('TimesNewRoman_Italic.ttf') format("opentype");
}
@font-face {
  font-family: "TimesNewRoman";
  font-style: italic;
  font-weight: 700 900;
  src: local("TimesNewRoman_BoldItalic"), url('TimesNewRoman_BoldItalic.ttf') format("opentype");
}
@font-face {
  font-family: "TimesNewRoman";
  font-style: normal;
  font-weight: 700;
  src: local("TimesNewRoman_Bold"), url('TimesNewRoman_Bold.ttf') format("opentype");
}
:root {
  color-scheme: light dark;
  font-size: 16px;
  font-family: Inter, Amiri, Italianno, EBGaramond, TimesNewRoman, Helvetica, Arial, sans-serif;
  line-height: var(--text-line-height-lg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  --color-scheme-base-1: var(--light-color-scheme-base-1);
  --color-scheme-base-2: var(--light-color-scheme-base-2);
  --color-scheme-gray-25: var(--light-color-scheme-gray-25);
  --color-scheme-gray-50: var(--light-color-scheme-gray-50);
  --color-scheme-gray-100: var(--light-color-scheme-gray-100);
  --color-scheme-gray-200: var(--light-color-scheme-gray-200);
  --color-scheme-gray-300: var(--light-color-scheme-gray-300);
  --color-scheme-gray-400: var(--light-color-scheme-gray-400);
  --color-scheme-gray-500: var(--light-color-scheme-gray-500);
  --color-scheme-gray-600: var(--light-color-scheme-gray-600);
  --color-scheme-gray-700: var(--light-color-scheme-gray-700);
  --color-scheme-gray-800: var(--light-color-scheme-gray-800);
  --color-scheme-gray-900: var(--light-color-scheme-gray-900);
  --color-scheme-primary-25: var(--light-color-scheme-primary-25);
  --color-scheme-primary-50: var(--light-color-scheme-primary-50);
  --color-scheme-primary-100: var(--light-color-scheme-primary-100);
  --color-scheme-primary-200: var(--light-color-scheme-primary-200);
  --color-scheme-primary-300: var(--light-color-scheme-primary-300);
  --color-scheme-primary-400: var(--light-color-scheme-primary-400);
  --color-scheme-primary-500: var(--light-color-scheme-primary-500);
  --color-scheme-primary-600: var(--light-color-scheme-primary-600);
  --color-scheme-primary-700: var(--light-color-scheme-primary-700);
  --color-scheme-primary-800: var(--light-color-scheme-primary-800);
  --color-scheme-primary-900: var(--light-color-scheme-primary-900);
  --color-scheme-error-25: var(--light-color-scheme-error-25);
  --color-scheme-error-50: var(--light-color-scheme-error-50);
  --color-scheme-error-100: var(--light-color-scheme-error-100);
  --color-scheme-error-200: var(--light-color-scheme-error-200);
  --color-scheme-error-300: var(--light-color-scheme-error-300);
  --color-scheme-error-400: var(--light-color-scheme-error-400);
  --color-scheme-error-500: var(--light-color-scheme-error-500);
  --color-scheme-error-600: var(--light-color-scheme-error-600);
  --color-scheme-error-700: var(--light-color-scheme-error-700);
  --color-scheme-error-800: var(--light-color-scheme-error-800);
  --color-scheme-error-900: var(--light-color-scheme-error-900);
  --color-scheme-warning-25: var(--light-color-scheme-warning-25);
  --color-scheme-warning-50: var(--light-color-scheme-warning-50);
  --color-scheme-warning-100: var(--light-color-scheme-warning-100);
  --color-scheme-warning-200: var(--light-color-scheme-warning-200);
  --color-scheme-warning-300: var(--light-color-scheme-warning-300);
  --color-scheme-warning-400: var(--light-color-scheme-warning-400);
  --color-scheme-warning-500: var(--light-color-scheme-warning-500);
  --color-scheme-warning-600: var(--light-color-scheme-warning-600);
  --color-scheme-warning-700: var(--light-color-scheme-warning-700);
  --color-scheme-warning-800: var(--light-color-scheme-warning-800);
  --color-scheme-warning-900: var(--light-color-scheme-warning-900);
  --color-scheme-success-25: var(--light-color-scheme-success-25);
  --color-scheme-success-50: var(--light-color-scheme-success-50);
  --color-scheme-success-100: var(--light-color-scheme-success-100);
  --color-scheme-success-200: var(--light-color-scheme-success-200);
  --color-scheme-success-300: var(--light-color-scheme-success-300);
  --color-scheme-success-400: var(--light-color-scheme-success-400);
  --color-scheme-success-500: var(--light-color-scheme-success-500);
  --color-scheme-success-600: var(--light-color-scheme-success-600);
  --color-scheme-success-700: var(--light-color-scheme-success-700);
  --color-scheme-success-800: var(--light-color-scheme-success-800);
  --color-scheme-success-900: var(--light-color-scheme-success-900);
  --color-scheme-moss-25: var(--light-color-scheme-moss-25);
  --color-scheme-moss-50: var(--light-color-scheme-moss-50);
  --color-scheme-moss-100: var(--light-color-scheme-moss-100);
  --color-scheme-moss-200: var(--light-color-scheme-moss-200);
  --color-scheme-moss-300: var(--light-color-scheme-moss-300);
  --color-scheme-moss-400: var(--light-color-scheme-moss-400);
  --color-scheme-moss-500: var(--light-color-scheme-moss-500);
  --color-scheme-moss-600: var(--light-color-scheme-moss-600);
  --color-scheme-moss-700: var(--light-color-scheme-moss-700);
  --color-scheme-moss-800: var(--light-color-scheme-moss-800);
  --color-scheme-moss-900: var(--light-color-scheme-moss-900);
  --color-scheme-green-light-25: var(--light-color-scheme-green-light-25);
  --color-scheme-green-light-50: var(--light-color-scheme-green-light-50);
  --color-scheme-green-light-100: var(--light-color-scheme-green-light-100);
  --color-scheme-green-light-200: var(--light-color-scheme-green-light-200);
  --color-scheme-green-light-300: var(--light-color-scheme-green-light-300);
  --color-scheme-green-light-400: var(--light-color-scheme-green-light-400);
  --color-scheme-green-light-500: var(--light-color-scheme-green-light-500);
  --color-scheme-green-light-600: var(--light-color-scheme-green-light-600);
  --color-scheme-green-light-700: var(--light-color-scheme-green-light-700);
  --color-scheme-green-light-800: var(--light-color-scheme-green-light-800);
  --color-scheme-green-light-900: var(--light-color-scheme-green-light-900);
  --color-scheme-green-25: var(--light-color-scheme-green-25);
  --color-scheme-green-50: var(--light-color-scheme-green-50);
  --color-scheme-green-100: var(--light-color-scheme-green-100);
  --color-scheme-green-200: var(--light-color-scheme-green-200);
  --color-scheme-green-300: var(--light-color-scheme-green-300);
  --color-scheme-green-400: var(--light-color-scheme-green-400);
  --color-scheme-green-500: var(--light-color-scheme-green-500);
  --color-scheme-green-600: var(--light-color-scheme-green-600);
  --color-scheme-green-700: var(--light-color-scheme-green-700);
  --color-scheme-green-800: var(--light-color-scheme-green-800);
  --color-scheme-green-900: var(--light-color-scheme-green-900);
  --color-scheme-teal-25: var(--light-color-scheme-teal-25);
  --color-scheme-teal-50: var(--light-color-scheme-teal-50);
  --color-scheme-teal-100: var(--light-color-scheme-teal-100);
  --color-scheme-teal-200: var(--light-color-scheme-teal-200);
  --color-scheme-teal-300: var(--light-color-scheme-teal-300);
  --color-scheme-teal-400: var(--light-color-scheme-teal-400);
  --color-scheme-teal-500: var(--light-color-scheme-teal-500);
  --color-scheme-teal-600: var(--light-color-scheme-teal-600);
  --color-scheme-teal-700: var(--light-color-scheme-teal-700);
  --color-scheme-teal-800: var(--light-color-scheme-teal-800);
  --color-scheme-teal-900: var(--light-color-scheme-teal-900);
  --color-scheme-cyan-25: var(--light-color-scheme-cyan-25);
  --color-scheme-cyan-50: var(--light-color-scheme-cyan-50);
  --color-scheme-cyan-100: var(--light-color-scheme-cyan-100);
  --color-scheme-cyan-200: var(--light-color-scheme-cyan-200);
  --color-scheme-cyan-300: var(--light-color-scheme-cyan-300);
  --color-scheme-cyan-400: var(--light-color-scheme-cyan-400);
  --color-scheme-cyan-500: var(--light-color-scheme-cyan-500);
  --color-scheme-cyan-600: var(--light-color-scheme-cyan-600);
  --color-scheme-cyan-700: var(--light-color-scheme-cyan-700);
  --color-scheme-cyan-800: var(--light-color-scheme-cyan-800);
  --color-scheme-cyan-900: var(--light-color-scheme-cyan-900);
  --color-scheme-blue-light-25: var(--light-color-scheme-blue-light-25);
  --color-scheme-blue-light-50: var(--light-color-scheme-blue-light-50);
  --color-scheme-blue-light-100: var(--light-color-scheme-blue-light-100);
  --color-scheme-blue-light-200: var(--light-color-scheme-blue-light-200);
  --color-scheme-blue-light-300: var(--light-color-scheme-blue-light-300);
  --color-scheme-blue-light-400: var(--light-color-scheme-blue-light-400);
  --color-scheme-blue-light-500: var(--light-color-scheme-blue-light-500);
  --color-scheme-blue-light-600: var(--light-color-scheme-blue-light-600);
  --color-scheme-blue-light-700: var(--light-color-scheme-blue-light-700);
  --color-scheme-blue-light-800: var(--light-color-scheme-blue-light-800);
  --color-scheme-blue-light-900: var(--light-color-scheme-blue-light-900);
  --color-scheme-blue-25: var(--light-color-scheme-blue-25);
  --color-scheme-blue-50: var(--light-color-scheme-blue-50);
  --color-scheme-blue-100: var(--light-color-scheme-blue-100);
  --color-scheme-blue-200: var(--light-color-scheme-blue-200);
  --color-scheme-blue-300: var(--light-color-scheme-blue-300);
  --color-scheme-blue-400: var(--light-color-scheme-blue-400);
  --color-scheme-blue-500: var(--light-color-scheme-blue-500);
  --color-scheme-blue-600: var(--light-color-scheme-blue-600);
  --color-scheme-blue-700: var(--light-color-scheme-blue-700);
  --color-scheme-blue-800: var(--light-color-scheme-blue-800);
  --color-scheme-blue-900: var(--light-color-scheme-blue-900);
  --color-scheme-blue-dark-25: var(--light-color-scheme-blue-dark-25);
  --color-scheme-blue-dark-50: var(--light-color-scheme-blue-dark-50);
  --color-scheme-blue-dark-100: var(--light-color-scheme-blue-dark-100);
  --color-scheme-blue-dark-200: var(--light-color-scheme-blue-dark-200);
  --color-scheme-blue-dark-300: var(--light-color-scheme-blue-dark-300);
  --color-scheme-blue-dark-400: var(--light-color-scheme-blue-dark-400);
  --color-scheme-blue-dark-500: var(--light-color-scheme-blue-dark-500);
  --color-scheme-blue-dark-600: var(--light-color-scheme-blue-dark-600);
  --color-scheme-blue-dark-700: var(--light-color-scheme-blue-dark-700);
  --color-scheme-blue-dark-800: var(--light-color-scheme-blue-dark-800);
  --color-scheme-blue-dark-900: var(--light-color-scheme-blue-dark-900);
  --color-scheme-indigo-25: var(--light-color-scheme-indigo-25);
  --color-scheme-indigo-50: var(--light-color-scheme-indigo-50);
  --color-scheme-indigo-100: var(--light-color-scheme-indigo-100);
  --color-scheme-indigo-200: var(--light-color-scheme-indigo-200);
  --color-scheme-indigo-300: var(--light-color-scheme-indigo-300);
  --color-scheme-indigo-400: var(--light-color-scheme-indigo-400);
  --color-scheme-indigo-500: var(--light-color-scheme-indigo-500);
  --color-scheme-indigo-600: var(--light-color-scheme-indigo-600);
  --color-scheme-indigo-700: var(--light-color-scheme-indigo-700);
  --color-scheme-indigo-800: var(--light-color-scheme-indigo-800);
  --color-scheme-indigo-900: var(--light-color-scheme-indigo-900);
  --color-scheme-violet-25: var(--light-color-scheme-violet-25);
  --color-scheme-violet-50: var(--light-color-scheme-violet-50);
  --color-scheme-violet-100: var(--light-color-scheme-violet-100);
  --color-scheme-violet-200: var(--light-color-scheme-violet-200);
  --color-scheme-violet-300: var(--light-color-scheme-violet-300);
  --color-scheme-violet-400: var(--light-color-scheme-violet-400);
  --color-scheme-violet-500: var(--light-color-scheme-violet-500);
  --color-scheme-violet-600: var(--light-color-scheme-violet-600);
  --color-scheme-violet-700: var(--light-color-scheme-violet-700);
  --color-scheme-violet-800: var(--light-color-scheme-violet-800);
  --color-scheme-violet-900: var(--light-color-scheme-violet-900);
  --color-scheme-purple-25: var(--light-color-scheme-purple-25);
  --color-scheme-purple-50: var(--light-color-scheme-purple-50);
  --color-scheme-purple-100: var(--light-color-scheme-purple-100);
  --color-scheme-purple-200: var(--light-color-scheme-purple-200);
  --color-scheme-purple-300: var(--light-color-scheme-purple-300);
  --color-scheme-purple-400: var(--light-color-scheme-purple-400);
  --color-scheme-purple-500: var(--light-color-scheme-purple-500);
  --color-scheme-purple-600: var(--light-color-scheme-purple-600);
  --color-scheme-purple-700: var(--light-color-scheme-purple-700);
  --color-scheme-purple-800: var(--light-color-scheme-purple-800);
  --color-scheme-purple-900: var(--light-color-scheme-purple-900);
  --color-scheme-fuchsia-25: var(--light-color-scheme-fuchsia-25);
  --color-scheme-fuchsia-50: var(--light-color-scheme-fuchsia-50);
  --color-scheme-fuchsia-100: var(--light-color-scheme-fuchsia-100);
  --color-scheme-fuchsia-200: var(--light-color-scheme-fuchsia-200);
  --color-scheme-fuchsia-300: var(--light-color-scheme-fuchsia-300);
  --color-scheme-fuchsia-400: var(--light-color-scheme-fuchsia-400);
  --color-scheme-fuchsia-500: var(--light-color-scheme-fuchsia-500);
  --color-scheme-fuchsia-600: var(--light-color-scheme-fuchsia-600);
  --color-scheme-fuchsia-700: var(--light-color-scheme-fuchsia-700);
  --color-scheme-fuchsia-800: var(--light-color-scheme-fuchsia-800);
  --color-scheme-fuchsia-900: var(--light-color-scheme-fuchsia-900);
  --color-scheme-pink-25: var(--light-color-scheme-pink-25);
  --color-scheme-pink-50: var(--light-color-scheme-pink-50);
  --color-scheme-pink-100: var(--light-color-scheme-pink-100);
  --color-scheme-pink-200: var(--light-color-scheme-pink-200);
  --color-scheme-pink-300: var(--light-color-scheme-pink-300);
  --color-scheme-pink-400: var(--light-color-scheme-pink-400);
  --color-scheme-pink-500: var(--light-color-scheme-pink-500);
  --color-scheme-pink-600: var(--light-color-scheme-pink-600);
  --color-scheme-pink-700: var(--light-color-scheme-pink-700);
  --color-scheme-pink-800: var(--light-color-scheme-pink-800);
  --color-scheme-pink-900: var(--light-color-scheme-pink-900);
  --color-scheme-rose-25: var(--light-color-scheme-rose-25);
  --color-scheme-rose-50: var(--light-color-scheme-rose-50);
  --color-scheme-rose-100: var(--light-color-scheme-rose-100);
  --color-scheme-rose-200: var(--light-color-scheme-rose-200);
  --color-scheme-rose-300: var(--light-color-scheme-rose-300);
  --color-scheme-rose-400: var(--light-color-scheme-rose-400);
  --color-scheme-rose-500: var(--light-color-scheme-rose-500);
  --color-scheme-rose-600: var(--light-color-scheme-rose-600);
  --color-scheme-rose-700: var(--light-color-scheme-rose-700);
  --color-scheme-rose-800: var(--light-color-scheme-rose-800);
  --color-scheme-rose-900: var(--light-color-scheme-rose-900);
  --color-scheme-orange-dark-25: var(--light-color-scheme-orange-dark-25);
  --color-scheme-orange-dark-50: var(--light-color-scheme-orange-dark-50);
  --color-scheme-orange-dark-100: var(--light-color-scheme-orange-dark-100);
  --color-scheme-orange-dark-200: var(--light-color-scheme-orange-dark-200);
  --color-scheme-orange-dark-300: var(--light-color-scheme-orange-dark-300);
  --color-scheme-orange-dark-400: var(--light-color-scheme-orange-dark-400);
  --color-scheme-orange-dark-500: var(--light-color-scheme-orange-dark-500);
  --color-scheme-orange-dark-600: var(--light-color-scheme-orange-dark-600);
  --color-scheme-orange-dark-700: var(--light-color-scheme-orange-dark-700);
  --color-scheme-orange-dark-800: var(--light-color-scheme-orange-dark-800);
  --color-scheme-orange-dark-900: var(--light-color-scheme-orange-dark-900);
  --color-scheme-orange-25: var(--light-color-scheme-orange-25);
  --color-scheme-orange-50: var(--light-color-scheme-orange-50);
  --color-scheme-orange-100: var(--light-color-scheme-orange-100);
  --color-scheme-orange-200: var(--light-color-scheme-orange-200);
  --color-scheme-orange-300: var(--light-color-scheme-orange-300);
  --color-scheme-orange-400: var(--light-color-scheme-orange-400);
  --color-scheme-orange-500: var(--light-color-scheme-orange-500);
  --color-scheme-orange-600: var(--light-color-scheme-orange-600);
  --color-scheme-orange-700: var(--light-color-scheme-orange-700);
  --color-scheme-orange-800: var(--light-color-scheme-orange-800);
  --color-scheme-orange-900: var(--light-color-scheme-orange-900);
  --color-scheme-yellow-25: var(--light-color-scheme-yellow-25);
  --color-scheme-yellow-50: var(--light-color-scheme-yellow-50);
  --color-scheme-yellow-100: var(--light-color-scheme-yellow-100);
  --color-scheme-yellow-200: var(--light-color-scheme-yellow-200);
  --color-scheme-yellow-300: var(--light-color-scheme-yellow-300);
  --color-scheme-yellow-400: var(--light-color-scheme-yellow-400);
  --color-scheme-yellow-500: var(--light-color-scheme-yellow-500);
  --color-scheme-yellow-600: var(--light-color-scheme-yellow-600);
  --color-scheme-yellow-700: var(--light-color-scheme-yellow-700);
  --color-scheme-yellow-800: var(--light-color-scheme-yellow-800);
  --color-scheme-yellow-900: var(--light-color-scheme-yellow-900);
}

body,
body .p-component {
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.t-tooltip-light.p-tooltip-top .p-tooltip-arrow {
  border-top-color: var(--light-color-scheme-base-1);
}
.t-tooltip-light.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: var(--light-color-scheme-base-1);
}
.t-tooltip-light.p-tooltip-left .p-tooltip-arrow {
  border-left-color: var(--light-color-scheme-base-1);
}
.t-tooltip-light.p-tooltip-right .p-tooltip-arrow {
  border-right-color: var(--light-color-scheme-base-1);
}
.t-tooltip-light .p-tooltip-text {
  background-color: var(--light-color-scheme-base-1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--light-color-scheme-gray-700);
}

.t-more-categories-panel .p-overlaypanel-content {
  display: flex;
  max-width: 20rem;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  --tw-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.t-column-overlay-panel .p-overlaypanel-content {
  display: flex;
  max-width: 20rem;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem;
  --tw-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --tw-shadow-colored: 0px 4px 6px -2px var(--tw-shadow-color), 0px 12px 16px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.t-rich-text .ql-editor {
  padding: 0px;
}
.t-rich-text a {
  color: #06c;
  text-decoration: underline;
}
.t-rich-text h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.t-rich-text h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
}
.t-rich-text blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.t-rich-text .mention {
  color: #06c;
  text-decoration: underline;
}

.t-toast .p-toast {
  top: 92px;
}
.t-toast .p-toast .p-element .ng-trigger {
  margin: 0px;
  min-height: 52px;
  width: 400px;
  gap: 0.75rem;
  padding-top: 0px;
}
.t-toast .p-toast .p-element .ng-trigger .p-toast-message-icon {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
.t-toast .p-toast .p-element .ng-trigger .p-toast-detail {
  margin: 0px;
}
.t-toast .p-toast .p-element .ng-trigger .p-toast-icon-close {
  height: 1.25rem;
  width: 1.25rem;
}

.t-radio-btn .p-radiobutton .p-radiobutton-box {
  border-width: 1px;
}
.t-radio-btn .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  height: 0.625rem;
  width: 0.625rem;
}
.t-radio-btn .p-radiobutton .p-radiobutton-box.p-highlight {
  border-width: 1px;
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-50);
}
.t-radio-btn .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
  background-color: var(--light-color-scheme-primary-600);
}
.t-radio-btn .p-radiobutton .p-radiobutton-box.p-highlight.p-focus {
  border-width: 1px;
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-50);
}
.t-radio-btn .p-radiobutton .p-radiobutton-box.p-highlight.p-focus .p-radiobutton-icon {
  background-color: var(--light-color-scheme-primary-600);
}
.t-radio-btn .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-width: 1px;
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-50);
}
.t-radio-btn .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  border-width: 1px;
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-primary-50);
}

.t-inputswitch .p-inputswitch {
  height: 1.25rem;
  width: 2.25rem;
}
.t-inputswitch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: var(--light-color-scheme-primary-600);
}
.t-inputswitch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:hover {
  background-color: var(--light-color-scheme-primary-700);
}
.t-inputswitch .p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem var(--color-scheme-primary-100);
}
.t-inputswitch .p-inputswitch .p-inputswitch-slider:before {
  left: 0.125rem;
  margin-top: -0.5rem;
  height: 1rem;
  width: 1rem;
}
.t-inputswitch .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1rem);
}

.p-slidemenu {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 1px solid white !important;
  background: white !important;
}

app-telephone-input.ng-invalid.ng-touched input.ng-invalid.t-error-validation {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

/* Change the autofill color of input */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgb(232, 240, 254) inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--light-color-scheme-gray-700) !important;
}

.shepherd-element {
  font-family: Inter, Helvetica, Arial, sans-serif;
  color: var(--light-color-scheme-gray-700);
}
.shepherd-element .shepherd-content .shepherd-header {
  background-color: var(--light-color-scheme-gray-200);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 600;
  color: var(--light-color-scheme-gray-900);
}
.shepherd-element .shepherd-content .shepherd-text {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  color: var(--light-color-scheme-gray-700);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button {
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  font-weight: 500;
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.secondary-button {
  background-color: var(--light-color-scheme-gray-200);
  color: var(--light-color-scheme-gray-700);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.secondary-button:hover {
  background-color: var(--light-color-scheme-gray-300);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.outline-secondary-button {
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color-scheme-gray-300);
  background-color: var(--light-color-scheme-base-1);
  color: var(--light-color-scheme-gray-700);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.outline-secondary-button:hover {
  background-color: var(--light-color-scheme-gray-200);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.primary-button {
  background-color: var(--light-color-scheme-primary-600);
  color: var(--light-color-scheme-base-1);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.primary-button:hover {
  background-color: var(--light-color-scheme-primary-700);
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.outline-primary-button {
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color-scheme-primary-600);
  background-color: var(--light-color-scheme-base-1);
  color: var(--light-color-scheme-primary-600);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.shepherd-element .shepherd-content .shepherd-footer .shepherd-button.outline-primary-button:hover {
  background-color: var(--light-color-scheme-primary-600);
  color: var(--light-color-scheme-base-1);
}

.shepherd-modal-is-visible.shepherd-modal-overlay-container {
  fill: rgba(0, 0, 0, 0.5);
}

@keyframes touch-effect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.placeholder\:text-gray-400::placeholder {
  color: var(--light-color-scheme-gray-400);
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.last-of-type\:ml-auto:last-of-type {
  margin-left: auto;
}

.focus-within\:border-primary-300:focus-within {
  border-color: var(--light-color-scheme-primary-300);
}

.focus-within\:border-primary-600:focus-within {
  border-color: var(--light-color-scheme-primary-600);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:border-blue-600:hover {
  border-color: var(--light-color-scheme-blue-600);
}

.hover\:border-blue-700:hover {
  border-color: var(--light-color-scheme-blue-700);
}

.hover\:border-gray-400:hover {
  border-color: var(--light-color-scheme-gray-400);
}

.hover\:border-primary-300:hover {
  border-color: var(--light-color-scheme-primary-300);
}

.hover\:border-primary-600:hover {
  border-color: var(--light-color-scheme-primary-600);
}

.hover\:\!bg-error-600:hover {
  background-color: var(--light-color-scheme-error-600) !important;
}

.hover\:\!bg-gray-50:hover {
  background-color: var(--light-color-scheme-gray-50) !important;
}

.hover\:\!bg-primary-500:hover {
  background-color: var(--light-color-scheme-primary-500) !important;
}

.hover\:bg-black:hover {
  background-color: var(--light-color-scheme-base-2);
}

.hover\:bg-blue-500:hover {
  background-color: var(--light-color-scheme-blue-500);
}

.hover\:bg-blue-700:hover {
  background-color: var(--light-color-scheme-blue-700);
}

.hover\:bg-blue-900:hover {
  background-color: var(--light-color-scheme-blue-900);
}

.hover\:bg-gray-100:hover {
  background-color: var(--light-color-scheme-gray-100);
}

.hover\:bg-gray-200:hover {
  background-color: var(--light-color-scheme-gray-200);
}

.hover\:bg-gray-300:hover {
  background-color: var(--light-color-scheme-gray-300);
}

.hover\:bg-gray-50:hover {
  background-color: var(--light-color-scheme-gray-50);
}

.hover\:bg-gray-700:hover {
  background-color: var(--light-color-scheme-gray-700);
}

.hover\:bg-palette-gray-100:hover {
  background-color: var(--light-color-scheme-gray-100);
}

.hover\:bg-palette-gray-200:hover {
  background-color: var(--light-color-scheme-gray-200);
}

.hover\:bg-primary-200:hover {
  background-color: var(--light-color-scheme-primary-200);
}

.hover\:bg-primary-50:hover {
  background-color: var(--light-color-scheme-primary-50);
}

.hover\:bg-primary-500:hover {
  background-color: var(--light-color-scheme-primary-500);
}

.hover\:bg-primary-700:hover {
  background-color: var(--light-color-scheme-primary-700);
}

.hover\:bg-opacity-\[0\.15\]:hover {
  --tw-bg-opacity: 0.15;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:\!text-\[\#f26a3d\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(242 106 61 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-gray-600:hover {
  color: var(--light-color-scheme-gray-600) !important;
}

.hover\:\!text-primary-600:hover {
  color: var(--light-color-scheme-primary-600) !important;
}

.hover\:text-blue-700:hover {
  color: var(--light-color-scheme-blue-700);
}

.hover\:text-gray-600:hover {
  color: var(--light-color-scheme-gray-600);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.enabled\:hover\:border-primary-600:hover:enabled {
  border-color: var(--light-color-scheme-primary-600);
}

.enabled\:focus\:border-primary-600:focus:enabled {
  border-color: var(--light-color-scheme-primary-600);
}

.enabled\:focus\:shadow-focus-light-primary:focus:enabled {
  --tw-shadow: 0px 0px 0px 4px #EAF3FF, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:bg-primary-400:disabled {
  background-color: var(--light-color-scheme-primary-400);
}

@media not all and (min-width: 1024px) {
  .max-lg\:max-w-\[280px\] {
    max-width: 280px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mt-3 {
    margin-top: 0.75rem;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:h-max {
    height: max-content;
  }
  .max-md\:w-1\/5 {
    width: 20%;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:translate-x-\[calc\(100vw-236px\)\] {
    --tw-translate-x: calc(100vw - 236px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .max-md\:gap-2 {
    gap: 0.5rem;
  }
  .max-md\:\!px-\[2\%\] {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}

@media (min-width: 540px) {
  .min-\[540px\]\:mx-\[30\%\] {
    margin-left: 30%;
    margin-right: 30%;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:w-\[142px\] {
    width: 142px;
  }
  .sm\:w-\[198px\] {
    width: 198px;
  }
  .sm\:w-\[70\%\] {
    width: 70%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-screen {
    width: 100vw;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:bottom-12 {
    bottom: 3rem;
  }
  .md\:right-5 {
    right: 1.25rem;
  }
  .md\:top-\[5\.625rem\] {
    top: 5.625rem;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-\[12\.5\%\] {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .md\:mx-\[30\%\] {
    margin-left: 30%;
    margin-right: 30%;
  }
  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-\[-4\.25rem\] {
    margin-top: -4.25rem;
  }
  .md\:mt-\[3\.125rem\] {
    margin-top: 3.125rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-3 {
    height: 0.75rem;
  }
  .md\:h-9 {
    height: 2.25rem;
  }
  .md\:h-\[200px\] {
    height: 200px;
  }
  .md\:h-\[350px\] {
    height: 350px;
  }
  .md\:h-\[360px\] {
    height: 360px;
  }
  .md\:h-\[364px\] {
    height: 364px;
  }
  .md\:h-\[396px\] {
    height: 396px;
  }
  .md\:h-\[480px\] {
    height: 480px;
  }
  .md\:h-\[8\.625rem\] {
    height: 8.625rem;
  }
  .md\:max-h-\[588px\] {
    max-height: 588px;
  }
  .md\:\!w-9 {
    width: 2.25rem !important;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-\[17\.25rem\] {
    width: 17.25rem;
  }
  .md\:w-\[25rem\] {
    width: 25rem;
  }
  .md\:w-\[282px\] {
    width: 282px;
  }
  .md\:w-\[360px\] {
    width: 360px;
  }
  .md\:w-\[396px\] {
    width: 396px;
  }
  .md\:w-\[47rem\] {
    width: 47rem;
  }
  .md\:w-\[512px\] {
    width: 512px;
  }
  .md\:w-\[800px\] {
    width: 800px;
  }
  .md\:w-\[unset\] {
    width: unset;
  }
  .md\:max-w-\[19\.75rem\] {
    max-width: 19.75rem;
  }
  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-1 {
    gap: 0.25rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:rounded-none {
    border-radius: 0px;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }
  .md\:bg-repeat-round {
    background-repeat: round;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-\[7\.5rem\] {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pr-\[4\.5rem\] {
    padding-right: 4.5rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[30px\]\/\[38px\] {
    font-size: 30px;
    line-height: 38px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0%;
  }
  .md\:text-md {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0%;
  }
  .md\:text-sm {
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0%;
  }
  .md\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0%;
  }
  .md\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media not all and (min-width: 1280px) {
    .md\:max-xl\:\!px-\[8\%\] {
      padding-left: 8% !important;
      padding-right: 8% !important;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:\!flex {
    display: flex !important;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .lg\:\!w-\[40\.5\%\] {
    width: 40.5% !important;
  }
  .lg\:\!w-\[48\%\] {
    width: 48% !important;
  }
  .lg\:\!w-\[50\%\] {
    width: 50% !important;
  }
  .lg\:\!w-\[57\.5\%\] {
    width: 57.5% !important;
  }
  .lg\:w-\[25\%\] {
    width: 25%;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[35\%\] {
    width: 35%;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[45\%\] {
    width: 45%;
  }
  .lg\:w-\[48\%\] {
    width: 48%;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[918px\] {
    width: 918px;
  }
  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:\!flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0%;
  }
}

@media (min-width: 1280px) {
  .xl\:col-start-1 {
    grid-column-start: 1;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .xl\:mr-12 {
    margin-right: 3rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:contents {
    display: contents;
  }
  .xl\:min-h-\[45rem\] {
    min-height: 45rem;
  }
  .xl\:w-\[1200px\] {
    width: 1200px;
  }
  .xl\:w-\[282px\] {
    width: 282px;
  }
  .xl\:w-\[75rem\] {
    width: 75rem;
  }
  .xl\:w-\[98\%\] {
    width: 98%;
  }
  .xl\:min-w-\[1200px\] {
    min-width: 1200px;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:\!px-\[18\.75\%\] {
    padding-left: 18.75% !important;
    padding-right: 18.75% !important;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mr-24 {
    margin-right: 6rem;
  }
  .\32xl\:w-\[13\.375rem\] {
    width: 13.375rem;
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1560px) {
  .min-\[1560px\]\:translate-x-\[370px\] {
    --tw-translate-x: 370px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/overlayscrollbars/styles/overlayscrollbars.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! 
 * OverlayScrollbars
 * Version: 2.11.1
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */.os-size-observer,.os-size-observer-listener{box-sizing:border-box;direction:inherit;overflow:hidden;pointer-events:none;scroll-behavior:auto!important;visibility:hidden}.os-size-observer,.os-size-observer-listener,.os-size-observer-listener-item,.os-size-observer-listener-item-final{left:0;position:absolute;top:0;writing-mode:horizontal-tb}.os-size-observer{border:inherit;bottom:0;box-sizing:inherit;contain:strict;display:flex;flex-direction:row;flex-wrap:nowrap;left:0;margin:-133px;padding:inherit;right:0;top:0;transform:scale(.1);z-index:-1}.os-size-observer:before{box-sizing:inherit;content:"";flex:none;height:10px;padding:10px;width:10px}.os-size-observer-appear{animation:os-size-observer-appear-animation 1ms forwards}.os-size-observer-listener{border:inherit;box-sizing:border-box;flex:auto;margin:-133px;padding:inherit;position:relative;transform:scale(10)}.os-size-observer-listener.ltr{margin-left:0;margin-right:-266px}.os-size-observer-listener.rtl{margin-left:-266px;margin-right:0}.os-size-observer-listener:empty:before{content:"";height:100%;width:100%}.os-size-observer-listener:empty:before,.os-size-observer-listener>.os-size-observer-listener-item{border:inherit;box-sizing:content-box;display:block;flex:auto;padding:inherit;position:relative}.os-size-observer-listener-scroll{box-sizing:border-box;display:flex}.os-size-observer-listener-item{bottom:0;direction:ltr;flex:none;overflow:hidden;right:0}.os-size-observer-listener-item-final{transition:none}@keyframes os-size-observer-appear-animation{0%{cursor:auto}to{cursor:none}}.os-trinsic-observer{border:none;box-sizing:border-box;contain:strict;flex:none;height:0;margin:0;max-height:1px;max-width:0;overflow:hidden;padding:0;position:relative;top:calc(100% + 1px);z-index:-1}.os-trinsic-observer:not(:empty){height:calc(100% + 1px);top:-1px}.os-trinsic-observer:not(:empty)>.os-size-observer{height:1000%;min-height:1px;min-width:1px;width:1000%}[data-overlayscrollbars-initialize],[data-overlayscrollbars-viewport~=scrollbarHidden]{scrollbar-width:none!important}[data-overlayscrollbars-initialize]::-webkit-scrollbar,[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner{appearance:none!important;display:none!important;height:0!important;width:0!important}[data-overlayscrollbars-initialize]:not([data-overlayscrollbars]):not(html):not(body){overflow:auto}html[data-overlayscrollbars-body]{overflow:hidden}html[data-overlayscrollbars-body],html[data-overlayscrollbars-body]>body{height:100%;margin:0;width:100%}html[data-overlayscrollbars-body]>body{margin:0;overflow:visible}[data-overlayscrollbars]{position:relative}[data-overlayscrollbars-padding],[data-overlayscrollbars~=host]{align-items:stretch!important;display:flex;flex-direction:row!important;flex-wrap:nowrap!important;scroll-behavior:auto!important}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){border:none;box-sizing:inherit;flex:auto!important;height:auto;margin:0;min-width:0;padding:0;position:relative;width:100%;z-index:0}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){--os-vaw:0;--os-vah:0;outline:none}[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]):focus{outline:none}[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before{content:"";height:var(--os-vah);min-height:1px;min-width:1px;pointer-events:none;position:absolute;width:var(--os-vaw);z-index:-1}[data-overlayscrollbars-padding],[data-overlayscrollbars-viewport],[data-overlayscrollbars]{overflow:hidden!important}[data-overlayscrollbars-padding~=noClipping],[data-overlayscrollbars~=noClipping]{overflow:visible!important}[data-overlayscrollbars-viewport~=measuring]{overflow:hidden!important;scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-viewport~=overflowXVisible]:not([data-overlayscrollbars-viewport~=measuring]){overflow-x:visible!important}[data-overlayscrollbars-viewport~=overflowXHidden]{overflow-x:hidden!important}[data-overlayscrollbars-viewport~=overflowXScroll]{overflow-x:scroll!important}[data-overlayscrollbars-viewport~=overflowYVisible]:not([data-overlayscrollbars-viewport~=measuring]){overflow-y:visible!important}[data-overlayscrollbars-viewport~=overflowYHidden]{overflow-y:hidden!important}[data-overlayscrollbars-viewport~=overflowYScroll]{overflow-y:scroll!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId){font-size:0!important;line-height:0!important}[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):after,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId):before,[data-overlayscrollbars-viewport~=noContent]:not(#osFakeId)>*{clip:rect(0,0,0,0)!important;border-width:0!important;display:none!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}[data-overlayscrollbars-viewport~=scrolling]{scroll-behavior:auto!important;scroll-snap-type:none!important}[data-overlayscrollbars-content]{box-sizing:inherit}[data-overlayscrollbars-contents]:not(#osFakeId):not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]){display:contents}[data-overlayscrollbars-grid],[data-overlayscrollbars-grid] [data-overlayscrollbars-padding]{display:grid;grid-template:1fr/1fr}[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport],[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport]{height:auto!important;width:auto!important}@property --os-scroll-percent{syntax:"<number>";inherits:true;initial-value:0}@property --os-viewport-percent{syntax:"<number>";inherits:true;initial-value:0}.os-scrollbar{--os-viewport-percent:0;--os-scroll-percent:0;--os-scroll-direction:0;--os-scroll-percent-directional:calc(var(--os-scroll-percent) - (var(--os-scroll-percent) + (1 - var(--os-scroll-percent))*-1)*var(--os-scroll-direction));contain:size layout;contain:size layout style;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s,visibility .15s,top .15s,right .15s,bottom .15s,left .15s;visibility:hidden}body>.os-scrollbar{position:fixed;z-index:99999}.os-scrollbar-transitionless{transition:none!important}.os-scrollbar-track{border:none!important;padding:0!important;position:relative}.os-scrollbar-handle{position:absolute}.os-scrollbar-handle,.os-scrollbar-track{height:100%;pointer-events:none;width:100%}.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle,.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track{pointer-events:auto;touch-action:none}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{right:0;top:0}.os-scrollbar-rtl.os-scrollbar-horizontal{right:0}.os-scrollbar-rtl.os-scrollbar-vertical{left:0;right:auto}.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden{opacity:0;visibility:hidden}.os-scrollbar-interaction.os-scrollbar-visible{opacity:1;visibility:visible}.os-scrollbar-unusable,.os-scrollbar-unusable *,.os-scrollbar-wheel,.os-scrollbar-wheel *{pointer-events:none!important}.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important;transition:none!important}.os-scrollbar-horizontal .os-scrollbar-handle{bottom:0;left:calc(var(--os-scroll-percent-directional)*100%);transform:translateX(calc(var(--os-scroll-percent-directional)*-100%));width:calc(var(--os-viewport-percent)*100%)}.os-scrollbar-vertical .os-scrollbar-handle{height:calc(var(--os-viewport-percent)*100%);right:0;top:calc(var(--os-scroll-percent-directional)*100%);transform:translateY(calc(var(--os-scroll-percent-directional)*-100%))}@supports (container-type:size){.os-scrollbar-track{container-type:size}.os-scrollbar-horizontal .os-scrollbar-handle{left:auto;transform:translateX(calc(var(--os-scroll-percent-directional)*100cqw + var(--os-scroll-percent-directional)*-100%))}.os-scrollbar-vertical .os-scrollbar-handle{top:auto;transform:translateY(calc(var(--os-scroll-percent-directional)*100cqh + var(--os-scroll-percent-directional)*-100%))}.os-scrollbar-rtl.os-scrollbar-horizontal .os-scrollbar-handle{left:0;right:auto}}.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle{left:0;right:auto}.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl{left:0;right:0}.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl{bottom:0;top:0}@media print{.os-scrollbar{display:none}}.os-scrollbar{--os-size:0;--os-padding-perpendicular:0;--os-padding-axis:0;--os-track-border-radius:0;--os-track-bg:none;--os-track-bg-hover:none;--os-track-bg-active:none;--os-track-border:none;--os-track-border-hover:none;--os-track-border-active:none;--os-handle-border-radius:0;--os-handle-bg:none;--os-handle-bg-hover:none;--os-handle-bg-active:none;--os-handle-border:none;--os-handle-border-hover:none;--os-handle-border-active:none;--os-handle-min-size:33px;--os-handle-max-size:none;--os-handle-perpendicular-size:100%;--os-handle-perpendicular-size-hover:100%;--os-handle-perpendicular-size-active:100%;--os-handle-interactive-area-offset:0}.os-scrollbar-track{background:var(--os-track-bg);border:var(--os-track-border);border-radius:var(--os-track-border-radius);transition:opacity .15s,background-color .15s,border-color .15s}.os-scrollbar-track:hover{background:var(--os-track-bg-hover);border:var(--os-track-border-hover)}.os-scrollbar-track:active{background:var(--os-track-bg-active);border:var(--os-track-border-active)}.os-scrollbar-handle{background:var(--os-handle-bg);border:var(--os-handle-border);border-radius:var(--os-handle-border-radius)}.os-scrollbar-handle:hover{background:var(--os-handle-bg-hover);border:var(--os-handle-border-hover)}.os-scrollbar-handle:active{background:var(--os-handle-bg-active);border:var(--os-handle-border-active)}.os-scrollbar-handle:before,.os-scrollbar-track:before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.os-scrollbar-horizontal{height:var(--os-size);padding:var(--os-padding-perpendicular) var(--os-padding-axis);right:var(--os-size)}.os-scrollbar-horizontal.os-scrollbar-rtl{left:var(--os-size);right:0}.os-scrollbar-horizontal .os-scrollbar-track:before{bottom:calc(var(--os-padding-perpendicular)*-1);top:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-horizontal .os-scrollbar-handle{height:var(--os-handle-perpendicular-size);max-width:var(--os-handle-max-size);min-width:var(--os-handle-min-size);transition:opacity .15s,background-color .15s,border-color .15s,height .15s}.os-scrollbar-horizontal .os-scrollbar-handle:before{bottom:calc(var(--os-padding-perpendicular)*-1);top:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1)}.os-scrollbar-horizontal:hover .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-horizontal:active .os-scrollbar-handle{height:var(--os-handle-perpendicular-size-active)}.os-scrollbar-vertical{bottom:var(--os-size);padding:var(--os-padding-axis) var(--os-padding-perpendicular);width:var(--os-size)}.os-scrollbar-vertical .os-scrollbar-track:before{left:calc(var(--os-padding-perpendicular)*-1);right:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-vertical .os-scrollbar-handle{max-height:var(--os-handle-max-size);min-height:var(--os-handle-min-size);transition:opacity .15s,background-color .15s,border-color .15s,width .15s;width:var(--os-handle-perpendicular-size)}.os-scrollbar-vertical .os-scrollbar-handle:before{left:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);right:calc(var(--os-padding-perpendicular)*-1)}.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before{left:calc(var(--os-padding-perpendicular)*-1);right:calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1)}.os-scrollbar-vertical:hover .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-hover)}.os-scrollbar-vertical:active .os-scrollbar-handle{width:var(--os-handle-perpendicular-size-active)}.os-theme-none.os-scrollbar,[data-overlayscrollbars-viewport~=measuring]>.os-scrollbar{display:none!important}.os-theme-dark,.os-theme-light{--os-size:10px;--os-padding-perpendicular:2px;--os-padding-axis:2px;--os-track-border-radius:10px;--os-handle-interactive-area-offset:4px;--os-handle-border-radius:10px;box-sizing:border-box}.os-theme-dark{--os-handle-bg:rgba(0,0,0,.44);--os-handle-bg-hover:rgba(0,0,0,.55);--os-handle-bg-active:rgba(0,0,0,.66)}.os-theme-light{--os-handle-bg:hsla(0,0%,100%,.44);--os-handle-bg-hover:hsla(0,0%,100%,.55);--os-handle-bg-active:hsla(0,0%,100%,.66)}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ctrl/ngx-emoji-mart/picker.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}
.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  color: #858585;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
  margin: 0;
  box-shadow: none;
  background: none;
  border: none;
}
.emoji-mart-anchor:focus { outline: 0 }
.emoji-mart-anchor:hover,
.emoji-mart-anchor:focus,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg,
.emoji-mart-anchors img {
  fill: currentColor;
  height: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input,
.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 3px;
  right: 11px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: none;
  background: none;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}
.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px; right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-skins.custom {
  right: 10px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortname {
  font-size: 12px;
  color: #888;
}
.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticon {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches.custom {
  font-size: 0;
  border: none;
  background-color: #fff;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }
.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch.selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch.selected:after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin-swatch.custom {
  display: inline-block;
  width: 0;
  height: 38px;
  overflow: hidden;
  vertical-align: middle;
  transition-property: width, height;
  transition-duration: .125s;
  transition-timing-function: ease-out;
  cursor: default;
}

.emoji-mart-skin-swatch.custom.selected {
  position: relative;
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatch.custom.selected:after {
  content: "";
  width: 0;
  height: 0;
}

.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover {
  background-color: #f4f4f4;
  border-radius: 10%;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom {
  width: 36px;
  height: 38px;
  padding: 0 2px 0 0;
}

.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after {
  opacity: .75;
}

.emoji-mart-skin-text.opened {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #888;
  font-size: 11px;
  padding: 5px 2px;
  width: 95px;
  height: 40px;
  border-radius: 10%;
  background-color: #fff;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }
.emoji-mart-skin-tone-2 { background-color: #fadcbc }
.emoji-mart-skin-tone-3 { background-color: #e0bb95 }
.emoji-mart-skin-tone-4 { background-color: #bf8f68 }
.emoji-mart-skin-tone-5 { background-color: #9b643d }
.emoji-mart-skin-tone-6 { background-color: #594539 }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
 * Dark mode styles
 */

.emoji-mart-dark {
  color: #fff;
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-bar {
  border-color: #555453;
}

.emoji-mart-dark .emoji-mart-search input {
  color: #fff;
  border-color: #555453;
  background-color: #2f2f2f;
}

.emoji-mart-dark .emoji-mart-search-icon svg {
  fill: #fff;
}

.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before {
  background-color: #444;
}

.emoji-mart-dark .emoji-mart-category-label span {
  background-color: #222;
  color: #fff;
}

.emoji-mart-dark .emoji-mart-skin-swatches {
  border-color: #555453;
  background-color: #222;
}

.emoji-mart-dark .emoji-mart-anchor:hover,
.emoji-mart-dark .emoji-mart-anchor:focus,
.emoji-mart-dark .emoji-mart-anchor-selected {
  color: #bfbfbf;
}


/*# sourceMappingURL=styles.css.map*/