
.assignment-container[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

/* Spezielle Styles für Dialog-Modus */
.dialog-mode[data-v-fc106a54] {
  height: 78%;
  max-height: none; /* Keine feste max-height im Dialog */
}
.grid-container[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 0; /* Wichtig für Flexbox Scroll */
  overflow: hidden;
}
.column-container[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 12px;
}
.grid-container > .column-container[data-v-fc106a54]:first-child {
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  border-right: none;
  padding-right: 12px;
}
.grid-container > .column-container[data-v-fc106a54]:last-child {
  -webkit-box-flex: 0.4;
      -ms-flex: 0.4;
          flex: 0.4;
}
.sticky-header[data-v-fc106a54] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: transparent;
  padding: 12px 15px 0px 15px;
  margin: -12px -12px 12px -12px;
  border-bottom: none;
  border-radius: 0;
}
.user-grid[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 0; /* Wichtig für Flexbox Scroll */
  overflow: hidden;
}
.groups-container[data-v-fc106a54] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 5px 8px 5px 5px;
  background-color: transparent;
  border-radius: 6px;
}
.section-header[data-v-fc106a54] {
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-title[data-v-fc106a54] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  display: inline-block;
}
.section-description[data-v-fc106a54] {
  font-size: 13px;
  color: #666;
  margin: 8px 0 12px 0;
  font-style: italic;
  padding-bottom: 4px;
}
.filter-container[data-v-fc106a54] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
  padding: 5px;
  background-color: transparent;
  border-radius: 6px;
}
.filter-info[data-v-fc106a54] {
  font-size: 12px;
  color: #666;
  margin-top: 0;
  margin-bottom: 8px;
}

