@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* _content/BewirtungsbelegeTool.Webapp/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
/* _content/BewirtungsbelegeTool.Webapp/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/BewirtungsbelegeTool.Webapp/Components/Layout/NavMenu.razor.rz.scp.css */



.nav-item[b-zvne6b3hfq] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
    margin: 0.25rem 0;
}

    .nav-item[b-zvne6b3hfq]  .nav-link {
        color: var(--txt-color-secondary);
        background: transparent;
        border: none;
        border-radius: var(--radius);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 1rem;
        transition: all var(--transition-fast);
        position: relative;
        font-weight: 500;
    }

    .nav-item[b-zvne6b3hfq]  a.active {
        background: var(--nav-item-background-active);
        color: var(--bs-primary);
        font-weight: 600;
    }

    .nav-item[b-zvne6b3hfq]  a.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 60%;
        background: var(--bs-primary);
        border-radius: 0 2px 2px 0;
    }

    .nav-item[b-zvne6b3hfq]  .nav-link:hover {
        background: var(--nav-item-background-hover);
        color: var(--txt-color-primary);
        transform: translateX(4px);
    }

.nav-link[b-zvne6b3hfq] {
    color: var(--txt-color-secondary)
}

.navbar-brand[b-zvne6b3hfq] {
    transition: transform var(--transition-base);
}

.navbar-brand:hover[b-zvne6b3hfq],
.navbar-brand:focus[b-zvne6b3hfq] {
    color: var(--txt-color-secondary);
    transform: scale(1.05);
}

@media (max-width: 640px) {
    .nav-item[b-zvne6b3hfq]  a.active,
    .nav-item[b-zvne6b3hfq]  .nav-link:hover {
        background: none !important;
        transform: none !important;
    }
    
    .nav-item[b-zvne6b3hfq]  a.active::before {
        display: none;
    }
}
/* _content/BewirtungsbelegeTool.Webapp/Components/MeinKonto/Admin/AdminDashboard.razor.rz.scp.css */
.daterangepicker .calendar-table[b-xpyj7ndq0e] {
    background-color: red !important;
}

/* Date Range Section */
.date-range-section[b-xpyj7ndq0e] {
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 12px;
}

.date-range-selector[b-xpyj7ndq0e] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.preset-buttons[b-xpyj7ndq0e] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.preset-buttons button[b-xpyj7ndq0e] {
    padding: 10px 24px;
    background: rgba(102, 126, 234, 0.1);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 100px;
}

.preset-buttons button:hover[b-xpyj7ndq0e] {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.preset-buttons button.active[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.custom-range[b-xpyj7ndq0e] {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.date-input-group[b-xpyj7ndq0e] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-input-group label[b-xpyj7ndq0e] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    min-width: 30px;
}

.date-input-group input[type="date"][b-xpyj7ndq0e] {
    padding: 8px 12px;
    background: rgba(30, 30, 30, 0.8);
    border: 2px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    min-width: 140px;
}

.date-input-group input[type="date"]:hover[b-xpyj7ndq0e] {
    border-color: rgba(102, 126, 234, 0.5);
    background: rgba(30, 30, 30, 0.9);
}

.date-input-group input[type="date"]:focus[b-xpyj7ndq0e] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
    background: rgba(30, 30, 30, 1);
}

.date-input-group input[type="date"][b-xpyj7ndq0e]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* Metrics Section */
.metrics-section[b-xpyj7ndq0e] {
    padding: 20px;
    margin-bottom: 10px;
}

/* Metrics Container */
.metrics-container[b-xpyj7ndq0e] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.metric-card[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.metric-card:hover[b-xpyj7ndq0e] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Gesamt-Statistiken */
.overview-metric[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border-color: rgba(102, 126, 234, 0.3);
}

.overview-metric:hover[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    border-color: rgba(102, 126, 234, 0.5);
}

/* Zeitraum-basierte Metriken */
.period-metric[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.15) 0%, rgba(0, 160, 160, 0.15) 100%);
    border-color: rgba(0, 128, 128, 0.3);
}

