/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-dbf9ilxq1p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dbf9ilxq1p] {
    flex: 1;
}

.content[b-dbf9ilxq1p] {
    height: 100%;
}

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

.top-row[b-dbf9ilxq1p] {
    background-color: var(--background-color);
    border-bottom: 1px solid var(--border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 240.98px) {
    .top-row[b-dbf9ilxq1p] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-dbf9ilxq1p], article[b-dbf9ilxq1p] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x4qi8klygm] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-x4qi8klygm] {
    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-x4qi8klygm] {
    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-x4qi8klygm] {
    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-x4qi8klygm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-x4qi8klygm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-x4qi8klygm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-x4qi8klygm] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Action.razor.rz.scp.css */
.defect-image[b-roeo9k74ys] {
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 1rem;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.defect-item[b-roeo9k74ys] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease;
}


/*
  Style for a minimalist, transparent SVG plus button.
*/
.plus-button-svg[b-roeo9k74ys] {
    /* Make the button background transparent */
    background-color: transparent;
    border: none;
    /* Remove any shadows or outlines */
    box-shadow: none;
    outline: none;
    /* Sizing and layout */
    width: 48px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    /* Center the SVG */
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Styling the SVG icon itself */
    .plus-button-svg svg[b-roeo9k74ys] {
        width: 30px;
        height: 30px;
        /* Set the plus sign color */
        color: #007bff;
        transition: all 0.2s ease-in-out;
    }

    /* Hover effect: make the plus sign slightly bigger and darker */
    .plus-button-svg:hover svg[b-roeo9k74ys] {
        color: #0056b3;
        transform: scale(1.2);
    }
/* /Pages/ComponentDetail.razor.rz.scp.css */
.control-padding[b-lvjuudboms] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
/* /Pages/Step.razor.rz.scp.css */
.control-padding[b-1e6sgjo1bu] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
/* /Shared/ColorBullet.razor.rz.scp.css */
/*
  File: /Shared/ColorBullet.razor.css
  CSS for the ColorBullet component.
*/

.color-bullet[b-v8qysrla9n] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    /* A subtle border helps the bullet stand out, especially for lighter colors */
    border: 1px solid rgba(0, 0, 0, 0.15);
    /* This helps align the bullet nicely with any adjacent text */
    vertical-align: middle;
    /* A little space between the bullet and the text */
    margin-right: 8px;
    margin-left: 8px;
    /* Add a slight shadow to give it a bit of depth */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
/* /Shared/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog-backdrop[b-9ppu5q6w7m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation-dialog-content[b-9ppu5q6w7m] {
    background-color: #ffffff;
    color: #212529;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 450px;
    width: 90%;
    animation: fade-in-b-9ppu5q6w7m 0.3s ease-out;
}

@keyframes fade-in-b-9ppu5q6w7m {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.confirmation-dialog-title[b-9ppu5q6w7m] {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}

.confirmation-dialog-actions[b-9ppu5q6w7m] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
/* /Shared/ErrorPanel.razor.rz.scp.css */
.error-panel-container[b-xa31estm5v] {
    position: fixed;
    /* Position the container at the bottom of the screen */
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 1050;
    display: flex;
    justify-content: center;
    /* Use transform to move the panel in and out of view */
    transform: translateY(110%); /* Start fully off-screen */
    transition: transform 0.5s ease-in-out;
}

    .error-panel-container.visible[b-xa31estm5v] {
        transform: translateY(0); /* Slide into view */
    }

.error-panel-content[b-xa31estm5v] {
    position: relative;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
    background-color: #2c2c2c;
    color: #f1f1f1;
    /* Apply a full border and radius now that the whole panel is visible */
    border: 1px solid #ff4d4d;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.error-panel-header[b-xa31estm5v] {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.error-icon[b-xa31estm5v] {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.error-panel-message[b-xa31estm5v] {
    margin: 0;
    white-space: pre-wrap; /* Preserve line breaks in the error message */
    word-break: break-word;
}

.close-button[b-xa31estm5v] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #aaa;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
}

    .close-button:hover[b-xa31estm5v] {
        color: #fff;
    }
/* /Shared/ListItem.razor.rz.scp.css */
.list-item[b-clotmvowry] {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .list-item:hover[b-clotmvowry] {
        background-color: var(--secondary-background-color);
    }

.list-item-content[b-clotmvowry] {
    display: flex;
    flex-direction: column;
}
/* /Shared/NavigationBar.razor.rz.scp.css */
.navigation-bar[b-47kqtil0cw] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem;
    height: 56px;
    margin-bottom: 14px;
}

.nav-left[b-47kqtil0cw] {
    flex: 0 0 auto;
}

