@charset "UTF-8";
/* Trust Connect - Dracula Theme */
/* Dracula-geïnspireerd palet: diep groen-slate met duidelijke contrastlagen, zacht mint-groen text */
:root[data-glpi-theme=TrustConnectDracula],
:root[data-glpi-theme=trustconnectdracula] {
  /* Gelaagde donker-slate basis met groene ondertoon */
  --tblr-light: #1c2a20;
  --tblr-dark: #8affb0;
  --tblr-primary-rgb: 80, 250, 123;
  --tblr-primary: #50fa7b;
  --tblr-primary-fg: #0f1912;
  --tblr-primary-darken: color-mix(in srgb, var(--tblr-primary), black 12%);
  --tblr-secondary: #4dbf6a;
  --tblr-secondary-fg: #0f1912;
  --tblr-tertiary: #8affb0;
  --tblr-muted: #6b8a76;
  --tblr-muted-darken: color-mix(in srgb, var(--tblr-muted), black 10%);
  --tblr-info: #8be9fd;
  --tblr-success: #50fa7b;
  --tblr-warning: #f1fa8c;
  --tblr-danger: #ff5555;
  --tblr-link-color-rgb: 80, 250, 123;
  --tblr-link-color: #50fa7b;
  --tblr-badge-bg: rgba(80, 250, 123, 0.15);
  --tblr-badge-color: #8affb0;
  --tblr-navbar-color: #8affb0;
  --tblr-body-bg: #162017;
  --tblr-body-color: #c8f7d3;
  --tblr-bg-surface: #1c2a20;
  --tblr-bg-surface-secondary: #243228;
  --tblr-bg-surface-tertiary: #2d3d32;
  --tblr-bg-surface-dark: #0f1912;
  --tblr-border-color: rgba(80, 250, 123, 0.18);
  --tblr-border-color-translucent: rgba(80, 250, 123, 0.1);
  /* Accenten - Dracula-ish */
  --tc-accent: #ff79c6;
  --tc-accent-light: #ffb3de;
  --tc-primary-light: #8affb0;
  /* Logo */
  --glpi-logo-light: url("/pics/ColouredDark-Logo.png");
  --glpi-logo-light-reduced: url("/pics/ColouredDark-Logo.png");
  --glpi-logo-dark: url("/pics/ColouredDark-Logo.png");
  --glpi-logo-dark-reduced: url("/pics/ColouredDark-Logo.png");
  --glpi-logo-dark-login: url("/pics/ColouredDark-Logo.png");
  --glpi-logo-light-login: url("/pics/ColouredDark-Logo.png");
  --glpi-logo: var(--glpi-logo-light);
  --glpi-logo-reduced: var(--glpi-logo-light-reduced);
  /* Hoofdmenu - diepste laag, duidelijk donkerder dan body */
  --glpi-mainmenu-bg: #0f1912;
  --glpi-mainmenu-fg: #8affb0;
  --glpi-mainmenu-fg-muted: rgba(138, 255, 176, 0.55);
  --glpi-mainmenu-active-bg: rgba(80, 250, 123, 0.18);
  --glpi-mainmenu-border-color: rgba(80, 250, 123, 0.2);
  /* Tabs */
  --glpi-tabs-bg: #1c2a20;
  --glpi-tabs-fg: #6b8a76;
  --glpi-tabs-border-color: rgba(80, 250, 123, 0.18);
  --glpi-tabs-active-bg: #243228;
  --glpi-tabs-active-fg: #8affb0;
  --glpi-tabs-active-border-color: #50fa7b;
  /* Zoeken */
  --glpi-search-bg: #0f1912;
  --glpi-search-fg: #c8f7d3;
  --glpi-search-border-color: rgba(80, 250, 123, 0.2);
  --glpi-fg-secondary: #c8f7d3;
  /* Badges */
  --glpi-badge-bg: rgba(80, 250, 123, 0.14);
  --glpi-badge-fg: #8affb0;
  /* Formulier headers */
  --glpi-form-header-fg: #8be9fd;
  --glpi-form-header-bg: rgba(139, 233, 253, 0.08);
  --glpi-form-header-border-color: rgba(139, 233, 253, 0.25);
  --glpi-form-header-danger-fg: #ff5555;
  --glpi-form-header-danger-bg: rgba(255, 85, 85, 0.08);
  --glpi-form-header-danger-border-color: rgba(255, 85, 85, 0.28);
  /* Scrollbar */
  --glpi-scrollbar-thumb-color: rgba(80, 250, 123, 0.28);
  --glpi-scrollbar-track-color: transparent;
  /* ITIL / Timeline */
  --glpi-itil-secondary-bg: #243228;
  --glpi-timeline-itil-content-bg: rgba(80, 250, 123, 0.12);
  --glpi-timeline-itil-content-fg: #a0f0c0;
  --glpi-timeline-itil-content-border-color: rgba(80, 250, 123, 0.35);
  /* Follow-ups: cyan */
  --glpi-timeline-fup-bg: rgba(139, 233, 253, 0.1);
  --glpi-timeline-fup-fg: #8be9fd;
  --glpi-timeline-fup-border-color: rgba(139, 233, 253, 0.32);
  /* Tasks: yellow */
  --glpi-timeline-task-bg: rgba(241, 250, 140, 0.12);
  --glpi-timeline-task-fg: #f1fa8c;
  --glpi-timeline-task-border-color: rgba(241, 250, 140, 0.36);
  /* Solutions: bright green */
  --glpi-timeline-solution-bg: rgba(80, 250, 123, 0.12);
  --glpi-timeline-solution-fg: #8affb0;
  --glpi-timeline-solution-border-color: rgba(80, 250, 123, 0.35);
  /* Documents: magenta */
  --glpi-timeline-document-bg: rgba(255, 121, 198, 0.1);
  --glpi-timeline-document-fg: #ff79c6;
  --glpi-timeline-document-border-color: rgba(255, 121, 198, 0.32);
  --glpi-timeline-log-bg: rgba(139, 233, 253, 0.05);
  --glpi-timeline-badge-bg: rgba(80, 250, 123, 0.14);
  --glpi-timeline-badge-fg: rgba(168, 255, 196, 0.9);
  --glpi-hover-bg: rgba(80, 250, 123, 0.08);
  /* Helpdesk */
  --glpi-helpdesk-header: #1c2a20;
  --glpi-helpdesk-tiles-section-bg: #162017;
  --glpi-helpdesk-tabs-section-bg: #1c2a20;
  /* Illustraties */
  --glpi-illustrations-background: #1c2a20;
  --glpi-illustrations-header-dark: #0f1912;
  --glpi-illustrations-header-light: #243228;
  --glpi-illustrations-primary: #50fa7b;
  --glpi-illustrations-gradient-1: hsl(140deg, 25%, 12%);
  --glpi-illustrations-gradient-2: hsl(140deg, 35%, 22%);
  --glpi-illustrations-gradient-3: hsl(140deg, 55%, 35%);
  /* Altcha */
  --altcha-color-base: var(--tblr-bg-surface);
  --altcha-border-radius: var(--tblr-border-radius-lg);
  --altcha-color-border: var(--tblr-border-color-translucent);
  --altcha-color-text: var(--tblr-dark);
}

