:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}

.dark {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}

.font-clr-text-secondary {
  color: var(--clr-text-secondary);
}

.font-clr-text-subtile {
  color: var(--clr-text-subtile);
}

.font-clr-negative {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}

.box-shadow {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

.box-shadow-md {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

.box-shadow-lg {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

.box-shadow-xl {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders {
  border-radius: 0.25rem;
}

.rounded-borders-md {
  border-radius: 0.375rem;
}

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

/* Opacity */
.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

/* Outlined */
.outlined {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}

:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}

.ff-banner {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ff-btn {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ff-header-title {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}

.ff-modal-title,
.ff-section-title {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}

.ff-modal-content,
.ff-section-description {
  font-size: var(--fs-300);
  line-height: 1.4;
}

.ff-menu-dropdown {
  font-size: var(--fs-300);
  line-height: 1.4;
}

.ff-text {
  font-size: var(--fs-300);
  line-height: 1.4;
}

.ff-text-emphasized {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}

.ff-primary-heading {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .ff-primary-heading {
    font-size: var(--fs-800);
  }
}
@media (max-width: 640px) {
  .ff-primary-heading {
    font-size: var(--fs-700);
  }
}

.ff-input-label {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}

.ff-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}

.ff-panel-heading {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .ff-panel-heading {
    font-size: var(--fs-500);
  }
}

.ff-splitter-heading {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}

.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn:hover, .btn:focus-visible {
  filter: brightness(125%);
}
.btn:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn:active {
  filter: brightness(75%);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.auth-card > * + * {
  margin-top: 1rem;
}
.auth-card .status {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}

form.auth > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper > * + * {
  margin-left: 1rem;
}
form.auth .input-error {
  margin-top: 0.5rem;
}
form.auth .link-subtile {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile:hover, form.auth .link-subtile:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100 {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75 {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

form > .action-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

form .form-group {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}

form .form-group + .form-group {
  margin-top: 2rem;
}

.generic-table-wrapper {
  overflow-x: auto;
}

table.generic-table {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td,
table.generic-table th {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions,
table.generic-table th.actions {
  text-align: right;
}
table.generic-table th {
  text-align: left;
}
table.generic-table th.options {
  text-align: right;
}
table.generic-table tr {
  border: 1px solid var(--clr-border);
}

.card {
  margin-bottom: 2rem;
}

.column-select {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns {
  max-width: min(568px, 100%);
}

.el-select {
  display: block;
}

.el-popper {
  z-index: 99999 !important;
}

.form-button-group {
  margin-top: 1rem;
}

.form-splitter {
  --p-splitter-border-color: transparent;
}

.search-and-columns {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
  .search-and-columns .search-field {
    width: 128px;
  }
}

.show-button-group {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group > * + * {
  margin-left: 0.5rem;
}

.data-table {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3 {
  margin-bottom: 0.5rem;
}

.pdf-wrapper {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}

.upload-document-wrapper {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .upload-document-wrapper {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 500ms ease-in;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.fade-move-leave-active {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}

.fade-move-enter-from,
.fade-move-leave-to {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
  .fade-move-enter-from,
  .fade-move-leave-to {
    transform: translateY(0), scale(95%);
  }
}

.fade-move-enter-to,
.fade-move-leave-from {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
  .fade-move-enter-to,
  .fade-move-leave-from {
    transform: scale(100%);
  }
}

/* Fade and Grow */
.fade-grow-enter-active {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.fade-grow-leave-active {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}

.fade-grow-enter-from,
.fade-grow-leave-to {
  opacity: 0;
  transform: scale(95%);
}

.fade-grow-enter-to,
.fade-grow-leave-from {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.fade-grow-fast-out-leave-active {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}

.fade-grow-fast-out-enter-from,
.fade-grow-fast-out-leave-to {
  opacity: 0;
  transform: scale(95%);
}

.fade-grow-fast-out-enter-to,
.fade-grow-fast-out-leave-from {
  opacity: 1;
  transform: scale(100%);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .form-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  .form-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .form-grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.stretch {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-on-md {
    display: none;
  }
}

@media (max-width: 1024px) {
  .btn-hide-text-on-lg .p-button-label {
    display: none;
  }
}

button {
  cursor: pointer;
}:root {
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
  }
}

[x-cloak] {
  display: none;
}

/* Set scroll behaviour */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set min height */
html {
  min-height: 100%;
  display: flex;
}

/* Set default Font */
body {
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeSpeed;

  flex: 1;
  display: flex;
}

/* Border styles are reset globally */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme("borderColor.DEFAULT", currentColor);
}

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

/* Default Styles for Links (a-tags) */
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* Make form inputs easier to work with */
button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background-color: transparent;
}

/* Headings are unstyled */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Images are block-level */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

/* Images are constrained to the parent width* */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Lists are unstyled */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#app {
  flex: 1;
  max-width: 100vw;
}

.no-scroll {
  max-height: 100%;
  overflow: hidden;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/build/assets/material-icons-kAwBdRge.woff2") format("woff2"), url("/build/assets/material-icons-Dr0goTwe.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/build/assets/material-icons-outlined-DZhiGvEA.woff2") format("woff2"), url("/build/assets/material-icons-outlined-BpWbwl2n.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/build/assets/material-icons-round-DrirKXBx.woff2") format("woff2"), url("/build/assets/material-icons-round-BDlwx-sv.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/build/assets/material-icons-sharp-gidztirS.woff2") format("woff2"), url("/build/assets/material-icons-sharp-CH1KkVu7.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/build/assets/material-icons-two-tone-DuNIpaEj.woff2") format("woff2"), url("/build/assets/material-icons-two-tone-B7wz7mED.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
html.dark{color-scheme:dark;--el-color-primary:#409eff;--el-color-primary-light-3:rgb(51,117,185);--el-color-primary-light-5:rgb(42,89,138);--el-color-primary-light-7:rgb(33,61,91);--el-color-primary-light-8:rgb(29,48,67);--el-color-primary-light-9:rgb(24,34,43);--el-color-primary-dark-2:rgb(102,177,255);--el-color-success:#67c23a;--el-color-success-light-3:rgb(78,142,47);--el-color-success-light-5:rgb(62,107,39);--el-color-success-light-7:rgb(45,72,31);--el-color-success-light-8:rgb(37,55,28);--el-color-success-light-9:rgb(28,37,24);--el-color-success-dark-2:rgb(133,206,97);--el-color-warning:#e6a23c;--el-color-warning-light-3:rgb(167,119,48);--el-color-warning-light-5:rgb(125,91,40);--el-color-warning-light-7:rgb(83,63,32);--el-color-warning-light-8:rgb(62,48,28);--el-color-warning-light-9:rgb(41,34,24);--el-color-warning-dark-2:rgb(235,181,99);--el-color-danger:#f56c6c;--el-color-danger-light-3:rgb(178,82,82);--el-color-danger-light-5:rgb(133,64,64);--el-color-danger-light-7:rgb(88,46,46);--el-color-danger-light-8:rgb(65,38,38);--el-color-danger-light-9:rgb(42,29,29);--el-color-danger-dark-2:rgb(247,137,137);--el-color-error:#f56c6c;--el-color-error-light-3:rgb(178,82,82);--el-color-error-light-5:rgb(133,64,64);--el-color-error-light-7:rgb(88,46,46);--el-color-error-light-8:rgb(65,38,38);--el-color-error-light-9:rgb(42,29,29);--el-color-error-dark-2:rgb(247,137,137);--el-color-info:#909399;--el-color-info-light-3:rgb(107,109,113);--el-color-info-light-5:rgb(82,84,87);--el-color-info-light-7:rgb(57,58,60);--el-color-info-light-8:rgb(45,45,47);--el-color-info-light-9:rgb(32,33,33);--el-color-info-dark-2:rgb(166,169,173);--el-box-shadow:0px 12px 32px 4px rgba(0,0,0,0.36),0px 8px 20px rgba(0,0,0,0.72);--el-box-shadow-light:0px 0px 12px rgba(0,0,0,0.72);--el-box-shadow-lighter:0px 0px 6px rgba(0,0,0,0.72);--el-box-shadow-dark:0px 16px 48px 16px rgba(0,0,0,0.72),0px 12px 32px #000000,0px 8px 16px -8px #000000;--el-bg-color-page:#0a0a0a;--el-bg-color:#141414;--el-bg-color-overlay:#1d1e1f;--el-text-color-primary:#E5EAF3;--el-text-color-regular:#CFD3DC;--el-text-color-secondary:#A3A6AD;--el-text-color-placeholder:#8D9095;--el-text-color-disabled:#6C6E72;--el-border-color-darker:#636466;--el-border-color-dark:#58585B;--el-border-color:#4C4D4F;--el-border-color-light:#414243;--el-border-color-lighter:#363637;--el-border-color-extra-light:#2B2B2C;--el-fill-color-darker:#424243;--el-fill-color-dark:#39393A;--el-fill-color:#303030;--el-fill-color-light:#262727;--el-fill-color-lighter:#1D1D1D;--el-fill-color-extra-light:#191919;--el-fill-color-blank:#141414;--el-mask-color:rgba(0,0,0,0.8);--el-mask-color-extra-light:rgba(0,0,0,0.3)}html.dark .el-button{--el-button-disabled-text-color:rgba(255,255,255,0.5)}html.dark .el-card{--el-card-bg-color:var(--el-bg-color-overlay);--el-fill-color-blank:var(--el-card-bg-color)}html.dark .el-empty{--el-empty-fill-color-0:var(--el-color-black);--el-empty-fill-color-1:#4b4b52;--el-empty-fill-color-2:#36383d;--el-empty-fill-color-3:#1e1e20;--el-empty-fill-color-4:#262629;--el-empty-fill-color-5:#202124;--el-empty-fill-color-6:#212224;--el-empty-fill-color-7:#1b1c1f;--el-empty-fill-color-8:#1c1d1f;--el-empty-fill-color-9:#18181a}[data-v-3c88048c]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-3c88048c] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-3c88048c] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-3c88048c] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-3c88048c] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-3c88048c] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-3c88048c] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-3c88048c] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-3c88048c] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-3c88048c] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-3c88048c] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-3c88048c] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-3c88048c] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-3c88048c] {
  opacity: 0;
}
.opacity-25[data-v-3c88048c] {
  opacity: 0.25;
}
.opacity-50[data-v-3c88048c] {
  opacity: 0.5;
}
.opacity-75[data-v-3c88048c] {
  opacity: 0.75;
}
.opacity-100[data-v-3c88048c] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-3c88048c] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-3c88048c]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-3c88048c] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-3c88048c] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-3c88048c] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-3c88048c],
.ff-section-title[data-v-3c88048c] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-3c88048c],
.ff-section-description[data-v-3c88048c] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-3c88048c] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-3c88048c] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-3c88048c] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-3c88048c] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-3c88048c] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-3c88048c] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-3c88048c] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-3c88048c] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-3c88048c] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-3c88048c] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-3c88048c] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-3c88048c] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-3c88048c]:hover, .btn[data-v-3c88048c]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-3c88048c]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-3c88048c]:active {
  filter: brightness(75%);
}
.btn[data-v-3c88048c]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-3c88048c] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-3c88048c] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-3c88048c] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-3c88048c] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-3c88048c] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-3c88048c] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-3c88048c] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-3c88048c]:hover, form.auth .link-subtile[data-v-3c88048c]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-3c88048c]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-3c88048c] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-3c88048c] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-3c88048c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-3c88048c]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-3c88048c] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-3c88048c] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-3c88048c]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-3c88048c] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-3c88048c] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-3c88048c] {
  overflow-x: auto;
}
table.generic-table[data-v-3c88048c] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-3c88048c] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-3c88048c],
table.generic-table th[data-v-3c88048c] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-3c88048c],
table.generic-table th.actions[data-v-3c88048c] {
  text-align: right;
}
table.generic-table th[data-v-3c88048c] {
  text-align: left;
}
table.generic-table th.options[data-v-3c88048c] {
  text-align: right;
}
table.generic-table tr[data-v-3c88048c] {
  border: 1px solid var(--clr-border);
}
.card[data-v-3c88048c] {
  margin-bottom: 2rem;
}
.column-select[data-v-3c88048c] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-3c88048c] {
  max-width: min(568px, 100%);
}
.el-select[data-v-3c88048c] {
  display: block;
}
.el-popper[data-v-3c88048c] {
  z-index: 99999 !important;
}
.form-button-group[data-v-3c88048c] {
  margin-top: 1rem;
}
.form-splitter[data-v-3c88048c] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-3c88048c] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-3c88048c] {
    width: 128px;
}
}
.show-button-group[data-v-3c88048c] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-3c88048c] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-3c88048c] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-3c88048c] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-3c88048c] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-3c88048c] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-3c88048c] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-3c88048c] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-3c88048c],
.fade-leave-active[data-v-3c88048c] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-3c88048c],
.fade-leave-to[data-v-3c88048c] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-3c88048c] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-3c88048c] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-3c88048c],
.fade-move-leave-to[data-v-3c88048c] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-3c88048c],
  .fade-move-leave-to[data-v-3c88048c] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-3c88048c],
