/* /Components/CustomValidationSummary.razor.rz.scp.css */
.custom-validation-summary[b-qenxpdh3hu] {
    text-align: center;
    background-color: #ffe6e6;
    border: 1px solid red;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.95rem;
    display: inline-block;
    width: auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
html[b-5xgzqw4m9h], body[b-5xgzqw4m9h] {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
}

.top-bar[b-5xgzqw4m9h] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #2c3e50;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 1000;
}

.sidebar-toggle[b-5xgzqw4m9h] {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    margin-right: 20px;
    cursor: pointer;
}

.layout-body[b-5xgzqw4m9h] {
    display: flex;
    padding-top: 80px;
    transition: margin-left 0.3s ease;
}

.with-sidebar[b-5xgzqw4m9h] {
    margin-left: 200px;
}

.no-sidebar[b-5xgzqw4m9h] {
    margin-left: 0;
}

.main-content[b-5xgzqw4m9h] {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

nav ul[b-5xgzqw4m9h] {
    list-style-type: none;
    padding: 0;
}

nav li[b-5xgzqw4m9h] {
    margin: 10px 0;
}

.lang-btn[b-5xgzqw4m9h] {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
}
/* /Components/LoginButtonGrid.razor.rz.scp.css */
.login-button-grid[b-49sk6sah15] {
    margin: 0 auto;
    border-spacing: 10px;
}

.login-dynamic-button[b-49sk6sah15] {
    width: 150px;
    height: 50px;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    cursor: pointer;
    border-width: 1px;
    margin: 2px;
}

.login-dynamic-button:disabled[b-49sk6sah15] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Components/SidebarMenu.razor.rz.scp.css */
.left-sidebar[b-bcofno2hzf] {
    width: 200px;
    background-color: #ecf0f1;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    overflow-y: auto;
    border-right: 1px solid #bdc3c7;
}

.menu-button[b-bcofno2hzf] {
    display: flex; /* flexbox aktivieren */
    align-items: center; /* vertikal zentrieren */
    justify-content: center; /* horizontal zentrieren */
    text-align: center; /* Textzeilen mittig ausrichten */
    width: 170px;
    height: 52px;
    margin-bottom: 8px;
    padding: 6px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    white-space: normal; /* erlaubt Zeilenumbruch */
    word-wrap: break-word;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    color: black;
    cursor: pointer;
    font-weight: normal;
    line-height: 1.2;
}

    .menu-button:disabled[b-bcofno2hzf] {
        cursor: not-allowed;
        opacity: 0.6;
    }
