/* /Shared/Auth/UserButton.razor.rz.scp.css */
.show-menu[b-mby4sbat6l] {
    display: block;
}

.user-button[b-mby4sbat6l] {
    margin-left: .5em;
}

top-row a[b-mby4sbat6l] {
    margin-left: 0;
}

.dropdown-item:hover[b-mby4sbat6l] {
    background-color: white;
    color: black;
}
/* /Shared/Layout/HccLayout.razor.rz.scp.css */
.page[b-u7mropfa9i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u7mropfa9i] {
    flex: 1;
}

.nav-menu[b-u7mropfa9i] {
    background-image: linear-gradient(180deg, rgb(0, 112, 192) 0%, rgb(84, 159, 213) 70%);
}

.top-row[b-u7mropfa9i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u7mropfa9i]  a, .top-row[b-u7mropfa9i]  .btn-link {
        white-space: nowrap;
        margin-left: .5rem;
        text-decoration: none;
    }

    .top-row[b-u7mropfa9i]  a:hover, .top-row[b-u7mropfa9i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u7mropfa9i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-u7mropfa9i] {
        display: none;
    }

    .top-row.auth[b-u7mropfa9i] {
        justify-content: space-between;
    }

    .top-row[b-u7mropfa9i]  a, .top-row[b-u7mropfa9i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u7mropfa9i] {
        flex-direction: row;
    }

    .top-row[b-u7mropfa9i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u7mropfa9i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u7mropfa9i], article[b-u7mropfa9i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layout/HccMenu.razor.rz.scp.css */
.navbar-toggler[b-lnmip1aujd] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lnmip1aujd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lnmip1aujd] {
    font-size: 1.1rem;
}

.oi[b-lnmip1aujd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lnmip1aujd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-lnmip1aujd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lnmip1aujd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-lnmip1aujd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.flex-nav[b-lnmip1aujd] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lnmip1aujd], .navbar-toggler-wrapper[b-lnmip1aujd] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-lnmip1aujd] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-lnmip1aujd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Layout/NavAdminDash.razor.rz.scp.css */
.navbar-toggler[b-n41nmeiwxi] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-n41nmeiwxi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n41nmeiwxi] {
    font-size: 1.1rem;
}

.oi[b-n41nmeiwxi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-n41nmeiwxi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-n41nmeiwxi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-n41nmeiwxi]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-n41nmeiwxi]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-n41nmeiwxi] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n41nmeiwxi], .navbar-toggler-wrapper[b-n41nmeiwxi] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-n41nmeiwxi] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-n41nmeiwxi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Layout/NavAuftrag.razor.rz.scp.css */
.navbar-toggler[b-61yl5nippv] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-61yl5nippv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-61yl5nippv] {
    font-size: 1.1rem;
}

.oi[b-61yl5nippv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-61yl5nippv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-61yl5nippv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-61yl5nippv]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-61yl5nippv]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-61yl5nippv] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-61yl5nippv], .navbar-toggler-wrapper[b-61yl5nippv] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-61yl5nippv] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-61yl5nippv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Layout/NavLiegenschaft.razor.rz.scp.css */
.navbar-toggler[b-hqe6br36ug] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hqe6br36ug] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hqe6br36ug] {
    font-size: 1.1rem;
}

.oi[b-hqe6br36ug] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hqe6br36ug] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-hqe6br36ug]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-hqe6br36ug]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-hqe6br36ug]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-hqe6br36ug] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hqe6br36ug], .navbar-toggler-wrapper[b-hqe6br36ug] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-hqe6br36ug] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-hqe6br36ug] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Layout/NavRegister.razor.rz.scp.css */
.navbar-toggler[b-3p18nxkcal] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-3p18nxkcal] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3p18nxkcal] {
    font-size: 1.1rem;
}

.oi[b-3p18nxkcal] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3p18nxkcal] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-3p18nxkcal]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-3p18nxkcal]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-3p18nxkcal]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-3p18nxkcal] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3p18nxkcal], .navbar-toggler-wrapper[b-3p18nxkcal] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-3p18nxkcal] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-3p18nxkcal] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Layout/NavTaetigkeit.razor.rz.scp.css */
.navbar-toggler[b-7qdac4y1ht] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7qdac4y1ht] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7qdac4y1ht] {
    font-size: 1.1rem;
}

.oi[b-7qdac4y1ht] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7qdac4y1ht] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-7qdac4y1ht]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-7qdac4y1ht]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-7qdac4y1ht]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-7qdac4y1ht] {
    flex-direction: column;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7qdac4y1ht], .navbar-toggler-wrapper[b-7qdac4y1ht] {
        background-color: rgba(0, 112, 192,0.1);
        display: none;
    }

    .flex-nav[b-7qdac4y1ht] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-7qdac4y1ht] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/Select/FileUploadSelector.razor.rz.scp.css */
.dropzone[b-zy1n1oewx3] {
    position: relative;
    overflow: hidden;
    border: 2px dotted rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.09);
    margin-bottom: 20px;
    border-radius: 5px;
}

    .dropzone.dropzone-active[b-zy1n1oewx3] {
        background-color: #999;
    }

    .dropzone label[b-zy1n1oewx3] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

.fileProgress[b-zy1n1oewx3] {
    vertical-align: middle !important;
}

.text-icon-light[b-zy1n1oewx3] {
    color: #e9ecef;
}
