@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/KDCockpit.Viewers.Forge/KDCockpit.Viewers.Forge.skp06jqx46.bundle.scp.css';
@import '_content/KDCockpit.WebComponents/KDCockpit.WebComponents.ae90zdeuek.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/KDCockpit.Web/Features/Alarms/AlarmsConsole.razor.rz.scp.css */
/* Onglets de catégorie : Défauts physiques / Santé système.
   État actif en vert primary du thème (var(--primary-color)). */
.alarm-tab[b-37iz59ilqn] {
    border: 1px solid var(--bs-border-color, #ced4da);
    background-color: #fff;
    color: var(--bs-body-color, #212529);
    transition: all .15s ease;
}

    .alarm-tab:hover[b-37iz59ilqn] {
        background-color: #fff;
        border-color: var(--primary-color);
        color: var(--primary-color);
    }

    .alarm-tab.active[b-37iz59ilqn],
    .alarm-tab.active:hover[b-37iz59ilqn],
    .alarm-tab.active:focus[b-37iz59ilqn] {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }

/* Badges de compteur des onglets : le .badge global (theme.css) impose un padding asymétrique
   (L/R 6px, bas 4px, sans haut) qui ovalise et décentre la pastille. On corrige localement
   (padding symétrique + min-width pour une pastille ronde) sans toucher au .badge global. */
.alarm-tab .badge[b-37iz59ilqn] {
    min-width: 1.15rem;
    padding: 0.15rem 0.35rem;
    line-height: 1;
}
/* _content/KDCockpit.Web/Features/Alarms/Console/PhysicalFaults/PhysicalFaultsPanel.razor.rz.scp.css */
/* Cartes de statut cliquables (filtre par statut : Active / Acquittée / Clôturée).
   Les effets visuels ciblent la .card interne (rendue par CardExtended) via ::deep,
   pour épouser exactement son border-radius. */
.status-card[b-aduxjvyrp0] {
    cursor: pointer;
}

    .status-card[b-aduxjvyrp0]  .card {
        transition: border-color .15s ease, box-shadow .15s ease;
    }

    /* Survol d'une carte inactive : légère élévation pour signaler qu'elle est cliquable. */
    .status-card:not(.active):hover[b-aduxjvyrp0]  .card {
        box-shadow: 0 2px 12px rgba(0, 0, 0, .10);
    }

    /* Carte active (filtre courant) : fine bordure primary (1px). */
    .status-card.active[b-aduxjvyrp0]  .card {
        border-color: var(--primary-color);
    }
/* _content/KDCockpit.Web/Features/FileExplorer/Explorer.razor.rz.scp.css */
.margin-2em[b-vt22u94aqo] {
    margin: 2em;
}

.pdf-viewer[b-vt22u94aqo] {
    width: 100%;
    height: 100%;
    border: none;
}

.no-padding[b-vt22u94aqo] {
    padding: 0 !important;
}

.textRight[b-vt22u94aqo] {
    text-align: right;
}
/* _content/KDCockpit.Web/Features/MetricsExplorer/MetricsExplorer.razor.rz.scp.css */
/* Cellule du DxGrid : la div remplit la cellule pour offrir une cible de clic complète. */
.basket-cell[b-37r9hxtrmz] {
    display: block;
    width: 100%;
    cursor: pointer;
}

/* Surbrillance d'une cellule lorsqu'on survole le point correspondant dans le graphique. */
.basket-cell-active[b-37r9hxtrmz] {
    background-color: var(--bs-primary-bg-subtle, #cfe2ff) !important;
    box-shadow: inset 0 0 0 2px var(--bs-primary, #0d6efd);
    font-weight: 600;
}
/* _content/KDCockpit.Web/Features/Previews/digitaltwin/Components/DigitalTwinDetailPanel.razor.rz.scp.css */
.dt-detail[b-eyqoikeshf] {
    padding: 20px 24px;
}

.dt-detail-loading[b-eyqoikeshf] {
    display: flex;
    justify-content: center;
    padding: 40px;
}

/* En-tête */
.dt-detail-header[b-eyqoikeshf] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.dt-detail-icon[b-eyqoikeshf] {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
    font-size: 24px;
}

.dt-detail-title[b-eyqoikeshf] {
    font-size: 20px;
    font-weight: 700;
    color: #1f2933;
}

.dt-detail-subtitle[b-eyqoikeshf] {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 2px;
}

.dt-detail-class[b-eyqoikeshf] {
    font-size: 11px;
    color: #64748b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    margin-top: 3px;
    word-break: break-all;
}

.dt-detail-id[b-eyqoikeshf] {
    font-size: 11px;
    color: #94a3b8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    margin-top: 3px;
}

.dt-detail-id span[b-eyqoikeshf] {
    user-select: all;
}

.dt-detail-severity[b-eyqoikeshf] {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 10px;
    border-radius: 12px;
    background: #fde2e4;
    color: #c81e3a;
    font-size: 12px;
    font-weight: 700;
}

/* Sections */
.dt-detail-section[b-eyqoikeshf] {
    margin-top: 22px;
}

.dt-detail-section-title[b-eyqoikeshf] {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: .04em;
    margin-bottom: 10px;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 6px;
}

/* Caractéristiques (liste DevExpress virtualisée → hauteur nécessaire).
   overflow:hidden empêche le DxListBox (h-100) + la case à cocher au-dessus de déborder
   sur la section « Relations » qui suit. */
.dt-detail-props[b-eyqoikeshf] {
    height: 300px;
    overflow: hidden;
}

/* Le listbox laisse la place à la case « Afficher les propriétés sans valeur » au-dessus. */
.dt-detail-props[b-eyqoikeshf]  .dxbl-listbox {
    height: 256px;
}

/* Relations — groupes Parent / Contenu / Fonctionnel */
.dt-detail-relgroup[b-eyqoikeshf] {
    margin-bottom: 14px;
}

.dt-detail-relgroup-title[b-eyqoikeshf] {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #52606d;
    margin-bottom: 4px;
}

/* Relations */
.dt-detail-rel[b-eyqoikeshf] {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: 1px solid #f3f5f7;
}

.dt-detail-rel-type[b-eyqoikeshf] {
    font-size: 12px;
    font-weight: 700;
}

.dt-detail-rel-target[b-eyqoikeshf] {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #1f2933;
    margin-top: 2px;
    cursor: pointer;
}

.dt-detail-rel-target:hover[b-eyqoikeshf] {
    color: #1d4ed8;
    text-decoration: underline;
}
/* _content/KDCockpit.Web/Features/Previews/digitaltwin/Components/DigitalTwinMapPanel.razor.rz.scp.css */
/* Panneau Carte du Digital Twin (vue arbre + carte). */

.dt-map[b-61qhhvlena] {
    background: #f4f4f4;
    min-width: 320px;
}

/* En-tête de carte */
.dt-map-head[b-61qhhvlena] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 46px;
    padding: 0 12px;
    background: #fff;
    border-bottom: 1px solid #e6e6e8;
    flex: 0 0 auto;
}

.dt-map-title[b-61qhhvlena] {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #4c4c5c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt-map-segs[b-61qhhvlena] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

/* Contrôle segmenté */
.dt-seg[b-61qhhvlena] {
    display: inline-flex;
    padding: 2px;
    background: #e9e9e9;
    border-radius: 8px;
}

.dt-seg-btn[b-61qhhvlena] {
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
    color: #4c4c5c;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
}

.dt-seg-btn--active[b-61qhhvlena] {
    background: #fff;
    color: #1178d8;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0, 0, 0, .18);
}

/* Scène (carte ou overlay d'état) */
.dt-map-stage[b-61qhhvlena] {
    position: relative;
    overflow: hidden;
}

.dt-map-canvas[b-61qhhvlena] {
    position: absolute;
    inset: 0;
}

/* États (plan/3D indisponible) */
.dt-map-overlay[b-61qhhvlena] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #94a3b8;
    text-align: center;
    padding: 24px;
}

.dt-map-overlay i[b-61qhhvlena] {
    font-size: 40px;
}

.dt-map-overlay span[b-61qhhvlena] {
    font-size: 13px;
    max-width: 280px;
}

/* Pilule de filtre collection */
.dt-map-filterpill[b-61qhhvlena] {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 70%;
    padding: 5px 6px 5px 12px;
    background: #1178d8;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

/* Filtre par zone (lien logique) : pilule violette. */
.dt-map-filterpill--zone[b-61qhhvlena] {
    background: #8b5cf6;
}

.dt-map-filterpill > span[b-61qhhvlena] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-map-filterpill-x[b-61qhhvlena] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    color: #fff;
    cursor: pointer;
}

.dt-map-filterpill-x:hover[b-61qhhvlena] {
    background: rgba(255, 255, 255, .38);
}
/* _content/KDCockpit.Web/Features/Previews/digitaltwin/Components/DigitalTwinSidebar.razor.rz.scp.css */
/* Styles scopés de la sidebar (arbre bâtiments / étages). */

.dt-tree-row[b-tqyibxhznw] {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #1f2933;
    cursor: pointer;
}

.dt-tree-row:hover[b-tqyibxhznw] {
    background: #eef2f7;
}

.dt-tree-row--building[b-tqyibxhznw] {
    font-weight: 600;
}

.dt-tree-row--floor[b-tqyibxhznw] {
    padding-left: 26px;
}

.dt-tree-row--selected[b-tqyibxhznw] {
    background: color-mix(in srgb, #2f5bd6 12%, #fff);
    color: #1d4ed8;
    font-weight: 600;
}

.dt-tree-caret[b-tqyibxhznw] {
    font-size: 12px;
    width: 16px;
    color: #9aa5b1;
}

.dt-tree-label[b-tqyibxhznw] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-tree-count[b-tqyibxhznw] {
    font-size: 11px;
    color: #9aa5b1;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 0 7px;
}

/* Badge alarmes (étage / bâtiment) */
.dt-tree-alarm[b-tqyibxhznw] {
    font-size: 11px;
    font-weight: 700;
    color: #c81e3a;
    background: #fde2e4;
    border-radius: 10px;
    padding: 0 7px;
    margin-left: 4px;
}
/* _content/KDCockpit.Web/Features/Previews/digitaltwin/Components/DigitalTwinTreeItem.razor.rz.scp.css */
.dt-tree2-row[b-ast65ix1j6] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #1f2933;
    user-select: none;
}

.dt-tree2-row:hover[b-ast65ix1j6] {
    background: #f1f5f9;
}

.dt-tree2-row--selected[b-ast65ix1j6] {
    background: color-mix(in srgb, #2f5bd6 12%, #fff);
    box-shadow: inset 3px 0 0 #2f5bd6;
}

.dt-tree2-row--selected .dt-tree2-label[b-ast65ix1j6] {
    color: #1d4ed8;
}

.dt-tree2-caret[b-ast65ix1j6] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #94a3b8;
    padding: 0;
    cursor: pointer;
}

.dt-tree2-caret--empty[b-ast65ix1j6] {
    cursor: default;
}

.dt-tree2-icon[b-ast65ix1j6] {
    flex: 0 0 auto;
    font-size: 15px;
}

.dt-tree2-label[b-ast65ix1j6] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt-tree2-sub[b-ast65ix1j6] {
    color: #94a3b8;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
}

/* Étiquette « Zone » (regroupement logique) sur les lignes de zone. */
.dt-tree2-zonechip[b-ast65ix1j6] {
    flex: 0 0 auto;
    margin-left: 6px;
    padding: 0 6px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: color-mix(in srgb, #8b5cf6 15%, #fff);
    color: #6d28d9;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.dt-tree2-badge[b-ast65ix1j6] {
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #fde2e4;
    color: #c81e3a;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.dt-tree2-spin[b-ast65ix1j6] {
    animation: dt-tree2-rotate-b-ast65ix1j6 0.8s linear infinite;
}

@keyframes dt-tree2-rotate-b-ast65ix1j6 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* _content/KDCockpit.Web/Features/Previews/digitaltwin/DigitalTwinTree.razor.rz.scp.css */
/* Vue arbre du Digital Twin (explorateur 3 panneaux). */

.dt-root[b-db1dfhgfot], .dt2-root[b-db1dfhgfot] {
    background: #fafbfc;
}

/* Panneau central : arbre */
.dt2-tree[b-db1dfhgfot] {
    width: 360px;
    flex: 0 0 auto; /* largeur pilotée par le séparateur (JS) */
    border-right: 1px solid rgba(224, 224, 224, 0.8);
    background: #fff;
    overflow: hidden;
}

/* Séparateur déplaçable arbre / détail */
.dt2-splitter[b-db1dfhgfot] {
    flex: 0 0 6px;
    cursor: col-resize;
    background: transparent;
    z-index: 2;
}

.dt2-splitter:hover[b-db1dfhgfot],
.dt2-splitter:active[b-db1dfhgfot] {
    background: color-mix(in srgb, #2f5bd6 22%, transparent);
}

.dt2-tree-header[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
    font-weight: 700;
    color: #1f2933;
}

.dt2-tree-header-label[b-db1dfhgfot] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt2-tree-header-badge[b-db1dfhgfot] {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: #fde2e4;
    color: #c81e3a;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

/* Onglets Hiérarchie physique / Zones virtuelles */
.dt2-tree-tabs[b-db1dfhgfot] {
    display: flex;
    gap: 2px;
    padding: 6px 10px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
}

.dt2-tree-tab[b-db1dfhgfot] {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 6px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.dt2-tree-tab:hover[b-db1dfhgfot] {
    color: #1f2933;
}

.dt2-tree-tab--active[b-db1dfhgfot] {
    color: #1178d8;
    border-bottom-color: #1178d8;
}

.dt2-tree-search[b-db1dfhgfot] {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.7);
}

/* Encart de navigation des résultats de recherche (ne filtre pas l'arbre) */
.dt2-search-nav[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    color: #52606d;
}

.dt2-search-navbtn[b-db1dfhgfot] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #d6dbe1;
    background: #fff;
    border-radius: 6px;
    color: #52606d;
    cursor: pointer;
}

.dt2-search-navbtn:hover[b-db1dfhgfot] {
    background: #f1f5f9;
    color: #1f2933;
}

.dt2-search-navpos[b-db1dfhgfot] {
    font-weight: 600;
    white-space: nowrap;
}

.dt2-search-navname[b-db1dfhgfot] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1d4ed8;
    font-weight: 600;
}

.dt2-tree-grouptoggle[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 2px;
    font-size: 12px;
    color: #52606d;
    cursor: pointer;
    white-space: nowrap;
}

.dt2-tree-body[b-db1dfhgfot] {
    overflow-y: auto;
    padding: 6px;
}

/* Résultats de recherche (liste plate) */
.dt2-search-result[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #1f2933;
}

.dt2-search-result:hover[b-db1dfhgfot] {
    background: #f1f5f9;
}

.dt2-search-result--selected[b-db1dfhgfot] {
    background: color-mix(in srgb, #2f5bd6 12%, #fff);
}

.dt2-search-result-icon[b-db1dfhgfot] {
    flex: 0 0 auto;
    font-size: 15px;
    color: #64748b;
}

.dt2-search-result-label[b-db1dfhgfot] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt2-search-result-sub[b-db1dfhgfot] {
    color: #94a3b8;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
}

/* Panneau central : carte (affiché si l'étage a un plan 2D) */
.dt2-map[b-db1dfhgfot] {
    flex: 1 1 auto;
    min-width: 320px;
    display: flex;
    overflow: hidden;
}

/* Panneau droit : détail */
.dt2-detail[b-db1dfhgfot] {
    overflow-y: auto;
    background: #fff;
}

/* En présence de la carte, le détail devient une colonne latérale de largeur fixe. */
.dt2-detail--side[b-db1dfhgfot] {
    flex: 0 0 372px;
    border-left: 1px solid rgba(224, 224, 224, 0.8);
}

.dt2-space-card[b-db1dfhgfot] {
    padding: 20px 24px;
}

.dt2-space-title[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #1f2933;
    margin-bottom: 4px;
}

.dt2-space-faults[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 13px;
    color: #52606d;
}

/* États vides */
.dt2-empty[b-db1dfhgfot] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px;
}
/* _content/KDCockpit.Web/Features/Settings/Alarms/Tabs/TabSettingsAlarmsAnalysis.razor.rz.scp.css */
.analysis-card[b-ejlcao3x5a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid var(--lightgray-color, #E3E4E4);
    border-radius: 0.75rem;
    background-color: #fff;
    transition: border-color 0.15s ease, opacity 0.15s ease;
}

.analysis-card:hover[b-ejlcao3x5a] {
    border-color: var(--primary-color, #8EB937);
}

.analysis-card--off[b-ejlcao3x5a] {
    opacity: 0.6;
}

.analysis-card__head[b-ejlcao3x5a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.analysis-card__icon[b-ejlcao3x5a] {
    flex: 0 0 auto;
    font-size: 1.5rem;
    color: #6b7280;
}

.analysis-card__body[b-ejlcao3x5a] {
    min-width: 0;
}

.analysis-card__title[b-ejlcao3x5a] {
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.analysis-card__subtitle[b-ejlcao3x5a] {
    font-size: 0.78rem;
    color: var(--gray-color, #909298);
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
}

.analysis-card__footer[b-ejlcao3x5a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
}

.analysis-card__sev-badge[b-ejlcao3x5a] {
    display: inline-flex;
    align-items: center;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
}

.analysis-card__switch[b-ejlcao3x5a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.analysis-card__switch-label[b-ejlcao3x5a] {
    font-size: 0.8rem;
    font-weight: 500;
}
/* _content/KDCockpit.Web/Features/Settings/Alarms/Tabs/TabSettingsAlarmsConnectorMappings.razor.rz.scp.css */
.mapping-section[b-q92cvvropq] {
    border: 1px solid var(--lightgray-color, #E3E4E4);
    border-radius: 0.85rem;
    background-color: #fff;
    padding: 1.1rem 1.25rem;
}

.mapping-section__header[b-q92cvvropq] {
    margin-bottom: 1rem;
}

.mapping-section__header--actions[b-q92cvvropq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.mapping-section__title[b-q92cvvropq] {
    margin: 0;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f2329;
}

.mapping-section__subtitle[b-q92cvvropq] {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
    color: var(--gray-color, #909298);
}

.mapping-section__selectors[b-q92cvvropq] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mapping-selector[b-q92cvvropq] {
    width: auto;
    min-width: 160px;
}

.mapping-default-select[b-q92cvvropq] {
    max-width: 360px;
}

.mapping-col-title[b-q92cvvropq] {
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--gray-color, #909298);
    margin-bottom: 0.65rem;
}

/* Rows rendered inside the MappingForm* child components */
[b-q92cvvropq] .mapping-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

[b-q92cvvropq] .mapping-row__label {
    flex: 0 0 7.5rem;
    display: flex;
}

[b-q92cvvropq] .mapping-row__input {
    flex: 1 1 auto;
    min-width: 0;
}

[b-q92cvvropq] .mapping-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
}

[b-q92cvvropq] .mapping-pill--state {
    color: #495057;
    background-color: rgba(108, 117, 125, 0.12);
}
/* _content/KDCockpit.Web/Features/Settings/Changelog/Changelog.razor.rz.scp.css */
[b-eoh3the6vy] .changelog-content {
    font-family: var(--bs-font-monospace);
    font-size: 0.78rem;
    line-height: 1.5;
}

[b-eoh3the6vy] .changelog-content h1 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

[b-eoh3the6vy] .changelog-content h2 {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.2rem;
}

[b-eoh3the6vy] .changelog-content h3 {
    font-size: 0.82rem;
    margin-top: 0.9rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
}

[b-eoh3the6vy] .changelog-content ul {
    margin: 0.2rem 0 0.5rem 0;
    padding-left: 1.4rem;
}

[b-eoh3the6vy] .changelog-content li {
    margin-bottom: 0.15rem;
}

[b-eoh3the6vy] .changelog-content p {
    margin-bottom: 0.4rem;
}

[b-eoh3the6vy] .changelog-content hr {
    margin: 1rem 0;
    border-color: #e8e8e8;
}

[b-eoh3the6vy] .changelog-content a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
}
/* _content/KDCockpit.Web/Features/Settings/General/HomeWidgetsSettings.razor.rz.scp.css */
.widget-selector[b-jvrl2g6aqn] {
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.69;
}

.widget-title[b-jvrl2g6aqn] {
    word-break: break-word;
    display: -webkit-box;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
}

.widget-description[b-jvrl2g6aqn] {
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2lh;
}

.widget-card[b-jvrl2g6aqn] {
    transition: scale 0.1s ease-in-out;
    cursor: pointer;
}

.widget-card:hover[b-jvrl2g6aqn] {
    scale: 102%
}

.widget-modal-content[b-jvrl2g6aqn] {
    height: 83vh;
    overflow-y:scroll;
    overflow-x:hidden;
}
/* _content/KDCockpit.Web/Features/Settings/MenuEditor/MenuEditor.razor.rz.scp.css */
/* Hide the toggle of the Details tick mark.*/
[b-18di7ls9nx] .hide-toggle span.bb-detail-view-icon {
    display: none;
}

/* Sets the width of the Details view column containing the tick mark.*/
[b-18di7ls9nx] .menu-row td:first-child {
    width: 6rem;
}

[b-18di7ls9nx] .column-order{
    width: 6rem;
}

[b-18di7ls9nx] .column-actions {
    width: 10rem;
}