.nav-center[b-47kqtil0cw] {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

    .nav-center *[b-47kqtil0cw] {
        margin-top: 0px;
        margin-bottom: 0px;
    }
/* /Shared/OfflineBanner.razor.rz.scp.css */
.offline-banner[b-ok77jk2d6q] {
    background-color: #fff3cd;
    color: #856404;
    padding: 0.75rem;
    border: 1px solid #ffeeba;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-weight: bold;
}
/* /Shared/PageLayout.razor.rz.scp.css */
.page-layout[b-2hj8la67j3] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-scrollable-content[b-2hj8la67j3] {
    overflow-y: auto;
    flex-grow: 1;
    padding: 0rem;
}
/* /Shared/SmartBackButton.razor.rz.scp.css */
.back-button-svg[b-oolt9nlett] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px 8px;
}

    .back-button-svg svg[b-oolt9nlett] {
        width: 1.0rem;
        height: auto;
        fill: none;
        stroke: #007aff; /* Apple's classic blue */
        transition: stroke 0.2s;
    }

    .back-button-svg:hover svg[b-oolt9nlett] {
        stroke: #0056b3; /* Darker on hover */
    }
/* /Shared/StatusBadge.razor.rz.scp.css */
.badge[b-qi1ut2kkvv] {
    display: inline-flex; /* Use flexbox for the badge itself */
    align-items: center; /* Vertically center the text inside the badge */
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3rem; /* Or 50rem for a "pill" shape */
}

/* Color definitions */
.badge-completed[b-qi1ut2kkvv] {
    background-color: #C8E4C3;
    color: #005028;
}

.badge-offtrack[b-qi1ut2kkvv] {
    color: #000;
    background-color: #FFA159; /* Yellow/Orange */
}

.badge-progress[b-qi1ut2kkvv] {
    background-color: #FFFFE0;
    color: #8B6508;
}

.badge-draft[b-qi1ut2kkvv] {
    background-color: #CED8DC;
    color: #1D1B1B;
}

.badge-planned[b-qi1ut2kkvv] {
    background-color: #CCE5FF;
    color: #20456F;
}

.badge-readyforreview[b-qi1ut2kkvv] {
    background-color: #74B8AB;
    color: #21433C;
}

.badge-readyforqc[b-qi1ut2kkvv] {
    background-color: #E5CEEC;
    color: #6E4B78;
}

.rework-pending[b-qi1ut2kkvv] {
    background-color: #FFA159;
    color: #863202;
}





/* /Shared/TabControl.razor.rz.scp.css */
/*
  File: /Shared/TabControl.razor.css
  This file should be placed alongside the TabControl.razor file.
  Blazor's CSS isolation will automatically apply these styles only to the TabControl component.
*/

.sleek-tab-control[b-pq64nikcjd] {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-radius: 8px;
    overflow: hidden; /* Ensures content respects the border radius */
    /*border: 1px solid var(--border-color);*/
    /*background-color: #fff;*/
    background-color: var(--background-color);
}

.tab-headers[b-pq64nikcjd] {
    display: flex;
    border-bottom: 1px solid var(--border-color); /* A faint line for the whole header area */
    background-color: var(--background-color);
}

.tab-title[b-pq64nikcjd] {
    padding: 14px 22px;
    cursor: pointer;
    color: var(--text-color);
    position: relative; /* Needed for the ::after pseudo-element */
    transition: color 0.2s ease-in-out;
    border-bottom: 3px solid transparent; /* Placeholder for the active line */
    margin-bottom: -1px; /* Aligns the bottom border with the container's border */
}

    .tab-title:hover[b-pq64nikcjd] {
        color: #0056b3;
    }

    /* This is the key style for the active tab indicator */
    .tab-title.active[b-pq64nikcjd] {
        color: #007bff; /* A standard primary blue */
        font-weight: 500;
        border-bottom-color: #007bff; /* This creates the line */
    }

.tab-content[b-pq64nikcjd] {
    padding: 24px 0px;
}
/* /Shared/TopBar.razor.rz.scp.css */
.top-bar-old[b-y6j3gnh9ek] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: var(--background-color);
    border-bottom: 1px solid var(--border-color);
    height: 50px;
}

.top-bar[b-y6j3gnh9ek] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: var(--background-color);
    border-bottom: 1px solid var(--border-color);
    height: 50px;
}

.status-indicators[b-y6j3gnh9ek] {
    display: flex;
    align-items: center;
    gap: 1rem; /* Space between connectivity and sync icons */
}

.status-indicator svg[b-y6j3gnh9ek] {
    width: 24px;
    height: 24px;
    display: block; /* Helps prevent extra space below the icon */
}

.online-indicator[b-y6j3gnh9ek] {
    color: #28a745; /* Green for online */   
}

.offline-indicator[b-y6j3gnh9ek] {
    color: #dc3545; /* Red for offline */
}

.synced-indicator[b-y6j3gnh9ek] {
    color: #0d6efd; /* Blue for synced */
}

.not-synced-indicator[b-y6j3gnh9ek] {
    color: #ffc107; /* Yellow for pending changes */
}

.syncing-indicator svg[b-y6j3gnh9ek] {
    color: #0d6efd; /* Blue for syncing */
    animation: spin-b-y6j3gnh9ek 1.5s linear infinite;
}

@keyframes spin-b-y6j3gnh9ek {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.user-info[b-y6j3gnh9ek] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-name[b-y6j3gnh9ek] {
    font-weight: 500;
    color: var(--text-color);
}

.logout-button[b-y6j3gnh9ek] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #6c757d;
    transition: color 0.2s ease-in-out;
}

    .logout-button:hover[b-y6j3gnh9ek] {
        color: #343a40;
    }

    .logout-button svg[b-y6j3gnh9ek] {
        width: 22px;
        height: 22px;
    }


