/* /Components/Common/AdminCard/AdminActionMenu.razor.rz.scp.css */
.admin-action-menu .mud-button-root[b-00lr2m2gpx] {
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Common/AdminCard/AdminCard.razor.rz.scp.css */
.admin-card[b-hngswbxtkb] {
    transition: all 0.3s ease;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
}

.admin-card:hover[b-hngswbxtkb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--mud-palette-primary);
}

[b-hngswbxtkb] .admin-card-header {
    padding: 16px 20px 12px 20px;
    background: rgba(var(--mud-palette-primary-rgb), 0.02);
    border-bottom: 1px solid var(--mud-palette-divider-light);
}

[b-hngswbxtkb] .admin-card-content {
    padding: 16px 20px;
}

[b-hngswbxtkb] .admin-card-actions {
    padding: 8px 20px 16px 20px;
    background: rgba(var(--mud-palette-background-rgb), 0.5);
}
/* /Components/Common/AdminCard/AdminInfoRow.razor.rz.scp.css */
.admin-info-row[b-v6u81jz577] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    margin-bottom: 8px;
}

.admin-info-label[b-v6u81jz577] {
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 0.65rem;
    flex-shrink: 0;
}

.admin-info-value[b-v6u81jz577] {
    color: var(--mud-palette-text-primary);
    font-weight: 500;
    text-align: right;
    max-width: 60%;
}
/* /Components/Common/Card/Card.razor.rz.scp.css */
.admin-card[b-9mkx9u7s8k] {
    transition: all 0.3s ease;
    border: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
}

.admin-card:hover[b-9mkx9u7s8k] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: var(--mud-palette-primary);
}

[b-9mkx9u7s8k] .admin-card-header {
    padding: 16px 20px 12px 20px;
    background: rgba(var(--mud-palette-primary-rgb), 0.02);
    border-bottom: 1px solid var(--mud-palette-divider-light);
}

[b-9mkx9u7s8k] .admin-card-content {
    padding: 16px 20px;
}

[b-9mkx9u7s8k] .admin-card-actions {
    padding: 8px 20px 16px 20px;
    background: rgba(var(--mud-palette-background-rgb), 0.5);
}
/* /Components/Common/Card/GenericCard.razor.rz.scp.css */
.generic-card[b-y3ellny7lz] {
    position: relative;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-card-header {
    padding: 8px 16px 4px 16px !important;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-card-content {
    padding: 4px 16px 40px 16px !important;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-stack {
    gap: 2px;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-icon-size-small {
    font-size: 0.9rem;
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 4px;
}

[b-y3ellny7lz] .status-chip {
    position: absolute;
    bottom: 12px;
    right: 16px;
}

[b-y3ellny7lz] .info-text {
    line-height: 1;
    font-size: 0.8rem !important;
}

[b-y3ellny7lz] .mud-card.generic-card .info-container {
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 1;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-link {
    text-decoration: none;
}

[b-y3ellny7lz] .mud-card.generic-card .mud-link:hover {
    text-decoration: underline;
}
/* /Components/Common/Card/StatisticsCard.razor.rz.scp.css */
.statistics-card[b-3nvu18netz] {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.1);
}

.statistics-card> :first-child[b-3nvu18netz] {
    position: relative;
    z-index: 1;
}

.animate__fadeIn[b-3nvu18netz] {
    animation-duration: 0.8s !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout-Grundstruktur */
[b-7897pcnzbm] .mud-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Allgemeine Scrolleinstellungen für den Hauptinhalt */
[b-7897pcnzbm] .mud-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Desktop-Version */
.desktop-content[b-7897pcnzbm] {
    overflow-y: auto;
}

/* Mobile-Version mit Padding für die untere Navbar */
.mobile-content[b-7897pcnzbm] {
    overflow-y: auto;
    padding-bottom: 64px;
    /* Höhe der Bottom-AppBar plus etwas zusätzlicher Abstand */
}

/* Container mit voller Breite */
[b-7897pcnzbm] .mud-container {
    flex: 1;
    max-width: 100% !important;
}

/* Bottom AppBar Styles */
.mobile-bottom-bar[b-7897pcnzbm] {
    z-index: 1200;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Tabellen und Datenraster */
[b-7897pcnzbm] .mud-table,
[b-7897pcnzbm] .mud-data-grid {
    width: 100%;
}

/* AppBar oben */
[b-7897pcnzbm] .mud-appbar {
    z-index: 1200;
}

/* Benutzer-Interface-Responsivität */
@media (max-width: 600px) {
    [b-7897pcnzbm] .mud-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    [b-7897pcnzbm] .mud-grid {
        margin-top: 0 !important;
    }
}
