@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p,
ul,
ol,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

address,
dfn,
cite,
em,
i {
  font-style: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

a,
button,
input,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

[hidden] {
  display: none !important;
}

hr {
  display: block;
  margin: 1rem 0;
  border: 0;
  height: 1px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 600px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.col {
  padding-left: 8px;
  padding-right: 8px;
  flex: 1 1 0;
  max-width: 100%;
}
.col.s1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (min-width: 768px) {
  .col.m1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col.l1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col.xl1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1920px) {
  .col.hd1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.col.s2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 768px) {
  .col.m2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col.l2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col.xl2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col.hd2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.col.s3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (min-width: 768px) {
  .col.m3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1024px) {
  .col.l3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .col.xl3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1920px) {
  .col.hd3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.col.s4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 768px) {
  .col.m4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col.l4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col.xl4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1920px) {
  .col.hd4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.col.s5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (min-width: 768px) {
  .col.m5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col.l5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col.xl5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col.hd5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.col.s6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .col.m6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .col.l6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .col.xl6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1920px) {
  .col.hd6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.col.s7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (min-width: 768px) {
  .col.m7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col.l7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col.xl7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1920px) {
  .col.hd7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.col.s8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (min-width: 768px) {
  .col.m8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col.l8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col.xl8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col.hd8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.col.s9 {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 768px) {
  .col.m9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .col.l9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .col.xl9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1920px) {
  .col.hd9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.col.s10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 768px) {
  .col.m10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1024px) {
  .col.l10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .col.xl10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1920px) {
  .col.hd10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.col.s11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
@media (min-width: 768px) {
  .col.m11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col.l11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col.xl11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col.hd11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
.col.s12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col.m12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col.l12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col.xl12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .col.hd12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/outfit-v11-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit-v11-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/outfit-v11-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/outfit-v11-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit-v11-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/outfit-v11-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1 {
  font-weight: 600;
  line-height: 1.25;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.25;
}

/* Grid-System Variablen */
/* Mixin für das Generieren der Spaltenklassen */
/* Definition des Grids */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12 gleichmäßige Spalten */
  column-gap: 16px; /* Abstand zwischen den Spalten */
  row-gap: 16px;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
}

/* Small (Smartphones) */
.s1 {
  grid-column: span 1;
}

.s2 {
  grid-column: span 2;
}

.s3 {
  grid-column: span 3;
}

.s4 {
  grid-column: span 4;
}

.s5 {
  grid-column: span 5;
}

.s6 {
  grid-column: span 6;
}

.s7 {
  grid-column: span 7;
}

.s8 {
  grid-column: span 8;
}

.s9 {
  grid-column: span 9;
}

.s10 {
  grid-column: span 10;
}

.s11 {
  grid-column: span 11;
}

.s12 {
  grid-column: span 12;
}

/* Medium (Tablets) */
@media (min-width: 768px) {
  .m1 {
    grid-column: span 1;
  }
}
@media (min-width: 768px) {
  .m2 {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .m3 {
    grid-column: span 3;
  }
}
@media (min-width: 768px) {
  .m4 {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .m5 {
    grid-column: span 5;
  }
}
@media (min-width: 768px) {
  .m6 {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .m7 {
    grid-column: span 7;
  }
}
@media (min-width: 768px) {
  .m8 {
    grid-column: span 8;
  }
}
@media (min-width: 768px) {
  .m9 {
    grid-column: span 9;
  }
}
@media (min-width: 768px) {
  .m10 {
    grid-column: span 10;
  }
}
@media (min-width: 768px) {
  .m11 {
    grid-column: span 11;
  }
}
@media (min-width: 768px) {
  .m12 {
    grid-column: span 12;
  }
}
/* Large (Laptops) */
@media (min-width: 1024px) {
  .l1 {
    grid-column: span 1;
  }
}
@media (min-width: 1024px) {
  .l2 {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .l3 {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .l4 {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  .l5 {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .l6 {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .l7 {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .l8 {
    grid-column: span 8;
  }
}
@media (min-width: 1024px) {
  .l9 {
    grid-column: span 9;
  }
}
@media (min-width: 1024px) {
  .l10 {
    grid-column: span 10;
  }
}
@media (min-width: 1024px) {
  .l11 {
    grid-column: span 11;
  }
}
@media (min-width: 1024px) {
  .l12 {
    grid-column: span 12;
  }
}
/* Extra Large (Desktops) */
@media (min-width: 1200px) {
  .xl1 {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .xl2 {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .xl3 {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .xl4 {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .xl5 {
    grid-column: span 5;
  }
}
@media (min-width: 1200px) {
  .xl6 {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  .xl7 {
    grid-column: span 7;
  }
}
@media (min-width: 1200px) {
  .xl8 {
    grid-column: span 8;
  }
}
@media (min-width: 1200px) {
  .xl9 {
    grid-column: span 9;
  }
}
@media (min-width: 1200px) {
  .xl10 {
    grid-column: span 10;
  }
}
@media (min-width: 1200px) {
  .xl11 {
    grid-column: span 11;
  }
}
@media (min-width: 1200px) {
  .xl12 {
    grid-column: span 12;
  }
}
/* Extra Large (Desktops) */
@media (min-width: 1400px) {
  .xxl1 {
    grid-column: span 1;
  }
}
@media (min-width: 1400px) {
  .xxl2 {
    grid-column: span 2;
  }
}
@media (min-width: 1400px) {
  .xxl3 {
    grid-column: span 3;
  }
}
@media (min-width: 1400px) {
  .xxl4 {
    grid-column: span 4;
  }
}
@media (min-width: 1400px) {
  .xxl5 {
    grid-column: span 5;
  }
}
@media (min-width: 1400px) {
  .xxl6 {
    grid-column: span 6;
  }
}
@media (min-width: 1400px) {
  .xxl7 {
    grid-column: span 7;
  }
}
@media (min-width: 1400px) {
  .xxl8 {
    grid-column: span 8;
  }
}
@media (min-width: 1400px) {
  .xxl9 {
    grid-column: span 9;
  }
}
@media (min-width: 1400px) {
  .xxl10 {
    grid-column: span 10;
  }
}
@media (min-width: 1400px) {
  .xxl11 {
    grid-column: span 11;
  }
}
@media (min-width: 1400px) {
  .xxl12 {
    grid-column: span 12;
  }
}
/* HD (Bildschirme ab 1920px) */
@media (min-width: 1920px) {
  .hd1 {
    grid-column: span 1;
  }
}
@media (min-width: 1920px) {
  .hd2 {
    grid-column: span 2;
  }
}
@media (min-width: 1920px) {
  .hd3 {
    grid-column: span 3;
  }
}
@media (min-width: 1920px) {
  .hd4 {
    grid-column: span 4;
  }
}
@media (min-width: 1920px) {
  .hd5 {
    grid-column: span 5;
  }
}
@media (min-width: 1920px) {
  .hd6 {
    grid-column: span 6;
  }
}
@media (min-width: 1920px) {
  .hd7 {
    grid-column: span 7;
  }
}
@media (min-width: 1920px) {
  .hd8 {
    grid-column: span 8;
  }
}
@media (min-width: 1920px) {
  .hd9 {
    grid-column: span 9;
  }
}
@media (min-width: 1920px) {
  .hd10 {
    grid-column: span 10;
  }
}
@media (min-width: 1920px) {
  .hd11 {
    grid-column: span 11;
  }
}
@media (min-width: 1920px) {
  .hd12 {
    grid-column: span 12;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  list-style-type: none;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: [aside-start] auto [aside-end] 0 [main-start] 1fr [main-end];
  grid-template-rows: [first-start] 56px [first-end] 0 [second-start] 1fr [second-end];
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.25rem;
  -webkit-font-smoothing: antialiased;
  background-color: #11121a;
  color: hsl(240, 22%, 88%);
  font-variant-numeric: tabular-nums;
}

a {
  color: hsl(240, 22%, 88%);
  text-decoration: none;
}
a:focus-visible {
  outline: 1px solid #255c96;
  outline-offset: 1px;
  border-radius: 2px;
}
a:hover {
  border-bottom: solid 1px #5a5b65;
}

main {
  position: relative;
  z-index: 1;
  padding: min(1.5rem, 7%);
  max-width: 1920px;
  grid-row: second-start/second-end;
  grid-column: main-start/main-end;
}
@media (max-width: 800px) {
  main {
    padding: 2em 1em 60px 1em;
  }
}

.wrapper-center-100 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-center-100 .card-center {
  max-width: 400px;
}

.bold {
  font-weight: 600;
}

.center-align {
  text-align: center;
}

.pointer:hover {
  cursor: pointer;
}

.ovh {
  overflow: hidden;
}

.alert {
  color: #c25151;
}

.disabled {
  user-select: none;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-gap-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flex-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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

.flex-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toggle-module-status.active {
  color: green;
}

.toggle-module-status.inactive {
  color: red;
}

.error {
  color: red;
}

.success {
  color: green;
}

.placeholder-portrait {
  border: solid 1px var(--line-clr);
  border-radius: 4px;
}
.placeholder-portrait:hover {
  cursor: pointer;
}
.placeholder-portrait .user {
  fill: var(--line-clr);
}

.active {
  opacity: 1;
}

.inactive {
  opacity: 0.5;
}

.image-list {
  max-width: 120px;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.mb-1 {
  margin-bottom: 1rem;
}

.dropdown-trigger:hover {
  cursor: pointer;
}

.grid-column-full {
  grid-column: 1/-1;
}

.dev {
  margin-bottom: 3rem;
}
.dev .dev-elements-title {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 20px;
}
.dev .dev-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.trenner {
  width: 100%;
  height: 1px;
  background-color: rgb(33.4732142857, 39.2946428571, 48.0267857143);
  margin: 4rem 0;
}

.badge-outline, .badge-large, .badge {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 0.75rem 0.75rem;
  border-radius: 4px;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.badge {
  text-transform: uppercase;
  max-height: 40px;
}

.badge-large {
  padding: 0.75rem 1rem;
}

.badge-outline {
  border: solid 1px #5a5b65;
}

.badge-green,
.badge-in_bearbeitung {
  background-color: transparent;
  border: 1px solid #2f9459;
}

.badge-red,
.badge-wartet_auf_kunde {
  background-color: transparent;
  border: 1px solid #c25151;
}

.badge-grey,
.badge-abgeschlossen {
  background-color: transparent;
  border: 1px solid #5a5b65;
}

.badge-interne_pruefung {
  background-color: transparent;
  border: 1px solid #3498db;
}

.badge-geplant {
  background-color: transparent;
  border: 1px solid #9d6600;
}

.badge-interactive {
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}
.badge-interactive:hover {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.badge-interactive:active {
  transform: translateY(0) scale(0.98);
}

.status-picker-menu {
  background-color: #222533;
  border: 1px solid hsl(233, 21%, 15%);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.status-picker-menu.animate-in {
  animation: slideUpStatus 0.3s ease forwards;
}

.status-picker-item {
  background: none;
  border: none;
  color: hsl(240, 22%, 88%);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-family: inherit;
}
.status-picker-item:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
}
.status-picker-item.active {
  color: #255c96;
  font-weight: 600;
}
.status-picker-item .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

@keyframes slideUpStatus {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.breadcrumbs {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 14px;
  user-select: none;
}
.breadcrumbs a:hover {
  color: hsl(240, 22%, 76%);
}
.breadcrumbs .breadcrumb {
  position: relative;
  text-decoration: none;
  color: rgb(33.4732142857, 39.2946428571, 48.0267857143) #b0b3c1;
  min-height: 21px;
}
.breadcrumbs .breadcrumb:hover {
  border-bottom: none;
}
.breadcrumbs .breadcrumb:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
  font-size: 18px;
}

[data-tabs] [data-tab], .btn-danger, .btn-icon-border, .btn-icon-danger, .btn-icon-only,
.btn-icon-flat, .btn-icon, .btn-text, .btn-flat, .btn-outline, .btn-primary {
  border: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  font-family: inherit;
}

.btn-danger, .btn-icon-border, .btn-icon-danger, .btn-icon-only,
.btn-icon-flat, .btn-icon, .btn-text, .btn-flat, .btn-outline, .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 0.6px;
  min-height: 44px;
}
.btn-danger:hover, .btn-icon-border:hover, .btn-icon-danger:hover, .btn-icon-only:hover,
.btn-icon-flat:hover, .btn-icon:hover, .btn-text:hover, .btn-flat:hover, .btn-outline:hover, .btn-primary:hover {
  cursor: pointer;
}
.btn-danger:focus-visible, .btn-icon-border:focus-visible, .btn-icon-danger:focus-visible, .btn-icon-only:focus-visible,
.btn-icon-flat:focus-visible, .btn-icon:focus-visible, .btn-text:focus-visible, .btn-flat:focus-visible, .btn-outline:focus-visible, .btn-primary:focus-visible {
  outline: 2px solid #c25151;
  outline-offset: 3px;
}

.btn-primary {
  background-color: #255c96;
  border: none;
  color: hsl(240, 22%, 88%);
  transition: background-color 0.35s;
}
.btn-primary:hover {
  background-color: rgb(28.9272727273, 71.9272727273, 117.2727272727);
}

.btn-outline {
  color: hsl(240, 22%, 88%);
  border: solid 1px #5a5b65;
  transition: background-color 0.35s;
}
.btn-outline:hover {
  background-color: hsla(240, 22%, 88%, 0.25);
  border: solid 1px hsla(240, 22%, 88%, 0.25);
}

.btn-flat {
  color: hsl(240, 22%, 88%);
  border: solid 1px #5a5b65;
  position: relative;
}
.btn-flat:hover {
  border: solid 1px #255c96;
  background-color: #255c96;
  color: hsl(0, 0%, 99%);
}

.btn-text {
  color: hsl(240, 22%, 88%);
  border: transparent;
  position: relative;
  transition: color 0.35s;
}
.btn-text i {
  transition: color 0.35s;
}
.btn-full {
  display: block;
  text-transform: initial;
  width: 100%;
  font-weight: 400;
}

.btn-icon {
  color: hsl(240, 22%, 88%);
  background-color: rgb(33.4732142857, 39.2946428571, 48.0267857143);
  border: none;
  display: grid;
  grid-template-columns: 30px max-content;
  justify-items: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.35s;
  padding: 12px 24px;
}
.btn-icon:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
}
.btn-icon svg {
  fill: hsl(240, 22%, 88%);
}

.btn-icon-only,
.btn-icon-flat {
  padding: 0;
  color: hsl(240, 22%, 88%);
  background-color: transparent;
  border: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.35s;
}
.btn-icon-only:hover,
.btn-icon-flat:hover {
  background-color: transparent;
}
.btn-icon-only svg,
.btn-icon-flat svg {
  fill: hsl(240, 22%, 88%);
}

.btn-icon-border, .btn-icon-danger {
  color: hsl(240, 22%, 88%);
  border: solid 1px #5a5b65;
  transition: background-color 0.35s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 16px;
}
.btn-icon-border:hover, .btn-icon-danger:hover {
  background-color: #255c96;
  color: hsl(0, 0%, 99%);
}
.btn-icon-border:hover svg, .btn-icon-danger:hover svg {
  fill: hsl(0, 0%, 99%);
}
.btn-icon-border svg, .btn-icon-danger svg {
  fill: hsl(240, 22%, 88%);
}

.btn-save {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.spinner {
  position: absolute;
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* Spinner und Text-Anzeige im Ladezustand */
.btn-save.loading .spinner {
  display: inline-block;
}

.btn-save.loading .btn-text {
  opacity: 0; /* Text etwas transparenter anzeigen, um den Spinner hervorzuheben */
}

/* Zentrierung des Spinners */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-disabled {
  pointer-events: none;
  opacity: 0.5; /* Verminderte Sichtbarkeit */
  cursor: not-allowed;
  user-select: none; /* Zeigt den "verboten"-Cursor an */ /* Abgeblendeter Text */
}

.btns-flex {
  display: flex;
  gap: 0.5rem;
}
.btns-flex button {
  width: 44px;
  height: 44px;
}
.btns-flex button:hover i {
  color: hsl(240, 22%, 76%);
}

.btn-danger {
  background-color: #c25151;
  color: hsl(0, 0%, 99%);
  border: none;
  transition: background-color 0.35s;
}
.btn-danger:hover {
  background-color: #d32f2f;
}

.btn-icon-danger {
  color: #c25151;
  border-color: rgba(194, 81, 81, 0.3);
}
.btn-icon-danger:hover {
  background-color: #c25151;
  border-color: #c25151;
  color: hsl(0, 0%, 99%);
}
.btn-icon-danger:hover i {
  color: hsl(0, 0%, 99%) !important;
}
.btn-icon-danger i {
  color: #c25151 !important;
}

.card {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: min(3em, 15%);
  padding: 1rem;
  background-color: rgb(33.4732142857, 39.2946428571, 48.0267857143);
  box-shadow: none;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .card {
    padding: 1rem;
  }
}
.card .card-header {
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}
.card .card-header .card-title {
  font-weight: 500;
  font-size: 18px;
}
.card .card-header .card-subline {
  font-size: 14px;
}
.card label {
  background-color: rgb(33.4732142857, 39.2946428571, 48.0267857143) !important;
}
.card .card-content .card-description {
  margin-bottom: 1.5rem;
}
.card .card-content .card-actions {
  margin-top: 2rem;
}
.card .card-content .card-hint {
  margin-top: 2rem;
  opacity: 0.6;
}

.card-outline {
  background-color: transparent;
  border: solid 1px #5a5b65;
}

.project-card {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 1.25rem;
  background-color: rgb(33.4732142857, 39.2946428571, 48.0267857143);
  box-shadow: none;
  overflow-x: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.project-card:active {
  cursor: grabbing;
}
.project-card.sortable-ghost {
  opacity: 0.3;
  background-color: #171b21;
  transform: scale(0.98);
}
.project-card.chosen {
  background-color: rgb(43.9464285714, 51.5892857143, 63.0535714286);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transform: scale(1.02) translateY(-5px);
  z-index: 100 !important;
}
@media (min-width: 1200px) {
  .project-card {
    padding: 2rem;
  }
}
.project-card:hover {
  background-color: rgb(39.7571428571, 46.6714285714, 57.0428571429);
  transform: translateY(-2px);
}
.project-card .project-card__title {
  display: flex;
  gap: 0.5rem;
}
.project-card .project-card__title .project-card__name {
  font-weight: bold;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .project-card .project-card__title .project-card__name {
    font-size: 18px;
  }
}
.project-card .project-card__organization {
  color: #b0b3c1;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.project-card .project-card__project-id {
  color: rgba(176, 179, 193, 0.46);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.project-card .project-card__phase {
  margin-bottom: 1rem;
  font-size: 14px;
  text-transform: capitalize;
}
.project-card {
  /* -- Dieser Code ist für 7 Schritte optimiert -- */
}
.project-card .project-card__timeline {
  width: 100%;
  margin-bottom: 2rem;
}
.project-card .project-card__timeline .steps {
  width: 100%;
  display: flex;
  align-items: center; /* Zentriert alle Elemente vertikal */
  gap: 6px;
}
.project-card .project-card__timeline .step {
  /* * STRATEGIE-ÄNDERUNG:
  * Wir ersetzen dein Grid durch Flex, damit das Element wachsen kann.
  * flex: 1; befiehlt dem Schritt, den verfügbaren Platz zu füllen.
  */
  display: flex;
  flex: 1;
  gap: 6px;
  align-items: center;
}
.project-card .project-card__timeline .step .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #5a5b65;
  flex-shrink: 0; /* Verhindert, dass der Kreis schrumpft */
}
.project-card .project-card__timeline .step .circle-filled {
  border: none;
  background-color: #647d9b;
}
.project-card .project-card__timeline .step .line {
  height: 1px;
  background: #5a5b65;
  width: 100%; /* Füllt den Platz, den ihm der übergeordnete .step gibt */
}
.project-card .project-card__timeline .step {
  /* * Dein :last-child war fast perfekt.
  * Wir fügen hinzu, dass der letzte Schritt nicht wachsen soll,
  * da er nur aus einem Kreis besteht.
  */
}
.project-card .project-card__timeline .step:last-child {
  flex-grow: 0; /* Nicht wachsen */
  flex-basis: 10px; /* Nur so breit sein wie der Kreis */
}
.project-card .project-card__timeline .step:last-child .line {
  display: none;
}

body.sorting-active {
  cursor: grabbing !important;
}
body.sorting-active * {
  cursor: grabbing !important;
  user-select: none !important;
}

.card-phases .phase-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.card-phases .phase-head .card-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.card-phases .phase-head .phase-status {
  line-height: 1;
}
.card-phases .current-phase {
  margin-bottom: 1rem;
}
.card-phases .phases .phase {
  border: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  font-family: inherit;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: rgba(176, 179, 193, 0.46);
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.25rem;
  border-radius: 4px;
}
.card-phases .phases .phase .phase-info {
  font-weight: 400;
}
.card-phases .phases .phase .phase-info .phase-name {
  font-size: 14px;
  color: #b0b3c1;
}
.card-phases .phases .phase .phase-info .phase-title {
  letter-spacing: 0.6px;
}
.card-phases .phases .phase .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px #5a5b65;
  flex-shrink: 0;
}
.card-phases .phases .phase-complete {
  color: hsl(240, 22%, 88%);
}
.card-phases .phases .phase-complete .circle {
  border: none;
  background-color: #647d9b;
}

.phase-panel {
  animation: fadeIn 0.4s ease-out;
}
.phase-panel .phase-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
}
.phase-panel .phase-card-header .phase-identity {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.phase-panel .phase-card-header .phase-identity .phase-slug {
  color: #647d9b;
  font-size: 0.85rem;
  opacity: 0.8;
}
.phase-panel .phase-card-header .phase-identity h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.phase-panel .phase-card-header .phase-progress-badge {
  background: rgba(100, 125, 155, 0.15);
  color: #647d9b;
  padding: 0.5rem 1rem;
  border-radius: 99px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(100, 125, 155, 0.3);
}
.phase-panel .phase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .phase-panel .phase-grid {
    grid-template-columns: 1fr;
  }
}
.phase-panel .phase-feature {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  min-height: 400px;
}
.phase-panel .phase-feature header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5a5b65;
}
.phase-panel .phase-feature header svg {
  color: #647d9b;
}
.phase-panel .phase-feature header h4 {
  margin: 0;
  font-size: 1.1rem;
}
.phase-panel .phase-feature .feature-content {
  flex-grow: 1;
}
.phase-panel .tasks-container {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.phase-panel .tasks-container .task-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  transition: background 0.2s ease;
  cursor: default;
}
.phase-panel .tasks-container .task-item:hover {
  background: rgba(217.668, 217.668, 231.132, 0.05);
}
.phase-panel .tasks-container .task-item:hover .task-actions {
  opacity: 1;
}
.phase-panel .tasks-container .task-item .task-content {
  flex-grow: 1;
}
.phase-panel .tasks-container .task-item .task-content .checkbox-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: hsl(240, 22%, 88%);
  font-size: 0.95rem;
  cursor: pointer;
}
.phase-panel .tasks-container .task-item .task-content .checkbox-container input:checked + .checkmark + .task-title {
  text-decoration: line-through;
  opacity: 0.6;
}
.phase-panel .tasks-container .task-item .task-actions {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.phase-panel .tasks-container .task-item .task-actions .btn-action {
  color: #b0b3c1;
  padding: 4px;
  border-radius: 4px;
}
.phase-panel .tasks-container .task-item .task-actions .btn-action:hover {
  background: rgba(194, 81, 81, 0.1);
  color: #c25151;
}
.phase-panel .task-add-form {
  display: flex;
  gap: 0.5rem;
  background: rgb(29.92, 32.56, 44.88);
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #5a5b65;
  margin-top: auto;
}
.phase-panel .task-add-form input {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: hsl(240, 22%, 88%);
  font-size: 0.9rem;
  padding: 0.4rem;
}
.phase-panel .task-add-form input:focus {
  outline: none;
}
.phase-panel .task-add-form button {
  flex-shrink: 0;
}
.phase-panel .notes-section .notes-container {
  flex-grow: 1;
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 1.5rem;
  padding-right: 0.5rem;
}
.phase-panel .notes-section .notes-container::-webkit-scrollbar {
  width: 4px;
}
.phase-panel .notes-section .notes-container::-webkit-scrollbar-thumb {
  background: #5a5b65;
  border-radius: 10px;
}
.phase-panel .notes-section .notes-container .note-item {
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgb(29.92, 32.56, 44.88);
  border-radius: 8px;
}
.phase-panel .notes-section .notes-container .note-item .note-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
.phase-panel .notes-section .notes-container .note-item .note-content {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #b0b3c1;
}
.phase-panel .notes-section .notes-container .note-item .note-actions {
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.phase-panel .notes-section .notes-container .note-item .note-actions .btn-action {
  color: #b0b3c1;
  padding: 4px;
  border-radius: 4px;
}
.phase-panel .notes-section .notes-container .note-item .note-actions .btn-action:hover {
  background: rgba(217.668, 217.668, 231.132, 0.1);
  color: #647d9b;
}
.phase-panel .notes-section .notes-container .note-item .note-actions .btn-action.btn-action-danger:hover {
  color: #c25151;
  background: rgba(194, 81, 81, 0.1);
}
.phase-panel .notes-section .notes-container .note-item:hover .note-actions {
  opacity: 1;
}
.phase-panel .notes-section .note-add-form {
  display: flex;
  gap: 1rem;
  background: rgb(33.4732142857, 39.2946428571, 48.0267857143);
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid #5a5b65;
}
.phase-panel .notes-section .note-add-form textarea {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: hsl(240, 22%, 88%);
  resize: none;
  font-size: 0.9rem;
  padding: 0.5rem;
  min-height: 60px;
}
.phase-panel .notes-section .note-add-form textarea::-webkit-scrollbar {
  width: 4px;
}
.phase-panel .notes-section .note-add-form textarea::-webkit-scrollbar-thumb {
  background: hsl(233, 21%, 15%);
  border-radius: 10px;
}
.phase-panel .notes-section .note-add-form textarea:focus {
  outline: none;
}
.phase-panel .notes-section .note-add-form button {
  align-self: flex-end;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #b0b3c1;
  opacity: 0.5;
  font-style: italic;
  font-size: 0.9rem;
}

.card-header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.card-header-actions .card-title {
  margin-bottom: 0;
}

.collapsible-section .collapsible-item {
  margin-top: 1rem;
}
.collapsible-section .collapsible-item:last-child {
  border-bottom: none;
}
.collapsible-section .collapsible-question {
  border-bottom: 1px solid #5a5b65;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-width: 100%;
}
.collapsible-section .collapsible-question h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
  color: hsl(240, 22%, 88%);
}
.collapsible-section .collapsible-question .collapsible-icon svg {
  width: 13px;
  height: 13px;
  fill: hsl(240, 22%, 88%);
  transition: transform 0.3s ease;
}
.collapsible-section .collapsible-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease;
  padding-top: 10px;
}
.collapsible-section .active .collapsible-answer {
  max-height: 250px;
  opacity: 1;
  padding-top: 10px;
}
.collapsible-section .active .collapsible-icon svg {
  transform: rotate(90deg);
}

.concept-card .card-header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.concept-card .card-header-actions .card-title {
  margin-bottom: 0;
}

.concept-reference {
  margin-bottom: 1.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  background: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  font-size: 0.9rem;
  color: #b0b3c1;
}

.concept-custom-section {
  border: 1px solid #5a5b65;
}

#modal-create-concept .modal-inner {
  min-height: 90vh;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Flatpickr Global Styles */
.flatpickr-calendar {
  background-color: #11121a;
  color: hsl(240, 22%, 88%);
  border: 1px solid #5a5b65;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Input-Feld */
.flatpickr-input {
  background-color: #11121a;
  color: hsl(240, 22%, 88%);
  border: 1px solid var(--line-clr);
  padding: 8px;
  border-radius: 4px;
  width: 100%;
}

/* 📅 Tage im Kalender */
.flatpickr-day {
  color: hsl(240, 22%, 88%);
  background-color: #11121a;
  border-radius: 4px;
}

/* 🟢 Hover Effekt */
.flatpickr-day:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
}

/* 🔵 Aktueller Tag */
.flatpickr-day.today {
  background-color: #255c96;
  color: hsl(0, 0%, 99%);
}

/* 🔴 Ausgewählter Tag */
.flatpickr-day.selected {
  background-color: rgb(28.9272727273, 71.9272727273, 117.2727272727);
  color: hsl(0, 0%, 99%);
}

/* ⚫ Disabled Tage */
.flatpickr-day.disabled {
  color: rgba(176, 179, 193, 0.46);
  background-color: rgba(176, 179, 193, 0.46);
  pointer-events: none;
}

/* 📅 Monatstitel und Jahr */
.flatpickr-months {
  color: hsl(240, 22%, 88%);
  background-color: #11121a;
}

.flatpickr-month {
  color: hsl(240, 22%, 88%);
}

.flatpickr-current-month {
  color: hsl(240, 22%, 88%);
}

/* 🔼 Pfeile für Monatswechsel */
.flatpickr-prev-month,
.flatpickr-next-month {
  color: hsl(240, 22%, 88%) !important;
  fill: hsl(240, 22%, 88%) !important;
}

/* 🖱 Hover für die Monatswechsel-Pfeile */
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
}

/* 📆 Jahr-Dropdown */
.flatpickr-current-month input.cur-year {
  color: hsl(240, 22%, 88%);
  background-color: #11121a;
  border: none;
}

/* 📆 Monat-Dropdown */
.flatpickr-monthDropdown-months {
  background-color: #11121a;
  color: hsl(240, 22%, 88%);
  border: none;
}

span.flatpickr-weekday {
  color: hsl(240, 22%, 88%);
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(176, 179, 193, 0.46);
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  cursor: default;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Input, Textarea und Select gemeinsam ansprechen */
}
.input-wrapper input,
.input-wrapper textarea {
  width: 100%;
  height: 44px;
  padding: 16px 12px;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  background-color: transparent;
  color: hsl(240, 22%, 88%);
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
  resize: vertical; /* Damit Textareas in der Höhe veränderbar sind */
  font-family: inherit;
  /* Autofill-Hintergrundfarbe und Textfarbe anpassen */
}
.input-wrapper input:-webkit-autofill,
.input-wrapper textarea:-webkit-autofill {
  background-color: #11121a !important;
  color: hsl(240, 22%, 88%) !important;
  box-shadow: 0 0 0px 1000px #11121a inset !important;
  -webkit-text-fill-color: hsl(240, 22%, 88%) !important; /* Textfarbe für Autofill */
}
.input-wrapper input,
.input-wrapper textarea {
  /* Wenn der Input/Select fokussiert ist, ändere die Border-Farbe */
}
.input-wrapper input:focus,
.input-wrapper textarea:focus {
  border-color: #255c96;
}
.input-wrapper input,
.input-wrapper textarea {
  /* Label-Farbe nur während des Fokus ändern */
}
.input-wrapper input:focus + label,
.input-wrapper textarea:focus + label {
  top: 0;
  left: 8px;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 0 8px;
  color: #255c96;
  background-color: #11121a;
  z-index: 3;
}
.input-wrapper input:not(:placeholder-shown) + label,
.input-wrapper textarea:not(:placeholder-shown) + label {
  top: 0;
  left: 8px;
  font-size: 12px;
  padding: 0 8px;
  background-color: #11121a;
  z-index: 3;
}
.input-wrapper input,
.input-wrapper textarea {
  /* Rückkehr zur Standardfarbe, wenn der Fokus verloren geht */
}
.input-wrapper input:not(:focus) + label,
.input-wrapper textarea:not(:focus) + label {
  color: hsl(240, 22%, 88%);
}
.input-wrapper input:disabled {
  color: rgba(176, 179, 193, 0.46);
  cursor: not-allowed;
  opacity: 1;
}
.input-wrapper textarea {
  min-height: 120px;
}
.input-wrapper .textarea-large {
  min-height: 180px;
}
.input-wrapper {
  /* === NO SPINNERS === */
  /* Entfernt die Pfeile bei Zahlenfeldern */
  /* Für Chrome, Safari, Edge, Opera */
}
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.input-wrapper {
  /* Für Firefox */
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.input-wrapper {
  /* Label-Styling */
}
.input-wrapper label {
  position: absolute;
  top: 50%;
  left: 12px;
  letter-spacing: 0.6px;
  transform: translateY(-50%);
  font-size: 14px;
  color: hsl(240, 22%, 88%);
  pointer-events: none;
  transition: all 0.3s ease;
}
.input-wrapper .label-editorjs {
  top: 0;
  font-size: 12px;
  left: 8px;
}
.input-wrapper {
  /* Outline-Stil */
}
.input-wrapper .outline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  pointer-events: none;
  transition: border-color 0.3s;
}
.input-wrapper {
  /* Outline nur bei Fokus ändern */
}
.input-wrapper input:focus + label + .outline,
.input-wrapper textarea:focus + label + .outline {
  border-color: #255c96;
}
.input-wrapper .input-icon-right {
  position: absolute;
  right: 1rem;
  top: 5px;
  fill: hsl(240, 22%, 88%);
  z-index: 10;
}
.input-wrapper .icon-toogle {
  display: none;
}
.input-wrapper .icon-on,
.input-wrapper .icon-off {
  display: none; /* Beide Icons sind standardmäßig unsichtbar */
}
.input-wrapper .icon-off {
  display: inline; /* Das "unsichtbar" Icon wird standardmäßig angezeigt */
}
.input-wrapper .icon-hover:hover {
  cursor: pointer;
}

.search-input {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input input {
  padding-right: 30px;
  flex: 1;
}
.search-input .clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}
.search-input .clear-btn svg {
  fill: hsl(240, 22%, 88%);
  pointer-events: none;
}
.search-input.has-text .clear-btn {
  display: inline-flex;
}

/* Entferne das native Kalender-Icon */
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date] {
  padding-right: 30px; /* Platz für das Icon */
}

.custom-calendar-icon {
  position: absolute;
  right: 10px; /* Positioniere das Icon rechts im Input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  fill: hsl(240, 22%, 88%); /* Farbe anpassen */
  cursor: pointer;
}

.input-error {
  border: solid 1px red;
}

.password-requirements-list {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
}
.password-requirements-list li {
  color: #ef5350;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.password-requirements-list li::before {
  content: "❌";
  margin-right: 8px;
  font-size: 0.7rem;
}
.password-requirements-list li[data-valid=true] {
  color: #66bb6a;
}
.password-requirements-list li[data-valid=true]::before {
  content: "✅";
}

.password-strength-meter {
  margin-top: 8px;
}
.password-strength-meter .meter-bar {
  height: 4px;
  background: #2e323a;
  border-radius: 2px;
  overflow: hidden;
}
.password-strength-meter .meter-bar .fill {
  height: 100%;
  width: 0%;
  transition: width 0.3s ease, background 0.3s ease;
}
.password-strength-meter .strength-label {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 4px;
  display: block;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  cursor: pointer;
  height: 20px;
}
.checkbox-wrapper input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  background-color: #11121a;
  transition: background-color 0.3s, border-color 0.3s;
  cursor: pointer;
  position: relative;
}
.checkbox-wrapper input[type=checkbox]:checked {
  border-color: #255c96;
  background-color: #255c96;
}
.checkbox-wrapper input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input[type=checkbox]:focus {
  border-color: #255c96;
  outline: none;
}
.checkbox-wrapper label {
  top: unset;
  left: 1.5rem;
  color: hsl(240, 22%, 88%);
  cursor: pointer;
  user-select: none;
}

.checkbox-icon {
  font-size: 18px;
  fill: hsl(240, 22%, 88%);
  cursor: pointer;
}

.input-wrapper fieldset {
  border: 1px solid #ccc;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.input-wrapper fieldset legend {
  padding: 0 0.5rem;
  font-weight: 600;
}
.input-wrapper fieldset > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.input-wrapper fieldset > div:not(:last-child) {
  margin-right: 2rem;
}
.input-wrapper fieldset {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.radio-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.radio-group .radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: 500;
}
.radio-group .radio-label input[type=radio] {
  accent-color: #000;
  cursor: pointer;
}
.radio-group .radio-label span {
  line-height: 1;
}

.input-wrapper select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  background-color: transparent;
  color: hsl(240, 22%, 88%);
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
  font-family: inherit;
  /* Spezialbehandlung für Select (Pfeil-Styling) */
}
.input-wrapper select.custom-select, .input-wrapper select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
  background-size: 9px auto;
  cursor: pointer;
}
.input-wrapper select {
  /* Wenn das Select fokussiert ist */
}
.input-wrapper select:focus {
  border-color: #255c96;
}
.input-wrapper select {
  /* Label-Animation bei Fokus */
}
.input-wrapper select:focus + label {
  top: 0;
  left: 8px;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 0 8px;
  color: #255c96;
  background-color: #11121a;
  z-index: 3;
}
.input-wrapper select {
  /* Wenn ein Wert ausgewählt ist, bleibt das Label oben */
}
.input-wrapper select:not([value=""]) + label, .input-wrapper select:valid + label, .input-wrapper select.filled + label {
  top: 0;
  left: 8px;
  font-size: 12px;
  padding: 0 8px;
  background-color: #11121a;
  z-index: 3;
}
.input-wrapper select {
  /* Rückkehr zur Standardfarbe */
}
.input-wrapper select:not(:focus) + label {
  color: hsl(240, 22%, 88%);
}
.input-wrapper select option {
  background-color: #11121a;
  color: hsl(240, 22%, 88%);
}
.input-wrapper {
  /* Label-Styling (Konsistenz mit _input.scss) */
}
.input-wrapper label {
  position: absolute;
  top: 50%;
  left: 12px;
  letter-spacing: 0.6px;
  transform: translateY(-50%);
  font-size: 14px;
  color: hsl(240, 22%, 88%);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Basis-Styles für das Icon-Element (Container) */
.icon,
i[class^=icon-],
i[class*=" icon-"] {
  /* WICHTIG: Flexbox für perfekte Zentrierung */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Größe muss zum Container passen */
  width: 20px;
  height: 20px;
  /* Ausrichtung zum umgebenden Text */
  vertical-align: middle;
  /* Optische Korrektur: Manchmal braucht es 1-2px nach oben */
  position: relative;
  top: -1px;
  font-size: 24px; /* Font-Size sollte nicht größer als die Box sein */
  color: hsl(240, 22%, 88%);
  /* Reset für Font-Styles auf dem Container selbst */
  font-style: normal;
}

/* Die Rüstkammer (Pseudo-Elemente für den Glyph) */
i[class^=icon-]:before,
i[class*=" icon-"]:before {
  font-family: "cgvn-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1; /* Zwingend auf 1 setzen, um Versatz zu vermeiden */
  display: block; /* Innerhalb des Flex-Containers */
  -webkit-font-smoothing: antialiased;
}

/* Alias für icon-trash (mapping auf icon-delete glyph) */
.icon-trash:before {
  content: "\f11f" !important;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 18, 26, 0.85);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal .modal-inner {
  position: relative;
  background-color: #11121a;
  border: solid 1px #5a5b65;
  border-radius: 8px;
  padding: 1rem;
  width: 100%;
  max-width: 90vw;
  min-height: 100px;
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-inner {
    padding: 2rem;
  }
}
.modal .modal-inner {
  /* Firefox spezifisch */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* Chrome, Safari und Edge */
}
.modal .modal-inner::-webkit-scrollbar {
  width: 8px;
}
.modal .modal-inner::-webkit-scrollbar-track {
  background: #888;
  border-radius: 10px;
}
.modal .modal-inner::-webkit-scrollbar-thumb {
  background: #7d6161;
  border-radius: 10px;
}
.modal .modal-inner::-webkit-scrollbar-thumb:hover {
  background: #7d6161;
}
.modal .modal-inner .modal-content {
  /* Muss ein Flex-Container sein, um das Layout von Titel, FilePond und Footer zu verwalten */
  display: flex;
  flex-direction: column;
  /* Sorgt dafür, dass der Inhalt (FilePond-Holder) scrollbar wird, 
       wenn er die gesamte verfügbare Höhe benötigt */
  overflow-y: hidden;
  /* Ermöglicht es den Kindern, den verfügbaren Platz im Modal zu nutzen */
  flex-grow: 1;
  /* Fügt Padding hinzu, um den inneren Inhalt zu trennen */
  padding-top: 1rem;
}
.modal .modal-inner .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.modal .modal-inner .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.modal .collection .collection-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.modal .collection .collection-item .data-element .file-preview {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
.modal .collection .collection-item .data-element .file-preview svg {
  fill: hsl(240, 22%, 88%);
}

.modal-medium .modal-inner {
  max-width: 700px;
}

.modal-small .modal-inner {
  max-width: 500px;
}

.modal-tiny .modal-inner {
  max-width: 90vw;
}
@media (min-width: 768px) {
  .modal-tiny .modal-inner {
    max-width: 400px;
  }
}

.modal-upload-edit .modal-inner {
  max-width: 1100px;
  margin-inline: auto;
}
.modal-upload-edit .modal-inner .content {
  display: grid;
  grid-template-rows: auto auto;
}
@media (min-width: 1200px) {
  .modal-upload-edit .modal-inner .content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.modal-upload-edit .modal-inner .content .image img {
  max-width: 500px;
  border-radius: 4px;
}
.modal-upload-edit .modal-inner .content .image svg {
  width: 150px;
  height: 150px;
  fill: var(--text-clr);
}
.modal-upload-edit .modal-inner .content video {
  width: 100%;
}
.modal-upload-edit .modal-inner .content a {
  color: hsl(240, 22%, 88%);
}
.modal-upload-edit .modal-inner .content .image-link,
.modal-upload-edit .modal-inner .content .video-link {
  display: block;
  margin-top: 1rem;
}
.modal-upload-edit .modal-inner .content .image-link svg,
.modal-upload-edit .modal-inner .content .video-link svg {
  width: 24px;
  height: 24px;
}

.modal-open {
  display: flex;
}

#modal-restore-data img {
  max-width: 200px;
  height: auto;
}

.modal-image-select .modal-inner {
  max-width: 1100px;
  background-color: hsl(0, 0%, 99%);
}
.modal-image-select .collection {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.modal-image-select .collection li {
  border: solid 1px #5a5b65;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 1rem;
}
.modal-image-select .collection li img {
  max-width: 200px;
}
.modal-image-select .collection .image-option:hover {
  cursor: pointer;
}

#modal-view-ticket .modal-inner {
  max-width: 800px;
}
#modal-view-ticket .modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#modal-view-ticket .modal-title #modal-ticket-title {
  flex: 1;
  min-width: 0;
}
#modal-view-ticket .modal-title .ticket-status-badge {
  flex-shrink: 0;
}
#modal-view-ticket .content {
  padding: 1rem;
}
#modal-view-ticket .content .ticket-details {
  margin-bottom: 2rem;
}
#modal-view-ticket .content .ticket-details .ticket-info-item {
  margin-bottom: 1.5rem;
}
#modal-view-ticket .content .ticket-details .ticket-info-item strong {
  display: block;
  font-weight: 600;
  color: hsl(240, 22%, 88%);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#modal-view-ticket .content .ticket-details .ticket-info-item .ticket-description {
  color: hsl(240, 22%, 88%);
  line-height: 1.6;
  padding: 0.75rem;
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border-radius: 4px;
  border: 1px solid #5a5b65;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#modal-view-ticket .content .ticket-details .ticket-info-item span {
  color: hsl(240, 22%, 88%);
}
#modal-view-ticket .content .ticket-comments-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #5a5b65;
}
#modal-view-ticket .content .ticket-comments-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: hsl(240, 22%, 88%);
  margin-bottom: 1.5rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list {
  margin-bottom: 2rem;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 0.5rem;
  /* Firefox spezifisch */
  scrollbar-width: thin;
  scrollbar-color: #5a5b65;
  /* Chrome, Safari und Edge */
}
#modal-view-ticket .content .ticket-comments-section .comments-list::-webkit-scrollbar {
  width: 6px;
}
#modal-view-ticket .content .ticket-comments-section .comments-list::-webkit-scrollbar-track {
  background: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border-radius: 10px;
}
#modal-view-ticket .content .ticket-comments-section .comments-list::-webkit-scrollbar-thumb {
  background: #5a5b65;
  border-radius: 10px;
}
#modal-view-ticket .content .ticket-comments-section .comments-list::-webkit-scrollbar-thumb:hover {
  background: #255c96;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .empty-state {
  text-align: center;
  color: #b0b3c1;
  padding: 2rem;
  font-style: italic;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border-radius: 6px;
  border: 1px solid #5a5b65;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item:last-child {
  margin-bottom: 0;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-author-info strong {
  color: hsl(240, 22%, 88%);
  font-weight: 600;
  font-size: 0.95rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-author-info .comment-date {
  color: #b0b3c1;
  font-size: 0.85rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-actions .btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #5a5b65;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-actions .btn-icon-only:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border-color: #255c96;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-header .comment-actions .btn-icon-only svg {
  width: 18px;
  height: 18px;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-text {
  color: hsl(240, 22%, 88%);
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-edit-textarea {
  width: 100%;
  min-height: 80px;
  padding: 0.75rem;
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border: 1px solid #5a5b65;
  border-radius: 4px;
  color: hsl(240, 22%, 88%);
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.6;
  resize: vertical;
  margin-bottom: 0.75rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-edit-textarea:focus {
  outline: none;
  border-color: #255c96;
  box-shadow: 0 0 0 2px rgba(94, 99, 255, 0.2);
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-edit-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
#modal-view-ticket .content .ticket-comments-section .comments-list .comment-item .comment-edit-actions .btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
#modal-view-ticket .content .ticket-comments-section .comment-add-section {
  margin-top: 1.5rem;
}
#modal-view-ticket .content .ticket-comments-section .comment-add-section .input-wrapper {
  margin-bottom: 1rem;
}
#modal-view-ticket .content .ticket-comments-section .comment-add-section .input-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}
#modal-view-ticket .content .ticket-comments-section .comment-add-section #btn-add-comment {
  width: 100%;
}
@media (min-width: 768px) {
  #modal-view-ticket .content .ticket-comments-section .comment-add-section #btn-add-comment {
    width: auto;
  }
}

#modal-preview-changelog .modal-inner {
  overflow-y: auto;
}
#modal-preview-changelog .preview-entries .changelog-entry {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 100px 1fr;
  align-items: center;
  margin-bottom: 2rem;
  column-gap: 1rem;
}
#modal-preview-changelog .preview-entries .changelog-entry .entry-header {
  grid-row: 1;
  grid-column: 1;
}
#modal-preview-changelog .preview-entries .changelog-entry h3 {
  grid-row: 1;
  grid-column: 2;
}
#modal-preview-changelog .preview-entries .changelog-entry p {
  grid-row: 2;
  grid-column: 2;
}

nav {
  grid-row: first;
  grid-column: main-start/main-end;
  position: sticky;
  top: 0;
  align-self: start;
  z-index: 2;
  height: 56px;
  background-color: var(--base-clr);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  box-shadow: none;
  color: var(--text-clr);
}
nav .nav-left .nav-brand-name {
  font-weight: 600;
}
nav .nav-left .abo-type {
  display: none;
}
@media (min-width: 768px) {
  nav .nav-left .abo-type {
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
}
nav .nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav .nav-right .nav-right-elements {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
nav .nav-right .nav-right-elements .mode-toogle {
  position: relative;
}
nav .nav-right .nav-right-elements .user .user-name {
  line-height: 1;
}
nav .nav-right .nav-right-elements .user .user-role {
  font-size: 12px;
  line-height: 1;
}
nav .nav-right .nav-right-elements .user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav-right .nav-right-elements .user-icon:hover {
  cursor: pointer;
}
nav .nav-right .nav-right-elements .user-icon svg {
  fill: var(--text-clr);
  width: 30px;
  height: 30px;
}
@media (max-width: 800px) {
  nav .nav-right .nav-right-elements {
    position: fixed;
    top: 0;
    right: -150px;
    flex-direction: column;
    border: solid 1px var(--line-clr);
    border-radius: 8px;
    background-color: var(--base-clr);
    z-index: 800;
    padding: 2rem;
    max-width: 106px;
  }
  nav .nav-right .nav-right-elements .user {
    display: none;
  }
}
nav .nav-right .more-icon {
  display: none;
}
@media (max-width: 800px) {
  nav .nav-right .more-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
nav .nav-right .more-icon .nav-icon {
  display: block;
  fill: var(--text-clr);
}
nav .nav-right .more-icon .nav-icon:hover {
  cursor: pointer;
}
nav .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.35s;
}
nav .icon-container:hover {
  background-color: var(--hoverbg-clr);
}
nav .icon-container .nav-icon {
  display: block;
  fill: var(--text-clr);
}
nav .icon-container .nav-icon:hover {
  cursor: pointer;
}

.search-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .search-bar {
    align-items: center;
    flex-direction: row;
  }
}
.search-bar .search-left {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 0.5rem;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .search-bar .search-left {
    flex-wrap: nowrap;
  }
}
.search-bar .search-left .search-input {
  min-width: 300px;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .search-bar .search-left .search-input {
    max-width: 400px;
  }
}
.search-bar .search-left .select-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .search-bar .search-left .select-filter {
    max-width: 200px;
  }
}
.search-bar .search-right {
  display: flex;
  gap: 0.5rem;
}
.search-bar .btn-flat {
  height: 44px;
}
.search-bar .btn-icon-border {
  max-height: 34px;
}

.quote-card .card-header-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.quote-card .card-header-actions .card-title {
  margin-bottom: 0;
}

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quote-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.quote-row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border: solid 1px #5a5b65;
  border-radius: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.quote-row-item .quote-info {
  flex: 1;
}
.quote-row-item .quote-info .quote-nr {
  font-weight: 600;
  color: hsl(240, 22%, 88%);
  font-size: 1.1rem;
}
.quote-row-item .quote-info .quote-date {
  font-size: 0.85rem;
  color: #b0b3c1;
}
.quote-row-item .quote-amount {
  font-weight: 600;
  margin: 0 2rem;
}
.quote-row-item .quote-status {
  min-width: 100px;
  text-align: center;
}
.quote-row-item .quote-actions {
  margin-left: 2rem;
}

.modal-body-custom {
  padding: 1rem;
  max-height: 60vh;
  overflow-y: auto;
  width: 100%;
}

.modal-footer-custom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #5a5b65;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.quote-items-header {
  font-weight: 600;
  font-size: 0.85rem;
  color: #b0b3c1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #5a5b65;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.quote-item-row {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(27.0813953488, 28.6744186047, 41.4186046512);
  position: relative;
}
.quote-item-row input,
.quote-item-row textarea {
  margin-bottom: 0.5rem;
}
.quote-item-row textarea {
  font-size: 0.9rem;
  min-height: 40px;
  color: #b0b3c1;
}
.quote-item-row .btn-danger {
  margin-top: 0.5rem;
}

.quote-actions-add {
  margin: 1.5rem 0;
}

.quote-summary {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  padding: 1rem;
  border-radius: 4px;
  margin-top: 2rem;
}
.quote-summary .summary-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  font-size: 1.1rem;
}
.quote-summary .summary-row strong {
  font-size: 1.4rem;
  color: hsl(240, 22%, 88%);
}

#modal-create-quote .modal-inner {
  min-height: 90vh;
}

#sidebar {
  box-sizing: border-box;
  height: 100vh;
  width: 250px;
  padding: 5px 0;
  background-color: #11121a;
  border-right: 1px solid #5a5b65;
  position: sticky;
  top: 0;
  align-self: start;
  transition: 300ms ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  text-wrap: nowrap;
  font-size: 14px;
  grid-column: aside-start/aside-end;
  grid-row: first-start/second-end;
  letter-spacing: 0.6px;
}
#sidebar ul li span {
  transition: opacity 0.3s;
}
#sidebar.close {
  padding: 5px;
  width: 60px;
}
#sidebar.close ul li span {
  opacity: 0;
}
#sidebar ul {
  list-style: none;
}
#sidebar ul > li:first-child {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
#sidebar ul > li:first-child .logo {
  font-weight: 600;
}
#sidebar ul li.active > a:first-child svg {
  fill: #255c96;
}
#sidebar ul li.active > button svg:first-child {
  fill: #255c96;
}
#sidebar ul .divider {
  width: 100%;
  height: 1px;
  background-color: #5a5b65;
}
#sidebar a,
#sidebar .dropdown-btn,
#sidebar .logo {
  padding: 0.85em;
  text-decoration: none;
  color: hsl(240, 22%, 88%);
  display: flex;
  align-items: center;
  gap: 1em;
  letter-spacing: 0.6px;
}
#sidebar .dropdown-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}
#sidebar svg {
  flex-shrink: 0;
  fill: hsl(240, 22%, 88%);
}
#sidebar a span,
#sidebar .dropdown-btn span {
  flex-grow: 1;
}
#sidebar a:hover,
#sidebar .dropdown-btn:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
  border-bottom: none !important;
}
#sidebar .sub-menu {
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms ease-in-out;
}
#sidebar .sub-menu > div {
  overflow: hidden;
}
#sidebar .sub-menu.show {
  grid-template-rows: 1fr;
}
#sidebar .dropdown-btn i {
  transition: 200ms ease;
}
#sidebar .dropdown-btn.rotate i:last-child {
  rotate: 90deg;
}
#sidebar .sub-menu a {
  padding-left: 2em;
}
@media (max-width: 800px) {
  #sidebar {
    height: 60px;
    width: 100%;
    border-right: none;
    border-top: 1px solid #5a5b65;
    padding: 0;
    position: fixed;
    top: unset;
    bottom: 0;
    background-color: #11121a;
    z-index: 900;
  }
  #sidebar ul {
    padding: 0;
    display: grid;
    grid-auto-columns: 60px;
    grid-auto-flow: column;
    align-items: center;
    overflow-x: scroll;
  }
  #sidebar ul li {
    height: 100%;
  }
  #sidebar ul li a,
  #sidebar ul li .dropdown-btn {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 0;
    justify-content: center;
  }
  #sidebar ul li span, #sidebar ul li:first-child,
  #sidebar ul li .dropdown-btn svg:last-child {
    display: none;
  }
  #sidebar ul li .sub-menu.show {
    position: fixed;
    bottom: 60px;
    left: 0;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    background-color: #11121a;
    border-top: 1px solid #5a5b65;
    display: flex;
    justify-content: center;
  }
  #sidebar ul li .sub-menu.show > div {
    overflow-x: auto;
  }
  #sidebar ul li .sub-menu.show li {
    display: inline-flex;
  }
  #sidebar ul li .sub-menu.show a {
    box-sizing: border-box;
    padding: 1em;
    width: auto;
    justify-content: center;
  }
  #sidebar ul .divider {
    display: none;
  }
}

