/* _content/BlazorAppTestParametricViewer1/Pages/Index.razor.rz.scp.css */
.fullscreen[b-9wea67bl8u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background: white;*/ /* Just to visualize the extent */
}

.overlay-button[b-9wea67bl8u] {
    position: absolute;
    top: 50%; /* Position the button vertically at the center of the screen */
    left: 50%; /* Position the button horizontally at the center of the screen */
    transform: translate(-50%, -50%) translateY(-200px); /* Adjust translateY value to move the button slightly above center */
    /* Add any other styles you want for your button */
}

.overlay-spinner[b-9wea67bl8u] {
    position: absolute;
    top: 50%; /* Position the button vertically at the center of the screen */
    left: 50%; /* Position the button horizontally at the center of the screen */
    /* Add any other styles you want for your button */
}

div:hover span[b-9wea67bl8u] {
    opacity: 1;
}

#controls[b-9wea67bl8u] {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: unset;
    transform: unset;
    pointer-events: auto;
    z-index: 100;
}

.dot[b-9wea67bl8u] {
    display: none;
}

.dim[b-9wea67bl8u] {
    background: #fff;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: Futura, Helvetica Neue, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    max-width: 128px;
    overflow-wrap: break-word;
    padding: 0.1em 0.3em;
    position: absolute;
    width: max-content;
    height: max-content;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    --min-hotspot-opacity: 0;
}

.dimensionLineContainer[b-9wea67bl8u] {
    pointer-events: none;
    display: block;
}

.dimensionLine[b-9wea67bl8u] {
    stroke: #39D72A;
    stroke-width: 2;
    stroke-dasharray: 2;
}

.hide[b-9wea67bl8u] {
    display: none;
}
/* This keeps child nodes hidden while the element loads */
:not(:defined) > *[b-9wea67bl8u] {
    display: none;
}

/* _content/BlazorAppTestParametricViewer1/Shared/MainLayout.razor.rz.scp.css */
.page[b-okbt45ds09] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-okbt45ds09] {
        display: none;
    }

    .top-row.auth[b-okbt45ds09] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-okbt45ds09], article[b-okbt45ds09] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/BlazorAppTestParametricViewer1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5icz7mg7gg] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-5icz7mg7gg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

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