.fade-move-leave-from[data-v-3c88048c] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-3c88048c],
  .fade-move-leave-from[data-v-3c88048c] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-3c88048c] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-3c88048c] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-3c88048c],
.fade-grow-leave-to[data-v-3c88048c] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-3c88048c],
.fade-grow-leave-from[data-v-3c88048c] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-3c88048c] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-3c88048c] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-3c88048c],
.fade-grow-fast-out-leave-to[data-v-3c88048c] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-3c88048c],
.fade-grow-fast-out-leave-from[data-v-3c88048c] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-3c88048c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-3c88048c] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-3c88048c] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-3c88048c] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-3c88048c] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-3c88048c] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-3c88048c] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-3c88048c] {
  width: 100%;
}
.no-wrap[data-v-3c88048c] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-3c88048c] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-3c88048c] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-3c88048c] {
    display: none;
}
}
.wrapper[data-v-3c88048c] {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 640px) {
.wrapper[data-v-3c88048c] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}
@media (min-width: 1024px) {
.wrapper[data-v-3c88048c] {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
.wrapper > div[data-v-3c88048c] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper > div > div[data-v-3c88048c]:first-of-type {
  width: 0;
  min-width: 0;
  align-items: center;
  display: flex;
  flex: 1 1 0%;
}
.wrapper > div > div:first-of-type > span[data-v-3c88048c] {
  border-radius: 0.5rem;
  display: flex;
  padding: 0.5rem;
}
.wrapper > div > div:first-of-type > span svg[data-v-3c88048c] {
  --size: 1.25rem;
  height: var(--size);
  width: var(--size);
  color: var(--clr-text-light);
}
.wrapper > div > div:first-of-type > p[data-v-3c88048c] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.75rem;
}
.wrapper > div > div[data-v-3c88048c]:last-of-type {
  flex-shrink: 0;
}
@media (min-width: 640px) {
.wrapper > div > div[data-v-3c88048c]:last-of-type {
    margin-left: 0.75rem;
}
}
.wrapper > div > div:last-of-type button[data-v-3c88048c] {
  border-radius: 0.375rem;
  display: flex;
  margin-right: -0.25rem;
  padding: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px) {
.wrapper > div > div:last-of-type button[data-v-3c88048c] {
    margin-right: -0.5rem;
}
}
.wrapper > div > div:last-of-type button.success-states[data-v-3c88048c]:hover, .wrapper > div > div:last-of-type button.success-states[data-v-3c88048c]:focus-visible {
  background-color: var(--clr-primary);
}
.wrapper > div > div:last-of-type button.danger-states[data-v-3c88048c] {
  background-color: var(--clr-danger);
}
.wrapper > div > div:last-of-type svg[data-v-3c88048c] {
  --size: 1.25rem;
  width: var(--size);
  height: var(--size);
  color: var(--clr-text-light);
}

/* background classes */
.bg-danger[data-v-3c88048c] {
  background-color: var(--clr-danger);
}
.bg-primary[data-v-3c88048c] {
  background-color: var(--clr-primary);
}
.lighten[data-v-3c88048c] {
  filter: brightness(120%);
}
.application-logo[data-v-a14923f5] {
  display: block;
  width: 160px;
  height: 48px;
}
html.dark .application-logo-light[data-v-a14923f5] {
  display: none;
}
html:not(.dark) .application-logo-dark[data-v-a14923f5] {
  display: none;
}
[data-v-f1c41bfa]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-f1c41bfa] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-f1c41bfa] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-f1c41bfa] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-f1c41bfa] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-f1c41bfa] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-f1c41bfa] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-f1c41bfa] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-f1c41bfa] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-f1c41bfa] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-f1c41bfa] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-f1c41bfa] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-f1c41bfa] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-f1c41bfa] {
  opacity: 0;
}
.opacity-25[data-v-f1c41bfa] {
  opacity: 0.25;
}
.opacity-50[data-v-f1c41bfa] {
  opacity: 0.5;
}
.opacity-75[data-v-f1c41bfa] {
  opacity: 0.75;
}
.opacity-100[data-v-f1c41bfa] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-f1c41bfa] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-f1c41bfa]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-f1c41bfa] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-f1c41bfa] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-f1c41bfa],
.ff-section-title[data-v-f1c41bfa] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-f1c41bfa],
.ff-section-description[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-f1c41bfa] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-f1c41bfa] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-f1c41bfa] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-f1c41bfa] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-f1c41bfa] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-f1c41bfa] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-f1c41bfa] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-f1c41bfa] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-f1c41bfa] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-f1c41bfa]:hover, .btn[data-v-f1c41bfa]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-f1c41bfa]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-f1c41bfa]:active {
  filter: brightness(75%);
}
.btn[data-v-f1c41bfa]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-f1c41bfa] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-f1c41bfa] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-f1c41bfa] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-f1c41bfa] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-f1c41bfa] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-f1c41bfa] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-f1c41bfa] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-f1c41bfa]:hover, form.auth .link-subtile[data-v-f1c41bfa]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-f1c41bfa]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-f1c41bfa] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-f1c41bfa] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-f1c41bfa] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-f1c41bfa]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-f1c41bfa] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-f1c41bfa] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-f1c41bfa]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-f1c41bfa] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-f1c41bfa] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-f1c41bfa] {
  overflow-x: auto;
}
table.generic-table[data-v-f1c41bfa] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-f1c41bfa] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-f1c41bfa],
table.generic-table th[data-v-f1c41bfa] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-f1c41bfa],
table.generic-table th.actions[data-v-f1c41bfa] {
  text-align: right;
}
table.generic-table th[data-v-f1c41bfa] {
  text-align: left;
}
table.generic-table th.options[data-v-f1c41bfa] {
  text-align: right;
}
table.generic-table tr[data-v-f1c41bfa] {
  border: 1px solid var(--clr-border);
}
.card[data-v-f1c41bfa] {
  margin-bottom: 2rem;
}
.column-select[data-v-f1c41bfa] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-f1c41bfa] {
  max-width: min(568px, 100%);
}
.el-select[data-v-f1c41bfa] {
  display: block;
}
.el-popper[data-v-f1c41bfa] {
  z-index: 99999 !important;
}
.form-button-group[data-v-f1c41bfa] {
  margin-top: 1rem;
}
.form-splitter[data-v-f1c41bfa] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-f1c41bfa] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-f1c41bfa] {
    width: 128px;
}
}
.show-button-group[data-v-f1c41bfa] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-f1c41bfa] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-f1c41bfa] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-f1c41bfa] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-f1c41bfa] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-f1c41bfa] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-f1c41bfa] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-f1c41bfa] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-f1c41bfa],
.fade-leave-active[data-v-f1c41bfa] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-f1c41bfa],
.fade-leave-to[data-v-f1c41bfa] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-f1c41bfa] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-f1c41bfa] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-f1c41bfa],
.fade-move-leave-to[data-v-f1c41bfa] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-f1c41bfa],
  .fade-move-leave-to[data-v-f1c41bfa] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-f1c41bfa],
