/* /Components/Authorization/LoginComponent.razor.rz.scp.css */
.login-window-overlay[b-1v83tiupq9] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-1v83tiupq9] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-1v83tiupq9] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-1v83tiupq9] {
            width: 150px;
        }

@media (min-width: 768px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
/* /Components/BuildingAuthority/Barcodes/CreateBarcodesComponent.razor.rz.scp.css */
.createbarcode-window-overlay[b-ycckm41ywl] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-ycckm41ywl] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-ycckm41ywl] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-ycckm41ywl] {
            width: 150px;
        }

.create-barcode-anchor[b-ycckm41ywl] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.comboBoxTemplate[b-ycckm41ywl] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-ycckm41ywl] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-ycckm41ywl] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.validation-error[b-ycckm41ywl] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-ycckm41ywl] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-ycckm41ywl] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-ycckm41ywl] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Barcodes/PrintBarcodesComponent.razor.rz.scp.css */
.printbarcode-window-overlay[b-zr39e2yid4] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-zr39e2yid4] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-zr39e2yid4] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-zr39e2yid4] {
            width: 150px;
        }

.print-barcode-anchor[b-zr39e2yid4] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.comboBoxTemplate[b-zr39e2yid4] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-zr39e2yid4] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-zr39e2yid4] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.validation-error[b-zr39e2yid4] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-zr39e2yid4] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-zr39e2yid4] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-zr39e2yid4] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Construction/BarcodeComponent.razor.rz.scp.css */
.meta-data-item[b-vrk2u8l94v] {
    max-width: 800px;
}

    .meta-data-item .meta-data-group[b-vrk2u8l94v] {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 0.5rem;
    }

        .meta-data-item .meta-data-group .meta-data-group-item[b-vrk2u8l94v] {
            width: 100%;
        }

.validation-error[b-vrk2u8l94v] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-vrk2u8l94v] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-vrk2u8l94v] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-vrk2u8l94v] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Construction/CompileComponent.razor.rz.scp.css */
.component-overlay[b-s5ukc8h83r] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-s5ukc8h83r] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-s5ukc8h83r] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-s5ukc8h83r] {
            width: 150px;
        }

.meta-main-container[b-s5ukc8h83r] {
    display: flex;
    flex-direction: column;
    gap: unset;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

    .meta-main-container .title-container[b-s5ukc8h83r] {
        width: 100%;
        padding: 5px 0px;
    }

    .meta-main-container .meta-page-container[b-s5ukc8h83r] {
        padding: 0px 10px;
        overflow: auto;
        height: calc(100vh - 148px);
    }

        .meta-main-container .meta-page-container .page-title[b-s5ukc8h83r] {
            color: var(--primary-color);
            background-color: var(--primary-background-color);
        }
.meta-split-container[b-s5ukc8h83r] {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.meta-document-container[b-s5ukc8h83r]{
    flex: 1;
    position: relative;
    padding: 0.5rem;
    height: 100%;
}
.meta-data-item[b-s5ukc8h83r] {
    max-width: 800px;
}

    .meta-data-item .meta-data-group[b-s5ukc8h83r] {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

        .meta-data-item .meta-data-group .meta-data-group-item[b-s5ukc8h83r] {
            width: 100%;
        }

.validation-error[b-s5ukc8h83r] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

.page-meta-data-footer[b-s5ukc8h83r] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

.page-meta-data-footer[b-s5ukc8h83r] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

    .page-meta-data-footer .left-item-container[b-s5ukc8h83r] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .page-meta-data-footer .right-item-container[b-s5ukc8h83r] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }

.no-more-documents-found[b-s5ukc8h83r] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-documents-found .message-container[b-s5ukc8h83r] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center; 
        vertical-align: middle;
        color: red !important;
    }

        .no-more-documents-found .message-container .icon-container[b-s5ukc8h83r] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }
.document-viewer[b-s5ukc8h83r]{
    height: 100%;
}

@media (min-width: 768px) {
    .validation-error[b-s5ukc8h83r] {
        font-size: var(--validationerror-md-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-s5ukc8h83r] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-s5ukc8h83r] {
        font-size: var(--validationerror-lg-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-s5ukc8h83r] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-s5ukc8h83r] {
        font-size: var(--validationerror-xl-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-s5ukc8h83r] {
        font-size: var(--titel-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Construction/ConstructionNumberComponent.razor.rz.scp.css */
.meta-data-item[b-pqzyxlkr39] {
    max-width: 800px;
}

.validation-error[b-pqzyxlkr39] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-pqzyxlkr39] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-pqzyxlkr39] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-pqzyxlkr39] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Construction/DataComponent.razor.rz.scp.css */
.meta-data-item[b-it1e79se58] {
    max-width: 800px;
}

    .meta-data-item .meta-data-group[b-it1e79se58] {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 0.5rem;
    }

        .meta-data-item .meta-data-group.align-start[b-it1e79se58] {
            align-items: start;
        }

        .meta-data-item .meta-data-group .meta-data-group-item[b-it1e79se58] {
            width: 100%;
        }

.address-container[b-it1e79se58] {
    display: flex;
    flex-flow: nowrap;
    gap: 0.25rem;
}

    .address-container .streetname-container[b-it1e79se58] {
        position: relative;
        display: flex;
        white-space: nowrap;
        gap: unset;
        width: 75%;
    }

    .address-container .housenumber-container[b-it1e79se58] {
        width: 25%;
    }

.imported-streetname[b-it1e79se58] {
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--note-font-size);
    transition: ease-in-out all 0.2s;
}

.comboBoxTemplate[b-it1e79se58] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-it1e79se58] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-it1e79se58] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

    .comboBoxTemplate .gemarkung[b-it1e79se58] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        color: gray;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.validation-error[b-it1e79se58] {
    color: red;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .imported-streetname[b-it1e79se58] {
        font-size: var(--note-md-font-size);
    }

    .comboBoxTemplate .subLanguage[b-it1e79se58] {
        font-size: var(--subtext-md-font-size);
    }

    .validation-error[b-it1e79se58] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .imported-streetname[b-it1e79se58] {
        font-size: var(--note-lg-font-size);
    }

    .comboBoxTemplate .subLanguage[b-it1e79se58] {
        font-size: var(--subtext-lg-font-size);
    }

    .validation-error[b-it1e79se58] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .imported-streetname[b-it1e79se58] {
        font-size: var(--note-xl-font-size);
    }

    .comboBoxTemplate .subLanguage[b-it1e79se58] {
        font-size: var(--subtext-xl-font-size);
    }

    .validation-error[b-it1e79se58] {
        font-size: var(--validationerror-xl-font-size);
    }
}
.container-link[b-it1e79se58] {
    border: 1px solid #d9d9d9;
    padding: 0.5rem;
    background-color: #f2f2f2;
    cursor: pointer;
    color: var(--primary-header-background-color);
    max-width: 800px;
}
    .container-link i[b-it1e79se58]{
        width: 24px;
        text-align: center;
        margin-right: 0.25rem;
    }

    .container-link:hover[b-it1e79se58] {
        background-color: #d9d9d9;
    }
.meta-hidden-container[b-it1e79se58] {
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 1rem;
    padding-top: 0px;
    max-width: 800px;
}
/* /Components/BuildingAuthority/Construction/DataImportComponent.razor.rz.scp.css */
.meta-data-import-container[b-i4pwu23xv2] {
    padding: 1em;
    background-color: var(--secondary-background-color);
    max-width: 800px;
}

.meta-data-toggler[b-i4pwu23xv2] {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 0px;
    background-color: var(--secondary-background-color);
    cursor: pointer;
}

    .meta-data-toggler:hover[b-i4pwu23xv2] {
        background-color: var(--secondary-background-color-interactive);
    }

.Action-Button-Container[b-i4pwu23xv2] {
    min-height: 38px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-evenly;
}

.table[b-i4pwu23xv2] {
    width: 100%;
    table-layout: fixed;
}

    .table .table-body[b-i4pwu23xv2] {
        background: white;
    }

        .table .table-body .table-row[b-i4pwu23xv2] {
            cursor: pointer;
        }

        .table .table-body .table-row[b-i4pwu23xv2],
        .table .table-header .header-row[b-i4pwu23xv2] {
            border: 1px solid white;
            outline: unset;
            box-shadow: none;
        }

            .table .table-body .table-row:focus[b-i4pwu23xv2] {
                border-left: 1px solid var(--primary-border-color);
                background: var(--secondary-background-color-interactive)
            }

            .table .table-header .header-row .header-cell[b-i4pwu23xv2],
            .table .table-body .table-row .table-cell[b-i4pwu23xv2] {
                border: none;
                outline: none;
                box-shadow: none;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.navigation-menu-bar .navigation-menu-container[b-i4pwu23xv2] {
    padding: 75px 0px 20px 0px;
    flex-grow: 1;
    transition: ease-in-out all 0.2s;
}
/* /Components/BuildingAuthority/Document/KeywordSectionComponent.razor.rz.scp.css */
.component-overlay[b-lnqmvjv0qv] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-lnqmvjv0qv] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-lnqmvjv0qv] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-lnqmvjv0qv] {
            width: 150px;
        }

.meta-data-container[b-lnqmvjv0qv] {
    display: flex;
    flex-direction: column;
    gap: unset;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

    .meta-data-container .title-container[b-lnqmvjv0qv] {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .meta-data-container .page-meta-data-container[b-lnqmvjv0qv] {
        width: 100%;
        flex-grow: 1;
        padding: 0px 10px;
        overflow: auto;
    }

        .meta-data-container .page-meta-data-container .add-meta-data[b-lnqmvjv0qv] {
            border: 1px dotted var(--secondary-border-color);
            color: green;
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            width: 100%;
            height: 32px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .meta-data-container .page-meta-data-container .add-meta-data:hover[b-lnqmvjv0qv] {
                border-color: var(--secondary-border-color-interactive);
            }

.meta-data-item .meta-data-group[b-lnqmvjv0qv] {
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    gap: 0.25rem;
}

.page-meta-data-footer[b-lnqmvjv0qv] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

.page-meta-data-footer[b-lnqmvjv0qv] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

    .page-meta-data-footer .left-item-container[b-lnqmvjv0qv] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .page-meta-data-footer .right-item-container[b-lnqmvjv0qv] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }

.comboBoxTemplate[b-lnqmvjv0qv] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-lnqmvjv0qv] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-lnqmvjv0qv] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.meta-data-header[b-lnqmvjv0qv] {
    background-color: var(--secondary-background-color);
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    padding: unset;
    margin: unset;
}

    .meta-data-header .scan-name[b-lnqmvjv0qv] {
        text-align: center;
        flex-grow: 1;
    }

    .meta-data-header .request-new-scan-button[b-lnqmvjv0qv] {
        border-radius: unset;
    }

@media (min-width: 768px) {
    .comboBoxTemplate .subLanguage[b-lnqmvjv0qv] {
        font-size: var(--subtext-md-font-size);
    }
}

