@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* _content/SylvacInstruments.WebApp/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-layout-header[b-7zz1uu5mlw] {
    margin-top: 30px;
    margin-bottom: 0.5rem;
}

.manage-layout-title[b-7zz1uu5mlw] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.manage-layout-divider[b-7zz1uu5mlw] {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
    margin-top: 4px;
}
/* _content/SylvacInstruments.WebApp/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
:root[b-wdpgduuak9] {
    --accent-color: #4f7cff; /* adjust to your brand */
}

.app-layout[b-wdpgduuak9] {
    display: flex;
    height: 100vh;
    background: #ffffff;
    color: #222;
}

/* SIDEBAR */
.sidebar[b-wdpgduuak9] {
    width: 240px;
    background: #ffffff;
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
}

/* HEADER */
.sidebar-header[b-wdpgduuak9] {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #f0f0f0;
}

/* NAV WRAPPER */
.sidebar-nav[b-wdpgduuak9] {
    padding: 0.5rem;
    flex: 1;
}

/* SECTION LABELS */
.sidebar-label[b-wdpgduuak9] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    padding: 0.75rem 0.75rem 0.25rem;
}

/* LIST RESET */
.sidebar-nav ul[b-wdpgduuak9] {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* LINKS — ::deep is required because NavLink renders <a> from a child component;
   without it Blazor scoped CSS never reaches that element */
.sidebar-nav[b-wdpgduuak9]  a {
    display: flex;
    align-items: center;

    padding: 0.55rem 0.75rem;
    margin: 2px 0;

    border-radius: 6px;

    color: #000000;
    background: transparent;
    text-decoration: none !important;
    font-size: 0.9rem;

    transition: background 0.15s ease, color 0.15s ease;
}

.sidebar-nav[b-wdpgduuak9]  a:link,
.sidebar-nav[b-wdpgduuak9]  a:visited,
.sidebar-nav[b-wdpgduuak9]  a:hover,
.sidebar-nav[b-wdpgduuak9]  a:active {
    text-decoration: none !important;
}

/* HOVER */
.sidebar-nav[b-wdpgduuak9]  a:hover {
    background: var(--accent-color);
    color: #ffffff;
}

/* ACTIVE */
.sidebar-nav[b-wdpgduuak9]  a.active {
    background: var(--accent-color);
    color: #ffffff;
    font-weight: 500;
}

/* MAIN CONTENT */
.main-content[b-wdpgduuak9] {
    flex: 1;
    padding: 2rem;
    background: #ffffff;
}
/* _content/SylvacInstruments.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-09x1jxh8x9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-09x1jxh8x9] {
    flex: 1;
}

.sidebar[b-09x1jxh8x9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}


.navbar-container[b-09x1jxh8x9] {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-row[b-09x1jxh8x9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}
.top-row-dark[b-09x1jxh8x9] {
    background-color: #000000;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-09x1jxh8x9]  a, .top-row[b-09x1jxh8x9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-09x1jxh8x9]  a:hover, .top-row[b-09x1jxh8x9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-09x1jxh8x9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-09x1jxh8x9] {
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-09x1jxh8x9]  a, .top-row[b-09x1jxh8x9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-09x1jxh8x9] {
        flex-direction: row;
    }

    .sidebar[b-09x1jxh8x9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-09x1jxh8x9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-09x1jxh8x9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-09x1jxh8x9], article[b-09x1jxh8x9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-09x1jxh8x9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-09x1jxh8x9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.sylvac-text[b-09x1jxh8x9] {
    color: #fbc24d !important;
}

.dark-text[b-09x1jxh8x9] {
    color: black !important;
}
/* _content/SylvacInstruments.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lforb92thk] {
    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-lforb92thk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lforb92thk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lforb92thk] {
    font-size: 1.1rem;
}

.bi[b-lforb92thk] {
    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-lforb92thk] {
    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-lforb92thk] {
    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-lforb92thk] {
    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");
}

.bi-lock-nav-menu[b-lforb92thk] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lforb92thk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lforb92thk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lforb92thk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lforb92thk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-lforb92thk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lforb92thk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lforb92thk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lforb92thk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lforb92thk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lforb92thk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lforb92thk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lforb92thk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lforb92thk] {
        display: none;
    }

    .nav-scrollable[b-lforb92thk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SylvacInstruments.WebApp/Components/Layout/TopNavBar.razor.rz.scp.css */
.navbar-container[b-mrpscx6dyy] {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-syl[b-mrpscx6dyy] {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: ghostwhite;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100% !important;
    top: 2.5rem !important;
}

.top-row[b-mrpscx6dyy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-row-dark[b-mrpscx6dyy] {
    background-color: #000000;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
    z-index: 3000;
}

.top-row[b-mrpscx6dyy]  a, .top-row[b-mrpscx6dyy]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-mrpscx6dyy]  a:hover, .top-row[b-mrpscx6dyy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mrpscx6dyy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Company label (single company) */
.company-label[b-mrpscx6dyy] {
    color: white;
    font-weight: bold;
    padding: 0 0.75rem;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Company switcher select (multi-company) */
.company-select[b-mrpscx6dyy] {
    background-color: #000;
    color: white;
    border: none;
    font-weight: bold;
    max-width: 200px;
    cursor: pointer;
    padding: 0 0.25rem;
}

.company-select option[b-mrpscx6dyy] {
    background-color: #000;
    color: white;
}

/* Full-page overlays */
.overlay-full[b-mrpscx6dyy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.overlay-title[b-mrpscx6dyy] {
    color: #111;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.overlay-subtitle[b-mrpscx6dyy] {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
    text-align: center;
    max-width: 420px;
}

.switch-message[b-mrpscx6dyy] {
    color: #111;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.switch-hint[b-mrpscx6dyy] {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

/* Company-switch spinner */
.switch-spinner[b-mrpscx6dyy] {
    width: 3rem;
    height: 3rem;
    border: 4px solid #ddd;
    border-top-color: #111;
    border-radius: 50%;
    animation: nav-spin-b-mrpscx6dyy 0.75s linear infinite;
}

@keyframes nav-spin-b-mrpscx6dyy {
    to { transform: rotate(360deg); }
}

/* Dropdowns — desktop: CSS hover; mobile: JS-toggled .open class */
.dropdown-content[b-mrpscx6dyy] {
    display: none;
}

@media (min-width: 769px) {
    .dropdown:hover .dropdown-content[b-mrpscx6dyy] {
        display: block;
    }
}

@media (max-width: 768px) {
    /* Left-align all nav items */
    .navbar-nav[b-mrpscx6dyy] {
        align-items: flex-start;
        width: 100%;
    }

    .nav-item[b-mrpscx6dyy] {
        width: 100%;
    }

    .nav-link[b-mrpscx6dyy] {
        padding-left: 1rem;
    }

    /* Full-width block layout inside collapsed nav */
    .dropdown[b-mrpscx6dyy] {
        display: block;
        width: 100%;
    }

    .dropbtn[b-mrpscx6dyy] {
        width: 100%;
        text-align: left;
        padding: 0.5rem 1rem;
        box-sizing: border-box;
    }

    /* Inline (non-floating) in collapsed nav */
    .dropdown-content[b-mrpscx6dyy] {
        position: static;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.04);
        padding-left: 0.5rem;
        min-width: unset;
    }

    .dropdown.open .dropdown-content[b-mrpscx6dyy] {
        display: block;
    }

    /* Suppress CSS hover on touch devices */
    .dropdown:hover .dropdown-content[b-mrpscx6dyy] {
        display: none !important;
    }
}

.sylvac-text[b-mrpscx6dyy] {
    color: #fbc24d !important;
}

.username-link[b-mrpscx6dyy] {
    color: aliceblue;
}

@media (max-width: 640.98px) {
    .top-row[b-mrpscx6dyy] {
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row[b-mrpscx6dyy]  a, .top-row[b-mrpscx6dyy]  .btn-link {
            margin-left: 0;
        }

    .company-label[b-mrpscx6dyy] {
        max-width: 110px;
        font-size: 0.85rem;
        padding: 0 0.4rem;
    }

    .company-select[b-mrpscx6dyy] {
        max-width: 120px;
        font-size: 0.85rem;
    }
}

@media (min-width: 641px) {

    .top-row[b-mrpscx6dyy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mrpscx6dyy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mrpscx6dyy], article[b-mrpscx6dyy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/AdminInterface.razor.rz.scp.css */
/* ── Page header ─────────────────────────────────────────────────────── */
.page-header[b-exckiwjrac] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.25rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}

.page-title[b-exckiwjrac] {
    margin: 0;
    user-select: none;
}

/* ── Two-column grid ─────────────────────────────────────────────────── */
.admin-grid[b-exckiwjrac] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 0 2rem 3rem;
    min-height: calc(100vh - 160px);
    align-items: start;
}

@media (max-width: 768px) {
    .admin-grid[b-exckiwjrac] {
        grid-template-columns: 1fr;
        padding: 0 1rem 2rem;
    }
}

.admin-column[b-exckiwjrac] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

/* ── Column label ────────────────────────────────────────────────────── */
.column-title[b-exckiwjrac] {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    user-select: none;
    padding-left: 0.25rem;
}

/* ── Card ────────────────────────────────────────────────────────────── */
.admin-card[b-exckiwjrac] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #FFC61E;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 1.05rem;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.admin-card:hover[b-exckiwjrac] {
    background: #FFC61E;
    transform: translateX(8px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13);
    color: #111;
    text-decoration: none;
}

.admin-card.root[b-exckiwjrac] {
    font-size: 1.2rem;
    padding: 1.1rem 1.4rem;
    border-left-width: 6px;
}

.admin-card.leaf[b-exckiwjrac] {
    font-size: 0.98rem;
    font-weight: 500;
    border-left-color: #ddd;
}

.admin-card.leaf:hover[b-exckiwjrac] {
    border-left-color: #FFC61E;
    background: #FFF3C4;
}

/* ── Icon badge ──────────────────────────────────────────────────────── */
.card-icon-wrap[b-exckiwjrac] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    background: rgba(255, 198, 30, 0.18);
    border-radius: 8px;
    font-size: 1.2rem;
    color: #a87800;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.card-icon-wrap.leaf-icon[b-exckiwjrac] {
    background: rgba(0, 0, 0, 0.05);
    color: #999;
}

.admin-card:hover .card-icon-wrap[b-exckiwjrac] {
    background: rgba(0, 0, 0, 0.1);
    color: #111;
}

.card-label[b-exckiwjrac] {
    flex: 1;
}

.card-chevron[b-exckiwjrac] {
    font-size: 0.85rem;
    opacity: 0.35;
    transition: opacity 0.15s, transform 0.15s;
}

.admin-card:hover .card-chevron[b-exckiwjrac] {
    opacity: 0.8;
    transform: translateX(3px);
}

/* ── Tree connectors ─────────────────────────────────────────────────── */
.tree-branch[b-exckiwjrac] {
    margin-left: 2rem;
    padding-left: 1.25rem;
    border-left: 2px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-top: 0.6rem;
}

/* Analytics card gets a slightly different accent to signal it's a reporting tool */
.admin-card.analytics-card[b-exckiwjrac] {
    border-left-color: #17a2b8;
}

.admin-card.analytics-card .card-icon-wrap[b-exckiwjrac] {
    background: rgba(23, 162, 184, 0.15);
    color: #0d7a8a;
}

.admin-card.analytics-card:hover[b-exckiwjrac] {
    background: #d1f0f5;
    border-left-color: #17a2b8;
}

.admin-card.analytics-card:hover .card-icon-wrap[b-exckiwjrac] {
    background: rgba(0, 0, 0, 0.1);
    color: #111;
}

.tree-root-group[b-exckiwjrac] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #efefef;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Analytics/Analytics.razor.rz.scp.css */
.page-header[b-w29uttkb4k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.page-title[b-w29uttkb4k] {
    margin: 0;
    user-select: none;
}

/* ── Tab wrapper — override Radzen primary so tabs turn yellow ──────── */
.analytics-tabs-wrapper[b-w29uttkb4k] {
    padding: 0 1rem;
    --rz-primary: #FFC61E;
    --rz-primary-light: rgba(255, 198, 30, 0.5);
    --rz-primary-lighter: rgba(255, 198, 30, 0.25);
    --rz-tabs-tab-selected-color: #111;
    --rz-tabs-tab-selected-top-border-color: #FFC61E;
}

/* Thicker yellow underline — !important to beat Radzen specificity */
[b-w29uttkb4k] .analytics-tabs .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-bottom: 3px solid #FFC61E !important;
}

/* Selected tab text: dark, not yellow-on-white */
[b-w29uttkb4k] .analytics-tabs .rz-tabview-nav .rz-tabview-selected {
    color: #111 !important;
    font-weight: 700 !important;
}

/* Unselected tabs: slightly muted */
[b-w29uttkb4k] .analytics-tabs .rz-tabview-nav li:not(.rz-tabview-selected) a {
    color: #666;
    font-weight: 500;
}

/* Hover on unselected tabs */
[b-w29uttkb4k] .analytics-tabs .rz-tabview-nav li:not(.rz-tabview-selected):hover a {
    color: #111;
    background: #fff8e1;
}

[b-w29uttkb4k] .analytics-tabs .rz-tabview-panels {
    padding: 1.5rem 0 0;
    border: none;
}

.tab-content-area[b-w29uttkb4k] {
    min-height: 300px;
}

.tab-placeholder[b-w29uttkb4k] {
    color: #aaa;
    font-style: italic;
    margin-top: 2rem;
    text-align: center;
}

/* ── Stat cards ───────────────────────────────────────────────────────── */
.stats-grid[b-w29uttkb4k] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding-top: 0.5rem;
}

.stats-grid-3[b-w29uttkb4k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-top: 0.5rem;
}

.stat-card[b-w29uttkb4k] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: #fff;
    border-radius: 12px;
    border-left: 5px solid #FFC61E;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.25rem 1.5rem;
}

.stat-card-teal[b-w29uttkb4k]  { border-left-color: #17a2b8; }
.stat-card-green[b-w29uttkb4k] { border-left-color: #198754; }
.stat-card-orange[b-w29uttkb4k] { border-left-color: #fd7e14; }

.stat-icon[b-w29uttkb4k] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(255, 198, 30, 0.18);
    border-radius: 10px;
    font-size: 1.4rem;
    color: #a87800;
    flex-shrink: 0;
}

.stat-card-teal  .stat-icon[b-w29uttkb4k] { background: rgba(23, 162, 184, 0.15); color: #17a2b8; }
.stat-card-green .stat-icon[b-w29uttkb4k] { background: rgba(25, 135, 84, 0.12);  color: #198754; }
.stat-card-orange .stat-icon[b-w29uttkb4k] { background: rgba(253, 126, 20, 0.12); color: #fd7e14; }

.stat-body[b-w29uttkb4k] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.stat-value[b-w29uttkb4k] {
    font-size: 2rem;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.stat-label[b-w29uttkb4k] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-sublabel[b-w29uttkb4k] {
    font-size: 0.75rem;
    color: #bbb;
    margin-top: 0.1rem;
}

/* ── Section heading ─────────────────────────────────────────────────── */
.section-heading[b-w29uttkb4k] {
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    user-select: none;
}

.section-heading[b-w29uttkb4k]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e9e9e9;
    margin-left: 0.75rem;
}

/* ── Marketing layout ────────────────────────────────────────────────── */
.marketing-content[b-w29uttkb4k] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.marketing-panel[b-w29uttkb4k] {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 1.25rem 1.25rem 0.5rem;
}

.panel-title[b-w29uttkb4k] {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #555;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #f0f0f0;
    user-select: none;
}

/* ── Grid ────────────────────────────────────────────────────────────── */
.grid-wrapper[b-w29uttkb4k] {
    width: 100%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Calibration-Admin/CalibrationIndex.razor.rz.scp.css */
.grid-wrapper[b-0yscmtyzlh]  .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Calibration-Admin/CertificateInspection.razor.rz.scp.css */
.grid-wrapper[b-9wg3f6mnb4]  .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Company-Admin/CompanyEdit.razor.rz.scp.css */
.saveButton[b-jr1e50alt4] {
    margin-top: 15px;
    float: right;
}

.certificate-form[b-jr1e50alt4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.input-row[b-jr1e50alt4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .input-row .form-cell[b-jr1e50alt4] {
        flex: 1 1 100px;
        min-width: 50px;
        max-width: 400px;
        margin-right: 50px;
    }

        .input-row .form-cell:last-child[b-jr1e50alt4] {
            margin-right: 0px;
        }

.section-title[b-jr1e50alt4] {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.upload-section[b-jr1e50alt4] {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.upload-card-modern[b-jr1e50alt4] {
    padding: 20px;
    border-radius: 14px !important;
    margin-bottom: 20px;
}

.logo-preview-container[b-jr1e50alt4] {
    position: relative;
    display: inline-block;
}

.logo-preview[b-jr1e50alt4] {
    width: 150px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

.delete-logo-btn[b-jr1e50alt4] {
    margin-top: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4d4f;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

    .delete-logo-btn:hover[b-jr1e50alt4] {
        background: #d9363e;
    }

.company-title[b-jr1e50alt4] {
    font-size: 2rem;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid #ddd;
    padding: 4px 0;
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

    .company-title:focus[b-jr1e50alt4] {
        border-bottom: 3px solid #007bff;
    }
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Company-Admin/CompanyIndex.razor.rz.scp.css */
.page-header[b-1x5gasb4cj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-1x5gasb4cj] {
    margin: 0;
    user-select: none;
}

.elementor-divider-separator[b-1x5gasb4cj] {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
    margin-top: 4px;
}

.controls-bar[b-1x5gasb4cj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.merge-btn[b-1x5gasb4cj] {
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.search-bar-inner[b-1x5gasb4cj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

    .search-bar-inner:focus-within[b-1x5gasb4cj] {
        width: 360px;
        box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
    }

.search-bar-icon[b-1x5gasb4cj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-1x5gasb4cj] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

    .search-bar-input[b-1x5gasb4cj]::placeholder {
        color: rgba(255, 255, 255, 0.55);
    }

.grid-wrapper[b-1x5gasb4cj] {
    width: 100%;
}

.grid-wrapper[b-1x5gasb4cj]  .rz-data-row td {
    cursor: pointer;
}

.trashButton[b-1x5gasb4cj] {
    background-color: transparent;
    border: none;
    color: red;
    cursor: pointer;
    padding: 4px;
}

    .trashButton:hover .trash[b-1x5gasb4cj] {
        color: darkred;
    }
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Company-Admin/CompanyMerge.razor.rz.scp.css */
.merge-container[b-xhyyq0wgxn] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.company-panel[b-xhyyq0wgxn] {
    width: 48%;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0,0,0,0.08);
}

.company-logo[b-xhyyq0wgxn] {
    width: 120px;
    display: block;
    margin-bottom: 15px;
}

.merge-table td[b-xhyyq0wgxn] {
    padding: 10px 6px;
    vertical-align: middle;
}

.label-col[b-xhyyq0wgxn] {
    font-weight: bold;
    width: 150px;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/ExternalLogins/ExternalLogins.razor.rz.scp.css */
.page-header[b-w4pel0il7p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.page-title[b-w4pel0il7p] {
    margin: 0;
    user-select: none;
}

/* ── Tab wrapper — yellow Radzen primary to match Analytics ─────────── */
.analytics-tabs-wrapper[b-w4pel0il7p] {
    padding: 0 1rem;
    --rz-primary: #FFC61E;
    --rz-primary-light: rgba(255, 198, 30, 0.5);
    --rz-primary-lighter: rgba(255, 198, 30, 0.25);
    --rz-tabs-tab-selected-color: #111;
    --rz-tabs-tab-selected-top-border-color: #FFC61E;
}

[b-w4pel0il7p] .analytics-tabs .rz-tabview-top > .rz-tabview-nav .rz-tabview-selected {
    border-bottom: 3px solid #FFC61E !important;
}

[b-w4pel0il7p] .analytics-tabs .rz-tabview-nav .rz-tabview-selected {
    color: #111 !important;
    font-weight: 700 !important;
}

[b-w4pel0il7p] .analytics-tabs .rz-tabview-nav li:not(.rz-tabview-selected) a {
    color: #666;
    font-weight: 500;
}

[b-w4pel0il7p] .analytics-tabs .rz-tabview-nav li:not(.rz-tabview-selected):hover a {
    color: #111;
    background: #fff8e1;
}

[b-w4pel0il7p] .analytics-tabs .rz-tabview-panels {
    padding: 1.5rem 0 0;
    border: none;
}

.tab-content-area[b-w4pel0il7p] {
    min-height: 300px;
}

/* ── Registration form panel ─────────────────────────────────────────── */
.form-panel[b-w4pel0il7p] {
    max-width: 500px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    padding: 1.25rem 1.25rem 1rem;
    margin-bottom: 24px;
}

.panel-title[b-w4pel0il7p] {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #555;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #f0f0f0;
    user-select: none;
}

/* ── Grid ────────────────────────────────────────────────────────────── */
.grid-wrapper[b-w4pel0il7p] {
    width: 100%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/AdminPages/Monitoring.razor.rz.scp.css */
.dashboard-container[b-bn4b2l5e2l] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin: 2rem;
}

.dashboard-card[b-bn4b2l5e2l] {
    flex: 1 1 300px;
    max-width: 500px;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

    .dashboard-card table[b-bn4b2l5e2l] {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        margin-top: 1rem;
    }

    .dashboard-card th[b-bn4b2l5e2l] {
        color: white;
        font-weight: 600;
        padding: 0.75rem 1rem;
        text-align: left;
    }

    .dashboard-card td[b-bn4b2l5e2l] {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    .dashboard-card tbody tr:hover[b-bn4b2l5e2l] {
        background-color: #f3f4f6;
    }

    .dashboard-card select[b-bn4b2l5e2l] {
        margin: 0 auto 1rem auto;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        border: 1px solid #d1d5db;
        font-size: 1rem;
        cursor: pointer;
        width: 180px;
        transition: border-color 0.2s;
    }

    .dashboard-card h3[b-bn4b2l5e2l],
    .dashboard-card p[b-bn4b2l5e2l] {
        text-align: center;
    }

.email-queue-card[b-bn4b2l5e2l] {
    flex: 1 1 100%;
    max-width: 100%;
}

.eq-section[b-bn4b2l5e2l] {
    margin-bottom: 1.5rem;
}

.eq-section-header[b-bn4b2l5e2l] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
}

.eq-pending[b-bn4b2l5e2l] {
    background-color: #fef9c3;
    color: #854d0e;
}

.eq-failed[b-bn4b2l5e2l] {
    background-color: #fee2e2;
    color: #991b1b;
}

.eq-badge[b-bn4b2l5e2l] {
    margin-left: auto;
    border-radius: 999px;
    padding: 0.1rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 700;
}

.eq-badge-pending[b-bn4b2l5e2l] {
    background-color: #fbbf24;
    color: #1c1917;
}

.eq-badge-failed[b-bn4b2l5e2l] {
    background-color: #ef4444;
    color: white;
}

.eq-empty[b-bn4b2l5e2l] {
    color: #9ca3af;
    font-style: italic;
    font-size: 0.9rem;
}

.eq-subject[b-bn4b2l5e2l] {
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eq-date[b-bn4b2l5e2l] {
    white-space: nowrap;
    color: #6b7280;
    font-size: 0.88rem;
}

.eq-error[b-bn4b2l5e2l] {
    color: #b91c1c;
    font-size: 0.85rem;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help;
}

.eq-retry-btn[b-bn4b2l5e2l] {
    padding: 0.2rem 0.65rem;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s;
}

    .eq-retry-btn:hover[b-bn4b2l5e2l] {
        background: #e5e7eb;
    }

.tab-bar[b-bn4b2l5e2l] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 1.25rem;
}

.tab-btn[b-bn4b2l5e2l] {
    padding: 0.5rem 1.25rem;
    border: none;
    background: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #6b7280;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    border-radius: 6px 6px 0 0;
    transition: color 0.15s, border-color 0.15s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .tab-btn:hover[b-bn4b2l5e2l] {
        color: #111827;
    }

.tab-btn-active[b-bn4b2l5e2l] {
    color: #111827;
    border-bottom-color: #374151;
    background-color: #f9fafb;
}

.tab-count[b-bn4b2l5e2l] {
    border-radius: 999px;
    padding: 0.05rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.tab-count-error[b-bn4b2l5e2l] {
    background-color: #ef4444;
    color: white;
}

.tab-count-pending[b-bn4b2l5e2l] {
    background-color: #fbbf24;
    color: #1c1917;
}

.log-row-alert[b-bn4b2l5e2l] {
    background-color: #fff7ed;
}

.log-row-error[b-bn4b2l5e2l] {
    background-color: #fef2f2;
}

.log-row-warning[b-bn4b2l5e2l] {
    background-color: #fefce8;
}

.log-badge[b-bn4b2l5e2l] {
    display: inline-block;
    border-radius: 999px;
    padding: 0.1rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.log-badge-alert[b-bn4b2l5e2l] {
    background-color: #f97316;
    color: white;
}

.log-badge-error[b-bn4b2l5e2l] {
    background-color: #ef4444;
    color: white;
}

.log-badge-warning[b-bn4b2l5e2l] {
    background-color: #facc15;
    color: #1c1917;
}

.log-message[b-bn4b2l5e2l] {
    font-size: 0.88rem;
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: help;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Client/ClientIndex.razor.rz.scp.css */
.page-header[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-w9s5kptb28] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-w9s5kptb28] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-w9s5kptb28] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-w9s5kptb28] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

/* Filter chips */
.filter-chips-container[b-w9s5kptb28] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-w9s5kptb28]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-w9s5kptb28]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-w9s5kptb28] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-w9s5kptb28] { background: #2a2a2a; }

.filter-chip-active[b-w9s5kptb28] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-w9s5kptb28] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-w9s5kptb28] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-w9s5kptb28] { background: #333; color: white; }
.filter-menu-backdrop[b-w9s5kptb28] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-w9s5kptb28] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-w9s5kptb28] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-w9s5kptb28] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-w9s5kptb28] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-w9s5kptb28] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-w9s5kptb28] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-w9s5kptb28] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-w9s5kptb28] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-w9s5kptb28] { border-color: var(--accent-color); }
.save-filter-actions[b-w9s5kptb28] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-icon[b-w9s5kptb28] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-w9s5kptb28] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-w9s5kptb28]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.contacts-section-header[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.contacts-section-title[b-w9s5kptb28] {
    margin: 0;
    font-size: 1rem;
    color: #444;
}

.add-circle-btn--sm[b-w9s5kptb28] {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    margin-right: 8px;
}

.action-cell[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-btn[b-w9s5kptb28] {
    background: transparent;
    border: none;
    color: #888;
    font-size: 0.95rem;
    cursor: pointer;
    padding: 2px 4px;
    transition: color 0.15s;
}

.icon-btn:hover[b-w9s5kptb28],
.icon-btn--active[b-w9s5kptb28] {
    color: var(--accent-color);
}

.table-responsive[b-w9s5kptb28] {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.trashButton[b-w9s5kptb28] {
    background-color: transparent;
    border: none;
    color: red;
}

    .trashButton:hover .trash[b-w9s5kptb28] {
        color: darkred;
    }

.add-client-section-title[b-w9s5kptb28] {
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
}

.modal-backdrop-custom[b-w9s5kptb28] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.modal-custom[b-w9s5kptb28] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    z-index: 1050;
    width: min(680px, 95vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-custom-header[b-w9s5kptb28] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-custom-body[b-w9s5kptb28] {
    padding: 1.25rem;
    overflow-y: auto;
}

.modal-custom-footer[b-w9s5kptb28] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #dee2e6;
}

[b-w9s5kptb28] .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Company/CompanyCurrent.razor.rz.scp.css */
.saveButton[b-vxdxeadob2]{
    margin-top: 15px;
    float: right;
}

.certificate-form[b-vxdxeadob2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.input-row[b-vxdxeadob2] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .input-row .form-cell[b-vxdxeadob2] {
        flex: 1 1 100px;
        min-width: 50px;
        max-width: 400px;
        margin-right: 50px;
    }

        .input-row .form-cell:last-child[b-vxdxeadob2] {
            margin-right: 0px;
        }

.section-title[b-vxdxeadob2] {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.upload-section[b-vxdxeadob2] {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.upload-card-modern[b-vxdxeadob2] {
    padding: 20px;
    border-radius: 14px !important;
    margin-bottom: 20px;
}

.logo-preview-container[b-vxdxeadob2] {
    position: relative;
    display: inline-block;
}

.logo-preview[b-vxdxeadob2] {
    width: 150px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

.delete-logo-btn[b-vxdxeadob2] {
    margin-top: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4d4f;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

    .delete-logo-btn:hover[b-vxdxeadob2] {
        background: #d9363e;
    }

.company-title[b-vxdxeadob2] {
    font-size: 2rem;
    font-weight: bold;
    border: none; 
    border-bottom: 3px solid #ddd;
    padding: 4px 0;
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

    .company-title:focus[b-vxdxeadob2] {
        border-bottom: 3px solid #007bff;
    }
/* _content/SylvacInstruments.WebApp/Components/Pages/Home.razor.rz.scp.css */
.search[b-xlg31dpf2k] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 4em;
    width: 100%;
}

.inputBox[b-xlg31dpf2k] {
    flex: 0.4;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 1em;
    min-width: 484px;
}

.button[b-xlg31dpf2k] {
    background: none;
    border: none;
    margin-left: -60px;
    margin-top: 35px;
    cursor: pointer;
}

.qrcode[b-xlg31dpf2k] {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: none;
    margin-left: -80px;
    color: inherit;
    text-decoration: none;
}

@media(max-width: 600px){
    .search[b-xlg31dpf2k]{
        margin-top: 20px;
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 4em;
        width: 100wv;
        margin-bottom: 125px;
    }

    .inputBox[b-xlg31dpf2k] {
        width: 100%;
        min-width: 60px;
    }

    .inputFunction[b-xlg31dpf2k]{
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
    }

    .button[b-xlg31dpf2k]{
        display: none;
    }

    .qrcode[b-xlg31dpf2k] {
        margin-left: 0;
        padding: 10px;
        border-color: transparent;
        background-color: transparent;
    }
}
    



.paragraph[b-xlg31dpf2k] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    max-width: 1200px;
    height: 300px;
}

.one[b-xlg31dpf2k] {
    flex: 1 1 15%;
    height: 150px;
    object-fit: contain;
    max-width: calc(50% - 10px);
}

.arrow[b-xlg31dpf2k] {
    margin-top: 45px;
    flex: 1 1 5%;
    height: 25px;
    width: 10%;
    max-width: calc(33.33% - 10px);
}

@media(max-width: 780px) {
    .paragraph[b-xlg31dpf2k]{
        margin-top: 50px;
    }

    .arrow[b-xlg31dpf2k]{
        min-width: 60px;
    }
}

/* ── Dashboard container ──────────────────────────────────────────────────── */
.home-dashboard[b-xlg31dpf2k] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 1.5rem;
}

/* ── Filter badge ─────────────────────────────────────────────────────────── */
.home-filter-badge[b-xlg31dpf2k] {
    font-size: 0.78rem;
    color: var(--bs-secondary, #6c757d);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

/* ── Control bar (3-dots button row) ─────────────────────────────────────── */
.home-dash-ctrl[b-xlg31dpf2k] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.25rem;
}

.home-dash-menu-btn[b-xlg31dpf2k] {
    background: none;
    border: 1.5px solid transparent;
    padding: 0.35rem 0.55rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: background 0.15s, border-color 0.15s;
    font-size: 1.1rem;
    color: #555;
}

    .home-dash-menu-btn:hover[b-xlg31dpf2k] {
        background: #f5f5f5;
        border-color: #ddd;
    }

/* ── Edit bar ─────────────────────────────────────────────────────────────── */
.home-edit-bar[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    background: #fffbea;
    border: 1.5px solid #ffe082;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
}

.home-edit-hint[b-xlg31dpf2k] {
    font-size: 0.84rem;
    color: #7a6200;
}

.home-edit-actions[b-xlg31dpf2k] {
    display: flex;
    gap: 0.5rem;
}

.home-cancel-btn[b-xlg31dpf2k] {
    background: none;
    border: 1.5px solid #ccc;
    border-radius: 8px;
    padding: 0.38rem 1rem;
    cursor: pointer;
    font-size: 0.86rem;
    color: #555;
    transition: background 0.12s, border-color 0.12s;
}

    .home-cancel-btn:hover[b-xlg31dpf2k] {
        background: #f5f5f5;
        border-color: #999;
    }

.home-save-btn[b-xlg31dpf2k] {
    border-radius: 8px;
    padding: 0.38rem 1.1rem;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

/* ── Loading / empty states ───────────────────────────────────────────────── */
.home-dash-loading[b-xlg31dpf2k] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30vh;
}

.home-dash-empty[b-xlg31dpf2k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 2rem;
    color: #888;
    font-size: 1rem;
}

/* ── Tiles grid ───────────────────────────────────────────────────────────── */
.home-tiles-grid[b-xlg31dpf2k] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .home-tiles-grid[b-xlg31dpf2k] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .home-tiles-grid[b-xlg31dpf2k] {
        grid-template-columns: 1fr;
    }
}

/* ── Tile card base ───────────────────────────────────────────────────────── */
.stat-card[b-xlg31dpf2k] {
    background: #fff;
    border-radius: 14px;
    padding: 1.5rem 1.5rem 1.25rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    border-top: 4px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    position: relative;
    overflow: hidden;
}

    .stat-card:not(.stat-card-editing)[b-xlg31dpf2k] {
        cursor: pointer;
    }

    .stat-card:not(.stat-card-editing):hover[b-xlg31dpf2k] {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

/* ── Color variants ───────────────────────────────────────────────────────── */
.stat-blue[b-xlg31dpf2k]    { border-top-color: #4A90D9; }
.stat-green[b-xlg31dpf2k]   { border-top-color: #22B573; }
.stat-orange[b-xlg31dpf2k]  { border-top-color: #F5A623; }
.stat-red[b-xlg31dpf2k]     { border-top-color: #E53935; }
.stat-amber[b-xlg31dpf2k]   { border-top-color: #FFC61E; }
.stat-teal[b-xlg31dpf2k]    { border-top-color: #00BCD4; }
.stat-neutral[b-xlg31dpf2k] { border-top-color: #9ca3af; }

/* ── Edit mode tile ───────────────────────────────────────────────────────── */
.stat-card-editing[b-xlg31dpf2k] {
    cursor: grab;
    user-select: none;
    border: 2px dashed #d0d0d0;
    border-top: 4px solid transparent;
}

    .stat-card-editing:active[b-xlg31dpf2k] {
        cursor: grabbing;
        transform: scale(1.04);
        box-shadow: 0 12px 32px rgba(0,0,0,0.18);
        z-index: 10;
        opacity: 0.85;
    }

/* ── Hidden tile overlay ──────────────────────────────────────────────────── */
.stat-card-hidden[b-xlg31dpf2k] {
    opacity: 0.45;
}

    .stat-card-hidden[b-xlg31dpf2k]::after {
        content: "MASQUÉ";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.2em;
        color: #bbb;
        background: rgba(255,255,255,0.45);
        border-radius: 14px;
        pointer-events: none;
    }

/* ── Edit controls row inside tile ───────────────────────────────────────── */
.stat-edit-row[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.stat-drag-handle[b-xlg31dpf2k] {
    font-size: 1.25rem;
    color: #ccc;
    cursor: grab;
    line-height: 1;
    user-select: none;
}

.stat-vis-btn[b-xlg31dpf2k] {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 5px;
    line-height: 1;
    transition: background 0.12s;
}

    .stat-vis-btn:hover[b-xlg31dpf2k] {
        background: #f0f0f0;
    }

/* ── Tile internals ───────────────────────────────────────────────────────── */
.stat-value[b-xlg31dpf2k] {
    font-size: 2.9rem;
    font-weight: 800;
    line-height: 1;
    color: #1a1a2e;
    letter-spacing: -1px;
}

.stat-unit[b-xlg31dpf2k] {
    font-size: 1.4rem;
    font-weight: 600;
    color: #666;
    margin-left: 2px;
    letter-spacing: 0;
}

.stat-label[b-xlg31dpf2k] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.2rem;
}

.stat-label-top[b-xlg31dpf2k] {
    font-size: 0.78rem;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.6rem;
}

.stat-hint[b-xlg31dpf2k] {
    font-size: 0.8rem;
    color: #aaa;
    margin-top: 0.1rem;
}

.stat-ok[b-xlg31dpf2k] {
    color: #22B573;
    font-weight: 600;
}

/* ── Calibration bands ────────────────────────────────────────────────────── */
.stat-bands[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 0.25rem;
}

.stat-band[b-xlg31dpf2k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.stat-band-num[b-xlg31dpf2k] {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-band-urgent .stat-band-num[b-xlg31dpf2k] {
    color: #E53935;
}

.stat-band-lbl[b-xlg31dpf2k] {
    font-size: 0.72rem;
    color: #aaa;
    font-weight: 500;
}

.stat-band-sep[b-xlg31dpf2k] {
    width: 1px;
    height: 44px;
    background: #eee;
    margin: 0 0.5rem;
    flex-shrink: 0;
}

/* ── Custom tables section ────────────────────────────────────────────────── */
.home-tables-section[b-xlg31dpf2k] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* ── Per-table card ───────────────────────────────────────────────────────── */
.home-custom-table[b-xlg31dpf2k] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-table-editing[b-xlg31dpf2k] {
    cursor: grab;
    user-select: none;
    border: 2px dashed #d0d0d0;
}

    .home-table-editing:active[b-xlg31dpf2k] {
        cursor: grabbing;
        transform: scale(1.02);
        box-shadow: 0 12px 32px rgba(0,0,0,0.15);
        z-index: 10;
        opacity: 0.9;
    }

.home-table-hidden[b-xlg31dpf2k] {
    opacity: 0.45;
}

    .home-table-hidden[b-xlg31dpf2k]::after {
        content: "MASQUÉ";
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.2em;
        color: #bbb;
        background: rgba(255,255,255,0.55);
        border-radius: 14px;
        pointer-events: none;
    }

/* ── Table header ─────────────────────────────────────────────────────────── */
.home-table-hdr[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.2rem;
    border-bottom: 1.5px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.home-table-name[b-xlg31dpf2k] {
    font-size: 0.97rem;
    font-weight: 700;
    color: #1a1a2e;
}

.home-table-btns[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-tbl-nav[b-xlg31dpf2k] {
    font-size: 1rem;
    color: #4A90D9;
    border: 1.5px solid #c8dff5;
    border-radius: 6px;
    padding: 0.28rem 0.5rem;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.12s;
}

    .home-tbl-nav:hover[b-xlg31dpf2k] {
        background: #eef5fd;
    }

.home-tbl-del[b-xlg31dpf2k] {
    font-size: 1rem;
    color: #E53935;
    background: none;
    border: 1.5px solid #fac9c8;
    border-radius: 6px;
    padding: 0.28rem 0.5rem;
    cursor: pointer;
    line-height: 1;
    transition: background 0.12s;
}

    .home-tbl-del:hover[b-xlg31dpf2k] {
        background: #fff0f0;
    }

/* ── Table body ───────────────────────────────────────────────────────────── */
.home-table-scroll[b-xlg31dpf2k] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.home-generic-table[b-xlg31dpf2k] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

    .home-generic-table th[b-xlg31dpf2k] {
        background: #f3f4f6;
        padding: 0.5rem 0.75rem;
        text-align: left;
        font-weight: 600;
        white-space: nowrap;
        border-bottom: 2px solid #e5e7eb;
    }

    .home-generic-table td[b-xlg31dpf2k] {
        padding: 0.45rem 0.75rem;
        border-bottom: 1px solid #f0f0f0;
        white-space: nowrap;
    }

    .home-generic-table tbody tr:hover[b-xlg31dpf2k] {
        background: #f9fafb;
    }

/* ── Pagination ───────────────────────────────────────────────────────────── */
.home-table-pager[b-xlg31dpf2k] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #e8edf3;
}

.home-pager-btn[b-xlg31dpf2k] {
    background: none;
    border: 1px solid #cdd5e0;
    border-radius: 6px;
    padding: 0.2rem 0.6rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    color: #2563eb;
    transition: background 0.12s;
}

    .home-pager-btn:disabled[b-xlg31dpf2k] {
        color: #aab4c4;
        border-color: #e2e8f0;
        cursor: default;
    }

    .home-pager-btn:not(:disabled):hover[b-xlg31dpf2k] {
        background: #eef5fd;
    }

.home-pager-info[b-xlg31dpf2k] {
    font-size: 0.82rem;
    color: #64748b;
    min-width: 3.5rem;
    text-align: center;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentModel/InstrumentModels.razor.rz.scp.css */
.page-header[b-2olq3wtq07] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-2olq3wtq07] {
    margin: 0;
    user-select: none;
}

.add-menu-wrapper[b-2olq3wtq07] {
    position: relative;
    flex-shrink: 0;
}

.add-circle-btn[b-2olq3wtq07] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.add-circle-btn:hover[b-2olq3wtq07] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

/* ── Tabs ──────────────────────────────────────────────────────── */

.instrument-tabs[b-2olq3wtq07] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0.75rem;
}

.instrument-tab[b-2olq3wtq07] {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    padding: 0.45rem 1rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.instrument-tab:hover[b-2olq3wtq07] {
    color: #343a40;
}

.tab-active[b-2olq3wtq07] {
    color: var(--accent-color) !important;
    border-bottom-color: var(--accent-color) !important;
    font-weight: 600;
}

.tab-count[b-2olq3wtq07] {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    padding: 0.1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
}

.tab-active .tab-count[b-2olq3wtq07] {
    background: rgba(0, 0, 0, 0.1);
}

.title-help-icon[b-2olq3wtq07] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    color: #FFC61E !important;
    font-size: 0.55em;
    text-decoration: none;
    margin-left: 0.4em;
    margin-bottom: 0.15em;
    opacity: 0.85;
    transition: opacity 0.15s, transform 0.15s;
    line-height: 1;
}

.title-help-icon:hover[b-2olq3wtq07] {
    opacity: 1;
    color: #FFC61E !important;
    transform: scale(1.15);
}

/* ── Search bar ────────────────────────────────────────────────── */

.search-bar-wrapper[b-2olq3wtq07] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-2olq3wtq07] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-2olq3wtq07] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-2olq3wtq07] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-2olq3wtq07] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-2olq3wtq07]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* ── Grid ──────────────────────────────────────────────────────── */

.grid-wrapper[b-2olq3wtq07]  .rz-data-row td {
    cursor: default;
}

.trashButton[b-2olq3wtq07] {
    background-color: transparent;
    border: none;
    color: red;
}

.trashButton:hover .trash[b-2olq3wtq07] {
    color: darkred;
}

.action-cell[b-2olq3wtq07] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.icon-btn[b-2olq3wtq07] {
    background: transparent;
    border: none;
    color: #888;
    font-size: 0.95rem;
    padding: 2px 5px;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.15s;
}

.icon-btn:hover[b-2olq3wtq07] {
    color: var(--accent-color);
}

/* ── Modal form ────────────────────────────────────────────────── */

.oid-field[b-2olq3wtq07] {
    margin-bottom: 14px;
}

.oid-field label[b-2olq3wtq07] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.oid-req[b-2olq3wtq07] {
    color: #ef4444;
}

.oid-opt[b-2olq3wtq07] {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
}

.oid-select[b-2olq3wtq07] {
    width: 100%;
    padding: 7px 28px 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239ca3af' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    appearance: none;
}

.oid-select:focus[b-2olq3wtq07] {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.oid-divider[b-2olq3wtq07] {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 18px 0 14px;
}

.oid-sec[b-2olq3wtq07] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 12px;
}

.oid-sec-sub[b-2olq3wtq07] {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #d1d5db;
    font-style: italic;
}

.form-row-2[b-2olq3wtq07] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-row-3[b-2olq3wtq07] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

@@media (max-width: 600px) {
    .form-row-2[b-2olq3wtq07],
    .form-row-3[b-2olq3wtq07] {
        grid-template-columns: 1fr;
    }
}

/* ── Filter button & dropdown ──────────────────────────────── */

.filter-menu-wrapper[b-2olq3wtq07] {
    position: relative;
    flex-shrink: 0;
}

.filter-menu-btn[b-2olq3wtq07] {
    background: #1a1a1a;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-2olq3wtq07] {
    background: #333;
    color: white;
}

.filter-menu-backdrop[b-2olq3wtq07] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.filter-menu-dropdown[b-2olq3wtq07] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.filter-menu-item[b-2olq3wtq07] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-2olq3wtq07] {
    background: rgba(255, 255, 255, 0.08);
}

.filter-menu-item-checked[b-2olq3wtq07] {
    color: var(--accent-color);
    font-weight: 600;
}

/* ── Filter chips ──────────────────────────────────────────── */

.filter-chips-container[b-2olq3wtq07] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-2olq3wtq07]::-webkit-scrollbar {
    height: 3px;
}

.filter-chips-container[b-2olq3wtq07]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.filter-chip[b-2olq3wtq07] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-2olq3wtq07] {
    background: #2a2a2a;
}

.filter-chip-active[b-2olq3wtq07] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* ── Clickable rows (Models tab) ───────────────────────────── */

.grid-clickable[b-2olq3wtq07]  .rz-data-row {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/AgentInstrumentIndex.razor.rz.scp.css */
.page-header[b-5ovtdepec6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-5ovtdepec6] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-5ovtdepec6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-5ovtdepec6] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-5ovtdepec6] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-5ovtdepec6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

/* Filter chips */
.filter-chips-container[b-5ovtdepec6] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-5ovtdepec6]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-5ovtdepec6]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-5ovtdepec6] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-5ovtdepec6] { background: #2a2a2a; }

.filter-chip-active[b-5ovtdepec6] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-5ovtdepec6] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-5ovtdepec6] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-5ovtdepec6] { background: #333; color: white; }
.filter-menu-backdrop[b-5ovtdepec6] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-5ovtdepec6] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-5ovtdepec6] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-5ovtdepec6] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-5ovtdepec6] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-5ovtdepec6] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-5ovtdepec6] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-5ovtdepec6] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-5ovtdepec6] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-5ovtdepec6] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-5ovtdepec6] { border-color: var(--accent-color); }
.save-filter-actions[b-5ovtdepec6] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-inner:focus-within[b-5ovtdepec6] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-5ovtdepec6] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-5ovtdepec6] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-5ovtdepec6]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.trashButton[b-5ovtdepec6] {
    background-color: transparent;
    border: none;
    color: red;
}

    .trashButton:hover .trash[b-5ovtdepec6] {
        color: darkred;
    }

