@import '_content/PM.Framework.Auth.WebClient/PM.Framework.Auth.WebClient.2nn1ug01lm.bundle.scp.css';
@import '_content/PM.Framework.Common.WebUI.Modals/PM.Framework.Common.WebUI.Modals.n9lmbwt872.bundle.scp.css';
@import '_content/PM.Framework.Common.WebUI.PMSelect/PM.Framework.Common.WebUI.PMSelect.v7lhdtta0z.bundle.scp.css';
@import '_content/PM.Framework.Common.WebUI/PM.Framework.Common.WebUI.fyboc75x1n.bundle.scp.css';
@import '_content/PM.Framework.DataTable.UI/PM.Framework.DataTable.UI.bp99wil479.bundle.scp.css';
@import '_content/PM.Framework.QuillWysiwygEditor.UI/PM.Framework.QuillWysiwygEditor.UI.72c0qo17vw.bundle.scp.css';

/* /AccessibilityChecker/AccessibilityChecker.razor.rz.scp.css */
.a11y-checker[b-kinljj0lik] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 14px;
}

/* ::deep, weil der eigentliche <button> vom PMBusyButton gerendert wird
   und daher kein CSS-Isolation-Scope-Attribut dieser Komponente trägt */
.a11y-checker[b-kinljj0lik]  .a11y-checker-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    color: white;
    font-size: 14px;
}

.a11y-checker[b-kinljj0lik]  .a11y-checker-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.a11y-checker[b-kinljj0lik]  .a11y-checker-button .badge {
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.a11y-checker-panel[b-kinljj0lik] {
    position: absolute;
    bottom: 48px;
    right: 0;
    width: 450px;
    max-height: 70vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.a11y-checker-header[b-kinljj0lik] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.a11y-checker-body[b-kinljj0lik] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.a11y-checker-footer[b-kinljj0lik] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.a11y-violation[b-kinljj0lik] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.a11y-violation-header[b-kinljj0lik] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #f8f9fa;
    cursor: pointer;
    user-select: none;
}

.a11y-violation-header:hover[b-kinljj0lik] {
    background: #e9ecef;
}

.a11y-impact[b-kinljj0lik] {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.a11y-impact-critical[b-kinljj0lik] {
    background: #dc3545;
    color: white;
}

.a11y-impact-serious[b-kinljj0lik] {
    background: #fd7e14;
    color: white;
}

.a11y-impact-moderate[b-kinljj0lik] {
    background: #ffc107;
    color: #212529;
}

.a11y-impact-minor[b-kinljj0lik] {
    background: #6c757d;
    color: white;
}

.a11y-rule-id[b-kinljj0lik] {
    font-weight: 600;
    color: #212529;
}

.a11y-node-count[b-kinljj0lik] {
    color: #6c757d;
    font-size: 12px;
}

.a11y-violation-description[b-kinljj0lik] {
    padding: 8px 12px;
    font-size: 13px;
    color: #495057;
    border-bottom: 1px solid #dee2e6;
}

.a11y-violation-details[b-kinljj0lik] {
    padding: 12px;
    background: #fff;
}

.a11y-node[b-kinljj0lik] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.a11y-node-target[b-kinljj0lik] {
    padding: 8px;
    background: #e9ecef;
    font-size: 12px;
}

.a11y-node-target code[b-kinljj0lik] {
    word-break: break-all;
}

.a11y-node-html[b-kinljj0lik] {
    padding: 8px;
    background: #2d3748;
    max-height: 120px;
    overflow: auto;
}

.a11y-node-html pre[b-kinljj0lik] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 11px;
}

.a11y-node-html code[b-kinljj0lik] {
    color: #81e6d9;
}

.a11y-node-fix[b-kinljj0lik] {
    padding: 8px;
    background: #d4edda;
    font-size: 12px;
}

.a11y-node-fix pre[b-kinljj0lik] {
    margin: 4px 0 0 0;
    white-space: pre-wrap;
    font-size: 11px;
    color: #155724;
}

@media (max-width: 576px) {
    .a11y-checker-panel[b-kinljj0lik] {
        width: calc(100vw - 40px);
        max-height: 60vh;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.wrapper[b-ayr9wqt48i] {
    display: flex;
    width: 100%;
    align-items: stretch;
    min-height: 100vh;
}

.content[b-ayr9wqt48i] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content-part[b-ayr9wqt48i] {
    min-height: calc(100vh);
}
/* /ResourceInspector/ResourceInspector.razor.rz.scp.css */
.resx-inspector[b-8raqg81p3x] {
    /* Links neben dem AccessibilityChecker (dieser ist nur im DEBUG-Modus sichtbar) */
    position: fixed;
    bottom: 20px;
    right: 72px;
    z-index: 9999;
    font-size: 14px;
}

/* ::deep, weil der eigentliche <button> vom PMBusyButton gerendert wird
   und daher kein CSS-Isolation-Scope-Attribut dieser Komponente trägt */
.resx-inspector[b-8raqg81p3x]  .resx-inspector-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
    color: white;
    font-size: 14px;
}

.resx-inspector[b-8raqg81p3x]  .resx-inspector-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.resx-inspector-panel[b-8raqg81p3x] {
    position: absolute;
    bottom: 48px;
    right: 0;
    width: 450px;
    max-height: 70vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.resx-inspector-header[b-8raqg81p3x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.resx-inspector-body[b-8raqg81p3x] {
    padding: 12px 16px;
    overflow-y: auto;
}

.resx-inspector-candidate[b-8raqg81p3x] {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.resx-inspector-candidate:last-child[b-8raqg81p3x] {
    border-bottom: none;
}

.resx-inspector-text[b-8raqg81p3x] {
    font-style: italic;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.resx-inspector-match[b-8raqg81p3x] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 0;
}

.resx-inspector-match code[b-8raqg81p3x] {
    overflow-wrap: anywhere;
}

.resx-inspector[b-8raqg81p3x]  .resx-inspector-copy {
    padding: 0 6px;
    line-height: 1.4;
    flex-shrink: 0;
}
