/* /Components/Layout/CatalogSelector.razor.rz.scp.css */
#CopIXNavCatalogButton[b-l0leno7id4] {
    position: absolute;
    right: 6px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
}


[b-l0leno7id4] .CopIXNavCatalog {
    background-color: gray;
    border-top-left-radius: 10px;
    z-index: 5200 !important;
}

[b-l0leno7id4] .e-text-content {
    padding: 0px;
}

[b-l0leno7id4] .e-sidebar {
    background: #8b0e05;
    z-index: 5200;
    border-top-left-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}

    [b-l0leno7id4] .e-sidebar.e-left {
        border-top: 1px solid lightcoral;
        border-left: 2px dashed lightcoral;
    }

[b-l0leno7id4] .e-treeview .e-text-content {
    padding: 0px;
}

[b-l0leno7id4] .e-treeview .e-ul {
    padding: 0px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d0b2304lih] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-d0b2304lih] {
    /*background-image: linear-gradient(to bottom right, #000066 0%, #000000 100%);*/
    background-color: #550600;
}

.top-row[b-d0b2304lih] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d0b2304lih]  a, .top-row[b-d0b2304lih]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-d0b2304lih]  a:hover, .top-row[b-d0b2304lih]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-d0b2304lih]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-d0b2304lih] {
        justify-content: space-between;
    }

        .top-row[b-d0b2304lih]  a, .top-row[b-d0b2304lih]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-d0b2304lih] {
        flex-direction: row;
    }

    .sidebar[b-d0b2304lih] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d0b2304lih] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-d0b2304lih]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-d0b2304lih], article[b-d0b2304lih] {
        /* padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-d0b2304lih] {
    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-d0b2304lih] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

main[b-d0b2304lih] {
    height: 100svh;
    flex: auto;
    flex-direction: column;
    background-color: #121212;
    display: flex;
}

header[b-d0b2304lih] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    display: flex;
    background: #550600;
}

.headerMenu[b-d0b2304lih] {
    display: flex;
    flex-shrink: 0;
    justify-self: flex-start;
    align-items: center;
    padding-right: 12px;
    width: 80px;
    min-width: 40px;
}

.headerTitle[b-d0b2304lih] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.header-title-full[b-d0b2304lih] {
    display: inline;
}

.header-title-short[b-d0b2304lih] {
    display: none;
}

.headerCatalog[b-d0b2304lih] {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 12px;
    width: 80px;
    min-width: 40px;
}

.footerMenu[b-d0b2304lih] {
    width: auto;
    padding-left: 8px;
}

/* Mobile header/footer adjustments */
@media (max-width: 575px) {
    .headerMenu[b-d0b2304lih],
    .headerCatalog[b-d0b2304lih] {
        width: 40px;
        padding: 0 4px;
    }

    .header-title-full[b-d0b2304lih] {
        display: none;
    }

    .header-title-short[b-d0b2304lih] {
        display: inline;
    }

    header[b-d0b2304lih],
    footer[b-d0b2304lih] {
        font-size: xx-small;
    }
}

article[b-d0b2304lih] {
    flex: auto;
    border-left: 2px dashed var(--copix-border-accent);
    border-right: 2px dashed var(--copix-border-accent);
    margin-left: 2px;
    margin-right: 2px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    color: var(--copix-content-text);
    background: linear-gradient(301deg, #350a06, black, #350a06);
    background-size: 600% 600%;
    /* -webkit-animation: AnimationName 24s ease infinite;
    -moz-animation: AnimationName 24s ease infinite;
    -o-animation: AnimationName 24s ease infinite;
    animation: AnimationName 24s ease infinite;*/
    height: 1px;
    position: relative; /* Make article a positioning context for modals */
}

    article[b-d0b2304lih]::-webkit-scrollbar-track {
        background: #2a1010;
    }

    article[b-d0b2304lih]::-webkit-scrollbar {
        width: 4px;
    }

    article[b-d0b2304lih]::-webkit-scrollbar-thumb {
        background-color: darkred;
        border-radius: 2px;
    }

@-webkit-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}

@keyframes AnimationName-b-d0b2304lih {
    0% {
        background-position: 11% 0%
    }

    50% {
        background-position: 90% 100%
    }

    100% {
        background-position: 11% 0%
    }
}



footer[b-d0b2304lih] {
    height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--copix-header-text);
    border: 2px dashed var(--copix-border-accent);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: x-small;
    padding: 0px;
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #550600;
    display: flex;
}

.version-text[b-d0b2304lih] {
    font-size: xx-small;
    color: rgba(232, 180, 180, 0.7);  /* Muted version of --copix-header-text */
    font-weight: normal;
    letter-spacing: 0.5px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s9vnjtynd4] {
    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-s9vnjtynd4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s9vnjtynd4] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s9vnjtynd4] {
    font-size: 1.1rem;
}

.bi[b-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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-s9vnjtynd4] {
    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");
}

[b-s9vnjtynd4] .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    [b-s9vnjtynd4] .nav-item:first-of-type {
        padding-top: 1rem;
    }

    [b-s9vnjtynd4] .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

[b-s9vnjtynd4] .nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-s9vnjtynd4] .nav-item  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

[b-s9vnjtynd4] .nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s9vnjtynd4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s9vnjtynd4] {
    display: block;
}

@media (min-width: 141px) {
    .navbar-toggler[b-s9vnjtynd4] {
        display: none;
    }

    .nav-scrollable[b-s9vnjtynd4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus - fill available height */
        height: 100%;
        overflow-y: auto;
    }
}

#CopIXNavMenuButton[b-s9vnjtynd4] {
    position: fixed;
    left: 4px;
    top: 4px;
    z-index: 900 !important;
    max-height: 35px;
    max-width: 35px;
    border-radius: 35px;
    box-shadow: 1px 1px 2px 2px black;
    cursor: pointer;
}

[b-s9vnjtynd4] .CopIXNavMenuSidebar {
    background-color: #550600;
    border-top-right-radius: 10px;
}

[b-s9vnjtynd4] .e-sidebar {
    background: #550600;
    border-top-right-radius: 16px;
    box-shadow: 1px 1px 2px 2px black;
    z-index: 5300 !important;
}

    [b-s9vnjtynd4] .e-sidebar.e-left {
        border-top: 1px solid var(--copix-border-accent);
        border-right: 2px dashed var(--copix-border-accent);
    }

/* Catalog Selector Dropdown Styles */
.catalog-selector-container[b-s9vnjtynd4] {
    background-color: var(--copix-bg-dark);
    border-bottom: 1px solid var(--copix-border-accent);
    padding: 0;
}