@media (max-width: 900px) {
    .add-circle-btn[b-5ovtdepec6] {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
}

.grid-wrapper[b-5ovtdepec6]  .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/Characteristics.razor.rz.scp.css */
/* ── Page header (matches InstrumentIndex) ─────────────────────── */

.page-header[b-vntikm79wq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-vntikm79wq] {
    margin: 0;
    user-select: none;
}

.add-menu-wrapper[b-vntikm79wq] {
    position: relative;
    flex-shrink: 0;
}

.add-circle-btn[b-vntikm79wq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.add-circle-btn:hover[b-vntikm79wq] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

/* ── Toolbar: search + type pills ─────────────────────────────── */

.char-toolbar[b-vntikm79wq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.search-bar-wrapper[b-vntikm79wq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

.search-bar-inner[b-vntikm79wq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-vntikm79wq] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-vntikm79wq] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-vntikm79wq] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-vntikm79wq]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.char-type-filters[b-vntikm79wq] {
    display: flex;
    gap: 0.4rem;
}

.char-filter-pill[b-vntikm79wq] {
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    border: 1.5px solid #e5e7eb;
    background: transparent;
    color: #6c757d;
    font-size: 0.8rem;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: all 0.15s;
}

.char-filter-pill:hover[b-vntikm79wq] {
    border-color: #adb5bd;
    color: #343a40;
}

.pill-active[b-vntikm79wq] {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--accent-text-color);
    font-weight: 600;
}

