@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/BlazorUpdater/BlazorUpdater.tawo3rzstz.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* /Components/AuditHistoryPanel.razor.rz.scp.css */
.audit-history-grouping-card[b-zxtpaj3sf6] {
    background: #fff;
    border-color: rgba(95, 158, 209, 0.28);
}

.audit-history-grouping-card-content[b-zxtpaj3sf6] {
    padding: 14px 18px !important;
}

.audit-history-toolbar[b-zxtpaj3sf6] {
    gap: 12px;
    justify-content: flex-start;
}

.audit-history-grouping-toggle[b-zxtpaj3sf6] {
    border-radius: 999px;
}

[b-zxtpaj3sf6] .audit-history-grouping-toggle {
    overflow: hidden;
}

[b-zxtpaj3sf6] .audit-history-grouping-toggle .audit-history-toggle-item {
    background: #f8fbfe;
    border-color: rgba(95, 158, 209, 0.38);
    color: #4d6f8f;
    font-weight: 600;
    min-width: 140px;
    padding-inline: 18px;
    text-transform: none;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

[b-zxtpaj3sf6] .audit-history-grouping-toggle .audit-history-toggle-item:hover {
    background: #eef6fd;
    border-color: rgba(74, 144, 226, 0.5);
}

[b-zxtpaj3sf6] .audit-history-grouping-toggle .audit-history-toggle-item.audit-history-toggle-item-selected {
    background: linear-gradient(180deg, #6ca7da 0%, #5b93c7 100%);
    border-color: #5b93c7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
}

.audit-history-changed-by-cell[b-zxtpaj3sf6] {
    width: 1%;
    white-space: nowrap;
}

.audit-history-changed-by-text[b-zxtpaj3sf6] {
    cursor: default;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .audit-history-toolbar[b-zxtpaj3sf6] {
        align-items: stretch;
        flex-direction: column;
        justify-content: flex-start;
    }

    .audit-history-grouping-toggle[b-zxtpaj3sf6] {
        width: 100%;
    }

    [b-zxtpaj3sf6] .audit-history-grouping-toggle .audit-history-toggle-item {
        min-width: 0;
        width: 50%;
    }

    .audit-history-changed-by-text[b-zxtpaj3sf6] {
        max-width: 160px;
    }
}
/* /Pages/ErgonomicCorollary/ErgoGraph.razor.rz.scp.css */
.overview-history-panel[b-wl2bmdiayr] {
    padding-bottom: 30px;
}

.overview-history-panel .mud-card-content > .mud-table-root[b-wl2bmdiayr] {
    overflow-x: auto;
}

.ergo-graph-body-region-tooltip-anchor[b-wl2bmdiayr] {
    display: inline-flex;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ergo-graph-body-region-tooltip-anchor:hover[b-wl2bmdiayr],
.ergo-graph-body-region-tooltip-anchor:focus-within[b-wl2bmdiayr] {
    z-index: 1000;
}

.ergo-graph-body-region-tooltip-anchor[b-wl2bmdiayr]::before,
.ergo-graph-body-region-tooltip-anchor[b-wl2bmdiayr]::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 120ms ease;
    z-index: 1001;
}

.ergo-graph-body-region-tooltip-anchor[b-wl2bmdiayr]::before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3A96CC;
    border-top: 6px solid transparent;
    content: "";
    left: calc(100% + 5px);
}

.ergo-graph-body-region-tooltip-anchor[b-wl2bmdiayr]::after {
    background: #3A96CC;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 13px;
    font-weight: 600;
    left: calc(100% + 11px);
    line-height: 1.2;
    padding: 8px 10px;
    white-space: nowrap;
}

.ergo-graph-body-region-tooltip-anchor:hover[b-wl2bmdiayr]::before,
.ergo-graph-body-region-tooltip-anchor:hover[b-wl2bmdiayr]::after,
.ergo-graph-body-region-tooltip-anchor:focus-within[b-wl2bmdiayr]::before,
.ergo-graph-body-region-tooltip-anchor:focus-within[b-wl2bmdiayr]::after {
    opacity: 1;
}

.ergo-graph-body-region-button[b-wl2bmdiayr] {
    appearance: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    position: static;
    transform: none;
}

.ergo-graph-body-region-button:hover[b-wl2bmdiayr],
.ergo-graph-body-region-button:focus-visible[b-wl2bmdiayr] {
    filter: brightness(1.08);
    outline: 2px solid rgba(58, 150, 204, 0.65);
    outline-offset: 2px;
}
/* /Pages/Tools/Components/StrainIndexRow.razor.rz.scp.css */
.strain-index-row[b-azehxqwzrm] {
    gap: 24px;
}

.strain-index-option-paper[b-azehxqwzrm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 148px;
    height: 148px;
    text-align: center;
    color: white;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    --mud-palette-primary: #FFFFFF;
    --mud-palette-text-primary: #FFFFFF;
    --mud-palette-text-secondary: #FFFFFF;
}

.strain-index-option-content[b-azehxqwzrm] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.strain-index-radio[b-azehxqwzrm] {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strain-index-radio .mud-radio-icon[b-azehxqwzrm] {
    color: white !important;
}

.strain-index-radio .mud-radio-icon svg[b-azehxqwzrm] {
    fill: white !important;
}

.strain-index-radio .mud-radio-content[b-azehxqwzrm] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.strain-index-option-text[b-azehxqwzrm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    justify-content: center;
    width: 100%; /* Added to ensure full width for centering */
}

.strain-index-option-label[b-azehxqwzrm] {
    color: white !important;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    width: 100%; /* Added to ensure full width for centering */
}

.strain-index-option-description[b-azehxqwzrm] {
    color: white !important;
    text-align: center;
    line-height: 1.2;
    width: 100%; /* Added to ensure full width for centering */
}

.strain-index-hand-icon[b-azehxqwzrm] {
    width: 54px;
    height: 148px;
    min-height: 148px; /* Added to force consistent height */
    max-height: 148px; /* Added to force consistent height */
    border-radius: 12px;
    padding: 8px;
    box-shadow: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Added to prevent shrinking */
}

.strain-index-hand-image[b-azehxqwzrm] {
    position: absolute;
    width: auto;
    height: 64px; /* Fixed height for the hand image */
    max-width: 80%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.strain-index-hand-label[b-azehxqwzrm] {
    font-weight: 600;
    position: absolute;
    margin: 0;
    z-index: 2;
    color: white !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rqp18z23cy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rqp18z23cy] {
    flex: 1;
}

.sidebar[b-rqp18z23cy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rqp18z23cy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rqp18z23cy]  a, .top-row[b-rqp18z23cy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rqp18z23cy]  a:hover, .top-row[b-rqp18z23cy]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rqp18z23cy]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[b-rqp18z23cy] .header-linkedin-chip {
    margin-right: 8px;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rqp18z23cy] {
        display: none;
    }

    .top-row.auth[b-rqp18z23cy] {
        justify-content: space-between;
    }

    .top-row[b-rqp18z23cy]  a, .top-row[b-rqp18z23cy]  .btn-link {
        margin-left: 0;
    }

    [b-rqp18z23cy] .header-linkedin-chip {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-rqp18z23cy] {
        flex-direction: row;
    }

    .sidebar[b-rqp18z23cy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rqp18z23cy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rqp18z23cy]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rqp18z23cy], article[b-rqp18z23cy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wpdqhdzs4c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-wpdqhdzs4c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wpdqhdzs4c] {
    font-size: 1.1rem;
}

.oi[b-wpdqhdzs4c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wpdqhdzs4c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wpdqhdzs4c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wpdqhdzs4c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wpdqhdzs4c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wpdqhdzs4c]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-wpdqhdzs4c]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wpdqhdzs4c] {
        display: none;
    }

    .collapse[b-wpdqhdzs4c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-wpdqhdzs4c] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