/* Sidebar logo */
:root[data-glpi-theme=TrustConnectDracula] .page .glpi-logo,
:root[data-glpi-theme=trustconnectdracula] .page .glpi-logo {
  background-size: contain !important;
  background-position: center !important;
}

/* Login pagina logo */
:root[data-glpi-theme=TrustConnectDracula] .page-anonymous .glpi-logo,
:root[data-glpi-theme=trustconnectdracula] .page-anonymous .glpi-logo {
  object-fit: contain !important;
  width: 150px !important;
  height: 150px !important;
  filter: brightness(1.3) saturate(0.8);
}

/* Cards - duidelijk lichter dan body voor elevation */
:root[data-glpi-theme=TrustConnectDracula] .card,
:root[data-glpi-theme=trustconnectdracula] .card {
  --tblr-card-cap-bg: #243228 !important;
  --tblr-card-bg: #1c2a20;
  background: #1c2a20;
  border-color: rgba(80, 250, 123, 0.18);
  color: #c8f7d3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(80, 250, 123, 0.04);
}

/* Card headers met subtiele glow onderrand */
:root[data-glpi-theme=TrustConnectDracula] .card .card-header,
:root[data-glpi-theme=trustconnectdracula] .card .card-header {
  background: #243228;
  border-bottom: 1px solid rgba(80, 250, 123, 0.2);
  color: #8affb0;
}