/* ── Grid ─────────────────────────────────────────────────────── */

.grid-wrapper[b-vntikm79wq]  table {
    table-layout: fixed;
    width: 100%;
}

/* Group, Model, Designation share available space equally (1fr each) */
.grid-wrapper[b-vntikm79wq]  col:nth-child(1),
.grid-wrapper[b-vntikm79wq]  col:nth-child(2),
.grid-wrapper[b-vntikm79wq]  col:nth-child(3) {
    width: auto;
}

.grid-wrapper[b-vntikm79wq]  .rz-data-row td {
    cursor: pointer;
}

.trashButton[b-vntikm79wq] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #aaa;
    transition: color 0.15s;
}

.trashButton:hover[b-vntikm79wq] {
    color: #c0392b;
}

.assignButton[b-vntikm79wq] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #aaa;
    transition: color 0.15s;
}

.assignButton:hover[b-vntikm79wq] {
    color: #1a6fa8;
}

.char-type-badge[b-vntikm79wq] {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-meas[b-vntikm79wq] {
    background: #e8f4fd;
    color: #1a6fa8;
}

.badge-attr[b-vntikm79wq] {
    background: #fef3c7;
    color: #92400e;
}

.char-badge[b-vntikm79wq] {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 99px;
    font-size: 0.75rem;
    font-weight: 500;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.char-badge-product[b-vntikm79wq] {
    background: #e8f4fd;
    color: #1a6fa8;
}

.char-badge-model[b-vntikm79wq] {
    background: #edf7ed;
    color: #2a6a2a;
}

.char-badge-group[b-vntikm79wq] {
    background: #f3f0ff;
    color: #6d28d9;
}

.char-limits[b-vntikm79wq] {
    font-size: 0.82rem;
    color: #374151;
    font-variant-numeric: tabular-nums;
}

.char-limits-none[b-vntikm79wq] {
    color: #d1d5db;
}

.char-class-count[b-vntikm79wq] {
    display: inline-block;
    min-width: 24px;
    text-align: center;
    background: rgba(0,0,0,0.06);
    border-radius: 99px;
    padding: 1px 7px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #555;
}

/* ── Modal form ───────────────────────────────────────────────── */

.char-form-grid[b-vntikm79wq] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem 1rem;
}

.oid-field[b-vntikm79wq] {
    margin-bottom: 0;
}

.oid-field label[b-vntikm79wq] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.oid-req[b-vntikm79wq] {
    color: #ef4444;
}

.oid-opt[b-vntikm79wq] {
    color: #9ca3af;
    font-size: 0.7rem;
    font-weight: 400;
}

.oid-sec[b-vntikm79wq] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 8px;
}

.oid-sec-sub[b-vntikm79wq] {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #d1d5db;
    font-style: italic;
}

.oid-divider[b-vntikm79wq] {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 1rem 0 0.75rem;
}

.oid-hier-box[b-vntikm79wq] {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 16px;
}

.oid-select[b-vntikm79wq] {
    width: 100%;
    padding: 7px 28px 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239ca3af' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    appearance: none;
}