/* Styles für die Benutzerliste */
.user-list-container[data-v-fc106a54] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 0; /* Wichtig für Flexbox Scroll */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.user-list[data-v-fc106a54] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: white;
  margin-top: 0;
  padding-top: 4px;
}
.user-list-item[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  padding: 8px 12px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  border-radius: 4px;
  margin: 2px 4px;
}
.user-list-item[data-v-fc106a54]:hover {
  background-color: #f5f7fa;
}
.user-list-item[data-v-fc106a54]:last-child {
  border-bottom: none;
}
.user-table-cell-action[data-v-fc106a54] {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.user-table-cell-user[data-v-fc106a54] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.load-more-container[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  margin-top: 4px;
  background-color: #fafafa;
  border-radius: 0 0 4px 4px;
}
.group[data-v-fc106a54] {
  border: 1px solid #B8C0C9;
  padding: 0.5rem;
  margin-bottom: 0.8rem;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.group[data-v-fc106a54]:hover {
  border-color: var(--v-primary-base);
  -webkit-box-shadow: 0 2px 4px rgba(33, 150, 243, 0.1);
          box-shadow: 0 2px 4px rgba(33, 150, 243, 0.1);
}
.selected-group[data-v-fc106a54] {
  border-color: var(--v-primary-base);
  border: 3px solid var(--v-primary-base);
  -webkit-box-shadow: 0 1px 5px rgba(33, 150, 243, 0.2);
          box-shadow: 0 1px 5px rgba(33, 150, 243, 0.2);
}
.group-header[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.4rem;
}
.group-header h3[data-v-fc106a54] {
  margin: 0;
  font-size: 1rem;
  padding-left:5px;
}
.group-header-actions[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.user-count-badge[data-v-fc106a54] {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 0.1rem 0.4rem;
  border-radius: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-count-badge[data-v-fc106a54]::before {
  content: none;
}
.drop-zone[data-v-fc106a54] {
  min-height: 3rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 200px;
  overflow-y: auto;
}
.empty-drop-zone[data-v-fc106a54] {
  color: #999;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.dragover .drop-zone[data-v-fc106a54] {
  background-color: rgba(33, 150, 243, 0.1); /* 10% der Standard-Primärfarbe */
}
.dragover .empty-drop-zone[data-v-fc106a54] {
  background-color: rgba(33, 150, 243, 0.1); /* 10% der Standard-Primärfarbe */
}
.chip-container[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.3rem;
}

/* Überschreibe Vuetify default styles für die User-Chips */
[data-v-fc106a54] .user-chip {
  background-color: #fff !important;
  margin: 0.2rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  max-width: 100%;
  white-space: normal;
  height: auto !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Deaktiviere Hover-Effekt für die Chips selbst */
[data-v-fc106a54] .user-chip::before {
  opacity: 0 !important;
}

/* Hover nur für das Close-Icon erlauben */
[data-v-fc106a54] .user-chip .v-chip__close {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
[data-v-fc106a54] .user-chip .v-chip__close:hover {
  opacity: 1;
}
.chip-tag[data-v-fc106a54] {
  font-size: 0.7rem;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  padding-left: 0;
}
.marked-for-deletion[data-v-fc106a54] {
  background-color: #fff5f5;
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.actions-container[data-v-fc106a54] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.changes-info[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.changes-info span[data-v-fc106a54] {
  margin: 2px 0;
}
.user-name[data-v-fc106a54] {
  font-weight: 500;
}
.user-email[data-v-fc106a54] {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2px;
}
.actions-buttons[data-v-fc106a54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
.assign-btn[data-v-fc106a54] {
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border: 1px solid var(--v-primary-base) !important;
}
.assign-btn[data-v-fc106a54]:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Anpassung für den deaktivierten Zustand */
[data-v-fc106a54] .assign-btn.v-btn--disabled {
  border-color: rgba(0, 0, 0, 0.12) !important;
  opacity: 0.5;
}
.no-drag[data-v-fc106a54] {
  cursor: default !important;
}
.disabled-group[data-v-fc106a54] {
  cursor: default !important;
  opacity: 0.8;
}
.disabled-group[data-v-fc106a54]:hover {
  border-color: #ddd !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
.group-filter[data-v-fc106a54] {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* Stil für Highlighting der Suchtreffer */
[data-v-fc106a54] .highlight-match {
  background-color: rgba(255, 235, 59, 0.6);
  border-radius: 2px;
  padding: 0 2px;
  margin: 0 -2px;
  font-weight: bold;
}

/* Filter-Stile */
.group-filter[data-v-fc106a54],
.user-filter[data-v-fc106a54] {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* Größe der Suchfeld-Icons anpassen */
[data-v-fc106a54] .group-filter .v-input__prepend-inner i,[data-v-fc106a54] .user-filter .v-input__prepend-inner i {
  font-size: 14px !important;
}

/* Clear-Icons vertikal zentrieren */
[data-v-fc106a54] .group-filter .v-input__append-inner button,[data-v-fc106a54] .user-filter .v-input__append-inner  button {
  position: relative;
  top: -2px;
}

/* Höhe der Filterfelder anpassen */
[data-v-fc106a54] .group-filter .v-input__slot,[data-v-fc106a54] .user-filter .v-input__slot,[data-v-fc106a54] .filter-container .v-text-field .v-input__slot {
  min-height: 30px !important;
}

/* Zusätzliche Anpassungen für den Filter, damit alles proportional aussieht */
[data-v-fc106a54] .group-filter .v-input__prepend-inner,[data-v-fc106a54] .user-filter .v-input__prepend-inner,[data-v-fc106a54] .filter-container .v-text-field .v-input__prepend-inner {
  margin-top: 4px !important;
}
[data-v-fc106a54] .group-filter input,[data-v-fc106a54] .user-filter input,[data-v-fc106a54] .filter-container .v-text-field input {
  margin-top: 0 !important;
  padding: 0 !important;
}


.content-wrapper[data-v-7a9ffd79] {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 75vh; /* Anpassen der Höhe, um Toolbar und Footer zu berücksichtigen */
  overflow: hidden;
}
.dialog-content-container[data-v-7a9ffd79] {
  height: calc(100vh - 180px); /* Höhe für den Content-Bereich */
  overflow: hidden;
  padding: 0 !important;
}
.dialog-assignment-container[data-v-7a9ffd79] {
  height: 100%;
  overflow: hidden;
}
.dialog-footer[data-v-7a9ffd79] {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 8px 16px;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
}





























































































































































































































































































































































































































































































































/* Flex Container für Header und Actions */
.header-with-actions[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

/* Titel-Container für Titel und QA-Prozess-Chip */
.title-container[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.title-chips[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.process-header[data-v-c4814fe4] {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Styling für die Action Buttons */
.process-actions-container[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 16px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.process-actions[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}

/* Responsive Anpassungen für die Buttons */
.process-actions .v-btn[data-v-c4814fe4] {
  min-width: auto !important;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
.process-actions .v-btn[data-v-c4814fe4] {
    padding: 0 8px !important;
}
}

/* Grid-Titel-Stil wie im Grid */
.grid-title[data-v-c4814fe4] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.asset-title[data-v-c4814fe4] {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entity-details-section[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.entity-details[data-v-c4814fe4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 20px; /* Reduzierte Höhe ohne Bild */
}
.entity-info-row[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 20px;
}
.info-item[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.info-label[data-v-c4814fe4] {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}
.info-value[data-v-c4814fe4] {
  color: #333;
  font-size: 13px;
}

/* Q&A Fragen Bereich */
.qa-questions-section[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.questions-header[data-v-c4814fe4] {
}
.questions-content[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions-title[data-v-c4814fe4] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.questions-chips[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-right: auto;
}

/* Status-Chips basierend auf der Vorlage und QandAManagementProcessCurrentProcessesGrid.vue */
.status-chip[data-v-c4814fe4] {
  border-radius: 16px;
  padding: 4px 16px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  font-weight:400;
}
.status-chip-count[data-v-c4814fe4] {
  font-weight: 400;
  margin-right: 4px;
}
.status-chip.status-open[data-v-c4814fe4] {
  color: #FFFFFF;
  background-color: #EA580C;
}
.status-chip.status-open .v-icon[data-v-c4814fe4] {
  color: #FFFFFF;
}
.status-chip.status-pending[data-v-c4814fe4] {
  color: #000000;
  background-color: #FBBF24;
}
.status-chip.status-pending .v-icon[data-v-c4814fe4] {
  color: #000000;
}
.status-chip.status-processed[data-v-c4814fe4] {
  color: #000000;
  background-color: #4CE0D2;
}
.status-chip.status-processed .v-icon[data-v-c4814fe4] {
  color: #000000;
}
.status-chip.status-answered[data-v-c4814fe4] {
  color: #FFFFFF;
  background-color: #172554;
}
.status-chip.status-answered .v-icon[data-v-c4814fe4] {
  color: #FFFFFF;
}
.zu-fragen-btn[data-v-c4814fe4] {
  text-transform: none;
  font-weight: 500;
  font-size:14px;
}

/* CSS für die Status-Pfeile hinzufügen */
.status-arrow[data-v-c4814fe4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  margin: 0 2px;
}