/* Tabel */
:root[data-glpi-theme=TrustConnectDracula] table,
:root[data-glpi-theme=trustconnectdracula] table {
  color: #c8f7d3;
}
:root[data-glpi-theme=TrustConnectDracula] table thead th,
:root[data-glpi-theme=trustconnectdracula] table thead th {
  color: #8be9fd;
  border-color: rgba(80, 250, 123, 0.25);
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  font-weight: 600;
}
:root[data-glpi-theme=TrustConnectDracula] table td, :root[data-glpi-theme=TrustConnectDracula] table th,
:root[data-glpi-theme=trustconnectdracula] table td,
:root[data-glpi-theme=trustconnectdracula] table th {
  border-color: rgba(80, 250, 123, 0.1);
}
:root[data-glpi-theme=TrustConnectDracula] table td.active,
:root[data-glpi-theme=TrustConnectDracula] table td.tab_bg_4,
:root[data-glpi-theme=trustconnectdracula] table td.active,
:root[data-glpi-theme=trustconnectdracula] table td.tab_bg_4 {
  background-color: rgba(80, 250, 123, 0.08);
}

/* Zebra-rijen */
:root[data-glpi-theme=TrustConnectDracula] .table.table-striped > tbody > tr:nth-of-type(odd) > *,
:root[data-glpi-theme=trustconnectdracula] .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(80, 250, 123, 0.05) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .table.table-striped > tbody > tr:nth-of-type(even) > *,
:root[data-glpi-theme=trustconnectdracula] .table.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(28, 42, 32, 0.95) !important;
}

/* Dropdown */
:root[data-glpi-theme=TrustConnectDracula] .dropdown-menu,
:root[data-glpi-theme=trustconnectdracula] .dropdown-menu {
  background: #243228;
  border-color: rgba(80, 250, 123, 0.25);
  color: #c8f7d3;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(80, 250, 123, 0.08);
}
:root[data-glpi-theme=TrustConnectDracula] .dropdown-menu .dropdown-item,
:root[data-glpi-theme=trustconnectdracula] .dropdown-menu .dropdown-item {
  color: #c8f7d3;
  border-radius: 4px;
}
:root[data-glpi-theme=TrustConnectDracula] .dropdown-menu .dropdown-item:hover, :root[data-glpi-theme=TrustConnectDracula] .dropdown-menu .dropdown-item:focus,
:root[data-glpi-theme=trustconnectdracula] .dropdown-menu .dropdown-item:hover,
:root[data-glpi-theme=trustconnectdracula] .dropdown-menu .dropdown-item:focus {
  background: rgba(80, 250, 123, 0.14);
  color: #8affb0;
}

/* Modals */
:root[data-glpi-theme=TrustConnectDracula] .modal-content,
:root[data-glpi-theme=trustconnectdracula] .modal-content {
  background: #1c2a20;
  border-color: rgba(80, 250, 123, 0.28);
  color: #c8f7d3;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55), 0 0 30px rgba(80, 250, 123, 0.1);
}

:root[data-glpi-theme=TrustConnectDracula] .modal-header,
:root[data-glpi-theme=trustconnectdracula] .modal-header {
  background: #243228;
  border-bottom-color: rgba(80, 250, 123, 0.2);
}

:root[data-glpi-theme=TrustConnectDracula] .modal-footer,
:root[data-glpi-theme=trustconnectdracula] .modal-footer {
  border-top-color: rgba(80, 250, 123, 0.2);
}