.period-metric:hover[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.25) 0%, rgba(0, 160, 160, 0.25) 100%);
    border-color: rgba(0, 128, 128, 0.5);
}

/* Aktivitäts-Metriken */
.activity-metric[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.15) 0%, rgba(46, 213, 115, 0.15) 100%);
    border-color: rgba(72, 187, 120, 0.3);
}

.activity-metric:hover[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(72, 187, 120, 0.25) 0%, rgba(46, 213, 115, 0.25) 100%);
    border-color: rgba(72, 187, 120, 0.5);
}

/* Inaktivitäts-Metriken (Warnung) */
.warning-metric[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.15) 0%, rgba(255, 71, 87, 0.15) 100%);
    border-color: rgba(255, 107, 107, 0.3);
}

.warning-metric:hover[b-xpyj7ndq0e] {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.25) 0%, rgba(255, 71, 87, 0.25) 100%);
    border-color: rgba(255, 107, 107, 0.5);
}

.metric-icon[b-xpyj7ndq0e] {
    font-size: 24px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.metric-title[b-xpyj7ndq0e] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-value[b-xpyj7ndq0e] {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.metric-subtitle[b-xpyj7ndq0e] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    margin-top: 5px;
    font-weight: 500;
}

.metric-percentage[b-xpyj7ndq0e] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: inline-block;
}

/* Large Desktop */
@media (min-width: 1400px) {
    .metrics-container[b-xpyj7ndq0e] {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(120px, auto);
    }
    
    /* Gesamt-Statistiken als erste Reihe */
    .overview-metric:nth-child(1)[b-xpyj7ndq0e],
    .overview-metric:nth-child(2)[b-xpyj7ndq0e],
    .overview-metric:nth-child(3)[b-xpyj7ndq0e] {
        grid-row: 1;
    }
}

/* Desktop */
@media (max-width: 1399px) and (min-width: 1025px) {
    .metrics-container[b-xpyj7ndq0e] {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(120px, auto);
    }
}