.oid-select:focus[b-vntikm79wq] {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.char-radio-label[b-vntikm79wq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #374151;
    cursor: pointer;
}

/* ── Classes table (inside modal) ────────────────────────────── */

.char-cls-table[b-vntikm79wq] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.char-cls-table thead th[b-vntikm79wq] {
    padding: 6px 10px;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #9ca3af;
    border-bottom: 2px solid #f0f0f0;
}

.char-cls-table tbody td[b-vntikm79wq] {
    padding: 5px 6px;
    border-bottom: 1px solid #f5f5f5;
}

.char-empty-note[b-vntikm79wq] {
    color: #aaa;
    font-size: 0.82rem;
    padding: 0.75rem 0;
    margin: 0;
}

@media (max-width: 700px) {
    .char-form-grid[b-vntikm79wq] {
        grid-template-columns: 1fr 1fr;
    }

    .search-bar-inner:focus-within[b-vntikm79wq] {
        width: 230px;
    }
}

@media (max-width: 480px) {
    .char-form-grid[b-vntikm79wq] {
        grid-template-columns: 1fr;
    }
}

/* ── Three-dot filter menu ────────────────────────────────── */

.filter-menu-wrapper[b-vntikm79wq] {
    position: relative;
    flex-shrink: 0;
}

.filter-menu-btn[b-vntikm79wq] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-vntikm79wq] {
    background: #333;
    color: white;
}

.filter-menu-backdrop[b-vntikm79wq] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.filter-menu-dropdown[b-vntikm79wq] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 180px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-vntikm79wq] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-vntikm79wq] {
    background: rgba(255,255,255,0.08);
}

.filter-menu-item:disabled[b-vntikm79wq] {
    opacity: 0.38;
    cursor: not-allowed;
}

/* ── Save to Statistics modal ─────────────────────────────── */

.save-filter-backdrop[b-vntikm79wq] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-vntikm79wq] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-vntikm79wq] {
    margin: 0 0 1.2rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.save-filter-label[b-vntikm79wq] {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.35rem;
}

.save-filter-input[b-vntikm79wq] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-vntikm79wq] {
    border-color: var(--accent-color);
}

.save-filter-actions[b-vntikm79wq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/InstrumentIndex.razor.rz.scp.css */
.page-header[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-zyhecy0r6r] {
    margin: 0;
    user-select: none;
}

/* ── Add button + dropdown ─────────────────────────────────────── */

.add-menu-wrapper[b-zyhecy0r6r] {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}


.add-menu-backdrop[b-zyhecy0r6r] {
    position: fixed;
    inset: 0;
    z-index: 100;
}

.add-circle-btn[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    position: relative;
    z-index: 101;
}

.add-circle-btn:hover[b-zyhecy0r6r],
.add-circle-btn.open[b-zyhecy0r6r] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.add-circle-btn .fa[b-zyhecy0r6r] {
    transition: transform 0.25s ease;
}

.add-circle-btn.open .fa[b-zyhecy0r6r] {
    transform: rotate(45deg);
}

.add-dropdown[b-zyhecy0r6r] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #1e1e1e;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    z-index: 200;
    min-width: 220px;
    overflow: hidden;
    animation: dropIn 0.18s ease;
}

@@keyframes dropIn {
    from[b-zyhecy0r6r] { opacity: 0; transform: translateY(-8px) scale(0.97); }
    to[b-zyhecy0r6r]   { opacity: 1; transform: translateY(0)   scale(1);    }
}

.add-dropdown-item[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.8rem 1.1rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    font-family: "Roboto", sans-serif;
    text-align: left;
    cursor: pointer;
    transition: background 0.14s, color 0.14s;
}

.add-dropdown-item:not(:last-child)[b-zyhecy0r6r] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.add-dropdown-item:hover[b-zyhecy0r6r] {
    background: rgba(255, 255, 255, 0.07);
    color: var(--accent-color);
}

.add-dropdown-item:hover .add-dropdown-icon[b-zyhecy0r6r] {
    background: rgba(255, 255, 255, 0.12);
}

.add-dropdown-icon[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: background 0.14s;
}

/* ── Search bar ────────────────────────────────────────────────── */

.search-bar-wrapper[b-zyhecy0r6r] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}


.search-bar-inner:focus-within[b-zyhecy0r6r] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-zyhecy0r6r] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-zyhecy0r6r] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-zyhecy0r6r]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* ── Tabs ──────────────────────────────────────────────────────── */

.instrument-tabs[b-zyhecy0r6r] {
    display: flex;
    gap: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 0.75rem;
}

.instrument-tab[b-zyhecy0r6r] {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    padding: 0.45rem 1rem;
    font-size: 0.9rem;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s;
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.instrument-tab:hover[b-zyhecy0r6r] {
    color: #343a40;
}

.tab-active[b-zyhecy0r6r] {
    color: var(--accent-color) !important;
    border-bottom-color: var(--accent-color) !important;
    font-weight: 600;
}

.tab-count[b-zyhecy0r6r] {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 100px;
    padding: 0.1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
}

.tab-active .tab-count[b-zyhecy0r6r] {
    background: rgba(0, 0, 0, 0.1);
}

/* ── Grid ──────────────────────────────────────────────────────── */

.grid-wrapper[b-zyhecy0r6r]  .rz-data-row td {
    cursor: pointer;
}

.trashButton[b-zyhecy0r6r] {
    background-color: transparent;
    border: none;
}

.trashButton:hover[b-zyhecy0r6r] {
    color: grey;
}

@media (max-width: 900px) {
    .mySylvacButton[b-zyhecy0r6r] {
        width: 100%;
    }
}

/* ── Add Other Instrument drawer ──────────────────────────────── */

.oid-overlay[b-zyhecy0r6r] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 400;
    display: none;
    backdrop-filter: blur(1px);
}

.oid-overlay.oid-overlay-open[b-zyhecy0r6r] {
    display: block;
}