@media (min-width: 1200px) {
    .comboBoxTemplate .subLanguage[b-lnqmvjv0qv] {
        font-size: var(--subtext-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .comboBoxTemplate .subLanguage[b-lnqmvjv0qv] {
        font-size: var(--subtext-xl-font-size);
    }
}
/* /Components/BuildingAuthority/Document/ListFilterComponent.razor.rz.scp.css */
.filter-buildingauthority-anchor[b-gljnieun87] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.searchbar-container[b-gljnieun87] {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    gap: 0px;
    padding: 5px 10px;
}

    .searchbar-container .filterbutton:not(.lastbutton)[b-gljnieun87] {
        border-radius: 0px;
    }

    .searchbar-container .filterbutton.lastbutton[b-gljnieun87] {
        border-radius: 0px 4px 4px 0px;
    }
/* /Components/BuildingAuthority/Document/ReportProblemsComponent.razor.rz.scp.css */
.createoredit-reportProblem-anchor[b-1fpzvdl30r] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}
/* /Components/BuildingAuthority/Document/ThumbnailComponent.razor.rz.scp.css */
.component-container[b-razow85qk0] {
    display: flex;
    padding: 10px;
    gap: 10px;
    flex-flow: nowrap;
    justify-content: center;
    cursor: grab;
}

    .component-container.page-active[b-razow85qk0] {
        background-color: var(--primary-background-color);
        color: var(--primary-color);
    }

    .component-container .thumbnail-item[b-razow85qk0] {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        gap: 10px;
    }

        .component-container .thumbnail-item .thumbnail-square[b-razow85qk0] {
            position: relative;
            width: 100%;
            height: 0px;
            padding-top: 100%;
        }

            .component-container .thumbnail-item .thumbnail-square .thumbnail-container[b-razow85qk0] {
                position: absolute;
                display: flex;
                flex-flow: nowrap;
                top: 0px;
                left: 0px;
                right: 0px;
                width: 100%;
                height: 100%;
                gap: 10px;
                cursor: pointer;
            }

                .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail[b-razow85qk0] {
                    position: relative;
                    display: flex;
                    width: 100%;
                    height: 100%;
                    flex-direction: column;
                    justify-content: space-evenly;
                    text-align: center;
                    align-items: center;
                    border: 1px solid var(--secondary-border-color);
                    background: var(--secondary-background-color);
                    color: var(--secondary-color);
                }

                    .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail[b-razow85qk0] {
                        cursor: default;
                        pointer-events: none;
                    }

                    .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail img[b-razow85qk0] {
                        max-height: 100%;
                        max-width: 100%;
                    }

                    .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail .error-on-load[b-razow85qk0] {
                        position: absolute;
                        display: flex;
                        flex-direction: column;
                        top: 10px;
                        left: 10px;
                        bottom: 10px;
                        right: 10px;
                        color: red;
                        transform: rotate(-45deg);
                        font-weight: bold;
                        justify-content: space-evenly;
                        text-align: center;
                    }

                    .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail .loading-in-progress[b-razow85qk0] {
                        position: absolute;
                        display: flex;
                        flex-direction: column;
                        top: 10px;
                        left: 10px;
                        bottom: 10px;
                        right: 10px;
                        justify-content: space-evenly;
                        text-align: center;
                    }

                        .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail .loading-in-progress .busyIndicator[b-razow85qk0] {
                            width: 100%;
                            text-align: center;
                        }

                            .component-container .thumbnail-item .thumbnail-square .thumbnail-container .thumbnail .loading-in-progress .busyIndicator img[b-razow85qk0] {
                                width: 50px;
                            }
        .component-container .thumbnail-item .deleted-item-separator[b-razow85qk0] {
            width: 100%;
            border: 1px solid var(--secondary-border-color);
            background: var(--secondary-background-color);
        }

        .component-container .thumbnail-item .description-container[b-razow85qk0] {
            width: 100%;
            text-align: center;
        }

.operation-list[b-razow85qk0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: space-between;
}

    .operation-list .upper-operations[b-razow85qk0] {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .operation-list .lower-operations[b-razow85qk0] {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .operation-list .operation-icon[b-razow85qk0] {
        border: 1px solid var(--secondary-border-color);
        display: flex;
        flex-direction: column;
        flex-flow: nowrap;
        width: 32px;
        height: 32px;
        padding: 5px 10px;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .operation-list .operation-icon:hover[b-razow85qk0] {
            border-color: var(--secondary-border-color-interactive);
            background-color: var(--secondary-background-color-interactive);
        }

.drop-spacer[b-razow85qk0] {
    height: 2px;
    margin: 1px;
    background-color: var(--primary-background-color);
}
.drop-spacer-placeholder[b-razow85qk0] {
    height: 4px;
}
/* /Components/BuildingAuthority/Document/ViewerComponent.razor.rz.scp.css */
.component-container[b-8d09agetj2] {
    display: flex;
    padding: 10px;
    gap: 10px;
    flex-flow: nowrap;
    justify-content: center;
}

    .component-container.full-height[b-8d09agetj2] {
        height: 100%;
    }

    .component-container .viewer-image-container[b-8d09agetj2] {
        display: flex;
        flex-flow: nowrap;
        width: 100%;
        height: 100%;
    }

        .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            text-align: center;
            align-items: center;
            border: 1px solid var(--secondary-border-color);
            background: var(--secondary-background-color);
            width: 100%;
            height: 90vh;
        }

            .component-container .viewer-image-container .viewer-image.full-height[b-8d09agetj2] {
                height: 100%;
            }

            .component-container .viewer-image-container .viewer-image .error-on-load[b-8d09agetj2] {
                position: absolute;
                display: flex;
                flex-direction: column;
                top: 10px;
                left: 10px;
                bottom: 10px;
                right: 10px;
                color: red;
                transform: rotate(-45deg);
                font-weight: bold;
                justify-content: space-evenly;
                text-align: center;
            }

            .component-container .viewer-image-container .viewer-image .loading-in-progress[b-8d09agetj2] {
                position: absolute;
                display: flex;
                flex-direction: column;
                top: 10px;
                left: 10px;
                bottom: 10px;
                right: 10px;
                justify-content: space-evenly;
                text-align: center;
            }

                .component-container .viewer-image-container .viewer-image .loading-in-progress .busyIndicator[b-8d09agetj2] {
                    width: 100%;
                    text-align: center;
                }

                    .component-container .viewer-image-container .viewer-image .loading-in-progress .busyIndicator img[b-8d09agetj2] {
                        width: 100px;
                    }

    .component-container .toolbox[b-8d09agetj2] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        pointer-events: none;
        overflow: hidden;
        border: 1px solid var(--secondary-border-color);
        padding: 10px;
        border-left: unset;
    }

        .component-container .toolbox .operation-list[b-8d09agetj2] {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 10px;
            padding: 5px 10px;
            overflow: hidden;
            text-align: center;
            pointer-events: none;
            background: white;
            overflow: hidden;
        }

            .component-container .toolbox .operation-list .upper-operations[b-8d09agetj2] {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            .component-container .toolbox .operation-list .lower-operations[b-8d09agetj2] {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            .component-container .toolbox .operation-list .operation-group[b-8d09agetj2] {
                display: flex;
                flex-flow: nowrap;
                gap: 5px;
                overflow: hidden;
                text-align: center;
                pointer-events: none;
                overflow: hidden;
            }

            .component-container .toolbox .operation-list .icon-spacer[b-8d09agetj2] {
                width: 100%;
                height: 32px;
                margin: 2px;
                pointer-events: none;
            }

            .component-container .toolbox .operation-list .operation-icon[b-8d09agetj2] {
                width: 100%;
                height: 50px;
                border: 1px solid var(--secondary-border-color);
                display: flex;
                padding: 5px 10px;
                justify-content: space-evenly;
                align-items: center;
                cursor: pointer;
                pointer-events: visible;
                font-size: 16px;
            }

                .component-container .toolbox .operation-list .operation-icon i[b-8d09agetj2] {
                    min-width: 16px;
                }

                .component-container .toolbox .operation-list .operation-icon:hover[b-8d09agetj2] {
                    border-color: var(--secondary-border-color-interactive);
                    background-color: var(--secondary-background-color-interactive);
                }

        .component-container .toolbox .description-container[b-8d09agetj2] {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            align-content: center;
        }

@media (min-width: 768px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 85vh;
    }
}

@media (min-width: 1200px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 80vh;
    }
}

@media (min-width: 1400px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 75vh;
    }
}

@media (min-width: 1900px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 70vh;
    }
}

@media (min-width: 2000px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 65vh;
    }
}


@media (min-width: 2100px) {
    .component-container .viewer-image-container .viewer-image[b-8d09agetj2] {
        height: 60vh;
    }
}
/* /Components/BuildingAuthority/Document/ViewerImageComponent.razor.rz.scp.css */
.image-container[b-br5tmk99bk] {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
    cursor: grab;
}

    .image-container img[b-br5tmk99bk] {
        max-height: 100%;
        max-width: 100%;
        transition: transform 0.1s;
    }

        .image-container img.isGrabbing[b-br5tmk99bk] {
            cursor: grabbing;
        }
/* /Components/Dashboard/CommonStatistikComponent.razor.rz.scp.css */
.statistik-container[b-6jj2xouu28] {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
}

    .statistik-container .filter-section[b-6jj2xouu28] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
        padding: 10px;
        box-shadow: 2px 0px 5px 0px gray;
    }

        .statistik-container .filter-section .time-filter-container[b-6jj2xouu28] {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
        }

            .statistik-container .filter-section .time-filter-container .time-filter-item[b-6jj2xouu28] {
                width: 100%;
                max-width: 400px;
                display: flex;
                gap: 10px;
                justify-content: center;
                align-items: center;
            }

        .statistik-container .filter-section .customer-filter-item[b-6jj2xouu28] {
            display: flex;
            flex-direction: column;
            gap: 5px
        }

        .statistik-container .filter-section .documentType-filter-item[b-6jj2xouu28] {
            display: flex;
            flex-direction: column;
            gap: 5px
        }

    .statistik-container .statistik-section[b-6jj2xouu28] {
        position: relative;
        flex-grow: 1;
        height: 100%;
        overflow: auto;
        padding: 10px;
    }

.maintitle[b-6jj2xouu28] {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.error[b-6jj2xouu28] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
    white-space: break-spaces;
}

.info-Card[b-6jj2xouu28] {
    background-color: #F0F0F0;
    margin: unset;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px;
    gap: unset;
    flex-flow: column;
    justify-content: flex-end;
    align-content: center;
}

    .info-Card .title[b-6jj2xouu28] {
        font-size: var(--text-md-font-size);
        text-align: center;
    }

    .info-Card .value[b-6jj2xouu28] {
        width: 100%;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.diagramm-label[b-6jj2xouu28] {
    background-color: inherit !important;
}

    .diagramm-label.primary[b-6jj2xouu28] {
        color: var(--primary-color);
    }

    .diagramm-label.secondary[b-6jj2xouu28] {
        color: var(--secondary-color);
    }

@media (min-width: 768px) {
    .error[b-6jj2xouu28] {
        font-size: var(--validationerror-md-font-size);
    }

    .info-Card .title[b-6jj2xouu28], .info-Card .subtitle[b-6jj2xouu28] {
        font-size: var(--text-md-font-size);
    }

    .info-Card .value[b-6jj2xouu28] {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .error[b-6jj2xouu28] {
        font-size: var(--validationerror-lg-font-size);
    }

    .info-Card .title[b-6jj2xouu28], .info-Card .subtitle[b-6jj2xouu28] {
        font-size: var(--text-lg-font-size);
    }

    .info-Card .value[b-6jj2xouu28] {
        font-size: 40px;
    }
}

@media (min-width: 1400px) {
    .error[b-6jj2xouu28] {
        font-size: var(--validationerror-xl-font-size);
    }

    .info-Card .title[b-6jj2xouu28], .info-Card .subtitle[b-6jj2xouu28] {
        font-size: var(--text-xl-font-size);
    }

    .info-Card .value[b-6jj2xouu28] {
        font-size: 50px;
    }
}
/* /Components/Dashboard/DashboardOverviewAndRedirectComponent.razor.rz.scp.css */
.item-container[b-qs77xm0627] {
    flex-grow: 1;
    color: var(--primary-color);
    border: 1px solid var(--item-border-color);
    background-color: var(--primary-background-color);
    border-radius: 4px;
    display: flex;
    flex-flow: nowrap;
    padding: 5px 10px;
}

    .item-container.redirect-enabled[b-qs77xm0627] {
        cursor: pointer;
    }

        .item-container.redirect-enabled:hover[b-qs77xm0627] {
            border-color: var(--focusitem-border-color);
        }

    .item-container .overview-container[b-qs77xm0627] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .item-container .redirect-container[b-qs77xm0627] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        align-self: center;
        font-size: 26px;
        height: 100%;
        width: 30px;
    }
/* /Components/General/CheckDataListFilterComponent.razor.rz.scp.css */
.filter-container[b-7j8ffnlcfa] {
    display: flex;
    flex-flow: nowrap;
    padding: 10px;
    gap: 10px;
}
/* /Components/Global/BusyIndicatorComponent.razor.rz.scp.css */
.application-overlay[b-u9isrh6rbr] {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9990;
}

.busyIndicator-container[b-u9isrh6rbr] {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9991;
}

    .busyIndicator-container .busyIndicator-title[b-u9isrh6rbr] {
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: var(--font-family);
        font-weight: bold;
        font-size: var(--subtitel-font-size);
        transition: ease-in-out all 0.2s;
    }

    .busyIndicator-container .busyIndicator[b-u9isrh6rbr] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-u9isrh6rbr] {
            width: 200px;
        }

    .busyIndicator-container .busyIndicator-description[b-u9isrh6rbr] {
        text-align: center;
        font-family: var(--font-family);
        font-size: var(--text-font-size);
        transition: ease-in-out all 0.2s;
    }