/* Tablet Layout */
@media (max-width: 1024px) and (min-width: 641px) {
    .metrics-container[b-xpyj7ndq0e] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive Styles for Date Range Section */
@media (max-width: 768px) {
    .date-range-section[b-xpyj7ndq0e] {
        padding: 15px;
    }

    .date-range-selector[b-xpyj7ndq0e] {
        gap: 15px;
    }

    .preset-buttons[b-xpyj7ndq0e] {
        flex-wrap: wrap;
    }

    .preset-buttons button[b-xpyj7ndq0e] {
        padding: 8px 18px;
        font-size: 13px;
        min-width: 80px;
    }

    .custom-range[b-xpyj7ndq0e] {
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }

    .date-input-group[b-xpyj7ndq0e] {
        width: 100%;
    }

    .date-input-group input[type="date"][b-xpyj7ndq0e] {
        width: 100%;
        min-width: unset;
    }
}

/* Mobile Layout */
@media (max-width: 640px) {
    .metrics-section[b-xpyj7ndq0e] {
        padding: 15px;
    }

    .metrics-container[b-xpyj7ndq0e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .metric-card[b-xpyj7ndq0e] {
        padding: 12px;
    }

    .metric-icon[b-xpyj7ndq0e] {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .metric-title[b-xpyj7ndq0e] {
        font-size: 10px;
    }

    .metric-value[b-xpyj7ndq0e] {
        font-size: 24px;
    }
    
    .metric-subtitle[b-xpyj7ndq0e] {
        font-size: 9px;
    }
    
    .metric-percentage[b-xpyj7ndq0e] {
        font-size: 12px;
    }
}

/* Charts */
.charts[b-xpyj7ndq0e] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}

@media (min-width: 768px) {
    .charts[b-xpyj7ndq0e] {
        flex-direction: row;
        justify-content: space-around;
    }

        .charts > div[b-xpyj7ndq0e] {
            width: 45%;
        }
}

.filter-bar[b-xpyj7ndq0e] {
    display: none;
}
/* _content/BewirtungsbelegeTool.Webapp/Components/NeuerBeleg/ImageUploadv2.razor.rz.scp.css */

.spinner[b-pbn8rbc18a] {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-pbn8rbc18a 2s linear infinite;
    margin: 10px auto; /* Center horizontally */
    display: block; /* Ensure it's treated as a block element */
}

@keyframes spin-b-pbn8rbc18a {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/BewirtungsbelegeTool.Webapp/Components/NeuerBeleg/ReceiptGenerated.razor.rz.scp.css */
.loading-container[b-kuduccpkoz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
    padding: 20px;
}

    .loading-container i[b-kuduccpkoz] {
        color: #8b5cf6;
        margin-bottom: 20px;
    }

    .loading-container h2[b-kuduccpkoz] {
        margin-top: 0;
    }

    .loading-container p[b-kuduccpkoz] {
        margin-top: 10px;
    }

.btn[b-kuduccpkoz] {
    margin-top: 20px;
}
/* _content/BewirtungsbelegeTool.Webapp/Components/NeuerBeleg/ScanGenerated.razor.rz.scp.css */
.loading-container[b-hwl4kg80h7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
    padding: 20px;
}

    .loading-container i[b-hwl4kg80h7] {
        color: #3498db;
        margin-bottom: 20px;
    }

    .loading-container h2[b-hwl4kg80h7] {
        margin-top: 0;
    }

    .loading-container p[b-hwl4kg80h7] {
        margin-top: 10px;
    }

.btn[b-hwl4kg80h7] {
    margin-top: 20px;
}
/* _content/BewirtungsbelegeTool.Webapp/Components/Shared/DarkModeToggle.razor.rz.scp.css */
.dark-mode-toggle-wrapper[b-mkpqzjud89] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0; /* kleineres Padding */
}

.dark-mode-checkbox[b-mkpqzjud89] {
    display: none;
}

.dark-mode-toggle[b-mkpqzjud89] {
    position: relative;
    width: 48px;
    height: 24px;
    background-color: #222;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    overflow: hidden;
}

    .dark-mode-toggle .icon[b-mkpqzjud89] {
        font-size: 12px;
        z-index: 1;
        width: 12px;
        text-align: center;
        color: #ffc107;
        pointer-events: none;
    }

        .dark-mode-toggle .icon.moon[b-mkpqzjud89] {
            color: #f0e68c;
        }

        .dark-mode-toggle .icon.sun[b-mkpqzjud89] {
            color: #ffcc00;
        }

.toggle-ball[b-mkpqzjud89] {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

/* Ball nach rechts im Darkmode */
.dark-mode-checkbox:checked + .dark-mode-toggle .toggle-ball[b-mkpqzjud89] {
    transform: translateX(24px); /* 48px (gesamt) - 20px (ball) - 4px (padding) */
}
/* _content/BewirtungsbelegeTool.Webapp/Components/Shared/InstallPwaButton.razor.rz.scp.css */
.install-button[b-dv8urttafn] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #b100ff;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
    transition: transform .1s ease;
}

    .install-button:hover[b-dv8urttafn] {
        transform: translateY(-2px);
    }
/* _content/BewirtungsbelegeTool.Webapp/Components/Shared/LoginOverlay.razor.rz.scp.css */
.overlay[b-ej6tpglqhe] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn-b-ej6tpglqhe 0.3s ease-out;
}

@keyframes fadeIn-b-ej6tpglqhe {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup[b-ej6tpglqhe] {
    background: #1e2333;
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    padding: 40px;
    position: relative;
    animation: slideUp-b-ej6tpglqhe 0.4s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp-b-ej6tpglqhe {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.badge[b-ej6tpglqhe] {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    animation: pulse-b-ej6tpglqhe 2s infinite;
}

@keyframes pulse-b-ej6tpglqhe {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

h2[b-ej6tpglqhe] {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.subtitle[b-ej6tpglqhe] {
    color: #94a3b8;
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.features[b-ej6tpglqhe] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-item[b-ej6tpglqhe] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #e2e8f0;
    font-size: 14px;
}

    .feature-item:last-child[b-ej6tpglqhe] {
        margin-bottom: 0;
    }

.checkmark[b-ej6tpglqhe] {
    width: 20px;
    height: 20px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
}

    .checkmark[b-ej6tpglqhe]::after {
        content: '✓';
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

.highlight[b-ej6tpglqhe] {
    color: #a78bfa;
    font-weight: 600;
}

.cta-button[b-ej6tpglqhe] {
    width: 100%;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .cta-button[b-ej6tpglqhe]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s;
    }

    .cta-button:hover[b-ej6tpglqhe]::before {
        left: 100%;
    }

    .cta-button:hover[b-ej6tpglqhe] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3);
    }

.trust-badges[b-ej6tpglqhe] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-item[b-ej6tpglqhe] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 13px;
}

.trust-icon[b-ej6tpglqhe] {
    width: 16px;
    height: 16px;
}

.no-credit-card[b-ej6tpglqhe] {
    text-align: center;
    margin-top: 12px;
    color: #10b981;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.login-link[b-ej6tpglqhe] {
    text-align: center;
    margin-top: 16px;
    color: #94a3b8;
    font-size: 14px;
}

    .login-link a[b-ej6tpglqhe] {
        color: #a78bfa;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
    }

        .login-link a:hover[b-ej6tpglqhe] {
            color: #c4b5fd;
            text-decoration: underline;
        }

/* Mobile Anpassungen */
@media (max-width: 768px) {
    .overlay[b-ej6tpglqhe] {
        padding: 10px;
        align-items: flex-start;
        overflow-y: auto;
    }

    .popup[b-ej6tpglqhe] {
        max-width: calc(100% - 20px);
        padding: 24px 20px;
        margin: 20px auto;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
    }

    .badge[b-ej6tpglqhe] {
        font-size: 11px;
        padding: 4px 12px;
        margin-bottom: 12px;
    }

    h2[b-ej6tpglqhe] {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .subtitle[b-ej6tpglqhe] {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .features[b-ej6tpglqhe] {
        padding: 16px;
        margin-bottom: 18px;
    }

    .feature-item[b-ej6tpglqhe] {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .checkmark[b-ej6tpglqhe] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .cta-button[b-ej6tpglqhe] {
        padding: 14px 24px;
        font-size: 14px;
    }

    .trust-badges[b-ej6tpglqhe] {
        flex-direction: column;
        gap: 10px;
        margin-top: 16px;
        padding-top: 16px;
    }

    .trust-item[b-ej6tpglqhe] {
        font-size: 12px;
    }

    .no-credit-card[b-ej6tpglqhe] {
        font-size: 13px;
        margin-top: 10px;
    }

    .login-link[b-ej6tpglqhe] {
        font-size: 13px;
        margin-top: 12px;
    }
}

@media (max-height: 700px) and (max-width: 768px) {
    .popup[b-ej6tpglqhe] {
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .features[b-ej6tpglqhe] {
        padding: 12px;
        margin-bottom: 16px;
    }

    .feature-item[b-ej6tpglqhe] {
        margin-bottom: 8px;
    }

    h2[b-ej6tpglqhe] {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .subtitle[b-ej6tpglqhe] {
        margin-bottom: 16px;
    }
}
/* _content/BewirtungsbelegeTool.Webapp/Components/Shared/PremiumFeature.razor.rz.scp.css */
.premium-feature-container[b-7py5bohbp0] {

    position: relative;
}

.premium-feature[b-7py5bohbp0] {
    position: relative;
}

.premium-content.disabled[b-7py5bohbp0] {
    opacity: 0.5; /* Leicht transparent */
    pointer-events: none; /* Deaktiviert Interaktionen */
    filter: grayscale(100%); /* Graustufen-Effekt */
}

.premium-overlay[b-7py5bohbp0] {
    filter: none; /* Kein Graustufenfilter */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Etwas transparent, sodass Inhalt sichtbar bleibt */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffd700; /* Goldene Schriftfarbe */
    font-weight: bold;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Schatten für bessere Lesbarkeit */
}

    .premium-overlay i[b-7py5bohbp0] {
        margin-bottom: 8px;
        font-size: 1.5em; /* Größeres Icon */
        color: #ffd700 !important; /* Goldene Icon-Farbe */
    }
