@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Pages/ClientApp.razor.rz.scp.css */
layout[b-ngbhjq6h4y] {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
        'header'
        'main'
        'footer';
    overflow-x: hidden;
    overflow-y: hidden;
}

main[b-ngbhjq6h4y] {
    position: relative;
    grid-area: main;
    overflow-x: auto;
    overflow-y: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

header[b-ngbhjq6h4y] {
    position: relative;
    min-height: 50px;
    line-height: 50px;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}

    header.development[b-ngbhjq6h4y] {
        background-color: darkblue;
    }

    header.local[b-ngbhjq6h4y] {
        background-color: darkred;
    }

    header.staging[b-ngbhjq6h4y] {
        background-color: slategrey;
    }

    header.production[b-ngbhjq6h4y] {
        background-color: black;
    }

footer[b-ngbhjq6h4y] {
    position: relative;
    grid-area: footer;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
}

    footer.development[b-ngbhjq6h4y] {
        background-color: darkblue;
    }

    footer.local[b-ngbhjq6h4y] {
        background-color: darkred;
    }

    footer.staging[b-ngbhjq6h4y] {
        background-color: slategrey;
    }

    footer.production[b-ngbhjq6h4y] {
        background-color: black;
    }
/* /Pages/Editor/General/MapPanel.razor.rz.scp.css */
.map-panel[b-1z87o7p2fb] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.map-container[b-1z87o7p2fb] {
    margin-top: 5px;
    height: 450px;
}