@media (min-width: 768px) {
    .busyIndicator-container .busyIndicator-title[b-u9isrh6rbr] {
        font-size: var(--subtitel-md-font-size);
    }

    .busyIndicator-container .busyIndicator-description[b-u9isrh6rbr] {
        font-size: var(--text-md-font-size);
    }
}

@media (min-width: 1200px) {
    .busyIndicator-container .busyIndicator-title[b-u9isrh6rbr] {
        font-size: var(--subtitel-lg-font-size);
    }

    .busyIndicator-container .busyIndicator-description[b-u9isrh6rbr] {
        font-size: var(--text-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .busyIndicator-container .busyIndicator-title[b-u9isrh6rbr] {
        font-size: var(--subtitel-xl-font-size);
    }

    .busyIndicator-container .busyIndicator-description[b-u9isrh6rbr] {
        font-size: var(--text-xl-font-size);
    }
}
/* /Components/Global/DialogWindowComponent.razor.rz.scp.css */
.dialog-anchor[b-luxyghxe3a] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9970;
}

.Dialog-window-content[b-luxyghxe3a] {
    white-space: break-spaces;
}
/* /Components/Global/EditFormValidationMessage.razor.rz.scp.css */
.validation-error[b-0udd28or1j] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-0udd28or1j] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-0udd28or1j] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-0udd28or1j] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/Global/ShowSystemMessageComponent.razor.rz.scp.css */
.system-message-container[b-ha7smp07v8] {
    padding: 5px 10px;
    border-radius: 0px;
    width: 100%;
    transition: ease-in-out all 0.2s;
}

    .system-message-container.information[b-ha7smp07v8] {
        background-color: var(--systemmessage-information-background-color);
        color: var(--systemmessage-information-color);
    }

    .system-message-container.success[b-ha7smp07v8] {
        background-color: var(--systemmessage-success-background-color);
        color: var(--systemmessage-success-color);
    }

    .system-message-container.warning[b-ha7smp07v8] {
        background-color: var(--systemmessage-warning-background-color);
        color: var(--systemmessage-warning-color);
    }

    .system-message-container.error[b-ha7smp07v8] {
        background-color: var(--systemmessage-error-background-color);
        color: var(--systemmessage-error-color);
    }

    .system-message-container .system-message-title[b-ha7smp07v8] {
        font-family: var(--font-family);
        font-weight: bold;
        font-size: var(--text-font-size);
        transition: ease-in-out all 0.2s;
    }

    .system-message-container .system-message-text[b-ha7smp07v8] {
        font-family: var(--font-family);
        font-size: var(--validationerror-font-size);
        transition: ease-in-out all 0.2s;
    }

@media (min-width: 768px) {
    .system-message-container[b-ha7smp07v8] {
        padding: 7px 14px;
        transition: ease-in-out all 0.2s;
    }

        .system-message-container .system-message-title[b-ha7smp07v8] {
            font-size: var(--text-md-font-size);
        }

        .system-message-container .system-message-text[b-ha7smp07v8] {
            font-size: var(--validationerror-md-font-size);
        }
}

@media (min-width: 1200px) {
    .system-message-container[b-ha7smp07v8] {
        padding: 10px 20px;
        transition: ease-in-out all 0.2s;
    }

        .system-message-container .system-message-title[b-ha7smp07v8] {
            font-size: var(--text-lg-font-size);
        }

        .system-message-container .system-message-text[b-ha7smp07v8] {
            font-size: var(--validationerror-lg-font-size);
        }
}

@media (min-width: 1400px) {
    .system-message-container .system-message-title[b-ha7smp07v8] {
        font-size: var(--text-xl-font-size);
    }

    .system-message-container .system-message-text[b-ha7smp07v8] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/Input/MultilanguageTextInputComponent.razor.rz.scp.css */
.e-tab[b-u51jb5ky8g] {
    border: 1px solid black;
}
/* /Components/Input/StringPartInputComponent.razor.rz.scp.css */
/* /Components/Navigation/NavigationBarComponent.razor.rz.scp.css */
/* /Components/Navigation/NavigationContainerComponent.razor.rz.scp.css */
.mobile-navigation-menu-reference[b-x946e54ppk] {
    position: relative;
    width: 50px;
    height: 50px;
}

    .mobile-navigation-menu-reference .mobile-navigation-menu[b-x946e54ppk] {
        display: flex;
        height: 100%;
        width: 100%;
        font-size: 35px;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        transition: ease-in-out all 0.2s;
    }

        .mobile-navigation-menu-reference .mobile-navigation-menu.menu-open[b-x946e54ppk] {
            transform: rotate(-90deg);
        }

    .mobile-navigation-menu-reference .mobile-navigation-menu-container[b-x946e54ppk] {
        position: absolute;
        top: 50px;
        right: 0px;
        height: 0px;
        width: 0px;
        opacity: 0;
        overflow: hidden;
        background: var(--mainmenu-container-background-color);
        color: var(--mainmenu-container-color);
        transition: ease-in-out all 0.2s;
    }

        .mobile-navigation-menu-reference .mobile-navigation-menu-container.menu-open[b-x946e54ppk] {
            box-shadow: 5px 5px 10px 1px gray;
            top: 60px;
            right: 10px;
            opacity: 1;
            height: unset;
            width: unset;
            max-height: calc(100vh - 70px);
            max-width: calc(100vw - 20px);
            overflow: auto;
        }

.navigation-menu-bar[b-x946e54ppk] {
    display: none;
}

.navigation-menu-bar-toggler[b-x946e54ppk] {
    display: none;
}

@media (min-width: 768px) {
    .mobile-navigation-menu-reference[b-x946e54ppk] {
        display: none;
    }

        .mobile-navigation-menu-reference .mobile-navigation-menu-container[b-x946e54ppk] {
            display: none;
        }

    .navigation-menu-bar[b-x946e54ppk] {
        position: relative;
        height: 100%;
        width: fit-content;
        max-width: calc(100vw - 200px);
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-end;
        background: var(--mainmenu-container-background-color);
        color: var(--mainmenu-container-color);
        border-right: 1px solid var(--mainmenu-container-color);
        z-index: 9800;
        transition: ease-in-out all 0.2s;
    }

        .navigation-menu-bar .navigation-menu-container[b-x946e54ppk] {
            padding: 75px 0px 20px 0px;
            flex-grow: 1;
            transition: ease-in-out all 0.2s;
        }

        .navigation-menu-bar .navigation-menu-bar-toggler[b-x946e54ppk] {
            position: absolute;
            bottom: 0px;
            right: 0px;
            margin: unset;
            padding: 5px 0px;
            background-color: var(--secondary-background-color-interactive);
            display: flex;
            width: 40px;
            height: 40px;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .navigation-menu-bar .navigation-menu-bar-toggler:hover[b-x946e54ppk] {
                background-color: var(--secondary-background-color);
            }

            .navigation-menu-bar .navigation-menu-bar-toggler.expand-menu-bar i[b-x946e54ppk] {
                transform: rotate(180deg);
            }
}

@media (min-width: 1200px) {
    .navigation-menu-bar .navigation-menu-container[b-x946e54ppk] {
        padding: 80px 0px 20px 0px;
    }
}

@media (min-width: 1400px) {
    .navigation-menu-bar .navigation-menu-container[b-x946e54ppk] {
        padding: 85px 0px 20px 0px;
    }
}
/* /Components/Navigation/NavigationItemComponent.razor.rz.scp.css */
.navigationbar-item[b-nxsqa5qwcr] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    padding: 6px 20px 6px 10px;
    background: var(--mainmenu-container-background-color);
    font-family: var(--font-family);
    font-size: var(--mainmenu-item-font-size);
    font-weight: bold;
    border-left: 5px solid var(--mainmenu-container-background-color);
    cursor: pointer;
    transition: ease-in-out all 0.2s;
}

    .navigationbar-item.subParentItem[b-nxsqa5qwcr] {
        font-family: var(--font-family);
        font-size: var(--mainmenu-subitem-font-size);
    }

    .navigationbar-item.mainParentItem[b-nxsqa5qwcr] {
        font-family: var(--font-family);
        font-size: var(--mainmenu-mainitem-font-size);
        border-top: 1px solid var(--mainmenu-container-border-color)
    }

    .navigationbar-item:not(.item-active):hover[b-nxsqa5qwcr] {
        background: var(--mainmenu-container-hover-color);
        border-left: 5px solid var(--mainmenu-container-hover-color);
    }

    .navigationbar-item.item-active[b-nxsqa5qwcr] {
        border-left: 5px solid var(--mainmenu-border-active-color);
    }

    .navigationbar-item:not(.subParentItem).item-active[b-nxsqa5qwcr] {
        cursor: default;
    }

    .navigationbar-item .navigation-item-treeview[b-nxsqa5qwcr] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        width: 25px;
        font-family: var(--font-family);
        font-size: 15px;
        transition: ease-in-out all 0.2s;
    }

        .navigationbar-item.parent-item-opened .navigation-item-treeview[b-nxsqa5qwcr] {
            transform: rotate(90deg);
        }

    .navigationbar-item .navigation-item-icon[b-nxsqa5qwcr] {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        font-family: var(--font-family);
        font-size: var(--mainmenu-mainitem-font-size);
        width: 25px;
    }

    .navigationbar-item .navigation-item-text[b-nxsqa5qwcr] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navigationbar-item.hide-text .navigation-item-text[b-nxsqa5qwcr] {
        max-width: 0px;
        text-overflow: unset;
        overflow: hidden;
    }

.navigation-subitem-spacer[b-nxsqa5qwcr] {
    margin-left: 25px;
}

.navigation-item-icon-spacer[b-nxsqa5qwcr] {
    width: 25px;
}

@media (min-width: 768px) {
    .navigationbar-item[b-nxsqa5qwcr] {
        font-size: var(--mainmenu-md-item-font-size);
    }

        .navigationbar-item.subParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-md-subitem-font-size);
        }

        .navigationbar-item.mainParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-md-mainitem-font-size);
        }

        .navigationbar-item .navigation-item-icon[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-md-mainitem-font-size);
        }
}

@media (min-width: 1200px) {
    .navigationbar-item[b-nxsqa5qwcr] {
        font-size: var(--mainmenu-lg-item-font-size);
    }

        .navigationbar-item.subParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-lg-subitem-font-size);
        }

        .navigationbar-item.mainParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-lg-mainitem-font-size);
        }

        .navigationbar-item .navigation-item-icon[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-lg-mainitem-font-size);
        }
}

@media (min-width: 1400px) {
    .navigationbar-item[b-nxsqa5qwcr] {
        font-size: var(--mainmenu-xl-item-font-size);
    }

        .navigationbar-item.subParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-xl-subitem-font-size);
        }

        .navigationbar-item.mainParentItem[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-xl-mainitem-font-size);
        }

        .navigationbar-item .navigation-item-icon[b-nxsqa5qwcr] {
            font-size: var(--mainmenu-xl-mainitem-font-size);
        }
}
/* /Components/RegistrationOffice/DocumentListFilterComponent.razor.rz.scp.css */
.filter-registrationoffice-anchor[b-18t9bf6g23] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.searchbar-container[b-18t9bf6g23] {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    gap: 0px;
    padding: 5px 10px;
}

    .searchbar-container .filterbutton:not(.lastbutton)[b-18t9bf6g23] {
        border-radius: 0px;
    }

    .searchbar-container .filterbutton.lastbutton[b-18t9bf6g23] {
        border-radius: 0px 4px 4px 0px;
    }