.oid-drawer[b-zyhecy0r6r] {
    position: fixed;
    top: 6rem;
    right: -560px;
    width: 520px;
    max-width: 100vw;
    height: calc(100vh - 6rem);
    background: white;
    z-index: 500;
    box-shadow: -6px 0 32px rgba(0, 0, 0, 0.15);
    transition: right 0.26s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.oid-drawer.oid-drawer-open[b-zyhecy0r6r] {
    right: 0;
}

.oid-head[b-zyhecy0r6r] {
    padding: 18px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.oid-title[b-zyhecy0r6r] {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.oid-close[b-zyhecy0r6r] {
    background: none;
    border: none;
    cursor: pointer;
    color: #9ca3af;
    font-size: 18px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 5px;
}

.oid-close:hover[b-zyhecy0r6r] {
    background: #f3f4f6;
    color: #374151;
}

.oid-body[b-zyhecy0r6r] {
    flex: 1;
    overflow-y: auto;
    padding: 22px 24px;
}

.oid-foot[b-zyhecy0r6r] {
    padding: 14px 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-shrink: 0;
    background: white;
}

/* section labels */
.oid-sec[b-zyhecy0r6r] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 12px;
}

.oid-sec-sub[b-zyhecy0r6r] {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #d1d5db;
    font-style: italic;
}

/* classification hierarchy box */
.oid-hier-box[b-zyhecy0r6r] {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 22px;
}

.oid-hier-note[b-zyhecy0r6r] {
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 16px;
}

.oid-h-row[b-zyhecy0r6r] {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: start;
    gap: 8px;
    margin-bottom: 12px;
}

.oid-h-row:last-of-type[b-zyhecy0r6r] {
    margin-bottom: 0;
}

.oid-h-key[b-zyhecy0r6r] {
    font-size: 12px;
    font-weight: 700;
    color: #d1d5db;
    padding-top: 8px;
    transition: color 0.15s;
}

.oid-h-key-active[b-zyhecy0r6r] {
    color: #6b7280;
}

.oid-combo[b-zyhecy0r6r] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oid-select[b-zyhecy0r6r] {
    width: 100%;
    padding: 7px 28px 7px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%239ca3af' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
    appearance: none;
}

.oid-select:focus[b-zyhecy0r6r] {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.oid-select:disabled[b-zyhecy0r6r] {
    background-color: #f9fafb;
    color: #d1d5db;
    cursor: not-allowed;
}

/* create-new input row */
.oid-new-row[b-zyhecy0r6r] {
    display: flex;
    gap: 6px;
    align-items: center;
}

.oid-new-input[b-zyhecy0r6r] {
    flex: 1;
    padding: 6px 10px;
    border: 1px dashed var(--accent-color, #f59e0b);
    border-radius: 6px;
    font-size: 13px;
    color: #374151;
    background: #fffbeb;
    outline: none;
}

.oid-new-input:focus[b-zyhecy0r6r] {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.15);
}

.oid-new-input[b-zyhecy0r6r]::placeholder {
    color: #d97706;
    opacity: 0.7;
}

.oid-back-link[b-zyhecy0r6r] {
    font-size: 11px;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 0;
    text-decoration: underline;
    white-space: nowrap;
    flex-shrink: 0;
}

.oid-back-link:hover[b-zyhecy0r6r] {
    color: #374151;
}

/* path preview */
.oid-path-preview[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 7px;
    padding: 7px 12px;
    margin-top: 14px;
    font-size: 12px;
    flex-wrap: wrap;
    min-height: 34px;
}

.oid-path-empty[b-zyhecy0r6r] {
    color: #d1d5db;
    font-style: italic;
}

.oid-path-seg[b-zyhecy0r6r] {
    font-weight: 600;
    color: #92400e;
}

.oid-path-sep[b-zyhecy0r6r] {
    color: #fcd34d;
    font-weight: 700;
}

.oid-path-new[b-zyhecy0r6r] {
    font-weight: 600;
    color: #f59e0b;
}

.oid-new-badge[b-zyhecy0r6r] {
    font-size: 9px;
    font-weight: 700;
    color: #d97706;
}

.oid-divider[b-zyhecy0r6r] {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 18px 0;
}

/* instrument detail fields */
.oid-field[b-zyhecy0r6r] {
    margin-bottom: 14px;
}

.oid-field label[b-zyhecy0r6r] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.oid-req[b-zyhecy0r6r] {
    color: #ef4444;
}

.oid-opt[b-zyhecy0r6r] {
    color: #9ca3af;
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
}

.oid-field input[b-zyhecy0r6r],
.oid-field select[b-zyhecy0r6r] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    font-size: 13px;
    color: #111827;
    background: white;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.oid-field input:focus[b-zyhecy0r6r],
.oid-field select:focus[b-zyhecy0r6r] {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.oid-field input[b-zyhecy0r6r]::placeholder {
    color: #9ca3af;
}

.oid-row2[b-zyhecy0r6r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* drawer buttons */
.oid-btn-primary[b-zyhecy0r6r] {
    padding: 9px 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: var(--accent-color);
    color: var(--accent-text-color, white);
}

.oid-btn-primary:hover:not(:disabled)[b-zyhecy0r6r] {
    filter: brightness(0.9);
}

.oid-btn-primary:disabled[b-zyhecy0r6r] {
    opacity: 0.6;
    cursor: not-allowed;
}

.oid-btn-ghost[b-zyhecy0r6r] {
    padding: 9px 20px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #f3f4f6;
    color: #374151;
}

.oid-btn-ghost:hover[b-zyhecy0r6r] {
    background: #e5e7eb;
}

/* ── Tree view ─────────────────────────────────────────────────── */

.tree-wrapper[b-zyhecy0r6r] {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.5rem;
}

.tree-row[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.12s;
    user-select: none;
    min-height: 32px;
}

.tree-branch:hover[b-zyhecy0r6r] {
    background: rgba(0, 0, 0, 0.05);
}

.tree-leaf:hover[b-zyhecy0r6r] {
    background: rgba(var(--accent-rgb, 255, 198, 30), 0.12);
}

/* ── Structure tree enhancements ───────────────────────────────── */

.tree-wrapper--structure[b-zyhecy0r6r] {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.tree-wrapper--structure .tree-row[b-zyhecy0r6r] {
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.12s, box-shadow 0.12s;
}

.tree-wrapper--structure .tree-row:last-child[b-zyhecy0r6r] {
    border-bottom: none;
}

/* Root-level category rows look like section headers */
.tree-row--root[b-zyhecy0r6r] {
    background: #f4f4f5;
    border-bottom-color: #e4e4e7 !important;
    font-weight: 700;
    font-size: 0.92rem;
    min-height: 40px;
    letter-spacing: 0.01em;
}

.tree-row--root:hover[b-zyhecy0r6r] {
    background: #ebebed !important;
}

/* Non-root branch rows: subtle tint */
.tree-wrapper--structure .tree-branch:not(.tree-row--root)[b-zyhecy0r6r] {
    background: #fafafa;
}

.tree-wrapper--structure .tree-branch:not(.tree-row--root):hover[b-zyhecy0r6r] {
    background: #f3f4f6;
}

/* Leaf rows: white with accent inset on hover */
.tree-wrapper--structure .tree-leaf[b-zyhecy0r6r] {
    background: #fff;
}

.tree-wrapper--structure .tree-leaf:hover[b-zyhecy0r6r] {
    background: rgba(255, 198, 30, 0.06);
    box-shadow: inset 3px 0 0 var(--accent-color);
}

/* Status dot shown on each leaf instrument */
.tree-status-dot[b-zyhecy0r6r] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.tree-status-dot--ok[b-zyhecy0r6r]      { background: #22c55e; }
.tree-status-dot--soon[b-zyhecy0r6r]    { background: #f59e0b; }
.tree-status-dot--overdue[b-zyhecy0r6r] { background: #ef4444; }
.tree-status-dot--oos[b-zyhecy0r6r]     { background: #94a3b8; }
.tree-status-dot--unknown[b-zyhecy0r6r] { background: #d1d5db; }

.tree-toggle[b-zyhecy0r6r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 0.65rem;
    transition: transform 0.18s ease;
}

.tree-toggle.expanded[b-zyhecy0r6r] {
    transform: rotate(90deg);
}

.tree-toggle-spacer[b-zyhecy0r6r] {
    display: inline-block;
    width: 14px;
    flex-shrink: 0;
}

.tree-icon[b-zyhecy0r6r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    flex-shrink: 0;
    font-size: 0.82rem;
}

.tree-icon-group[b-zyhecy0r6r]   { color: #f59e0b; }
.tree-icon-product[b-zyhecy0r6r] { color: #fbbf24; }
.tree-icon-class[b-zyhecy0r6r]   { color: #6366f1; }
.tree-icon-type[b-zyhecy0r6r]    { color: #8b5cf6; }
.tree-icon-model[b-zyhecy0r6r]   { color: #a78bfa; }
.tree-icon-unclassified[b-zyhecy0r6r] { color: #9ca3af; }
.tree-icon-leaf[b-zyhecy0r6r]    { color: #6b7280; }

.tree-label[b-zyhecy0r6r] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-sublabel[b-zyhecy0r6r] {
    color: #9ca3af;
    font-size: 0.82em;
}

.tree-count[b-zyhecy0r6r] {
    font-size: 0.72rem;
    color: #9ca3af;
    background: rgba(0, 0, 0, 0.07);
    padding: 1px 7px;
    border-radius: 100px;
    flex-shrink: 0;
    font-weight: 500;
}

/* ─────────────────────────────────────────────────────────────── */

@media (max-width: 600px) {
    .oid-drawer[b-zyhecy0r6r] {
        width: 100vw;
        right: -100vw;
        top: 6rem;
        height: calc(100vh - 6rem);
    }

    .oid-row2[b-zyhecy0r6r] {
        grid-template-columns: 1fr;
    }
}

/* ── Filter chips ──────────────────────────────────────────── */

.filter-chips-container[b-zyhecy0r6r] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-zyhecy0r6r]::-webkit-scrollbar {
    height: 3px;
}

.filter-chips-container[b-zyhecy0r6r]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.filter-chip[b-zyhecy0r6r] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-zyhecy0r6r] {
    background: #2a2a2a;
}

.filter-chip-active[b-zyhecy0r6r] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* ── Three-dot filter menu ────────────────────────────────── */

.filter-menu-wrapper[b-zyhecy0r6r] {
    position: relative;
    flex-shrink: 0;
}

.filter-menu-btn[b-zyhecy0r6r] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-zyhecy0r6r] {
    background: #333;
    color: white;
}

.filter-menu-backdrop[b-zyhecy0r6r] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.filter-menu-dropdown[b-zyhecy0r6r] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 180px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-zyhecy0r6r] {
    background: rgba(255,255,255,0.08);
}

.filter-menu-item:disabled[b-zyhecy0r6r] {
    opacity: 0.38;
    cursor: not-allowed;
}

/* ── Save Filter / Save to Statistics modal ───────────────── */

.save-filter-backdrop[b-zyhecy0r6r] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-zyhecy0r6r] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-zyhecy0r6r] {
    margin: 0 0 1.2rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.save-filter-label[b-zyhecy0r6r] {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.35rem;
}

.save-filter-input[b-zyhecy0r6r] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-zyhecy0r6r] {
    border-color: var(--accent-color);
}

.save-filter-actions[b-zyhecy0r6r] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* ── Fleet View (Tab 3) ─────────────────────────────────────── */

.fleet-stats[b-zyhecy0r6r] {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 1.1rem;
    flex-wrap: wrap;
}

.fleet-stat[b-zyhecy0r6r] {
    flex: 1;
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.9rem 0.6rem 0.7rem;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.12s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.fleet-stat:hover[b-zyhecy0r6r] {
    border-color: #9ca3af;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.fleet-stat--active[b-zyhecy0r6r] {
    border-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.22), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-1px) !important;
}

.fleet-stat-dot[b-zyhecy0r6r] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.fleet-stat-num[b-zyhecy0r6r] {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.fleet-stat-label[b-zyhecy0r6r] {
    font-size: 0.7rem;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    white-space: nowrap;
}

/* Status colour tokens */
.fleet-dot--ok[b-zyhecy0r6r]      { background: #22c55e; }
.fleet-dot--soon[b-zyhecy0r6r]    { background: #f59e0b; }
.fleet-dot--overdue[b-zyhecy0r6r] { background: #ef4444; }
.fleet-dot--oos[b-zyhecy0r6r]     { background: #94a3b8; }
.fleet-dot--unknown[b-zyhecy0r6r] { background: #6366f1; }

/* Toolbar */
.fleet-toolbar[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.fleet-search[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.42rem 1rem;
    width: 220px;
    flex-shrink: 0;
    transition: width 0.25s ease;
}

.fleet-search:focus-within[b-zyhecy0r6r] {
    width: 300px;
}

.fleet-search-icon[b-zyhecy0r6r] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    flex-shrink: 0;
}

.fleet-search-input[b-zyhecy0r6r] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    color: white;
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.fleet-search-input[b-zyhecy0r6r]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.fleet-clear-btn[b-zyhecy0r6r] {
    background: #f3f4f6;
    border: none;
    border-radius: 20px;
    padding: 0.38rem 0.9rem;
    font-size: 0.82rem;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.fleet-clear-btn:hover[b-zyhecy0r6r] {
    background: #e5e7eb;
}

.fleet-filter-select[b-zyhecy0r6r] {
    background: #1a1a1a;
    border: none;
    border-radius: 160px;
    padding: 0.42rem 1rem;
    font-size: 0.88rem;
    color: white;
    outline: none;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    flex-shrink: 0;
}

.fleet-filter-select option[b-zyhecy0r6r] {
    background: #2a2a2a;
    color: white;
}

.fleet-sector-dd[b-zyhecy0r6r] {
    position: relative;
    flex-shrink: 0;
}

.fleet-sector-dd-backdrop[b-zyhecy0r6r] {
    position: fixed;
    inset: 0;
    z-index: 10;
}

button.fleet-sector-dd-trigger[b-zyhecy0r6r] {
    display: inline-flex;
    align-items: center;
}

button.fleet-sector-dd-trigger.active[b-zyhecy0r6r] {
    background: var(--accent-color, #2563eb);
}

.fleet-sector-dd-panel[b-zyhecy0r6r] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #1e1e1e;
    border-radius: 8px;
    padding: .3rem .2rem;
    z-index: 11;
    min-width: 160px;
    box-shadow: 0 4px 16px rgba(0,0,0,.45);
}

.fleet-sector-dd-option[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .75rem;
    color: #e5e7eb;
    font-size: .85rem;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    white-space: nowrap;
}

.fleet-sector-dd-option:hover[b-zyhecy0r6r] {
    background: #2a2a2a;
}

.fleet-sector-dd-option input[type="checkbox"][b-zyhecy0r6r] {
    accent-color: var(--accent-color, #2563eb);
    width: 14px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.fleet-result-count[b-zyhecy0r6r] {
    font-size: 0.82rem;
    color: #9ca3af;
    margin-left: auto;
    white-space: nowrap;
}

/* Legend */
.fleet-legend[b-zyhecy0r6r] {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 0.45rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.fleet-legend-item[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #6b7280;
    user-select: none;
}

.fleet-dot[b-zyhecy0r6r] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

/* Card grid */
.fleet-grid[b-zyhecy0r6r] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 0.85rem;
    padding-bottom: 2rem;
}

/* Card */
.fleet-card[b-zyhecy0r6r] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.fleet-card:hover[b-zyhecy0r6r] {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.fleet-card-bar[b-zyhecy0r6r] {
    height: 5px;
    flex-shrink: 0;
}

.fleet-card--ok .fleet-card-bar[b-zyhecy0r6r]      { background: #22c55e; }
.fleet-card--soon .fleet-card-bar[b-zyhecy0r6r]    { background: #f59e0b; }
.fleet-card--overdue .fleet-card-bar[b-zyhecy0r6r] { background: #ef4444; }
.fleet-card--oos .fleet-card-bar[b-zyhecy0r6r]     { background: #94a3b8; }
.fleet-card--unknown .fleet-card-bar[b-zyhecy0r6r] { background: #6366f1; }

.fleet-card-body[b-zyhecy0r6r] {
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.fleet-card-top[b-zyhecy0r6r] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.fleet-card-serial[b-zyhecy0r6r] {
    font-weight: 700;
    font-size: 1rem;
    color: #111827;
    line-height: 1.2;
    word-break: break-all;
}

.fleet-badge[b-zyhecy0r6r] {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fleet-badge--ok[b-zyhecy0r6r]      { background: #dcfce7; color: #15803d; }
.fleet-badge--soon[b-zyhecy0r6r]    { background: #fef3c7; color: #92400e; }
.fleet-badge--overdue[b-zyhecy0r6r] { background: #fee2e2; color: #b91c1c; }
.fleet-badge--oos[b-zyhecy0r6r]     { background: #f1f5f9; color: #475569; }
.fleet-badge--unknown[b-zyhecy0r6r] { background: #ede9fe; color: #4338ca; }

.fleet-card-name[b-zyhecy0r6r] {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-card-meta[b-zyhecy0r6r] {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.fleet-meta-chip[b-zyhecy0r6r] {
    font-size: 0.7rem;
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 4px;
    padding: 1px 6px;
}

.fleet-card-footer[b-zyhecy0r6r] {
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.fleet-cal[b-zyhecy0r6r] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #6b7280;
    flex-wrap: wrap;
}

.fleet-cal--overdue[b-zyhecy0r6r] { color: #ef4444; font-weight: 600; }
.fleet-cal--soon[b-zyhecy0r6r]    { color: #d97706; font-weight: 500; }

.fleet-cal-badge[b-zyhecy0r6r] {
    font-size: 0.68rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 100px;
}

.fleet-cal--overdue .fleet-cal-badge[b-zyhecy0r6r] { background: #fee2e2; color: #b91c1c; }
.fleet-cal--soon .fleet-cal-badge[b-zyhecy0r6r]    { background: #fef3c7; color: #92400e; }
.fleet-cal--ok .fleet-cal-badge[b-zyhecy0r6r],
.fleet-cal--unknown .fleet-cal-badge[b-zyhecy0r6r] { background: #f3f4f6; color: #6b7280; }

.fleet-supplier[b-zyhecy0r6r] {
    font-size: 0.76rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-location[b-zyhecy0r6r] {
    font-size: 0.76rem;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-empty[b-zyhecy0r6r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #9ca3af;
    gap: 0.75rem;
    font-size: 0.95rem;
    text-align: center;
}

@media (max-width: 700px) {
    .fleet-stats[b-zyhecy0r6r] {
        gap: 0.4rem;
    }

    .fleet-stat[b-zyhecy0r6r] {
        min-width: 75px;
        padding: 0.65rem 0.4rem 0.5rem;
    }

    .fleet-stat-num[b-zyhecy0r6r] {
        font-size: 1.35rem;
    }

    .fleet-stat-label[b-zyhecy0r6r] {
        font-size: 0.62rem;
    }

    .fleet-grid[b-zyhecy0r6r] {
        grid-template-columns: 1fr;
    }

    .fleet-result-count[b-zyhecy0r6r] {
        display: none;
    }
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/Instruments.razor.rz.scp.css */
.file-picker-row[b-urbsw1x2h2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.file-picker-btn[b-urbsw1x2h2] {
    flex-shrink: 0;
    cursor: pointer;
}

.file-picker-name[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    color: #555;
}

.instrumentPage[b-urbsw1x2h2] {
    display: flex;
    flex-direction: column;
}

.instrumentTitle[b-urbsw1x2h2] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: black;
    min-height: 150px;
}

.instrumentCalibration[b-urbsw1x2h2] {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
}

.instrumentCalibration-div[b-urbsw1x2h2] {
    flex: 1 1 50%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px;
    font-size: 1.2rem;
    color: black;
    padding: 20px;
}

.instrumentCalibration-div.calibrationList[b-urbsw1x2h2] {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    cursor: pointer;
    flex-direction: column;
}

.instrumentCalibration-div.calibrationGraph[b-urbsw1x2h2] {
    flex: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.instrumentData[b-urbsw1x2h2] {
    flex: 4;
    min-height: 0;
}

.instrumentData-div[b-urbsw1x2h2] {
    flex: 1 1 33.3%;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px;
    font-size: 1.2rem;
    color: black;
    padding: 20px;
}

.instrumentData-div.left[b-urbsw1x2h2] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.instrumentButtons[b-urbsw1x2h2] {
    text-decoration: none;
    font-size: 1.2rem;
    width: 65%;
    padding: 7px;
    border-radius: 7px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.instrumentData-div.middle[b-urbsw1x2h2] {
    align-items: flex-start;
    transition: 0.5s;
}

.instrumentData-div.right[b-urbsw1x2h2] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.instrumentInfo .instrumentItem[b-urbsw1x2h2] {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.instrumentTable[b-urbsw1x2h2] {
    display: flex;
    flex-direction: row;
    width: 100%
}

.instrumentRow[b-urbsw1x2h2] {
    flex: 1;
}

.addFileButtonPlacement[b-urbsw1x2h2] {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

.addImageButtonPlacement[b-urbsw1x2h2] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.addFileButton[b-urbsw1x2h2] {
    background-color: transparent;
    border: none;
}

.emptyImage[b-urbsw1x2h2] {
    border: none;
    background-color: transparent;
    color: #cccccc;
}

.button-with-image[b-urbsw1x2h2] {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    overflow: visible;
}

.image-overlay[b-urbsw1x2h2] {
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.button-with-image:hover .image-overlay[b-urbsw1x2h2] {
    opacity: 1;
}

.image-overlay img[b-urbsw1x2h2] {
    width: 100px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* ── Service report list ─────────────────────────────────────── */
.sr-preview-link[b-urbsw1x2h2] {
    color: #555;
    font-size: 1rem;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.sr-preview-link:hover[b-urbsw1x2h2] {
    color: #000;
    background: #f0f0f0;
}

.sr-status-badge[b-urbsw1x2h2] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

.sr-status-badge.badge-open[b-urbsw1x2h2] {
    background-color: #d4edda;
    color: #155724;
}

.sr-status-badge.badge-closed[b-urbsw1x2h2] {
    background-color: #f8d7da;
    color: #721c24;
}

.grid-wrapper[b-urbsw1x2h2]  .rz-data-row td {
    cursor: pointer;
}

/* Supplier picker modal */
.sp-backdrop[b-urbsw1x2h2] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.sp-panel[b-urbsw1x2h2] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 460px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sp-header[b-urbsw1x2h2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.sp-title[b-urbsw1x2h2] {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.sp-header-actions[b-urbsw1x2h2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sp-add-btn[b-urbsw1x2h2] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

    .sp-add-btn:hover[b-urbsw1x2h2] {
        background: var(--accent-color);
        color: var(--accent-text-color);
    }

.sp-close-btn[b-urbsw1x2h2] {
    background: transparent;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    color: #666;
    padding: 2px 4px;
    line-height: 1;
}

    .sp-close-btn:hover[b-urbsw1x2h2] {
        color: #000;
    }

.sp-add-form[b-urbsw1x2h2] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.sp-add-form-footer[b-urbsw1x2h2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
}

.sp-list[b-urbsw1x2h2] {
    overflow-y: auto;
    flex: 1;
    padding: 0.25rem 0;
}

.sp-row[b-urbsw1x2h2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

    .sp-row:hover[b-urbsw1x2h2] {
        background: #f0f4ff;
    }

    .sp-row:last-child[b-urbsw1x2h2] {
        border-bottom: none;
    }

.sp-row-name[b-urbsw1x2h2] {
    font-weight: 500;
    font-size: 0.95rem;
}

.sp-row-detail[b-urbsw1x2h2] {
    font-size: 0.82rem;
    color: #888;
}

.sp-empty[b-urbsw1x2h2] {
    text-align: center;
    color: #aaa;
    font-size: 0.9rem;
    padding: 1.5rem;
}

.trashButton[b-urbsw1x2h2] {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.trashButton:hover[b-urbsw1x2h2] {
    color: grey;
}

.dependency-btn[b-urbsw1x2h2] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px !important;
}

.dependency-btn-img[b-urbsw1x2h2] {
    width: 70px;
    height: auto;
    border-radius: 4px;
    object-fit: contain;
}

/* ── Tab panel 3-col and 2-col row layouts ────────────────────── */

.instr-tab-row[b-urbsw1x2h2] {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.instr-col[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instr-col--buttons[b-urbsw1x2h2] {
    justify-content: flex-start;
    gap: 0;
}

.instr-col--image[b-urbsw1x2h2] {
    justify-content: flex-start;
    flex: 2;
}

.tab1-img[b-urbsw1x2h2] {
    width: 50%;
    max-width: 50%;
    height: auto;
    object-fit: contain;
}

.instr-col--info[b-urbsw1x2h2] {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 1.3rem;
}

.instr-col-third[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.instr-col-twothirds[b-urbsw1x2h2] {
    flex: 2;
    min-width: 0;
    padding: 8px 16px;
    overflow-y: auto;
}

.instr-two-cols[b-urbsw1x2h2] {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

.instr-form-col[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

/* All form field labels — uppercase, consistent size and spacing */
.instrumentForm label[b-urbsw1x2h2] {
    display: block;
    text-transform: uppercase;
    font-size: 0.70rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

/* Save button row — right-aligned */
.instr-save-row[b-urbsw1x2h2] {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

/* Tab panels min-height */
[b-urbsw1x2h2] .rz-tabview-panel {
    min-height: 400px;
}

@media (max-width: 768px) {
    .instr-tab-row[b-urbsw1x2h2] {
        flex-direction: column;
    }
    .instr-col-third[b-urbsw1x2h2],
    .instr-col-twothirds[b-urbsw1x2h2] {
        flex: unset;
        width: 100%;
    }
}

/* ── Instrument Storage tab — sector tree picker ── */
.storage-hint[b-urbsw1x2h2] {
    font-size: 0.85rem;
    color: #999;
    margin-top: 0.35rem;
    margin-bottom: 0;
}

.storage-sector-tree[b-urbsw1x2h2] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    max-height: 280px;
    overflow-y: auto;
}

.storage-sector-row[b-urbsw1x2h2] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
    padding-right: 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: background 0.12s;
    font-size: 0.88rem;
    color: inherit;
}

.storage-sector-row:last-child[b-urbsw1x2h2] {
    border-bottom: none;
}

.storage-sector-row:hover[b-urbsw1x2h2] {
    background: rgba(0, 0, 0, 0.03);
}

.storage-sector-row--selected[b-urbsw1x2h2] {
    background: rgba(255, 198, 30, 0.12);
    border-left: 3px solid var(--accent-color);
    font-weight: 500;
}

.storage-sector-branch[b-urbsw1x2h2] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-bottom-left-radius: 3px;
    flex-shrink: 0;
}

.storage-sector-icon[b-urbsw1x2h2] {
    color: #bbb;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.storage-sector-name[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storage-sector-check[b-urbsw1x2h2] {
    color: var(--accent-color);
    font-size: 1rem;
    flex-shrink: 0;
    margin-left: auto;
}

/* ── Characteristic add/edit modal ───────────────────────────── */

.add-circle-btn[b-urbsw1x2h2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}

.add-circle-btn:hover[b-urbsw1x2h2] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.char-form-grid[b-urbsw1x2h2] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem 1rem;
}

.oid-field[b-urbsw1x2h2] {
    margin-bottom: 0;
}

.oid-field label[b-urbsw1x2h2] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
}

.oid-req[b-urbsw1x2h2] {
    color: #ef4444;
}

.oid-opt[b-urbsw1x2h2] {
    color: #9ca3af;
    font-size: 0.7rem;
    font-weight: 400;
}

.oid-sec[b-urbsw1x2h2] {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #9ca3af;
    margin-bottom: 8px;
}

.oid-divider[b-urbsw1x2h2] {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 1rem 0 0.75rem;
}

.char-cls-table[b-urbsw1x2h2] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.char-cls-table thead th[b-urbsw1x2h2] {
    padding: 6px 10px;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #9ca3af;
    border-bottom: 2px solid #f0f0f0;
}

.char-cls-table tbody td[b-urbsw1x2h2] {
    padding: 5px 6px;
    border-bottom: 1px solid #f5f5f5;
}

.char-empty-note[b-urbsw1x2h2] {
    color: #aaa;
    font-size: 0.82rem;
    padding: 0.75rem 0;
    margin: 0;
}

@media (max-width: 700px) {
    .char-form-grid[b-urbsw1x2h2] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .char-form-grid[b-urbsw1x2h2] {
        grid-template-columns: 1fr;
    }
}

/* ── Characteristics tab 1/3 + 2/3 layout ───────────────────── */
.char-layout[b-urbsw1x2h2] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.char-col-list[b-urbsw1x2h2] {
    flex: 1;
    min-width: 0;
}

.char-col-detail[b-urbsw1x2h2] {
    flex: 2;
    min-width: 0;
}

@media (max-width: 700px) {
    .char-layout[b-urbsw1x2h2] {
        flex-direction: column;
    }
}

/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/PieceIndex.razor.rz.scp.css */
.page-header[b-rmqwvwffh8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-rmqwvwffh8] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-rmqwvwffh8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-rmqwvwffh8] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-rmqwvwffh8] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-rmqwvwffh8] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

/* Filter chips */
.filter-chips-container[b-rmqwvwffh8] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-rmqwvwffh8]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-rmqwvwffh8]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-rmqwvwffh8] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-rmqwvwffh8] { background: #2a2a2a; }

.filter-chip-active[b-rmqwvwffh8] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-rmqwvwffh8] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-rmqwvwffh8] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-rmqwvwffh8] { background: #333; color: white; }
.filter-menu-backdrop[b-rmqwvwffh8] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-rmqwvwffh8] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-rmqwvwffh8] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-rmqwvwffh8] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-rmqwvwffh8] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-rmqwvwffh8] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-rmqwvwffh8] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-rmqwvwffh8] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-rmqwvwffh8] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-rmqwvwffh8] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-rmqwvwffh8] { border-color: var(--accent-color); }
.save-filter-actions[b-rmqwvwffh8] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-inner:focus-within[b-rmqwvwffh8] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-rmqwvwffh8] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-rmqwvwffh8] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-rmqwvwffh8]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.grid-wrapper[b-rmqwvwffh8]  .rz-data-row td {
    cursor: pointer;
}

.trashButton[b-rmqwvwffh8] {
    background-color: transparent;
    border: none;
    color: red;
}

.trashButton:hover .trash[b-rmqwvwffh8] {
    color: darkred;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/InstrumentPages/ServiceReportCreate.razor.rz.scp.css */
/* ── Page header (matches Ticket / RMA pages) ───────────────── */
.header[b-xfb7s4empb] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.titleUnderline[b-xfb7s4empb] {
    text-align: center;
    font-size: xx-large;
    color: #FFC61E;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

/* ── Wrapper ─────────────────────────────────────────────────── */
.sr-wrapper[b-xfb7s4empb] {
    margin-bottom: 60px;
}

/* ── Section card headers (inner cards) ──────────────────────── */
.sr-section-header[b-xfb7s4empb] {
    background: #fff !important;
    border-bottom: 2px solid #FFC61E !important;
    color: #333 !important;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 14px !important;
}

/* ── Field labels (parts / interventions rows) ───────────────── */
.sr-field-label[b-xfb7s4empb] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: block;
    margin-bottom: 3px;
}

/* ── Readonly inputs ─────────────────────────────────────────── */
.sr-readonly[b-xfb7s4empb] {
    background: #f4f4f4 !important;
    color: #888 !important;
    cursor: default;
}

/* ── Textareas ───────────────────────────────────────────────── */
.sr-textarea[b-xfb7s4empb] {
    resize: vertical;
    min-height: 88px;
}

/* ── Read-only HTML rendered view ────────────────────────────── */
.sr-html-view[b-xfb7s4empb] {
    min-height: 88px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #f4f4f4;
    color: #555;
    line-height: 1.6;
}

/* ── Section dividers ────────────────────────────────────────── */
.sr-section-divider[b-xfb7s4empb] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #FFC61E;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 12px;
}

.sr-section-divider[b-xfb7s4empb]::after {
    content: '';
    flex: 1;
    height: 1.5px;
    background: #e8e8e8;
}

/* ── Item cards (parts / interventions) ──────────────────────── */
.sr-item-card[b-xfb7s4empb] {
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}

/* ── Checkboxes ──────────────────────────────────────────────── */
.sr-checkbox[b-xfb7s4empb] {
    width: 18px;
    height: 18px;
    accent-color: #FFC61E;
    cursor: pointer;
}

/* ── Add row button ──────────────────────────────────────────── */
.sr-btn-add[b-xfb7s4empb] {
    border: 1.5px dashed #FFC61E !important;
    color: #856404 !important;
    border-radius: 8px !important;
    font-size: 0.82rem;
    font-weight: 600;
    background: transparent !important;
    transition: background 0.2s;
}

.sr-btn-add:hover[b-xfb7s4empb] {
    background: #fff8e1 !important;
    color: #856404 !important;
}

/* ── Client validation button ────────────────────────────────── */
.sr-btn-validate[b-xfb7s4empb] {
    border: 1.5px solid #1976d2 !important;
    border-radius: 8px !important;
    font-size: 1rem;
    font-weight: 600;
    color: #1976d2 !important;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: all 0.2s;
}

.sr-btn-validate:hover[b-xfb7s4empb] {
    background: #e3f2fd !important;
}

.sr-btn-validate--active[b-xfb7s4empb] {
    background: #1976d2 !important;
    color: #fff !important;
    border-color: #1565c0 !important;
}

.sr-btn-validate--active:hover[b-xfb7s4empb] {
    background: #1565c0 !important;
}

/* ── Service agreement toggle ────────────────────────────────── */
.sr-toggle[b-xfb7s4empb] { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.sr-toggle input[b-xfb7s4empb] { display: none; }
.sr-toggle-track[b-xfb7s4empb] {
    width: 36px; height: 20px;
    background: #ddd; border-radius: 99px;
    position: relative; transition: background 0.2s;
}
.sr-toggle-track[b-xfb7s4empb]::after {
    content: ''; position: absolute;
    top: 2px; left: 2px;
    width: 16px; height: 16px;
    border-radius: 50%; background: #fff;
    transition: transform 0.2s;
}
.sr-toggle input:checked ~ .sr-toggle-track[b-xfb7s4empb] { background: #FFC61E; }
.sr-toggle input:checked ~ .sr-toggle-track[b-xfb7s4empb]::after { transform: translateX(16px); }
.sr-toggle-text[b-xfb7s4empb] { font-size: 0.85rem; font-weight: 600; color: #444; min-width: 24px; }

/* ── Short input (customer order ref) ────────────────────────── */
.sr-input-short[b-xfb7s4empb] { max-width: 220px; }

/* ── Piece autocomplete ───────────────────────────────────────── */
.piece-ac-wrap[b-xfb7s4empb] { position: relative; }

.piece-ac-dropdown[b-xfb7s4empb] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    max-height: 220px;
    overflow-y: auto;
}

.piece-ac-item[b-xfb7s4empb] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.82rem;
}

.piece-ac-item:hover[b-xfb7s4empb] { background: #f0f4ff; }

.piece-ac-num[b-xfb7s4empb] { font-weight: 600; color: #333; white-space: nowrap; }
.piece-ac-name[b-xfb7s4empb] { color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ── File upload squares ─────────────────────────────────────── */
.sr-upload-square[b-xfb7s4empb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 207.667px;
    height: 152.1px;
    padding: 20px;
    background-color: #ffc61e !important;
    border: 2px dashed #ebedf2;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    color: #646c9a;
    transition: opacity 0.15s;
    gap: 6px;
}

.sr-upload-square:hover[b-xfb7s4empb] {
    opacity: 0.88;
}

.sr-upload-square *[b-xfb7s4empb] {
    color: #646c9a;
}

.sr-upload-icon[b-xfb7s4empb] {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 4px;
}

.sr-upload-title[b-xfb7s4empb] {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
}

.sr-upload-subtitle[b-xfb7s4empb] {
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.85;
}

.sr-upload-square--busy[b-xfb7s4empb] {
    opacity: 0.6;
    pointer-events: none;
}

/* ── Staged calibration file list ────────────────────────────── */
.sr-staged-files[b-xfb7s4empb] {
    border-left: 3px solid #ffc61e;
    padding-left: 10px;
    max-width: 420px;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Licence.razor.rz.scp.css */
.table-responsive[b-fptpcjqi70] {
    display: block;
    width: 100%;
    overflow-x: auto;
}

    .table-responsive > table[b-fptpcjqi70] {
        width: 100%;
    }


.header[b-fptpcjqi70] {
    margin-top: 30px;
}

.underline[b-fptpcjqi70] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.container[b-fptpcjqi70] {
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    margin: 20px 0px;
    cursor: pointer;
}

.mainbox[b-fptpcjqi70] {
    box-sizing: border-box;
    position: relative;
    width: 230px;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 160px;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

.checkbox:focus[b-fptpcjqi70] {
    border: none;
    outline: none;
}

.checkbox:checked[b-fptpcjqi70] {
    right: 10px;
}

    .checkbox:checked ~ .mainbox[b-fptpcjqi70] {
        width: 50px;
    }

        .checkbox:checked ~ .mainbox .search_input[b-fptpcjqi70] {
            width: 0;
            height: 0px;
        }

        .checkbox:checked ~ .mainbox .iconContainer[b-fptpcjqi70] {
            padding-right: 8px;
        }

.checkbox[b-fptpcjqi70] {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
    appearance: none;
}

.search_input[b-fptpcjqi70] {
    box-sizing: border-box;
    height: 100%;
    width: 170px;
    background-color: transparent;
    border: none;
    outline: none;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 1em;
    color: white;
    transition: all 0.3s ease;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

    .search_input[b-fptpcjqi70]::placeholder {
        color: rgba(255, 255, 255, 0.776);
    }

.iconContainer[b-fptpcjqi70] {
    box-sizing: border-box;
    padding-top: 5px;
    width: fit-content;
    transition: all 0.3s ease;
}

.search_icon[b-fptpcjqi70] {
    box-sizing: border-box;
    fill: white;
    font-size: 1.3em;
    margin-top: -7px;
}

.trashButton[b-fptpcjqi70], .modifyButton[b-fptpcjqi70] {
    background-color: transparent;
    border: none;
}

    .trashButton:hover[b-fptpcjqi70], .modifyButton:hover[b-fptpcjqi70] {
        color: grey;
    }

.searchBoxCompName[b-fptpcjqi70] {
    border: none;
    background: transparent;
    height: 25%;
    background-color: lightgrey;
}

.return_button[b-fptpcjqi70] {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/RMA/RMACreate.razor.rz.scp.css */
.header[b-0ywjzj76sz] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-0ywjzj76sz] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-0ywjzj76sz]{
    overflow: hidden;
}

.html_editor[b-0ywjzj76sz] {
    max-width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    max-height: 200px;
}

.files[b-0ywjzj76sz] {
    display: flex;
}

.formHeader[b-0ywjzj76sz] {
    margin-top: 10px;
    text-align: center;
}

.formBody[b-0ywjzj76sz] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 0px;
    justify-content: center;
}

.formDiv[b-0ywjzj76sz] {
    flex: 1 1 800px;
    max-width: 800px;
    min-width: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
}

.formCell[b-0ywjzj76sz] {
    width: 100%;
}

.file-cell[b-0ywjzj76sz] {
    padding: 10px 16px;
}

.file-flex[b-0ywjzj76sz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 320px;
    max-width: 800px;
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.file-link[b-0ywjzj76sz] {
    flex: 1;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-0ywjzj76sz] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-toggle[b-0ywjzj76sz] {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-delete[b-0ywjzj76sz] {
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-delete:hover[b-0ywjzj76sz] {
        background-color: #b02a37;
    }

.desc_box[b-0ywjzj76sz] {
    display: flex;
    text-align: left;
    width: 100%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/RMA/RMADetails.razor.rz.scp.css */
body[b-y9zma116y5] {
    font-family: "Roboto", sans-serif;
}

.header[b-y9zma116y5] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-y9zma116y5] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.rmaDetailList[b-y9zma116y5] {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.listInfo[b-y9zma116y5] {
    flex: 1;
    align-self: center;
    justify-content: center;
}

.listTitle[b-y9zma116y5] {
    flex: 1;
}

.RMAButtons[b-y9zma116y5] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 93%;
}

.RMADetailButtons[b-y9zma116y5] {

    display: inline;
    margin-left: 15px;
}

.files[b-y9zma116y5] {
    display: flex;
}

.formCard[b-y9zma116y5] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.formHeader[b-y9zma116y5] {
    margin-top: 10px;
    text-align: center;
}

.formBody[b-y9zma116y5] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-width: 0px;
}

.formDiv[b-y9zma116y5] {
    flex: 0 1 860px;
    min-width: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
}

.formCell[b-y9zma116y5] {
    width: 100%;
}


.file-cell[b-y9zma116y5] {
    padding: 10px 16px;
}

.file-flex[b-y9zma116y5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 320px;
    max-width: 800px;
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.file-link[b-y9zma116y5] {
    flex: 1;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-y9zma116y5] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-toggle[b-y9zma116y5] {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-delete[b-y9zma116y5] {
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-delete:hover[b-y9zma116y5] {
        background-color: #b02a37;
    }

.sylvac_info[b-y9zma116y5] {
    background-color: #D0D3D4;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.desc_box[b-y9zma116y5] {
    display: flex;
    text-align: left;
    width: 100%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/RMA/RMAEdit.razor.rz.scp.css */
body[b-eth735inaj] {
}
.header[b-eth735inaj] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-eth735inaj] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.trashButton[b-eth735inaj] {
    background-color: transparent;
    border: none;
    color: red;
    font-weight: bold;
}

.files[b-eth735inaj] {
    display: flex;
}

.formCard[b-eth735inaj] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.formHeader[b-eth735inaj] {
    margin-top: 10px;
    text-align: center;
}

.formBody[b-eth735inaj] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-width: 0px;
}

.formDiv[b-eth735inaj] {
    flex: 0 1 860px;
    min-width: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
}

.formCell[b-eth735inaj] {
    width: 100%;
}


.file-cell[b-eth735inaj] {
    padding: 10px 16px;
}

.file-flex[b-eth735inaj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 320px;
    max-width: 800px;
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.file-link[b-eth735inaj] {
    flex: 1;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-eth735inaj] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-toggle[b-eth735inaj] {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-delete[b-eth735inaj] {
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-delete:hover[b-eth735inaj] {
        background-color: #b02a37;
    }

.desc_box[b-eth735inaj] {
    display: flex;
    text-align: left;
    width: 100%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/RMA/RMAIndex.razor.rz.scp.css */
.page-header[b-1rd5fxwv5a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-1rd5fxwv5a] {
    margin: 0;
    user-select: none;
}

.help-icon-link[b-1rd5fxwv5a] {
    font-size: 0.55em;
    vertical-align: middle;
    margin-left: 8px;
    color: #0057A8;
    text-decoration: none;
}

.help-icon-link:hover[b-1rd5fxwv5a] {
    color: #003d7a;
}

.add-circle-btn[b-1rd5fxwv5a] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-1rd5fxwv5a] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-1rd5fxwv5a] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

/* Filter chips */
.filter-chips-container[b-1rd5fxwv5a] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-1rd5fxwv5a]::-webkit-scrollbar {
    height: 3px;
}

.filter-chips-container[b-1rd5fxwv5a]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.filter-chip[b-1rd5fxwv5a] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-1rd5fxwv5a] {
    background: #2a2a2a;
}

.filter-chip-active[b-1rd5fxwv5a] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-1rd5fxwv5a] {
    position: relative;
    flex-shrink: 0;
}

.filter-menu-btn[b-1rd5fxwv5a] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-1rd5fxwv5a] {
    background: #333;
    color: white;
}

.filter-menu-backdrop[b-1rd5fxwv5a] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.filter-menu-dropdown[b-1rd5fxwv5a] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-1rd5fxwv5a] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-1rd5fxwv5a] {
    background: rgba(255,255,255,0.08);
}

.filter-menu-item:disabled[b-1rd5fxwv5a] {
    opacity: 0.38;
    cursor: not-allowed;
}

/* Save Filter modal */
.save-filter-backdrop[b-1rd5fxwv5a] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-1rd5fxwv5a] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-1rd5fxwv5a] {
    margin: 0 0 1.2rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.save-filter-label[b-1rd5fxwv5a] {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.35rem;
}

.save-filter-input[b-1rd5fxwv5a] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-1rd5fxwv5a] {
    border-color: var(--accent-color);
}

.save-filter-actions[b-1rd5fxwv5a] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.search-bar-inner[b-1rd5fxwv5a] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-1rd5fxwv5a] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-1rd5fxwv5a] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-1rd5fxwv5a] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-1rd5fxwv5a]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.grid-wrapper[b-1rd5fxwv5a]  .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/RMA/RMAWorkshopDetails.razor.rz.scp.css */
body[b-ybvje6675a] {
    font-family: "Roboto", sans-serif;
}

.header[b-ybvje6675a] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-ybvje6675a] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.rmaDetailList[b-ybvje6675a] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.listInfo[b-ybvje6675a] {
    flex: 1;
    align-self: center;
    justify-content: center;
}

.listTitle[b-ybvje6675a] {
    flex: 1;
}

.RMAButtons[b-ybvje6675a] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 93%;
}

.RMADetailButtons[b-ybvje6675a] {
    display: inline;
    margin-left: 15px;
}

.files[b-ybvje6675a] {
    display: flex;
}

.formCard[b-ybvje6675a] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.formBody[b-ybvje6675a] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
    flex-direction: row;
    min-width: 200px;
}

.formDiv[b-ybvje6675a] {
    flex: 1 1 45%;
    min-width: 200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
}

.formCell[b-ybvje6675a] {
    width: 100%;
}

.file-cell[b-ybvje6675a] {
    padding: 10px 16px;
}

.file-flex[b-ybvje6675a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 330px;
    max-width: 800px;
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.file-link[b-ybvje6675a] {
    flex: 1;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-ybvje6675a] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-toggle[b-ybvje6675a] {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-delete[b-ybvje6675a] {
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-delete:hover[b-ybvje6675a] {
        background-color: #b02a37;
    }

.sylvac_info[b-ybvje6675a] {
    background-color: #D0D3D4;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.desc_box[b-ybvje6675a] {
    display: flex;
    text-align: left;
    width: 100%;
}

.readonly-html-box[b-ybvje6675a] {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 15px;
    min-height: 120px;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    overflow-wrap: break-word;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Service/CalibrationCode.razor.rz.scp.css */
.ParkMenu[b-rxtssjbowl] {
    display: flex;
    width: 100%;
    background-color: #c2c4c4;
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 5px;
    justify-content: left;
}

    .ParkMenu.MenuLinks[b-rxtssjbowl] {
        font-style: italic;
        color: #fafafa;
        margin: 10px;
        text-decoration: none;
        justify-content: center;
    }

        .ParkMenu.MenuLinks:hover[b-rxtssjbowl] {
            background-color: #ffc107;
            color: #808080;
        }

.ParkHeader[b-rxtssjbowl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
}

    .ParkHeader.title[b-rxtssjbowl] {
        font-size: 2rem;
        font-weight: bold;
        flex: 1;
        min-width: 150px;
        color: #646c9a;
    }

    .ParkHeader.ParkButton[b-rxtssjbowl] {
        display: flex;
        flex: 3 1 100px;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: flex-end;
    }

    .ParkHeader.ParkButtonItem[b-rxtssjbowl] {
        min-width: 50px;
        background-color: #ffc107;
        color: #414e54;
        border: none;
        border-radius: 5px;
    }
        .ParkHeader.ParkButtonItem:hover[b-rxtssjbowl] {
            background-color: #414e54;
            color: #ffc107;
        }

.ParkBody[b-rxtssjbowl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

    .ParkBody.ParkItem[b-rxtssjbowl] {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
    }

    .BodyButton[b-rxtssjbowl] {
        flex: 1;
        justify-content: end;
        min-width: 50px;
        background-color: #ffc107;
        color: #414e54;
        border: none;
        height: 35px;
        align-items: center;
        border-radius: 5px;
    }
        .BodyButton:hover[b-rxtssjbowl] {
            background-color: #414e54;
            color: #ffc107;
        }
/* _content/SylvacInstruments.WebApp/Components/Pages/Service/MachinePark.razor.rz.scp.css */
.ParkMenu[b-2omjb19im4] {
    display: flex;
    width: 100%;
    background-color: #c2c4c4;
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 5px;
    justify-content: left;
}

    .ParkMenu.MenuLinks[b-2omjb19im4] {
        font-style: italic;
        color: #fafafa;
        margin: 10px;
        text-decoration: none;
        justify-content: center;
    }
        .ParkMenu.MenuLinks:hover[b-2omjb19im4] {
            background-color: #ffc107;
            color: #808080;
        }

.ParkHeader[b-2omjb19im4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
}
    .ParkHeader.title[b-2omjb19im4] {
        font-size: 2rem;
        font-weight: bold;
        flex: 1;
        min-width: 150px;
        color: #646c9a;
    }

    .ParkHeader.filters[b-2omjb19im4] {
        display: flex;
        flex: 1 1 100px;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: flex-end;
        min-width: 300px;
        border-color: gray;
    }

    .ParkHeader.filters[b-2omjb19im4] {
        border-color: cornflowerblue;
    }
/* _content/SylvacInstruments.WebApp/Components/Pages/Service/PDFPersonalization.razor.rz.scp.css */
.ParkMenu[b-w64ixyg4h5] {
    display: flex;
    width: 100%;
    background-color: #c2c4c4;
    border-radius: 20px;
    font-size: 1.5rem;
    padding: 5px;
    justify-content: left;
}

    .ParkMenu.MenuLinks[b-w64ixyg4h5] {
        font-style: italic;
        color: #fafafa;
        margin: 10px;
        text-decoration: none;
        justify-content: center;
    }

        .ParkMenu.MenuLinks:hover[b-w64ixyg4h5] {
            background-color: #ffc107;
            color: #808080;
        }

.ParkHeader[b-w64ixyg4h5] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
    padding: 1rem;
    align-items: center;
    gap: 1rem;
}

    .ParkHeader.title[b-w64ixyg4h5] {
        font-size: 2rem;
        font-weight: bold;
        flex: 1;
        min-width: 150px;
        color: #646c9a;
    }

.ParkBody[b-w64ixyg4h5] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.big-div[b-w64ixyg4h5] {
    flex: 1 1 45%;
    padding: 20px;
    box-sizing: border-box;
}

    .big-div:nth-child(2)[b-w64ixyg4h5] {
        justify-content: center;
        align-items: flex-start;
    }

.first-box .box-row[b-w64ixyg4h5] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
}

.first-box .cell[b-w64ixyg4h5] {
    flex: 1;
    padding: 10px;
    text-align: center;
}
    .first-box .cell:nth-child(1)[b-w64ixyg4h5] {
        flex: 1;
    }
    .first-box .cell:nth-child(2)[b-w64ixyg4h5] {
        flex: 2;
        text-align: left;
    }

.second-box[b-w64ixyg4h5] {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;

}

.BodyButton[b-w64ixyg4h5] {
    flex: 1;
    justify-content: end;
    min-width: 50px;
    background-color: #ffc107;
    color: #414e54;
    border: none;
    height: 35px;
    align-items: center;
    border-radius: 5px;
}

.VisualizeHeader[b-w64ixyg4h5] {
    width: auto;
    padding: 0.5rem 1.5rem;
    margin: 0 auto;
    display: inline-block;
}

    .BodyButton:hover[b-w64ixyg4h5] {
        background-color: #414e54;
        color: #ffc107;
    }
/* _content/SylvacInstruments.WebApp/Components/Pages/Service/ServiceLicence.razor.rz.scp.css */
.page-header[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-7gc0fox12l] {
    margin: 0;
    user-select: none;
}

.header-actions[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.add-circle-btn[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
}

.add-circle-btn:hover[b-7gc0fox12l] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-7gc0fox12l] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

/* Filter chips */
.filter-chips-container[b-7gc0fox12l] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-7gc0fox12l]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-7gc0fox12l]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-7gc0fox12l] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-7gc0fox12l] { background: #2a2a2a; }

.filter-chip-active[b-7gc0fox12l] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-7gc0fox12l] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-7gc0fox12l] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-7gc0fox12l] { background: #333; color: white; }
.filter-menu-backdrop[b-7gc0fox12l] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-7gc0fox12l] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-7gc0fox12l] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-7gc0fox12l] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-7gc0fox12l] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-7gc0fox12l] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-7gc0fox12l] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-7gc0fox12l] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-7gc0fox12l] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-7gc0fox12l] { border-color: var(--accent-color); }
.save-filter-actions[b-7gc0fox12l] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-inner:focus-within[b-7gc0fox12l] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-7gc0fox12l] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-7gc0fox12l] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-7gc0fox12l]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.grid-wrapper[b-7gc0fox12l]  .rz-data-row td {
    cursor: pointer;
}

/* Instrument picker modal */
.modal-backdrop-custom[b-7gc0fox12l] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.modal-custom[b-7gc0fox12l] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    z-index: 1050;
    width: min(920px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-custom-header[b-7gc0fox12l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-custom-body[b-7gc0fox12l] {
    padding: 1.25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.picker-search-wrapper[b-7gc0fox12l] {
    margin-bottom: 0.25rem;
}

.picker-search-wrapper .search-bar-inner[b-7gc0fox12l] {
    width: 260px;
}

.picker-search-wrapper .search-bar-inner:focus-within[b-7gc0fox12l] {
    width: 360px;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Service/ServiceReport.razor.rz.scp.css */
.page-header[b-vc2qz3qmof] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-vc2qz3qmof] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-vc2qz3qmof] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-vc2qz3qmof] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-vc2qz3qmof] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-vc2qz3qmof] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

/* Filter chips */
.filter-chips-container[b-vc2qz3qmof] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-vc2qz3qmof]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-vc2qz3qmof]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-vc2qz3qmof] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-vc2qz3qmof] { background: #2a2a2a; }

.filter-chip-active[b-vc2qz3qmof] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-vc2qz3qmof] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-vc2qz3qmof] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-vc2qz3qmof] { background: #333; color: white; }
.filter-menu-backdrop[b-vc2qz3qmof] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-vc2qz3qmof] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-vc2qz3qmof] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-vc2qz3qmof] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-vc2qz3qmof] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-vc2qz3qmof] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-vc2qz3qmof] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-vc2qz3qmof] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-vc2qz3qmof] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-vc2qz3qmof] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-vc2qz3qmof] { border-color: var(--accent-color); }
.save-filter-actions[b-vc2qz3qmof] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-inner:focus-within[b-vc2qz3qmof] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

.search-bar-icon[b-vc2qz3qmof] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-vc2qz3qmof] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-vc2qz3qmof]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.grid-wrapper[b-vc2qz3qmof]  .rz-data-row td {
    cursor: pointer;
}

