/* _content/SumoMonkey.Ocr/Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-hfdejrl84u] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.login-welcome[b-hfdejrl84u] {
    background: #f8f9fa;
    color: #333;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #e9ecef;
}

.login-welcome > div[b-hfdejrl84u] {
    position: relative;
    z-index: 1;
}

.login-form-container[b-hfdejrl84u] {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-hfdejrl84u] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-hfdejrl84u] {
    background: #0d6efd;
    border: none;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-hfdejrl84u] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
    background: #0b5ed7;
}

.form-control:focus[b-hfdejrl84u] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.text-primary[b-hfdejrl84u] {
    color: #0d6efd !important;
}

@media (max-width: 767.98px) {
    .login-welcome[b-hfdejrl84u] {
        order: 2;
        min-height: 300px;
        border-right: none;
        border-top: 1px solid #e9ecef;
    }
    
    .login-form-container[b-hfdejrl84u] {
        order: 1;
    }
    
    .login-container[b-hfdejrl84u] {
        padding: 1rem 0;
    }
    
    .p-5[b-hfdejrl84u] {
        padding: 2rem !important;
    }
}
/* _content/SumoMonkey.Ocr/Components/Account/Pages/Register.razor.rz.scp.css */
/* Reuse the same styles as Login page for consistency */
.login-container[b-rrtu79d3m8] {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.login-welcome[b-rrtu79d3m8] {
    background: #f8f9fa;
    color: #333;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #e9ecef;
}

.login-welcome > div[b-rrtu79d3m8] {
    position: relative;
    z-index: 1;
}

.login-form-container[b-rrtu79d3m8] {
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-rrtu79d3m8] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-rrtu79d3m8] {
    background: #0d6efd;
    border: none;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-rrtu79d3m8] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
    background: #0b5ed7;
}

.form-control:focus[b-rrtu79d3m8] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.text-primary[b-rrtu79d3m8] {
    color: #0d6efd !important;
}

@media (max-width: 767.98px) {
    .login-welcome[b-rrtu79d3m8] {
        order: 2;
        min-height: 300px;
        border-right: none;
        border-top: 1px solid #e9ecef;
    }
    
    .login-form-container[b-rrtu79d3m8] {
        order: 1;
    }
    
    .login-container[b-rrtu79d3m8] {
        padding: 1rem 0;
    }
    
    .p-5[b-rrtu79d3m8] {
        padding: 2rem !important;
    }
}
/* _content/SumoMonkey.Ocr/Components/Layout/HomeLayout.razor.rz.scp.css */
/* ===== HOME LAYOUT - NO SIDEBAR ===== */
.page.home-page[b-gwkjld68nk] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: transparent;
    padding-top: 79px; /* Account for fixed navbar - reduced by 1px */
}

.home-main[b-gwkjld68nk] {
    flex: 1;
    padding: 0;
    background: transparent;
    overflow-x: hidden;
    width: 100%;
    max-width: none;
}

/* Responsive navbar spacing adjustments */
@media (max-width: 991.98px) {
    .page.home-page[b-gwkjld68nk] {
        padding-top: 75px; /* Slightly less padding on mobile - reduced by 1px */
    }
}

@media (max-width: 575.98px) {
    .page.home-page[b-gwkjld68nk] {
        padding-top: 69px; /* Even less padding on small mobile - reduced by 1px */
    }
}

/* ===== SCROLL BEHAVIOR ===== */
html[b-gwkjld68nk] {
    scroll-behavior: smooth;
}

/* Custom scrollbar for webkit browsers */
[b-gwkjld68nk]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-gwkjld68nk]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

[b-gwkjld68nk]::-webkit-scrollbar-thumb {
    background: rgba(0, 123, 255, 0.3);
    border-radius: 3px;
    transition: background 0.2s ease;
}
[b-gwkjld68nk]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 123, 255, 0.5);
}

