/* /Components/Layout/Footer.razor.rz.scp.css */
.app-footer[b-urhuey2ody] {
    background: rgb(28, 28, 30);
    color: #ffffff;
    margin-top: auto;
    padding: 1rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer-content[b-urhuey2ody] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.footer-section[b-urhuey2ody] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links[b-urhuey2ody] {
    gap: 1.5rem;
}

.footer-link[b-urhuey2ody] {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.footer-link:hover[b-urhuey2ody] {
    opacity: 1;
    color: #ffffff;
    text-decoration: underline;
    transform: translateY(-2px);
}

.footer-link i[b-urhuey2ody] {
    font-size: 1.1rem;
}

.footer-info[b-urhuey2ody] {
    text-align: right;
    align-items: flex-end;
}

.footer-version[b-urhuey2ody] {
    gap: 0.5rem;
    font-size: 0.85rem;
    opacity: 0.85;
}

.footer-version strong[b-urhuey2ody] {
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
}

.footer-version i[b-urhuey2ody] {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content[b-urhuey2ody] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer-links[b-urhuey2ody] {
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }

    .footer-info[b-urhuey2ody] {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .footer-link span[b-urhuey2ody] {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .app-footer[b-urhuey2ody] {
        padding: 0.5rem 0;
    }

    .footer-content[b-urhuey2ody] {
        flex-direction: column;
        gap: 0.4rem;
        align-items: center;
    }

    .footer-links[b-urhuey2ody] {
        flex-direction: row;
        gap: 1rem;
        width: auto;
        justify-content: center;
    }

    .footer-link[b-urhuey2ody] {
        font-size: 0.85rem;
        gap: 0.3rem;
    }

    .footer-link i[b-urhuey2ody] {
        font-size: 1rem;
    }

    .footer-link span[b-urhuey2ody] {
        font-size: 0.85rem;
    }

    .footer-version[b-urhuey2ody] {
        font-size: 0.7rem;
        gap: 0.25rem;
        margin-left: 0;
        width: auto;
        justify-content: center;
    }

    .footer-version i[b-urhuey2ody] {
        font-size: 0.85rem;
    }

    .footer-version span[b-urhuey2ody] {
        font-size: 0;
    }

    .footer-version strong[b-urhuey2ody] {
        padding: 0.1rem 0.35rem;
        font-size: 0.7rem;
        display: inline-block;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8qfyx3ya1b] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-8qfyx3ya1b] {
    flex: 1;
}

#blazor-error-ui[b-8qfyx3ya1b] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8qfyx3ya1b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-oaanqyku0w] {
    --nav-height: 3.5rem;
    min-height: var(--nav-height);
    background-color: white;
    border-bottom: 1px solid #dee2e6;
}

.navbar-brand[b-oaanqyku0w] {
    font-size: 1.25rem;
    color: #212529;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.brand-logo[b-oaanqyku0w] {
    height: 2rem;
    width: auto;
    object-fit: contain;
}

.navbar-brand i[b-oaanqyku0w] {
    font-size: 1.5rem;
}

.navbar-brand:hover[b-oaanqyku0w] {
    color: #E30613;
}

.nav-item[b-oaanqyku0w] {
    font-variant: small-caps;
    font-size: 0.9rem;
    padding: 0;
    margin: 0 0.5rem;
}

.nav-item[b-oaanqyku0w]  .nav-link .nav-text {
    font-variant: small-caps;
}

.nav-item[b-oaanqyku0w]  button.nav-link.active {
    color: #E30613;
    border-bottom: 3px solid #E30613;
    background: none;
}

    .nav-item[b-oaanqyku0w]  .nav-link {
        color: #212529;
        background: none;
        border: none;
        border-radius: 4px;
        height: var(--nav-height);
        display: flex;
        align-items: center;
        padding: 0 1rem;
        text-decoration: none;
        font-weight: 500;
        border-bottom: 3px solid transparent;
        transition: all 0.2s ease;
    }

.nav-item[b-oaanqyku0w]  a.active {
    color: #E30613;
    background: none;
    border-bottom-color: #E30613;
}

.nav-item[b-oaanqyku0w]  .nav-link:hover {
    background-color: #f8f9fa;
    color: #E30613;
}

.user-info-nav[b-oaanqyku0w] {
    display: flex;
    align-items: center;
    height: var(--nav-height);
}

.user-display[b-oaanqyku0w] {
    display: flex;
    flex-direction: row; /* keep name and badge on one line so height stays consistent */
    align-items: center;
    gap: 0.5rem;
}

.user-name[b-oaanqyku0w] {
    color: #212529;
    font-size: 0.9rem;
    font-weight: 500;
}

.user-link[b-oaanqyku0w] {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-link:hover[b-oaanqyku0w] {
    color: #E30613;
}

.user-link:hover .user-name[b-oaanqyku0w] {
    color: #E30613;
    text-decoration: underline;
}

.badge-role[b-oaanqyku0w] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-role-admin[b-oaanqyku0w] {
    background-color: #E30613;
    color: white;
    border: 1px solid #E30613;
}

.badge-role-manager[b-oaanqyku0w] {
    background-color: #0dcaf0;
    color: white;
}

.badge-role-worker[b-oaanqyku0w] {
    background-color: #28a745;
    color: white;
}

.btn-auth[b-oaanqyku0w] {
    background-color: white;
    border: 1px solid #dee2e6;
    color: #212529;
    font-weight: 500;
    /* keep button same height as nav links */
    height: var(--nav-height);
    padding: 0 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-auth:hover[b-oaanqyku0w] {
    background-color: #f8f9fa;
    border-color: #212529;
    color: #212529;
    transform: translateY(-1px);
}

.btn-auth i[b-oaanqyku0w] {
    font-size: 1rem;
}

/* Burger menu button */
.navbar-toggler[b-oaanqyku0w] {
    background-color: transparent;
    border: 1px solid #dee2e6;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler:hover[b-oaanqyku0w] {
    background-color: #f8f9fa;
    border-color: #212529;
}

.navbar-toggler-icon[b-oaanqyku0w] {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* Mobile collapsible menu */
.collapse[b-oaanqyku0w] {
    display: none;
}

/* Mobile menu container - only show when NOT collapsed */
.d-md-none:not(.collapse)[b-oaanqyku0w] {
    display: block;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #dee2e6;
}

.d-md-none nav[b-oaanqyku0w] {
    padding: 1rem 0;
}

.d-md-none .nav-item[b-oaanqyku0w] {
    margin: 0;
    padding: 0;
}

.d-md-none .nav-item[b-oaanqyku0w]  .nav-link {
    color: #212529;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    height: auto;
    font-weight: 500;
    border-bottom: none;
    border-left: 3px solid transparent;
}

.d-md-none .nav-item[b-oaanqyku0w]  .nav-link i {
    margin-right: 0.5rem !important;
    font-size: 1.2rem;
}

.d-md-none .nav-item[b-oaanqyku0w]  .nav-link:hover {
    background-color: #f8f9fa;
}

.d-md-none .nav-item[b-oaanqyku0w]  a.active {
    color: #E30613;
    background: none;
    border-left-color: #E30613;
}

.d-md-none .user-display[b-oaanqyku0w] {
    color: #212529;
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.d-md-none .user-link[b-oaanqyku0w] {
    padding: 0.75rem 1rem;
    display: block;
    width: 100%;
}

.d-md-none .user-link:hover[b-oaanqyku0w] {
    background-color: #f8f9fa;
}

.d-md-none .user-name[b-oaanqyku0w] {
    display: block;
    color: #212529;
}

.d-md-none .btn-auth[b-oaanqyku0w] {
    width: 100%;
    justify-content: flex-start;
    height: auto;
    padding: 0.75rem 1rem;
    border-radius: 0;
    margin-top: 0.5rem;
    background-color: white;
    border: 1px solid #dee2e6;
    color: #212529;
}

.d-md-none .btn-auth:hover[b-oaanqyku0w] {
    background-color: #f8f9fa;
    border-color: #212529;
}

.d-md-none .auth-text[b-oaanqyku0w] {
    display: inline !important;
}

.d-md-none .btn-auth i[b-oaanqyku0w] {
    font-size: 1.2rem;
}

/* Language selector in mobile menu */
.d-md-none .nav-item[b-oaanqyku0w]  .language-selector {
    width: 100%;
    display: block;
}

.d-md-none .nav-item[b-oaanqyku0w]  .language-selector .dropdown {
    width: 100%;
}

.d-md-none .nav-item[b-oaanqyku0w]  .language-btn {
    width: 100%;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    height: auto;
    border-radius: 0;
    background-color: white;
    border: 1px solid #dee2e6;
    color: #212529;
    margin-top: 0.5rem;
}

.d-md-none .nav-item[b-oaanqyku0w]  .language-btn:hover,
.d-md-none .nav-item[b-oaanqyku0w]  .language-btn:focus {
    background-color: #f8f9fa;
    border-color: #212529;
    transform: translateY(-1px);
}

.d-md-none .nav-item[b-oaanqyku0w]  .language-btn .fi {
    width: 1.5rem;
    height: 1.125rem;
}

.d-md-none .nav-item[b-oaanqyku0w]  .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .brand-text[b-oaanqyku0w] {
        font-size: 0.9rem;
    }
    
    .navbar-brand i[b-oaanqyku0w] {
        font-size: 1.2rem;
    }
    
    .nav-item[b-oaanqyku0w] {
        margin: 0 0.25rem;
    }
    
    .nav-item[b-oaanqyku0w]  .nav-link {
        padding: 0 0.5rem;
        height: var(--nav-height);
    }
    
    .nav-text[b-oaanqyku0w] {
        display: none;
    }
    
    .user-name[b-oaanqyku0w] {
        display: none;
    }
    
    .auth-text[b-oaanqyku0w] {
        display: none;
    }
    
    .btn-auth[b-oaanqyku0w] {
        padding: 0 0.75rem;
        height: var(--nav-height);
    }
    
    /* Gr��ere Icons wenn kein Text */
    .nav-item[b-oaanqyku0w]  .nav-link i {
        font-size: 1.5rem;
        margin-right: 0 !important;
    }
    
    .btn-auth i[b-oaanqyku0w] {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .top-row[b-oaanqyku0w] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    .brand-text[b-oaanqyku0w] {
        display: none;
    }
    
    .navbar-brand i[b-oaanqyku0w] {
        margin-right: 0;
        font-size: 1.5rem;
    }
    
    .nav-item[b-oaanqyku0w] {
        margin: 0;
    }
    
    .btn-auth[b-oaanqyku0w] {
        padding: 0 0.6rem;
        height: var(--nav-height);
    }
    
    /* Noch gr��ere Icons auf sehr kleinen Screens */
    .nav-item[b-oaanqyku0w]  .nav-link i {
        font-size: 1.6rem;
    }
    
    .btn-auth i[b-oaanqyku0w] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/CompanyDetails.razor.rz.scp.css */
.company-details-container[b-zpopwdla3u] {
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-zpopwdla3u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E30613;
}

.page-header h1[b-zpopwdla3u] {
    color: #E30613;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.card[b-zpopwdla3u] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-header[b-zpopwdla3u] {
    background-color: #E30613;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 1rem 1.5rem;
}

.card-header h3[b-zpopwdla3u] {
    margin: 0;
    font-size: 1.5rem;
}

.card-header small[b-zpopwdla3u] {
    font-size: 0.875rem;
    opacity: 0.9;
}

.card-body[b-zpopwdla3u] {
    padding: 2rem;
}

/* Alert Styling */
.alert[b-zpopwdla3u] {
    border-radius: 8px;
    border: none;
}

/* Badge Styling */
.badge[b-zpopwdla3u] {
    padding: 0.35rem 0.65rem;
    font-weight: 500;
}

/* Button Styling */
.btn-primary[b-zpopwdla3u] {
    background-color: #E30613;
    border-color: #E30613;
}

.btn-primary:hover[b-zpopwdla3u] {
    background-color: #c00510;
    border-color: #c00510;
}

.btn-outline-secondary[b-zpopwdla3u] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover[b-zpopwdla3u] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .company-details-container[b-zpopwdla3u] {
        padding: 1rem;
    }

    .page-header[b-zpopwdla3u] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .page-header h1[b-zpopwdla3u] {
        font-size: 1.5rem;
    }

    .card-body[b-zpopwdla3u] {
        padding: 1rem;
    }
}
/* /Components/Pages/CompanyManagement.razor.rz.scp.css */
/* Mobile responsive styles for Company Management page */

/* Tablet and below */
@media (max-width: 960px) {
    /* Make header stack vertically - button below title */
    [b-b755slss88] .mud-stack.header-stack {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    /* Make button full-width */
    [b-b755slss88] .mud-stack.header-stack .mud-button-root {
        width: 100% !important;
        order: 2 !important;
    }

    /* Title stays on top */
    [b-b755slss88] .mud-stack.header-stack .mud-typography-h4 {
        font-size: 1.1rem !important;
        line-height: 1.3 !important;
        order: 1 !important;
    }

    /* Reduce icon size */
    [b-b755slss88] .mud-stack.header-stack .mud-typography-h4 .mud-icon-root {
        font-size: 1.1rem !important;
    }
}

/* Mobile phones - extra compact */
@media (max-width: 600px) {
    /* Minimal padding */
    [b-b755slss88] .mud-container {
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-top: 8px !important;
    }

    [b-b755slss88] .mud-paper {
        padding: 8px !important;
    }

    /* Reduce spacing */
    [b-b755slss88] .mud-paper > .mud-stack {
        gap: 8px !important;
    }

    /* Very small heading for phones */
    [b-b755slss88] .mud-stack.header-stack .mud-typography-h4 {
        font-size: 0.875rem !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
    }

    /* Small icon in title */
    [b-b755slss88] .mud-stack.header-stack .mud-typography-h4 .mud-icon-root {
        font-size: 0.875rem !important;
        margin-right: 4px !important;
    }

    /* Compact button below title */
    [b-b755slss88] .mud-stack.header-stack .mud-button-root {
        font-size: 0.75rem !important;
        padding: 6px 10px !important;
        min-height: 30px !important;
    }

    /* Small button icon */
    [b-b755slss88] .mud-stack.header-stack .mud-button-root .mud-icon-root {
        font-size: 0.875rem !important;
    }
}
/* /Components/Pages/CookieRequired.razor.rz.scp.css */
.cookie-required-container[b-dlp22z1r6q] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
}

.cookie-required-card[b-dlp22z1r6q] {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: slideUp-b-dlp22z1r6q 0.5s ease-out;
}

@keyframes slideUp-b-dlp22z1r6q {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookie-required-card .icon-container[b-dlp22z1r6q] {
    animation: bounce-b-dlp22z1r6q 2s infinite;
}

@keyframes bounce-b-dlp22z1r6q {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.cookie-required-card h1[b-dlp22z1r6q] {
    color: #333;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cookie-required-card .lead[b-dlp22z1r6q] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cookie-required-card .cookie-reasons[b-dlp22z1r6q] {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 400px;
}

.cookie-required-card .cookie-reasons li[b-dlp22z1r6q] {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #555;
}

.cookie-required-card .btn-lg[b-dlp22z1r6q] {
    padding: 1rem 3rem;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cookie-required-card .btn-lg:hover[b-dlp22z1r6q] {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

.cookie-required-card .alert[b-dlp22z1r6q] {
    border-radius: 10px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .cookie-required-card[b-dlp22z1r6q] {
        padding: 2rem 1.5rem;
    }
    
    .cookie-required-card h1[b-dlp22z1r6q] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-container[b-ssvckgc8sh] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.hero-section[b-ssvckgc8sh] {
    text-align: center;
    padding: 3rem 1rem;
}

.hero-icon[b-ssvckgc8sh] {
    margin-bottom: 1.5rem;
}

.hero-icon i[b-ssvckgc8sh] {
    font-size: 5rem;
    color: #E30613;
}

.hero-title[b-ssvckgc8sh] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

.hero-subtitle[b-ssvckgc8sh] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0;
}

.user-welcome-card[b-ssvckgc8sh] {
    background: linear-gradient(135deg, #E30613 0%, #B00510 100%);
    color: white;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(227, 6, 19, 0.3);
}

.welcome-content h3[b-ssvckgc8sh] {
    margin: 0 0 1rem 0;
    font-size: 1.75rem;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
}

.role-display[b-ssvckgc8sh] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.role-label[b-ssvckgc8sh] {
    font-size: 1.1rem;
    opacity: 0.9;
}

.badge-role-large[b-ssvckgc8sh] {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-role-admin[b-ssvckgc8sh] {
    background-color: white;
    color: #E30613;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.badge-role-manager[b-ssvckgc8sh] {
    background-color: #0dcaf0;
    color: white;
    box-shadow: 0 4px 12px rgba(13, 202, 240, 0.4);
}

.badge-role-worker[b-ssvckgc8sh] {
    background-color: #28a745;
    color: white;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.action-section[b-ssvckgc8sh] {
    margin: 3rem 0;
}

.btn-qr-code[b-ssvckgc8sh] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: linear-gradient(135deg, #E30613 0%, #B00510 100%);
    color: white;
    padding: 2rem;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(227, 6, 19, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.btn-qr-code:hover[b-ssvckgc8sh] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(227, 6, 19, 0.4);
    color: white;
}

.btn-icon[b-ssvckgc8sh] {
    flex-shrink: 0;
}

.btn-icon i[b-ssvckgc8sh] {
    font-size: 4rem;
}

.btn-text[b-ssvckgc8sh] {
    flex: 1;
    text-align: left;
}

.btn-text strong[b-ssvckgc8sh] {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.btn-text small[b-ssvckgc8sh] {
    display: block;
    opacity: 0.9;
    font-size: 1rem;
}

.btn-arrow[b-ssvckgc8sh] {
    font-size: 2rem;
    flex-shrink: 0;
}

.language-flags[b-ssvckgc8sh] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.flag-btn[b-ssvckgc8sh] {
    background: white;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-btn:hover[b-ssvckgc8sh] {
    transform: scale(1.1);
    border-color: #E30613;
    box-shadow: 0 2px 8px rgba(227, 6, 19, 0.2);
}

.flag-btn.active[b-ssvckgc8sh] {
    border-color: #E30613;
    background: #fff5f5;
    box-shadow: 0 2px 8px rgba(227, 6, 19, 0.3);
}

.flag-btn .fi[b-ssvckgc8sh] {
    width: 2rem;
    height: 1.5rem;
    border-radius: 4px;
}

.info-cards[b-ssvckgc8sh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.info-card[b-ssvckgc8sh] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.info-card:hover[b-ssvckgc8sh] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.info-card i[b-ssvckgc8sh] {
    font-size: 2.5rem;
    color: #E30613;
    margin-bottom: 1rem;
}

.info-card h3[b-ssvckgc8sh] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.5rem;
}

.info-card p[b-ssvckgc8sh] {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .hero-icon i[b-ssvckgc8sh] {
        font-size: 3.5rem;
    }
    
    .hero-title[b-ssvckgc8sh] {
        font-size: 2rem;
    }
    
    .hero-subtitle[b-ssvckgc8sh] {
        font-size: 1rem;
    }

    .user-welcome-card[b-ssvckgc8sh] {
        padding: 1.75rem;
    }

    .welcome-content h3[b-ssvckgc8sh] {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .role-display[b-ssvckgc8sh] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .btn-qr-code[b-ssvckgc8sh] {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .btn-icon i[b-ssvckgc8sh] {
        font-size: 3rem;
    }
    
    .btn-text strong[b-ssvckgc8sh] {
        font-size: 1.25rem;
    }
    
    .btn-text small[b-ssvckgc8sh] {
        font-size: 0.9rem;
    }
    
    .language-flags[b-ssvckgc8sh] {
        gap: 0.5rem;
        padding: 0.75rem;
    }
    
    .flag-btn .fi[b-ssvckgc8sh] {
        width: 1.5rem;
        height: 1.125rem;
    }
    
    .info-cards[b-ssvckgc8sh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MyDocuments.razor.rz.scp.css */
.my-documents-container[b-zk8dcuepp5] {
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-zk8dcuepp5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E30613;
}

.page-header h1[b-zk8dcuepp5] {
    color: #E30613;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .my-documents-container[b-zk8dcuepp5] {
        padding: 1rem;
    }

    .page-header[b-zk8dcuepp5] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .page-header h1[b-zk8dcuepp5] {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .my-documents-container[b-zk8dcuepp5] {
        padding: 0.5rem;
    }

    .page-header[b-zk8dcuepp5] {
        margin-bottom: 1rem;
    }

    .page-header h1[b-zk8dcuepp5] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/OnSiteWorkers.razor.rz.scp.css */
.on-site-workers-container[b-a5ax8c1cca] {
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-a5ax8c1cca] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E30613;
}

.page-header h1[b-a5ax8c1cca] {
    color: #E30613;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Spinning animation for refresh icon */
@keyframes spin-b-a5ax8c1cca {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin[b-a5ax8c1cca] {
    animation: spin-b-a5ax8c1cca 1s linear infinite;
}

.table[b-a5ax8c1cca] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.table thead[b-a5ax8c1cca] {
    background-color: #E30613;
    color: white;
}

.table thead th[b-a5ax8c1cca] {
    border: none;
    padding: 1rem;
    font-weight: 600;
}

.table tbody tr[b-a5ax8c1cca] {
    transition: background-color 0.2s ease;
}

.table tbody tr:hover[b-a5ax8c1cca] {
    background-color: rgba(227, 6, 19, 0.05);
}

.table tbody td[b-a5ax8c1cca] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 768px) {
    .on-site-workers-container[b-a5ax8c1cca] {
        padding: 1rem;
    }

    .page-header[b-a5ax8c1cca] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .page-header h1[b-a5ax8c1cca] {
        font-size: 1.5rem;
    }

    .page-header .d-flex[b-a5ax8c1cca] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .on-site-workers-container[b-a5ax8c1cca] {
        padding: 0.5rem;
    }

    .page-header[b-a5ax8c1cca] {
        margin-bottom: 1rem;
    }

    .page-header h1[b-a5ax8c1cca] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/QrScanner.razor.rz.scp.css */
/* QR Scanner Page Styles */

.scanner-container[b-zmtlxk1za8] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.hero-section[b-zmtlxk1za8] {
    text-align: center;
    padding: 3rem 1rem;
}

.hero-icon[b-zmtlxk1za8] {
    margin-bottom: 1.5rem;
}

.hero-icon i[b-zmtlxk1za8] {
    font-size: 5rem;
    color: #E30613;
}

.hero-title[b-zmtlxk1za8] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

.hero-subtitle[b-zmtlxk1za8] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0;
}

/* Video Preview */
.video-container[b-zmtlxk1za8] {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #000;
 border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.video-preview[b-zmtlxk1za8] {
  width: 100%;
    height: auto;
    display: block;
    background: #000;
}

.scanner-canvas[b-zmtlxk1za8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-overlay[b-zmtlxk1za8] {
    position: absolute;
top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
}

/* Camera Controls */
.camera-controls[b-zmtlxk1za8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.camera-info[b-zmtlxk1za8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.camera-name[b-zmtlxk1za8] {
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.camera-actions[b-zmtlxk1za8] {
    display: flex;
    gap: 0.75rem;
  flex-wrap: wrap;
}

/* Status Messages */
.status-message[b-zmtlxk1za8] {
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.status-message.success[b-zmtlxk1za8] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-message.error[b-zmtlxk1za8] {
    background: #f8d7da;
    color: #721c24;
  border: 1px solid #f5c6cb;
}

.status-message.info[b-zmtlxk1za8] {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.status-message i[b-zmtlxk1za8] {
    font-size: 1.5rem;
}

.status-message .message-content[b-zmtlxk1za8] {
    flex: 1;
}

.status-message .message-title[b-zmtlxk1za8] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.status-message .message-text[b-zmtlxk1za8] {
    margin: 0;
}

/* Scanning Indicator */
.scanning-indicator[b-zmtlxk1za8] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  background: rgba(227, 6, 19, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10;
}

.scanning-indicator .pulse[b-zmtlxk1za8] {
    width: 8px;
    height: 8px;
    background: white;
  border-radius: 50%;
    animation: pulse-b-zmtlxk1za8 1.5s ease-in-out infinite;
}

@keyframes pulse-b-zmtlxk1za8 {
    0%, 100% {
     opacity: 1;
 transform: scale(1);
    }
    50% {
        opacity: 0.5;
   transform: scale(1.2);
    }
}

/* Instructions Card */
.instructions-card[b-zmtlxk1za8] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.instructions-card h3[b-zmtlxk1za8] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    display: flex;
 align-items: center;
    gap: 0.5rem;
}

.instructions-card ul[b-zmtlxk1za8] {
    margin: 0;
    padding-left: 1.5rem;
}

.instructions-card li[b-zmtlxk1za8] {
    color: #666;
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
 .scanner-container[b-zmtlxk1za8] {
        padding: 1rem 0.5rem;
    }

.hero-section[b-zmtlxk1za8] {
   padding: 2rem 1rem;
    }

    .hero-icon i[b-zmtlxk1za8] {
        font-size: 3.5rem;
    }

    .hero-title[b-zmtlxk1za8] {
        font-size: 2rem;
    }

    .hero-subtitle[b-zmtlxk1za8] {
        font-size: 1rem;
    }

    .video-container[b-zmtlxk1za8] {
        border-radius: 8px;
}

    .camera-info[b-zmtlxk1za8] {
    flex-direction: column;
   align-items: flex-start;
        gap: 1rem;
}

    .camera-actions[b-zmtlxk1za8] {
        width: 100%;
    }

    .camera-actions button[b-zmtlxk1za8] {
        flex: 1;
    }

    .scanning-indicator[b-zmtlxk1za8] {
        font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
   top: 0.5rem;
        right: 0.5rem;
    }
}

/* Loading State */
.loading-container[b-zmtlxk1za8] {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
}

.loading-spinner[b-zmtlxk1za8] {
    width: 3rem;
    height: 3rem;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #E30613;
    border-radius: 50%;
  animation: spin-b-zmtlxk1za8 1s linear infinite;
}

@keyframes spin-b-zmtlxk1za8 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button Styles */
.btn-primary-custom[b-zmtlxk1za8] {
    background: linear-gradient(135deg, #E30613 0%, #B00510 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-custom:hover[b-zmtlxk1za8] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3);
}

.btn-secondary-custom[b-zmtlxk1za8] {
    background: white;
    color: #E30613;
    border: 2px solid #E30613;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary-custom:hover[b-zmtlxk1za8] {
    background: #fff5f5;
}
/* /Components/Pages/QrScannerCheck.razor.rz.scp.css */
/* QR Scanner Page Styles */

.scanner-container[b-konlaspcc3] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.hero-section[b-konlaspcc3] {
    text-align: center;
    padding: 3rem 1rem;
}

.hero-icon[b-konlaspcc3] {
    margin-bottom: 1.5rem;
}

.hero-icon i[b-konlaspcc3] {
    font-size: 5rem;
    color: #E30613;
}

.hero-title[b-konlaspcc3] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 1rem;
}

.hero-subtitle[b-konlaspcc3] {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0;
}

/* Video Preview */
.video-container[b-konlaspcc3] {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #000;
 border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.video-preview[b-konlaspcc3] {
  width: 100%;
    height: auto;
    display: block;
    background: #000;
}

.scanner-canvas[b-konlaspcc3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.video-overlay[b-konlaspcc3] {
    position: absolute;
top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
}

/* Camera Controls */
.camera-controls[b-konlaspcc3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.camera-info[b-konlaspcc3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.camera-name[b-konlaspcc3] {
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.camera-actions[b-konlaspcc3] {
    display: flex;
    gap: 0.75rem;
  flex-wrap: wrap;
}

/* Status Messages */
.status-message[b-konlaspcc3] {
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.status-message.success[b-konlaspcc3] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-message.error[b-konlaspcc3] {
    background: #f8d7da;
    color: #721c24;
  border: 1px solid #f5c6cb;
}

.status-message.info[b-konlaspcc3] {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.status-message i[b-konlaspcc3] {
    font-size: 1.5rem;
}

.status-message .message-content[b-konlaspcc3] {
    flex: 1;
}

.status-message .message-title[b-konlaspcc3] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.status-message .message-text[b-konlaspcc3] {
    margin: 0;
}

/* Scanning Indicator */
.scanning-indicator[b-konlaspcc3] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  background: rgba(227, 6, 19, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10;
}

.scanning-indicator .pulse[b-konlaspcc3] {
    width: 8px;
    height: 8px;
    background: white;
  border-radius: 50%;
    animation: pulse-b-konlaspcc3 1.5s ease-in-out infinite;
}

@keyframes pulse-b-konlaspcc3 {
    0%, 100% {
     opacity: 1;
 transform: scale(1);
    }
    50% {
        opacity: 0.5;
   transform: scale(1.2);
    }
}

/* Instructions Card */
.instructions-card[b-konlaspcc3] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.instructions-card h3[b-konlaspcc3] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
    display: flex;
 align-items: center;
    gap: 0.5rem;
}

.instructions-card ul[b-konlaspcc3] {
    margin: 0;
    padding-left: 1.5rem;
}

.instructions-card li[b-konlaspcc3] {
    color: #666;
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
 .scanner-container[b-konlaspcc3] {
        padding: 1rem 0.5rem;
    }

.hero-section[b-konlaspcc3] {
   padding: 2rem 1rem;
    }

    .hero-icon i[b-konlaspcc3] {
        font-size: 3.5rem;
    }

    .hero-title[b-konlaspcc3] {
        font-size: 2rem;
    }

    .hero-subtitle[b-konlaspcc3] {
        font-size: 1rem;
    }

    .video-container[b-konlaspcc3] {
        border-radius: 8px;
}

    .camera-info[b-konlaspcc3] {
    flex-direction: column;
   align-items: flex-start;
        gap: 1rem;
}

    .camera-actions[b-konlaspcc3] {
        width: 100%;
    }

    .camera-actions button[b-konlaspcc3] {
        flex: 1;
    }

    .scanning-indicator[b-konlaspcc3] {
        font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
   top: 0.5rem;
        right: 0.5rem;
    }
}

/* Loading State */
.loading-container[b-konlaspcc3] {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
}

.loading-spinner[b-konlaspcc3] {
    width: 3rem;
    height: 3rem;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #E30613;
    border-radius: 50%;
  animation: spin-b-konlaspcc3 1s linear infinite;
}

@keyframes spin-b-konlaspcc3 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button Styles */
.btn-primary-custom[b-konlaspcc3] {
    background: linear-gradient(135deg, #E30613 0%, #B00510 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-custom:hover[b-konlaspcc3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 6, 19, 0.3);
}

.btn-secondary-custom[b-konlaspcc3] {
    background: white;
    color: #E30613;
    border: 2px solid #E30613;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary-custom:hover[b-konlaspcc3] {
    background: #fff5f5;
}
/* /Components/Pages/WorkerDetails.razor.rz.scp.css */
.worker-details-container[b-ee3ub1qi08] {
    padding: 2rem;
    max-width: 100%;
    margin: 0 auto;
}

.page-header[b-ee3ub1qi08] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E30613;
}

.page-header h1[b-ee3ub1qi08] {
    color: #E30613;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.card[b-ee3ub1qi08] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-header[b-ee3ub1qi08] {
    background-color: #E30613;
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 1rem 1.5rem;
}

.card-header h3[b-ee3ub1qi08] {
    margin: 0;
    font-size: 1.5rem;
}

.card-header small[b-ee3ub1qi08] {
    font-size: 0.875rem;
    opacity: 0.9;
}

.card-body[b-ee3ub1qi08] {
    padding: 2rem;
}

/* Alert Styling */
.alert[b-ee3ub1qi08] {
    border-radius: 8px;
    border: none;
}

/* Button Styling */
.btn-primary[b-ee3ub1qi08] {
    background-color: #E30613;
    border-color: #E30613;
}

.btn-primary:hover[b-ee3ub1qi08] {
    background-color: #c00510;
    border-color: #c00510;
}

.btn-outline-secondary[b-ee3ub1qi08] {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover[b-ee3ub1qi08] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .worker-details-container[b-ee3ub1qi08] {
        padding: 1rem;
    }

    .page-header[b-ee3ub1qi08] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .page-header h1[b-ee3ub1qi08] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/WorkerManagement.razor.rz.scp.css */
/* Mobile responsive styles for Worker Management page */

/* Tablet and below */
@media (max-width: 960px) {
    /* Make header stack vertically - button below title */
    [b-3zogazy2ya] .mud-stack.header-stack {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: stretch !important;
    }

    /* Make button full-width */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-button-root {
        width: 100% !important;
        order: 2 !important;
    }

    /* Title stays on top */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-typography-h4 {
        font-size: 1.1rem !important;
        line-height: 1.3 !important;
        order: 1 !important;
    }

    /* Reduce icon size */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-typography-h4 .mud-icon-root {
        font-size: 1.1rem !important;
    }
}

/* Mobile phones - extra compact */
@media (max-width: 600px) {
    /* Minimal padding */
    [b-3zogazy2ya] .mud-container {
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-top: 8px !important;
    }

    [b-3zogazy2ya] .mud-paper {
        padding: 8px !important;
    }

    /* Reduce spacing */
    [b-3zogazy2ya] .mud-paper > .mud-stack {
        gap: 8px !important;
    }

    /* Very small heading for phones */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-typography-h4 {
        font-size: 0.875rem !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
    }

    /* Small icon in title */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-typography-h4 .mud-icon-root {
        font-size: 0.875rem !important;
        margin-right: 4px !important;
    }

    /* Compact button below title */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-button-root {
        font-size: 0.75rem !important;
        padding: 6px 10px !important;
        min-height: 30px !important;
    }

    /* Small button icon */
    [b-3zogazy2ya] .mud-stack.header-stack .mud-button-root .mud-icon-root {
        font-size: 0.875rem !important;
    }
}
/* /Components/Shared/CookieConsentBanner.razor.rz.scp.css */
.cookie-consent-banner[b-7c1tlf6yzi] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 3px solid #E30613;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    animation: slideUp-b-7c1tlf6yzi 0.4s ease-out;
}

@keyframes slideUp-b-7c1tlf6yzi {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.cookie-content[b-7c1tlf6yzi] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cookie-icon[b-7c1tlf6yzi] {
    flex-shrink: 0;
    color: #E30613;
}

.cookie-text[b-7c1tlf6yzi] {
    flex: 1;
}

.cookie-actions[b-7c1tlf6yzi] {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-actions .accept-button[b-7c1tlf6yzi],
.cookie-actions .decline-button[b-7c1tlf6yzi] {
    padding: 0.75rem 2rem;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cookie-content[b-7c1tlf6yzi] {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }

    .cookie-actions[b-7c1tlf6yzi] {
        width: 100%;
        flex-direction: column;
    }

    .cookie-actions .accept-button[b-7c1tlf6yzi],
    .cookie-actions .decline-button[b-7c1tlf6yzi] {
        width: 100%;
        padding: 0.875rem;
    }
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.language-selector[b-n8y6evm660] {
    display: inline-block;
    position: relative;
}

.language-selector .dropdown[b-n8y6evm660] {
    position: relative;
}

.language-btn[b-n8y6evm660] {
    background-color: white;
    border: 1px solid #dee2e6;
    color: #212529;
    font-size: 0.9rem;
    /* align to nav height */
    height: var(--nav-height, 3.5rem);
    padding: 0 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.language-btn:hover[b-n8y6evm660],
.language-btn:focus[b-n8y6evm660] {
    background-color: #f8f9fa;
    border-color: #212529;
    color: #212529;
}

.language-selector .dropdown-menu[b-n8y6evm660] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0.25rem;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    z-index: 1000;
}

.language-selector .dropdown-item[b-n8y6evm660] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.language-selector .dropdown-item:hover[b-n8y6evm660] {
    background-color: #f8f9fa;
}

.language-selector .dropdown-item.active[b-n8y6evm660] {
    background-color: #E30613;
    color: white;
    font-weight: 600;
}

.language-selector .fi[b-n8y6evm660] {
    width: 1.25rem;
    height: 1rem;
    display: inline-block;
    border-radius: 2px;
}

/* Show code on desktop, hide full name */
.language-code[b-n8y6evm660] {
    display: inline;
}

.language-full-name[b-n8y6evm660] {
    display: none;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    /* Hide code on mobile, show full name */
    .language-code[b-n8y6evm660] {
        display: none;
    }

    .language-full-name[b-n8y6evm660] {
        display: inline;
    }

    .language-btn[b-n8y6evm660] {
        padding: 0 0.5rem;
        font-size: 0.85rem;
        gap: 0.35rem;
        height: var(--nav-height, 3.5rem);
    }
    
    .language-selector .dropdown-menu[b-n8y6evm660] {
        min-width: 130px;
    }
    
    .language-selector .dropdown-item[b-n8y6evm660] {
        padding: 0.4rem 0.75rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .language-btn[b-n8y6evm660] {
        padding: 0 0.4rem;
        font-size: 0.8rem;
        height: var(--nav-height, 3.5rem);
    }
    
    .language-selector .dropdown-menu[b-n8y6evm660] {
        min-width: 120px;
    }
}
/* /Components/Shared/Modals/CompanyModal.razor.rz.scp.css */
.modal-footer[b-nwy9ttonfi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.modal-footer .me-auto[b-nwy9ttonfi] {
    margin-right: auto !important;
}

.modal-footer .text-muted[b-nwy9ttonfi] {
    font-size: 0.875rem;
    color: #6c757d !important;
}

.modal-footer .text-muted strong[b-nwy9ttonfi] {
    font-weight: 600;
}

.modal-footer .text-muted i[b-nwy9ttonfi] {
    color: #6c757d;
}
/* /Components/Shared/Modals/WorkerModal.razor.rz.scp.css */
.modal-footer[b-4g2hf88it1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.modal-footer .me-auto[b-4g2hf88it1] {
    margin-right: auto !important;
}

.modal-footer .text-muted[b-4g2hf88it1] {
    font-size: 0.875rem;
    color: #6c757d !important;
}

.modal-footer .text-muted strong[b-4g2hf88it1] {
    font-weight: 600;
}

.modal-footer .text-muted i[b-4g2hf88it1] {
    color: #6c757d;
}
/* /Components/Shared/QrCodeSection.razor.rz.scp.css */
.qr-code-container[b-7gz6p5piv8] {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-7gz6p5piv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E30613;
}

.page-header h1[b-7gz6p5piv8] {
    color: #E30613;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.qr-code-card[b-7gz6p5piv8] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 2rem;
}

/* Red border for entire card when manager views another worker's QR code */
.qr-code-card.manager-view-card[b-7gz6p5piv8] {
    border: 4px solid #E30613;
    background: white;
}

.qr-code-card.error-card[b-7gz6p5piv8],
.qr-code-card.warning-card[b-7gz6p5piv8] {
    border-left: 4px solid #ffc107;
}

.qr-code-card.error-card[b-7gz6p5piv8] {
    border-left-color: #dc3545;
}

.validation-badge[b-7gz6p5piv8] {
    font-size: 1.1rem;
    color: #198754;
}

.worker-name h4[b-7gz6p5piv8] {
    margin-bottom: 0.25rem;
    color: #333;
}

.worker-name .text-muted[b-7gz6p5piv8] {
    font-size: 0.9rem;
}

.qr-code-wrapper[b-7gz6p5piv8] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #fff;
}

.qr-code-image[b-7gz6p5piv8] {
    max-width: 300px;
    width: 100%;
    height: auto;
    border: 3px solid #E30613;
    border-radius: 8px;
    padding: 1rem;
}

.info-text[b-7gz6p5piv8] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #E30613;
    margin-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    padding-top: 1.5rem;
}

.info-text i[b-7gz6p5piv8] {
    color: #E30613;
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .qr-code-wrapper[b-7gz6p5piv8] {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .qr-code-image[b-7gz6p5piv8] {
        max-width: 250px;
    }

    .qr-code-wrapper.expanded[b-7gz6p5piv8] {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 100vh;
        max-width: none;
        z-index: 1051;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .qr-code-wrapper.expanded .qr-code-image[b-7gz6p5piv8] {
        max-width: calc(100vw - 2rem);
        width: auto;
        height: auto;
        max-height: calc(100vh - 2rem);
        border: 3px solid #E30613;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .code-backdrop[b-7gz6p5piv8] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1050;
        cursor: pointer;
    }
}
/* /Components/Shared/WorkerDetailView.razor.rz.scp.css */
.worker-detail-view[b-vrw7vyt7jr] {
    padding: 1rem;
    margin: 0.5rem 0;
    background: #f8f9fa;
    border-radius: 8px;
    animation: slideDown-b-vrw7vyt7jr 0.3s ease-out;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

@keyframes slideDown-b-vrw7vyt7jr {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.worker-detail-view .card[b-vrw7vyt7jr] {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.worker-detail-view .card-header[b-vrw7vyt7jr] {
    font-weight: 600;
    border: none;
}

.worker-detail-view dl[b-vrw7vyt7jr] {
    font-size: 0.9rem;
}

.worker-detail-view dt[b-vrw7vyt7jr] {
    font-weight: 600;
    color: #666;
}

.worker-detail-view dd[b-vrw7vyt7jr] {
    margin-bottom: 0.5rem;
}

.worker-detail-view .list-group-item[b-vrw7vyt7jr] {
    border-left: 3px solid #0dcaf0;
}

.worker-detail-view .btn-sm[b-vrw7vyt7jr] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

/* Custom toggle switch styling */
.worker-detail-view .form-check-input[b-vrw7vyt7jr] {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

.worker-detail-view .form-check-input:checked[b-vrw7vyt7jr] {
    background-color: #198754;
    border-color: #198754;
}

.worker-detail-view .form-check-input:not(:checked)[b-vrw7vyt7jr] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.worker-detail-view .form-check-input:disabled[b-vrw7vyt7jr] {
    opacity: 0.5;
    cursor: not-allowed;
}

.worker-detail-view .form-check-label[b-vrw7vyt7jr] {
    margin-left: 0.5rem;
    font-weight: 500;
    user-select: none;
}

.worker-detail-view .form-switch[b-vrw7vyt7jr] {
    display: flex;
    align-items: center;
}
