@import '_content/Ditchford.RazorClassLibrary/Ditchford.RazorClassLibrary.812o0nmxxx.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.content[b-xgzprcjzx2] {
    padding-top: 6px;
    padding-left: 0px;
    padding-right: 0px;
}



#blazor-error-ui[b-xgzprcjzx2] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    text-align: center;
}

    #blazor-error-ui p[b-xgzprcjzx2] {
        font-size: 1.2em;
        width: 400px;
        padding: 25px;
        border-radius: 10px;
        color: white;
        background-color: var(--df-theme-color-accent);
        border-color: white;
        border-width: 3px;
        border-style: solid;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