/* ===== ANIMATION UTILITIES ===== */
@keyframes fadeIn-b-gwkjld68nk {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Apply animations to main content */
.home-main[b-gwkjld68nk] {
    animation: fadeIn-b-gwkjld68nk 0.5s ease-out;
}

/* ===== FOOTER STYLES ===== */
.footer[b-gwkjld68nk] {
    margin-top: auto;
    background-color: #212529 !important;
    border-top: none;
}

.footer a[b-gwkjld68nk] {
    transition: color 0.2s ease;
}

.footer a:hover[b-gwkjld68nk] {
    color: #adb5bd !important;
}
/* _content/SumoMonkey.Ocr/Components/Layout/HomeNavBar.razor.rz.scp.css */
/* Home Navigation Bar Styles */
.home-navbar[b-9swvrzrk4q] {
    z-index: 1030;
    background-color: #000000 !important;
    font-family: 'Montserrat', sans-serif;
}

.home-navbar .navbar-brand img[b-9swvrzrk4q] {
    height: 50px;
    width: auto;
}

.home-navbar .navbar-nav .nav-link[b-9swvrzrk4q] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.home-navbar .navbar-nav .nav-link:hover[b-9swvrzrk4q] {
    color: white;
}

.home-navbar .btn-outline-light[b-9swvrzrk4q] {
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: white;
    border-color: white;
}

.home-navbar .btn-outline-light:hover[b-9swvrzrk4q] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
    background-color: white;
    color: #000000;
}