.fade-move-leave-from[data-v-f1c41bfa] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-f1c41bfa],
  .fade-move-leave-from[data-v-f1c41bfa] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-f1c41bfa] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-f1c41bfa] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-f1c41bfa],
.fade-grow-leave-to[data-v-f1c41bfa] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-f1c41bfa],
.fade-grow-leave-from[data-v-f1c41bfa] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-f1c41bfa] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-f1c41bfa] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-f1c41bfa],
.fade-grow-fast-out-leave-to[data-v-f1c41bfa] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-f1c41bfa],
.fade-grow-fast-out-leave-from[data-v-f1c41bfa] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-f1c41bfa] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-f1c41bfa] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-f1c41bfa] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-f1c41bfa] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-f1c41bfa] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-f1c41bfa] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-f1c41bfa] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-f1c41bfa] {
  width: 100%;
}
.no-wrap[data-v-f1c41bfa] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-f1c41bfa] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-f1c41bfa] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-f1c41bfa] {
    display: none;
}
}
.dropdown[data-v-f1c41bfa] {
  position: absolute;
  z-index: 50;
  bottom: 100%;
  margin-bottom: 0.5rem;
  width: max-content;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.dropdown > div[data-v-f1c41bfa] {
  border-radius: 0.375rem;
  box-shadow: 0 0 0 0 1px var(--clr-border);
}
.overlay[data-v-f1c41bfa] {
  position: fixed;
  inset: 0;
  z-index: 40;
}
.wrapper[data-v-f1c41bfa] {
  position: relative;
}

/* transform origin classes */
.origin-bottom-right[data-v-f1c41bfa] {
  transform-origin: bottom right;
  top: 100%;
}
.origin-top-left[data-v-f1c41bfa] {
  transform-origin: top left;
}
.origin-top-right[data-v-f1c41bfa] {
  transform-origin: top right;
}
.origin-top[data-v-f1c41bfa] {
  transform-origin: top;
}
.left-0[data-v-f1c41bfa] {
  left: 0;
}
.right-0[data-v-f1c41bfa] {
  right: 0;
}
.bg-white[data-v-f1c41bfa] {
  background-color: var(--clr-bg-secondary);
}
.py-1[data-v-f1c41bfa] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}[data-v-246e2165]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-246e2165] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-246e2165] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-246e2165] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-246e2165] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-246e2165] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-246e2165] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-246e2165] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-246e2165] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-246e2165] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-246e2165] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-246e2165] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-246e2165] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-246e2165] {
  opacity: 0;
}
.opacity-25[data-v-246e2165] {
  opacity: 0.25;
}
.opacity-50[data-v-246e2165] {
  opacity: 0.5;
}
.opacity-75[data-v-246e2165] {
  opacity: 0.75;
}
.opacity-100[data-v-246e2165] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-246e2165] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-246e2165]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-246e2165] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-246e2165] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-246e2165] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-246e2165],
.ff-section-title[data-v-246e2165] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-246e2165],
.ff-section-description[data-v-246e2165] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-246e2165] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-246e2165] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-246e2165] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-246e2165] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-246e2165] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-246e2165] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-246e2165] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-246e2165] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-246e2165] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-246e2165] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-246e2165] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-246e2165] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-246e2165]:hover, .btn[data-v-246e2165]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-246e2165]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-246e2165]:active {
  filter: brightness(75%);
}
.btn[data-v-246e2165]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-246e2165] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-246e2165] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-246e2165] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-246e2165] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-246e2165] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-246e2165] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-246e2165] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-246e2165]:hover, form.auth .link-subtile[data-v-246e2165]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-246e2165]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-246e2165] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-246e2165] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-246e2165] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-246e2165]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-246e2165] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-246e2165] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-246e2165]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-246e2165] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-246e2165] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-246e2165] {
  overflow-x: auto;
}
table.generic-table[data-v-246e2165] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-246e2165] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-246e2165],
table.generic-table th[data-v-246e2165] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-246e2165],
table.generic-table th.actions[data-v-246e2165] {
  text-align: right;
}
table.generic-table th[data-v-246e2165] {
  text-align: left;
}
table.generic-table th.options[data-v-246e2165] {
  text-align: right;
}
table.generic-table tr[data-v-246e2165] {
  border: 1px solid var(--clr-border);
}
.card[data-v-246e2165] {
  margin-bottom: 2rem;
}
.column-select[data-v-246e2165] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-246e2165] {
  max-width: min(568px, 100%);
}
.el-select[data-v-246e2165] {
  display: block;
}
.el-popper[data-v-246e2165] {
  z-index: 99999 !important;
}
.form-button-group[data-v-246e2165] {
  margin-top: 1rem;
}
.form-splitter[data-v-246e2165] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-246e2165] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-246e2165] {
    width: 128px;
}
}
.show-button-group[data-v-246e2165] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-246e2165] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-246e2165] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-246e2165] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-246e2165] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-246e2165] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-246e2165] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-246e2165] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-246e2165],
.fade-leave-active[data-v-246e2165] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-246e2165],
.fade-leave-to[data-v-246e2165] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-246e2165] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-246e2165] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-246e2165],
.fade-move-leave-to[data-v-246e2165] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-246e2165],
  .fade-move-leave-to[data-v-246e2165] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-246e2165],
.fade-move-leave-from[data-v-246e2165] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-246e2165],
  .fade-move-leave-from[data-v-246e2165] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-246e2165] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-246e2165] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-246e2165],
.fade-grow-leave-to[data-v-246e2165] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-246e2165],
.fade-grow-leave-from[data-v-246e2165] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-246e2165] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-246e2165] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-246e2165],
.fade-grow-fast-out-leave-to[data-v-246e2165] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-246e2165],
.fade-grow-fast-out-leave-from[data-v-246e2165] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-246e2165] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-246e2165] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-246e2165] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-246e2165] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-246e2165] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-246e2165] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-246e2165] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-246e2165] {
  width: 100%;
}
.no-wrap[data-v-246e2165] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-246e2165] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-246e2165] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-246e2165] {
    display: none;
}
}
.dropdown-item[data-v-246e2165] {
  font-size: var(--fs-300);
  line-height: 1.4;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  transition: background-color 150ms ease-in-out;
}
.dropdown-item[data-v-246e2165]:hover, .dropdown-item[data-v-246e2165]:focus-visible {
  background-color: var(--clr-bg-accent);
}
.dropdown-item[data-v-246e2165]:focus-visible {
  --outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}[data-v-99c0602a]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-99c0602a] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-99c0602a] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-99c0602a] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-99c0602a] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-99c0602a] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-99c0602a] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-99c0602a] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-99c0602a] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-99c0602a] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-99c0602a] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-99c0602a] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-99c0602a] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-99c0602a] {
  opacity: 0;
}
.opacity-25[data-v-99c0602a] {
  opacity: 0.25;
}
.opacity-50[data-v-99c0602a] {
  opacity: 0.5;
}
.opacity-75[data-v-99c0602a] {
  opacity: 0.75;
}
.opacity-100[data-v-99c0602a] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-99c0602a] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-99c0602a]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-99c0602a] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-99c0602a] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-99c0602a] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-99c0602a],
.ff-section-title[data-v-99c0602a] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-99c0602a],
.ff-section-description[data-v-99c0602a] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-99c0602a] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-99c0602a] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-99c0602a] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-99c0602a] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-99c0602a] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-99c0602a] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-99c0602a] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-99c0602a] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-99c0602a] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-99c0602a] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-99c0602a] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-99c0602a] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-99c0602a]:hover, .btn[data-v-99c0602a]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-99c0602a]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-99c0602a]:active {
  filter: brightness(75%);
}
.btn[data-v-99c0602a]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-99c0602a] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-99c0602a] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-99c0602a] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-99c0602a] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-99c0602a] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-99c0602a] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-99c0602a] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-99c0602a]:hover, form.auth .link-subtile[data-v-99c0602a]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-99c0602a]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-99c0602a] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-99c0602a] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-99c0602a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-99c0602a]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-99c0602a] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-99c0602a] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-99c0602a]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-99c0602a] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-99c0602a] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-99c0602a] {
  overflow-x: auto;
}
table.generic-table[data-v-99c0602a] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-99c0602a] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-99c0602a],
table.generic-table th[data-v-99c0602a] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-99c0602a],
table.generic-table th.actions[data-v-99c0602a] {
  text-align: right;
}
table.generic-table th[data-v-99c0602a] {
  text-align: left;
}
table.generic-table th.options[data-v-99c0602a] {
  text-align: right;
}
table.generic-table tr[data-v-99c0602a] {
  border: 1px solid var(--clr-border);
}
.card[data-v-99c0602a] {
  margin-bottom: 2rem;
}
.column-select[data-v-99c0602a] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-99c0602a] {
  max-width: min(568px, 100%);
}
.el-select[data-v-99c0602a] {
  display: block;
}
.el-popper[data-v-99c0602a] {
  z-index: 99999 !important;
}
.form-button-group[data-v-99c0602a] {
  margin-top: 1rem;
}
.form-splitter[data-v-99c0602a] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-99c0602a] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-99c0602a] {
    width: 128px;
}
}
.show-button-group[data-v-99c0602a] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-99c0602a] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-99c0602a] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-99c0602a] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-99c0602a] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-99c0602a] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-99c0602a] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-99c0602a] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-99c0602a],
.fade-leave-active[data-v-99c0602a] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-99c0602a],
.fade-leave-to[data-v-99c0602a] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-99c0602a] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-99c0602a] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-99c0602a],
.fade-move-leave-to[data-v-99c0602a] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-99c0602a],
  .fade-move-leave-to[data-v-99c0602a] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-99c0602a],