/* Instrument picker modal */
.modal-backdrop-custom[b-vc2qz3qmof] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.modal-custom[b-vc2qz3qmof] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    z-index: 1050;
    width: min(920px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-custom-header[b-vc2qz3qmof] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-custom-body[b-vc2qz3qmof] {
    padding: 1.25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.picker-search-wrapper[b-vc2qz3qmof] {
    margin-bottom: 0.25rem;
}

.picker-search-wrapper .search-bar-inner[b-vc2qz3qmof] {
    width: 260px;
}

.picker-search-wrapper .search-bar-inner:focus-within[b-vc2qz3qmof] {
    width: 360px;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/SitesPages/SiteCreate.razor.rz.scp.css */
.header[b-naiqmypeiq] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-naiqmypeiq] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-naiqmypeiq] {
    overflow: hidden;
}

.html_editor[b-naiqmypeiq] {
    max-width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    max-height: 200px;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/SitesPages/SiteEdit.razor.rz.scp.css */
body[b-3dar2bqqdz] {
}

.header[b-3dar2bqqdz] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-3dar2bqqdz] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/SitesPages/SiteIndex.razor.rz.scp.css */
.page-header[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-qdjsuotkr7] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-qdjsuotkr7] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-qdjsuotkr7] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-qdjsuotkr7] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