@media (max-width: 991.98px) {
    .home-navbar .navbar-collapse[b-9swvrzrk4q] {
        margin-top: 1rem;
    }
    
    .home-navbar .btn-outline-light[b-9swvrzrk4q] {
        margin-top: 1rem;
        width: 100%;
    }
    
    /* Mobile logo styling - 30% of window width, left justified */
    .home-navbar .navbar-brand[b-9swvrzrk4q] {
        margin: 0 !important; /* Remove mx-auto centering */
    }
    
    .home-navbar .navbar-brand img[b-9swvrzrk4q] {
        width: 30vw !important;
        height: auto !important;
        max-width: 30vw;
    }
}
/* _content/SumoMonkey.Ocr/Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== MAIN LAYOUT STRUCTURE ===== */
.page[b-dx3npxw3jr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

main[b-dx3npxw3jr] {
    flex: 1;
    padding: 1rem;
    background: transparent;
    overflow-x: hidden;
}

/* Enhanced content container */
main > *[b-dx3npxw3jr] {
    max-width: 1400px;
    margin: 0 auto;
}

/* ===== SIDEBAR STYLING ===== */
.sidebar[b-dx3npxw3jr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%), linear-gradient(45deg, #f093fb 0%, #667eea 100%);
    background-blend-mode: overlay;
    background-size: 100% 100%, 200% 200%;
    background-position: 0% 0%, 0% 0%;
    animation: gradientShift-b-dx3npxw3jr 8s ease infinite;
    box-shadow: 2px 0 20px rgba(102, 126, 234, 0.15), inset -1px 0 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Modern geometric pattern overlay */
.sidebar[b-dx3npxw3jr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* Dynamic light accent */
.sidebar[b-dx3npxw3jr]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: lightMove-b-dx3npxw3jr 12s ease-in-out infinite;
    pointer-events: none;
}

/* Gradient animation */
@keyframes gradientShift-b-dx3npxw3jr {
    0%, 100% {
        background-position: 0% 0%, 0% 0%;
    }
    25% {
        background-position: 0% 0%, 100% 0%;
    }
    50% {
        background-position: 0% 0%, 100% 100%;
    }
    75% {
        background-position: 0% 0%, 0% 100%;
    }
}

/* Light movement animation */
@keyframes lightMove-b-dx3npxw3jr {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: translate(-30%, -30%) rotate(180deg);
        opacity: 0.1;
    }
}

/* ===== ALTERNATIVE MODERN SIDEBAR THEMES ===== */
/* 
   Uncomment one of these to use different color schemes:
   
   1. Dark Mode Tech Theme:
   .sidebar {
       background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 50%, #2d2d2d 100%);
       box-shadow: 2px 0 20px rgba(0, 0, 0, 0.3), inset -1px 0 0 rgba(255, 255, 255, 0.05);
   }
   
   2. Neon Cyberpunk Theme:
   .sidebar {
       background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
       box-shadow: 2px 0 20px rgba(0, 255, 255, 0.1), inset 0 0 50px rgba(0, 255, 255, 0.05);
   }
   
   3. Warm Sunset Theme:
   .sidebar {
       background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 25%, #fecfef 75%, #ff9a9e 100%);
       box-shadow: 2px 0 20px rgba(255, 154, 158, 0.2);
   }
   
   4. Corporate Blue Theme:*/
   .sidebar[b-dx3npxw3jr] {
       background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
       box-shadow: 2px 0 20px rgba(30, 60, 114, 0.2);
   }
   
   /*5. Nature Green Theme:
   .sidebar {
       background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
       box-shadow: 2px 0 20px rgba(17, 153, 142, 0.2);
   }
*/


/* ===== TOP ROW STYLING ===== */
.top-row[b-dx3npxw3jr] {
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: flex-end;
    height: 5.5rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

.top-row:hover[b-dx3npxw3jr] {
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
}

/* Enhanced top row links */
.top-row[b-dx3npxw3jr]  a, 
.top-row[b-dx3npxw3jr]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.top-row[b-dx3npxw3jr]  a:hover, 
.top-row[b-dx3npxw3jr]  .btn-link:hover {
    text-decoration: none;
    background: rgba(0, 123, 255, 0.08);
    color: #007bff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.top-row[b-dx3npxw3jr]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #212529;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 640.98px) {
    .page[b-dx3npxw3jr] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }
    
    main[b-dx3npxw3jr] {
        padding: 0.75rem;
    }
    
    .top-row[b-dx3npxw3jr] {
        justify-content: space-between;
        height: 5.5rem;
        padding: 0 1rem;
    }

    .top-row[b-dx3npxw3jr]  a, 
    .top-row[b-dx3npxw3jr]  .btn-link {
        margin-left: 0;
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 641px) {
    .page[b-dx3npxw3jr] {
        flex-direction: row;
    }

    .sidebar[b-dx3npxw3jr] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    main[b-dx3npxw3jr] {
        padding: 2rem;
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        margin: 1rem 1rem 1rem 0;
        border-radius: 12px;
        box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.05),
            0 1px 8px rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .top-row[b-dx3npxw3jr] {
        position: sticky;
        top: 0;
        z-index: 100;
        margin: 1rem 1rem 0 0;
        border-radius: 12px 12px 0 0;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .top-row.auth[b-dx3npxw3jr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dx3npxw3jr], 
    article[b-dx3npxw3jr] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/* ===== LARGE SCREEN ENHANCEMENTS ===== */
@media (min-width: 1200px) {
    main[b-dx3npxw3jr] {
        padding: 2.5rem;
    }
    
    .sidebar[b-dx3npxw3jr] {
        width: 320px;
    }
    
    .top-row[b-dx3npxw3jr], 
    article[b-dx3npxw3jr] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}

/* ===== ERROR UI STYLING ===== */
#blazor-error-ui[b-dx3npxw3jr] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(255, 107, 107, 0.3);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    font-weight: 500;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#blazor-error-ui .dismiss[b-dx3npxw3jr] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 18px;
    font-weight: bold;
}

#blazor-error-ui .dismiss:hover[b-dx3npxw3jr] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1);
}

/* ===== SCROLL BEHAVIOR ===== */
html[b-dx3npxw3jr] {
    scroll-behavior: smooth;
}

/* Custom scrollbar for webkit browsers */
[b-dx3npxw3jr]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-dx3npxw3jr]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

[b-dx3npxw3jr]::-webkit-scrollbar-thumb {
    background: rgba(0, 123, 255, 0.3);
    border-radius: 3px;
    transition: background 0.2s ease;
}

[b-dx3npxw3jr]::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 123, 255, 0.5);
}