/* Inputs - donkerder dan cards zodat ze opvallen */
:root[data-glpi-theme=TrustConnectDracula] .form-control,
:root[data-glpi-theme=TrustConnectDracula] .form-select,
:root[data-glpi-theme=trustconnectdracula] .form-control,
:root[data-glpi-theme=trustconnectdracula] .form-select {
  background: #0f1912;
  border-color: rgba(80, 250, 123, 0.25);
  color: #c8f7d3;
}
:root[data-glpi-theme=TrustConnectDracula] .form-control::placeholder,
:root[data-glpi-theme=TrustConnectDracula] .form-select::placeholder,
:root[data-glpi-theme=trustconnectdracula] .form-control::placeholder,
:root[data-glpi-theme=trustconnectdracula] .form-select::placeholder {
  color: rgba(107, 138, 118, 0.7);
}
:root[data-glpi-theme=TrustConnectDracula] .form-control:focus,
:root[data-glpi-theme=TrustConnectDracula] .form-select:focus,
:root[data-glpi-theme=trustconnectdracula] .form-control:focus,
:root[data-glpi-theme=trustconnectdracula] .form-select:focus {
  background: #162017;
  border-color: #50fa7b;
  box-shadow: 0 0 0 3px rgba(80, 250, 123, 0.2), 0 0 14px rgba(80, 250, 123, 0.15);
  color: #8affb0;
}

/* Form labels zichtbaar in cyan */
:root[data-glpi-theme=TrustConnectDracula] label,
:root[data-glpi-theme=TrustConnectDracula] .form-label,
:root[data-glpi-theme=trustconnectdracula] label,
:root[data-glpi-theme=trustconnectdracula] .form-label {
  color: #8be9fd;
  font-weight: 500;
}

/* Accordion */
:root[data-glpi-theme=TrustConnectDracula] .accordion,
:root[data-glpi-theme=trustconnectdracula] .accordion {
  --tblr-accordion-color: #c8f7d3;
  --tblr-accordion-bg: #1c2a20;
  --tblr-accordion-border-color: rgba(80, 250, 123, 0.18);
}

:root[data-glpi-theme=TrustConnectDracula] .accordion-button,
:root[data-glpi-theme=trustconnectdracula] .accordion-button {
  background: #243228;
  color: #8be9fd;
}
:root[data-glpi-theme=TrustConnectDracula] .accordion-button:not(.collapsed),
:root[data-glpi-theme=trustconnectdracula] .accordion-button:not(.collapsed) {
  background: rgba(80, 250, 123, 0.12);
  color: #8affb0;
}

/* Toast */
:root[data-glpi-theme=TrustConnectDracula] .toast,
:root[data-glpi-theme=trustconnectdracula] .toast {
  background: #1c2a20 !important;
  color: #c8f7d3 !important;
  border-color: rgba(80, 250, 123, 0.25);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4), 0 0 16px rgba(80, 250, 123, 0.1);
}

/* Tooltip */
:root[data-glpi-theme=TrustConnectDracula] .tooltip,
:root[data-glpi-theme=trustconnectdracula] .tooltip {
  --tblr-tooltip-bg: #0f1912;
  --tblr-tooltip-color: #8affb0;
}

/* Pre/code - classic terminal */
:root[data-glpi-theme=TrustConnectDracula] pre,
:root[data-glpi-theme=TrustConnectDracula] code,
:root[data-glpi-theme=trustconnectdracula] pre,
:root[data-glpi-theme=trustconnectdracula] code {
  background-color: #0a130d;
  color: #50fa7b;
  border: 1px solid rgba(80, 250, 123, 0.18);
}