.catalog-dropdown-header[b-s9vnjtynd4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.catalog-dropdown-header:hover[b-s9vnjtynd4] {
    background-color: var(--copix-bg-medium);
}

.catalog-label[b-s9vnjtynd4] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.catalog-label .catalog-logo[b-s9vnjtynd4] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.catalog-label span[b-s9vnjtynd4] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-dropdown-icon[b-s9vnjtynd4] {
    font-size: 10px;
    color: var(--copix-border-accent);
}

.catalog-dropdown-list[b-s9vnjtynd4] {
    background-color: var(--copix-bg-darkest);
    border-top: 1px solid rgba(205, 92, 92, 0.3);  /* --copix-border-accent with alpha */
    /* Let content size naturally - nav-scrollable handles overflow */
    overflow-x: hidden;
}

.catalog-dropdown-item[b-s9vnjtynd4] {
    padding: 10px 20px;
    color: #d7d7d7;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.catalog-logo[b-s9vnjtynd4] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.catalog-logo-placeholder[b-s9vnjtynd4] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}

.catalog-dropdown-item:hover[b-s9vnjtynd4] {
    background-color: var(--copix-bg-medium);
    color: #fff;
}

.catalog-dropdown-item.active[b-s9vnjtynd4] {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-left: 3px solid var(--copix-border-accent);
}

.catalog-dropdown-list[b-s9vnjtynd4]::-webkit-scrollbar {
    width: 4px;
}

.catalog-dropdown-list[b-s9vnjtynd4]::-webkit-scrollbar-track {
    background: #2a1010;
}

.catalog-dropdown-list[b-s9vnjtynd4]::-webkit-scrollbar-thumb {
    background-color: darkred;
    border-radius: 2px;
}

/* Menu item styles to prevent text wrapping */
[b-s9vnjtynd4] .menu-icon {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

[b-s9vnjtynd4] .menu-item-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-s9vnjtynd4] .admin-menu-icon {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    margin-right: 0.5rem;
}

/* Ensure nav links display icons and text on same line */
[b-s9vnjtynd4] .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

[b-s9vnjtynd4] .collapse .nav-link {
    font-size: 0.85rem;
}
/* /Components/Pages/Admin/Core/CatalogManagement.razor.rz.scp.css */
.form-section[b-pn281tpsvi] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section .section-title[b-pn281tpsvi] {
    color: #ff6b6b;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section .row[b-pn281tpsvi] {
    margin-bottom: 0.5rem;
}

.form-section .form-group[b-pn281tpsvi] {
    margin-bottom: 1rem;
}

.form-section .form-label[b-pn281tpsvi] {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.form-section .form-control[b-pn281tpsvi],
.form-section .form-select[b-pn281tpsvi] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.form-section .form-control:focus[b-pn281tpsvi],
.form-section .form-select:focus[b-pn281tpsvi] {
    background: rgba(0, 0, 0, 0.4);
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
    color: #fff;
}

.form-section .form-control[b-pn281tpsvi]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-section .form-check-input[b-pn281tpsvi] {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.form-section .form-check-input:checked[b-pn281tpsvi] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.form-section .form-check-label[b-pn281tpsvi] {
    color: #ccc;
}

.form-section .text-muted[b-pn281tpsvi] {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.8rem;
}

.modal-xl[b-pn281tpsvi] {
    max-width: 900px;
}

.card-identifier[b-pn281tpsvi] {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.5rem;
}

.card-type[b-pn281tpsvi] {
    margin-bottom: 0.5rem;
}

.card-type .badge[b-pn281tpsvi] {
    font-size: 0.75rem;
}
/* /Components/Pages/Admin/Core/CatalogProductsManagement.razor.rz.scp.css */
.products-list[b-zobu79gyd5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-card[b-zobu79gyd5] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.product-card.enabled[b-zobu79gyd5] {
    border-color: rgba(76, 175, 80, 0.3);
}

.product-card.disabled[b-zobu79gyd5] {
    opacity: 0.7;
}

.product-header[b-zobu79gyd5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    gap: 1rem;
}

.product-info h3[b-zobu79gyd5] {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
}

.product-description[b-zobu79gyd5] {
    margin: 0.5rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.product-toggle[b-zobu79gyd5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.toggle-label[b-zobu79gyd5] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    min-width: 60px;
}

/* Toggle Switch Styles */
.switch[b-zobu79gyd5] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input[b-zobu79gyd5] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-zobu79gyd5] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.slider[b-zobu79gyd5]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
}

input:checked + .slider[b-zobu79gyd5] {
    background-color: #4caf50;
}

input:disabled + .slider[b-zobu79gyd5] {
    opacity: 0.5;
    cursor: not-allowed;
}

input:checked + .slider[b-zobu79gyd5]:before {
    transform: translateX(24px);
}

.slider.round[b-zobu79gyd5] {
    border-radius: 26px;
}

.slider.round[b-zobu79gyd5]:before {
    border-radius: 50%;
}

/* Settings Section */
.product-settings-section[b-zobu79gyd5] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.settings-toggle[b-zobu79gyd5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    color: #ff6b6b;
    text-decoration: none;
    font-size: 0.9rem;
    text-align: left;
}

.settings-toggle:hover[b-zobu79gyd5] {
    color: #ff8a8a;
    text-decoration: none;
}

.expand-icon[b-zobu79gyd5] {
    font-size: 0.75rem;
    transition: transform 0.2s;
}

.settings-loading[b-zobu79gyd5],
.settings-empty[b-zobu79gyd5] {
    padding: 1rem 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.settings-content[b-zobu79gyd5] {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.setting-row[b-zobu79gyd5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.setting-row:last-child[b-zobu79gyd5] {
    border-bottom: none;
}

.setting-label[b-zobu79gyd5] {
    flex: 0 0 200px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.setting-input[b-zobu79gyd5] {
    flex: 1;
}

.setting-input .form-control[b-zobu79gyd5],
.setting-input .form-select[b-zobu79gyd5] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.9rem;
}

.setting-input .form-control:focus[b-zobu79gyd5],
.setting-input .form-select:focus[b-zobu79gyd5] {
    background: rgba(0, 0, 0, 0.4);
    border-color: #ff6b6b;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
    color: #fff;
}

.setting-input .form-control[b-zobu79gyd5]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.setting-input .form-check-input[b-zobu79gyd5] {
    width: 1.25rem;
    height: 1.25rem;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.setting-input .form-check-input:checked[b-zobu79gyd5] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.radio-group[b-zobu79gyd5] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.radio-group .form-check-input[b-zobu79gyd5] {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.radio-group .form-check-input:checked[b-zobu79gyd5] {
    background-color: #ff6b6b;
    border-color: #ff6b6b;
}

.radio-group .form-check-label[b-zobu79gyd5] {
    color: rgba(255, 255, 255, 0.8);
}

/* Save Bar */
.save-bar[b-zobu79gyd5] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.save-bar-content[b-zobu79gyd5] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.changes-indicator[b-zobu79gyd5] {
    color: #ffc107;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-header[b-zobu79gyd5] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-toggle[b-zobu79gyd5] {
        width: 100%;
        justify-content: space-between;
        margin-top: 1rem;
    }
    
    .setting-row[b-zobu79gyd5] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .setting-label[b-zobu79gyd5] {
        flex: none;
        margin-bottom: 0.5rem;
    }
    
    .setting-input[b-zobu79gyd5] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/Memorandums/MemorandumManagement.razor.rz.scp.css */
.memo-card.draft[b-9wyt8u9emc] {
    border-left: 4px solid #ffc107;
}

.memo-card.published[b-9wyt8u9emc] {
    border-left: 4px solid #28a745;
}

.memo-card.archived[b-9wyt8u9emc] {
    border-left: 4px solid #6c757d;
    opacity: 0.7;
}

.status-badge[b-9wyt8u9emc] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-draft[b-9wyt8u9emc] {
    background-color: #ffc107;
    color: #212529;
}

.status-published[b-9wyt8u9emc] {
    background-color: #28a745;
    color: #fff;
}

.status-archived[b-9wyt8u9emc] {
    background-color: #6c757d;
    color: #fff;
}

.catalog-badge[b-9wyt8u9emc] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    background-color: #4b1212;
    color: #ffdddd;
    margin-bottom: 0.5rem;
}

.catalog-badge.global[b-9wyt8u9emc] {
    background-color: #3d5a80;
    color: #e0fbfc;
}

.memo-metadata[b-9wyt8u9emc] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.memo-content[b-9wyt8u9emc] {
    background-color: #fff;
    color: #212529;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    max-height: 400px;
    overflow-y: auto;
}

.memo-footer[b-9wyt8u9emc] {
    color: #888;
    font-size: 0.85rem;
}

.modal-lg[b-9wyt8u9emc] {
    max-width: 800px;
}

.signature-preview[b-9wyt8u9emc] {
    max-width: 150px;
    max-height: 50px;
    border: 1px solid #ddd;
    background: #fff;
}

.filter-group[b-9wyt8u9emc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label[b-9wyt8u9emc] {
    font-weight: 500;
    color: #d99b9b;
}

.filter-group .form-select[b-9wyt8u9emc] {
    width: auto;
    min-width: 150px;
}
/* /Components/Pages/Admin/Wants/WantsDashboard.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-pjmxb1hyol] {
    padding: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

/* Dashboard Header */
.dashboard-header[b-pjmxb1hyol] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dashboard-header h1[b-pjmxb1hyol] {
    color: #ffdddd;
    font-size: 1.75rem;
    margin: 0;
}

.dashboard-meta[b-pjmxb1hyol] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.last-updated[b-pjmxb1hyol] {
    color: #d99b9b;
    font-size: 0.875rem;
}

.refresh-btn[b-pjmxb1hyol] {
    border-color: #7f1d1d !important;
    color: #d99b9b !important;
}

.refresh-btn:hover[b-pjmxb1hyol] {
    background-color: #7f1d1d !important;
    color: #fff !important;
}

/* Loading State */
.loading-container[b-pjmxb1hyol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #d99b9b;
}

.loading-container p[b-pjmxb1hyol] {
    margin-top: 1rem;
}

/* Summary Section */
.summary-section[b-pjmxb1hyol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.summary-card[b-pjmxb1hyol] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.2s ease;
}

.summary-card:hover[b-pjmxb1hyol] {
    border-color: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.summary-icon[b-pjmxb1hyol] {
    font-size: 2rem;
    flex-shrink: 0;
}

.summary-content[b-pjmxb1hyol] {
    display: flex;
    flex-direction: column;
}

.summary-value[b-pjmxb1hyol] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #34d399;
}

.summary-label[b-pjmxb1hyol] {
    font-size: 0.875rem;
    color: #d99b9b;
}

/* Section Title */
.section-title[b-pjmxb1hyol] {
    color: #ffdddd;
    font-size: 1.25rem;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Section Header with Toggle */
.section-header[b-pjmxb1hyol] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #5f1515;
    flex-wrap: wrap;
    gap: 1rem;
}

/* View Toggle Buttons */
.view-toggle[b-pjmxb1hyol] {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 4px;
    gap: 4px;
}

.view-toggle-btn[b-pjmxb1hyol] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: #d99b9b;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    font-weight: 500;
}

.view-toggle-btn:hover[b-pjmxb1hyol] {
    background: rgba(127, 29, 29, 0.4);
    color: #ffdddd;
}

.view-toggle-btn.active[b-pjmxb1hyol] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.toggle-icon[b-pjmxb1hyol] {
    font-size: 1rem;
    font-weight: 700;
}

.toggle-label[b-pjmxb1hyol] {
    font-size: 0.8rem;
}

/* Stat Chart Container */
.stat-chart-container[b-pjmxb1hyol] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

/* Stat Total Badge (shown in header when chart view) */
.stat-total-badge[b-pjmxb1hyol] {
    margin-left: auto;
    background: rgba(148, 163, 184, 0.2);
    color: #94a3b8;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Catalog Grid */
.catalog-grid[b-pjmxb1hyol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

/* Catalog Card */
.catalog-card[b-pjmxb1hyol] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.catalog-card:hover[b-pjmxb1hyol] {
    border-color: #991b1b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.catalog-header[b-pjmxb1hyol] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    padding: 1rem 1.25rem;
}

.catalog-header h3[b-pjmxb1hyol] {
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.catalog-id[b-pjmxb1hyol] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: monospace;
}

.catalog-stats[b-pjmxb1hyol] {
    padding: 1rem 1.25rem;
}

/* Stat Groups */
.stat-group[b-pjmxb1hyol] {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #5f1515;
}

.stat-group:last-child[b-pjmxb1hyol] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.stat-group-header[b-pjmxb1hyol] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #ffdddd;
    font-weight: 600;
    font-size: 0.9rem;
}

.stat-icon[b-pjmxb1hyol] {
    font-size: 1rem;
}

.stat-row[b-pjmxb1hyol] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.stat-item[b-pjmxb1hyol] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    flex: 1;
}

.stat-value[b-pjmxb1hyol] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-value.total[b-pjmxb1hyol] {
    color: #94a3b8;
}

.stat-value.active[b-pjmxb1hyol] {
    color: #34d399;
}

.stat-value.inactive[b-pjmxb1hyol] {
    color: #f97316;
}

.stat-label[b-pjmxb1hyol] {
    font-size: 0.75rem;
    color: #d99b9b;
    text-transform: uppercase;
}

/* Kanban Chart Container */
.kanban-chart-container[b-pjmxb1hyol] {
    margin-top: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0.5rem;
}

/* User Section */
.user-section[b-pjmxb1hyol] {
    background: var(--copix-info-bg);
    border-radius: var(--copix-radius-md);
    padding: 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid var(--copix-info-border);
}

/* Global Kanban Section */
.global-kanban-section[b-pjmxb1hyol] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #7f1d1d;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.global-kanban-chart[b-pjmxb1hyol] {
    min-height: 300px;
}

.global-kanban-stats[b-pjmxb1hyol] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.kanban-status-item[b-pjmxb1hyol] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.status-color[b-pjmxb1hyol] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.status-name[b-pjmxb1hyol] {
    flex: 1;
    color: #d99b9b;
    font-size: 0.875rem;
}

.status-count[b-pjmxb1hyol] {
    font-weight: 600;
    color: #ffdddd;
    font-size: 0.9rem;
}

/* Integrations Grid */
.integrations-grid[b-pjmxb1hyol] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.integration-card[b-pjmxb1hyol] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    border: 1px solid #5f1515;
    border-radius: 10px;
    overflow: hidden;
}

.integration-card.active[b-pjmxb1hyol] {
    border-color: #22c55e;
}

.integration-card.inactive[b-pjmxb1hyol] {
    border-color: #6b7280;
    opacity: 0.7;
}

.integration-header[b-pjmxb1hyol] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2);
}

.integration-status[b-pjmxb1hyol] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.integration-status.active[b-pjmxb1hyol] {
    background: rgba(34, 197, 94, 0.2);
    color: #34d399;
}

.integration-status.inactive[b-pjmxb1hyol] {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

.integration-name[b-pjmxb1hyol] {
    color: #ffdddd;
    font-weight: 600;
    font-size: 0.9rem;
}

.integration-details[b-pjmxb1hyol] {
    padding: 0.75rem 1rem;
}

.integration-detail[b-pjmxb1hyol] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

.integration-detail:last-child[b-pjmxb1hyol] {
    margin-bottom: 0;
}

.detail-label[b-pjmxb1hyol] {
    color: #d99b9b;
}

.detail-value[b-pjmxb1hyol] {
    color: #ffdddd;
    font-family: monospace;
}

/* Empty State */
.empty-state[b-pjmxb1hyol] {
    text-align: center;
    padding: 3rem;
    color: #d99b9b;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-header[b-pjmxb1hyol] {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-header[b-pjmxb1hyol] {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-grid[b-pjmxb1hyol] {
        grid-template-columns: 1fr;
    }

    .global-kanban-section[b-pjmxb1hyol] {
        grid-template-columns: 1fr;
    }

    .summary-section[b-pjmxb1hyol] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .summary-section[b-pjmxb1hyol] {
        grid-template-columns: 1fr;
    }

    .stat-row[b-pjmxb1hyol] {
        justify-content: space-around;
    }

    .view-toggle-btn[b-pjmxb1hyol] {
        padding: 0.4rem 0.75rem;
    }

    .toggle-label[b-pjmxb1hyol] {
        display: none;
    }
}
/* /Components/Pages/Application/GPSCurrentLocation.razor.rz.scp.css */
.iconFooterGPSLocation[b-wsaw0zalce] {
    max-width: 28px;
    max-height: 28px;
    padding-right: 8px;
}
/* /Components/Pages/Application/QRCodeReader.razor.rz.scp.css */
.iconFooterQRCode[b-kfx9dblk4r] {
    max-width: 22px;
    max-height: 22px;
    padding-right: 4px;
}

[b-kfx9dblk4r] .zxing-container {
    background-color: darkgoldenrod;
    text-align: center;
}

[b-kfx9dblk4r] .zxing-button {
    color: cornsilk;
    padding: 3px;
    margin: 4px;
    border-radius: 8px;
}

    [b-kfx9dblk4r] .zxing-button.start {
        background-color: darkgreen;
    }


    [b-kfx9dblk4r] .zxing-button.stop {
        background-color: darkred;
    }

    [b-kfx9dblk4r] .zxing-button.reset {
        background-color: blue;
    }

[b-kfx9dblk4r] .zxing-video-select{
    background-color: goldenrod;
}

[b-kfx9dblk4r] .zxing-result-container {
    font-size: smaller;
}
/* /Components/Pages/CopIXapp/LogIX/Components/OptionsManagerDialog.razor.rz.scp.css */
.options-manager-modal[b-s50hqysfyk] {
    background-color: #1a1a1a;
    color: #fff;
}

.options-manager-modal .modal-header[b-s50hqysfyk] {
    border-bottom-color: #333;
}

.options-manager-modal .modal-footer[b-s50hqysfyk] {
    border-top-color: #333;
}

.add-option-section[b-s50hqysfyk] {
    margin-bottom: 1rem;
}

.add-option-section .form-control[b-s50hqysfyk] {
    background-color: #2a2a2a;
    border-color: #444;
    color: #fff;
}

.add-option-section .form-control:focus[b-s50hqysfyk] {
    background-color: #2a2a2a;
    border-color: #0d6efd;
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.options-list[b-s50hqysfyk] {
    max-height: 400px;
    overflow-y: auto;
}

.options-header[b-s50hqysfyk] {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}

.option-item[b-s50hqysfyk] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: border-color 0.2s;
}

.option-item:hover[b-s50hqysfyk] {
    border-color: rgba(255, 255, 255, 0.1);
}

.option-order[b-s50hqysfyk] {
    display: flex;
    flex-direction: column;
    margin-right: 0.5rem;
}

.option-order .btn-link[b-s50hqysfyk] {
    padding: 0.1rem;
    color: #888;
    text-decoration: none;
    font-size: 0.8rem;
}

.option-order .btn-link:hover:not(:disabled)[b-s50hqysfyk] {
    color: #fff;
}

.option-order .btn-link:disabled[b-s50hqysfyk] {
    opacity: 0.3;
}

.option-content[b-s50hqysfyk] {
    flex: 1;
    min-width: 0;
}

.option-text[b-s50hqysfyk] {
    display: block;
    padding: 0.25rem 0.5rem;
    color: #ddd;
    word-break: break-word;
}

.option-content .form-control[b-s50hqysfyk] {
    background-color: #2a2a2a;
    border-color: #0d6efd;
    color: #fff;
}

.option-actions[b-s50hqysfyk] {
    display: flex;
    gap: 0.25rem;
    margin-left: 0.5rem;
}

.option-actions .btn[b-s50hqysfyk] {
    padding: 0.2rem 0.4rem;
    font-size: 0.85rem;
}

/* Scrollbar styling */
.options-list[b-s50hqysfyk]::-webkit-scrollbar {
    width: 8px;
}

.options-list[b-s50hqysfyk]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.options-list[b-s50hqysfyk]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.options-list[b-s50hqysfyk]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/CopIXapp/LogIX/Components/VersionHistoryDialog.razor.rz.scp.css */
.version-history-modal[b-ervs5zxh6y] {
    background-color: #1a1a1a;
    color: #fff;
}

.version-history-modal .modal-header[b-ervs5zxh6y] {
    border-bottom-color: #333;
}

.version-history-modal .modal-footer[b-ervs5zxh6y] {
    border-top-color: #333;
}

.version-list[b-ervs5zxh6y] {
    max-height: 60vh;
    overflow-y: auto;
}

.version-item[b-ervs5zxh6y] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s;
}

.version-item:hover[b-ervs5zxh6y] {
    border-color: rgba(255, 255, 255, 0.2);
}

.version-item.current-version[b-ervs5zxh6y] {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.version-header[b-ervs5zxh6y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.version-info[b-ervs5zxh6y] {
    display: flex;
    align-items: center;
}

.version-number[b-ervs5zxh6y] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

.version-date[b-ervs5zxh6y] {
    font-size: 0.85rem;
    color: #999;
}

.version-details[b-ervs5zxh6y] {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.detail-row[b-ervs5zxh6y] {
    display: flex;
    margin-bottom: 0.25rem;
}

.detail-label[b-ervs5zxh6y] {
    color: #888;
    min-width: 100px;
}

.detail-value[b-ervs5zxh6y] {
    color: #ddd;
}

.version-notes[b-ervs5zxh6y] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.version-notes .detail-value[b-ervs5zxh6y] {
    font-style: italic;
    color: #aaa;
}

.version-actions[b-ervs5zxh6y] {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-details[b-ervs5zxh6y],
.threshold-details[b-ervs5zxh6y] {
    background: rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 4px;
}

.schedule-details p[b-ervs5zxh6y],
.threshold-details p[b-ervs5zxh6y] {
    margin-bottom: 0.25rem;
}

.schedule-details p:last-child[b-ervs5zxh6y],
.threshold-details p:last-child[b-ervs5zxh6y] {
    margin-bottom: 0;
}

/* Scrollbar styling */
.version-list[b-ervs5zxh6y]::-webkit-scrollbar {
    width: 8px;
}

.version-list[b-ervs5zxh6y]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.version-list[b-ervs5zxh6y]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.version-list[b-ervs5zxh6y]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/CopIXapp/LogIX/LogBuilder.razor.rz.scp.css */
/* ============================================
   LogIX Builder - CopIX Theme Styles
   ============================================ */

.log-builder[b-s2pt30mtoh] {
    padding: 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-s2pt30mtoh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h2[b-s2pt30mtoh] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.header-actions[b-s2pt30mtoh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filter-toggle[b-s2pt30mtoh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-text-muted, #d99b9b);
    font-size: 0.9rem;
}

/* Builder Container */
.builder-container[b-s2pt30mtoh] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
    min-height: 600px;
}

/* Definitions Panel (Left) */
.definitions-panel[b-s2pt30mtoh] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.definitions-panel h5[b-s2pt30mtoh] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.definition-list[b-s2pt30mtoh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.definition-item[b-s2pt30mtoh] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.definition-item:hover[b-s2pt30mtoh] {
    background: var(--copix-bg-accent, #611010);
    border-color: var(--copix-border, #7f1d1d);
}

.definition-item.selected[b-s2pt30mtoh] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
}

.definition-item.inactive[b-s2pt30mtoh] {
    opacity: 0.6;
}

.def-info[b-s2pt30mtoh] {
    flex: 1;
    min-width: 0;
}

.def-name[b-s2pt30mtoh] {
    display: block;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-meta[b-s2pt30mtoh] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.25rem;
}

.def-meta .text-muted[b-s2pt30mtoh] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.75rem;
}

.version-badge[b-s2pt30mtoh] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    color: var(--copix-info, #60a5fa);
    padding: 0.15rem 0.4rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.7rem;
    font-weight: 500;
}

.badge-inactive[b-s2pt30mtoh] {
    font-size: 0.7rem;
}

/* Editor Panel (Right) */
.editor-panel[b-s2pt30mtoh] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.no-selection[b-s2pt30mtoh] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--copix-text-muted, #d99b9b);
    text-align: center;
    padding: 2rem;
}

/* Definition Editor */
.definition-editor[b-s2pt30mtoh] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-header[b-s2pt30mtoh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.header-title h4[b-s2pt30mtoh] {
    margin: 0;
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
}

.version-info[b-s2pt30mtoh] {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.editor-actions[b-s2pt30mtoh] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Editor Sections */
.editor-section[b-s2pt30mtoh] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1.25rem;
}

.editor-section h6[b-s2pt30mtoh] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-header[b-s2pt30mtoh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h6[b-s2pt30mtoh] {
    margin: 0;
}

/* Attributes List */
.attributes-list[b-s2pt30mtoh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.attribute-item[b-s2pt30mtoh] {
    background: var(--copix-bg-medium, #4b1212);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attribute-header[b-s2pt30mtoh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.attribute-label[b-s2pt30mtoh] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.attribute-actions[b-s2pt30mtoh] {
    display: flex;
    gap: 0.35rem;
}

.attribute-actions .btn[b-s2pt30mtoh] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

/* Form styling in editor */
.editor-section .form-label[b-s2pt30mtoh] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
}

.editor-section .text-muted[b-s2pt30mtoh] {
    color: var(--copix-text-subtle, #9ca3af) !important;
    font-size: 0.8rem;
}

/* Alert styling */
.log-builder .alert-warning[b-s2pt30mtoh] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
    border-radius: var(--copix-radius-md, 8px);
}

.log-builder .alert-danger[b-s2pt30mtoh] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
    border-radius: var(--copix-radius-md, 8px);
}

.log-builder .alert-info[b-s2pt30mtoh] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
}

/* Responsive */
@media (max-width: 992px) {
    .builder-container[b-s2pt30mtoh] {
        grid-template-columns: 1fr;
    }

    .definitions-panel[b-s2pt30mtoh] {
        max-height: 300px;
    }

    .editor-panel[b-s2pt30mtoh] {
        max-height: none;
    }
}

@media (max-width: 768px) {
    .log-builder[b-s2pt30mtoh] {
        padding: 1rem;
    }

    .page-header[b-s2pt30mtoh] {
        flex-direction: column;
        align-items: flex-start;
    }

    .editor-header[b-s2pt30mtoh] {
        flex-direction: column;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogEntry.razor.rz.scp.css */
/* ============================================
   LogIX Entry - CopIX Theme Styles
   ============================================ */

.log-entry[b-ve78lfriua] {
    padding: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Loading State */
.loading-container[b-ve78lfriua] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Entry Header */
.entry-header[b-ve78lfriua] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.entry-header h2[b-ve78lfriua] {
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.entry-status[b-ve78lfriua] {
    text-align: right;
}

.entry-status .badge[b-ve78lfriua] {
    font-size: 0.85rem;
    padding: 0.4rem 0.75rem;
}

.entry-status small[b-ve78lfriua] {
    color: var(--copix-text-subtle, #9ca3af) !important;
}

/* Entry Form */
.entry-form[b-ve78lfriua] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Form Attributes */
.form-attribute[b-ve78lfriua] {
    padding: 1rem 0;
    border-bottom: 1px solid var(--copix-border-light, #5f1515);
}

.form-attribute:last-child[b-ve78lfriua] {
    border-bottom: none;
    padding-bottom: 0;
}

.form-attribute:first-child[b-ve78lfriua] {
    padding-top: 0;
}

/* Display Text */
.display-text[b-ve78lfriua] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 1rem;
}

.display-text strong[b-ve78lfriua] {
    color: var(--copix-text-light, #ffdddd);
    display: block;
    margin-bottom: 0.25rem;
}

.display-text .text-muted[b-ve78lfriua] {
    color: var(--copix-text-muted, #d99b9b) !important;
    font-size: 0.9rem;
}

/* Checkbox styles */
.checkbox-with-elaboration[b-ve78lfriua],
.checkbox-with-text[b-ve78lfriua] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Radio buttons and dropdowns */
.radio-button-list[b-ve78lfriua],
.dropdown-single[b-ve78lfriua],
.dropdown-multi[b-ve78lfriua] {
    margin-bottom: 0;
}

.radio-button-list .form-label[b-ve78lfriua],
.dropdown-single .form-label[b-ve78lfriua],
.dropdown-multi .form-label[b-ve78lfriua] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
}

.multi-select-options[b-ve78lfriua] {
    background: var(--copix-bg-darkest, #1a0808);
    border: 1px solid var(--copix-border-light, #5f1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    max-height: 200px;
    overflow-y: auto;
}

.multi-select-options .form-check[b-ve78lfriua] {
    padding: 0.35rem 0;
}

/* Photo capture */
.photo-capture .form-label[b-ve78lfriua] {
    color: var(--copix-text-light, #ffdddd);
    display: block;
    margin-bottom: 0.5rem;
}

.captured-preview[b-ve78lfriua] {
    max-width: 200px;
}

.captured-preview .img-thumbnail[b-ve78lfriua] {
    border-color: var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
}

/* Display photo */
.display-photo .form-label[b-ve78lfriua] {
    color: var(--copix-text-light, #ffdddd);
}

.display-photo .img-thumbnail[b-ve78lfriua] {
    border-color: var(--copix-border, #7f1d1d);
    background: var(--copix-bg-darkest, #1a0808);
}

/* Entry Notes */
.entry-notes[b-ve78lfriua] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--copix-border-light, #5f1515);
}

.entry-notes .form-label[b-ve78lfriua] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Entry Actions */
.entry-actions[b-ve78lfriua] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 1rem;
}

.entry-actions .btn-secondary[b-ve78lfriua] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
}

.entry-actions .btn-secondary:hover[b-ve78lfriua] {
    background: var(--copix-primary, #7f1d1d);
}

.entry-actions .btn-success[b-ve78lfriua] {
    background: linear-gradient(135deg, var(--copix-success, #34d399) 0%, #10b981 100%);
    border: none;
    color: var(--copix-bg-darkest, #1a0808);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
}

.entry-actions .btn-success:hover[b-ve78lfriua] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 211, 153, 0.3);
}

.entry-actions .btn-success:disabled[b-ve78lfriua] {
    background: var(--copix-text-subtle, #9ca3af);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Alert styling */
.log-entry .alert-warning[b-ve78lfriua] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
    border-radius: var(--copix-radius-md, 8px);
}

.log-entry .alert-info[b-ve78lfriua] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
}

.log-entry .alert-danger[b-ve78lfriua] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
    border-radius: var(--copix-radius-md, 8px);
}

/* Text colors */
.log-entry .text-danger[b-ve78lfriua] {
    color: var(--copix-danger, #ef4444) !important;
}

.log-entry .text-muted[b-ve78lfriua] {
    color: var(--copix-text-muted, #d99b9b) !important;
}

.log-entry .text-info[b-ve78lfriua] {
    color: var(--copix-info, #60a5fa) !important;
}

.log-entry .text-warning[b-ve78lfriua] {
    color: var(--copix-warning, #f97316) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .log-entry[b-ve78lfriua] {
        padding: 1rem;
    }

    .entry-header[b-ve78lfriua] {
        flex-direction: column;
    }

    .entry-status[b-ve78lfriua] {
        text-align: left;
    }

    .entry-form[b-ve78lfriua] {
        padding: 1rem;
    }

    .entry-actions[b-ve78lfriua] {
        flex-direction: column;
    }

    .entry-actions .btn[b-ve78lfriua] {
        width: 100%;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogHistory.razor.rz.scp.css */
/* ============================================
   LogIX History - CopIX Theme Styles
   ============================================ */

.log-history[b-k6prpuyzkt] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-k6prpuyzkt] {
    margin-bottom: 1.5rem;
}

.page-header h2[b-k6prpuyzkt] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

/* Filters Section */
.filters[b-k6prpuyzkt] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.filters .form-label[b-k6prpuyzkt] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

/* Loading State */
.loading-container[b-k6prpuyzkt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Stats Section */
.history-stats[b-k6prpuyzkt] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.stat-card[b-k6prpuyzkt] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.5rem;
    text-align: center;
    min-width: 120px;
    flex: 1;
}

.stat-card .stat-number[b-k6prpuyzkt] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--copix-text-light, #ffdddd);
}

.stat-card .stat-label[b-k6prpuyzkt] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status-specific stat card colors */
.stat-card.stat-on-time .stat-number[b-k6prpuyzkt] {
    color: var(--copix-success, #34d399);
}

.stat-card.stat-on-time[b-k6prpuyzkt] {
    border-color: rgba(52, 211, 153, 0.3);
}

.stat-card.stat-close .stat-number[b-k6prpuyzkt] {
    color: var(--copix-warning, #fbbf24);
}

.stat-card.stat-close[b-k6prpuyzkt] {
    border-color: rgba(251, 191, 36, 0.3);
}

.stat-card.stat-late .stat-number[b-k6prpuyzkt] {
    color: var(--copix-danger, #ef4444);
}

.stat-card.stat-late[b-k6prpuyzkt] {
    border-color: rgba(239, 68, 68, 0.3);
}

.stat-card.stat-missed .stat-number[b-k6prpuyzkt] {
    color: #f87171;
}

.stat-card.stat-missed[b-k6prpuyzkt] {
    border-color: rgba(248, 113, 113, 0.3);
}

/* Missed badge with striped effect */
.badge-missed[b-k6prpuyzkt] {
    background: repeating-linear-gradient(
        45deg,
        #ef4444,
        #ef4444 4px,
        #dc2626 4px,
        #dc2626 8px
    ) !important;
}

/* Alert styling */
.alert-info[b-k6prpuyzkt] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 2rem;
}

/* Table Overrides (supplement app.css) */
.log-history .table[b-k6prpuyzkt] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.log-history .table th[b-k6prpuyzkt] {
    background: var(--copix-bg-light, #501010);
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.log-history .table td[b-k6prpuyzkt] {
    vertical-align: middle;
}

.log-history .table tbody tr:hover td[b-k6prpuyzkt] {
    background: var(--copix-bg-accent, #611010);
}

/* Badge styling */
.log-history .badge[b-k6prpuyzkt] {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Clickable Rows */
.log-history .clickable-row[b-k6prpuyzkt] {
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.log-history .clickable-row:hover td[b-k6prpuyzkt] {
    background: var(--copix-bg-accent, #611010) !important;
}

/* Entry Detail Modal */
.entry-detail-modal[b-k6prpuyzkt] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #2a0808), var(--copix-bg-medium, #3b0b0b));
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-header[b-k6prpuyzkt] {
    background: var(--copix-bg-light, #501010);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.entry-detail-modal .modal-title[b-k6prpuyzkt] {
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-footer[b-k6prpuyzkt] {
    background: var(--copix-bg-light, #501010);
    border-top: 1px solid var(--copix-border, #7f1d1d);
}

/* Summary Section */
.entry-summary[b-k6prpuyzkt] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.detail-item[b-k6prpuyzkt] {
    margin-bottom: 0.5rem;
}

.detail-label[b-k6prpuyzkt] {
    display: block;
    font-size: 0.75rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-k6prpuyzkt] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

/* Section Titles */
.section-title[b-k6prpuyzkt] {
    color: var(--copix-text-light, #ffdddd);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* Responses List */
.responses-list[b-k6prpuyzkt] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.response-item[b-k6prpuyzkt] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 0.75rem 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.response-label[b-k6prpuyzkt] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.response-value[b-k6prpuyzkt] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

.elaboration-text[b-k6prpuyzkt],
.additional-text[b-k6prpuyzkt] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed var(--copix-border, #7f1d1d);
    font-style: italic;
    color: var(--copix-text-muted, #d99b9b);
}

/* Photo Display */
.photo-container[b-k6prpuyzkt] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.entry-photo[b-k6prpuyzkt] {
    max-width: 200px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 6px);
    border: 2px solid var(--copix-border, #7f1d1d);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.entry-photo:hover[b-k6prpuyzkt] {
    transform: scale(1.05);
    border-color: var(--copix-accent, #ef4444);
}

.photo-hint[b-k6prpuyzkt] {
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
}

/* Signature Display */
.signature-container[b-k6prpuyzkt] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.entry-signature[b-k6prpuyzkt] {
    max-width: 300px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 6px);
    border: 2px solid var(--copix-border, #7f1d1d);
    background: white;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.entry-signature:hover[b-k6prpuyzkt] {
    transform: scale(1.05);
    border-color: var(--copix-accent, #ef4444);
}

/* Notes Section */
.notes-content[b-k6prpuyzkt] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
    white-space: pre-wrap;
    font-size: 0.9rem;
}

/* GPS Section */
.gps-details[b-k6prpuyzkt] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 6px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.gps-map-container[b-k6prpuyzkt] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.gps-map-container iframe[b-k6prpuyzkt] {
    display: block;
}

.gps-info-bar[b-k6prpuyzkt] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: var(--copix-radius-sm, 6px);
    border: 1px solid var(--copix-border, #7f1d1d);
}

.gps-coord[b-k6prpuyzkt] {
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.gps-coord .coord-label[b-k6prpuyzkt] {
    font-size: 0.65rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.gps-coord .coord-value[b-k6prpuyzkt] {
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
    font-family: 'Consolas', 'Monaco', monospace;
}

.gps-external-link[b-k6prpuyzkt] {
    margin-left: auto;
}

/* Full Image Modal */
.full-image[b-k6prpuyzkt] {
    border-radius: var(--copix-radius-md, 8px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
    .log-history[b-k6prpuyzkt] {
        padding: 1rem;
    }

    .filters .row[b-k6prpuyzkt] {
        gap: 0.5rem;
    }

    .history-stats[b-k6prpuyzkt] {
        flex-direction: column;
    }

    .stat-card[b-k6prpuyzkt] {
        min-width: 100%;
    }
    
    .entry-photo[b-k6prpuyzkt] {
        max-width: 100%;
    }
    
    .entry-signature[b-k6prpuyzkt] {
        max-width: 100%;
    }
    
    .gps-info-bar[b-k6prpuyzkt] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .gps-external-link[b-k6prpuyzkt] {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXDashboard.razor.rz.scp.css */
/* ============================================
   LogIX Dashboard - CopIX Theme Styles
   ============================================ */

.logix-dashboard[b-vman672654] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.dashboard-header[b-vman672654] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.dashboard-header h2[b-vman672654] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.dashboard-controls[b-vman672654] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.location-select[b-vman672654] {
    width: auto;
    min-width: 200px;
    background-color: var(--copix-bg-medium, #4b1212);
    color: var(--copix-text-primary, #ffffff);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
}

.loading-container[b-vman672654] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Alert styling */
.alert-info[b-vman672654] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.25rem;
}

.alert-info a[b-vman672654] {
    color: var(--copix-text-light, #ffdddd);
    text-decoration: underline;
}

/* Dashboard Grid - Responsive card counts */
/* Phone: 2 cards | Tablet: 6 cards | Desktop: 10-12 cards */
.dashboard-grid[b-vman672654] {
    display: grid;
    gap: 0.5rem;
    /* Desktop (default): ~10-12 cards with smaller min-width */
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* Tablet (576px - 991px): exactly 6 cards */
@media (min-width: 576px) and (max-width: 991px) {
    .dashboard-grid[b-vman672654] {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Phone (<576px): exactly 2 cards */
@media (max-width: 575px) {
    .dashboard-grid[b-vman672654] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dashboard Card - Compact design matching original */
.dashboard-card[b-vman672654] {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    text-align: center;
    color: rgb(254, 252, 242);
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 14px;
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
}

.dashboard-card:hover[b-vman672654] {
    transform: translateY(-2px);
    box-shadow: rgb(6, 7, 5) 2px 2px 4px;
}

.card-time[b-vman672654] {
    font-size: 13px;
    margin-bottom: 2px;
    font-family: 'Oxygen', monospace, sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.card-name[b-vman672654] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 12px;
}

/* Status colors - escalating from dark to critical */

/* Green/Normal - Dark black background (silent/OK state) */
.status-green[b-vman672654] {
    background-color: rgb(17, 17, 17);
    border-color: rgb(0, 0, 0);
    color: rgb(254, 252, 242);
}

.status-green:hover[b-vman672654] {
    background-color: rgb(30, 30, 30);
}

/* Yellow/Warning - Bright yellow background with black text */
.status-yellow[b-vman672654] {
    background-color: #FFFF00;
    border-color: #CCCC00;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.status-yellow:hover[b-vman672654] {
    background-color: #FFFF44;
}

.status-yellow .card-name[b-vman672654] {
    color: rgb(0, 0, 0);
}

/* Red/Danger - Red background with white text */
.status-red[b-vman672654] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.status-red:hover[b-vman672654] {
    background-color: #EF4444;
}

/* Overdue/FlashingRed - Red with flashing animation */
.status-overdue[b-vman672654] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
    animation: flash-red-b-vman672654 0.5s ease-in-out infinite;
}

@keyframes flash-red-b-vman672654 {
    0%, 100% {
        background-color: #DC2626;
        opacity: 1;
    }
    50% {
        background-color: #7F1D1D;
        opacity: 0.85;
    }
}

/* Button styling */
.btn-outline-secondary[b-vman672654] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
    border-radius: var(--copix-radius-sm, 4px);
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover[b-vman672654] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
}

/* Responsive adjustments - Tablet and below */
@media (max-width: 991px) {
    .logix-dashboard[b-vman672654] {
        padding: 1rem;
    }

    .dashboard-header[b-vman672654] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .dashboard-header h2[b-vman672654] {
        font-size: 1.5rem;
    }

    .dashboard-controls[b-vman672654] {
        width: 100%;
    }

    .location-select[b-vman672654] {
        flex: 1;
        min-width: 150px;
    }
}

/* Phone-specific adjustments */
@media (max-width: 575px) {
    .logix-dashboard[b-vman672654] {
        padding: 0.5rem;
    }

    .dashboard-header h2[b-vman672654] {
        font-size: 1.25rem;
    }

    .dashboard-grid[b-vman672654] {
        gap: 0.35rem;
    }

    .dashboard-card[b-vman672654] {
        padding: 4px;
        font-size: 11px;
    }

    .card-time[b-vman672654] {
        font-size: 11px;
        line-height: 12px;
    }

    .card-name[b-vman672654] {
        font-size: 9px;
        line-height: 10px;
    }
}

/* Group separator styling */
.group-separator[b-vman672654] {
    margin: 24px 0 12px 0;
    padding: 10px 16px;
    border-left: 4px solid var(--copix-primary, #dc3545);
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.15), transparent);
    border-radius: 0 var(--copix-radius-sm, 4px) var(--copix-radius-sm, 4px) 0;
}

.group-header[b-vman672654] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
    letter-spacing: 0.5px;
}

/* Phone-specific group separator adjustments */
@media (max-width: 575px) {
    .group-separator[b-vman672654] {
        margin: 16px 0 8px 0;
        padding: 8px 12px;
    }

    .group-header[b-vman672654] {
        font-size: 0.875rem;
    }
}

/* ============================================
   NFC Requirement Styles
   ============================================ */

/* NFC indicator on dashboard cards */
.nfc-indicator[b-vman672654] {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    background-color: rgba(255, 193, 7, 0.9);
    border-radius: 3px;
    color: #000;
    z-index: 1;
}

.nfc-indicator.nfc-verified[b-vman672654] {
    background-color: rgba(40, 167, 69, 0.9);
    color: #fff;
}

/* Make dashboard card position relative for indicator */
.dashboard-card[b-vman672654] {
    position: relative;
}

/* NFC-locked card styling */
.dashboard-card.nfc-locked[b-vman672654] {
    opacity: 0.7;
    filter: grayscale(30%);
}

.dashboard-card.nfc-locked[b-vman672654]::before {
    content: '🔒';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.dashboard-card.nfc-locked:hover[b-vman672654] {
    opacity: 0.85;
    filter: grayscale(20%);
}

/* NFC Scanning Modal */
.nfc-scanning-animation[b-vman672654] {
    padding: 2rem;
}

.nfc-scanning-animation .spinner-border[b-vman672654] {
    width: 3rem;
    height: 3rem;
}

/* Phone-specific NFC adjustments */
@media (max-width: 575px) {
    .nfc-indicator[b-vman672654] {
        font-size: 8px;
        padding: 1px 2px;
    }

    .dashboard-card.nfc-locked[b-vman672654]::before {
        font-size: 14px;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXLocations.razor.rz.scp.css */
/* ============================================
   LogIX Locations - CopIX Theme Styles
   ============================================ */

.logix-locations[b-bz1wmcnz4h] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-bz1wmcnz4h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h2[b-bz1wmcnz4h] {
    margin: 0;
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.75rem;
    font-weight: 600;
}

.header-actions[b-bz1wmcnz4h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Loading State */
.loading-container[b-bz1wmcnz4h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Locations Grid */
.locations-grid[b-bz1wmcnz4h] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* Location Card */
.location-card[b-bz1wmcnz4h] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    transition: all 0.2s ease;
}

.location-card:hover[b-bz1wmcnz4h] {
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-2px);
    box-shadow: var(--copix-shadow-md, 0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Location Header */
.location-header[b-bz1wmcnz4h] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.location-header h4[b-bz1wmcnz4h] {
    margin: 0;
    font-size: 1.15rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.location-actions[b-bz1wmcnz4h] {
    display: flex;
    gap: 0.35rem;
}

.location-actions .btn[b-bz1wmcnz4h] {
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-sm, 4px);
    color: var(--copix-text-primary, #ffffff);
    transition: all 0.2s ease;
}

.location-actions .btn:hover[b-bz1wmcnz4h] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

.location-actions .btn-outline-danger:hover[b-bz1wmcnz4h] {
    background: var(--copix-danger, #ef4444);
    border-color: var(--copix-danger, #ef4444);
}

/* Location Description */
.location-description[b-bz1wmcnz4h] {
    color: var(--copix-text-muted, #d99b9b);
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* Location Info */
.location-info[b-bz1wmcnz4h] {
    margin-top: 0.75rem;
}

.location-info .badge[b-bz1wmcnz4h] {
    background: var(--copix-bg-accent, #611010);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.35rem 0.75rem;
    border-radius: var(--copix-radius-full, 9999px);
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--copix-border-light, #5f1515);
}

/* Location GUID */
.location-guid[b-bz1wmcnz4h] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed var(--copix-border-light, #5f1515);
}

.location-guid small[b-bz1wmcnz4h] {
    color: var(--copix-text-subtle, #9ca3af);
    font-family: monospace;
    font-size: 0.8rem;
}

/* Location Buttons */
.location-buttons[b-bz1wmcnz4h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--copix-border-light, #5f1515);
}

.location-buttons .btn[b-bz1wmcnz4h] {
    flex: 1;
    min-width: 120px;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: var(--copix-radius-sm, 4px);
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.location-buttons .btn-outline-secondary[b-bz1wmcnz4h] {
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
}

.location-buttons .btn-outline-secondary:hover[b-bz1wmcnz4h] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

.location-buttons .btn-outline-warning[b-bz1wmcnz4h] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15));
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
    color: var(--copix-warning, #f97316);
}

.location-buttons .btn-outline-warning:hover[b-bz1wmcnz4h] {
    background: var(--copix-warning, #f97316);
    border-color: var(--copix-warning, #f97316);
    color: var(--copix-text-primary, #ffffff);
    transform: translateY(-1px);
}

.location-buttons .btn-outline-info[b-bz1wmcnz4h] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.location-buttons .btn-outline-info:hover[b-bz1wmcnz4h] {
    background: var(--copix-info, #60a5fa);
    border-color: var(--copix-info, #60a5fa);
    color: var(--copix-text-primary, #ffffff);
    transform: translateY(-1px);
}

.location-buttons .btn:disabled[b-bz1wmcnz4h] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* NFC Status Badges */
.header-actions .badge[b-bz1wmcnz4h] {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm, 4px);
}

.header-actions .badge.bg-success[b-bz1wmcnz4h] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15)) !important;
    color: var(--copix-success, #34d399);
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
}

.header-actions .badge.bg-warning[b-bz1wmcnz4h] {
    background: var(--copix-warning-bg, rgba(249, 115, 22, 0.15)) !important;
    color: var(--copix-warning, #f97316);
    border: 1px solid var(--copix-warning-border, rgba(249, 115, 22, 0.3));
}

.header-actions .badge.bg-danger[b-bz1wmcnz4h] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15)) !important;
    color: var(--copix-danger, #ef4444);
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
}

/* Alert Styles */
.alert[b-bz1wmcnz4h] {
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    margin-bottom: 1rem;
}

.alert-info[b-bz1wmcnz4h] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.alert-success[b-bz1wmcnz4h] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
    color: var(--copix-success, #34d399);
}

.alert-danger[b-bz1wmcnz4h] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
}

/* Empty State */
.alert.alert-info[b-bz1wmcnz4h] {
    text-align: center;
    padding: 2rem;
    background: var(--copix-bg-dark, #3b0b0b);
    border: 1px dashed var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
}

/* Responsive */
@media (max-width: 768px) {
    .logix-locations[b-bz1wmcnz4h] {
        padding: 1rem;
    }

    .page-header[b-bz1wmcnz4h] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .page-header h2[b-bz1wmcnz4h] {
        font-size: 1.5rem;
    }
    
    .header-actions[b-bz1wmcnz4h] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .locations-grid[b-bz1wmcnz4h] {
        grid-template-columns: 1fr;
    }
    
    .location-buttons[b-bz1wmcnz4h] {
        flex-direction: column;
    }
    
    .location-buttons .btn[b-bz1wmcnz4h] {
        min-width: 100%;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPerformLogs.razor.rz.scp.css */
/* ============================================
   LogIX Perform Logs - CopIX Theme Styles
   ============================================ */

.perform-logs[b-dhybw2md8s] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.perform-header[b-dhybw2md8s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.perform-header h2[b-dhybw2md8s] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.nfc-controls[b-dhybw2md8s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.scanning-indicator[b-dhybw2md8s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-warning, #f97316);
    font-weight: 500;
}

.pulse-dot[b-dhybw2md8s] {
    width: 12px;
    height: 12px;
    background-color: var(--copix-warning, #f97316);
    border-radius: 50%;
    animation: pulse-animation-b-dhybw2md8s 1.5s ease-in-out infinite;
}

@keyframes pulse-animation-b-dhybw2md8s {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.nfc-not-supported[b-dhybw2md8s] {
    text-align: right;
}

.nfc-not-supported .badge[b-dhybw2md8s] {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm, 4px);
}

.loading-container[b-dhybw2md8s] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Location Info Banner */
.location-info[b-dhybw2md8s] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.location-badge[b-dhybw2md8s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--copix-success, #34d399);
    color: var(--copix-bg-darkest, #1a0808);
    padding: 0.5rem 1rem;
    border-radius: var(--copix-radius-full, 9999px);
    font-weight: bold;
}

.location-icon[b-dhybw2md8s] {
    font-size: 1.25rem;
}

.location-name[b-dhybw2md8s] {
    font-size: 1.1rem;
}

.location-description[b-dhybw2md8s] {
    margin: 0;
    color: var(--copix-text-muted, #d99b9b);
    flex: 1;
}

/* Logs Grid */
.logs-grid[b-dhybw2md8s] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
}

/* Log Card */
.log-card[b-dhybw2md8s] {
    padding: 1.25rem;
    border-radius: var(--copix-radius-lg, 12px);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.log-card:hover[b-dhybw2md8s] {
    transform: translateY(-3px);
    box-shadow: var(--copix-shadow-lg, 0 8px 24px rgba(0, 0, 0, 0.4));
}

.card-status[b-dhybw2md8s] {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
}

.time-remaining[b-dhybw2md8s] {
    color: rgba(255, 255, 255, 0.8);
}

.time-overdue[b-dhybw2md8s] {
    color: var(--copix-text-primary, #fff);
    font-weight: bold;
}

.card-name[b-dhybw2md8s] {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-action[b-dhybw2md8s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

.action-icon[b-dhybw2md8s] {
    font-size: 1.1rem;
}

/* Status colors - using CopIX theme */
.status-green[b-dhybw2md8s] {
    background-color: var(--copix-bg-darkest, #1a0808);
    border: 2px solid var(--copix-success, #34d399);
    color: var(--copix-success, #34d399);
}

.status-green:hover[b-dhybw2md8s] {
    background-color: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
}

.status-yellow[b-dhybw2md8s] {
    background-color: var(--copix-warning, #f97316);
    color: var(--copix-bg-darkest, #1a0808);
}

.status-yellow:hover[b-dhybw2md8s] {
    background-color: #fb923c;
}

.status-yellow .card-action[b-dhybw2md8s] {
    border-top-color: rgba(0, 0, 0, 0.2);
}

.status-red[b-dhybw2md8s] {
    background-color: var(--copix-danger, #ef4444);
    color: var(--copix-text-primary, #fff);
}

.status-red:hover[b-dhybw2md8s] {
    background-color: #f87171;
}

.status-overdue[b-dhybw2md8s] {
    background-color: var(--copix-danger, #ef4444);
    color: var(--copix-text-primary, #fff);
    animation: card-pulse-b-dhybw2md8s 2s ease-in-out infinite;
}

@keyframes card-pulse-b-dhybw2md8s {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.01);
    }
}

/* No Location State */
.no-location[b-dhybw2md8s] {
    text-align: center;
    padding: 2rem;
}

.scan-prompt[b-dhybw2md8s] {
    padding: 3rem;
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border-radius: var(--copix-radius-lg, 12px);
    border: 2px dashed var(--copix-border, #7f1d1d);
}

.scan-prompt h4[b-dhybw2md8s] {
    color: var(--copix-text-light, #ffdddd);
    margin-bottom: 0.5rem;
}

.scan-icon[b-dhybw2md8s] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: scan-pulse-b-dhybw2md8s 2s ease-in-out infinite;
}

@keyframes scan-pulse-b-dhybw2md8s {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.manual-select[b-dhybw2md8s] {
    margin-top: 2rem;
}

.manual-select h5[b-dhybw2md8s] {
    margin-bottom: 1rem;
    color: var(--copix-text-muted, #d99b9b);
}

.location-buttons[b-dhybw2md8s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.location-btn[b-dhybw2md8s] {
    min-width: 120px;
    background: var(--copix-bg-accent, #611010);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-primary, #ffffff);
    transition: all 0.2s ease;
}

.location-btn:hover[b-dhybw2md8s] {
    background: var(--copix-primary, #7f1d1d);
    border-color: var(--copix-primary-hover, #991b1b);
    transform: translateY(-1px);
}

/* Alert Styles */
.alert[b-dhybw2md8s] {
    border-radius: var(--copix-radius-md, 8px);
}

.alert-info[b-dhybw2md8s] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
}

.alert-info a[b-dhybw2md8s] {
    color: var(--copix-text-light, #ffdddd);
}

.alert-danger[b-dhybw2md8s] {
    background: var(--copix-danger-bg, rgba(239, 68, 68, 0.15));
    border: 1px solid var(--copix-danger-border, rgba(239, 68, 68, 0.3));
    color: var(--copix-danger, #ef4444);
}

.alert-success[b-dhybw2md8s] {
    background: var(--copix-success-bg, rgba(52, 211, 153, 0.15));
    border: 1px solid var(--copix-success-border, rgba(52, 211, 153, 0.3));
    color: var(--copix-success, #34d399);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .perform-logs[b-dhybw2md8s] {
        padding: 1rem;
    }

    .perform-header[b-dhybw2md8s] {
        flex-direction: column;
        align-items: flex-start;
    }

    .perform-header h2[b-dhybw2md8s] {
        font-size: 1.5rem;
    }

    .nfc-controls[b-dhybw2md8s] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .location-info[b-dhybw2md8s] {
        flex-direction: column;
        align-items: flex-start;
    }

    .logs-grid[b-dhybw2md8s] {
        grid-template-columns: 1fr;
    }

    .scan-prompt[b-dhybw2md8s] {
        padding: 2rem 1rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXPublicDashboard.razor.rz.scp.css */
/* ============================================
   LogIX Public Dashboard - Standalone Styles
   No menu, no login - full screen dashboard
   ============================================ */

/* Burn-in prevention overlay */
.burn-in-overlay[b-qatlzwqlku] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 9999;
    animation: fadeInOut-b-qatlzwqlku 2s ease-in-out;
}

@keyframes fadeInOut-b-qatlzwqlku {
    0% { opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}

/* Main container - full viewport */
.public-dashboard[b-qatlzwqlku] {
    min-height: 100vh;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(135deg, #1a0a0a 0%, #2d0f0f 50%, #1a0a0a 100%);
    color: #ffffff;
    box-sizing: border-box;
}

/* Error container */
.error-container[b-qatlzwqlku] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-content[b-qatlzwqlku] {
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.error-content h2[b-qatlzwqlku] {
    color: #dc3545;
    margin-bottom: 1rem;
}

.error-content p[b-qatlzwqlku] {
    color: #aaa;
}

/* Loading container */
.loading-container[b-qatlzwqlku] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

/* Header */
.dashboard-header[b-qatlzwqlku] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-header h2[b-qatlzwqlku] {
    margin: 0;
    font-size: 1.75rem;
    color: #ffdddd;
    font-weight: 600;
}

.last-updated[b-qatlzwqlku] {
    font-size: 0.9rem;
    color: #888;
}

/* No data message */
.no-data-message[b-qatlzwqlku] {
    text-align: center;
    padding: 3rem;
    color: #888;
    font-size: 1.1rem;
}

/* Dashboard Grid - Responsive card counts */
/* Phone: 2 cards | Tablet: 6 cards | Desktop: 10-12 cards */
.dashboard-grid[b-qatlzwqlku] {
    display: grid;
    gap: 0.5rem;
    /* Desktop (default): ~10-12 cards with smaller min-width */
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

/* Tablet (576px - 991px): exactly 6 cards */
@media (min-width: 576px) and (max-width: 991px) {
    .dashboard-grid[b-qatlzwqlku] {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Phone (<576px): exactly 2 cards */
@media (max-width: 575px) {
    .dashboard-grid[b-qatlzwqlku] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dashboard Card - Read-only (no cursor pointer) */
.dashboard-card[b-qatlzwqlku] {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgb(0, 0, 0);
    text-align: center;
    color: rgb(254, 252, 242);
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    font-size: 13px;
    line-height: 14px;
    box-shadow: rgb(6, 7, 5) 1px 1px;
    box-sizing: border-box;
    /* No hover effects for read-only */
    cursor: default;
}

.card-time[b-qatlzwqlku] {
    font-size: 13px;
    margin-bottom: 2px;
    font-family: 'Oxygen', monospace, sans-serif;
    font-weight: 400;
    line-height: 14px;
}

.card-name[b-qatlzwqlku] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 12px;
}

/* Status colors - escalating from dark to critical */

/* Green/Normal - Dark black background (silent/OK state) */
.status-green[b-qatlzwqlku] {
    background-color: rgb(17, 17, 17);
    border-color: rgb(0, 0, 0);
    color: rgb(254, 252, 242);
}

/* Yellow/Warning - Bright yellow background with black text */
.status-yellow[b-qatlzwqlku] {
    background-color: #FFFF00;
    border-color: #CCCC00;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.status-yellow .card-name[b-qatlzwqlku] {
    color: rgb(0, 0, 0);
}

/* Red/Danger - Red background with white text */
.status-red[b-qatlzwqlku] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

/* Overdue/FlashingRed - Red with flashing animation */
.status-overdue[b-qatlzwqlku] {
    background-color: #DC2626;
    border-color: #B91C1C;
    color: rgb(255, 255, 255);
    font-weight: 700;
    animation: flash-red-b-qatlzwqlku 0.5s ease-in-out infinite;
}

@keyframes flash-red-b-qatlzwqlku {
    0%, 100% {
        background-color: #DC2626;
        opacity: 1;
    }
    50% {
        background-color: #7F1D1D;
        opacity: 0.85;
    }
}

/* Group separator styling */
.group-separator[b-qatlzwqlku] {
    margin: 24px 0 12px 0;
    padding: 10px 16px;
    border-left: 4px solid #dc3545;
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.15), transparent);
    border-radius: 0 4px 4px 0;
}

.group-header[b-qatlzwqlku] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffdddd;
    letter-spacing: 0.5px;
}

/* Responsive adjustments - Tablet and below */
@media (max-width: 991px) {
    .public-dashboard[b-qatlzwqlku] {
        padding: 1rem;
    }

    .dashboard-header[b-qatlzwqlku] {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .dashboard-header h2[b-qatlzwqlku] {
        font-size: 1.5rem;
    }
}

/* Phone-specific adjustments */
@media (max-width: 575px) {
    .public-dashboard[b-qatlzwqlku] {
        padding: 0.5rem;
    }

    .dashboard-header h2[b-qatlzwqlku] {
        font-size: 1.25rem;
    }

    .dashboard-grid[b-qatlzwqlku] {
        gap: 0.35rem;
    }

    .dashboard-card[b-qatlzwqlku] {
        padding: 4px;
        font-size: 11px;
    }

    .card-time[b-qatlzwqlku] {
        font-size: 11px;
        line-height: 12px;
    }

    .card-name[b-qatlzwqlku] {
        font-size: 9px;
        line-height: 10px;
    }

    .group-separator[b-qatlzwqlku] {
        margin: 16px 0 8px 0;
        padding: 8px 12px;
    }

    .group-header[b-qatlzwqlku] {
        font-size: 0.875rem;
    }
}

/* Kiosk mode - hide cursor after inactivity (optional enhancement) */
@media (min-width: 992px) {
    .public-dashboard[b-qatlzwqlku] {
        /* Large screens are likely TV/kiosk displays */
        padding: 2rem;
    }
    
    .dashboard-header h2[b-qatlzwqlku] {
        font-size: 2rem;
    }
    
    .last-updated[b-qatlzwqlku] {
        font-size: 1rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXSettings.razor.rz.scp.css */
.logix-settings[b-g0u93pwh99] {
    padding: 1rem;
    max-width: 900px;
}

.page-header[b-g0u93pwh99] {
    margin-bottom: 1.5rem;
}

.page-header h2[b-g0u93pwh99] {
    margin: 0;
    color: #ffdddd;
}

.loading-container[b-g0u93pwh99] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.settings-sections[b-g0u93pwh99] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.settings-card[b-g0u93pwh99] {
    background: linear-gradient(145deg, #3b0b0b, #4b1212);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #7f1d1d;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.settings-card h5[b-g0u93pwh99] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.settings-card .text-muted[b-g0u93pwh99] {
    color: #d99b9b !important;
}

.settings-card .form-label[b-g0u93pwh99] {
    color: #ffdddd;
    font-weight: 500;
}

.settings-card .form-check-label[b-g0u93pwh99] {
    color: #ffffff;
}

/* Sound Management Section */
.sound-management[b-g0u93pwh99] {
    background: #501010;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.sound-management h6[b-g0u93pwh99] {
    color: #ffdddd;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.sound-items[b-g0u93pwh99] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sound-item[b-g0u93pwh99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b0b0b;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #5f1515;
}

.sound-item-info[b-g0u93pwh99] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sound-icon[b-g0u93pwh99] {
    font-size: 1.25rem;
}

.sound-label[b-g0u93pwh99] {
    color: #ffdddd;
    font-weight: 500;
}

.sound-status[b-g0u93pwh99] {
    font-size: 0.85rem;
    color: var(--copix-text-muted);
}

.sound-status.configured[b-g0u93pwh99] {
    color: var(--copix-success);
}

.sound-item-actions[b-g0u93pwh99] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-upload[b-g0u93pwh99] {
    background: #611010;
    color: #ffffff;
    border: 1px solid #7f1d1d;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-upload:hover[b-g0u93pwh99] {
    background: #7f1d1d;
    border-color: #ffdddd;
}

.btn-play[b-g0u93pwh99] {
    background: transparent;
    color: var(--copix-success);
    border: 1px solid var(--copix-success);
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
    border-radius: var(--copix-radius-sm);
    cursor: pointer;
    transition: all var(--copix-transition);
}

.btn-play:hover[b-g0u93pwh99] {
    background: var(--copix-success-bg);
}

.btn-play:disabled[b-g0u93pwh99] {
    color: var(--copix-text-subtle);
    border-color: var(--copix-text-subtle);
    cursor: not-allowed;
}

/* Card Actions */
.card-actions[b-g0u93pwh99] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #5f1515;
    display: flex;
    gap: 0.75rem;
}

.btn-save[b-g0u93pwh99] {
    background: linear-gradient(135deg, #7f1d1d, #991b1b);
    color: #ffffff;
    border: none;
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.btn-save:hover:not(:disabled)[b-g0u93pwh99] {
    background: linear-gradient(135deg, #991b1b, #b91c1c);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(153, 27, 27, 0.4);
}

.btn-save:disabled[b-g0u93pwh99] {
    background: #555555;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Info Alert */
.info-alert[b-g0u93pwh99] {
    background: var(--copix-info-bg);
    border: 1px solid var(--copix-info-border);
    border-radius: var(--copix-radius-md);
    padding: 0.75rem 1rem;
    color: var(--copix-info);
    font-size: 0.9rem;
    margin-top: 1rem;
}

.info-alert strong[b-g0u93pwh99] {
    color: var(--copix-text-light);
}

/* File Input Styling */
.file-input-wrapper[b-g0u93pwh99] {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input-wrapper input[type="file"][b-g0u93pwh99] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* Uploading State */
.uploading-indicator[b-g0u93pwh99] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--copix-warning);
    font-size: 0.85rem;
}

.uploading-indicator .spinner-sm[b-g0u93pwh99] {
    width: 16px;
    height: 16px;
    border: 2px solid var(--copix-border-light);
    border-top-color: var(--copix-warning);
    border-radius: 50%;
    animation: spin-b-g0u93pwh99 1s linear infinite;
}

@keyframes spin-b-g0u93pwh99 {
    to { transform: rotate(360deg); }
}

/* Success message */
.success-message[b-g0u93pwh99] {
    color: var(--copix-success);
    font-size: 0.85rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* Error message */
.error-message[b-g0u93pwh99] {
    color: var(--copix-danger);
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

/* Public Dashboards List */
.public-dashboards-list[b-g0u93pwh99] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.public-dashboard-item[b-g0u93pwh99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b0b0b;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #5f1515;
    transition: all 0.2s ease;
}

.public-dashboard-item:hover[b-g0u93pwh99] {
    border-color: #7f1d1d;
    background: #451010;
}

.public-dashboard-item.disabled[b-g0u93pwh99] {
    opacity: 0.7;
}

.dashboard-info[b-g0u93pwh99] {
    flex: 1;
    min-width: 0;
}

.dashboard-name[b-g0u93pwh99] {
    color: #ffdddd;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-filter[b-g0u93pwh99] {
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.dashboard-actions[b-g0u93pwh99] {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
}

.dashboard-actions .btn[b-g0u93pwh99] {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 768px) {
    .sound-item[b-g0u93pwh99] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .sound-item-actions[b-g0u93pwh99] {
        width: 100%;
        justify-content: flex-end;
    }

    .public-dashboard-item[b-g0u93pwh99] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .dashboard-actions[b-g0u93pwh99] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXSubmissionStats.razor.rz.scp.css */
/* ============================================
   LogIX Submission Statistics - CopIX Theme Styles
   ============================================ */

.submission-stats[b-ljl5d3xoko] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Page Header */
.page-header[b-ljl5d3xoko] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h2[b-ljl5d3xoko] {
    margin: 0;
    font-size: 1.75rem;
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

/* Filters Section */
.filters[b-ljl5d3xoko] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.filters .form-label[b-ljl5d3xoko] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
}

/* Loading State */
.loading-container[b-ljl5d3xoko] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: var(--copix-text-muted, #d99b9b);
}

/* Summary Stats */
.summary-stats[b-ljl5d3xoko] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.stat-card[b-ljl5d3xoko] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.5rem;
    text-align: center;
    min-width: 120px;
    flex: 1;
}

.stat-card .stat-number[b-ljl5d3xoko] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--copix-text-light, #ffdddd);
}

.stat-card .stat-label[b-ljl5d3xoko] {
    font-size: 0.85rem;
    color: var(--copix-text-muted, #d99b9b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Status-specific stat card colors */
.stat-card.stat-on-time .stat-number[b-ljl5d3xoko] {
    color: var(--copix-success, #34d399);
}

.stat-card.stat-on-time[b-ljl5d3xoko] {
    border-color: rgba(52, 211, 153, 0.3);
}

.stat-card.stat-close .stat-number[b-ljl5d3xoko] {
    color: var(--copix-warning, #fbbf24);
}

.stat-card.stat-close[b-ljl5d3xoko] {
    border-color: rgba(251, 191, 36, 0.3);
}

.stat-card.stat-late .stat-number[b-ljl5d3xoko] {
    color: var(--copix-danger, #ef4444);
}

.stat-card.stat-late[b-ljl5d3xoko] {
    border-color: rgba(239, 68, 68, 0.3);
}

.stat-card.stat-missed .stat-number[b-ljl5d3xoko] {
    color: #f87171;
}

.stat-card.stat-missed[b-ljl5d3xoko] {
    border-color: rgba(248, 113, 113, 0.3);
}

/* Stats Section */
.stats-section[b-ljl5d3xoko] {
    background: linear-gradient(145deg, var(--copix-bg-dark, #3b0b0b), var(--copix-bg-medium, #4b1212));
    border: 1px solid var(--copix-border, #7f1d1d);
    border-radius: var(--copix-radius-lg, 12px);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.stats-section .section-title[b-ljl5d3xoko] {
    color: var(--copix-text-light, #ffdddd);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

/* Chart Container */
.chart-container[b-ljl5d3xoko] {
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid var(--copix-border-light, #5f1515);
}

/* Table Styling */
.submission-stats .table[b-ljl5d3xoko] {
    border-radius: var(--copix-radius-md, 8px);
    overflow: hidden;
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 0;
}

.submission-stats .table th[b-ljl5d3xoko] {
    background: var(--copix-bg-light, #501010);
    color: var(--copix-text-light, #ffdddd);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    border-color: var(--copix-border, #7f1d1d);
    vertical-align: middle;
}

.submission-stats .table td[b-ljl5d3xoko] {
    vertical-align: middle;
    color: var(--copix-text-light, #ffdddd);
    border-color: var(--copix-border-light, #5f1515);
}

.submission-stats .table tbody tr:nth-child(odd) td[b-ljl5d3xoko] {
    background: var(--copix-bg-dark, #3b0b0b);
}

.submission-stats .table tbody tr:nth-child(even) td[b-ljl5d3xoko] {
    background: var(--copix-bg-medium, #4b1212);
}

.submission-stats .table tbody tr:hover td[b-ljl5d3xoko] {
    background: var(--copix-bg-accent, #611010);
}

/* Status colors in table */
.submission-stats .text-success[b-ljl5d3xoko] {
    color: var(--copix-success, #34d399) !important;
}

.submission-stats .text-warning[b-ljl5d3xoko] {
    color: var(--copix-warning, #fbbf24) !important;
}

.submission-stats .text-danger[b-ljl5d3xoko] {
    color: var(--copix-danger, #ef4444) !important;
}

.submission-stats .text-info[b-ljl5d3xoko] {
    color: var(--copix-info, #60a5fa) !important;
}

/* Badge styling */
.submission-stats .badge[b-ljl5d3xoko] {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Missed badge with striped effect */
.badge-missed[b-ljl5d3xoko] {
    background: repeating-linear-gradient(
        45deg,
        #ef4444,
        #ef4444 4px,
        #dc2626 4px,
        #dc2626 8px
    ) !important;
}

/* Alert styling */
.submission-stats .alert-info[b-ljl5d3xoko] {
    background: var(--copix-info-bg, rgba(96, 165, 250, 0.15));
    border: 1px solid var(--copix-info-border, rgba(96, 165, 250, 0.3));
    color: var(--copix-info, #60a5fa);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 2rem;
}

.submission-stats .alert-secondary[b-ljl5d3xoko] {
    background: rgba(156, 163, 175, 0.1);
    border: 1px solid rgba(156, 163, 175, 0.3);
    color: var(--copix-text-muted, #d99b9b);
    border-radius: var(--copix-radius-md, 8px);
    text-align: center;
    padding: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .submission-stats[b-ljl5d3xoko] {
        padding: 1rem;
    }

    .page-header[b-ljl5d3xoko] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .filters .row[b-ljl5d3xoko] {
        gap: 0.5rem;
    }

    .summary-stats[b-ljl5d3xoko] {
        flex-direction: column;
    }

    .stat-card[b-ljl5d3xoko] {
        min-width: 100%;
    }

    .stats-section[b-ljl5d3xoko] {
        padding: 1rem;
    }

    .chart-container[b-ljl5d3xoko] {
        padding: 0.5rem;
    }

    .submission-stats .table[b-ljl5d3xoko] {
        font-size: 0.85rem;
    }

    .submission-stats .table th[b-ljl5d3xoko],
    .submission-stats .table td[b-ljl5d3xoko] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/CopIXapp/LogIX/LogIXTimeline.razor.rz.scp.css */
/* ============================================
   LogIX Timeline - CopIX Theme Styles
   ============================================ */

.logix-timeline[b-0t9lrjyuyx] {
    padding: 1.5rem;
    background: var(--copix-bg-dark, #1a0a0a);
    min-height: 100vh;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Header Section
   ============================================ */

.timeline-header[b-0t9lrjyuyx] {
    margin-bottom: 1.5rem;
}

.timeline-header h2[b-0t9lrjyuyx] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Controls Section
   ============================================ */

.timeline-controls[b-0t9lrjyuyx] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
}

.date-controls[b-0t9lrjyuyx] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.date-picker[b-0t9lrjyuyx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-picker label[b-0t9lrjyuyx] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
}

.date-picker input[b-0t9lrjyuyx] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.5rem 0.75rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.9rem;
}

.date-picker input:focus[b-0t9lrjyuyx] {
    outline: none;
    border-color: var(--copix-primary, #dc3545);
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.action-buttons[b-0t9lrjyuyx] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn[b-0t9lrjyuyx] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.btn-icon[b-0t9lrjyuyx] {
    font-size: 0.75rem;
}

.btn-filter[b-0t9lrjyuyx] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-filter:hover[b-0t9lrjyuyx] {
    background: var(--copix-primary, #7f1d1d);
}

.btn-display[b-0t9lrjyuyx] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-display:hover[b-0t9lrjyuyx] {
    background: var(--copix-primary, #7f1d1d);
}

.btn-pdf[b-0t9lrjyuyx] {
    background: var(--copix-bg-accent, #3a1a1a);
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.btn-pdf:hover[b-0t9lrjyuyx] {
    background: #1a5a1a;
    border-color: #2a7a2a;
}

.btn-clear[b-0t9lrjyuyx] {
    background: transparent;
    border-color: var(--copix-border, #7f1d1d);
    color: var(--copix-text-muted, #d99b9b);
}

.btn-clear:hover[b-0t9lrjyuyx] {
    background: rgba(220, 53, 69, 0.15);
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Filter Panel
   ============================================ */

.filter-panel[b-0t9lrjyuyx] {
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 1rem;
    animation: slideDown-b-0t9lrjyuyx 0.2s ease;
}

@keyframes slideDown-b-0t9lrjyuyx {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-row[b-0t9lrjyuyx] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.filter-group[b-0t9lrjyuyx] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
}

.filter-group label[b-0t9lrjyuyx] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
}

.filter-group select[b-0t9lrjyuyx],
.form-select[b-0t9lrjyuyx] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
    padding: 0.5rem 0.75rem;
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.9rem;
}

.filter-group select:focus[b-0t9lrjyuyx],
.form-select:focus[b-0t9lrjyuyx] {
    outline: none;
    border-color: var(--copix-primary, #dc3545);
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.filter-actions[b-0t9lrjyuyx] {
    display: flex;
    align-items: flex-end;
}

/* ============================================
   Display Options Panel
   ============================================ */

.display-panel[b-0t9lrjyuyx] {
    padding: 1rem;
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    margin-bottom: 1rem;
    animation: slideDown-b-0t9lrjyuyx 0.2s ease;
}

.display-row[b-0t9lrjyuyx] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.display-group[b-0t9lrjyuyx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.display-group label[b-0t9lrjyuyx] {
    font-size: 0.875rem;
    color: var(--copix-text-light, #ffdddd);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.display-group input[type="range"][b-0t9lrjyuyx] {
    width: 150px;
    accent-color: var(--copix-primary, #dc3545);
}

.display-group input[type="checkbox"][b-0t9lrjyuyx] {
    width: 18px;
    height: 18px;
    accent-color: var(--copix-primary, #dc3545);
}

.range-value[b-0t9lrjyuyx] {
    font-size: 0.875rem;
    color: var(--copix-text-muted, #d99b9b);
    min-width: 30px;
}

/* ============================================
   Loading State
   ============================================ */

.loading-container[b-0t9lrjyuyx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    color: var(--copix-text-muted, #d99b9b);
    gap: 1rem;
}

.spinner-border[b-0t9lrjyuyx] {
    width: 3rem;
    height: 3rem;
    border-color: var(--copix-primary, #dc3545);
    border-right-color: transparent;
}

/* ============================================
   Alert Styles
   ============================================ */

.alert-info[b-0t9lrjyuyx] {
    background: rgba(96, 165, 250, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #60a5fa;
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem 1.25rem;
}

/* ============================================
   Timeline Container - Unified Scrolling
   ============================================ */

.timeline-wrapper[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    border: 1px solid var(--copix-border, #7f1d1d);
    overflow: hidden;
    height: calc(100vh - 280px);
    min-height: 400px;
}

.timeline-scroll-container[b-0t9lrjyuyx] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.timeline-content[b-0t9lrjyuyx] {
    min-width: 100%;
}

/* ============================================
   Time Header Row
   ============================================ */

.timeline-time-header[b-0t9lrjyuyx] {
    display: flex;
    border-bottom: 2px solid var(--copix-border, #7f1d1d);
    background: var(--copix-bg-dark, #1a0a0a);
    position: sticky;
    top: 0;
    z-index: 10;
}

.group-label-spacer[b-0t9lrjyuyx] {
    min-width: 120px;
    width: 120px;
    flex-shrink: 0;
    border-right: 1px solid var(--copix-border, #7f1d1d);
    position: sticky;
    left: 0;
    background: var(--copix-bg-dark, #1a0a0a);
    z-index: 11;
}

.time-scale[b-0t9lrjyuyx] {
    position: relative;
    height: 80px;
    overflow: visible;
    flex: 1;
}

.hour-marker[b-0t9lrjyuyx] {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(127, 29, 29, 0.5);
    padding-left: 0;
}

.hour-label[b-0t9lrjyuyx] {
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: rotate(-45deg);
    transform-origin: left top;
    position: absolute;
    top: 28px;
    left: 4px;
    line-height: 1.2;
}

.hour-date[b-0t9lrjyuyx] {
    font-size: 0.65rem;
    color: var(--copix-text-muted, #d99b9b);
    opacity: 0.8;
}

.hour-time[b-0t9lrjyuyx] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
}

/* ============================================
   Timeline Body
   ============================================ */

.timeline-body[b-0t9lrjyuyx] {
    overflow: visible;
}

/* ============================================
   Timeline Group
   ============================================ */

.timeline-group[b-0t9lrjyuyx] {
    border-bottom: 2px solid var(--copix-border, #7f1d1d);
}

.timeline-group:last-child[b-0t9lrjyuyx] {
    border-bottom: none;
}

.group-header[b-0t9lrjyuyx] {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.2), transparent);
    padding: 0.5rem 0.75rem;
    border-left: 4px solid var(--copix-primary, #dc3545);
    position: sticky;
    left: 0;
    z-index: 4;
}

.group-name[b-0t9lrjyuyx] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================
   Timeline Row
   ============================================ */

.timeline-row[b-0t9lrjyuyx] {
    display: flex;
    border-bottom: 1px solid rgba(127, 29, 29, 0.3);
}

.timeline-row:last-child[b-0t9lrjyuyx] {
    border-bottom: none;
}

.location-label[b-0t9lrjyuyx] {
    min-width: 120px;
    width: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    background: var(--copix-bg-dark, #1a0a0a);
    border-right: 1px solid var(--copix-border, #7f1d1d);
    position: sticky;
    left: 0;
    z-index: 5;
}

.location-name[b-0t9lrjyuyx] {
    font-size: 0.8rem;
    color: var(--copix-text-light, #ffdddd);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   Timeline Track
   ============================================ */

.timeline-track[b-0t9lrjyuyx] {
    position: relative;
    flex: 1;
    overflow: visible;
}

.hour-gridline[b-0t9lrjyuyx] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(127, 29, 29, 0.2);
    pointer-events: none;
}

/* ============================================
   Timeline Blocks
   ============================================ */

.timeline-block[b-0t9lrjyuyx] {
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.timeline-block:hover[b-0t9lrjyuyx] {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.block-label[b-0t9lrjyuyx] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Block status modifiers */
.block-completed[b-0t9lrjyuyx] {
    opacity: 1;
}

.block-close[b-0t9lrjyuyx] {
    opacity: 0.9;
    border: 2px solid rgba(255, 193, 7, 0.8);
}

.block-late[b-0t9lrjyuyx] {
    opacity: 0.85;
    border-style: dashed;
}

.block-missed[b-0t9lrjyuyx] {
    opacity: 0.5;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 3px,
        rgba(0, 0, 0, 0.2) 3px,
        rgba(0, 0, 0, 0.2) 6px
    ) !important;
}

.block-pending[b-0t9lrjyuyx] {
    opacity: 0.6;
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

/* ============================================
   Entry Detail Modal
   ============================================ */

.entry-detail-modal[b-0t9lrjyuyx] {
    background: var(--copix-bg-dark, #1a0a0a);
    border: 1px solid var(--copix-border, #7f1d1d);
    color: var(--copix-text-light, #ffdddd);
}

.entry-detail-modal .modal-header[b-0t9lrjyuyx] {
    background: linear-gradient(135deg, #2a1515, #1a0a0a);
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.entry-detail-modal .modal-title[b-0t9lrjyuyx] {
    color: var(--copix-text-light, #ffdddd);
    font-weight: 600;
}

.entry-detail-modal .modal-body[b-0t9lrjyuyx] {
    background: var(--copix-bg-dark, #1a0a0a);
    padding: 1.5rem;
}

.entry-detail-modal .modal-footer[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-top: 1px solid var(--copix-border, #7f1d1d);
}

.entry-summary[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-md, 8px);
    padding: 1rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.detail-item[b-0t9lrjyuyx] {
    margin-bottom: 0.75rem;
}

.detail-item:last-child[b-0t9lrjyuyx] {
    margin-bottom: 0;
}

.detail-label[b-0t9lrjyuyx] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
}

.detail-value[b-0t9lrjyuyx] {
    font-size: 0.95rem;
    color: var(--copix-text-light, #ffdddd);
}

.section-title[b-0t9lrjyuyx] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--copix-text-light, #ffdddd);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--copix-border, #7f1d1d);
}

.responses-list[b-0t9lrjyuyx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.response-item[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.response-label[b-0t9lrjyuyx] {
    font-size: 0.75rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-bottom: 0.25rem;
}

.response-value[b-0t9lrjyuyx] {
    font-size: 0.9rem;
    color: var(--copix-text-light, #ffdddd);
}

.elaboration-text[b-0t9lrjyuyx],
.additional-text[b-0t9lrjyuyx] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--copix-radius-sm, 4px);
    font-size: 0.85rem;
}

.notes-content[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
    white-space: pre-wrap;
}

.gps-details[b-0t9lrjyuyx] {
    background: var(--copix-bg-medium, #2a1515);
    border-radius: var(--copix-radius-sm, 4px);
    padding: 0.75rem;
    border: 1px solid var(--copix-border, #7f1d1d);
}

.photo-container[b-0t9lrjyuyx],
.signature-container[b-0t9lrjyuyx] {
    position: relative;
    display: inline-block;
}

.entry-photo[b-0t9lrjyuyx],
.entry-signature[b-0t9lrjyuyx] {
    max-width: 200px;
    max-height: 150px;
    border-radius: var(--copix-radius-sm, 4px);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.entry-photo:hover[b-0t9lrjyuyx],
.entry-signature:hover[b-0t9lrjyuyx] {
    transform: scale(1.02);
}

.photo-hint[b-0t9lrjyuyx] {
    display: block;
    font-size: 0.7rem;
    color: var(--copix-text-muted, #d99b9b);
    margin-top: 0.25rem;
}

/* ============================================
   Badge Styles
   ============================================ */

.badge[b-0t9lrjyuyx] {
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: var(--copix-radius-sm, 4px);
}

.bg-success[b-0t9lrjyuyx] {
    background-color: #10b981 !important;
}

.bg-warning[b-0t9lrjyuyx] {
    background-color: #f59e0b !important;
    color: #000 !important;
}

.bg-danger[b-0t9lrjyuyx] {
    background-color: #ef4444 !important;
}

.bg-info[b-0t9lrjyuyx] {
    background-color: #3b82f6 !important;
}

.bg-secondary[b-0t9lrjyuyx] {
    background-color: #6b7280 !important;
}

/* ============================================
   Print Styles
   ============================================ */

.print-only[b-0t9lrjyuyx] {
    display: none;
}

.print-header[b-0t9lrjyuyx] {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #333;
}

.print-header h1[b-0t9lrjyuyx] {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.print-header p[b-0t9lrjyuyx] {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

.filter-summary[b-0t9lrjyuyx] {
    font-size: 0.8rem;
}

.filter-summary span[b-0t9lrjyuyx] {
    margin-right: 1rem;
}

@media print {
    .no-print[b-0t9lrjyuyx] {
        display: none !important;
    }
    
    .print-only[b-0t9lrjyuyx] {
        display: block !important;
    }
    
    .logix-timeline[b-0t9lrjyuyx] {
        padding: 0;
        background: white !important;
        color: black !important;
    }
    
    .logix-timeline.print-mode[b-0t9lrjyuyx] {
        background: white !important;
    }
    
    .timeline-wrapper[b-0t9lrjyuyx] {
        background: white !important;
        border: 1px solid #ccc !important;
        height: auto !important;
        overflow: visible !important;
    }
    
    .timeline-scroll-container[b-0t9lrjyuyx] {
        overflow: visible !important;
        height: auto !important;
    }
    
    .timeline-time-header[b-0t9lrjyuyx] {
        background: #f5f5f5 !important;
    }
    
    .group-header[b-0t9lrjyuyx] {
        background: #e5e5e5 !important;
        border-left-color: #333 !important;
    }
    
    .group-name[b-0t9lrjyuyx],
    .location-name[b-0t9lrjyuyx],
    .hour-label[b-0t9lrjyuyx],
    .hour-date[b-0t9lrjyuyx],
    .hour-time[b-0t9lrjyuyx] {
        color: black !important;
    }
    
    .timeline-row[b-0t9lrjyuyx] {
        border-color: #ccc !important;
    }
    
    .location-label[b-0t9lrjyuyx] {
        background: #f9f9f9 !important;
        border-color: #ccc !important;
    }
    
    .hour-gridline[b-0t9lrjyuyx] {
        background: rgba(0, 0, 0, 0.1) !important;
    }
    
    .timeline-block[b-0t9lrjyuyx] {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
    
    .block-label[b-0t9lrjyuyx] {
        color: white !important;
    }
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 991px) {
    .logix-timeline[b-0t9lrjyuyx] {
        padding: 1rem;
    }
    
    .timeline-wrapper[b-0t9lrjyuyx] {
        height: calc(100vh - 320px);
    }
    
    .timeline-controls[b-0t9lrjyuyx] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .date-controls[b-0t9lrjyuyx] {
        width: 100%;
    }
    
    .action-buttons[b-0t9lrjyuyx] {
        justify-content: flex-start;
    }
    
    .filter-row[b-0t9lrjyuyx] {
        flex-direction: column;
    }
    
    .filter-group[b-0t9lrjyuyx] {
        width: 100%;
        min-width: unset;
    }
    
    .group-label-spacer[b-0t9lrjyuyx],
    .location-label[b-0t9lrjyuyx] {
        min-width: 80px;
        width: 80px;
    }
}

@media (max-width: 575px) {
    .logix-timeline[b-0t9lrjyuyx] {
        padding: 0.5rem;
    }
    
    .timeline-wrapper[b-0t9lrjyuyx] {
        height: calc(100vh - 350px);
        min-height: 300px;
    }
    
    .timeline-header h2[b-0t9lrjyuyx] {
        font-size: 1.25rem;
    }
    
    .date-picker input[b-0t9lrjyuyx] {
        font-size: 0.8rem;
        padding: 0.4rem 0.5rem;
    }
    
    .btn[b-0t9lrjyuyx] {
        padding: 0.4rem 0.75rem;
        font-size: 0.8rem;
    }
    
    .group-label-spacer[b-0t9lrjyuyx],
    .location-label[b-0t9lrjyuyx] {
        min-width: 60px;
        width: 60px;
    }
    
    .location-name[b-0t9lrjyuyx] {
        font-size: 0.7rem;
    }
    
    .group-name[b-0t9lrjyuyx] {
        font-size: 0.8rem;
    }
    
    .block-label[b-0t9lrjyuyx] {
        font-size: 0.55rem;
    }
}

/* ============================================
   Scrollbar Styles
   ============================================ */

.timeline-scroll-container[b-0t9lrjyuyx]::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.timeline-scroll-container[b-0t9lrjyuyx]::-webkit-scrollbar-track {
    background: var(--copix-bg-dark, #1a0a0a);
}

.timeline-scroll-container[b-0t9lrjyuyx]::-webkit-scrollbar-thumb {
    background: var(--copix-border, #7f1d1d);
    border-radius: 4px;
}

.timeline-scroll-container[b-0t9lrjyuyx]::-webkit-scrollbar-thumb:hover {
    background: var(--copix-primary, #dc3545);
}

.timeline-scroll-container[b-0t9lrjyuyx]::-webkit-scrollbar-corner {
    background: var(--copix-bg-dark, #1a0a0a);
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPerson.razor.rz.scp.css */
body[b-scodkp26pp] {
}

.PersonName[b-scodkp26pp] {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonAddresses.razor.rz.scp.css */

.CopIXPersonAddress[b-1n6j5nm7mt] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.AddressBox[b-1n6j5nm7mt] {
    line-height: 1.2em;
    overflow: clip;
}
.AddressCatalogID[b-1n6j5nm7mt] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.AddressID[b-1n6j5nm7mt] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.AddressDescription[b-1n6j5nm7mt] {
    color: dimgray;
    font-size: 0.8em;
}
.AddressBox[b-1n6j5nm7mt] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .AddressBox[b-1n6j5nm7mt]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Address[b-1n6j5nm7mt] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-1n6j5nm7mt] .AddressLink {
    text-decoration: none;
    color: white;
    font-size: 0.8em;
    text-transform: capitalize;
}
   
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonIdentifiers.razor.rz.scp.css */

.CopIXPersonIdentifier[b-w73dtig1pi] {
    /*background-color: #550600;*/
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
   /* -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;*/
    /*box-shadow: inset 0 0 10px #626262;*/
    /*margin: 10px;*/
}

.CatalogBox[b-w73dtig1pi] {
    line-height: 1.2em;
    overflow: clip;
}
.IdentifierCatalogID[b-w73dtig1pi] {
    font-size: 0.4em;
    color: dimgray;
    font-weight: bold;
    line-height: 0.6em;
}

.IdentifierID[b-w73dtig1pi] {
    font-size: 0.6em;
    color: darkslategray;
    font-weight: bold;
}
.IdentifierDescription[b-w73dtig1pi] {
    color: dimgray;
    font-size: 0.8em;
}
.IdentifierBox[b-w73dtig1pi] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .IdentifierBox[b-w73dtig1pi]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }
.Identifier[b-w73dtig1pi] {
    font-size: 1em;
    color: white;
}
   
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonIncarcerations.razor.rz.scp.css */

.CopIXPersonIncarceration[b-l0p65jbiqo] {
    background-color: #4a4a4a;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-l0p65jbiqo] {
    line-height: 1.2em;
    overflow: clip;
}

.CatalogID[b-l0p65jbiqo] {
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}

.IncarcerationDateTime[b-l0p65jbiqo] {
    font-family: 'OCR A';
}

.IncarcerationID[b-l0p65jbiqo] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}

.IncarcerationBox[b-l0p65jbiqo] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .IncarcerationBox[b-l0p65jbiqo]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Incarceration[b-l0p65jbiqo] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

.Inactive[b-l0p65jbiqo] {
    text-decoration: line-through;
    color: rosybrown;
}

.Stale[b-l0p65jbiqo] {
    color: goldenrod;
}

.StaleTag[b-l0p65jbiqo] {
    background-color: goldenrod;
    color: black;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: none !important;
}

    .StaleTag:hover[b-l0p65jbiqo] {
        background-color: #daa520;
        color: white;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonPhotos.razor.rz.scp.css */
body[b-pgqn81rgqp] {
}

.CarouselPersonPhoto[b-pgqn81rgqp] {
    max-height: 90px;
    max-width: 90px;
    border-radius: 16px;
}

[b-pgqn81rgqp] .CarouselPersonPhotoInfo {
    position: relative;
    top: -12px;
    font-size: xx-small;
    background-color: #0000006a;
    border-radius: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    color: navajowhite;
    color: rgba(255, 222, 173, 0.5);
}

[b-pgqn81rgqp] .CarouselPersonPhotoInfoDateTime {
    font-size:smaller;
}
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonTips.razor.rz.scp.css */

.CopIXPersonTip[b-lj6chy8lyu] {
    background-color: #8b8b17;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-lj6chy8lyu] {
    line-height: 1.2em;
    overflow: clip;
}

.CatalogID[b-lj6chy8lyu] {
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}

.TipDateTime[b-lj6chy8lyu] {
    font-family: 'OCR A';
}

.TipID[b-lj6chy8lyu] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}

.TipBox[b-lj6chy8lyu] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

    .TipBox[b-lj6chy8lyu]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }

.Tip[b-lj6chy8lyu] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

.Tips[b-lj6chy8lyu] {
    font-size: 1em;
    color: white;
}

.TipsButton[b-lj6chy8lyu] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    cursor: pointer;
}

    .TipsButton:hover[b-lj6chy8lyu] {
        background: #a51106;
    }

/* Action buttons for moderators */
.TipActions[b-lj6chy8lyu] {
    margin-left: 8px;
    display: inline-flex;
    gap: 4px;
}

.TipActionButton[b-lj6chy8lyu] {
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 0.9em;
    transition: background-color 0.2s;
}

    .TipActionButton:hover[b-lj6chy8lyu] {
        background-color: rgba(255, 255, 255, 0.2);
    }

.EditButton:hover[b-lj6chy8lyu] {
    background-color: rgba(255, 193, 7, 0.3);
}

.DeleteButton:hover[b-lj6chy8lyu] {
    background-color: rgba(220, 53, 69, 0.3);
}

/* Dialog styling */
.tip-dialog-content[b-lj6chy8lyu] {
    padding: 10px 0;
}

    .tip-dialog-content .form-label[b-lj6chy8lyu] {
        font-weight: 600;
        margin-bottom: 4px;
        display: block;
        color: #333;
    }

    .tip-dialog-content .mb-3[b-lj6chy8lyu] {
        margin-bottom: 12px;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardCopIXPersonWants.razor.rz.scp.css */

.CopIXPersonWant[b-pem8916ry7] {
    background-color: #550600;
    color: antiquewhite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    font-family: Arial;
    font-size: small;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    margin: 10px;
}

.CatalogBox[b-pem8916ry7] {
    line-height: 1.2em;
    overflow: clip;
}
.CatalogID[b-pem8916ry7]
{
    font-size: 0.8em;
    color: yellowgreen;
    font-weight: bold;
}
.WantDateTime[b-pem8916ry7] {
    font-family: 'OCR A';
}
.WantID[b-pem8916ry7] {
    font-size: 0.6em;
    color: cornsilk;
    font-weight: bold;
}
.ChargesBox[b-pem8916ry7] {
    overflow: scroll;
    text-overflow: clip;
    line-height: 1em;
    /* Hide scrollbars for touch scrolling on mobile */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
    .ChargesBox[b-pem8916ry7]::-webkit-scrollbar {
        display: none; /* Chrome/Safari/WebKit */
    }
.Charges[b-pem8916ry7] {
    font-size: 1em;
    color: white;
    text-transform: capitalize;
}

[b-pem8916ry7] .WantsButton {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
}

.Inactive[b-pem8916ry7] {
    text-decoration: line-through;
    color: rosybrown;
}

.Stale[b-pem8916ry7] {
    color: goldenrod;
}

.StaleTag[b-pem8916ry7] {
    background-color: goldenrod;
    color: black;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: none !important;
}

    .StaleTag:hover[b-pem8916ry7] {
        background-color: #daa520;
        color: white;
    }
/* /Components/Pages/CopIXapp/Wants/Cards/CardKanbanPerson.razor.rz.scp.css */
.kanban-card[b-ieb2bni4jm] {
    background-color: #1a1a2e;
    border: 1px solid goldenrod;
    border-radius: 8px;
    padding: 10px;
    margin: 8px 4px;
    box-shadow: inset 0 0 8px #626262;
    min-width: 220px;
    max-width: 280px;
}

.kanban-card-header[b-ieb2bni4jm] {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #333;
}

.kanban-photo-container[b-ieb2bni4jm] {
    flex-shrink: 0;
}

.kanban-photo-link[b-ieb2bni4jm] {
    display: block;
    cursor: pointer;
}

.kanban-photo[b-ieb2bni4jm] {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #444;
}

.kanban-photo:hover[b-ieb2bni4jm] {
    border-color: goldenrod;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.kanban-person-info[b-ieb2bni4jm] {
    flex-grow: 1;
    min-width: 0;
}

.kanban-name-link[b-ieb2bni4jm] {
    text-decoration: none;
    color: inherit;
}

.kanban-name[b-ieb2bni4jm] {
    font-size: 1rem;
    font-weight: bold;
    color: #f0f0f0;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.kanban-name:hover[b-ieb2bni4jm] {
    color: goldenrod;
    cursor: pointer;
}

.kanban-detail[b-ieb2bni4jm] {
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 2px;
}

.kanban-detail-label[b-ieb2bni4jm] {
    color: #888;
}

.kanban-card-body[b-ieb2bni4jm] {
    margin-bottom: 8px;
}

.kanban-catalog-info[b-ieb2bni4jm] {
    background-color: #0d0d1a;
    padding: 6px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.kanban-catalog-row[b-ieb2bni4jm] {
    font-size: 0.7rem;
    color: #ccc;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.kanban-catalog-label[b-ieb2bni4jm] {
    color: #888;
    font-weight: 500;
}

.kanban-catalog-value[b-ieb2bni4jm] {
    color: #6fa8dc;
    font-weight: 500;
}

.kanban-charges[b-ieb2bni4jm],
.kanban-extradition[b-ieb2bni4jm],
.kanban-jacket[b-ieb2bni4jm] {
    font-size: 0.75rem;
    color: #bbb;
    margin-bottom: 4px;
}

.kanban-charges-label[b-ieb2bni4jm],
.kanban-extradition-label[b-ieb2bni4jm],
.kanban-jacket-label[b-ieb2bni4jm] {
    color: #888;
    font-weight: 500;
}

.kanban-charges-text[b-ieb2bni4jm] {
    display: block;
    margin-top: 2px;
    color: #ddd;
}

.kanban-extradition-value[b-ieb2bni4jm],
.kanban-jacket-value[b-ieb2bni4jm] {
    color: #e8a838;
}

.kanban-substatus[b-ieb2bni4jm] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #444;
}

.kanban-substatus-badge[b-ieb2bni4jm] {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 12px;
    background-color: #4a4a6a;
    color: #fff;
    border: 1px solid #6a6a8a;
}

.kanban-card-footer[b-ieb2bni4jm] {
    padding-top: 8px;
    border-top: 1px solid #333;
}

.kanban-last-note[b-ieb2bni4jm] {
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 6px;
    font-style: italic;
}

.kanban-note-label[b-ieb2bni4jm] {
    color: #777;
    font-style: normal;
}

.kanban-last-update[b-ieb2bni4jm] {
    font-size: 0.65rem;
    color: #666;
    margin-bottom: 8px;
}

.kanban-actions[b-ieb2bni4jm] {
    display: flex;
    justify-content: center;
}

.kanban-status-btn[b-ieb2bni4jm] {
    width: 100%;
    font-size: 0.75rem;
}

[b-ieb2bni4jm] .kanban-status-btn.e-btn {
    background-color: #2d2d44;
    border-color: #555;
    color: #ddd;
}

[b-ieb2bni4jm] .kanban-status-btn.e-btn:hover {
    background-color: #3d3d54;
    border-color: goldenrod;
    color: #fff;
}
/* /Components/Pages/CopIXapp/Wants/Dialogs/DialogCopixAddressStatusChange.razor.rz.scp.css */
[b-86otskgwr3] .AddressLink a:link, a:visited[b-86otskgwr3] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    text-decoration: none;
}
/* /Components/Pages/CopIXapp/Wants/Dialogs/DialogKanbanStatusChange.razor.rz.scp.css */
.dialog-content[b-jihmyhzf5v] {
    padding: 10px 0;
}

.person-summary[b-jihmyhzf5v] {
    background-color: #1a1a2e;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.person-name[b-jihmyhzf5v] {
    font-size: 1.1rem;
    font-weight: bold;
    color: #f0f0f0;
    margin-bottom: 4px;
}

.person-details[b-jihmyhzf5v] {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 4px;
}

.catalog-info[b-jihmyhzf5v] {
    font-size: 0.75rem;
    color: #6fa8dc;
}

.current-status[b-jihmyhzf5v] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-label[b-jihmyhzf5v] {
    font-weight: 500;
    color: #ccc;
    margin-bottom: 6px;
    display: block;
}

.current-status .form-label[b-jihmyhzf5v] {
    margin-bottom: 0;
}

.form-group[b-jihmyhzf5v] {
    margin-bottom: 16px;
}

.status-badge[b-jihmyhzf5v] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-small[b-jihmyhzf5v] {
    padding: 2px 6px;
    font-size: 0.7rem;
}

/* Status colors */
.status-needs-attention[b-jihmyhzf5v] {
    background-color: #dc3545;
    color: white;
}

.status-hold-requested[b-jihmyhzf5v] {
    background-color: #fd7e14;
    color: white;
}

.status-hold-placed[b-jihmyhzf5v] {
    background-color: #ffc107;
    color: #212529;
}

.status-transportation-setup[b-jihmyhzf5v] {
    background-color: #0dcaf0;
    color: #212529;
}

.status-transportation-inprogress[b-jihmyhzf5v] {
    background-color: #0d6efd;
    color: white;
}

.status-no-extradition[b-jihmyhzf5v] {
    background-color: #6c757d;
    color: white;
}

.status-not-going-to-transport[b-jihmyhzf5v] {
    background-color: #6c757d;
    color: white;
}

.status-finished[b-jihmyhzf5v] {
    background-color: #198754;
    color: white;
}

.history-section[b-jihmyhzf5v] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #333;
}

.history-header[b-jihmyhzf5v] {
    margin-bottom: 8px;
}

.history-list[b-jihmyhzf5v] {
    max-height: 200px;
    overflow-y: auto;
}

.history-entry[b-jihmyhzf5v] {
    background-color: #1a1a2e;
    border: 1px solid #2a2a3e;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 6px;
}

.history-status[b-jihmyhzf5v] {
    margin-bottom: 4px;
}

.history-details[b-jihmyhzf5v] {
    font-size: 0.75rem;
    color: #888;
    margin-bottom: 4px;
}

.history-date[b-jihmyhzf5v] {
    margin-right: 8px;
}

.history-user[b-jihmyhzf5v] {
    color: #6fa8dc;
}

.history-note[b-jihmyhzf5v] {
    font-size: 0.75rem;
    color: #aaa;
    font-style: italic;
    padding-left: 8px;
    border-left: 2px solid #444;
    margin-top: 4px;
}

[b-jihmyhzf5v] .kanban-status-dialog .e-dlg-content {
    background-color: #0d0d1a;
}

[b-jihmyhzf5v] .kanban-status-dialog .e-dlg-header-content {
    background-color: #1a1a2e;
    border-bottom: 1px solid #333;
}

[b-jihmyhzf5v] .kanban-status-dialog .e-footer-content {
    background-color: #1a1a2e;
    border-top: 1px solid #333;
}

[b-jihmyhzf5v] .kanban-status-dialog .e-dlg-header {
    color: #f0f0f0;
}

[b-jihmyhzf5v] .history-btn {
    margin-right: auto;
}
/* /Components/Pages/CopIXapp/Wants/WantsKanban.razor.rz.scp.css */
.kanban-container[b-10lw727mj3] {
    padding: 16px;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
}

.kanban-header[b-10lw727mj3] {
    margin-bottom: 16px;
}

.kanban-title[b-10lw727mj3] {
    color: var(--copix-text-light);
    margin-bottom: 12px;
}

.kanban-toolbar[b-10lw727mj3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.search-container[b-10lw727mj3] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.kanban-actions-toolbar[b-10lw727mj3] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.filter-container[b-10lw727mj3] {
    display: flex;
    gap: 8px;
    align-items: center;
}

[b-10lw727mj3] .kanban-filter .e-input-group {
    background-color: var(--copix-bg-medium);
    border-color: var(--copix-border);
}

[b-10lw727mj3] .kanban-filter input {
    color: var(--copix-text-light);
}

[b-10lw727mj3] .kanban-filter .e-ddl-icon {
    color: var(--copix-text-muted);
}

[b-10lw727mj3] .clear-filters-btn.e-btn {
    color: var(--copix-danger);
    font-size: 0.8rem;
    padding: 4px 8px;
}

[b-10lw727mj3] .clear-filters-btn.e-btn:hover {
    background-color: var(--copix-danger-bg);
}

.kanban-count[b-10lw727mj3] {
    color: var(--copix-text-muted);
    font-size: 0.9rem;
}

.kanban-board[b-10lw727mj3] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    flex-grow: 1;
    padding-bottom: 16px;
}

.kanban-column[b-10lw727mj3] {
    flex: 0 0 280px;
    min-width: 280px;
    background-color: var(--copix-bg-medium);
    border-radius: var(--copix-radius-md);
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

/* Phone: Stack columns vertically, full width */
@media (max-width: 575px) {
    .kanban-board[b-10lw727mj3] {
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .kanban-column[b-10lw727mj3] {
        flex: 0 0 auto;
        min-width: 100%;
        width: 100%;
        max-height: 300px;
    }
}

.kanban-column-header[b-10lw727mj3] {
    padding: 12px;
    border-radius: var(--copix-radius-md) var(--copix-radius-md) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: white;
}

.status-name[b-10lw727mj3] {
    font-size: 0.9rem;
}

.status-count[b-10lw727mj3] {
    font-size: 0.8rem;
    opacity: 0.8;
}

.kanban-column-content[b-10lw727mj3] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 8px;
}

.kanban-empty-column[b-10lw727mj3] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: var(--copix-text-subtle);
    font-style: italic;
}

/* Status column colors - using standardized CopIX theme */
.kanban-column-header.status-needs-attention[b-10lw727mj3] {
    background-color: var(--copix-status-needs-attention);
}

.kanban-column-header.status-hold-requested[b-10lw727mj3] {
    background-color: var(--copix-status-hold-requested);
}

.kanban-column-header.status-hold-placed[b-10lw727mj3] {
    background-color: var(--copix-status-hold-placed);
    color: var(--copix-bg-darkest);
}

.kanban-column-header.status-transportation-setup[b-10lw727mj3] {
    background-color: var(--copix-status-transportation-setup);
    color: var(--copix-bg-darkest);
}

.kanban-column-header.status-transportation-inprogress[b-10lw727mj3] {
    background-color: var(--copix-status-transportation-inprogress);
}

/* Scrollbar styling for columns */
.kanban-column-content[b-10lw727mj3]::-webkit-scrollbar {
    width: 6px;
}

.kanban-column-content[b-10lw727mj3]::-webkit-scrollbar-track {
    background-color: var(--copix-bg-darkest);
    border-radius: 3px;
}

.kanban-column-content[b-10lw727mj3]::-webkit-scrollbar-thumb {
    background-color: var(--copix-border);
    border-radius: 3px;
}

.kanban-column-content[b-10lw727mj3]::-webkit-scrollbar-thumb:hover {
    background-color: var(--copix-primary);
}

/* Scrollbar styling for board */
.kanban-board[b-10lw727mj3]::-webkit-scrollbar {
    height: 8px;
}

.kanban-board[b-10lw727mj3]::-webkit-scrollbar-track {
    background-color: var(--copix-bg-darkest);
    border-radius: 4px;
}

.kanban-board[b-10lw727mj3]::-webkit-scrollbar-thumb {
    background-color: var(--copix-border);
    border-radius: 4px;
}

.kanban-board[b-10lw727mj3]::-webkit-scrollbar-thumb:hover {
    background-color: var(--copix-primary);
}

[b-10lw727mj3] .kanban-search .e-input-group {
    background-color: var(--copix-bg-medium);
    border-color: var(--copix-border);
}

[b-10lw727mj3] .kanban-search input {
    color: var(--copix-text-light);
}

[b-10lw727mj3] .archive-btn.e-btn {
    border-color: var(--copix-border);
    color: var(--copix-text-muted);
}

[b-10lw727mj3] .archive-btn.e-btn:hover {
    background-color: var(--copix-bg-light);
    border-color: var(--copix-warning);
    color: var(--copix-text-light);
}

/* Responsive adjustments - Tablet */
@media (max-width: 991px) {
    .kanban-container[b-10lw727mj3] {
        padding: 12px;
    }

    .kanban-toolbar[b-10lw727mj3] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-10lw727mj3] {
        width: 100%;
    }

    .filter-container[b-10lw727mj3] {
        width: 100%;
        flex-wrap: wrap;
    }

    [b-10lw727mj3] .kanban-search {
        flex-grow: 1;
    }

    [b-10lw727mj3] .kanban-filter {
        flex-grow: 1;
    }

    .kanban-actions-toolbar[b-10lw727mj3] {
        justify-content: space-between;
    }

    .kanban-column[b-10lw727mj3] {
        flex: 0 0 240px;
        min-width: 240px;
    }
}
/* /Components/Pages/CopIXapp/Wants/WantsKanbanArchive.razor.rz.scp.css */
.archive-container[b-ujs3x4d0dn] {
    padding: 16px;
}

.archive-header[b-ujs3x4d0dn] {
    margin-bottom: 16px;
}

.header-left[b-ujs3x4d0dn] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.archive-title[b-ujs3x4d0dn] {
    color: #f0f0f0;
    margin: 0;
}

.archive-toolbar[b-ujs3x4d0dn] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.filter-container[b-ujs3x4d0dn] {
    display: flex;
    align-items: center;
}

.search-container[b-ujs3x4d0dn] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.archive-count[b-ujs3x4d0dn] {
    color: #888;
    font-size: 0.9rem;
    margin-left: auto;
}

.empty-archive[b-ujs3x4d0dn] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: #888;
    font-style: italic;
}

.archive-grid[b-ujs3x4d0dn] {
    background-color: #1a1a2e;
    border-radius: 8px;
    padding: 8px;
}

.archive-photo-link[b-ujs3x4d0dn] {
    display: inline-block;
}

.archive-photo[b-ujs3x4d0dn] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #333;
}

.archive-photo:hover[b-ujs3x4d0dn] {
    border-color: goldenrod;
}

.archive-name-link[b-ujs3x4d0dn] {
    color: #6fa8dc;
    text-decoration: none;
}

.archive-name-link:hover[b-ujs3x4d0dn] {
    color: goldenrod;
    text-decoration: underline;
}

.archive-note[b-ujs3x4d0dn] {
    font-size: 0.85rem;
    color: #aaa;
    font-style: italic;
}

/* Status badge colors */
.status-badge[b-ujs3x4d0dn] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

.status-no-extradition[b-ujs3x4d0dn] {
    background-color: #6c757d;
    color: white;
}

.status-not-going-to-transport[b-ujs3x4d0dn] {
    background-color: #6c757d;
    color: white;
}

.status-finished[b-ujs3x4d0dn] {
    background-color: #198754;
    color: white;
}

/* Grid styling */
[b-ujs3x4d0dn] .e-grid {
    background-color: #1a1a2e;
    border: none;
}

[b-ujs3x4d0dn] .e-grid .e-gridheader {
    background-color: #0d0d1a;
}

[b-ujs3x4d0dn] .e-grid .e-headercell {
    background-color: #0d0d1a;
    color: #ccc;
}

[b-ujs3x4d0dn] .e-grid .e-rowcell {
    background-color: #1a1a2e;
    color: #f0f0f0;
    border-color: #333;
}

[b-ujs3x4d0dn] .e-grid .e-row:hover .e-rowcell {
    background-color: #2a2a3e;
}

[b-ujs3x4d0dn] .e-pager {
    background-color: #0d0d1a;
    border-color: #333;
}

[b-ujs3x4d0dn] .e-pager .e-numericcontainer {
    background-color: #0d0d1a;
}

[b-ujs3x4d0dn] .e-pager .e-link {
    color: #aaa;
}

[b-ujs3x4d0dn] .e-pager .e-currentitem {
    background-color: goldenrod;
    color: #000;
}

[b-ujs3x4d0dn] .back-btn.e-btn {
    border-color: #555;
    color: #aaa;
}

[b-ujs3x4d0dn] .back-btn.e-btn:hover {
    background-color: #2d2d44;
    border-color: goldenrod;
    color: #fff;
}

[b-ujs3x4d0dn] .archive-search .e-input-group {
    background-color: #1a1a2e;
    border-color: #333;
}

[b-ujs3x4d0dn] .archive-search input {
    color: #f0f0f0;
}

[b-ujs3x4d0dn] .status-filter .e-input-group {
    background-color: #1a1a2e;
    border-color: #333;
}

[b-ujs3x4d0dn] .status-filter input {
    color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .archive-toolbar[b-ujs3x4d0dn] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-container[b-ujs3x4d0dn] {
        width: 100%;
    }

    [b-ujs3x4d0dn] .archive-search {
        flex-grow: 1;
    }

    .archive-count[b-ujs3x4d0dn] {
        margin-left: 0;
        text-align: center;
    }
}
/* /Components/Pages/CopIXapp/Wants/WantsList.razor.rz.scp.css */
.copixPersonCard[b-rj2ngbe2sn] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-rj2ngbe2sn] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-rj2ngbe2sn] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-rj2ngbe2sn] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-rj2ngbe2sn] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-rj2ngbe2sn] .e-rowcell {
    background-color: #350a06;
}

[b-rj2ngbe2sn] .e-grid .e-gridheader {
    display: none;
}



[b-rj2ngbe2sn] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-rj2ngbe2sn] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-rj2ngbe2sn] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

/* Filter Chip Styling */
.filter-chip[b-rj2ngbe2sn] {
    padding: 0.35em 0.5em 0.35em 0.65em;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 4px;
}

.filter-chip-close[b-rj2ngbe2sn] {
    font-size: 0.5rem;
    padding: 0.15em;
    margin-left: 0.25em;
    opacity: 0.7;
    transition: opacity 0.15s ease-in-out;
}

.filter-chip-close:hover[b-rj2ngbe2sn] {
    opacity: 1;
}

.filter-chip .btn-close-white[b-rj2ngbe2sn] {
    filter: invert(1) grayscale(100%) brightness(200%);
}
/* /Components/Pages/CopIXapp/Wants/WantsMap.razor.rz.scp.css */
.copixPersonCard[b-r10li9ackh] {
    border: 1px solid goldenrod;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 8px;
    margin: 5px;
    border-collapse: separate;
    -moz-box-shadow: inset 0 0 10px #626262;
    -webkit-box-shadow: inset 0 0 10px #626262;
    box-shadow: inset 0 0 10px #626262;
    padding: 3px 10px 3px 10px;
    background-color: black;
}

[b-r10li9ackh] .e-toolbar.e-spacer-toolbar .e-toolbar-items {
    background-color: #550600;
}

[b-r10li9ackh] .e-content::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-r10li9ackh] .e-content::-webkit-scrollbar-thumb {
    background-color: #550600;
    border: 1px solid black;
}

[b-r10li9ackh] .e-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}

[b-r10li9ackh] .e-rowcell {
    background-color: #350a06;
}

[b-r10li9ackh] .e-grid .e-gridheader {
    display: none;
}



[b-r10li9ackh] .virtualtable::-webkit-scrollbar {
    width: 6px;
    background-color: #223145;
}

[b-r10li9ackh] .virtualtable::-webkit-scrollbar-thumb {
    background-color: #6f9ddb;
    border: 1px solid black;
}

[b-r10li9ackh] .virtualtable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #223145;
}
/* /Components/Pages/Home.Razor.rz.scp.css */
body[b-r8ney30ju1] {
}

.CopIXBackground[b-r8ney30ju1] {
    background-position: center;
    overflow: clip;
}

[b-r8ney30ju1] .CopIXHomeHeroContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
}

[b-r8ney30ju1] .carousel-hero-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    line-height: 100px;
    font-family: Orbitron-Regular;
    overflow: clip;
    min-width: 94vw;
    min-height: 94vh;
}

[b-r8ney30ju1] .CopIXHomeHero {
    object-fit: cover;
    object-position: center;
    min-width: calc(100vw - 8px);
    min-height: 100vh;
    overflow: clip;
}

/* Home Dashboard Overlay */
.home-dashboard-overlay[b-r8ney30ju1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.home-dashboard-container[b-r8ney30ju1] {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
}

.home-welcome-text[b-r8ney30ju1] {
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.8),
        0 0 40px rgba(0, 0, 0, 0.6);
}

.home-loading[b-r8ney30ju1] {
    text-align: center;
    color: white;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
}

/* Catalogs Grid */
.catalogs-grid[b-r8ney30ju1] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Catalog Card */
.catalog-card[b-r8ney30ju1] {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 20px;
    min-width: 280px;
    max-width: 360px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.catalog-card:hover[b-r8ney30ju1] {
    transform: translateY(-4px);
    background: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.catalog-card-header[b-r8ney30ju1] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-card-logo[b-r8ney30ju1] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.catalog-card-icon[b-r8ney30ju1] {
    font-size: 28px;
    line-height: 1;
}

.catalog-card-name[b-r8ney30ju1] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Products Grid */
.products-grid[b-r8ney30ju1] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

/* Product Card - Semi-transparent square cards */
.product-card[b-r8ney30ju1] {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-card:hover[b-r8ney30ju1] {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.08);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.product-icon[b-r8ney30ju1] {
    font-size: 24px;
    line-height: 1;
}

.product-name[b-r8ney30ju1] {
    color: white;
    font-size: 0.65rem;
    font-weight: 500;
    text-align: center;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* No products/catalogs messages */
.no-products[b-r8ney30ju1] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    text-align: center;
    padding: 12px;
}

.no-catalogs[b-r8ney30ju1] {
    text-align: center;
    color: white;
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.no-catalogs p[b-r8ney30ju1] {
    margin: 8px 0;
}

/* Login Prompt Overlay (NotAuthorized) */
.login-prompt-overlay[b-r8ney30ju1] {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    padding: 0 16px;
    box-sizing: border-box;
}

.login-prompt-container[b-r8ney30ju1] {
    width: 100%;
}

.login-prompt-content[b-r8ney30ju1] {
    max-width: 365px;
    width: 100%;
    margin: 0 auto;
    font-size: x-small;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding: 40px;
    color: #ffcccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .catalog-card[b-r8ney30ju1] {
        min-width: 240px;
        max-width: 100%;
    }

    .home-welcome-text[b-r8ney30ju1] {
        font-size: 1.4rem;
    }

    .product-card[b-r8ney30ju1] {
        width: 64px;
        height: 64px;
    }

    .product-icon[b-r8ney30ju1] {
        font-size: 20px;
    }

    .product-name[b-r8ney30ju1] {
        font-size: 0.6rem;
    }
}

/* Phone adjustments */
@media (max-width: 575px) {
    .catalog-card[b-r8ney30ju1] {
        min-width: 100%;
        padding: 16px;
    }

    .home-welcome-text[b-r8ney30ju1] {
        font-size: 1.2rem;
    }

    .product-card[b-r8ney30ju1] {
        width: 56px;
        height: 56px;
    }

    .product-icon[b-r8ney30ju1] {
        font-size: 18px;
    }

    .product-name[b-r8ney30ju1] {
        font-size: 0.55rem;
    }

    .login-prompt-overlay[b-r8ney30ju1] {
        bottom: 20px;
        width: 95%;
    }

    .login-prompt-content[b-r8ney30ju1] {
        padding: 24px 16px;
        border-radius: 16px;
        font-size: 10px;
    }

    .home-dashboard-container[b-r8ney30ju1] {
        padding: 12px;
    }

    .catalogs-grid[b-r8ney30ju1] {
        gap: 16px;
    }
}
/* /Components/Pages/Memorandums/MemorandumList.razor.rz.scp.css */
.memorandum-container[b-kk7d7c0njp] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.memorandum-header[b-kk7d7c0njp] {
    margin-bottom: 2rem;
}

.memorandum-header h1[b-kk7d7c0njp] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
}

.memorandum-subtitle[b-kk7d7c0njp] {
    color: #d99b9b;
}

.memo-section[b-kk7d7c0njp] {
    margin-bottom: 3rem;
}

.section-title[b-kk7d7c0njp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffdddd;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4b1212;
}

.section-icon[b-kk7d7c0njp] {
    font-size: 1.25rem;
}

.memo-grid[b-kk7d7c0njp] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.memo-card[b-kk7d7c0njp] {
    background: #2a0808;
    border: 1px solid #4b1212;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.memo-card:hover[b-kk7d7c0njp] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.memo-card.unsigned[b-kk7d7c0njp] {
    border-left: 4px solid #dc3545;
}

.memo-card.signed[b-kk7d7c0njp] {
    border-left: 4px solid #28a745;
}

.memo-card .card-header[b-kk7d7c0njp] {
    padding: 1rem 1.25rem;
    background: #3b0b0b;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.memo-card .card-header h3[b-kk7d7c0njp] {
    color: #fff;
    font-size: 1.1rem;
    margin: 0;
    flex: 1;
}

.new-badge[b-kk7d7c0njp] {
    background: #dc3545;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.signed-badge[b-kk7d7c0njp] {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.memo-card .card-body[b-kk7d7c0njp] {
    padding: 1.25rem;
}

.catalog-badge[b-kk7d7c0njp] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    background-color: #4b1212;
    color: #ffdddd;
    margin-bottom: 0.75rem;
}

.catalog-badge.global[b-kk7d7c0njp] {
    background-color: #3d5a80;
    color: #e0fbfc;
}

.card-meta[b-kk7d7c0njp] {
    margin-top: 0.75rem;
}

.meta-item[b-kk7d7c0njp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #888;
    font-size: 0.85rem;
}

.meta-icon[b-kk7d7c0njp] {
    font-size: 1rem;
}

.memo-card .card-footer[b-kk7d7c0njp] {
    padding: 1rem 1.25rem;
    background: rgba(0, 0, 0, 0.2);
}

.memo-card .card-footer .btn[b-kk7d7c0njp] {
    width: 100%;
}

.empty-state[b-kk7d7c0njp] {
    text-align: center;
    padding: 4rem 2rem;
    background: #2a0808;
    border-radius: 12px;
    border: 1px solid #4b1212;
}

.empty-icon[b-kk7d7c0njp] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-kk7d7c0njp] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
}

.empty-state p[b-kk7d7c0njp] {
    color: #888;
}

.loading-spinner[b-kk7d7c0njp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.spinner[b-kk7d7c0njp] {
    width: 50px;
    height: 50px;
    border: 4px solid #4b1212;
    border-top-color: #dc3545;
    border-radius: 50%;
    animation: spin-b-kk7d7c0njp 1s linear infinite;
}

@keyframes spin-b-kk7d7c0njp {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Memorandums/MemorandumView.razor.rz.scp.css */
.memorandum-view-container[b-zlaxnsivs9] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.memo-navigation[b-zlaxnsivs9] {
    margin-bottom: 1.5rem;
}

.memo-navigation .btn-link[b-zlaxnsivs9] {
    color: #d99b9b;
    text-decoration: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.memo-navigation .btn-link:hover[b-zlaxnsivs9] {
    color: #ffdddd;
}

.back-icon[b-zlaxnsivs9] {
    font-size: 1.25rem;
}

.memo-document[b-zlaxnsivs9] {
    background: #2a0808;
    border: 1px solid #4b1212;
    border-radius: 12px;
    overflow: hidden;
}

.memo-header[b-zlaxnsivs9] {
    padding: 2rem;
    background: #3b0b0b;
    border-bottom: 1px solid #4b1212;
}

.memo-header h1[b-zlaxnsivs9] {
    color: #fff;
    margin-bottom: 1rem;
}

.memo-meta[b-zlaxnsivs9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.catalog-badge[b-zlaxnsivs9] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    background-color: #4b1212;
    color: #ffdddd;
}

.catalog-badge.global[b-zlaxnsivs9] {
    background-color: #3d5a80;
    color: #e0fbfc;
}

.date-info[b-zlaxnsivs9] {
    color: #888;
    font-size: 0.9rem;
}

.memo-content[b-zlaxnsivs9] {
    padding: 2rem;
    background: #fff;
    color: #212529;
    min-height: 200px;
    line-height: 1.7;
}

.memo-content h1[b-zlaxnsivs9],
.memo-content h2[b-zlaxnsivs9],
.memo-content h3[b-zlaxnsivs9] {
    color: #212529;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.memo-content p[b-zlaxnsivs9] {
    margin-bottom: 1rem;
}

.memo-content ul[b-zlaxnsivs9],
.memo-content ol[b-zlaxnsivs9] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.signature-section[b-zlaxnsivs9] {
    padding: 2rem;
    background: #1a0505;
    border-top: 1px solid #4b1212;
}

.signature-section h2[b-zlaxnsivs9] {
    color: #ffdddd;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #4b1212;
}

.signature-section.signed[b-zlaxnsivs9] {
    background: #0a2010;
    border-top-color: #28a745;
}

.signature-section.signed h2[b-zlaxnsivs9] {
    color: #b4f0c0;
    border-bottom-color: #28a745;
}

.signature-details[b-zlaxnsivs9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

@media (max-width: 768px) {
    .signature-details[b-zlaxnsivs9] {
        grid-template-columns: 1fr;
    }
}

.signature-info p[b-zlaxnsivs9] {
    color: #ccc;
    margin-bottom: 0.5rem;
}

.signature-info strong[b-zlaxnsivs9] {
    color: #fff;
}

.signature-image-container[b-zlaxnsivs9] {
    text-align: center;
}

.signature-image-container p[b-zlaxnsivs9] {
    color: #ccc;
    margin-bottom: 0.5rem;
}

.signature-image[b-zlaxnsivs9] {
    max-width: 100%;
    max-height: 100px;
    background: #fff;
    border: 1px solid #4b1212;
    border-radius: 8px;
    padding: 0.5rem;
}

.signing-form[b-zlaxnsivs9] {
    max-width: 600px;
}

.signing-form .form-group[b-zlaxnsivs9] {
    margin-bottom: 1.5rem;
}

.signing-form .form-label[b-zlaxnsivs9] {
    display: block;
    margin-bottom: 0.5rem;
    color: #d99b9b;
    font-weight: 500;
}

.signing-form .form-control[b-zlaxnsivs9] {
    background-color: #1a0505;
    border: 1px solid #4b1212;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.signing-form .form-control:focus[b-zlaxnsivs9] {
    background-color: #1a0505;
    border-color: #7f1d1d;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(127, 29, 29, 0.25);
}

.signing-form .form-control[b-zlaxnsivs9]::placeholder {
    color: #666;
}

.signing-form .form-check[b-zlaxnsivs9] {
    padding: 1rem;
    background: #1a0505;
    border: 1px solid #4b1212;
    border-radius: 8px;
}

.signing-form .form-check-input[b-zlaxnsivs9] {
    margin-top: 0.25rem;
}

.signing-form .form-check-label[b-zlaxnsivs9] {
    color: #ccc;
    margin-left: 0.5rem;
}

.form-actions[b-zlaxnsivs9] {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.form-actions .btn-lg[b-zlaxnsivs9] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.signing-notice[b-zlaxnsivs9] {
    padding: 1rem;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    color: #ffc107;
}

.signing-notice small[b-zlaxnsivs9] {
    display: block;
    line-height: 1.5;
}

.error-state[b-zlaxnsivs9] {
    text-align: center;
    padding: 4rem 2rem;
    background: #2a0808;
    border-radius: 12px;
    border: 1px solid #4b1212;
}

.error-icon[b-zlaxnsivs9] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-state h3[b-zlaxnsivs9] {
    color: #ffdddd;
    margin-bottom: 0.5rem;
}

.error-state p[b-zlaxnsivs9] {
    color: #888;
    margin-bottom: 1.5rem;
}

.loading-spinner[b-zlaxnsivs9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.spinner[b-zlaxnsivs9] {
    width: 50px;
    height: 50px;
    border: 4px solid #4b1212;
    border-top-color: #dc3545;
    border-radius: 50%;
    animation: spin-b-zlaxnsivs9 1s linear infinite;
}

@keyframes spin-b-zlaxnsivs9 {
    to {
        transform: rotate(360deg);
    }
}

.alert[b-zlaxnsivs9] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.alert-danger[b-zlaxnsivs9] {
    background-color: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: #f8d7da;
}
/* /Components/Settings/Pages/UserRoleManagement.razor.rz.scp.css */
/* /Components/Settings/Shared/LoginDisplay.razor.rz.scp.css */
.login-display[b-xs406dgabn] {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    width: 100%;
}

.user-info[b-xs406dgabn] {
    color: #FEFCF2;
    font-family: Arial;
    font-size: small;
    text-shadow: 1px 1px 3px black;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1;
}

.loginlogout[b-xs406dgabn] {
    text-shadow: 1px 1px 3px black;
    font-family: Arial;
    font-size: x-small;
    padding: 2px 6px 2px 6px;
    margin-top: 4px;
    color: #FEFCF2;
    text-decoration: none;
    background: #8b0e05;
    border-radius: 10px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border: 1px solid black;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.loginlogout:hover[b-xs406dgabn] {
    background: #a41106;
    text-decoration: none;
    color: #FEFCF2;
}

.logout-btn[b-xs406dgabn] {
    background: #8b0e05;
    margin-top: 0;
}

.logout-btn:hover[b-xs406dgabn] {
    background: #a41106;
}

form[b-xs406dgabn] {
    display: inline;
    margin: 0;
    flex-shrink: 0;
}
/* /Components/Settings/Shared/SignaturePad.razor.rz.scp.css */
.signature-pad-container[b-gepxas3bqh] {
    margin-bottom: 1rem;
}

.signature-pad-label label[b-gepxas3bqh] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #d99b9b;
}

.signature-pad-wrapper[b-gepxas3bqh] {
    position: relative;
    background: #fff;
    border: 2px solid #4b1212;
    border-radius: 8px;
    overflow: hidden;
}

.signature-canvas[b-gepxas3bqh] {
    display: block;
    width: 100%;
    height: 150px;
    cursor: crosshair;
    background: #ffffff;
}

.signature-canvas.empty[b-gepxas3bqh] {
    background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
}

.clear-btn[b-gepxas3bqh] {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 12px;
    font-size: 0.75rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.clear-btn:hover[b-gepxas3bqh] {
    opacity: 1;
}

.signature-help-text[b-gepxas3bqh] {
    display: block;
    margin-top: 0.25rem;
    color: #888;
    font-style: italic;
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
    .signature-canvas[b-gepxas3bqh] {
        height: 200px;
    }
    
    .clear-btn[b-gepxas3bqh] {
        padding: 8px 16px;
        font-size: 0.875rem;
    }
}