/* /Components/RegistrationOffice/KeywordComponent.razor.rz.scp.css */
.meta-data-header[b-6xwh62dpg5] {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .meta-data-header .input-field-label.subtitle-font[b-6xwh62dpg5] {
        font-size: var(--subtitel-font-size);
    }

    .meta-data-header .meta-data-group.toolbar[b-6xwh62dpg5] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: nowrap;
        gap: 5px;
        overflow: hidden;
    }

        .meta-data-header .meta-data-group.toolbar .toolbar-item[b-6xwh62dpg5] {
            border: 1px solid var(--secondary-border-color);
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            width: 32px;
            height: 32px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .meta-data-header .meta-data-group.toolbar .toolbar-item:hover[b-6xwh62dpg5] {
                border-color: var(--secondary-border-color-interactive);
                background-color: var(--secondary-background-color-interactive);
            }

            .meta-data-header .meta-data-group.toolbar .toolbar-item.remove-meta-data[b-6xwh62dpg5] {
                color: red;
            }

.meta-data-item[b-6xwh62dpg5] {
    padding: 10px;
    background-color: var(--secondary-border-color);
}

    .meta-data-item.matchingValidationError[b-6xwh62dpg5] {
        background-color: #FFD9CC;
    }

    .meta-data-item .meta-data-group[b-6xwh62dpg5] {
        width: 100%;
        display: flex;
        flex: 0 1 auto;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        gap: 0.25rem;
    }

.validation-error[b-6xwh62dpg5] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

.comboBoxTemplate[b-6xwh62dpg5] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-6xwh62dpg5] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-6xwh62dpg5] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.add-municipality-button[b-6xwh62dpg5] {
    border-radius: unset;
}

.is-dead-button[b-6xwh62dpg5] {
    border-radius: unset;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .meta-data-header .input-field-label.subtitle-font[b-6xwh62dpg5] {
        font-size: var(--subtitel-md-font-size);
    }

    .validation-error[b-6xwh62dpg5] {
        font-size: var(--validationerror-md-font-size);
    }

    .comboBoxTemplate .subLanguage[b-6xwh62dpg5] {
        font-size: var(--subtext-md-font-size);
    }
}

@media (min-width: 1200px) {
    .meta-data-header .input-field-label.subtitle-font[b-6xwh62dpg5] {
        font-size: var(--subtitel-lg-font-size);
    }

    .validation-error[b-6xwh62dpg5] {
        font-size: var(--validationerror-lg-font-size);
    }

    .comboBoxTemplate .subLanguage[b-6xwh62dpg5] {
        font-size: var(--subtext-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .meta-data-header .input-field-label.subtitle-font[b-6xwh62dpg5] {
        font-size: var(--subtitel-lg-font-size);
    }

    .validation-error[b-6xwh62dpg5] {
        font-size: var(--validationerror-xl-font-size);
    }

    .comboBoxTemplate .subLanguage[b-6xwh62dpg5] {
        font-size: var(--subtext-xl-font-size);
    }
}
/* /Components/RegistrationOffice/KeywordSectionComponent.razor.rz.scp.css */
.component-overlay[b-qyyz1wsw7z] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-qyyz1wsw7z] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-qyyz1wsw7z] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-qyyz1wsw7z] {
            width: 150px;
        }

.document-keywords-toggler[b-qyyz1wsw7z] {
    margin: 1rem 0px 0px 0px;
    padding: 5px 0px;
    background-color: var(--secondary-background-color);
    display: flex;
    width: 100%;
    height: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

    .document-keywords-toggler:hover[b-qyyz1wsw7z] {
        background-color: var(--secondary-background-color-interactive);
    }

    .document-keywords-toggler.document-info-visible i[b-qyyz1wsw7z] {
        transform: rotate(180deg);
    }

.meta-data-container[b-qyyz1wsw7z] {
    display: flex;
    flex-direction: column;
    gap: unset;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

    .meta-data-container .title-container[b-qyyz1wsw7z] {
        width: 100%;
        padding: 5px 0px;
        text-align: center;
    }

    .meta-data-container .page-meta-data-container[b-qyyz1wsw7z] {
        width: 100%;
        flex-grow: 1;
        padding: 0px 10px;
        overflow: auto;
    }

        .meta-data-container .page-meta-data-container .add-meta-data[b-qyyz1wsw7z] {
            border: 1px dotted var(--secondary-border-color);
            color: green;
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            width: 100%;
            height: 32px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .meta-data-container .page-meta-data-container .add-meta-data:hover[b-qyyz1wsw7z] {
                border-color: var(--secondary-border-color-interactive);
            }

.meta-data-item .meta-data-group[b-qyyz1wsw7z] {
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    gap: 0.25rem;
}

.address-container[b-qyyz1wsw7z] {
    display: flex;
    flex-flow: nowrap;
    gap: unset;
    gap: 0.25rem;
}

    .address-container .statename-container[b-qyyz1wsw7z] {
        position: relative;
        display: flex;
        white-space: nowrap;
        gap: unset;
        width: 100%;
    }

    .address-container .streetname-container[b-qyyz1wsw7z] {
        position: relative;
        display: flex;
        white-space: nowrap;
        gap: unset;
        width: 100%;
    }

    .address-container .housenumber-container[b-qyyz1wsw7z] {
        /*width: 20%;*/
    }

    .address-container .extendedhousenumber-container[b-qyyz1wsw7z] {
        /*width: 20%;*/
    }

.page-meta-data-footer[b-qyyz1wsw7z] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

.page-meta-data-footer[b-qyyz1wsw7z] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

    .page-meta-data-footer .left-item-container[b-qyyz1wsw7z] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .page-meta-data-footer .right-item-container[b-qyyz1wsw7z] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }

.comboBoxTemplate[b-qyyz1wsw7z] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-qyyz1wsw7z] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-qyyz1wsw7z] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.meta-data-header[b-qyyz1wsw7z] {
    background-color: var(--secondary-background-color);
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    padding: unset;
    margin: unset;
}

    .meta-data-header .scan-name[b-qyyz1wsw7z] {
        text-align: center;
        flex-grow: 1;
    }

    .meta-data-header .request-new-scan-button[b-qyyz1wsw7z] {
        border-radius: unset;
    }

.toggle-abroad-button[b-qyyz1wsw7z] {
    border-radius: unset;
}

.add-street-button[b-qyyz1wsw7z] {
    border-radius: unset;
}

.validation-error[b-qyyz1wsw7z] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .comboBoxTemplate .subLanguage[b-qyyz1wsw7z] {
        font-size: var(--subtext-md-font-size);
    }

    .validation-error[b-qyyz1wsw7z] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .comboBoxTemplate .subLanguage[b-qyyz1wsw7z] {
        font-size: var(--subtext-lg-font-size);
    }

    .validation-error[b-qyyz1wsw7z] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .comboBoxTemplate .subLanguage[b-qyyz1wsw7z] {
        font-size: var(--subtext-xl-font-size);
    }

    .validation-error[b-qyyz1wsw7z] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/RegistrationOffice/ReportProblemsComponent.razor.rz.scp.css */
.createoredit-reportProblem-anchor[b-5zrvebam9q] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}
/* /Components/RegistryOffice/DocumentListFilterComponent.razor.rz.scp.css */
.filter-registryoffice-anchor[b-grfgw8cydd] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.searchbar-container[b-grfgw8cydd] {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    gap: 0px;
    padding: 5px 10px;
}

    .searchbar-container .filterbutton:not(.lastbutton)[b-grfgw8cydd] {
        border-radius: 0px;
    }

    .searchbar-container .filterbutton.lastbutton[b-grfgw8cydd] {
        border-radius: 0px 4px 4px 0px;
    }
/* /Components/RegistryOffice/KeywordComponent.razor.rz.scp.css */
.meta-data-header[b-mesra26e8z] {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .meta-data-header .input-field-label.subtitle-font[b-mesra26e8z] {
        font-size: var(--subtitel-font-size);
    }

    .meta-data-header .meta-data-group.toolbar[b-mesra26e8z] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-flow: nowrap;
        gap: 5px;
        overflow: hidden;
    }

        .meta-data-header .meta-data-group.toolbar .toolbar-item[b-mesra26e8z] {
            border: 1px solid var(--secondary-border-color);
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            width: 32px;
            height: 32px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .meta-data-header .meta-data-group.toolbar .toolbar-item:hover[b-mesra26e8z] {
                border-color: var(--secondary-border-color-interactive);
                background-color: var(--secondary-background-color-interactive);
            }

            .meta-data-header .meta-data-group.toolbar .toolbar-item.remove-meta-data[b-mesra26e8z] {
                color: red;
            }

.meta-data-item[b-mesra26e8z] {
    padding: 10px;
    background-color: var(--secondary-border-color);
}

    .meta-data-item.matchingValidationError[b-mesra26e8z] {
        background-color: #FFD9CC;
    }

    .meta-data-item .meta-data-group[b-mesra26e8z] {
        width: 100%;
        display: flex;
        flex: 0 1 auto;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

.validation-error[b-mesra26e8z] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .meta-data-header .input-field-label.subtitle-font[b-mesra26e8z] {
        font-size: var(--subtitel-md-font-size);
    }

    .validation-error[b-mesra26e8z] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .meta-data-header .input-field-label.subtitle-font[b-mesra26e8z] {
        font-size: var(--subtitel-lg-font-size);
    }

    .validation-error[b-mesra26e8z] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .meta-data-header .input-field-label.subtitle-font[b-mesra26e8z] {
        font-size: var(--subtitel-lg-font-size);
    }

    .validation-error[b-mesra26e8z] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/RegistryOffice/KeywordPagingComponent.razor.rz.scp.css */
.meta-data-header[b-l4t9zjlze9] {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.meta-data-item[b-l4t9zjlze9] {
    padding: 10px;
    background-color: var(--secondary-border-color);
}

.validation-error[b-l4t9zjlze9] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-l4t9zjlze9] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-l4t9zjlze9] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-l4t9zjlze9] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/RegistryOffice/KeywordSectionComponent.razor.rz.scp.css */
.component-overlay[b-1jv0xz9dze] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.5;
    z-index: 9980;
}

.busyIndicator-container[b-1jv0xz9dze] {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: white;
    z-index: 9981;
}

    .busyIndicator-container .busyIndicator[b-1jv0xz9dze] {
        width: 100%;
        text-align: center;
    }

        .busyIndicator-container .busyIndicator img[b-1jv0xz9dze] {
            width: 150px;
        }

.document-keywords-toggler[b-1jv0xz9dze] {
    margin: 1rem 0px 0px 0px;
    padding: 5px 0px;
    background-color: var(--secondary-background-color);
    display: flex;
    width: 100%;
    height: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

    .document-keywords-toggler:hover[b-1jv0xz9dze] {
        background-color: var(--secondary-background-color-interactive);
    }

    .document-keywords-toggler.document-info-visible i[b-1jv0xz9dze] {
        transform: rotate(180deg);
    }

.meta-data-container[b-1jv0xz9dze] {
    display: flex;
    flex-direction: column;
    gap: unset;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

    .meta-data-container .title-container[b-1jv0xz9dze] {
        width: 100%;
        padding: 5px 0px;
        text-align: center;
    }

    .meta-data-container .page-meta-data-container[b-1jv0xz9dze] {
        width: 100%;
        flex-grow: 1;
        padding: 0px 10px;
        overflow: auto;
    }

        .meta-data-container .page-meta-data-container .page-title[b-1jv0xz9dze] {
            color: var(--primary-color);
            background-color: var(--primary-background-color);
        }

        .meta-data-container .page-meta-data-container .add-meta-data[b-1jv0xz9dze] {
            border: 1px dotted var(--secondary-border-color);
            color: green;
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            width: 100%;
            height: 32px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
        }

            .meta-data-container .page-meta-data-container .add-meta-data:hover[b-1jv0xz9dze] {
                border-color: var(--secondary-border-color-interactive);
            }

.page-meta-data-footer[b-1jv0xz9dze] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

.page-meta-data-footer[b-1jv0xz9dze] {
    padding: 0px 10px;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-end;
    gap: 10px;
}

    .page-meta-data-footer .left-item-container[b-1jv0xz9dze] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .page-meta-data-footer .right-item-container[b-1jv0xz9dze] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }
/* /Components/Settings/General/CreateOrEditMunicipalityComponent.razor.rz.scp.css */
.createoredit-municipality-anchor[b-yotcpo26or] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.comboBoxTemplate[b-yotcpo26or] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-yotcpo26or] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-yotcpo26or] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }


@media (min-width: 768px) {
    .comboBoxTemplate .subLanguage[b-yotcpo26or] {
        font-size: var(--subtext-md-font-size);
    }
}

@media (min-width: 1200px) {
    .comboBoxTemplate .subLanguage[b-yotcpo26or] {
        font-size: var(--subtext-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .comboBoxTemplate .subLanguage[b-yotcpo26or] {
        font-size: var(--subtext-xl-font-size);
    }
}
/* /Components/Settings/General/CreateOrEditStreetComponent.razor.rz.scp.css */
.createoredit-street-anchor[b-cg5kkw7547] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.comboBoxTemplate[b-cg5kkw7547] {
    border-top: 1px solid var(--secondary-container-border-color);
    border-bottom: 1px solid var(--secondary-container-border-color);
    padding: 5px 0px;
    width: 100%;
}

    .comboBoxTemplate .mainLanguage[b-cg5kkw7547] {
        margin: unset;
        padding: unset;
        width: 100%;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.2;
    }

    .comboBoxTemplate .subLanguage[b-cg5kkw7547] {
        margin: unset;
        padding: unset;
        padding-left: 10px;
        width: 100%;
        font-size: var(--subtext-font-size);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }

.validation-error[b-cg5kkw7547] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .validation-error[b-cg5kkw7547] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .validation-error[b-cg5kkw7547] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .validation-error[b-cg5kkw7547] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Components/Viewer/PDFViewerComponent.razor.rz.scp.css */
.pdf-viewer-container[b-51rwei2d80] {
    height: 100%;
    width: 100%;
}

.pdf-viewer[b-51rwei2d80] {
    height: 100%;
    width: 100%;
}

.warning-container[b-51rwei2d80] {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
/* /Pages/Authorization/LoginPage.razor.rz.scp.css */
/* /Pages/BuildingAuthority/BarcodeOverviewPage.razor.rz.scp.css */
.Action-Button-Container[b-612o6q4kvw] {
    min-height: 38px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-evenly;
}

.content[b-612o6q4kvw] {
    padding: 8px 16px;
}

.e-grid-height[b-612o6q4kvw] {
    height: calc(100vh - 115px); /*100 vh - 50px header - 16px padding content - 36px Button - 8px small-element-separator - Offset*/
    min-height: 600px;
}

@media (min-width: 768px) {
    .content[b-612o6q4kvw] {
        padding: 10px 20px;
    }


    .e-grid-height[b-612o6q4kvw] {
        height: calc(100vh - 120px); /*100 vh - 50px header - 20px padding content - 36px Button - 10px small-element-separator - Offset*/
        min-height: 650px;
    }
}

@media (min-width: 1200px) {
    .content[b-612o6q4kvw] {
        padding: 13px 26px;
    }


    .e-grid-height[b-612o6q4kvw] {
        height: calc(100vh - 130px); /*100 vh - 50px header - 26px padding content - 36px Button - 13px small-element-separator - Offset*/
        min-height: 750px;
    }
}

@media (min-width: 1400px) {
    .content[b-612o6q4kvw] {
        padding: 15px 30px;
    }


    .e-grid-height[b-612o6q4kvw] {
        height: calc(100vh - 135px); /*100 vh - 50px header - 30px padding content - 36px Button - 15px small-element-separator - Offset*/
        min-height: 900px;
    }
}
/* /Pages/BuildingAuthority/ConstructionCompilePage.razor.rz.scp.css */
/* /Pages/BuildingAuthority/KeywordingPage.razor.rz.scp.css */
.buildingauthority-pdf-viewer-anchor[b-bbvy55zl7s] {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9960;
}

.keywordingPage[b-bbvy55zl7s] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .keywordingPage .listSection[b-bbvy55zl7s] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 325px;
        transition: all 0.2s ease-in-out;
    }

        .keywordingPage .listSection.hide-document-list[b-bbvy55zl7s] {
            width: 0px;
            min-width: unset;
            overflow: hidden;
        }

        .keywordingPage .listSection .title-container[b-bbvy55zl7s] {
            padding: 5px 10px;
            text-align: center;
        }

        .keywordingPage .listSection .document-list[b-bbvy55zl7s] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .keywordingPage .listSection .document-list .document-list-item[b-bbvy55zl7s] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .keywordingPage .listSection .document-list .document-list-item .document[b-bbvy55zl7s] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }
                    .keywordingPage .listSection .document-list .document-list-item .document .document-name-container[b-bbvy55zl7s] {
                        display: flex;
                        flex-flow: nowrap;
                        gap: 10px;
                        overflow: hidden;
                        align-items: center;
                    }

                        .keywordingPage .listSection .document-list .document-list-item .document .document-name-container i[b-bbvy55zl7s] {
                            font-size: 14px;
                        }

                    .keywordingPage .listSection .document-list .document-list-item .document .on-editing-marker[b-bbvy55zl7s] {
                        font-size: var(--note-font-size);
                        color: var(--secondary-color);
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    .keywordingPage .listSection .document-list .document-list-item .document:hover[b-bbvy55zl7s] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .keywordingPage .listSection .document-list .document-list-item .document.active[b-bbvy55zl7s] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

                        .keywordingPage .listSection .document-list .document-list-item .document.active .on-editing-marker[b-bbvy55zl7s] {
                            color: var(--secondary-border-color);
                        }

                .keywordingPage .listSection .document-list .document-list-item .delete-document-icon[b-bbvy55zl7s] {
                    border: 1px solid var(--secondary-border-color);
                    display: flex;
                    flex-direction: column;
                    flex-flow: nowrap;
                    width: 32px;
                    height: 32px;
                    margin: 2px;
                    padding: 5px 10px;
                    justify-content: space-evenly;
                    align-items: center;
                    cursor: pointer;
                }

                    .keywordingPage .listSection .document-list .document-list-item .delete-document-icon:hover[b-bbvy55zl7s] {
                        border-color: var(--secondary-border-color-interactive);
                        background-color: var(--secondary-background-color-interactive);
                    }

    .keywordingPage .document-list-toggler[b-bbvy55zl7s] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .document-list-toggler:hover[b-bbvy55zl7s] {
            background-color: var(--secondary-background-color-interactive);
        }

        .keywordingPage .document-list-toggler.document-list-visible i[b-bbvy55zl7s] {
            transform: rotate(180deg);
        }

    .keywordingPage .currentDocumentSection[b-bbvy55zl7s] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

        .keywordingPage .currentDocumentSection .process-bar-container[b-bbvy55zl7s] {
            position: relative;
            width: 100%;
            height: 15px;
            background-color: var(--primary-container-background-color);
            border-bottom: 1px solid var(--secondary-border-color);
        }

            .keywordingPage .currentDocumentSection .process-bar-container .process-bar[b-bbvy55zl7s] {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                background: var(--primary-background-color);
            }

            .keywordingPage .currentDocumentSection .process-bar-container .percent-overlay[b-bbvy55zl7s] {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                text-align: center;
                vertical-align: central;
                font-size: 10px;
                color: var(--secondary-color);
                mix-blend-mode: difference;
                filter: brightness(1) opacity(1) contrast(10) invert(1);
            }

        .keywordingPage .currentDocumentSection .currentDocument[b-bbvy55zl7s] {
            width: 100%;
            height: 100%;
            overflow: hidden;
            flex-wrap: nowrap;
            margin: unset;
            border: unset;
            display: flex;
        }

            .keywordingPage .currentDocumentSection .currentDocument .thumbnailSection[b-bbvy55zl7s] {
                position: relative;
                display: flex;
                flex-direction: column;
                height: 100%;
                width: 100%;
                transition: all 0.2s ease-in-out;
            }

                .keywordingPage .currentDocumentSection .currentDocument .thumbnailSection .sub-title-container[b-bbvy55zl7s] {
                    padding: 5px 10px;
                    text-align: center;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .keywordingPage .currentDocumentSection .currentDocument .thumbnailSection .thumbnail-viewer[b-bbvy55zl7s] {
                    width: 100%;
                    height: 100%;
                    margin: unset;
                    padding: 0px 10px;
                    overflow: auto;
                }

            .keywordingPage .currentDocumentSection .currentDocument .viewerSection[b-bbvy55zl7s] {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

                .keywordingPage .currentDocumentSection .currentDocument .viewerSection .pdf-viewer-container[b-bbvy55zl7s] {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    height: 100%;
                    margin: unset;
                    padding: 10px;
                    gap: 10px;
                    overflow: auto;
                }

            .keywordingPage .currentDocumentSection .currentDocument .keywordSection[b-bbvy55zl7s] {
                position: relative;
                display: flex;
                flex-direction: column;
                height: 100%;
                width: 100%;
                overflow: hidden;
                transition: all ease-in-out 0.2s;
            }

.no-more-documents-found[b-bbvy55zl7s] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-documents-found .message-container[b-bbvy55zl7s] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
        color: green !important;
    }

        .no-more-documents-found .message-container .icon-container[b-bbvy55zl7s] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }

.document-count-container[b-bbvy55zl7s] {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .keywordingPage .listSection .document-list .document-list-item .document .on-editing-marker[b-bbvy55zl7s] {
        font-size: var(--note-md-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-bbvy55zl7s] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .keywordingPage .listSection .document-list .document-list-item .document .on-editing-marker[b-bbvy55zl7s] {
        font-size: var(--note-lg-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-bbvy55zl7s] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .keywordingPage .listSection .document-list .document-list-item .document .on-editing-marker[b-bbvy55zl7s] {
        font-size: var(--note-xl-font-size);
    }

    .no-more-documents-found .message-container .icon-container[b-bbvy55zl7s] {
        font-size: var(--titel-xl-font-size);
    }
}

@media (min-width: 1900px) {
    .keywordingPage .keywordSection[b-bbvy55zl7s] {
        max-width: 600px;
    }
}

@media (min-width: 2000px) {
    .keywordingPage .keywordSection[b-bbvy55zl7s] {
        max-width: 700px;
    }
}
/* /Pages/BuildingAuthority/OverviewReportortedProblemsPage.razor.rz.scp.css */
.check-reported-problems-page[b-zcewf03ama] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .check-reported-problems-page .list-section[b-zcewf03ama] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
        border-right: 1px solid var(--secondary-border-color);
    }

        .check-reported-problems-page .list-section .title-container[b-zcewf03ama] {
            padding: 5px 10px;
            text-align: center;
        }

        .check-reported-problems-page .list-section .reported-problems-list[b-zcewf03ama] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item[b-zcewf03ama] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem[b-zcewf03ama] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem .ticket-number[b-zcewf03ama] {
                        font-size: var(--annotation-font-size);
                        color: gray;
                    }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem:hover[b-zcewf03ama] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem.active[b-zcewf03ama] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

                        .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem.active .ticket-number[b-zcewf03ama] {
                            color: lightgray;
                        }

                .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .check-report-problem-icon[b-zcewf03ama] {
                    border: 1px solid var(--secondary-border-color);
                    display: flex;
                    flex-direction: column;
                    flex-flow: nowrap;
                    width: 32px;
                    height: 32px;
                    margin: 2px;
                    padding: 5px 10px;
                    justify-content: space-evenly;
                    align-items: center;
                    cursor: pointer;
                }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .check-report-problem-icon:hover[b-zcewf03ama] {
                        border-color: var(--secondary-border-color-interactive);
                        background-color: var(--secondary-background-color-interactive);
                    }

    .check-reported-problems-page .content-section[b-zcewf03ama] {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
        padding: 10px;
        padding-bottom: unset;
        overflow: auto;
    }

        .check-reported-problems-page .content-section .title-container .ticket-number[b-zcewf03ama] {
            font-size: var(--subtitel-font-size);
            color: gray;
        }

        .check-reported-problems-page .content-section .status-container[b-zcewf03ama] {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .check-reported-problems-page .content-section .status-container .description-container[b-zcewf03ama] {
                width: 100%;
            }

                .check-reported-problems-page .content-section .status-container .description-container.is-deleted[b-zcewf03ama] {
                    color: darkgray;
                }

                .check-reported-problems-page .content-section .status-container .description-container.is-confirmed[b-zcewf03ama] {
                    color: green;
                }

                .check-reported-problems-page .content-section .status-container .description-container.is-archived[b-zcewf03ama] {
                    color: darkgreen;
                }

        .check-reported-problems-page .content-section .content[b-zcewf03ama] {
            width: 100%;
            flex-grow: 1;
            white-space: pre-wrap;
            padding: unset;
            overflow: auto;
        }

        .check-reported-problems-page .content-section .footer[b-zcewf03ama] {
            width: 100%;
            display: flex;
            gap: 10px;
            flex-flow: nowrap;
            padding: 10px;
        }

            .check-reported-problems-page .content-section .footer .btn[b-zcewf03ama] {
                display: flex;
                flex-direction: column;
                flex-flow: nowrap;
                gap: 10px;
                justify-content: space-evenly;
                align-items: center;
            }


.no-more-problems-found[b-zcewf03ama] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-problems-found .message-container[b-zcewf03ama] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
        color: green !important;
    }

        .no-more-problems-found .message-container .icon-container[b-zcewf03ama] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }

.reported-problems-count-container[b-zcewf03ama] {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem .ticket-number[b-zcewf03ama] {
        font-size: var(--annotation-md-font-size);
    }

    .check-reported-problems-page .content-section .title-container .ticket-number[b-zcewf03ama] {
        font-size: var(--subtitel-md-font-size);
    }

    .no-more-problems-found .message-container .icon-container[b-zcewf03ama] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem .ticket-number[b-zcewf03ama] {
        font-size: var(--annotation-lg-font-size);
    }

    .check-reported-problems-page .content-section .title-container .ticket-number[b-zcewf03ama] {
        font-size: var(--subtitel-lg-font-size);
    }

    .no-more-problems-found .message-container .icon-container[b-zcewf03ama] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem .ticket-number[b-zcewf03ama] {
        font-size: var(--annotation-xl-font-size);
    }

    .check-reported-problems-page .content-section .title-container .ticket-number[b-zcewf03ama] {
        font-size: var(--subtitel-xl-font-size);
    }

    .no-more-problems-found .message-container .icon-container[b-zcewf03ama] {
        font-size: var(--titel-xl-font-size);
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-lz0z2y2v0k] {
    position: relative;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    margin: unset;
    border: unset;
    display: flex;
    flex-direction: column;
    gap: unset;
}

    .dashboard-page .shortcut-section[b-lz0z2y2v0k] {
        background-color: #F0F0F0;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid var(--mainmenu-container-color);
        gap: 20px;
        padding: 10px;
    }

@media (min-width: 768px) {
    .dashboard-page .shortcut-section[b-lz0z2y2v0k] {
        overflow-x: auto;
    }
}

@media (min-width: 1200px) {
    .dashboard-page .shortcut-section[b-lz0z2y2v0k] {
        flex-direction: unset;
    }
}
/* /Pages/General/CheckDataPage.razor.rz.scp.css */
.checkDataPage[b-eh3hm5a60z] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

.sa-grid-container[b-eh3hm5a60z] {
    width: 100%;
    height: calc(100% - 104px);
}

.ma-grid-container[b-eh3hm5a60z] {
    width: 100%;
    height: calc(100% - 172px);
}

.firstLetterFilterBar[b-eh3hm5a60z] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    padding: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

.viewerSection[b-eh3hm5a60z] {
    position: relative;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
}

    .viewerSection .toggle-pdf-icon[b-eh3hm5a60z] {
        border: 1px solid var(--primary-border-color);
        background-color: var(--primary-background-color);
        color: var(--primary-color);
        position: absolute;
        display: flex;
        flex-direction: column;
        flex-flow: nowrap;
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        margin: 2px;
        padding: 5px 10px;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
        font-size: 18px;
        z-index: 1;
    }

        .viewerSection .toggle-pdf-icon:hover[b-eh3hm5a60z] {
            border-color: var(--primary-border-color-interactive);
            background-color: var(--primary-background-color-interactive);
        }
/* /Pages/RegistrationOffice/KeywordingPage.razor.rz.scp.css */
.keywordingPage[b-o94obd3bhf] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .keywordingPage .listSection[b-o94obd3bhf] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
    }

        .keywordingPage .listSection .title-container[b-o94obd3bhf] {
            padding: 5px 10px;
            text-align: center;
        }

        .keywordingPage .listSection .document-list[b-o94obd3bhf] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .keywordingPage .listSection .document-list .document-list-item[b-o94obd3bhf] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .keywordingPage .listSection .document-list .document-list-item .document[b-o94obd3bhf] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }

                    .keywordingPage .listSection .document-list .document-list-item .document:hover[b-o94obd3bhf] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .keywordingPage .listSection .document-list .document-list-item .document.active[b-o94obd3bhf] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

                .keywordingPage .listSection .document-list .document-list-item .delete-document-icon[b-o94obd3bhf] {
                    border: 1px solid var(--secondary-border-color);
                    display: flex;
                    flex-direction: column;
                    flex-flow: nowrap;
                    width: 32px;
                    height: 32px;
                    margin: 2px;
                    padding: 5px 10px;
                    justify-content: space-evenly;
                    align-items: center;
                    cursor: pointer;
                }

                    .keywordingPage .listSection .document-list .document-list-item .delete-document-icon:hover[b-o94obd3bhf] {
                        border-color: var(--secondary-border-color-interactive);
                        background-color: var(--secondary-background-color-interactive);
                    }

    .keywordingPage .document-list-toggler[b-o94obd3bhf] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .document-list-toggler:hover[b-o94obd3bhf] {
            background-color: var(--secondary-background-color-interactive);
        }

        .keywordingPage .document-list-toggler.document-list-visible i[b-o94obd3bhf] {
            transform: rotate(180deg);
        }

    .keywordingPage .viewerSection[b-o94obd3bhf] {
        position: relative;
        flex-grow: 1;
        height: 100%;
        overflow: hidden;
    }

    .keywordingPage .keywordSection[b-o94obd3bhf] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 1000px;
        max-width: 500px;
        overflow: hidden;
        transition: all ease-in-out 0.2s;
    }