/* Filter chips */
.filter-chips-container[b-qdjsuotkr7] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-qdjsuotkr7]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-qdjsuotkr7]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-qdjsuotkr7] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-qdjsuotkr7] { background: #2a2a2a; }

.filter-chip-active[b-qdjsuotkr7] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-qdjsuotkr7] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-qdjsuotkr7] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-qdjsuotkr7] { background: #333; color: white; }
.filter-menu-backdrop[b-qdjsuotkr7] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-qdjsuotkr7] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-qdjsuotkr7] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-qdjsuotkr7] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-qdjsuotkr7] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-qdjsuotkr7] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-qdjsuotkr7] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-qdjsuotkr7] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-qdjsuotkr7] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-qdjsuotkr7] { border-color: var(--accent-color); }
.save-filter-actions[b-qdjsuotkr7] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-icon[b-qdjsuotkr7] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-qdjsuotkr7] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-qdjsuotkr7]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.table-responsive[b-qdjsuotkr7] {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.trashButton[b-qdjsuotkr7] {
    background-color: transparent;
    border: none;
    color: red;
}

.trashButton:hover .trash[b-qdjsuotkr7] {
    color: darkred;
}

[b-qdjsuotkr7] .rz-data-row {
    cursor: pointer;
}

/* Modal */
.modal-backdrop[b-qdjsuotkr7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.modal-panel[b-qdjsuotkr7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    z-index: 1050;
    width: 480px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.modal-panel-header[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-panel-header h5[b-qdjsuotkr7] {
    margin: 0;
    font-weight: 600;
}

.modal-panel-body[b-qdjsuotkr7] {
    padding: 1.25rem;
}

.modal-panel-footer[b-qdjsuotkr7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem 1rem;
    border-top: 1px solid #dee2e6;
}

/* Action cell (icon + trash side by side) */
.action-cell[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-btn[b-qdjsuotkr7] {
    background: transparent;
    border: none;
    color: #888;
    font-size: 1rem;
    padding: 2px 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.15s;
}

.icon-btn:hover[b-qdjsuotkr7],
.icon-btn--active[b-qdjsuotkr7] {
    color: var(--accent-color);
}

/* Sectors sub-section */
.sectors-section-header[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.25rem;
    margin-top: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

.sectors-section-title[b-qdjsuotkr7] {
    margin: 0;
    font-size: 1rem;
    color: #444;
}

.add-circle-btn--sm[b-qdjsuotkr7] {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    margin-right: 0;
}

/* Sector tree */
.sector-tree[b-qdjsuotkr7] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 0.75rem;
}

.sector-tree-row[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-right: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.12s;
}

.sector-tree-row:last-child[b-qdjsuotkr7] {
    border-bottom: none;
}

.sector-tree-row:hover[b-qdjsuotkr7] {
    background: rgba(0, 0, 0, 0.025);
}

.sector-tree-branch[b-qdjsuotkr7] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-bottom-left-radius: 3px;
    flex-shrink: 0;
}

.sector-tree-icon[b-qdjsuotkr7] {
    color: #bbb;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.sector-tree-name[b-qdjsuotkr7] {
    flex: 1;
    font-size: 0.92rem;
    cursor: pointer;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sector-tree-name:hover[b-qdjsuotkr7] {
    color: var(--accent-color);
    text-decoration: underline;
}

.sector-tree-actions[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.sectors-empty[b-qdjsuotkr7] {
    color: #999;
    font-size: 0.9rem;
    padding: 0.6rem 0.25rem;
}

/* Drag handle (6-dot grip icon) */
.drag-handle[b-qdjsuotkr7] {
    cursor: grab;
    color: #bbb;
    font-size: 1rem;
    flex-shrink: 0;
    padding: 0 2px;
    user-select: none;
}

.drag-handle:active[b-qdjsuotkr7] {
    cursor: grabbing;
}

/* Row being dragged — faded out so you see where it came from */
.sector-tree-row--dragging[b-qdjsuotkr7] {
    opacity: 0.35;
    background: transparent !important;
}

/* Valid drop target — highlighted with accent outline */
.sector-tree-row--drop-target[b-qdjsuotkr7] {
    background: rgba(0, 0, 0, 0.04);
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
}

/* Root drop zone — appears at the top of the tree while dragging */
.sector-root-drop-zone[b-qdjsuotkr7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    color: #aaa;
    font-size: 0.8rem;
    border-bottom: 2px dashed #ddd;
    transition: background 0.13s, border-color 0.13s, color 0.13s;
    cursor: default;
    user-select: none;
}

.sector-root-drop-zone--active[b-qdjsuotkr7] {
    background: rgba(255, 198, 30, 0.08);
    border-bottom-color: var(--accent-color);
    color: var(--accent-color);
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Subcontractor/SubContractor.razor.rz.scp.css */
.certificate-form[b-bo0g5dixax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.input-row[b-bo0g5dixax] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .input-row .form-cell[b-bo0g5dixax] {
        flex: 1 1 100px;
        min-width: 50px;
        max-width: 400px;
        margin-right: 50px;
    }

        .input-row .form-cell:last-child[b-bo0g5dixax] {
            margin-right: 0px;
        }

.upload-card[b-bo0g5dixax] {
    width: 100%;
}

    .upload-card .rz-card[b-bo0g5dixax] {
        width: 100% !important;
    }

.calibration-list[b-bo0g5dixax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    gap: 1rem;
}

    .calibration-list ul[b-bo0g5dixax] {
        width: 100%;
        padding-left: 0;
        list-style: none;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .calibration-list li[b-bo0g5dixax] {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #eee;
    }

    .calibration-list li:last-child[b-bo0g5dixax] {
        border-bottom: none;
    }

    .calibration-list li.calibration-item[b-bo0g5dixax] {
        display: flex;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #eee;
    }

        .calibration-list li.calibration-item:last-child[b-bo0g5dixax] {
            border-bottom: none;
        }

        .calibration-list li.calibration-item span[b-bo0g5dixax] {
            white-space: nowrap;
        }

/* _content/SylvacInstruments.WebApp/Components/Pages/Supplier/SupplierCreate.razor.rz.scp.css */
.header[b-xs8lj7d83i] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-xs8lj7d83i] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-xs8lj7d83i]{
    overflow: hidden;
}

.html_editor[b-xs8lj7d83i] {
    width: 80%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Supplier/SupplierEdit.razor.rz.scp.css */
body[b-y3rsx349u5] {
}
.header[b-y3rsx349u5] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-y3rsx349u5] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-y3rsx349u5] {
    overflow: hidden;
}

.html_editor[b-y3rsx349u5] {
    width: 80%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Supplier/SupplierIndex.razor.rz.scp.css */
.page-header[b-bo5pu1wonj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-bo5pu1wonj] {
    margin: 0;
    user-select: none;
}

.elementor-divider-separator[b-bo5pu1wonj] {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    border-radius: 2px;
    margin-top: 4px;
}

.add-circle-btn[b-bo5pu1wonj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

    .add-circle-btn:hover[b-bo5pu1wonj] {
        background: var(--accent-color);
        color: var(--accent-text-color);
    }

.search-bar-wrapper[b-bo5pu1wonj] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-bo5pu1wonj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-bo5pu1wonj] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

/* Filter chips */
.filter-chips-container[b-bo5pu1wonj] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-bo5pu1wonj]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-bo5pu1wonj]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-bo5pu1wonj] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-bo5pu1wonj] { background: #2a2a2a; }

.filter-chip-active[b-bo5pu1wonj] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-bo5pu1wonj] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-bo5pu1wonj] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-bo5pu1wonj] { background: #333; color: white; }
.filter-menu-backdrop[b-bo5pu1wonj] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-bo5pu1wonj] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-bo5pu1wonj] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-bo5pu1wonj] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-bo5pu1wonj] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-bo5pu1wonj] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-bo5pu1wonj] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-bo5pu1wonj] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-bo5pu1wonj] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-bo5pu1wonj] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-bo5pu1wonj] { border-color: var(--accent-color); }
.save-filter-actions[b-bo5pu1wonj] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-icon[b-bo5pu1wonj] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-bo5pu1wonj] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

    .search-bar-input[b-bo5pu1wonj]::placeholder {
        color: rgba(255, 255, 255, 0.55);
    }

