/* _content/qualityconcretepumping.com.au/Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-llegblwjis] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100vh;
    max-width: 940px;
    min-width: 360px;
    margin: 0 auto;
    background-color: rgb(255,255,255);
}

.layout-header[b-llegblwjis] {
    height: 280px;
    flex: 0 0 auto;
}

    .layout-header img[b-llegblwjis] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .layout-header li[b-llegblwjis] {
        float: left;
    }

    .layout-header a[b-llegblwjis] {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    .layout-header li a:hover[b-llegblwjis] {
        background-color: #111;
    }

    .layout-header ul[b-llegblwjis] {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: rgb(192, 192, 192);
    }

.layout-content[b-llegblwjis] {
    flex: 1 1 auto;
    height: calc(100vh - 320px);
    /* This will fill the remaining space */
}

.layout-footer[b-llegblwjis] {
    height: 40px;
    flex: 0 0 auto;
    /* ...other styles... */
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
}

#blazor-error-ui[b-llegblwjis] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-llegblwjis] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