/* ===== ANIMATION UTILITIES ===== */
@keyframes fadeIn-b-dx3npxw3jr {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInFromLeft-b-dx3npxw3jr {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Apply animations to main content */
main[b-dx3npxw3jr] {
    animation: fadeIn-b-dx3npxw3jr 0.5s ease-out;
}

.sidebar[b-dx3npxw3jr] {
    animation: slideInFromLeft-b-dx3npxw3jr 0.3s ease-out;
}

/* ===== FOCUS AND ACCESSIBILITY ===== */
.top-row[b-dx3npxw3jr]  a:focus,
.top-row[b-dx3npxw3jr]  .btn-link:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *[b-dx3npxw3jr],
    [b-dx3npxw3jr]::before,
    [b-dx3npxw3jr]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== GLASS MORPHISM EFFECTS ===== */
@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
    .top-row[b-dx3npxw3jr] {
        background: rgba(255, 255, 255, 0.85);
    }
    
    @media (min-width: 641px) {
        main[b-dx3npxw3jr] {
            background: rgba(255, 255, 255, 0.7);
        }
    }
}

/* Fallback for browsers that don't support backdrop-filter */
@supports not ((backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px))) {
    .top-row[b-dx3npxw3jr] {
        background: #ffffff;
    }
    
    @media (min-width: 641px) {
        main[b-dx3npxw3jr] {
            background: #ffffff;
        }
    }
}
/* _content/SumoMonkey.Ocr/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9yfo4igc08] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-9yfo4igc08] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9yfo4igc08] {
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9yfo4igc08] {
    font-size: 1.1rem;
}

/* Mobile logo styling - 50% of window width */
@media (max-width: 640px) {
    .navbar-brand img[b-9yfo4igc08] {
        width: 30vw !important;
        height: auto !important;
        max-width: 50vw;
    }
}

.bi[b-9yfo4igc08] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-9yfo4igc08] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9yfo4igc08] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9yfo4igc08] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9yfo4igc08]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9yfo4igc08]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9yfo4igc08]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9yfo4igc08] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9yfo4igc08] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9yfo4igc08] {
        display: none;
    }

    .nav-scrollable[b-9yfo4igc08] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/SumoMonkey.Ocr/Components/Pages/About.razor.rz.scp.css */
/* About Section Styling */
.about-section[b-ez1s8kp7od] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 120px 0 60px;
    font-family: 'Montserrat', sans-serif;
}