.fade-move-leave-from[data-v-99c0602a] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-99c0602a],
  .fade-move-leave-from[data-v-99c0602a] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-99c0602a] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-99c0602a] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-99c0602a],
.fade-grow-leave-to[data-v-99c0602a] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-99c0602a],
.fade-grow-leave-from[data-v-99c0602a] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-99c0602a] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-99c0602a] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-99c0602a],
.fade-grow-fast-out-leave-to[data-v-99c0602a] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-99c0602a],
.fade-grow-fast-out-leave-from[data-v-99c0602a] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-99c0602a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-99c0602a] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-99c0602a] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-99c0602a] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-99c0602a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-99c0602a] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-99c0602a] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-99c0602a] {
  width: 100%;
}
.no-wrap[data-v-99c0602a] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-99c0602a] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-99c0602a] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-99c0602a] {
    display: none;
}
}
div[data-v-99c0602a] {
  align-items: center;
  display: flex;
  justify-content: center;
  user-select: none;
}
div .tooltip-text[data-v-99c0602a] {
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.5rem;
  visibility: hidden;
  position: absolute;
  right: 0;
  color: var(--clr-text-light);
  background-color: var(--clr-bg-dark);
  padding: 0.5rem 1rem;
  z-index: 1;
  transform: translate(calc(100% - 10px), 50%);
}
div:hover > .tooltip-text[data-v-99c0602a] {
  transition-property: visibility;
  transition-delay: 500ms;
  visibility: visible;
}
.text-xs[data-v-99c0602a] {
  font-size: 0.75rem;
}
.text-sm[data-v-99c0602a] {
  font-size: 0.875rem;
}
.text-base[data-v-99c0602a] {
  font-size: 1rem;
}
.text-lg[data-v-99c0602a] {
  font-size: 1.125rem;
}
.text-xl[data-v-99c0602a] {
  font-size: 1.25rem;
}
.text-2xl[data-v-99c0602a] {
  font-size: 1.5rem;
}
.text-3xl[data-v-99c0602a] {
  font-size: 1.875rem;
}
.text-4xl[data-v-99c0602a] {
  font-size: 2.25rem;
}
.text-10xl[data-v-99c0602a] {
  font-size: 8rem;
}[data-v-d2e54169]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-d2e54169] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-d2e54169] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-d2e54169] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-d2e54169] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-d2e54169] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-d2e54169] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-d2e54169] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-d2e54169] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-d2e54169] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-d2e54169] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-d2e54169] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-d2e54169] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-d2e54169] {
  opacity: 0;
}
.opacity-25[data-v-d2e54169] {
  opacity: 0.25;
}
.opacity-50[data-v-d2e54169] {
  opacity: 0.5;
}
.opacity-75[data-v-d2e54169] {
  opacity: 0.75;
}
.opacity-100[data-v-d2e54169] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-d2e54169] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-d2e54169]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-d2e54169] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-d2e54169] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-d2e54169] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-d2e54169],
.ff-section-title[data-v-d2e54169] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-d2e54169],
.ff-section-description[data-v-d2e54169] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-d2e54169] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-d2e54169] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-d2e54169] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-d2e54169] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-d2e54169] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-d2e54169] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-d2e54169] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-d2e54169] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-d2e54169] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-d2e54169] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-d2e54169] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-d2e54169] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-d2e54169]:hover, .btn[data-v-d2e54169]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-d2e54169]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-d2e54169]:active {
  filter: brightness(75%);
}
.btn[data-v-d2e54169]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-d2e54169] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-d2e54169] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-d2e54169] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-d2e54169] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-d2e54169] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-d2e54169] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-d2e54169] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-d2e54169]:hover, form.auth .link-subtile[data-v-d2e54169]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-d2e54169]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-d2e54169] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-d2e54169] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-d2e54169] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-d2e54169]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-d2e54169] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-d2e54169] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-d2e54169]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-d2e54169] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-d2e54169] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-d2e54169] {
  overflow-x: auto;
}
table.generic-table[data-v-d2e54169] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-d2e54169] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-d2e54169],
table.generic-table th[data-v-d2e54169] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-d2e54169],
table.generic-table th.actions[data-v-d2e54169] {
  text-align: right;
}
table.generic-table th[data-v-d2e54169] {
  text-align: left;
}
table.generic-table th.options[data-v-d2e54169] {
  text-align: right;
}
table.generic-table tr[data-v-d2e54169] {
  border: 1px solid var(--clr-border);
}
.card[data-v-d2e54169] {
  margin-bottom: 2rem;
}
.column-select[data-v-d2e54169] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-d2e54169] {
  max-width: min(568px, 100%);
}
.el-select[data-v-d2e54169] {
  display: block;
}
.el-popper[data-v-d2e54169] {
  z-index: 99999 !important;
}
.form-button-group[data-v-d2e54169] {
  margin-top: 1rem;
}
.form-splitter[data-v-d2e54169] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-d2e54169] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-d2e54169] {
    width: 128px;
}
}
.show-button-group[data-v-d2e54169] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-d2e54169] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-d2e54169] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-d2e54169] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-d2e54169] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-d2e54169] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-d2e54169] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-d2e54169] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-d2e54169],
.fade-leave-active[data-v-d2e54169] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-d2e54169],
.fade-leave-to[data-v-d2e54169] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-d2e54169] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-d2e54169] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-d2e54169],
.fade-move-leave-to[data-v-d2e54169] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-d2e54169],
  .fade-move-leave-to[data-v-d2e54169] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-d2e54169],
.fade-move-leave-from[data-v-d2e54169] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-d2e54169],
  .fade-move-leave-from[data-v-d2e54169] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-d2e54169] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-d2e54169] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-d2e54169],
.fade-grow-leave-to[data-v-d2e54169] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-d2e54169],
.fade-grow-leave-from[data-v-d2e54169] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-d2e54169] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-d2e54169] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-d2e54169],
.fade-grow-fast-out-leave-to[data-v-d2e54169] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-d2e54169],
.fade-grow-fast-out-leave-from[data-v-d2e54169] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-d2e54169] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-d2e54169] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-d2e54169] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-d2e54169] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-d2e54169] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-d2e54169] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-d2e54169] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-d2e54169] {
  width: 100%;
}
.no-wrap[data-v-d2e54169] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-d2e54169] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-d2e54169] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-d2e54169] {
    display: none;
}
}
ul li[data-v-d2e54169] {
  margin-top: 0.25rem;
}
.indent[data-v-d2e54169] {
  padding-left: 2rem;
}
.indent .indent-link[data-v-d2e54169] {
  position: relative;
}
.indent-link[data-v-d2e54169]::before {
  content: "";
  border-bottom: solid 1px var(--clr-bg-menu-accent);
  border-left: solid 1px var(--clr-bg-menu-accent);
  width: 0.75rem;
  height: 50%;
  position: absolute;
  left: -1.25rem;
}
.indent-link + .indent-link[data-v-d2e54169]::before {
  height: 100%;
  transform: translateY(-50%);
}
.link[data-v-d2e54169] {
  font-family: var(--ff-menu);
  font-size: var(--fs-400);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  padding: 0.5rem 0.75rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  transition: background-color 200ms ease-in;
}
.link.collapsed[data-v-d2e54169] {
  justify-content: center;
}
.link[data-v-d2e54169] > * + * {
  margin-left: 0.5rem;
}
.link[data-v-d2e54169]:hover, .link[data-v-d2e54169]:focus-visible {
  background-color: var(--clr-bg-menu-accent);
}
.link.active[data-v-d2e54169] {
  background-color: var(--clr-bg-menu-accent);
}[data-v-7b036cd9]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-7b036cd9] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-7b036cd9] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-7b036cd9] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-7b036cd9] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-7b036cd9] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-7b036cd9] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-7b036cd9] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-7b036cd9] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-7b036cd9] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-7b036cd9] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-7b036cd9] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-7b036cd9] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-7b036cd9] {
  opacity: 0;
}
.opacity-25[data-v-7b036cd9] {
  opacity: 0.25;
}
.opacity-50[data-v-7b036cd9] {
  opacity: 0.5;
}
.opacity-75[data-v-7b036cd9] {
  opacity: 0.75;
}
.opacity-100[data-v-7b036cd9] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-7b036cd9] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-7b036cd9]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-7b036cd9] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-7b036cd9] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-7b036cd9] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-7b036cd9],
.ff-section-title[data-v-7b036cd9] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-7b036cd9],
.ff-section-description[data-v-7b036cd9] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-7b036cd9] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-7b036cd9] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-7b036cd9] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-7b036cd9] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-7b036cd9] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-7b036cd9] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-7b036cd9] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-7b036cd9] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-7b036cd9] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-7b036cd9] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-7b036cd9] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-7b036cd9] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-7b036cd9]:hover, .btn[data-v-7b036cd9]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-7b036cd9]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-7b036cd9]:active {
  filter: brightness(75%);
}
.btn[data-v-7b036cd9]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-7b036cd9] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-7b036cd9] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-7b036cd9] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-7b036cd9] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-7b036cd9] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-7b036cd9] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-7b036cd9] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-7b036cd9]:hover, form.auth .link-subtile[data-v-7b036cd9]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-7b036cd9]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-7b036cd9] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-7b036cd9] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-7b036cd9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-7b036cd9]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-7b036cd9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-7b036cd9] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-7b036cd9]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-7b036cd9] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-7b036cd9] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-7b036cd9] {
  overflow-x: auto;
}
table.generic-table[data-v-7b036cd9] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-7b036cd9] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-7b036cd9],
table.generic-table th[data-v-7b036cd9] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-7b036cd9],
table.generic-table th.actions[data-v-7b036cd9] {
  text-align: right;
}
table.generic-table th[data-v-7b036cd9] {
  text-align: left;
}
table.generic-table th.options[data-v-7b036cd9] {
  text-align: right;
}
table.generic-table tr[data-v-7b036cd9] {
  border: 1px solid var(--clr-border);
}
.card[data-v-7b036cd9] {
  margin-bottom: 2rem;
}
.column-select[data-v-7b036cd9] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-7b036cd9] {
  max-width: min(568px, 100%);
}
.el-select[data-v-7b036cd9] {
  display: block;
}
.el-popper[data-v-7b036cd9] {
  z-index: 99999 !important;
}
.form-button-group[data-v-7b036cd9] {
  margin-top: 1rem;
}
.form-splitter[data-v-7b036cd9] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-7b036cd9] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-7b036cd9] {
    width: 128px;
}
}
.show-button-group[data-v-7b036cd9] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-7b036cd9] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-7b036cd9] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-7b036cd9] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-7b036cd9] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-7b036cd9] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-7b036cd9] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-7b036cd9] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-7b036cd9],
.fade-leave-active[data-v-7b036cd9] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-7b036cd9],
.fade-leave-to[data-v-7b036cd9] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-7b036cd9] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-7b036cd9] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-7b036cd9],
.fade-move-leave-to[data-v-7b036cd9] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-7b036cd9],
  .fade-move-leave-to[data-v-7b036cd9] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-7b036cd9],