.no-more-documents-found[b-o94obd3bhf] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-documents-found .message-container[b-o94obd3bhf] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
        color: green !important;
    }

        .no-more-documents-found .message-container .icon-container[b-o94obd3bhf] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }

.document-count-container[b-o94obd3bhf] {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .no-more-documents-found .message-container .icon-container[b-o94obd3bhf] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .no-more-documents-found .message-container .icon-container[b-o94obd3bhf] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .no-more-documents-found .message-container .icon-container[b-o94obd3bhf] {
        font-size: var(--titel-xl-font-size);
    }
}

@media (min-width: 1900px) {
    .keywordingPage .keywordSection[b-o94obd3bhf] {
        max-width: 600px;
    }
}

@media (min-width: 2000px) {
    .keywordingPage .keywordSection[b-o94obd3bhf] {
        max-width: 700px;
    }
}
/* /Pages/RegistrationOffice/OverviewReportortedProblemsPage.razor.rz.scp.css */
.check-reported-problems-page[b-nvtei0uj0w] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .check-reported-problems-page .list-section[b-nvtei0uj0w] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
        border-right: 1px solid var(--secondary-border-color);
    }

        .check-reported-problems-page .list-section .title-container[b-nvtei0uj0w] {
            padding: 5px 10px;
            text-align: center;
        }

        .check-reported-problems-page .list-section .reported-problems-list[b-nvtei0uj0w] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item[b-nvtei0uj0w] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem[b-nvtei0uj0w] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem:hover[b-nvtei0uj0w] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .reported-problem.active[b-nvtei0uj0w] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

                .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .check-report-problem-icon[b-nvtei0uj0w] {
                    border: 1px solid var(--secondary-border-color);
                    display: flex;
                    flex-direction: column;
                    flex-flow: nowrap;
                    width: 32px;
                    height: 32px;
                    margin: 2px;
                    padding: 5px 10px;
                    justify-content: space-evenly;
                    align-items: center;
                    cursor: pointer;
                }

                    .check-reported-problems-page .list-section .reported-problems-list .reported_problems-list-item .check-report-problem-icon:hover[b-nvtei0uj0w] {
                        border-color: var(--secondary-border-color-interactive);
                        background-color: var(--secondary-background-color-interactive);
                    }

    .check-reported-problems-page .content-section[b-nvtei0uj0w] {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
        padding: 10px;
        padding-bottom: unset;
        overflow: auto;
    }
        .check-reported-problems-page .content-section .status-container[b-nvtei0uj0w] {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .check-reported-problems-page .content-section .status-container .description-container[b-nvtei0uj0w] {
                width: 100%;
            }

                .check-reported-problems-page .content-section .status-container .description-container.is-deleted[b-nvtei0uj0w] {
                    color: red;
                }

                .check-reported-problems-page .content-section .status-container .description-container.is-confirmed[b-nvtei0uj0w] {
                    color: green;
                }

                .check-reported-problems-page .content-section .status-container .description-container.is-archived[b-nvtei0uj0w] {
                    color: darkgreen;
                }

        .check-reported-problems-page .content-section .content[b-nvtei0uj0w] {
            width: 100%;
            flex-grow: 1;
            white-space: pre-wrap;
            padding: unset;
            overflow: auto;
        }

        .check-reported-problems-page .content-section .footer[b-nvtei0uj0w] {
            width: 100%;
            display: flex;
            gap: 10px;
            flex-flow: nowrap;
            padding: 10px;
        }
        
        .check-reported-problems-page .content-section .footer .btn[b-nvtei0uj0w] {
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            gap: 10px;
            justify-content: space-evenly;
            align-items: center;
        }


.no-more-problems-found[b-nvtei0uj0w] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-problems-found .message-container[b-nvtei0uj0w] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
        color: green !important;
    }

        .no-more-problems-found .message-container .icon-container[b-nvtei0uj0w] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }

.reported-problems-count-container[b-nvtei0uj0w] {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .no-more-problems-found .message-container .icon-container[b-nvtei0uj0w] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .no-more-problems-found .message-container .icon-container[b-nvtei0uj0w] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .no-more-problems-found .message-container .icon-container[b-nvtei0uj0w] {
        font-size: var(--titel-xl-font-size);
    }
}
/* /Pages/RegistrationOffice/QuickOverviewPage.razor.rz.scp.css */
.keywordingPage[b-ove6q3ykup] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .keywordingPage .listSection[b-ove6q3ykup] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
    }

        .keywordingPage .listSection .title-container[b-ove6q3ykup] {
            padding: 5px 10px;
            text-align: center;
        }

        .keywordingPage .listSection .document-list[b-ove6q3ykup] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .keywordingPage .listSection .document-list .document-list-item[b-ove6q3ykup] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .keywordingPage .listSection .document-list .document-list-item .document[b-ove6q3ykup] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }

                    .keywordingPage .listSection .document-list .document-list-item .document:hover[b-ove6q3ykup] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .keywordingPage .listSection .document-list .document-list-item .document.active[b-ove6q3ykup] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

    .keywordingPage .document-list-toggler[b-ove6q3ykup] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .document-list-toggler:hover[b-ove6q3ykup] {
            background-color: var(--secondary-background-color-interactive);
        }

        .keywordingPage .document-list-toggler.document-list-visible i[b-ove6q3ykup] {
            transform: rotate(180deg);
        }

    .keywordingPage .jumpToPreviousItem[b-ove6q3ykup] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 50px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .jumpToPreviousItem:hover[b-ove6q3ykup] {
            background-color: var(--secondary-background-color-interactive);
        }

    .keywordingPage .viewerSection[b-ove6q3ykup] {
        position: relative;
        flex-grow: 1;
        height: 100%;
        overflow: hidden;
    }

        .keywordingPage .viewerSection .quickInformationSection[b-ove6q3ykup] {
            position: absolute;
            display: flex;
            flex-direction: column;
            gap: unset;
            background-color: var(--secondary-background-color);
            bottom: 20px;
            right: 20px;
            padding: 10px;
            box-shadow: #909090 5px 5px 2px 2px;
        }

            .keywordingPage .viewerSection .quickInformationSection .toolbar-container[b-ove6q3ykup] {
                display: flex;
                flex-flow: nowrap;
                justify-content: space-between;
                gap: 10px;
            }

                .keywordingPage .viewerSection .quickInformationSection .toolbar-container .show-hide-quickinfo[b-ove6q3ykup] {
                    width: 20px;
                    height: 20px;
                    padding: unset;
                }

            .keywordingPage .viewerSection .quickInformationSection hr[b-ove6q3ykup] {
                margin-top: unset;
            }

    .keywordingPage .jumpToNextItem[b-ove6q3ykup] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 50px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .jumpToNextItem:hover[b-ove6q3ykup] {
            background-color: var(--secondary-background-color-interactive);
        }

