@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.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-zvne6b3hfq]  .nav-link {
        color: var(--txt-color-secondary-hover);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-zvne6b3hfq]  a.active {
        background-color: var(--nav-item-background-active);
        color: var(--txt-color-secondary);
    }

    .nav-item[b-zvne6b3hfq]  .nav-link:hover {
        background-color: var(--nav-item-background-hover);
        color: var(--txt-color-secondary);
    }

.nav-link[b-zvne6b3hfq] {
    color: var(--txt-color-secondary)
}

.navbar-brand:hover[b-zvne6b3hfq],
.navbar-brand:focus[b-zvne6b3hfq]{
    color: var(--txt-color-secondary);
}

@media (max-width: 640px) {
    .nav-item[b-zvne6b3hfq]  a.active,
    .nav-item[b-zvne6b3hfq]  .nav-link:hover {
        background: none !important;
    }
}
/* _content/BewirtungsbelegeTool.Webapp/Components/MeinKonto/Admin/AdminDashboard.razor.rz.scp.css */
.daterangepicker .calendar-table[b-xpyj7ndq0e] {
    background-color: red !important;
}
/* 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%;
        }
}
/* _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: #3498db;
        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/Pages/Onboard.razor.rz.scp.css */
<style >
.onboard-container[b-ofnuito4ll] {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
}

.header h1[b-ofnuito4ll] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.header p[b-ofnuito4ll] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.intro-text[b-ofnuito4ll] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.input-group[b-ofnuito4ll] {
    margin-bottom: 1.5rem;
}

.input-field[b-ofnuito4ll] {
    padding: 0.75rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.d-flex[b-ofnuito4ll] {
    display: flex;
    flex-wrap: wrap;
}

.flex-column[b-ofnuito4ll] {
    flex-direction: column;
}

.flex-md-row[b-ofnuito4ll] {
    flex-direction: row;
}

.gap-2[b-ofnuito4ll] {
    gap: 1rem;
}

.w-100[b-ofnuito4ll] {
    width: 100%;
}

.submit-button[b-ofnuito4ll] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .submit-button:hover[b-ofnuito4ll] {
        background-color: #0056b3;
    }

@media (min-width: 768px) {
    .header h1[b-ofnuito4ll] {
        font-size: 2.5rem;
    }

    .intro-text[b-ofnuito4ll] {
        font-size: 1.2rem;
    }
}

</style[b-ofnuito4ll] >
/* _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/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 */
    }