.fade-move-leave-from[data-v-7b036cd9] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-7b036cd9],
  .fade-move-leave-from[data-v-7b036cd9] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-7b036cd9] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-7b036cd9] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-7b036cd9],
.fade-grow-leave-to[data-v-7b036cd9] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-7b036cd9],
.fade-grow-leave-from[data-v-7b036cd9] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-7b036cd9] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-7b036cd9] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-7b036cd9],
.fade-grow-fast-out-leave-to[data-v-7b036cd9] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-7b036cd9],
.fade-grow-fast-out-leave-from[data-v-7b036cd9] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-7b036cd9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-7b036cd9] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-7b036cd9] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-7b036cd9] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-7b036cd9] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-7b036cd9] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-7b036cd9] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-7b036cd9] {
  width: 100%;
}
.no-wrap[data-v-7b036cd9] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-7b036cd9] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-7b036cd9] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-7b036cd9] {
    display: none;
}
}
.separator[data-v-7b036cd9] {
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
  border-top: solid 1px var(--clr-text-subtile);
}
.separator.collapsed[data-v-7b036cd9] {
  justify-content: center;
}
.separator[data-v-7b036cd9] > * + * {
  margin-left: 1rem;
}
.separator button[data-v-7b036cd9] {
  display: flex;
  align-items: center;
}
.separator button[data-v-7b036cd9],
.separator p[data-v-7b036cd9] {
  color: var(--clr-text-subtile);
}
.separator p[data-v-7b036cd9] {
  font-family: "Montserrat", sans-serif;
  font-size: var(--fs-300);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.menu-segment[data-v-7b036cd9] {
  transition: max-height 400ms ease-in-out;
  overflow: hidden;
  max-height: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.menu-segment.show[data-v-7b036cd9] {
  max-height: 100%;
}
.menu-segment ul[data-v-7b036cd9] {
  padding: 0.25rem;
}
.menu-segment ul > li + li[data-v-7b036cd9] {
  margin-top: 0.25rem;
}

/* transition */
@keyframes expand-7b036cd9 {
0% {
    max-height: 0;
    border-bottom-color: transparent;
}
50% {
    border-bottom-color: var(--clr-text-subtile);
}
100% {
    max-height: 100%;
    border-bottom-color: transparent;
}
}[data-v-27c4e44b]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-27c4e44b] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-27c4e44b] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-27c4e44b] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-27c4e44b] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-27c4e44b] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-27c4e44b] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-27c4e44b] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-27c4e44b] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-27c4e44b] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-27c4e44b] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-27c4e44b] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-27c4e44b] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-27c4e44b] {
  opacity: 0;
}
.opacity-25[data-v-27c4e44b] {
  opacity: 0.25;
}
.opacity-50[data-v-27c4e44b] {
  opacity: 0.5;
}
.opacity-75[data-v-27c4e44b] {
  opacity: 0.75;
}
.opacity-100[data-v-27c4e44b] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-27c4e44b] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-27c4e44b]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-27c4e44b] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-27c4e44b] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-27c4e44b] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-27c4e44b],
.ff-section-title[data-v-27c4e44b] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-27c4e44b],
.ff-section-description[data-v-27c4e44b] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-27c4e44b] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-27c4e44b] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-27c4e44b] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-27c4e44b] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-27c4e44b] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-27c4e44b] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-27c4e44b] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-27c4e44b] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-27c4e44b] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-27c4e44b] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-27c4e44b] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-27c4e44b] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-27c4e44b]:hover, .btn[data-v-27c4e44b]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-27c4e44b]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-27c4e44b]:active {
  filter: brightness(75%);
}
.btn[data-v-27c4e44b]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-27c4e44b] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-27c4e44b] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-27c4e44b] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-27c4e44b] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-27c4e44b] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-27c4e44b] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-27c4e44b] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-27c4e44b]:hover, form.auth .link-subtile[data-v-27c4e44b]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-27c4e44b]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-27c4e44b] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-27c4e44b] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-27c4e44b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-27c4e44b]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-27c4e44b] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-27c4e44b] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-27c4e44b]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-27c4e44b] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-27c4e44b] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-27c4e44b] {
  overflow-x: auto;
}
table.generic-table[data-v-27c4e44b] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-27c4e44b] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-27c4e44b],
table.generic-table th[data-v-27c4e44b] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-27c4e44b],
table.generic-table th.actions[data-v-27c4e44b] {
  text-align: right;
}
table.generic-table th[data-v-27c4e44b] {
  text-align: left;
}
table.generic-table th.options[data-v-27c4e44b] {
  text-align: right;
}
table.generic-table tr[data-v-27c4e44b] {
  border: 1px solid var(--clr-border);
}
.card[data-v-27c4e44b] {
  margin-bottom: 2rem;
}
.column-select[data-v-27c4e44b] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-27c4e44b] {
  max-width: min(568px, 100%);
}
.el-select[data-v-27c4e44b] {
  display: block;
}
.el-popper[data-v-27c4e44b] {
  z-index: 99999 !important;
}
.form-button-group[data-v-27c4e44b] {
  margin-top: 1rem;
}
.form-splitter[data-v-27c4e44b] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-27c4e44b] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-27c4e44b] {
    width: 128px;
}
}
.show-button-group[data-v-27c4e44b] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-27c4e44b] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-27c4e44b] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-27c4e44b] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-27c4e44b] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-27c4e44b] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-27c4e44b] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-27c4e44b] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-27c4e44b],
.fade-leave-active[data-v-27c4e44b] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-27c4e44b],
.fade-leave-to[data-v-27c4e44b] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-27c4e44b] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-27c4e44b] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-27c4e44b],
.fade-move-leave-to[data-v-27c4e44b] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-27c4e44b],
  .fade-move-leave-to[data-v-27c4e44b] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-27c4e44b],
.fade-move-leave-from[data-v-27c4e44b] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-27c4e44b],
  .fade-move-leave-from[data-v-27c4e44b] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-27c4e44b] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-27c4e44b] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-27c4e44b],