.no-documents-found[b-ove6q3ykup] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}

    .no-documents-found .message-container[b-ove6q3ykup] {
        display: flex;
        flex-direction: column;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
    }
/* /Pages/RegistryOffice/KeywordingPage.razor.rz.scp.css */
.keywordingPage[b-dycrn0bip7] {
    position: relative;
    flex-wrap: nowrap;
    margin: unset;
    border: unset;
    display: flex;
    height: 100%;
    width: 100%;
}

    .keywordingPage .listSection[b-dycrn0bip7] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: fit-content;
        min-width: 250px;
    }

        .keywordingPage .listSection .title-container[b-dycrn0bip7] {
            padding: 5px 10px;
            text-align: center;
        }

        .keywordingPage .listSection .document-list[b-dycrn0bip7] {
            width: 100%;
            flex-grow: 1;
            margin: unset;
            padding: 0px 10px;
            overflow: auto;
        }

            .keywordingPage .listSection .document-list .document-list-item[b-dycrn0bip7] {
                display: flex;
                flex-flow: nowrap;
                align-items: center;
            }

                .keywordingPage .listSection .document-list .document-list-item .document[b-dycrn0bip7] {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 5px 10px;
                    border: 1px solid transparent;
                    border-left: unset;
                    border-right: unset;
                    cursor: pointer;
                    flex-grow: 1;
                }

                    .keywordingPage .listSection .document-list .document-list-item .document:hover[b-dycrn0bip7] {
                        border-color: var(--primary-border-color-interactive);
                    }

                    .keywordingPage .listSection .document-list .document-list-item .document.active[b-dycrn0bip7] {
                        background-color: var(--primary-background-color);
                        color: var(--primary-color);
                        cursor: default;
                    }

                .keywordingPage .listSection .document-list .document-list-item .delete-document-icon[b-dycrn0bip7] {
                    border: 1px solid var(--secondary-border-color);
                    display: flex;
                    flex-direction: column;
                    flex-flow: nowrap;
                    width: 32px;
                    height: 32px;
                    margin: 2px;
                    padding: 5px 10px;
                    justify-content: space-evenly;
                    align-items: center;
                    cursor: pointer;
                }

                    .keywordingPage .listSection .document-list .document-list-item .delete-document-icon:hover[b-dycrn0bip7] {
                        border-color: var(--secondary-border-color-interactive);
                        background-color: var(--secondary-background-color-interactive);
                    }

    .keywordingPage .document-list-toggler[b-dycrn0bip7] {
        margin: unset;
        padding: 0px 5px;
        box-shadow: 2px 0px 5px 0px gray;
        background-color: var(--secondary-background-color);
        display: flex;
        width: 20px;
        height: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        cursor: pointer;
    }

        .keywordingPage .document-list-toggler:hover[b-dycrn0bip7] {
            background-color: var(--secondary-background-color-interactive);
        }

        .keywordingPage .document-list-toggler.document-list-visible i[b-dycrn0bip7] {
            transform: rotate(180deg);
        }

    .keywordingPage .viewerSection[b-dycrn0bip7] {
        position: relative;
        flex-grow: 1;
        height: 100%;
        overflow: hidden;
    }

        .keywordingPage .viewerSection .toggle-pdf-icon[b-dycrn0bip7] {
            border: 1px solid var(--primary-border-color);
            background-color: var(--primary-background-color);
            color: var(--primary-color);
            position: absolute;
            display: flex;
            flex-direction: column;
            flex-flow: nowrap;
            bottom: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            margin: 2px;
            padding: 5px 10px;
            justify-content: space-evenly;
            align-items: center;
            cursor: pointer;
            font-size: 18px;
            z-index: 1;
        }

            .keywordingPage .viewerSection .toggle-pdf-icon:hover[b-dycrn0bip7] {
                border-color: var(--primary-border-color-interactive);
                background-color: var(--primary-background-color-interactive);
            }

    .keywordingPage .keywordSection[b-dycrn0bip7] {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 1000px;
        max-width: 500px;
        overflow: hidden;
        transition: all ease-in-out 0.2s;
    }

.no-more-documents-found[b-dycrn0bip7] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
}

    .no-more-documents-found .message-container[b-dycrn0bip7] {
        display: flex;
        flex-flow: nowrap;
        justify-content: center;
        gap: 20px;
        text-align: center;
        vertical-align: middle;
        color: green !important;
    }

        .no-more-documents-found .message-container .icon-container[b-dycrn0bip7] {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            font-size: var(--titel-font-size);
        }

.document-count-container[b-dycrn0bip7] {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .no-more-documents-found .message-container .icon-container[b-dycrn0bip7] {
        font-size: var(--titel-md-font-size);
    }
}

@media (min-width: 1200px) {
    .no-more-documents-found .message-container .icon-container[b-dycrn0bip7] {
        font-size: var(--titel-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .no-more-documents-found .message-container .icon-container[b-dycrn0bip7] {
        font-size: var(--titel-xl-font-size);
    }
}

@media (min-width: 1900px) {
    .keywordingPage .keywordSection[b-dycrn0bip7] {
        max-width: 600px;
    }
}

@media (min-width: 2000px) {
    .keywordingPage .keywordSection[b-dycrn0bip7] {
        max-width: 700px;
    }
}
/* /Pages/Settings/Administrator/Application.razor.rz.scp.css */
.title-container[b-9043r7by26] {
    text-align: center;
}

.logo-preview-container[b-9043r7by26] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border: 1px dashed var(--secondary-container-border-color);
}

    .logo-preview-container .remove-logo[b-9043r7by26] {
        position: absolute;
        top: 10px;
        left: 20px;
        font-family: var(--font-family);
        font-size: 25px;
        cursor: pointer;
        color: var(--secondary-color);
    }

        .logo-preview-container .remove-logo:hover[b-9043r7by26] {
            color: var(--secondary-color-hover);
        }

    .logo-preview-container .logo-preview[b-9043r7by26] {
        width: 100%;
        max-width: 200px;
    }

.input-notification[b-9043r7by26] {
    color: red;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: var(--validationerror-font-size);
    transition: ease-in-out all 0.2s;
}

@media (min-width: 768px) {
    .input-notification[b-9043r7by26] {
        font-size: var(--validationerror-md-font-size);
    }
}

@media (min-width: 1200px) {
    .input-notification[b-9043r7by26] {
        font-size: var(--validationerror-lg-font-size);
    }
}

@media (min-width: 1400px) {
    .input-notification[b-9043r7by26] {
        font-size: var(--validationerror-xl-font-size);
    }
}
/* /Pages/Settings/General/MunicipalityListManagement.razor.rz.scp.css */
.Action-Button-Container[b-5t6dsee0qp] {
    min-height: 38px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-evenly;
}

.content[b-5t6dsee0qp] {
    padding: 8px 16px;
}

.e-grid-height[b-5t6dsee0qp] {
    height: calc(100vh - 115px); /*100 vh - 50px header - 16px padding content - 36px Button - 8px small-element-separator - Offset*/
    min-height: 600px;
}

@media (min-width: 768px) {
    .content[b-5t6dsee0qp] {
        padding: 10px 20px;
    }


    .e-grid-height[b-5t6dsee0qp] {
        height: calc(100vh - 120px); /*100 vh - 50px header - 20px padding content - 36px Button - 10px small-element-separator - Offset*/
        min-height: 650px;
    }
}

@media (min-width: 1200px) {
    .content[b-5t6dsee0qp] {
        padding: 13px 26px;
    }


    .e-grid-height[b-5t6dsee0qp] {
        height: calc(100vh - 130px); /*100 vh - 50px header - 26px padding content - 36px Button - 13px small-element-separator - Offset*/
        min-height: 750px;
    }
}

@media (min-width: 1400px) {
    .content[b-5t6dsee0qp] {
        padding: 15px 30px;
    }


    .e-grid-height[b-5t6dsee0qp] {
        height: calc(100vh - 135px); /*100 vh - 50px header - 30px padding content - 36px Button - 15px small-element-separator - Offset*/
        min-height: 900px;
    }
}
/* /Pages/Settings/General/StreetListManagement.razor.rz.scp.css */
.Action-Button-Container[b-zgh6gvz6mq] {
    min-height: 38px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    justify-content: space-evenly;
}

.content[b-zgh6gvz6mq] {
    padding: 8px 16px;
}

.e-grid-height[b-zgh6gvz6mq] {
    height: calc(100vh - 115px); /*100 vh - 50px header - 16px padding content - 36px Button - 8px small-element-separator - Offset*/
    min-height: 600px;
}

@media (min-width: 768px) {
    .content[b-zgh6gvz6mq] {
        padding: 10px 20px;
    }


    .e-grid-height[b-zgh6gvz6mq] {
        height: calc(100vh - 120px); /*100 vh - 50px header - 20px padding content - 36px Button - 10px small-element-separator - Offset*/
        min-height: 650px;
    }
}

@media (min-width: 1200px) {
    .content[b-zgh6gvz6mq] {
        padding: 13px 26px;
    }


    .e-grid-height[b-zgh6gvz6mq] {
        height: calc(100vh - 130px); /*100 vh - 50px header - 26px padding content - 36px Button - 13px small-element-separator - Offset*/
        min-height: 750px;
    }
}

@media (min-width: 1400px) {
    .content[b-zgh6gvz6mq] {
        padding: 15px 30px;
    }


    .e-grid-height[b-zgh6gvz6mq] {
        height: calc(100vh - 135px); /*100 vh - 50px header - 30px padding content - 36px Button - 15px small-element-separator - Offset*/
        min-height: 900px;
    }
}
/* /Pages/User/UserProfile.razor.rz.scp.css */
.title-container[b-x0cwnoxe3j] {
    text-align: center;
}

.language-select-component[b-x0cwnoxe3j] {
    display: flex;
    flex-flow: nowrap;
    gap: 10px;
    justify-content: flex-start;
    overflow: auto;
}

.btn-active[b-x0cwnoxe3j] {
    cursor: default;
}
/* /Shared/Layout/AuthorizationLayout.razor.rz.scp.css */
.authentication-header[b-y6g2qon6xa] {
    background-color: var(--primary-header-background-color);
    color: var(--primary-color);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    z-index: 9900;
}

    .authentication-header .authentication-header-relative-container[b-y6g2qon6xa] {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: nowrap;
        align-items: center;
    }

        .authentication-header .authentication-header-relative-container .authentication-header-logo[b-y6g2qon6xa] {
            position: absolute;
            top: 15px;
            left: 15px;
            height: 70px;
            width: 70px;
            border: 1px solid var(--primary-header-background-color);
            transition: ease-in-out all 0.2s;
        }

            .authentication-header .authentication-header-relative-container .authentication-header-logo img[b-y6g2qon6xa] {
                height: 100%;
                width: 100%;
            }

        .authentication-header .authentication-header-relative-container .authentication-header-title[b-y6g2qon6xa] {
            flex-grow: 1;
            margin-left: 95px;
            padding: 0px 5px;
            text-align: center;
            font-family: var(--font-family);
            font-size: var(--titel-font-size);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: ease-in-out all 0.2s;
        }

.authentication-body[b-y6g2qon6xa] {
    background-color: var(--primary-container-background-color);
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    transition: ease-in-out all 0.2s;
}

    .authentication-body .authentication-body-content[b-y6g2qon6xa] {
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-flow: unset;
        justify-content: space-evenly;
        align-items: center;
        transition: ease-in-out all 0.2s;
    }

        .authentication-body .authentication-body-content .authentication-page[b-y6g2qon6xa] {
            background-color: var(--secondary-container-background-color);
            color: var(--secondary-color);
            height: 100%;
            width: 100%;
            padding-top: 45px;
            transition: ease-in-out all 0.2s;
        }

            .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container[b-y6g2qon6xa] {
                position: relative;
                height: 100%;
                width: 100%;
            }

                .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa] {
                    height: 100%;
                    width: 100%;
                    padding: 10px;
                    padding-left: calc(10px + var(--scrollbar-thickness));
                    overflow-y: scroll;
                    overflow-x: auto;
                }

                    .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa]::-webkit-scrollbar::-webkit-scrollbar-track {
                        background-color: var(--secondary-container-background-color);
                    }

                    .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa]::-webkit-scrollbar-thumb {
                        border-color: var(--secondary-container-background-color);
                    }