.grid-wrapper[b-bo5pu1wonj] {
    width: 100%;
}

.grid-wrapper[b-bo5pu1wonj]  .rz-data-row td {
    cursor: pointer;
}

.trashButton[b-bo5pu1wonj] {
    background-color: transparent;
    border: none;
    color: red;
    cursor: pointer;
    padding: 4px;
}

    .trashButton:hover .trash[b-bo5pu1wonj] {
        color: darkred;
    }

/* Modal */
.modal-backdrop[b-bo5pu1wonj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.modal-panel[b-bo5pu1wonj] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
}

.modal-panel-header[b-bo5pu1wonj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #eee;
}

.modal-panel-title[b-bo5pu1wonj] {
    margin: 0;
    font-weight: 600;
    font-size: 1.05rem;
}

.modal-close-btn[b-bo5pu1wonj] {
    background: transparent;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666;
    padding: 0 4px;
    line-height: 1;
}

    .modal-close-btn:hover[b-bo5pu1wonj] {
        color: #000;
    }

.modal-panel-body[b-bo5pu1wonj] {
    padding: 1.25rem;
    overflow-y: auto;
}

.modal-panel-footer[b-bo5pu1wonj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 1rem;
}

@@media (max-width: 900px) {
    .add-circle-btn[b-bo5pu1wonj] {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Ticketing/TicketCreate.razor.rz.scp.css */
.header[b-ks003i9tff] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-ks003i9tff] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-ks003i9tff] {
    overflow: hidden;
}

.html_editor[b-ks003i9tff] {
    max-width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    max-height: 200px;
}

.files[b-ks003i9tff] {
    display: flex;
}

.formCard[b-ks003i9tff] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.formHeader[b-ks003i9tff] {
    margin-top: 10px;
    text-align: center;
}

.formBody[b-ks003i9tff] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px;
    min-width: 0px;
    width: 100%;
    box-sizing: border-box;
}

.formDiv[b-ks003i9tff] {
    flex: 1 1 800px;
    flex-wrap: wrap;
    min-width: 0;
    max-width: 100%;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
}

    .formDiv > *[b-ks003i9tff] {
        max-width: 100%;
    }

    .formDiv:nth-child(1)[b-ks003i9tff] {
        flex: 1;
        padding-right: 5px;
        padding-bottom: 15px;
    }
    .formDiv:nth-child(2)[b-ks003i9tff] {
        flex: 2;
        
    }

.formCell[b-ks003i9tff] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.file-cell[b-ks003i9tff] {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 10px 16px;
}

.file-flex[b-ks003i9tff] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    background: #fafafa;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.file-link[b-ks003i9tff] {
    flex: 1 1 auto;
    min-width: 0;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-ks003i9tff] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-toggle[b-ks003i9tff] {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-delete[b-ks003i9tff] {
    background-color: #dc3545;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease;
}

    .btn-delete:hover[b-ks003i9tff] {
        background-color: #b02a37;
    }

@media (max-width: 900px) {
    .formBody[b-ks003i9tff] {
        flex-direction: column;
    }
    .file-flex[b-ks003i9tff] {
        min-width: 0px;
    }
}

.ticket-type-row[b-ks003i9tff] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.switch-container[b-ks003i9tff] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-container[b-ks003i9tff],
.switch-container[b-ks003i9tff] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-container[b-ks003i9tff] {
    width: 100%;
}

.icon-container[b-ks003i9tff] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.commentSection[b-ks003i9tff] {
    display: flex;
    flex-direction: column;
    height: 750px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
}

.commentTitle[b-ks003i9tff] {
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 1.1em;
}

.commentHistory[b-ks003i9tff] {
    flex: 2;
    padding: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fafafa;
}

.commentBody[b-ks003i9tff] {
    max-width: 70%;
    padding: 8px 12px;
    border-radius: 10px;
    word-wrap: break-word;
}

    .commentBody.ownMessage[b-ks003i9tff] {
        background-color: #d9edf7;
        align-self: flex-end;
        text-align: right;
    }

    .commentBody.otherMessage[b-ks003i9tff] {
        background-color: #e8f5e9;
        align-self: flex-start;
        text-align: left;
    }

.commentInfo[b-ks003i9tff] {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #555;
}

.commentName[b-ks003i9tff] {
    font-weight: bold;
}

.commentContent[b-ks003i9tff] {
    font-size: 0.9em;
}

.editorSection[b-ks003i9tff] {
    flex: 1;
    padding: 10px;
    min-height: 280px; 
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}


.commentBody[b-ks003i9tff] {
    position: relative;
}

.editIcon[b-ks003i9tff] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: white;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer;
    z-index: 5;
}

.commentBody:hover .editIcon[b-ks003i9tff] {
    opacity: 1;
    transform: scale(1.1);
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Ticketing/TicketList.razor.rz.scp.css */
.page-header[b-gupxc1egju] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-gupxc1egju] {
    margin: 0;
    user-select: none;
}

.help-icon-link[b-gupxc1egju] {
    font-size: 0.55em;
    vertical-align: middle;
    margin-left: 8px;
    color: #0057A8;
    text-decoration: none;
}

.add-circle-btn[b-gupxc1egju] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
}

.add-circle-btn:hover[b-gupxc1egju] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-gupxc1egju] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-gupxc1egju] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-gupxc1egju] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

/* Filter chips */
.filter-chips-container[b-gupxc1egju] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-gupxc1egju]::-webkit-scrollbar {
    height: 3px;
}

.filter-chips-container[b-gupxc1egju]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}

.filter-chip[b-gupxc1egju] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-gupxc1egju] {
    background: #2a2a2a;
}

.filter-chip-active[b-gupxc1egju] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-gupxc1egju] {
    position: relative;
    flex-shrink: 0;
}

.filter-menu-btn[b-gupxc1egju] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-gupxc1egju] {
    background: #333;
    color: white;
}

.filter-menu-backdrop[b-gupxc1egju] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.filter-menu-dropdown[b-gupxc1egju] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-gupxc1egju] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-gupxc1egju] {
    background: rgba(255,255,255,0.08);
}

.filter-menu-item:disabled[b-gupxc1egju] {
    opacity: 0.38;
    cursor: not-allowed;
}

/* Save Filter modal */
.save-filter-backdrop[b-gupxc1egju] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-gupxc1egju] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-gupxc1egju] {
    margin: 0 0 1.2rem;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.save-filter-label[b-gupxc1egju] {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.35rem;
}

.save-filter-input[b-gupxc1egju] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-gupxc1egju] {
    border-color: var(--accent-color);
}

.save-filter-actions[b-gupxc1egju] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.search-bar-icon[b-gupxc1egju] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-gupxc1egju] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-gupxc1egju]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.grid-wrapper[b-gupxc1egju]  .rz-data-row td {
    cursor: pointer;
}

@media (max-width: 900px) {
    .mySylvacButton[b-gupxc1egju] {
        width: 100%;
    }
}
/* _content/SylvacInstruments.WebApp/Components/Pages/Ticketing/TicketTypeCrud.razor.rz.scp.css */
.certificate-form[b-ekxeym8adb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.input-row[b-ekxeym8adb] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .input-row .form-cell[b-ekxeym8adb] {
        flex: 1 1 100px;
        min-width: 50px;
        max-width: 400px;
        margin-right: 50px;
    }

        .input-row .form-cell:last-child[b-ekxeym8adb] {
            margin-right: 0px;
        }

.upload-card[b-ekxeym8adb] {
    width: 100%;
}

    .upload-card .rz-card[b-ekxeym8adb] {
        width: 100% !important;
    }

.calibration-list[b-ekxeym8adb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    gap: 1rem;
}

    .calibration-list ul[b-ekxeym8adb] {
        width: 100%;
        padding-left: 0;
        list-style: none;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

    .calibration-list li[b-ekxeym8adb] {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #eee;
    }

        .calibration-list li:last-child[b-ekxeym8adb] {
            border-bottom: none;
        }

        .calibration-list li.calibration-item[b-ekxeym8adb] {
            display: flex;
            justify-content: space-between;
            padding: 0.75rem 1rem;
            border-bottom: 1px solid #eee;
        }

            .calibration-list li.calibration-item:last-child[b-ekxeym8adb] {
                border-bottom: none;
            }

            .calibration-list li.calibration-item span[b-ekxeym8adb] {
                white-space: nowrap;
            }
/* _content/SylvacInstruments.WebApp/Components/Pages/Ticketing/TicketTypeList.razor.rz.scp.css */
.table-responsive[b-1h2rjpxwcn] {
    display: block;
    width: 100%;
    overflow-x: auto;
}

    .table-responsive > table[b-1h2rjpxwcn] {
        width: 100%;
    }


.header[b-1h2rjpxwcn] {
    margin-top: 30px;
}

.underline[b-1h2rjpxwcn] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.container[b-1h2rjpxwcn] {
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    margin: 20px 0px;
    cursor: pointer;
}

.mainbox[b-1h2rjpxwcn] {
    box-sizing: border-box;
    position: relative;
    width: 230px;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    border-radius: 160px;
    background-color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

.checkbox:focus[b-1h2rjpxwcn] {
    border: none;
    outline: none;
}

.checkbox:checked[b-1h2rjpxwcn] {
    right: 10px;
}

    .checkbox:checked ~ .mainbox[b-1h2rjpxwcn] {
        width: 50px;
    }

        .checkbox:checked ~ .mainbox .search_input[b-1h2rjpxwcn] {
            width: 0;
            height: 0px;
        }

        .checkbox:checked ~ .mainbox .iconContainer[b-1h2rjpxwcn] {
            padding-right: 8px;
        }

.checkbox[b-1h2rjpxwcn] {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 17px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
    appearance: none;
}

.search_input[b-1h2rjpxwcn] {
    box-sizing: border-box;
    height: 100%;
    width: 170px;
    background-color: transparent;
    border: none;
    outline: none;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 1em;
    color: white;
    transition: all 0.3s ease;
    font-family: "Roboto", sans-serif;
}

    .search_input[b-1h2rjpxwcn]::placeholder {
        color: rgba(255, 255, 255, 0.776);
    }

.iconContainer[b-1h2rjpxwcn] {
    box-sizing: border-box;
    padding-top: 5px;
    width: fit-content;
    transition: all 0.3s ease;
}

.search_icon[b-1h2rjpxwcn] {
    box-sizing: border-box;
    fill: white;
    font-size: 1.3em;
    margin-top: -7px;
}

.trashButton[b-1h2rjpxwcn], .modifyButton[b-1h2rjpxwcn] {
    background-color: transparent;
    border: none;
}

    .trashButton:hover[b-1h2rjpxwcn], .modifyButton:hover[b-1h2rjpxwcn] {
        color: grey;
    }

.searchBoxCompName[b-1h2rjpxwcn] {
    border: none;
    background: transparent;
    height: 25%;
    background-color: lightgrey;
}

.return_button[b-1h2rjpxwcn] {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
}

@media (max-width: 900px) {
    .mySylvacButton[b-1h2rjpxwcn] {
        width:100%;
    }
}

.grid-wrapper[b-1h2rjpxwcn]  .rz-data-row td {
    cursor: pointer;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/UserPages/UserDetails.razor.rz.scp.css */
body[b-cr8v84vzqb] {
}

.header[b-cr8v84vzqb] {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    user-select: none;
}

.underline[b-cr8v84vzqb] {
    text-align: center;
    font-size: xx-large;
    color: #ffca2c;
    margin-top: -20px;
    font-weight: bolder;
    user-select: none;
}

.form_boundaries[b-cr8v84vzqb] {
    overflow: hidden;
}

.html_editor[b-cr8v84vzqb] {
    width: 80%;
}
/* _content/SylvacInstruments.WebApp/Components/Pages/UserPages/UserIndex.razor.rz.scp.css */
.page-header[b-2h5z1s7vz7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 1rem;
}

.page-title[b-2h5z1s7vz7] {
    margin: 0;
    user-select: none;
}

.add-circle-btn[b-2h5z1s7vz7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2.5px solid var(--accent-color);
    background: transparent;
    color: var(--accent-color);
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    flex-shrink: 0;
    margin-right: 8px;
}

.add-circle-btn:hover[b-2h5z1s7vz7] {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.search-bar-wrapper[b-2h5z1s7vz7] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.search-bar-inner[b-2h5z1s7vz7] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #1a1a1a;
    border-radius: 160px;
    padding: 0.5rem 1.1rem;
    width: 230px;
    flex-shrink: 0;
    transition: width 0.3s ease, box-shadow 0.2s ease;
}

.search-bar-inner:focus-within[b-2h5z1s7vz7] {
    width: 320px;
    box-shadow: 0 0 0 3px rgba(255, 198, 30, 0.25);
}

/* Filter chips */
.filter-chips-container[b-2h5z1s7vz7] {
    display: flex;
    flex: 1;
    gap: 0.4rem;
    overflow-x: auto;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
    padding-bottom: 2px;
    align-items: center;
}

.filter-chips-container[b-2h5z1s7vz7]::-webkit-scrollbar { height: 3px; }
.filter-chips-container[b-2h5z1s7vz7]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }

.filter-chip[b-2h5z1s7vz7] {
    white-space: nowrap;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    display: inline-flex;
    align-items: center;
}

.filter-chip:hover[b-2h5z1s7vz7] { background: #2a2a2a; }

.filter-chip-active[b-2h5z1s7vz7] {
    background: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
}

/* Triple-dot menu */
.filter-menu-wrapper[b-2h5z1s7vz7] { position: relative; flex-shrink: 0; }

.filter-menu-btn[b-2h5z1s7vz7] {
    background: #1a1a1a;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1.05rem;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.filter-menu-btn:hover[b-2h5z1s7vz7] { background: #333; color: white; }
.filter-menu-backdrop[b-2h5z1s7vz7] { position: fixed; inset: 0; z-index: 999; }

.filter-menu-dropdown[b-2h5z1s7vz7] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 1000;
    background: #2a2a2a;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    min-width: 160px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.filter-menu-item[b-2h5z1s7vz7] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 1rem;
    background: transparent;
    border: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.88rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.13s;
}

.filter-menu-item:hover:not(:disabled)[b-2h5z1s7vz7] { background: rgba(255,255,255,0.08); }
.filter-menu-item:disabled[b-2h5z1s7vz7] { opacity: 0.38; cursor: not-allowed; }

/* Save Filter modal */
.save-filter-backdrop[b-2h5z1s7vz7] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.save-filter-modal[b-2h5z1s7vz7] {
    background: #1e1e1e;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 12px;
    padding: 1.6rem 1.8rem 1.4rem;
    width: 360px;
    max-width: 90vw;
    box-shadow: 0 12px 40px rgba(0,0,0,0.6);
}

.save-filter-title[b-2h5z1s7vz7] { margin: 0 0 1.2rem; color: white; font-size: 1rem; font-weight: 600; }
.save-filter-label[b-2h5z1s7vz7] { display: block; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 0.35rem; }

.save-filter-input[b-2h5z1s7vz7] {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    color: white;
    font-size: 0.92rem;
    outline: none;
    margin-bottom: 1rem;
    transition: border-color 0.15s;
}

.save-filter-input:focus[b-2h5z1s7vz7] { border-color: var(--accent-color); }
.save-filter-actions[b-2h5z1s7vz7] { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 1rem; }

.search-bar-icon[b-2h5z1s7vz7] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    flex-shrink: 0;
}

.search-bar-input[b-2h5z1s7vz7] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 1em;
    width: 100%;
    color: white;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
}

.search-bar-input[b-2h5z1s7vz7]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.trashButton[b-2h5z1s7vz7] {
    background-color: transparent;
    border: none;
    color: red;
}

.trashButton:hover .trash[b-2h5z1s7vz7] {
    color: darkred;
}

.grid-wrapper[b-2h5z1s7vz7]  .rz-data-row td {
    cursor: pointer;
}

/* ── Slide-in panel ─────────────────────────────────────────────── */
.sp-backdrop[b-2h5z1s7vz7] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1040;
}

.sp-panel[b-2h5z1s7vz7] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 48px rgba(0, 0, 0, .18);
    width: 440px;
    max-width: 95vw;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sp-header[b-2h5z1s7vz7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
}

.sp-title[b-2h5z1s7vz7] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
}

.sp-close-btn[b-2h5z1s7vz7] {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #888;
    padding: 0 4px;
}

.sp-close-btn:hover[b-2h5z1s7vz7] {
    color: #222;
}

.sp-body[b-2h5z1s7vz7] {
    padding: 1.25rem;
    overflow-y: auto;
    flex: 1;
}

.sp-footer[b-2h5z1s7vz7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.25rem;
}
