/* _content/GeoPortal.Blazor.Server/Components/BlazorMapPrintPreview/BlazorMapPrintPreview.razor.rz.scp.css */


.box[b-mseb5w4gpv] {
    padding: 10px;
    background-color: lightgray;
    height: 100vh;
}

.mapPanel[b-mseb5w4gpv] {
    border: solid thin;
    line-height: 0;
    background-color: white;
    height: var(--mapHeight);
    width: var(--mapWidth);
}

.paperPanel[b-mseb5w4gpv] {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid thin;
    line-height: 0;
    background-color: white;

    height: var(--paperHeight);
    width: var(--paperWidth);
}

.previewPanel[b-mseb5w4gpv] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #828689;
    height: var(--previewHeight);
    width: var(--previewWidth);
}

.separator[b-mseb5w4gpv] {
    margin-top: 10px;
}
/* _content/GeoPortal.Blazor.Server/Components/BlazorMap/BlazorMap.razor.rz.scp.css */
.map[b-l5f75wbvkj] {
    height: 80vh;
    width: 100%;
    position: relative;
}

.progressIndicator[b-l5f75wbvkj] {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-weight: 800;
    text-shadow: 0 0 3px #FFFFFF
}

.layers[b-l5f75wbvkj] {
    position: absolute;
}

.mapFooter[b-l5f75wbvkj] {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.mapHeader[b-l5f75wbvkj] {
    position: absolute;
    top: 10px;
    left: 10px;

}

/* _content/GeoPortal.Blazor.Server/Pages/Welcome.razor.rz.scp.css */


.top[b-5mswmxddpg] {
    margin-top: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: translate(0, -50%);
}


