/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-98ky0i22fk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-98ky0i22fk] {
    flex: 1;
}

.sidebar[b-98ky0i22fk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-98ky0i22fk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-98ky0i22fk]  a, .top-row[b-98ky0i22fk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-98ky0i22fk]  a:hover, .top-row[b-98ky0i22fk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-98ky0i22fk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-98ky0i22fk] {
        justify-content: space-between;
    }

    .top-row[b-98ky0i22fk]  a, .top-row[b-98ky0i22fk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-98ky0i22fk] {
        flex-direction: row;
    }

    .sidebar[b-98ky0i22fk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-98ky0i22fk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-98ky0i22fk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-98ky0i22fk], article[b-98ky0i22fk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-98ky0i22fk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-98ky0i22fk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-i3hx43594q] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-i3hx43594q] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-i3hx43594q] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i3hx43594q] {
    font-size: 1.1rem;
}

.bi[b-i3hx43594q] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-i3hx43594q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-i3hx43594q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-i3hx43594q] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-i3hx43594q] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i3hx43594q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i3hx43594q] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i3hx43594q]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

/* Compact nav-link for long titles */
.nav-item[b-i3hx43594q]  .nav-link {
    line-height: 1.2rem !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    max-width: 220px;
    white-space: normal;
    word-break: break-word;
}

.nav-item[b-i3hx43594q] {
    margin-bottom: 0 !important;
    padding-bottom: 0.1rem !important;
}

.nav-item[b-i3hx43594q]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-i3hx43594q]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-i3hx43594q] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i3hx43594q] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i3hx43594q] {
        display: none;
    }

    .nav-scrollable[b-i3hx43594q] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/JsonViewer.razor.rz.scp.css */
/* Scoped styles for JsonViewer.razor */

/* Prevent any horizontal overflow at all levels */
:host[b-prbr7epbh8] {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.row[b-prbr7epbh8], .col-12[b-prbr7epbh8], .card[b-prbr7epbh8], .card-body[b-prbr7epbh8] {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0; /* Allow flex children to shrink below content size */
}

/* Critical wrapper to constrain the pre element */
.raw-json-wrapper[b-prbr7epbh8] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important; /* Force hide overflow at wrapper level */
    box-sizing: border-box;
    position: relative; /* Create containing block */
}

.raw-json[b-prbr7epbh8] {
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: 600px;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .375rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    white-space: pre-wrap !important; /* Wrap long lines but preserve formatting */
    overflow-x: hidden !important;    /* No horizontal scroll - force wrapping */
    overflow-y: auto !important;      /* Only vertical scroll */
    word-wrap: break-word !important; /* Break very long words if needed */
    overflow-wrap: break-word !important; /* Break very long words if needed */
    word-break: break-all;            /* Even break normal words if too long */
    margin: 0 !important;             /* remove any default margin */
    contain: layout;                  /* contain layout calculations */
    hyphens: none;                    /* Don't add hyphens when breaking */
    position: relative;               /* Stay within wrapper */
}

/* Force the card-body to constrain its children */
.card-body[b-prbr7epbh8] {
    contain: layout;
    width: 100%;
    overflow: hidden;
}

/* Tree view container should also not cause page horizontal scroll */
.tree-container[b-prbr7epbh8] {
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: border-box;
    contain: layout;
}

/* Make sure card header doesn't overflow */
.card-header[b-prbr7epbh8] {
    overflow-x: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* Ensure buttons in header don't cause overflow */
.card-header .btn[b-prbr7epbh8] {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Make the filename truncate if too long */
.card-header span:first-child[b-prbr7epbh8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
}

/* Additional constraint on Bootstrap containers */
.container-fluid[b-prbr7epbh8], .container[b-prbr7epbh8] {
    overflow-x: hidden;
    max-width: 100%;
}

/* Copy button always top-right in table cell */
.copy-btn[b-prbr7epbh8] {
    position: absolute !important;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 2;
    padding: 0.15rem 0.5rem;
    font-size: 0.95em;
    line-height: 1;
    opacity: 0.85;
}

/* Add padding to cell content so button never overlaps */
td[style*="position: relative"] > div[b-prbr7epbh8] {
    padding-right: 2.5rem !important;
}

/* Remove underline from expand/collapse buttons in resource changes and tree */
.btn-link[b-prbr7epbh8], .btn-link:hover[b-prbr7epbh8], .btn-link:focus[b-prbr7epbh8],
button.btn.btn-link[b-prbr7epbh8], button.btn.btn-link:focus[b-prbr7epbh8], button.btn.btn-link:hover[b-prbr7epbh8] {
    text-decoration: none !important;
}

/* Remove underline from expand/collapse buttons in resource changes list */
.list-group-item button.btn-link[b-prbr7epbh8],
.list-group-item button.btn-link:focus[b-prbr7epbh8],
.list-group-item button.btn-link:hover[b-prbr7epbh8] {
    text-decoration: none !important;
}

/* Remove underline from expand/collapse buttons in tree node (if any) */
.tree-container button[b-prbr7epbh8],
.tree-container button:focus[b-prbr7epbh8],
.tree-container button:hover[b-prbr7epbh8] {
    text-decoration: none !important;
}
/* /Components/Shared/DiffJsonTree.razor.rz.scp.css */
.diff-unchanged[b-jiat6u1y4f] { color: #888; }
.diff-added[b-jiat6u1y4f] { color: #228B22; font-weight: bold; }
.diff-removed[b-jiat6u1y4f] { color: #B22222; font-weight: bold; }
.diff-modified[b-jiat6u1y4f] { color: #0057b8; font-weight: bold; }
.diff-key[b-jiat6u1y4f] { font-family: monospace; margin-right: 0.2em; }
.diff-value[b-jiat6u1y4f] { font-family: monospace; }
/* /Components/Shared/JsonTreeNode.razor.rz.scp.css */
/* Remove underline from expand/collapse buttons in tree node */
button[b-dsz24i85vi],
button:focus[b-dsz24i85vi],
button:hover[b-dsz24i85vi] {
    text-decoration: none !important;
    background: none;
    border: none;
    box-shadow: none;
}
/* /Components/Shared/SemanticComparePanel.razor.rz.scp.css */
/* Only remove underline from expand/collapse buttons if they have a specific class (e.g. .expand-collapse-btn) */
.expand-collapse-btn[b-2ywo46d9ez],
.expand-collapse-btn:focus[b-2ywo46d9ez],
.expand-collapse-btn:hover[b-2ywo46d9ez] {
    text-decoration: none !important;
    background: none;
    border: none;
    box-shadow: none;
}

/* Remove the global button reset so normal buttons keep their appearance */
