@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Chip.razor.rz.scp.css */
.chip[b-gsak1i58hl] {
    display: inline-flex;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip-content[b-gsak1i58hl] {
    /*width: min-content;*/
    font-family: Courier New;
}
.chip .close[b-gsak1i58hl] {
    cursor: pointer;
    z-index: 10;
    display: inline;
}
.chip .close .btn[b-gsak1i58hl] {
    line-height: 36px;
}
.chip .close:hover[b-gsak1i58hl] {
    background-color: #fff;
    transition: background-color 1s;
}
/* /Pages/Mail/Mail.razor.rz.scp.css */

.custom-button[b-5d3hdk807z] {
    font-size: xx-small;
    justify-content: center;
    border-radius: 0px;
}

.custom-tooltip[b-5d3hdk807z] {
    position: relative;
/*    display: inline-block;*/
    /*text-overflow: ellipsis;*/
    border-radius: 0px;
    margin: 5px;
    width: 200px;
    max-height: 27.5px;
    align-items: flex-start;
    background-color: lightgray;
}

    .custom-tooltip .custom-tooltiptext[b-5d3hdk807z] {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
        max-width: 169px;
        width: auto;
        max-height: 62px;
        min-height:27.5px;
        height:auto;
        word-break:break-all;
        font-size:small;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 0%;
        margin-left: 0px;
    }

    .custom-tooltip:hover .custom-tooltiptext[b-5d3hdk807z] {
        visibility: visible;
        opacity: 1;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-x61n4xi89u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x61n4xi89u] {
    flex: 1;
}

.sidebar[b-x61n4xi89u] {
    background-color: #b53729;
}

.top-row[b-x61n4xi89u] {
    background-color: #b53729;
    color :white;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

    .top-row[b-x61n4xi89u]  a, .top-row[b-x61n4xi89u]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-x61n4xi89u]  a:hover, .top-row[b-x61n4xi89u]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-x61n4xi89u]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.b-link[b-x61n4xi89u] {
    color: white;
    font-weight: bold;
}

.nav-ext[b-x61n4xi89u] {
    font-size: 0.9rem;
    background-color: white;
    border-bottom: 1px solid #000000;
}

@media (max-width: 768px) {
    .nav-ext[b-x61n4xi89u] {
        flex-direction: column; /* Stack the links vertically */
    }

    .nav-link[b-x61n4xi89u] {
        padding: 10px;
        display: block; /* Makes each link full width */
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x61n4xi89u] {
        display: none;
    }

    .top-row.auth[b-x61n4xi89u] {
        justify-content: space-between;
    }

    .top-row[b-x61n4xi89u]  a, .top-row[b-x61n4xi89u]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x61n4xi89u] {
        flex-direction: row;
    }

    .sidebar[b-x61n4xi89u] {
        width: 310px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x61n4xi89u] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #b53729;
        color: white;
    }

        .top-row.auth[b-x61n4xi89u]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

}

/* ist hier weil es sonst zu css nachlade probleme kommt */

.navbar-toggler[b-x61n4xi89u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x61n4xi89u] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x61n4xi89u] {
    font-size: 1.1rem;
}

.oi[b-x61n4xi89u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x61n4xi89u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x61n4xi89u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x61n4xi89u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x61n4xi89u]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-x61n4xi89u]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-x61n4xi89u]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-x61n4xi89u] {
        display: none;
    }

    .collapse[b-x61n4xi89u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

.Uberschrift[b-7awx81i08t] {
    font-weight: bold;
    color: white;
    align-content: center;
    padding-left: 1rem;
    margin-bottom: 0px
}

.navbar-toggler[b-7awx81i08t] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7awx81i08t] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7awx81i08t] {
    font-size: 1.1rem;
}

.oi[b-7awx81i08t] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7awx81i08t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7awx81i08t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7awx81i08t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7awx81i08t]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7awx81i08t]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7awx81i08t]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7awx81i08t] {
        display: none;
    }

    .collapse[b-7awx81i08t] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuBericht.razor.rz.scp.css */
.navbar-toggler[b-antctz4dpz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-antctz4dpz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-antctz4dpz] {
    font-size: 1.1rem;
}

.oi[b-antctz4dpz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-antctz4dpz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-antctz4dpz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-antctz4dpz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-antctz4dpz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-antctz4dpz]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-antctz4dpz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-antctz4dpz] {
        display: none;
    }

    .collapse[b-antctz4dpz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuJahresAuswertung.razor.rz.scp.css */
.navbar-toggler[b-8afwr750yr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8afwr750yr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8afwr750yr] {
    font-size: 1.1rem;
}

.oi[b-8afwr750yr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8afwr750yr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8afwr750yr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8afwr750yr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8afwr750yr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8afwr750yr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8afwr750yr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8afwr750yr] {
        display: none;
    }

    .collapse[b-8afwr750yr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenuStatistic.razor.rz.scp.css */
.navbar-toggler[b-15bj9fzev7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-15bj9fzev7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-15bj9fzev7] {
    font-size: 1.1rem;
}

.oi[b-15bj9fzev7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-15bj9fzev7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-15bj9fzev7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-15bj9fzev7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-15bj9fzev7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-15bj9fzev7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-15bj9fzev7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-15bj9fzev7] {
        display: none;
    }

    .collapse[b-15bj9fzev7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