@media (min-width: 768px) {
    .authentication-header .authentication-header-relative-container .authentication-header-logo[b-y6g2qon6xa] {
        left: 10px;
        top: 10px;
        height: 80px;
        width: 80px;
    }

    .authentication-header .authentication-header-relative-container .authentication-header-title[b-y6g2qon6xa] {
        margin-left: 90px;
        margin-right: 90px;
        padding: 0px 7px;
        font-size: var(--titel-md-font-size);
    }

    .authentication-body .authentication-body-content .authentication-page[b-y6g2qon6xa] {
        padding-top: 50px;
    }

        .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa] {
            padding-left: calc(10px + var(--scrollbar-md-thickness));
        }
}

@media (min-width: 1200px) {
    .authentication-header .authentication-header-relative-container .authentication-header-logo[b-y6g2qon6xa] {
        left: 10px;
        top: 7px;
        height: 85px;
        width: 85px;
    }

    .authentication-header .authentication-header-relative-container .authentication-header-title[b-y6g2qon6xa] {
        margin-left: 100px;
        margin-right: 100px;
        padding: 0px 10px;
        font-size: var(--titel-lg-font-size);
    }

        .authentication-body .authentication-body-content .authentication-page[b-y6g2qon6xa] {
            box-shadow: 5px 5px 10px 1px gray;
            position: unset;
            width: 95%;
            height: calc(95% - 55px);
            margin-top: 55px;
            padding-top: unset;
            max-width: 1920px;
        }

            .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa] {
                padding-left: calc(10px + var(--scrollbar-lg-thickness));
            }
}

@media (min-width: 1400px) {
    .authentication-header .authentication-header-relative-container .authentication-header-logo[b-y6g2qon6xa] {
        left: 10px;
        top: 5px;
        height: 90px;
        width: 90px;
    }

    .authentication-header .authentication-header-relative-container .authentication-header-title[b-y6g2qon6xa] {
        margin-left: 110px;
        margin-right: 110px;
        padding: 0px 10px;
        font-size: var(--titel-xl-font-size);
    }

    .authentication-body .authentication-body-content .authentication-page[b-y6g2qon6xa] {
        height: calc(95% - 60px);
        margin-top: 60px;
    }

        .authentication-body .authentication-body-content .authentication-page .authentication-page-relative-container .authentication-page-container[b-y6g2qon6xa] {
            padding-left: calc(10px + var(--scrollbar-xl-thickness));
        }
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-nnqqb04ts1] {
    background-color: var(--primary-header-background-color);
    color: var(--primary-color);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    z-index: 9900;
}

    .site-header .site-header-relative-container[b-nnqqb04ts1] {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: nowrap;
        align-items: center;
    }

        .site-header .site-header-relative-container .site-header-logo[b-nnqqb04ts1] {
            position: absolute;
            top: 15px;
            left: 15px;
            height: 70px;
            width: 70px;
            border: 1px solid var(--primary-header-background-color);
            transition: ease-in-out all 0.2s;
        }

            .site-header .site-header-relative-container .site-header-logo img[b-nnqqb04ts1] {
                height: 100%;
                width: 100%;
            }

        .site-header .site-header-relative-container .site-header-title[b-nnqqb04ts1] {
            flex-grow: 1;
            margin-left: 95px;
            margin-right: 30px;
            padding: 0px 5px;
            text-align: center;
            font-family: var(--font-family);
            font-size: var(--titel-font-size);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            transition: ease-in-out all 0.2s;
        }

.site-body[b-nnqqb04ts1] {
    background-color: var(--primary-container-background-color);
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    transition: ease-in-out all 0.2s;
}

    .site-body .site-body-content[b-nnqqb04ts1] {
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-flow: unset;
        justify-content: space-evenly;
        align-items: center;
        overflow-x: auto;
        transition: ease-in-out all 0.2s;
    }

        .site-body .site-body-content .site-page[b-nnqqb04ts1] {
            background-color: var(--secondary-container-background-color);
            color: var(--secondary-color);
            height: 100%;
            width: 100%;
            transition: ease-in-out all 0.2s;
        }

            .site-body .site-body-content .site-page .site-page-relative-container[b-nnqqb04ts1] {
                position: relative;
                height: 100%;
                width: 100%;
            }

                .site-body .site-body-content .site-page .site-page-relative-container .site-page-container[b-nnqqb04ts1] {
                    height: 100%;
                    width: 100%;
                    padding-top: 40px;
                    overflow-y: scroll;
                }

                    .site-body .site-body-content .site-page .site-page-relative-container .site-page-container[b-nnqqb04ts1]::-webkit-scrollbar::-webkit-scrollbar-track {
                        background-color: var(--secondary-container-background-color);
                    }

                    .site-body .site-body-content .site-page .site-page-relative-container .site-page-container[b-nnqqb04ts1]::-webkit-scrollbar-thumb {
                        border-color: var(--secondary-container-background-color);
                    }

@media (min-width: 768px) {
    .site-header .site-header-relative-container .site-header-logo[b-nnqqb04ts1] {
        left: 10px;
        top: 10px;
        height: 80px;
        width: 80px;
    }

    .site-header .site-header-relative-container .site-header-title[b-nnqqb04ts1] {
        margin-left: 90px;
        margin-right: 90px;
        padding: 0px 7px;
        font-size: var(--titel-md-font-size);
    }

    .site-body .site-body-content .site-page .site-page-relative-container .site-page-container[b-nnqqb04ts1] {
        padding-top: unset;
    }
}

@media (min-width: 1200px) {
    .site-header .site-header-relative-container .site-header-logo[b-nnqqb04ts1] {
        left: 10px;
        top: 7px;
        height: 85px;
        width: 85px;
    }

    .site-header .site-header-relative-container .site-header-title[b-nnqqb04ts1] {
        margin-left: 100px;
        margin-right: 100px;
        padding: 0px 10px;
        font-size: var(--titel-lg-font-size);
    }

    .site-body .site-body-content .site-page[b-nnqqb04ts1] {
        box-shadow: 5px 5px 10px 1px gray;
        position: unset;
        padding-top: unset;
    }
}

@media (min-width: 1400px) {
    .site-header .site-header-relative-container .site-header-logo[b-nnqqb04ts1] {
        left: 10px;
        top: 5px;
        height: 90px;
        width: 90px;
    }

    .site-header .site-header-relative-container .site-header-title[b-nnqqb04ts1] {
        margin-left: 110px;
        margin-right: 110px;
        padding: 0px 10px;
        font-size: var(--titel-xl-font-size);
    }
}
/* /Shared/Layout/PublicHomepageLayout.razor.rz.scp.css */
.site[b-bm1a9nmaql] {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-evenly;
}

    .site .site-container[b-bm1a9nmaql] {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
        max-width: 2560px;
        background-color: #FEFAEB;
        box-shadow: 0 0 50px 0 rgba(0,0,0,.5);
    }

        .site .site-container .site-header[b-bm1a9nmaql] {
            position: relative;
            height: 90px;
            padding: 15px;
            padding-bottom: unset;
            background: inherit;
        }

            .site .site-container .site-header .site-header-logo[b-bm1a9nmaql] {
                text-align: center;
                justify-content: center;
                width: 60px;
                transition: ease all 0.5s;
            }

                .site .site-container .site-header .site-header-logo img[b-bm1a9nmaql] {
                    width: 100%;
                }

                .site .site-container .site-header .site-header-logo .digiact-logo-text[b-bm1a9nmaql] {
                    color: black;
                    font-family: 'Fira Sans', 'sans-serif';
                    font-weight: 500;
                    font-size: 10px;
                    white-space: nowrap;
                    text-align: center;
                    width: 100%;
                    overflow: visible;
                    letter-spacing: 1px;
                    transition: ease all 0.5s;
                }

            .site .site-container .site-header .site-header-title[b-bm1a9nmaql] {
                display: none;
                transition: ease all 0.5s;
            }

        .site .site-container .site-body[b-bm1a9nmaql] {
            height: calc(100% - 90px);
            background: inherit;
            transition: ease all 0.5s;
        }

            .site .site-container .site-body .site-page[b-bm1a9nmaql] {
                height: 100%;
                width: 100%;
            }

                .site .site-container .site-body .site-page .site-page-relative-container[b-bm1a9nmaql] {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }

                    .site .site-container .site-body .site-page .site-page-relative-container .site-page-container[b-bm1a9nmaql] {
                        height: 100%;
                        width: 100%;
                        padding: 10px;
                        padding-left: calc(10px + var(--scrollbar-thickness));
                        overflow-y: scroll;
                    }

                        .site .site-container .site-body .site-page .site-page-relative-container .site-page-container[b-bm1a9nmaql]::-webkit-scrollbar::-webkit-scrollbar-track {
                            background-color: var(--secondary-container-background-color);
                        }

                        .site .site-container .site-body .site-page .site-page-relative-container .site-page-container[b-bm1a9nmaql]::-webkit-scrollbar-thumb {
                            border-color: var(--secondary-container-background-color);
                        }

@media (min-width: 768px) {
    .site .site-container .site-header[b-bm1a9nmaql] {
        height: 170px;
        padding: 20px;
        padding-bottom: unset;
    }

        .site .site-container .site-header .site-header-logo[b-bm1a9nmaql] {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 120px;
            z-index: 9900;
        }

            .site .site-container .site-header .site-header-logo .digiact-logo-text[b-bm1a9nmaql] {
                font-size: 22px;
            }

        .site .site-container .site-header .site-header-title[b-bm1a9nmaql] {
            position: absolute;
            top: 0px;
            right: 0px;
            left: 0px;
            height: 40px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            text-align: center;
            background-color: #B4122B;
            color: white;
            font-size: 13px;
            text-transform: uppercase;
            white-space: nowrap;
            letter-spacing: 1px;
            transition: ease all 0.5s;
        }

    .site .site-container .site-body[b-bm1a9nmaql] {
        height: calc(100% - 170px);
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .site .site-container .site-header[b-bm1a9nmaql] {
        height: 180px;
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: unset;
    }

        .site .site-container .site-header .site-header-logo[b-bm1a9nmaql] {
            left: 50px;
            width: 130px;
        }

    .site .site-container .site-body[b-bm1a9nmaql] {
        height: calc(100% - 180px);
    }
}
/* /Shared/Redirects/RedirectToDashboard.razor.rz.scp.css */
/* /Shared/Redirects/RedirectToLogin.razor.rz.scp.css */