.fade-grow-leave-to[data-v-27c4e44b] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-27c4e44b],
.fade-grow-leave-from[data-v-27c4e44b] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-27c4e44b] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-27c4e44b] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-27c4e44b],
.fade-grow-fast-out-leave-to[data-v-27c4e44b] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-27c4e44b],
.fade-grow-fast-out-leave-from[data-v-27c4e44b] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-27c4e44b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-27c4e44b] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-27c4e44b] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-27c4e44b] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-27c4e44b] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-27c4e44b] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-27c4e44b] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-27c4e44b] {
  width: 100%;
}
.no-wrap[data-v-27c4e44b] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-27c4e44b] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-27c4e44b] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-27c4e44b] {
    display: none;
}
}
.wrapper[data-v-27c4e44b] {
  display: flex;
}
.wrapper > img[data-v-27c4e44b] {
  --size: 2rem;
  width: var(--size);
  height: var(--size);
  border-radius: calc(var(--size) / 2);
  object-fit: cover;
}
.wrapper > div[data-v-27c4e44b] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.75rem;
  text-align: left;
  max-width: 140px;
}
.wrapper > div > div[data-v-27c4e44b]:first-of-type {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrapper > div > div[data-v-27c4e44b]:last-of-type {
  font-size: var(--fs-300);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--clr-text-subtile);
}
.mark[data-v-58b716ca] {
  display: block;
  width: 32px;
  aspect-ratio: 1;
}
[data-v-e5afcfed]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-e5afcfed] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-e5afcfed] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-e5afcfed] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-e5afcfed] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-e5afcfed] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-e5afcfed] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-e5afcfed] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-e5afcfed] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-e5afcfed] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-e5afcfed] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-e5afcfed] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-e5afcfed] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-e5afcfed] {
  opacity: 0;
}
.opacity-25[data-v-e5afcfed] {
  opacity: 0.25;
}
.opacity-50[data-v-e5afcfed] {
  opacity: 0.5;
}
.opacity-75[data-v-e5afcfed] {
  opacity: 0.75;
}
.opacity-100[data-v-e5afcfed] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-e5afcfed] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-e5afcfed]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-e5afcfed] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-e5afcfed] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-e5afcfed] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-e5afcfed],
.ff-section-title[data-v-e5afcfed] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-e5afcfed],
.ff-section-description[data-v-e5afcfed] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-e5afcfed] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-e5afcfed] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-e5afcfed] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-e5afcfed] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-e5afcfed] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-e5afcfed] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-e5afcfed] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-e5afcfed] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-e5afcfed] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-e5afcfed] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-e5afcfed] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-e5afcfed] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-e5afcfed]:hover, .btn[data-v-e5afcfed]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-e5afcfed]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-e5afcfed]:active {
  filter: brightness(75%);
}
.btn[data-v-e5afcfed]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-e5afcfed] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-e5afcfed] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-e5afcfed] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-e5afcfed] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-e5afcfed] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-e5afcfed] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-e5afcfed] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-e5afcfed]:hover, form.auth .link-subtile[data-v-e5afcfed]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-e5afcfed]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-e5afcfed] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-e5afcfed] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-e5afcfed] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-e5afcfed]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-e5afcfed] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-e5afcfed] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-e5afcfed]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-e5afcfed] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-e5afcfed] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-e5afcfed] {
  overflow-x: auto;
}
table.generic-table[data-v-e5afcfed] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-e5afcfed] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-e5afcfed],
table.generic-table th[data-v-e5afcfed] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-e5afcfed],
table.generic-table th.actions[data-v-e5afcfed] {
  text-align: right;
}
table.generic-table th[data-v-e5afcfed] {
  text-align: left;
}
table.generic-table th.options[data-v-e5afcfed] {
  text-align: right;
}
table.generic-table tr[data-v-e5afcfed] {
  border: 1px solid var(--clr-border);
}
.card[data-v-e5afcfed] {
  margin-bottom: 2rem;
}
.column-select[data-v-e5afcfed] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-e5afcfed] {
  max-width: min(568px, 100%);
}
.el-select[data-v-e5afcfed] {
  display: block;
}
.el-popper[data-v-e5afcfed] {
  z-index: 99999 !important;
}
.form-button-group[data-v-e5afcfed] {
  margin-top: 1rem;
}
.form-splitter[data-v-e5afcfed] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-e5afcfed] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-e5afcfed] {
    width: 128px;
}
}
.show-button-group[data-v-e5afcfed] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-e5afcfed] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-e5afcfed] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-e5afcfed] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-e5afcfed] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-e5afcfed] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-e5afcfed] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-e5afcfed] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-e5afcfed],
.fade-leave-active[data-v-e5afcfed] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-e5afcfed],
.fade-leave-to[data-v-e5afcfed] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-e5afcfed] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-e5afcfed] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-e5afcfed],
.fade-move-leave-to[data-v-e5afcfed] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-e5afcfed],
  .fade-move-leave-to[data-v-e5afcfed] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-e5afcfed],
.fade-move-leave-from[data-v-e5afcfed] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-e5afcfed],
  .fade-move-leave-from[data-v-e5afcfed] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-e5afcfed] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-e5afcfed] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-e5afcfed],
.fade-grow-leave-to[data-v-e5afcfed] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-e5afcfed],
.fade-grow-leave-from[data-v-e5afcfed] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-e5afcfed] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-e5afcfed] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-e5afcfed],
.fade-grow-fast-out-leave-to[data-v-e5afcfed] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-e5afcfed],
.fade-grow-fast-out-leave-from[data-v-e5afcfed] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-e5afcfed] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-e5afcfed] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-e5afcfed] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-e5afcfed] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-e5afcfed] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-e5afcfed] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-e5afcfed] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-e5afcfed] {
  width: 100%;
}
.no-wrap[data-v-e5afcfed] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-e5afcfed] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-e5afcfed] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-e5afcfed] {
    display: none;
}
}
nav[data-v-e5afcfed] {
  position: fixed;
  top: 0;
  background-color: var(--clr-bg-secondary);
  border-right: solid 1px var(--clr-border-subtile);
  height: 100vh;
  min-width: 300px;
  z-index: 200;
}
nav.collapsed[data-v-e5afcfed] {
  min-width: unset;
}
nav.collapsed .primary-nav[data-v-e5afcfed] {
  padding: 2.5rem 1rem;
}
nav.collapsed > div:first-of-type .application-label .label[data-v-e5afcfed] {
  display: none !important;
}
nav .primary-nav[data-v-e5afcfed] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
nav .primary-nav[data-v-e5afcfed]::-webkit-scrollbar {
  display: none;
}
nav .primary-nav > div[data-v-e5afcfed]:first-of-type {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
nav .primary-nav > div:first-of-type .application-label[data-v-e5afcfed] {
  align-items: center;
  display: flex;
}
nav .primary-nav > div:first-of-type .application-label[data-v-e5afcfed] > * + * {
  margin-left: 1rem;
}
nav .primary-nav > div:first-of-type .application-label .label[data-v-e5afcfed] {
  display: none;
}
@media (min-width: 640px) {
nav .primary-nav > div:first-of-type .application-label .label[data-v-e5afcfed] {
    display: block;
}
}
nav .primary-nav > div[data-v-e5afcfed]:last-of-type {
  display: none;
  justify-self: flex-end;
}
@media (min-width: 640px) {
nav .primary-nav > div[data-v-e5afcfed]:last-of-type {
    display: block;
}
}
nav .primary-nav > div:last-of-type .menu-dropdown[data-v-e5afcfed] {
  position: relative;
}
nav .primary-nav > div:last-of-type .menu-dropdown .border-line[data-v-e5afcfed] {
  border-top: solid 1px var(--clr-border-subtile);
}
nav .primary-nav > div:last-of-type .menu-dropdown .subtile-label[data-v-e5afcfed] {
  font-size: var(--fs-300);
  line-height: 1.4;
  color: var(--clr-text-subtile);
  display: block;
  padding: 0.5rem 1rem;
}
.collapse-btn[data-v-e5afcfed] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
  --size: 2.5rem;
  width: var(--size);
  height: var(--size);
  border-radius: calc(var(--size) / 2);
  border: 1px solid color-mix(in srgb, var(--clr-border-subtile) 20%, transparent);
  background-color: var(--clr-bg-secondary);
  position: absolute;
  top: 4.5rem;
  right: 0;
  transform: translateX(50%);
  align-items: center;
  display: flex;
  justify-content: center;
  transition: background-color 200ms ease-in;
}
.collapse-btn.collapsed[data-v-e5afcfed] {
  --size: 2rem;
  top: 5rem;
}
.collapse-btn[data-v-e5afcfed]:hover, .collapse-btn[data-v-e5afcfed]:focus-visible {
  background-color: var(--clr-bg-menu-accent);
}[data-v-b7f00543]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-b7f00543] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-b7f00543] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-b7f00543] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-b7f00543] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-b7f00543] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-b7f00543] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-b7f00543] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-b7f00543] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-b7f00543] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-b7f00543] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-b7f00543] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-b7f00543] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-b7f00543] {
  opacity: 0;
}
.opacity-25[data-v-b7f00543] {
  opacity: 0.25;
}
.opacity-50[data-v-b7f00543] {
  opacity: 0.5;
}
.opacity-75[data-v-b7f00543] {
  opacity: 0.75;
}
.opacity-100[data-v-b7f00543] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-b7f00543] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-b7f00543]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-b7f00543] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-b7f00543] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-b7f00543] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-b7f00543],
.ff-section-title[data-v-b7f00543] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-b7f00543],
.ff-section-description[data-v-b7f00543] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-b7f00543] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-b7f00543] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-b7f00543] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-b7f00543] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-b7f00543] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-b7f00543] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-b7f00543] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-b7f00543] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-b7f00543] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-b7f00543] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-b7f00543] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-b7f00543] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-b7f00543]:hover, .btn[data-v-b7f00543]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-b7f00543]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-b7f00543]:active {
  filter: brightness(75%);
}
.btn[data-v-b7f00543]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-b7f00543] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-b7f00543] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-b7f00543] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-b7f00543] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-b7f00543] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-b7f00543] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-b7f00543] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-b7f00543]:hover, form.auth .link-subtile[data-v-b7f00543]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-b7f00543]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-b7f00543] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-b7f00543] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-b7f00543] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-b7f00543]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-b7f00543] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-b7f00543] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-b7f00543]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-b7f00543] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-b7f00543] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-b7f00543] {
  overflow-x: auto;
}
table.generic-table[data-v-b7f00543] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-b7f00543] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-b7f00543],
table.generic-table th[data-v-b7f00543] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-b7f00543],
table.generic-table th.actions[data-v-b7f00543] {
  text-align: right;
}
table.generic-table th[data-v-b7f00543] {
  text-align: left;
}
table.generic-table th.options[data-v-b7f00543] {
  text-align: right;
}
table.generic-table tr[data-v-b7f00543] {
  border: 1px solid var(--clr-border);
}
.card[data-v-b7f00543] {
  margin-bottom: 2rem;
}
.column-select[data-v-b7f00543] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-b7f00543] {
  max-width: min(568px, 100%);
}
.el-select[data-v-b7f00543] {
  display: block;
}
.el-popper[data-v-b7f00543] {
  z-index: 99999 !important;
}
.form-button-group[data-v-b7f00543] {
  margin-top: 1rem;
}
.form-splitter[data-v-b7f00543] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-b7f00543] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-b7f00543] {
    width: 128px;
}
}
.show-button-group[data-v-b7f00543] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-b7f00543] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-b7f00543] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-b7f00543] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-b7f00543] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-b7f00543] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-b7f00543] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-b7f00543] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-b7f00543],
.fade-leave-active[data-v-b7f00543] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-b7f00543],
.fade-leave-to[data-v-b7f00543] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-b7f00543] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-b7f00543] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-b7f00543],
.fade-move-leave-to[data-v-b7f00543] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-b7f00543],
  .fade-move-leave-to[data-v-b7f00543] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-b7f00543],
