/* /Components/Common/BewertungStammdatenInfoPopup.razor.rz.scp.css */


.labelTableCell[b-thx7mmcven] {
    width: 100px;
    border: 1px solid #B0B0B0;
    padding: 5px;
}

.infoTableCell[b-thx7mmcven] {
    width: 600px;
    border: 1px solid #B0B0B0;
    padding: 5px;
}

.infoTable[b-thx7mmcven] {
    margin: 3px;
    border: 1px solid #B0B0B0;
}

.rowEven[b-thx7mmcven] {
    background: #F2F2F2;
}

.rowOdd[b-thx7mmcven] {
    background: white;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row-large[b-c5lx9n4elx] {
    height: 7.5rem;
}

.top-row-small[b-c5lx9n4elx] {
    height: 3.5rem;
}

.userName[b-c5lx9n4elx] {
    color: white;
}

.brandText[b-c5lx9n4elx] {
    margin-top: 10px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: white
}

.navbar-toggler[b-c5lx9n4elx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-c5lx9n4elx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-scrollable[b-c5lx9n4elx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c5lx9n4elx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c5lx9n4elx] {
        display: none;
    }

    .nav-scrollable[b-c5lx9n4elx] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.hr_line[b-c5lx9n4elx] {
    height: 2px;
    color: var(--primary-color);
    opacity: 1;
    box-shadow: 0px 3px 6px #00000029;
}

.iconColumn[b-c5lx9n4elx] {
    width: 100px
}

.menuColumn[b-c5lx9n4elx] {
    flex: 0 0 auto;
    width: calc(100% - 100px);
}