#toggle-btn {
  margin-left: auto;
  padding: 1em;
  border: none;
  border-radius: 0.5em;
  background: none;
  cursor: pointer;
}
#toggle-btn i {
  transition: rotate 150ms ease;
}
#toggle-btn:hover {
  background-color: rgb(27.0813953488, 28.6744186047, 41.4186046512);
}

.rotate-toggle i {
  rotate: 180deg;
}

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

table {
  width: 100%;
}
table thead tr th {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
table th, table td {
  padding: 4px 0.5rem;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
table tbody tr {
  border-bottom: 1px solid #5a5b65; /* Farbe und Breite der Zeilen-Border */
  font-size: 14px;
}
@media (min-width: 768px) {
  table tbody tr {
    font-size: initial;
  }
}
table tbody tr td {
  padding: 8px 0.5rem;
}
table tbody .tr-no-border {
  border: none;
}
table tbody .actions {
  display: flex;
  gap: 1rem;
}
table .preview-image {
  max-width: 100px;
  max-height: 100px;
  border-radius: 4px;
}
table .file-preview {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
table .file-preview svg {
  fill: hsl(240, 22%, 88%);
}

.table-footer {
  display: grid;
  grid-template-rows: auto auto;
  justify-content: end;
  gap: 2rem;
}
@media (min-width: 768px) {
  .table-footer {
    grid-template-columns: auto auto;
  }
}
.table-footer .pagination-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.table-footer .pagination-buttons .btn-flat {
  height: 30px;
  padding: 0 8px;
  font-weight: 500;
}
.table-footer .pagination-container {
  margin-top: 0;
  display: grid;
  grid-template-columns: 40px auto 40px;
  align-items: center;
  gap: 0.5rem;
}
.table-footer .pagination-container .current-page {
  font-size: 12px;
}
.table-footer .pagination-container .btn-flat {
  height: 30px;
  padding: 0 8px;
  font-weight: 500;
}
.table-footer .pagination-container .btn-flat svg {
  fill: hsl(240, 22%, 88%);
}

.table-small tr td {
  padding: 0 0.25rem;
}

.cell-small {
  width: 100px;
}

.cell-center {
  text-align: center;
}

.cell-features {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  gap: 0.5rem;
}

#uploads tbody .cell-image, #partners tbody .cell-image {
  background-color: hsl(0, 0%, 99%);
  width: 100px;
}

.category-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.category-sub {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.category-parent {
  font-size: 13px;
  color: #b0b3c1;
  font-weight: 400;
  opacity: 0.75;
  letter-spacing: 0.6px;
}

.row-category {
  background-color: #222533;
}

.no-border-bottom tbody tr:last-child {
  border-bottom: none !important;
}
.no-border-bottom tbody tr:last-child td {
  border-bottom: none !important;
}

[data-tabs] [data-tab] {
  cursor: pointer;
  color: hsl(240, 22%, 88%);
  font-size: 14px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
[data-tabs] [data-tab]:focus-visible {
  outline: 2px solid #647d9b;
  outline-offset: 2px;
}

[data-tabs=horizontal] {
  display: flex;
  overflow-x: auto;
}
[data-tabs=horizontal] [data-tab] {
  padding: 10px 20px;
}
[data-tabs=horizontal] [data-tab].active {
  box-shadow: inset 0 -2px 0 0 #647d9b;
}
[data-tabs=horizontal] [data-tab]:hover:not(.active) {
  box-shadow: inset 0 -2px 0 0 #5a5b65;
}

[data-tabs=vertical] {
  display: flex;
  flex-direction: column;
}
[data-tabs=vertical] [data-tab] {
  text-align: left;
  width: 100%;
  border-left: 3px solid transparent;
  border-radius: 4px;
}
[data-tabs=vertical] [data-tab].active {
  background-color: rgb(43.9464285714, 51.5892857143, 63.0535714286);
  border-left-color: #647d9b;
}
[data-tabs=vertical] [data-tab]:hover:not(.active) {
  background-color: rgb(39.7571428571, 46.6714285714, 57.0428571429);
}

[data-tab-panel] {
  display: none;
}
[data-tab-panel].active {
  display: block;
}

.toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  padding: 2rem;
  color: hsl(240, 22%, 88%);
  border-radius: 5px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  display: none;
  opacity: 0;
}
.toast.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, 20px);
  animation: slideDown 0.35s ease forwards;
}
.toast--error {
  background-color: #c25151;
}
.toast--Systemfehler {
  background-color: #c25151;
}
.toast--success {
  background-color: #2f9459;
}
.toast--info {
  background-color: #3498db;
}
.toast--warning {
  background-color: #ffc107;
}

.toast-message {
  text-align: center;
}

@keyframes slideDown {
  from {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
}
