@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/RegalWebsite.Frontend/Features/TankHire/Components/ModelViewerPage.razor.rz.scp.css */
section.model-view-band[b-dite1e1z0c] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}

model-viewer[b-dite1e1z0c] {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* The slotted progress bar must have size and positioning */
.progress-bar[b-dite1e1z0c] {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: calc(50% - 8px);
    height: 16px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    overflow: hidden;
    display: none; /* start hidden; we’ll show it while loading */
}

.update-bar[b-dite1e1z0c] {
    width: 0%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    transform-origin: left center;
}

.update-bar[b-dite1e1z0c]::after {
    content: 'LOADING MODEL';
    display: block;
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    font-weight: 600;
    mix-blend-mode: difference;
}
/* _content/RegalWebsite.Frontend/Shared/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-68o9owlwjc] {
    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-68o9owlwjc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