.fade-move-leave-from[data-v-b7f00543] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-b7f00543],
  .fade-move-leave-from[data-v-b7f00543] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-b7f00543] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-b7f00543] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-b7f00543],
.fade-grow-leave-to[data-v-b7f00543] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-b7f00543],
.fade-grow-leave-from[data-v-b7f00543] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-b7f00543] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-b7f00543] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-b7f00543],
.fade-grow-fast-out-leave-to[data-v-b7f00543] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-b7f00543],
.fade-grow-fast-out-leave-from[data-v-b7f00543] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-b7f00543] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-b7f00543] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-b7f00543] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-b7f00543] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-b7f00543] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-b7f00543] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-b7f00543] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-b7f00543] {
  width: 100%;
}
.no-wrap[data-v-b7f00543] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-b7f00543] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-b7f00543] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-b7f00543] {
    display: none;
}
}
.floating-bee[data-v-b7f00543] {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 1000;
  height: 3rem;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 0.5rem 1rem 0.75rem;
}
.floating-bee[data-v-b7f00543]:hover {
  transform: scale(1.1);
}
.floating-bee > .webbees-logo[data-v-b7f00543] {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.floating-bee > span[data-v-b7f00543] {
  font-size: 0.8rem;
}
.floating-bee[data-v-b7f00543] > * + * {
  margin-left: 0.5rem;
}
.floating-bee.left[data-v-b7f00543] {
  left: 2rem;
  right: auto;
}
html.dark .floating-bee[data-v-b7f00543] {
  background-color: #272727;
  color: #f1f5f9;
  box-shadow: none;
}
html.dark .webbees-logo-light[data-v-b7f00543] {
  display: none;
}
html:not(.dark) .webbees-logo-dark[data-v-b7f00543] {
  display: none;
}[data-v-6826bb24]:root {
  --clr-bg-primary: #f3f4f6;
  --clr-bg-secondary: #ffffff;
  --clr-bg-accent: #eee;
  --clr-bg-subtile: #f7f7fa;
  --clr-bg-menu-accent: #e6e6e6;
  --clr-bg-dark: #333333;
  --clr-border: #afafaf;
  --clr-border-subtile: #e6e6e6;
  --clr-text-heading: #333333;
  --clr-text: #333333;
  --clr-text-dark: #000;
  --clr-text-subtile: #afafaf;
  --clr-text-accent: #551616;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #ffffff;
  --clr-primary: #6a7c9f;
  --clr-primary-light: ;
  --clr-secondary: ;
  --clr-secondary-light: ;
  --clr-accent: ;
  --clr-accent-light: ;
  --clr-info: #f78f00;
  --clr-info-light: #fffde3;
  --clr-danger: #c73131;
  --clr-danger-light: #fcf3f2;
  --clr-positive: #4d9f54;
  --clr-positive-light: #f2fcf6;
  --clr-positive-dark: #172517;
  --clr-negative: #c73131;
  --clr-negative-light: #fcf3f2;
  --clr-negative-dark: #2a1f1f;
  --el-color-primary: var(--clr-primary) !important;
}
.dark[data-v-6826bb24] {
  --clr-bg-primary: #09090b; /* background color behind card */
  --clr-bg-secondary: #18181b; /* background color of menu and header */
  --clr-bg-accent: #111827; /* dont know */
  --clr-bg-subtile: #09090b; /* table header und table buttons */
  --clr-bg-menu-accent: #000; /* lines in menu */
  --clr-border: #444444; /* borders of tables */
  --clr-border-subtile: #444444; /* border of sidebar menu */
  --clr-text: #d1d5db;
  --clr-text-dark: #ffffff;
  --clr-text-subtile: #6b7280;
  --clr-text-accent: #f87171;
  --clr-text-secondary: #9ca3af;
  --clr-text-link: #3a63ab;
  --clr-text-light: #000000;
}
.font-clr-text-secondary[data-v-6826bb24] {
  color: var(--clr-text-secondary);
}
.font-clr-text-subtile[data-v-6826bb24] {
  color: var(--clr-text-subtile);
}
.font-clr-negative[data-v-6826bb24] {
  color: var(--clr-negative);
}

/* Box Shadow */
.box-shadow-sm[data-v-6826bb24] {
  box-shadow: 0 1px 2px 0 color-mix(in srgb, var(--clr-text-dark) 5%, transparent);
}
.box-shadow[data-v-6826bb24] {
  box-shadow: 0 1px 3px 0 color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 1px 2px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-md[data-v-6826bb24] {
  box-shadow: 0 4px 6px -1px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 2px 4px -2px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-lg[data-v-6826bb24] {
  box-shadow: 0 10px 15px -3px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 4px 6px -4px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}
.box-shadow-xl[data-v-6826bb24] {
  box-shadow: 0 20px 25px -5px color-mix(in srgb, var(--clr-text-dark) 10%, transparent), 0 8px 10px -6px color-mix(in srgb, var(--clr-text-dark) 10%, transparent);
}

/* Borders */
.rounded-borders[data-v-6826bb24] {
  border-radius: 0.25rem;
}
.rounded-borders-md[data-v-6826bb24] {
  border-radius: 0.375rem;
}
.rounded-borders-lg[data-v-6826bb24] {
  border-radius: 0.5rem;
}

/* Opacity */
.opacity-0[data-v-6826bb24] {
  opacity: 0;
}
.opacity-25[data-v-6826bb24] {
  opacity: 0.25;
}
.opacity-50[data-v-6826bb24] {
  opacity: 0.5;
}
.opacity-75[data-v-6826bb24] {
  opacity: 0.75;
}
.opacity-100[data-v-6826bb24] {
  opacity: 1;
}

/* Outlined */
.outlined[data-v-6826bb24] {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
[data-v-6826bb24]:root {
  --fs-200: 0.75rem;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.125rem;
  --fs-600: 1.25rem;
  --fs-700: 1.5rem;
  --fs-800: 1.875rem;
  --fs-900: 2.25rem;
  --ff-primary: "Figtree", sans-serif;
  --ff-menu: "Roboto", sans-serif;
}
.ff-banner[data-v-6826bb24] {
  color: var(--clr-text-light);
  font-weight: 500;
  font-size: var(--fs-300);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ff-btn[data-v-6826bb24] {
  font-size: var(--fs-300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.ff-header-title[data-v-6826bb24] {
  font-weight: 600;
  font-size: var(--fs-600);
  font-weight: 600;
  line-height: 1.25;
}
.ff-modal-title[data-v-6826bb24],
.ff-section-title[data-v-6826bb24] {
  font-size: var(--fs-500);
  font-weight: 500;
  line-height: 1.55;
}
.ff-modal-content[data-v-6826bb24],
.ff-section-description[data-v-6826bb24] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-menu-dropdown[data-v-6826bb24] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text[data-v-6826bb24] {
  font-size: var(--fs-300);
  line-height: 1.4;
}
.ff-text-emphasized[data-v-6826bb24] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-primary-heading[data-v-6826bb24] {
  font-family: var(--ff-menu);
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.ff-primary-heading[data-v-6826bb24] {
    font-size: var(--fs-800);
}
}
@media (max-width: 640px) {
.ff-primary-heading[data-v-6826bb24] {
    font-size: var(--fs-700);
}
}
.ff-input-label[data-v-6826bb24] {
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
.ff-mono[data-v-6826bb24] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
}
.ff-panel-heading[data-v-6826bb24] {
  font-size: var(--fs-600);
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 640px) {
.ff-panel-heading[data-v-6826bb24] {
    font-size: var(--fs-500);
}
}
.ff-splitter-heading[data-v-6826bb24] {
  font-size: var(--fs-600);
  font-weight: 500;
  line-height: 1.25;
}
.btn[data-v-6826bb24] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  transition: background-color 150ms ease-in-out;
}
.btn[data-v-6826bb24]:hover, .btn[data-v-6826bb24]:focus-visible {
  filter: brightness(125%);
}
.btn[data-v-6826bb24]:focus-visible {
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
.btn[data-v-6826bb24]:active {
  filter: brightness(75%);
}
.btn[data-v-6826bb24]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.auth-card[data-v-6826bb24] > * + * {
  margin-top: 1rem;
}
.auth-card .status[data-v-6826bb24] {
  color: var(--clr-positive);
  font-size: var(--fs-300);
  font-weight: 500;
  line-height: 1.4;
}
form.auth[data-v-6826bb24] > * + * {
  margin-top: 1rem;
}
form.auth .actions-wrapper[data-v-6826bb24] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form.auth .actions-wrapper[data-v-6826bb24] > * + * {
  margin-left: 1rem;
}
form.auth .input-error[data-v-6826bb24] {
  margin-top: 0.5rem;
}
form.auth .link-subtile[data-v-6826bb24] {
  color: var(--clr-text-subtile);
  text-decoration: underline;
  font-size: var(--fs-300);
  line-height: 1.4;
  border-radius: 0.375rem;
}
form.auth .link-subtile[data-v-6826bb24]:hover, form.auth .link-subtile[data-v-6826bb24]:focus-visible {
  color: var(--clr-text);
}
form.auth .link-subtile[data-v-6826bb24]:focus-visible {
  outline-color: var(--clr-primary);
  outline-color: var(--outline-color), var(--clr-primary);
  outline-offset: 2px;
  outline-style: solid;
  outline-width: 1px;
}
form.auth .text-input-100[data-v-6826bb24] {
  display: block;
  margin-top: 0.25rem;
  width: 100%;
}
form.auth .text-input-75[data-v-6826bb24] {
  display: block;
  margin-top: 0.25rem;
  width: 75%;
}
.main-header[data-v-6826bb24] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.main-header > div[data-v-6826bb24]:last-child {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
.main-header[data-v-6826bb24] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
}
form > .action-wrapper[data-v-6826bb24] {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
form > .action-wrapper > div[data-v-6826bb24]:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
form .form-group[data-v-6826bb24] {
  background-color: var(--clr-bg-subtile);
  padding: 1rem;
}
form .form-group + .form-group[data-v-6826bb24] {
  margin-top: 2rem;
}
.generic-table-wrapper[data-v-6826bb24] {
  overflow-x: auto;
}
table.generic-table[data-v-6826bb24] {
  border-collapse: collapse;
  color: var(--clr-text);
  width: 100%;
}
table.generic-table thead[data-v-6826bb24] {
  background-color: var(--clr-bg-subtile);
}
table.generic-table td[data-v-6826bb24],
table.generic-table th[data-v-6826bb24] {
  padding: 1rem 1.5rem;
}
table.generic-table td.actions[data-v-6826bb24],
table.generic-table th.actions[data-v-6826bb24] {
  text-align: right;
}
table.generic-table th[data-v-6826bb24] {
  text-align: left;
}
table.generic-table th.options[data-v-6826bb24] {
  text-align: right;
}
table.generic-table tr[data-v-6826bb24] {
  border: 1px solid var(--clr-border);
}
.card[data-v-6826bb24] {
  margin-bottom: 2rem;
}
.column-select[data-v-6826bb24] {
  max-width: min(600px, 100%);
  width: 100%;
}
.column-select #display_columns[data-v-6826bb24] {
  max-width: min(568px, 100%);
}
.el-select[data-v-6826bb24] {
  display: block;
}
.el-popper[data-v-6826bb24] {
  z-index: 99999 !important;
}
.form-button-group[data-v-6826bb24] {
  margin-top: 1rem;
}
.form-splitter[data-v-6826bb24] {
  --p-splitter-border-color: transparent;
}
.search-and-columns[data-v-6826bb24] {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 640px) {
.search-and-columns .search-field[data-v-6826bb24] {
    width: 128px;
}
}
.show-button-group[data-v-6826bb24] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}
.show-button-group[data-v-6826bb24] > * + * {
  margin-left: 0.5rem;
}
.data-table[data-v-6826bb24] {
  font-size: 0.875rem;
}

/* PDF Viewer Styles */
.pdf-select-wrapper[data-v-6826bb24] {
  padding: 1rem;
  padding-right: 0;
}
.pdf-select-wrapper h3[data-v-6826bb24] {
  margin-bottom: 0.5rem;
}
.pdf-wrapper[data-v-6826bb24] {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--clr-bg-subtile);
}
.upload-document-wrapper[data-v-6826bb24] {
  margin-top: 1rem;
}
@media (max-width: 768px) {
.upload-document-wrapper[data-v-6826bb24] {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 0.5rem;
}
}

/* Fade */
.fade-enter-active[data-v-6826bb24],
.fade-leave-active[data-v-6826bb24] {
  transition: opacity 500ms ease-in;
}
.fade-enter-from[data-v-6826bb24],
.fade-leave-to[data-v-6826bb24] {
  opacity: 0;
}

/* Fade and Move */
.fade-move-enter-active[data-v-6826bb24] {
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.fade-move-leave-active[data-v-6826bb24] {
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.fade-move-enter-from[data-v-6826bb24],
.fade-move-leave-to[data-v-6826bb24] {
  opacity: 0;
  transform: translateY(1rem);
}
@media (min-width: 640px) {
.fade-move-enter-from[data-v-6826bb24],
  .fade-move-leave-to[data-v-6826bb24] {
    transform: translateY(0), scale(95%);
}
}
.fade-move-enter-to[data-v-6826bb24],
.fade-move-leave-from[data-v-6826bb24] {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 640px) {
.fade-move-enter-to[data-v-6826bb24],
  .fade-move-leave-from[data-v-6826bb24] {
    transform: scale(100%);
}
}

/* Fade and Grow */
.fade-grow-enter-active[data-v-6826bb24] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-leave-active[data-v-6826bb24] {
  transition: transform 75ms ease-in, opacity 75ms ease-in;
}
.fade-grow-enter-from[data-v-6826bb24],
.fade-grow-leave-to[data-v-6826bb24] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-enter-to[data-v-6826bb24],
.fade-grow-leave-from[data-v-6826bb24] {
  opacity: 1;
  transform: scale(100%);
}

/* Fade and Grow Fast Out */
.fade-grow-fast-out-enter-active[data-v-6826bb24] {
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
.fade-grow-fast-out-leave-active[data-v-6826bb24] {
  transition: transform 0ms ease-in, opacity 0ms ease-in;
}
.fade-grow-fast-out-enter-from[data-v-6826bb24],
.fade-grow-fast-out-leave-to[data-v-6826bb24] {
  opacity: 0;
  transform: scale(95%);
}
.fade-grow-fast-out-enter-to[data-v-6826bb24],
.fade-grow-fast-out-leave-from[data-v-6826bb24] {
  opacity: 1;
  transform: scale(100%);
}
.flex[data-v-6826bb24] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-grid-1[data-v-6826bb24] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.form-grid-2[data-v-6826bb24] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
.form-grid-2[data-v-6826bb24] {
    grid-template-columns: repeat(1, 1fr);
}
}
.form-grid-3[data-v-6826bb24] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
.form-grid-3[data-v-6826bb24] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.form-grid-3[data-v-6826bb24] {
    grid-template-columns: repeat(1, 1fr);
}
}
.stretch[data-v-6826bb24] {
  width: 100%;
}
.no-wrap[data-v-6826bb24] {
  white-space: nowrap;
}
@media (max-width: 640px) {
.hide-mobile[data-v-6826bb24] {
    display: none;
}
}
@media (max-width: 768px) {
.hide-on-md[data-v-6826bb24] {
    display: none;
}
}
@media (max-width: 1024px) {
.btn-hide-text-on-lg .p-button-label[data-v-6826bb24] {
    display: none;
}
}
.body[data-v-6826bb24] {
  background-color: var(--clr-bg-primary);
  display: flex;
  min-height: 100vh;
  max-width: 100%;
}
.dashboard-layout[data-v-6826bb24] {
  min-height: 100vh;
  max-width: 100%;
}@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('/build/assets/primeicons-DMOk5skT.eot');
    src: url('/build/assets/primeicons-DMOk5skT.eot?#iefix') format('embedded-opentype'), url('/build/assets/primeicons-C6QP2o4f.woff2') format('woff2'), url('/build/assets/primeicons-WjwUDZjB.woff') format('woff'), url('/build/assets/primeicons-MpK4pl85.ttf') format('truetype'), url('/build/assets/primeicons-Dr5RGzOO.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}

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

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

.pi-folder-plus:before {
    content: "\ea05";
}

.pi-receipt:before {
    content: "\ea06";
}

.pi-asterisk:before {
    content: "\ea07";
}

.pi-face-smile:before {
    content: "\ea08";
}

.pi-pinterest:before {
    content: "\ea09";
}

.pi-expand:before {
    content: "\ea0a";
}

.pi-pen-to-square:before {
    content: "\ea0b";
}

.pi-wave-pulse:before {
    content: "\ea0c";
}

.pi-turkish-lira:before {
    content: "\ea0d";
}

.pi-spinner-dotted:before {
    content: "\ea0e";
}

.pi-crown:before {
    content: "\ea0f";
}

.pi-pause-circle:before {
    content: "\ea10";
}

.pi-warehouse:before {
    content: "\ea11";
}

.pi-objects-column:before {
    content: "\ea12";
}

.pi-clipboard:before {
    content: "\ea13";
}

.pi-play-circle:before {
    content: "\ea14";
}

.pi-venus:before {
    content: "\ea15";
}

.pi-cart-minus:before {
    content: "\ea16";
}

.pi-file-plus:before {
    content: "\ea17";
}

.pi-microchip:before {
    content: "\ea18";
}

.pi-twitch:before {
    content: "\ea19";
}

.pi-building-columns:before {
    content: "\ea1a";
}

.pi-file-check:before {
    content: "\ea1b";
}

.pi-microchip-ai:before {
    content: "\ea1c";
}

.pi-trophy:before {
    content: "\ea1d";
}

.pi-barcode:before {
    content: "\ea1e";
}

.pi-file-arrow-up:before {
    content: "\ea1f";
}

.pi-mars:before {
    content: "\ea20";
}

.pi-tiktok:before {
    content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}

.pi-ethereum:before {
    content: "\ea23";
}

.pi-list-check:before {
    content: "\ea24";
}

.pi-thumbtack:before {
    content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}

.pi-equals:before {
    content: "\ea27";
}

.pi-lightbulb:before {
    content: "\ea28";
}

.pi-star-half:before {
    content: "\ea29";
}

.pi-address-book:before {
    content: "\ea2a";
}

.pi-chart-scatter:before {
    content: "\ea2b";
}

.pi-indian-rupee:before {
    content: "\ea2c";
}

.pi-star-half-fill:before {
    content: "\ea2d";
}

.pi-cart-arrow-down:before {
    content: "\ea2e";
}

.pi-calendar-clock:before {
    content: "\ea2f";
}

.pi-sort-up-fill:before {
    content: "\ea30";
}

.pi-sparkles:before {
    content: "\ea31";
}

.pi-bullseye:before {
    content: "\ea32";
}

.pi-sort-down-fill:before {
    content: "\ea33";
}

.pi-graduation-cap:before {
    content: "\ea34";
}

.pi-hammer:before {
    content: "\ea35";
}

.pi-bell-slash:before {
    content: "\ea36";
}

.pi-gauge:before {
    content: "\ea37";
}

.pi-shop:before {
    content: "\ea38";
}

.pi-headphones:before {
    content: "\ea39";
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}