/* Select2 */
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-selection--single,
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-selection--multiple,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-selection--single,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-selection--multiple {
  background: #0f1912;
  border-color: rgba(80, 250, 123, 0.25);
  color: #c8f7d3;
}
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-selection__rendered,
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-selection__placeholder,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-selection__rendered,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-selection__placeholder {
  color: #c8f7d3 !important;
}
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-dropdown,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-dropdown {
  background: #243228;
  border-color: rgba(80, 250, 123, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-results__option,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-results__option {
  color: #c8f7d3;
}
:root[data-glpi-theme=TrustConnectDracula] .select2-container--default .select2-results__option--highlighted,
:root[data-glpi-theme=trustconnectdracula] .select2-container--default .select2-results__option--highlighted {
  background: rgba(80, 250, 123, 0.16);
  color: #8affb0;
}

/* Login pagina */
:root[data-glpi-theme=TrustConnectDracula] .page-anonymous,
:root[data-glpi-theme=trustconnectdracula] .page-anonymous {
  background: #0f1912 !important;
}
:root[data-glpi-theme=TrustConnectDracula] .page-anonymous .main-content-card,
:root[data-glpi-theme=trustconnectdracula] .page-anonymous .main-content-card {
  background: #1c2a20;
  border-color: rgba(80, 250, 123, 0.28);
  color: #c8f7d3;
  box-shadow: 0 0 40px rgba(80, 250, 123, 0.12);
}

/* Breadcrumbs */
:root[data-glpi-theme=TrustConnectDracula] .breadcrumb,
:root[data-glpi-theme=trustconnectdracula] .breadcrumb {
  --tblr-breadcrumb-link-color: #8affb0;
  color: #6b8a76;
}

/* Popover */
:root[data-glpi-theme=TrustConnectDracula] .popover,
:root[data-glpi-theme=trustconnectdracula] .popover {
  background: #243228;
  border-color: rgba(80, 250, 123, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
:root[data-glpi-theme=TrustConnectDracula] .popover .popover-body,
:root[data-glpi-theme=trustconnectdracula] .popover .popover-body {
  color: #c8f7d3;
}
:root[data-glpi-theme=TrustConnectDracula] .popover .popover-arrow::after,
:root[data-glpi-theme=trustconnectdracula] .popover .popover-arrow::after {
  border-top-color: #243228;
}

/* Buttons - primary met groene glow */
:root[data-glpi-theme=TrustConnectDracula] .btn-primary,
:root[data-glpi-theme=trustconnectdracula] .btn-primary {
  background: #50fa7b;
  border-color: #50fa7b;
  color: #0f1912;
  font-weight: 600;
}
:root[data-glpi-theme=TrustConnectDracula] .btn-primary:hover, :root[data-glpi-theme=TrustConnectDracula] .btn-primary:focus,
:root[data-glpi-theme=trustconnectdracula] .btn-primary:hover,
:root[data-glpi-theme=trustconnectdracula] .btn-primary:focus {
  background: #6cfb90;
  border-color: #6cfb90;
  color: #0f1912;
  box-shadow: 0 0 16px rgba(80, 250, 123, 0.35);
}

/* Rich text readability */
:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .rich_text_container,
:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .ql-editor,
:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .description,
:root[data-glpi-theme=TrustConnectDracula] .timeline .rich_text_container,
:root[data-glpi-theme=TrustConnectDracula] .read-only-content body#tinymce.mce-content-body.rich_text_container,
:root[data-glpi-theme=TrustConnectDracula] .timeline .ql-editor,
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .rich_text_container,
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .ql-editor,
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .description,
:root[data-glpi-theme=trustconnectdracula] .timeline .rich_text_container,
:root[data-glpi-theme=trustconnectdracula] .read-only-content body#tinymce.mce-content-body.rich_text_container,
:root[data-glpi-theme=trustconnectdracula] .timeline .ql-editor {
  background: #1c2a20 !important;
  color: #c8f7d3 !important;
  border-color: rgba(80, 250, 123, 0.2) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=TrustConnectDracula] .timeline .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=TrustConnectDracula] .read-only-content body#tinymce.mce-content-body.rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=trustconnectdracula] .timeline .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font),
:root[data-glpi-theme=trustconnectdracula] .read-only-content body#tinymce.mce-content-body.rich_text_container :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font) {
  color: inherit !important;
}

/* TinyMCE readonly */
body#tinymce.mce-content-body.rich_text_container.mce-content-readonly,
body#tinymce.mce-content-body.rich_text_container.mce-content-readonly :is(p, div, span, li, ul, ol, td, th, h1, h2, h3, h4, h5, h6, font) {
  color: #c8f7d3 !important;
}

:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .rich_text_container a,
:root[data-glpi-theme=TrustConnectDracula] .timeline .rich_text_container a,
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container a,
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .rich_text_container a,
:root[data-glpi-theme=trustconnectdracula] .timeline .rich_text_container a,
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container a {
  color: #8be9fd !important;
}

:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .rich_text_container :is(table, tr, td, th),
:root[data-glpi-theme=TrustConnectDracula] .timeline .rich_text_container :is(table, tr, td, th),
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container :is(table, tr, td, th),
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .rich_text_container :is(table, tr, td, th),
:root[data-glpi-theme=trustconnectdracula] .timeline .rich_text_container :is(table, tr, td, th),
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container :is(table, tr, td, th) {
  background-color: transparent !important;
  color: inherit !important;
  border-color: rgba(80, 250, 123, 0.2) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .itil-object-fields .field-container .rich_text_container :is(img, svg),
:root[data-glpi-theme=TrustConnectDracula] .timeline .rich_text_container :is(img, svg),
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container :is(img, svg),
:root[data-glpi-theme=trustconnectdracula] .itil-object-fields .field-container .rich_text_container :is(img, svg),
:root[data-glpi-theme=trustconnectdracula] .timeline .rich_text_container :is(img, svg),
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container :is(img, svg) {
  max-width: 100% !important;
  height: auto !important;
}

/* Force override inline black text */
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container [style*="color: rgb(0, 0, 0)"],
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container [style*="color:rgb(0,0,0)"],
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container [style*="color:#000"],
:root[data-glpi-theme=TrustConnectDracula] .read-only-content .rich_text_container [style*="color: #000"],
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container [style*="color: rgb(0, 0, 0)"],
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container [style*="color:rgb(0,0,0)"],
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container [style*="color:#000"],
:root[data-glpi-theme=trustconnectdracula] .read-only-content .rich_text_container [style*="color: #000"] {
  color: #c8f7d3 !important;
}

/* Footer */
:root[data-glpi-theme=TrustConnectDracula] .footer,
:root[data-glpi-theme=trustconnectdracula] .footer {
  color: rgba(138, 255, 176, 0.4);
}

/* Notifier plugin - groene tekst in bell dropdown */
:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-wrap,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-wrap {
  --notifier-text: #c8f7d3;
  --notifier-text-muted: rgba(138, 255, 176, 0.7);
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-panel,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-panel {
  background: #1c2a20 !important;
  border-color: rgba(80, 250, 123, 0.25) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(80, 250, 123, 0.08) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-panel-title,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-panel-title {
  color: #8be9fd !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item {
  color: #c8f7d3 !important;
  border-color: rgba(80, 250, 123, 0.12) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item.is-unread,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item.is-unread {
  background: rgba(80, 250, 123, 0.08) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-title,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-title {
  color: #8affb0 !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-msg,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-msg {
  color: #c8f7d3 !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-msg strong,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-msg strong {
  color: #50fa7b !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-meta,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-meta {
  color: rgba(138, 255, 176, 0.55) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-empty,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-empty {
  color: rgba(138, 255, 176, 0.55) !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-icon,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-icon {
  background: rgba(80, 250, 123, 0.15) !important;
  color: #50fa7b !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item.is-unread .notifier-bell-item-icon,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item.is-unread .notifier-bell-item-icon {
  background: #50fa7b !important;
  color: #0f1912 !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-item-toggle,
:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-markall,
:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-minimize,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-item-toggle,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-markall,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-minimize {
  color: #8affb0 !important;
}

:root[data-glpi-theme=TrustConnectDracula] .notifier-bell-badge,
:root[data-glpi-theme=trustconnectdracula] .notifier-bell-badge {
  background: #50fa7b !important;
  color: #0f1912 !important;
}