.about-content[b-ez1s8kp7od] {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-title[b-ez1s8kp7od] {
    color: #333;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
}

.lead[b-ez1s8kp7od] {
    font-size: 1.25rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 2.5rem;
}

.about-content h2[b-ez1s8kp7od] {
    color: #495057;
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-content p[b-ez1s8kp7od] {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1.1rem;
}

.feature-list[b-ez1s8kp7od] {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.8;
}

.feature-list li[b-ez1s8kp7od] {
    margin-bottom: 0.5rem;
}

/* Mobile Responsiveness */
@media (max-width: 767.98px) {
    .about-section[b-ez1s8kp7od] {
        padding: 100px 0 40px;
    }
    
    .about-content[b-ez1s8kp7od] {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .about-title[b-ez1s8kp7od] {
        font-size: 2.25rem;
    }
    
    .lead[b-ez1s8kp7od] {
        font-size: 1.1rem;
    }
}
/* _content/SumoMonkey.Ocr/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard specific styles */
.dashboard-card[b-55bhy0j5zp] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.dashboard-card:hover[b-55bhy0j5zp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.dashboard-stat-icon[b-55bhy0j5zp] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Fix cursor for dropdown items with @onclick */
.dropdown-item[b-55bhy0j5zp] {
    cursor: pointer !important;
}

.dropdown-item:hover[b-55bhy0j5zp] {
    cursor: pointer !important;
}

.chart-container[b-55bhy0j5zp] {
    position: relative;
    height: 300px;
    width: 100%;
}

.chart-container canvas[b-55bhy0j5zp] {
    max-height: 100%;
}

.chart-container-small[b-55bhy0j5zp] {
    position: relative;
    height: 200px;
    width: 100%;
}

.dashboard-metric-small[b-55bhy0j5zp] {
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.dashboard-metric-small:hover[b-55bhy0j5zp] {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-color: #ced4da;
}

.progress-thin[b-55bhy0j5zp] {
    height: 6px;
    border-radius: 3px;
}

.status-indicator[b-55bhy0j5zp] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
}

.status-completed[b-55bhy0j5zp] { background-color: #198754; }
.status-failed[b-55bhy0j5zp] { background-color: #dc3545; }
.status-pending[b-55bhy0j5zp] { background-color: #ffc107; }
.status-processing[b-55bhy0j5zp] { background-color: #0dcaf0; }

.dashboard-summary-card[b-55bhy0j5zp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    overflow: hidden;
}

.dashboard-summary-card .card-body[b-55bhy0j5zp] {
    position: relative;
    z-index: 2;
}

.dashboard-summary-card[b-55bhy0j5zp]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.text-gradient[b-55bhy0j5zp] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 768px) {
    .chart-container[b-55bhy0j5zp] {
        height: 250px;
    }
    
    .chart-container-small[b-55bhy0j5zp] {
        height: 180px;
    }
    
    .dashboard-card .card-body[b-55bhy0j5zp] {
        padding: 1rem;
    }
    
    .dashboard-stat-icon[b-55bhy0j5zp] {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .chart-container[b-55bhy0j5zp] {
        height: 200px;
    }
    
    .dashboard-card[b-55bhy0j5zp] {
        margin-bottom: 1rem;
    }
}
/* _content/SumoMonkey.Ocr/Components/Pages/Home.razor.rz.scp.css */
/* Hero Section - Full viewport height with background */
.hero-section[b-vgcz6jek2y] {
    min-height: 100vh;
    background: url('/images/hero-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-top: 76px; /* Account for fixed navbar height */
    color: white;
    font-family: 'Montserrat', sans-serif;
}

/* Remove the overlay */
.hero-section .container[b-vgcz6jek2y] {
    position: relative;
    z-index: 2;
}

/* Hero Title Styling */
.hero-title[b-vgcz6jek2y] {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    line-height: 1.04em;
    font-weight: 400;
    color: #ddd;
}

/* Hero Description Styling */
.hero-description[b-vgcz6jek2y] {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    line-height: 1.6em;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
    color: #ccc;
}

/* Button Styling to match login button */
.btn-primary.btn-lg[b-vgcz6jek2y] {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 6px;
    background-color: #007bff;
    border-color: #007bff;
    transition: all 0.3s ease;
}

.btn-primary.btn-lg:hover[b-vgcz6jek2y] {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 767.98px) {
    .hero-title[b-vgcz6jek2y] {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .hero-description[b-vgcz6jek2y] {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .hero-section .container > .row > .col-md-12:first-child[b-vgcz6jek2y] {
        margin-bottom: 2rem;
    }
    
    .btn-primary.btn-lg[b-vgcz6jek2y] {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .hero-title[b-vgcz6jek2y] {
        font-size: 2rem;
    }
    
    .hero-description[b-vgcz6jek2y] {
        font-size: 1rem;
    }
    
    .hero-section[b-vgcz6jek2y] {
        padding-top: 70px;
    }
}
