/* _content/VREP.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-e0ta153cs7] {
    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: 3000;
}

    #blazor-error-ui .dismiss[b-e0ta153cs7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/VREP.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/VREP.Web/Components/Shared/LoadingSpinner.razor.rz.scp.css */
.grayed-out-overlay[b-i5fzboqfwn] {
    position: fixed; /* Sit on top of the page content */
    margin-top: 61px;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    background-color: rgba(0,0,0,0.12); /* Black background with opacity */
    cursor: pointer; /* Add a pointer on hover */
    z-index: 19999;
}

.spinner[b-i5fzboqfwn] {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation-b-i5fzboqfwn .6s infinite linear;
    border-left: 6px solid rgba(52, 96, 148,.15);
    border-right: 6px solid rgba(52, 96, 148,.15);
    border-bottom: 6px solid rgba(52, 96, 148,.15);
    border-top: 6px solid rgba(52, 96, 148,.8);
    border-radius: 100%;
    z-index: 20000;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation-b-i5fzboqfwn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
