@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.10v83wk5fb.bundle.scp.css';

/* _content/AlexSupport/Components/Layout/AuthLayout.razor.rz.scp.css */
:root[b-v8qageoodo] {
    --primary-color: #4361ee;
    --secondary-color: #3a0ca3;
    --accent-color: #4895ef;
    --dark-color: #1b263b;
    --text-color: #2b2d42;
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
    --white: #ffffff;
    --success-color: #4cc9f0;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.16);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

*[b-v8qageoodo] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body[b-v8qageoodo] {
    color: var(--text-color);
    line-height: 1.7;
    background-color: var(--light-gray);
    overflow-x: hidden;
}

.container[b-v8qageoodo] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Header Styles */
header[b-v8qageoodo] {
    background-color: var(--white);
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
}

.header-container[b-v8qageoodo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: px 0;
    position: relative;
}

.logo[b-v8qageoodo] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-img[b-v8qageoodo] {
    height: 96px;
    width: 96px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.logo:hover .logo-img[b-v8qageoodo] {
    transform: rotate(15deg) scale(1.1);
}

.logo-text[b-v8qageoodo] {
    display: flex;
    flex-direction: column;
}

.logo h1[b-v8qageoodo] {
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.logo span[b-v8qageoodo] {
    font-size: 0.8rem;
    color: var(--accent-color);
    font-weight: 500;
}

/* Navigation */
nav ul[b-v8qageoodo] {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 8px;
}

    nav ul li a[b-v8qageoodo] {
        text-decoration: none;
        color: var(--text-color);
        font-weight: 500;
        padding: 10px 16px;
        border-radius: 8px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        overflow: hidden;
    }

        nav ul li a[b-v8qageoodo]::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: var(--gradient);
            transition: width 0.3s ease;
        }

        nav ul li a:hover[b-v8qageoodo] {
            color: var(--primary-color);
        }

            nav ul li a:hover[b-v8qageoodo]::before {
                width: 100%;
            }

.auth-buttons[b-v8qageoodo] {
    display: flex;
    gap: 12px;
    margin-left: 20px;
}


.main-content[b-v8qageoodo] {
    padding: 100px 0;
    position: relative;
}

    .auth-buttons .btn[b-v8qageoodo] {
        padding: 10px 22px;
        border-radius: 8px;
        font-weight: 600;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .auth-buttons .sign-in[b-v8qageoodo] {
        background: var(--gradient);
        color: white;
        box-shadow: 0 4px 14px rgba(67, 97, 238, 0.3);
    }

        .auth-buttons .sign-in:hover[b-v8qageoodo] {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
        }

    .auth-buttons .sign-out[b-v8qageoodo] {
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        background: transparent;
    }

        .auth-buttons .sign-out:hover[b-v8qageoodo] {
            background: rgba(67, 97, 238, 0.1);
            transform: translateY(-2px);
        }

/* Mobile Menu */
.mobile-menu-btn[b-v8qageoodo] {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--text-color);
    z-index: 1001;
    transition: transform 0.3s ease;
}

    .mobile-menu-btn.active[b-v8qageoodo] {
        transform: rotate(90deg);
    }


/* Footer */
footer[b-v8qageoodo] {
    background-color: var(--dark-color);
    color: var(--white);
    padding: 80px 0 30px;
    position: relative;
}

.footer-wave[b-v8qageoodo] {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%23f8f9fa" opacity=".25"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%23f8f9fa" opacity=".5"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23f8f9fa"/></svg>');
    background-size: cover;
}

.footer-content[b-v8qageoodo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-column h3[b-v8qageoodo] {
    margin-bottom: 25px;
    font-size: 1.3rem;
    position: relative;
    padding-bottom: 10px;
}

    .footer-column h3[b-v8qageoodo]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--gradient);
    }

.footer-column ul[b-v8qageoodo] {
    list-style: none;
}

    .footer-column ul li[b-v8qageoodo] {
        margin-bottom: 12px;
    }

        .footer-column ul li a[b-v8qageoodo] {
            color: #adb5bd;
            text-decoration: none;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .footer-column ul li a:hover[b-v8qageoodo] {
                color: var(--white);
                transform: translateX(5px);
            }

.footer-column p[b-v8qageoodo] {
    color: #adb5bd;
    margin-bottom: 20px;
}

.footer-social[b-v8qageoodo] {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

    .footer-social a[b-v8qageoodo] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        transition: all 0.3s ease;
    }

        .footer-social a:hover[b-v8qageoodo] {
            background: var(--gradient);
            transform: translateY(-3px);
        }

.copyright[b-v8qageoodo] {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #adb5bd;
    font-size: 0.9rem;
}

/* Responsive Styles */
@@media (max-width: 1024px) {
    .hero h2[b-v8qageoodo] {
        font-size: 2.8rem;
    }

    .features[b-v8qageoodo] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@@media (max-width: 768px) {
    .header-container[b-v8qageoodo] {
        flex-direction: row;
    }

    nav[b-v8qageoodo] {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background-color: var(--white);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 80px 30px 30px;
    }

        nav.active[b-v8qageoodo] {
            right: 0;
        }

        nav ul[b-v8qageoodo] {
            flex-direction: column;
            gap: 15px;
        }

            nav ul li a[b-v8qageoodo] {
                padding: 12px 0;
            }

    .auth-buttons[b-v8qageoodo] {
        flex-direction: column;
        margin-left: 0;
        gap: 15px;
        margin-top: 20px;
    }

    .mobile-menu-btn[b-v8qageoodo] {
        display: block;
    }

    .hero[b-v8qageoodo] {
        padding: 100px 0 60px;
    }

        .hero h2[b-v8qageoodo] {
            font-size: 2.2rem;
        }

        .hero p[b-v8qageoodo] {
            font-size: 1.1rem;
        }

    .hero-buttons[b-v8qageoodo] {
        flex-direction: column;
        gap: 15px;
    }

    .btn[b-v8qageoodo] {
        width: 100%;
        justify-content: center;
    }

    .section-header h2[b-v8qageoodo] {
        font-size: 2rem;
    }

    .email-search[b-v8qageoodo] {
        padding: 40px 20px;
    }

    .email-search-form[b-v8qageoodo] {
        flex-direction: column;
    }

        .email-search-form input[b-v8qageoodo] {
            border-radius: 8px 8px 0 0;
        }

        .email-search-form button[b-v8qageoodo] {
            border-radius: 0 0 8px 8px;
            padding: 16px;
            justify-content: center;
        }

    .auth-form-container[b-v8qageoodo] {
        padding: 40px 25px;
    }
}

@@media (max-width: 480px) {
    .logo h1[b-v8qageoodo] {
        font-size: 1.5rem;
    }

    .hero h2[b-v8qageoodo] {
        font-size: 1.8rem;
    }

    .features[b-v8qageoodo] {
        grid-template-columns: 1fr;
    }

    .section-header h2[b-v8qageoodo] {
        font-size: 1.8rem;
    }

    .stats-grid[b-v8qageoodo] {
        grid-template-columns: 1fr;
    }

    .footer-content[b-v8qageoodo] {
        grid-template-columns: 1fr;
    }
}

/* Animations */
@@keyframes fadeInUp {
    from[b-v8qageoodo] {
        opacity: 0;
        transform: translateY(20px);
    }

    to[b-v8qageoodo] {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fadeInUp[b-v8qageoodo] {
    animation: fadeInUp 0.6s ease forwards;
}

.delay-100[b-v8qageoodo] {
    animation-delay: 0.1s;
}

.delay-200[b-v8qageoodo] {
    animation-delay: 0.2s;
}

.delay-300[b-v8qageoodo] {
    animation-delay: 0.3s;
}

.delay-400[b-v8qageoodo] {
    animation-delay: 0.4s;
}

.delay-500[b-v8qageoodo] {
    animation-delay: 0.5s;
}

/* Particle Animation */
.particles[b-v8qageoodo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.particle[b-v8qageoodo] {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: particle-animation linear infinite;
}

@@keyframes particle-animation {
    0%[b-v8qageoodo] {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100%[b-v8qageoodo] {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }
}
/* _content/AlexSupport/Components/Layout/MainLayout.razor.rz.scp.css */
*[b-jzaxhreenm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-jzaxhreenm] {
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    position: relative;
    overflow-x: hidden;
}

/* Sidebar Styles */
#sidebar[b-jzaxhreenm] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 280px;
    background: linear-gradient(90deg, #0a2e52 0%, #1a4b8c 100%);
    color: white;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    z-index: 1000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

    #sidebar.close[b-jzaxhreenm] {
        width: 80px; /* fixed collapsed width */
        max-width: 80px;
        overflow-x: hidden;
    }

    #sidebar ul[b-jzaxhreenm] {
        list-style: none;
        padding: 0;
        margin: 0;
        flex-grow: 1;
    }

    #sidebar li[b-jzaxhreenm] {
        position: relative;
        margin: 2px 5px;
        border-radius: 12px;
        overflow: hidden;
    }

        #sidebar li a[b-jzaxhreenm] {
            display: flex;
            align-items: center;
            padding: 14px 20px;
            color: #e0e0e0;
            text-decoration: none;
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            border-radius: 12px;
        }

            #sidebar li a:hover[b-jzaxhreenm] {
                background: linear-gradient(90deg, rgba(52, 152, 219, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
                color: #ffffff;
                border-left: 4px solid #3498db;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            }

            #sidebar li a i[b-jzaxhreenm] {
                min-width: 30px;
                text-align: center;
                font-size: 20px;
                margin-right: 18px;
                transition: all 0.3s ease;
            }

            #sidebar li a span[b-jzaxhreenm] {
                opacity: 1;
                transition: opacity 0.3s ease, transform 0.3s ease;
                font-weight: 500;
                font-size: 16px;
            }

    #sidebar.close li a span[b-jzaxhreenm] {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-10px);
    }

    /* Logo Section */
    #sidebar .logo[b-jzaxhreenm] {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        position: relative;
        justify-content: space-between;
    }

        #sidebar .logo img[b-jzaxhreenm] {
            transition: all 0.3s ease;
            border-radius: 0;
            padding: 0;
            background: none;
            width: 64px;
            height: 64px;
            object-fit: contain;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        #sidebar .logo span[b-jzaxhreenm] {
            transition: opacity 0.3s ease, transform 0.3s ease;
            font-size: 24px;
            font-weight: 700;
            margin-left: 10px;
            background: linear-gradient(45deg, #fff, #64b5f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            flex: 1;
        }

    #sidebar.close .logo span[b-jzaxhreenm] {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-10px);
    }
    #sidebar.close .logo button[b-jzaxhreenm]{
display:none    }
/* Toggle Button */
#toggle-btn[b-jzaxhreenm] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    margin-left: auto;
}

    #toggle-btn:hover[b-jzaxhreenm] {
        background: rgba(255, 255, 255, 0.25);
        transform: rotate(15deg);
    }

    #toggle-btn.rotate i[b-jzaxhreenm] {
        transform: rotate(180deg);
    }

/* Dropdown Button */
.dropdown-btn[b-jzaxhreenm] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    border: none;
    color: #e0e0e0;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    border-radius: 12px;
}

    .dropdown-btn:hover[b-jzaxhreenm] {
        background: linear-gradient(90deg, rgba(52, 152, 219, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
        color: #ffffff;
        border-left: 4px solid #3498db;
    }

    .dropdown-btn i:first-child[b-jzaxhreenm] {
        min-width: 30px;
        text-align: center;
        font-size: 20px;
        margin-right: 18px;
    }

    .dropdown-btn span[b-jzaxhreenm] {
        flex: 1;
        opacity: 1;
        transition: opacity 0.3s ease, transform 0.3s ease;
        font-weight: 500;
        font-size: 16px;
    }

#sidebar.close .dropdown-btn span[b-jzaxhreenm] {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
}

.dropdown-btn .fa-chevron-down[b-jzaxhreenm] {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: auto;
    font-size: 14px;
}

.dropdown-btn.rotate .fa-chevron-down[b-jzaxhreenm] {
    transform: rotate(180deg);
}

/* Sub Menu */
.sub-menu[b-jzaxhreenm] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

    .sub-menu.show[b-jzaxhreenm] {
        max-height: 500px;
    }

    .sub-menu div[b-jzaxhreenm] {
        padding: 8px 0;
    }

    .sub-menu li[b-jzaxhreenm] {
        margin: 3px 10px;
    }

        .sub-menu li a[b-jzaxhreenm] {
            padding-left: 20px !important;
            font-size: 15px;
        }

            .sub-menu li a i[b-jzaxhreenm] {
                font-size: 15px;
            }

/* Active States */
.active[b-jzaxhreenm] {
    background: linear-gradient(90deg, rgba(41, 128, 185, 0.3) 0%, rgba(0, 0, 0, 0) 100%) !important;
    color: #ffffff !important;
    border-left: 4px solid #3498db !important;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2) !important;
}

.active-parent[b-jzaxhreenm] {
    background: linear-gradient(90deg, rgba(41, 128, 185, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    color: #ffffff;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.15);
}

.sub-menu .active[b-jzaxhreenm] {
    background: linear-gradient(90deg, rgba(41, 128, 185, 0.2) 0%, rgba(0, 0, 0, 0) 100%) !important;
    border-left: 4px solid #64b5f6 !important;
    box-shadow: 0 2px 10px rgba(100, 181, 246, 0.15) !important;
}

/* Main Content */
main[b-jzaxhreenm] {
    flex: 1;
    margin-left: 280px;
    padding: 30px;
    transition: margin-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    min-height: 100vh;
}

#sidebar.close ~ main[b-jzaxhreenm] {
    margin-left: 50px;
}

/* Notification Bell */
.notification-bell[b-jzaxhreenm] {
    position: fixed;
    top: 25px;
    right: 30px;
    background: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 900;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .notification-bell:hover[b-jzaxhreenm] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .notification-bell i[b-jzaxhreenm] {
        color: #2c3e50;
        font-size: 20px;
    }

    .notification-bell[b-jzaxhreenm]::after {
        content: '3';
        position: absolute;
        top: -5px;
        right: -5px;
        width: 22px;
        height: 22px;
        background: #e74c3c;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }

/* Mobile Styles */
@media (max-width: 992px) {
    #sidebar[b-jzaxhreenm], #sidebar.close[b-jzaxhreenm] {
        width: 100%;
        max-width: 320px;
        transform: translateX(-100%);
    }

        #sidebar.close[b-jzaxhreenm] {
            transform: translateX(0);
            max-width: 320px;
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
        }

           #sidebar.close .logo button[b-jzaxhreenm] {
            display: inline
        }
            #sidebar.close li a span[b-jzaxhreenm] {
                opacity: 1;
            }

            #sidebar.close .logo span[b-jzaxhreenm] {
                opacity: 1;
            }

            #sidebar.close .dropdown-btn span[b-jzaxhreenm] {
                opacity: 1;
            }

    main[b-jzaxhreenm] {
        margin-left: 0 !important;
        padding: 25px 20px;
        padding-top: 80px;
    }

    /* Mobile menu toggle button */
    .mobile-toggle[b-jzaxhreenm] {
        position: fixed;
        top: 20px;
        left: 20px;
        background: linear-gradient(135deg, #2c3e50, #1a2530);
        border: none;
        border-radius: 12px;
        width: 50px;
        height: 50px;
        color: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

        .mobile-toggle:hover[b-jzaxhreenm] {
            transform: scale(1.05);
        }

    /* Overlay when sidebar is open on mobile */
    .sidebar-overlay[b-jzaxhreenm] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    #sidebar.close ~ .sidebar-overlay[b-jzaxhreenm] {
        opacity: 1;
        visibility: visible;
    }

    /* Adjust notification bell for mobile */
    .notification-bell[b-jzaxhreenm] {
        top: 22px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* For very small screens */
@media (max-width: 480px) {
    #sidebar[b-jzaxhreenm], #sidebar.close[b-jzaxhreenm] {
        width: 100%;
        max-width: 320px;
    }

        #sidebar.close .logo button[b-jzaxhreenm] {
            display: inline
        }
    main[b-jzaxhreenm] {
        padding: 20px 15px;
        padding-top: 70px;
    }

    .mobile-toggle[b-jzaxhreenm] {
        top: 15px;
        left: 15px;
        width: 45px;
        height: 45px;
    }

    .notification-bell[b-jzaxhreenm] {
        top: 17px;
        right: 15px;
        width: 40px;
        height: 40px;
    }

        .notification-bell[b-jzaxhreenm]::after {
            width: 18px;
            height: 18px;
            font-size: 10px;
        }
}

/* Logo hover effect */
.logo:hover img[b-jzaxhreenm] {
    transform: scale(1.05);
}

/* Content styling */
.content-card[b-jzaxhreenm] {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

    .content-card h2[b-jzaxhreenm] {
        color: #2c3e50;
        margin-bottom: 20px;
        font-weight: 600;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 15px;
    }

    .content-card p[b-jzaxhreenm] {
        color: #546e7a;
        line-height: 1.6;
        margin-bottom: 15px;
    }

/* Scrollbar styling */
#sidebar[b-jzaxhreenm]::-webkit-scrollbar {
    width: 6px;
}

#sidebar[b-jzaxhreenm]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

    #sidebar[b-jzaxhreenm]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.3);
    }

/* Blazor Error UI */
#blazor-error-ui[b-jzaxhreenm] {
    background: #ffebee;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #c62828;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-jzaxhreenm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #c62828;
    }

/* Floating Toggle Button (visible when sidebar is closed) */
.floating-toggle[b-jzaxhreenm] {
    position: fixed;
    top: 10px;
    left:85px;
    background: linear-gradient(135deg, #2c3e50, #1a2530);
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

    .floating-toggle.visible[b-jzaxhreenm] {
        opacity: 1;
        visibility: visible;
    }

    .floating-toggle:hover[b-jzaxhreenm] {
        transform: scale(1.05);
    }

/* Show floating toggle when sidebar is closed on desktop */
@media (min-width: 993px) {
    #sidebar.close ~ .floating-toggle[b-jzaxhreenm] {
        opacity: 1;
        visibility: visible;
    }
}

/* Hide floating toggle on mobile */
@media (max-width: 992px) {
    .floating-toggle[b-jzaxhreenm] {
        display: none;
    }
}
/* _content/AlexSupport/Components/Pages/About.razor.rz.scp.css */
/* Base Styles */
:root[b-xe9jbpvgzi] {
    --primary-color: #4a6bff;
    --secondary-color: #6c757d;
    --dark-color: #343a40;
    --light-color: #f8f9fa;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --white: #ffffff;
    --black: #000000;
    --font-primary: 'Poppins', sans-serif;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

*[b-xe9jbpvgzi] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-xe9jbpvgzi] {
    font-family: var(--font-primary);
    color: var(--dark-color);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

a[b-xe9jbpvgzi] {
    text-decoration: none;
    color: inherit;
}

ul[b-xe9jbpvgzi] {
    list-style: none;
}

img[b-xe9jbpvgzi] {
    max-width: 100%;
    height: auto;
}

.container[b-xe9jbpvgzi] {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn[b-xe9jbpvgzi] {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: var(--transition);
    cursor: pointer;
    text-align: center;
}

.btn-primary[b-xe9jbpvgzi] {
    background-color: var(--primary-color);
    color: var(--white);
    border: 2px solid var(--primary-color);
}

    .btn-primary:hover[b-xe9jbpvgzi] {
        background-color: transparent;
        color: var(--primary-color);
    }

.btn-login[b-xe9jbpvgzi] {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    margin-left: 15px;
}

    .btn-login:hover[b-xe9jbpvgzi] {
        background-color: var(--primary-color);
        color: var(--white);
    }

/* Header Styles */
.header[b-xe9jbpvgzi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
}

.navbar[b-xe9jbpvgzi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo[b-xe9jbpvgzi] {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

    .logo i[b-xe9jbpvgzi] {
        margin-right: 10px;
        font-size: 1.8rem;
    }

.nav-links[b-xe9jbpvgzi] {
    display: flex;
    align-items: center;
}

    .nav-links li[b-xe9jbpvgzi] {
        margin-left: 30px;
    }

    .nav-links a[b-xe9jbpvgzi] {
        font-weight: 500;
        transition: var(--transition);
        position: relative;
    }

        .nav-links a:hover[b-xe9jbpvgzi] {
            color: var(--primary-color);
        }

        .nav-links a.active[b-xe9jbpvgzi] {
            color: var(--primary-color);
        }

            .nav-links a.active[b-xe9jbpvgzi]::after {
                content: '';
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: var(--primary-color);
            }

.hamburger[b-xe9jbpvgzi] {
    display: none;
    cursor: pointer;
}

    .hamburger .line[b-xe9jbpvgzi] {
        width: 25px;
        height: 3px;
        background-color: var(--dark-color);
        margin: 5px;
        transition: var(--transition);
    }

/* Hero Section */
.hero-about[b-xe9jbpvgzi] {
    height: 60vh;
    background: linear-gradient(135deg, var(--primary-color), #6a11cb);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 70px;
}

.hero-content[b-xe9jbpvgzi] {
    z-index: 1;
}

.animated-title[b-xe9jbpvgzi] {
    font-size: 3.5rem;
    margin-bottom: 15px;
    animation: fadeInDown-b-xe9jbpvgzi 1s ease;
}

.animated-subtitle[b-xe9jbpvgzi] {
    font-size: 1.5rem;
    opacity: 0.9;
    animation: fadeInUp-b-xe9jbpvgzi 1s ease 0.3s both;
}

.hero-wave[b-xe9jbpvgzi] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .hero-wave svg[b-xe9jbpvgzi] {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 100px;
    }

    .hero-wave .shape-fill[b-xe9jbpvgzi] {
        fill: var(--white);
    }

/* About Section */
.about-section[b-xe9jbpvgzi] {
    padding: 80px 0;
}

.about-grid[b-xe9jbpvgzi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.about-card[b-xe9jbpvgzi] {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

    .about-card.animate[b-xe9jbpvgzi] {
        opacity: 1;
        transform: translateY(0);
    }

    .about-card:hover[b-xe9jbpvgzi] {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.card-icon[b-xe9jbpvgzi] {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: rgba(74, 107, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-color);
}

.about-card h3[b-xe9jbpvgzi] {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.about-content[b-xe9jbpvgzi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.about-text[b-xe9jbpvgzi] {
    flex: 1;
    min-width: 300px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.8s ease;
}

    .about-text.animate[b-xe9jbpvgzi] {
        opacity: 1;
        transform: translateX(0);
    }

    .about-text h2[b-xe9jbpvgzi] {
        font-size: 2.2rem;
        margin-bottom: 20px;
        color: var(--primary-color);
    }

    .about-text p[b-xe9jbpvgzi] {
        margin-bottom: 20px;
    }

.about-image[b-xe9jbpvgzi] {
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.8s ease;
}

    .about-image.animate[b-xe9jbpvgzi] {
        opacity: 1;
        transform: translateX(0);
    }

    .about-image img[b-xe9jbpvgzi] {
        width: 100%;
        height: auto;
        display: block;
        transition: var(--transition);
    }

    .about-image:hover img[b-xe9jbpvgzi] {
        transform: scale(1.05);
    }

/* Stats Section */
.stats-section[b-xe9jbpvgzi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 60px 0;
    text-align: center;
}

.stat-item[b-xe9jbpvgzi] {
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.stat-number[b-xe9jbpvgzi] {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.stat-label[b-xe9jbpvgzi] {
    font-size: 1.1rem;
    color: var(--secondary-color);
}

/* Team Section */
.team-section[b-xe9jbpvgzi] {
    margin-top: 80px;
}

.section-title[b-xe9jbpvgzi] {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--primary-color);
    position: relative;
}

    .section-title[b-xe9jbpvgzi]::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background-color: var(--primary-color);
    }

.team-grid[b-xe9jbpvgzi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.team-member[b-xe9jbpvgzi] {
    background: var(--white);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    opacity: 0;
    transform: translateY(20px);
}

    .team-member.animate[b-xe9jbpvgzi] {
        opacity: 1;
        transform: translateY(0);
    }

    .team-member:hover[b-xe9jbpvgzi] {
        transform: translateY(-10px);
    }

.member-image[b-xe9jbpvgzi] {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid rgba(74, 107, 255, 0.1);
}

    .member-image img[b-xe9jbpvgzi] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.social-links[b-xe9jbpvgzi] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(74, 107, 255, 0.8);
    padding: 10px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.team-member:hover .social-links[b-xe9jbpvgzi] {
    opacity: 1;
}

.social-links a[b-xe9jbpvgzi] {
    color: var(--white);
    margin: 0 10px;
    font-size: 1.2rem;
}

.team-member h3[b-xe9jbpvgzi] {
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.team-member p[b-xe9jbpvgzi] {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

/* Footer */
.footer[b-xe9jbpvgzi] {
    background-color: var(--dark-color);
    color: var(--white);
    padding: 60px 0 0;
}

.footer-content[b-xe9jbpvgzi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.footer-section[b-xe9jbpvgzi] {
    padding: 0 15px;
}

    .footer-section h3[b-xe9jbpvgzi] {
        font-size: 1.3rem;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }

        .footer-section h3[b-xe9jbpvgzi]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background-color: var(--primary-color);
        }

    .footer-section ul li[b-xe9jbpvgzi] {
        margin-bottom: 10px;
    }

        .footer-section ul li i[b-xe9jbpvgzi] {
            margin-right: 10px;
            color: var(--primary-color);
        }

.social-icons[b-xe9jbpvgzi] {
    display: flex;
    margin-top: 20px;
}

    .social-icons a[b-xe9jbpvgzi] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        transition: var(--transition);
    }

        .social-icons a:hover[b-xe9jbpvgzi] {
            background-color: var(--primary-color);
            color: var(--white);
        }

.footer-bottom[b-xe9jbpvgzi] {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Animations */
@keyframes fadeInDown-b-xe9jbpvgzi {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-xe9jbpvgzi {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-about[b-xe9jbpvgzi] {
        height: 50vh;
    }

    .animated-title[b-xe9jbpvgzi] {
        font-size: 2.8rem;
    }

    .animated-subtitle[b-xe9jbpvgzi] {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .hamburger[b-xe9jbpvgzi] {
        display: block;
    }

    .nav-links[b-xe9jbpvgzi] {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        z-index: 999;
    }

        .nav-links.active[b-xe9jbpvgzi] {
            left: 0;
        }

        .nav-links li[b-xe9jbpvgzi] {
            margin: 15px 0;
        }

        .nav-links a[b-xe9jbpvgzi] {
            font-size: 1.2rem;
        }

    .btn-login[b-xe9jbpvgzi] {
        margin-left: 0;
        margin-top: 15px;
    }

    .hero-about[b-xe9jbpvgzi] {
        height: 40vh;
        margin-top: 60px;
    }

    .animated-title[b-xe9jbpvgzi] {
        font-size: 2.2rem;
    }

    .animated-subtitle[b-xe9jbpvgzi] {
        font-size: 1.1rem;
    }

    .about-content[b-xe9jbpvgzi] {
        flex-direction: column;
    }

    .about-text[b-xe9jbpvgzi], .about-image[b-xe9jbpvgzi] {
        min-width: 100%;
    }

    .stats-section[b-xe9jbpvgzi] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hero-about[b-xe9jbpvgzi] {
        height: 35vh;
    }

    .animated-title[b-xe9jbpvgzi] {
        font-size: 1.8rem;
    }

    .about-grid[b-xe9jbpvgzi] {
        grid-template-columns: 1fr;
    }

    .stats-section[b-xe9jbpvgzi] {
        grid-template-columns: 1fr;
    }

    .team-grid[b-xe9jbpvgzi] {
        grid-template-columns: 1fr;
    }
}
/* _content/AlexSupport/Components/Pages/Authentication/ForgetPasswordComponent.razor.rz.scp.css */
/* _content/AlexSupport/Components/Pages/Authentication/LoginComponent.razor.rz.scp.css */
/* _content/AlexSupport/Components/Pages/Authentication/SignUpComponent.razor.rz.scp.css */
/* _content/AlexSupport/Components/Pages/DashboardComponent/DashboardComponent.razor.rz.scp.css */
/* Dashboard Container */
.dashboard-container[b-1ktaniekj6] {
    font-family: 'Roboto', sans-serif;
    padding: 20px;
    min-height: 100vh;
}

/* Header */
.dashboard-header[b-1ktaniekj6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

    .dashboard-header h1[b-1ktaniekj6] {
        color: #2c3e50;
        margin: 0;
        font-size: 28px;
    }

.user-info[b-1ktaniekj6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-name[b-1ktaniekj6] {
    font-weight: 500;
    color: #2c3e50;
}

.user-icon[b-1ktaniekj6] {
    font-size: 32px;
    color: #4361ee;
}

/* Summary Cards */
.summary-cards[b-1ktaniekj6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.summary-card[b-1ktaniekj6] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .summary-card:hover[b-1ktaniekj6] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .summary-card.total[b-1ktaniekj6] {
        border-left: 5px solid #4361ee;
    }

    .summary-card.open[b-1ktaniekj6] {
        border-left: 5px solid #f8961e;
    }

    .summary-card.closed[b-1ktaniekj6] {
        border-left: 5px solid #4cc9f0;
    }

    .summary-card.assigned[b-1ktaniekj6] {
        border-left: 5px solid #7209b7;
    }

    .summary-card.escalated[b-1ktaniekj6] {
        border-left: 5px solid #f72585;
    }

.card-content[b-1ktaniekj6] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-icon[b-1ktaniekj6] {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.summary-card.total .card-icon[b-1ktaniekj6] {
    background-color: #4361ee20;
    color: #4361ee;
}

.summary-card.open .card-icon[b-1ktaniekj6] {
    background-color: #f8961e20;
    color: #f8961e;
}

.summary-card.closed .card-icon[b-1ktaniekj6] {
    background-color: #4cc9f020;
    color: #4cc9f0;
}

.summary-card.assigned .card-icon[b-1ktaniekj6] {
    background-color: #7209b720;
    color: #7209b7;
}

.summary-card.escalated .card-icon[b-1ktaniekj6] {
    background-color: #f7258520;
    color: #f72585;
}

.card-text h3[b-1ktaniekj6] {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #7f8c8d;
}

.card-text p[b-1ktaniekj6] {
    margin: 5px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

/* Dashboard Content */
.dashboard-content[b-1ktaniekj6] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

@media (max-width: 992px) {
    .dashboard-content[b-1ktaniekj6] {
        grid-template-columns: 1fr;
    }
}

/* Recent Activity - Responsive Styles */
.recent-activity[b-1ktaniekj6] {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.section-header[b-1ktaniekj6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

    .section-header h2[b-1ktaniekj6] {
        margin: 0;
        font-size: 20px;
        color: #2c3e50;
    }

.activity-table[b-1ktaniekj6] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table[b-1ktaniekj6] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* Minimum width before scrolling kicks in */
}

    .table th[b-1ktaniekj6] {
        text-align: left;
        padding: 12px 15px;
        background-color: #f8f9fa;
        color: #7f8c8d;
        font-weight: 500;
        border-bottom: 2px solid #e0e0e0;
        white-space: nowrap;
    }

    .table td[b-1ktaniekj6] {
        padding: 12px 15px;
        border-bottom: 1px solid #e0e0e0;
        color: #2c3e50;
        word-wrap: break-word;
    }

    .table tr[b-1ktaniekj6] {
        transition: background-color 0.2s ease;
    }

        .table tr:hover[b-1ktaniekj6] {
            background-color: #f8f9fa;
            cursor: pointer;
        }

    /* Responsive table cells */
    .table td[b-1ktaniekj6]:before {
        display: none; /* Hide pseudo-elements by default */
    }

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .recent-activity[b-1ktaniekj6] {
        padding: 15px;
        border-radius: 8px;
    }

    .section-header[b-1ktaniekj6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .section-header h2[b-1ktaniekj6] {
            font-size: 18px;
        }

    .btn[b-1ktaniekj6] {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .recent-activity[b-1ktaniekj6] {
        padding: 12px;
        margin: 10px;
    }

    .table[b-1ktaniekj6] {
        min-width: 100%;
    }

        .table th[b-1ktaniekj6],
        .table td[b-1ktaniekj6] {
            padding: 10px 8px;
            font-size: 14px;
        }

    .status-badge[b-1ktaniekj6],
    .priority-badge[b-1ktaniekj6] {
        padding: 4px 8px;
        font-size: 11px;
    }
}

/* Stacked cards view for very small screens */
@media screen and (max-width: 640px) {
    .activity-table[b-1ktaniekj6] {
        overflow-x: visible;
    }

    .table[b-1ktaniekj6] {
        display: block;
        min-width: 100%;
    }

        .table thead[b-1ktaniekj6] {
            display: none; /* Hide headers on very small screens */
        }

        .table tbody[b-1ktaniekj6] {
            display: block;
        }

        .table tr[b-1ktaniekj6] {
            display: block;
            margin-bottom: 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            padding: 15px;
            border: 1px solid #e0e0e0;
        }

        .table td[b-1ktaniekj6] {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            text-align: right;
            position: relative;
            padding-left: 50%;
        }

            .table td:last-child[b-1ktaniekj6] {
                border-bottom: none;
            }

            .table td[b-1ktaniekj6]:before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: 600;
                color: #7f8c8d;
                display: block;
            }

        /* Remove hover effect on cards */
        .table tr:hover[b-1ktaniekj6] {
            background-color: white;
        }
}

/* High-resolution devices */
@media screen and (min-width: 1200px) {
    .recent-activity[b-1ktaniekj6] {
        padding: 25px;
    }

    .table th[b-1ktaniekj6],
    .table td[b-1ktaniekj6] {
        padding: 15px 20px;
    }
}

/* Print styles */
@media print {
    .recent-activity[b-1ktaniekj6] {
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .btn[b-1ktaniekj6] {
        display: none;
    }

    .table[b-1ktaniekj6] {
        min-width: 100%;
    }
}

.status-badge[b-1ktaniekj6], .priority-badge[b-1ktaniekj6] {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

    .status-badge.open[b-1ktaniekj6] {
        background-color: #f8961e20;
        color: #f8961e;
    }

    .status-badge.assigned[b-1ktaniekj6] {
        background-color: #4cc9f020;
        color: #4cc9f0;
    }

    .status-badge.escalated[b-1ktaniekj6] {
        background-color: #4ade8020;
        color: #4ade80;
    }

    .status-badge.closed[b-1ktaniekj6] {
        background-color: #94a3b820;
        color: #64748b;
    }

    .priority-badge.low[b-1ktaniekj6] {
        background-color: #4ade8020;
        color: #4ade80;
    }

    .priority-badge.medium[b-1ktaniekj6] {
        background-color: #facc1520;
        color: #facc15;
    }

    .priority-badge.high[b-1ktaniekj6] {
        background-color: #f9731620;
        color: #f97316;
    }

    .priority-badge.urgent[b-1ktaniekj6] {
        background-color: #ef444420;
        color: #ef4444;
    }

/* Quick Actions */
.action-buttons[b-1ktaniekj6] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.action-btn[b-1ktaniekj6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    text-align: left;
    width: 100%;
    transition: all 0.3s ease;
}

    .action-btn i[b-1ktaniekj6] {
        font-size: 20px;
    }

    .action-btn.open-tickets[b-1ktaniekj6] {
        background-color: #f8961e20;
        color: #f8961e;
    }

        .action-btn.open-tickets:hover[b-1ktaniekj6] {
            background-color: #f8961e30;
        }
    .action-btn.daily-tickets[b-1ktaniekj6] {
        background-color: #c2ed92;
        color: rgb(80 119 37);
    }

        .action-btn.daily-tickets:hover[b-1ktaniekj6] {
            background-color: #a3eb52;
        }
    .action-btn.closed-tickets[b-1ktaniekj6] {
        background-color: #e76161;
        color: #552525;
    }

        .action-btn.closed-tickets:hover[b-1ktaniekj6] {
            background-color: #f92d2d;
        }

    .action-btn.assigned-tickets[b-1ktaniekj6] {
        background-color: #7209b720;
        color: #7209b7;
    }

        .action-btn.assigned-tickets:hover[b-1ktaniekj6] {
            background-color: #7209b730;
        }

    .action-btn.create-ticket[b-1ktaniekj6] {
        background-color: #4361ee20;
        color: #4361ee;
    }

        .action-btn.create-ticket:hover[b-1ktaniekj6] {
            background-color: #4361ee30;
        }

/* Modal Styles */
.modal-overlay[b-1ktaniekj6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-container[b-1ktaniekj6] {
    background-color: white;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-header[b-1ktaniekj6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

    .modal-header h3[b-1ktaniekj6] {
        margin: 0;
        color: #2c3e50;
    }

.close-btn[b-1ktaniekj6] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #7f8c8d;
    transition: color 0.3s ease;
}

    .close-btn:hover[b-1ktaniekj6] {
        color: #2c3e50;
    }

.modal-body[b-1ktaniekj6] {
    padding: 20px;
}

.form-group[b-1ktaniekj6] {
    margin-bottom: 20px;
}

    .form-group label[b-1ktaniekj6] {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        color: #2c3e50;
    }

.form-control[b-1ktaniekj6] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

    .form-control:focus[b-1ktaniekj6] {
        outline: none;
        border-color: #4361ee;
    }

.form-actions[b-1ktaniekj6] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}

.btn-secondary[b-1ktaniekj6] {
    background-color: #e0e0e0;
    color: #2c3e50;
}

    .btn-secondary:hover[b-1ktaniekj6] {
        background-color: #d0d0d0;
    }

.btn-primary[b-1ktaniekj6] {
    background-color: #4361ee;
    color: white;
}

    .btn-primary:hover[b-1ktaniekj6] {
        background-color: #3a56d4;
    }

/* Validation */
.validation-message[b-1ktaniekj6] {
    color: #f72585;
    font-size: 14px;
    margin-top: 5px;
}

.charts-grid[b-1ktaniekj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
    grid-column: 1 / -1;
}

.chart-card[b-1ktaniekj6] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .chart-card:hover[b-1ktaniekj6] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.chart-card-header[b-1ktaniekj6] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

    .chart-card-header h3[b-1ktaniekj6] {
        margin: 0;
        font-size: 1.1rem;
        color: #333;
        font-weight: 600;
    }

.chart-card-body[b-1ktaniekj6] {
    padding: 1rem;
}

.chart-container[b-1ktaniekj6] {
    position: relative;
    width: 100%;
    min-height: 250px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .charts-grid[b-1ktaniekj6] {
        grid-template-columns: 1fr;
    }

    .chart-container[b-1ktaniekj6] {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .chart-card-header h3[b-1ktaniekj6] {
        font-size: 1rem;
    }

    .chart-container[b-1ktaniekj6] {
        min-height: 180px;
    }
}
/* Charts Grid Layout */
.charts-grid[b-1ktaniekj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
    grid-column: 1 / -1;
}

.chart-card[b-1ktaniekj6] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .chart-card:hover[b-1ktaniekj6] {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

.chart-card-header[b-1ktaniekj6] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    flex-shrink: 0;
}

    .chart-card-header h3[b-1ktaniekj6] {
        margin: 0;
        font-size: 1.1rem;
        color: #333;
        font-weight: 600;
    }

.chart-card-body[b-1ktaniekj6] {
    padding: 1rem;
    flex-grow: 1;
    position: relative;
}

.chart-container[b-1ktaniekj6] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

/* Special container for pie chart */
.pie-chart-container[b-1ktaniekj6] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .charts-grid[b-1ktaniekj6] {
        grid-template-columns: 1fr;
    }

    .chart-container[b-1ktaniekj6] {
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .chart-card-header h3[b-1ktaniekj6] {
        font-size: 1rem;
    }

    .chart-container[b-1ktaniekj6] {
        min-height: 180px;
    }
}
.metrics-card[b-1ktaniekj6] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

    .metrics-card .card[b-1ktaniekj6] {
        border: none;
    }

    .metrics-card .card-header[b-1ktaniekj6] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0.75rem 1rem;
    }

    .metrics-card .card-title[b-1ktaniekj6] {
        font-size: 1rem;
        font-weight: 600;
    }

.metrics-container[b-1ktaniekj6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.metric-item[b-1ktaniekj6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background: #f8f9fa;
    transition: all 0.2s;
}

    .metric-item:hover[b-1ktaniekj6] {
        background: #e9ecef;
        transform: translateY(-2px);
    }

.metric-icon[b-1ktaniekj6] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.bg-primary-light[b-1ktaniekj6] {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.bg-success-light[b-1ktaniekj6] {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.bg-warning-light[b-1ktaniekj6] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.bg-info-light[b-1ktaniekj6] {
    background: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.metric-value[b-1ktaniekj6] {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
}

.metric-label[b-1ktaniekj6] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .metrics-container[b-1ktaniekj6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .metrics-container[b-1ktaniekj6] {
        grid-template-columns: 1fr;
    }

    .metric-item[b-1ktaniekj6] {
        padding: 0.5rem;
    }
}
.locations-card[b-1ktaniekj6] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
}

    .locations-card .card[b-1ktaniekj6] {
        border: none;
    }

    .locations-card .card-header[b-1ktaniekj6] {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0.75rem 1rem;
    }

    .locations-card .card-title[b-1ktaniekj6] {
        font-size: 1rem;
        font-weight: 600;
    }

    .locations-card .table[b-1ktaniekj6] {
        margin-bottom: 0;
    }

        .locations-card .table th[b-1ktaniekj6] {
            font-weight: 500;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #6c757d;
            white-space: nowrap;
        }

        .locations-card .table td[b-1ktaniekj6] {
            vertical-align: middle;
            padding: 0.75rem;
        }

    .locations-card .progress[b-1ktaniekj6] {
        background-color: #e9ecef;
    }

/* Responsive adjustments */
@@media (max-width: 768px) {
    .locations-card[b-1ktaniekj6] {
        margin-bottom: 1rem;
        border-radius: 0;
    }

        .locations-card .card-header[b-1ktaniekj6] {
            padding: 0.5rem;
        }

        .locations-card .card-title[b-1ktaniekj6] {
            font-size: 0.9rem;
        }

        .locations-card .table td[b-1ktaniekj6],
        .locations-card .table th[b-1ktaniekj6] {
            padding: 0.5rem;
            font-size: 0.8rem;
        }
}

@@media (max-width: 576px) {
    .locations-card .table-responsive[b-1ktaniekj6] {
        border: 0;
    }

    .locations-card .table th:nth-child(3)[b-1ktaniekj6],
    .locations-card .table td:nth-child(3)[b-1ktaniekj6] {
        display: none;
    }
}

.bg-danger[b-1ktaniekj6] {
    background-color: #dc3545 !important;
}

.bg-warning[b-1ktaniekj6] {
    background-color: #ffc107 !important;
}

.bg-success[b-1ktaniekj6] {
    background-color: #28a745 !important;
}

/* Gradient color option (alternative) */
.progress-bar-gradient[b-1ktaniekj6] {
    background: linear-gradient(90deg, #dc3545 0%, #ffc107 50%, #28a745 100%);
}

/* Rest of your existing styles... */
.locations-card[b-1ktaniekj6] {
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden;
}
/* Add these to your existing CSS */

/* Card entrance animations */
.summary-card[b-1ktaniekj6] {
    animation: fadeInUp-b-1ktaniekj6 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

    .summary-card.total[b-1ktaniekj6] {
        animation-delay: 0.1s;
    }

    .summary-card.open[b-1ktaniekj6] {
        animation-delay: 0.2s;
    }

    .summary-card.closed[b-1ktaniekj6] {
        animation-delay: 0.3s;
    }

    .summary-card.assigned[b-1ktaniekj6] {
        animation-delay: 0.4s;
    }

    .summary-card.escalated[b-1ktaniekj6] {
        animation-delay: 0.5s;
    }

/* Hover animations for cards */
.card[b-1ktaniekj6], .summary-card[b-1ktaniekj6], .chart-card[b-1ktaniekj6], .metrics-card[b-1ktaniekj6] {
    transition: all 0.3s ease;
}

    .card:hover[b-1ktaniekj6], .summary-card:hover[b-1ktaniekj6], .chart-card:hover[b-1ktaniekj6], .metrics-card:hover[b-1ktaniekj6] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

/* Button animations */
.action-btn[b-1ktaniekj6] {
    transition: all 0.3s ease;
    transform: scale(1);
}

    .action-btn:hover[b-1ktaniekj6] {
        transform: scale(1.05);
    }

/* Table row animation */
.table-hover tbody tr[b-1ktaniekj6] {
    transition: all 0.2s ease;
}

    .table-hover tbody tr:hover[b-1ktaniekj6] {
        background-color: rgba(0,0,0,0.02);
        transform: translateX(5px);
    }

/* Progress bar animation */
.progress-bar[b-1ktaniekj6] {
    transition: width 1.5s ease-in-out;
}

/* Keyframes */
@keyframes fadeInUp-b-1ktaniekj6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Chart cards animation */
.chart-card[b-1ktaniekj6] {
    animation: fadeIn-b-1ktaniekj6 0.8s ease-out forwards;
    opacity: 0;
}

    .chart-card:nth-child(1)[b-1ktaniekj6] {
        animation-delay: 0.6s;
    }

    .chart-card:nth-child(2)[b-1ktaniekj6] {
        animation-delay: 0.7s;
    }

@keyframes fadeIn-b-1ktaniekj6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Metrics card animation */
.metrics-card[b-1ktaniekj6] {
    animation: slideInRight-b-1ktaniekj6 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(20px);
}

@keyframes slideInRight-b-1ktaniekj6 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Locations card animation */
.locations-card[b-1ktaniekj6] {
    animation: slideInLeft-b-1ktaniekj6 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(-20px);
}

@keyframes slideInLeft-b-1ktaniekj6 {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* _content/AlexSupport/Components/Pages/LocationComponents/LocationComponent.razor.rz.scp.css */
body[b-rohp2mrd4q] {
}
/* _content/AlexSupport/Components/Pages/Profile/AllSystemUsersComponent.razor.rz.scp.css */
.users-page[b-xmbqlk5b9z] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}



.user-filters[b-xmbqlk5b9z] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.search-box[b-xmbqlk5b9z] {
    position: relative;
}

    .search-box i[b-xmbqlk5b9z] {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
    }

    .search-box input[b-xmbqlk5b9z] {
        padding-left: 40px;
        height: 46px;
    }

.filter-controls[b-xmbqlk5b9z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .filter-controls label[b-xmbqlk5b9z] {
        margin-bottom: 0;
        font-weight: 500;
    }

.user-cards[b-xmbqlk5b9z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.user-card[b-xmbqlk5b9z] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .user-card:hover[b-xmbqlk5b9z] {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .user-card.inactive[b-xmbqlk5b9z] {
        opacity: 0.8;
        background-color: #f8f9fa;
    }

.status-badge[b-xmbqlk5b9z] {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}

    .status-badge.active[b-xmbqlk5b9z] {
        background-color: #28a745;
        color: white;
    }

    .status-badge.inactive[b-xmbqlk5b9z] {
        background-color: #dc3545;
        color: white;
    }

.user-info[b-xmbqlk5b9z] {
    padding: 1.5rem;
    flex-grow: 1;
}

    .user-info h5[b-xmbqlk5b9z] {
        margin-bottom: 0.5rem;
        color: #2c3e50;
        font-weight: 600;
    }

.user-login[b-xmbqlk5b9z] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.user-meta div[b-xmbqlk5b9z] {
    margin-bottom: 0.5rem;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.user-meta i[b-xmbqlk5b9z] {
    width: 20px;
    color: #6e8efb;
}

.user-actions[b-xmbqlk5b9z] {
    padding: 1rem;
    border-top: 1px solid #eee;
    display: flex;
    gap: 0.75rem;
    background-color: #f8f9fa;
}

.loading-container[b-xmbqlk5b9z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 1rem;
}

.no-users[b-xmbqlk5b9z] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .no-users i[b-xmbqlk5b9z] {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #dee2e6;
    }

.pagination-controls[b-xmbqlk5b9z] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .page-header[b-xmbqlk5b9z] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-controls[b-xmbqlk5b9z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .user-cards[b-xmbqlk5b9z] {
        grid-template-columns: 1fr;
    }

    .pagination-controls[b-xmbqlk5b9z] {
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* _content/AlexSupport/Components/Pages/Profile/EditUserInfoComponent.razor.rz.scp.css */

.edit-profile-page[b-p3hgw3rwoa] {
    padding: 2rem 1rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.edit-profile-container[b-p3hgw3rwoa] {
    max-width: 1200px;
    margin: 0 auto;
}

.edit-profile-header[b-p3hgw3rwoa] {
    text-align: center;
    margin-bottom: 2rem;
}

    .edit-profile-header h2[b-p3hgw3rwoa] {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

.edit-profile-card[b-p3hgw3rwoa] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

/* Profile Photo Section */
.profile-photo-section[b-p3hgw3rwoa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.photo-preview-container[b-p3hgw3rwoa] {
    position: relative;
    flex-shrink: 0;
}

.photo-preview[b-p3hgw3rwoa] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 6px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .photo-preview:hover[b-p3hgw3rwoa] {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

.profile-image[b-p3hgw3rwoa] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initials-circle[b-p3hgw3rwoa] {
    font-size: 3.5rem;
    font-weight: 600;
    color: #5e72e4;
    text-transform: uppercase;
}

.photo-overlay[b-p3hgw3rwoa] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-preview:hover .photo-overlay[b-p3hgw3rwoa] {
    opacity: 1;
}

.photo-upload-actions[b-p3hgw3rwoa] {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-upload[b-p3hgw3rwoa] {
    background-color: #5e72e4;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

    .btn-upload:hover[b-p3hgw3rwoa] {
        background-color: #4a5acf;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(94, 114, 228, 0.3);
    }

.btn-remove[b-p3hgw3rwoa] {
    background-color: transparent;
    color: #f5365c;
    border: 1px solid #f5365c;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

    .btn-remove:hover[b-p3hgw3rwoa] {
        background-color: rgba(245, 54, 92, 0.1);
    }

.upload-constraints[b-p3hgw3rwoa] {
    margin-top: 0.5rem;
}

.upload-error-message[b-p3hgw3rwoa] {
    color: #f5365c;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

/* Divider */
.divider[b-p3hgw3rwoa] {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.divider-line[b-p3hgw3rwoa] {
    flex: 1;
    height: 1px;
    background-color: #e9ecef;
}

.divider-text[b-p3hgw3rwoa] {
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
}

/* Form Sections */
.form-sections[b-p3hgw3rwoa] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section-title[b-p3hgw3rwoa] {
    color: #5e72e4;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.form-grid[b-p3hgw3rwoa] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

/* Form Groups */
.form-group[b-p3hgw3rwoa] {
    margin-bottom: 1.5rem;
    position: relative;
}

    .form-group.floating label[b-p3hgw3rwoa] {
        position: absolute;
        top: 0.75rem;
        left: 1rem;
        color: #6c757d;
        transition: all 0.2s ease;
        pointer-events: none;
        background-color: white;
        padding: 0 0.25rem;
        transform-origin: left top;
    }

    .form-group.floating.disabled label[b-p3hgw3rwoa] {
        background-color: #f8f9fa;
    }

.form-control:focus + label[b-p3hgw3rwoa],
.form-control:not(:placeholder-shown) + label[b-p3hgw3rwoa] {
    transform: translateY(-1.25rem) scale(0.85);
    color: #5e72e4;
}

.form-control[b-p3hgw3rwoa] {
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: calc(2.7rem + 2px);

}

    .form-control:focus[b-p3hgw3rwoa] {
        border-color: #5e72e4;
        box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
    }

    .form-control[b-p3hgw3rwoa]::placeholder {
        color: transparent;
    }

    .form-control:disabled[b-p3hgw3rwoa] {
        background-color: #f8f9fa;
        cursor: not-allowed;
    }

.form-select[b-p3hgw3rwoa] {
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: calc(2.5rem + 2px);
}

    .form-select:focus[b-p3hgw3rwoa] {
        border-color: #5e72e4;
        box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
    }

.form-note[b-p3hgw3rwoa] {
    color: #6c757d;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

/* Validation */
.validation-summary[b-p3hgw3rwoa] {
    background-color: #fff3f3;
    border-left: 4px solid #f5365c;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.validation-message[b-p3hgw3rwoa] {
    color: #f5365c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Form Actions */
.form-actions[b-p3hgw3rwoa] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.btn-cancel[b-p3hgw3rwoa] {
    background-color: white;
    color: #6c757d;
    border: 1px solid #e9ecef;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-cancel:hover[b-p3hgw3rwoa] {
        background-color: #f8f9fa;
        border-color: #dee2e6;
    }

.btn-save[b-p3hgw3rwoa] {
    background-color: #5e72e4;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-save:hover:not(:disabled)[b-p3hgw3rwoa] {
        background-color: #4a5acf;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(94, 114, 228, 0.3);
    }

    .btn-save:disabled[b-p3hgw3rwoa] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .edit-profile-card[b-p3hgw3rwoa] {
        padding: 2rem;
    }

    .profile-photo-section[b-p3hgw3rwoa] {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .edit-profile-card[b-p3hgw3rwoa] {
        padding: 1.5rem;
    }

    .profile-photo-section[b-p3hgw3rwoa] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .photo-upload-actions[b-p3hgw3rwoa] {
        align-items: center;
    }

    .btn-upload[b-p3hgw3rwoa],
    .btn-remove[b-p3hgw3rwoa] {
        width: 100%;
        justify-content: center;
    }

    .form-actions[b-p3hgw3rwoa] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .edit-profile-page[b-p3hgw3rwoa] {
        padding: 1rem 0.5rem;
    }

    .edit-profile-card[b-p3hgw3rwoa] {
        padding: 1.25rem;
    }

    .form-actions[b-p3hgw3rwoa] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .btn-cancel[b-p3hgw3rwoa],
    .btn-save[b-p3hgw3rwoa] {
        width: 100%;
    }
}
/* Updated Form Control Heights */
.form-control[b-p3hgw3rwoa], .form-select[b-p3hgw3rwoa] {
    min-height: 50px; /* Increased from previous */
    padding: 1rem 1rem;
    font-size: 1rem;
}

/* Floating Label Adjustments */
.form-group.floating label[b-p3hgw3rwoa] {
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
}

.form-control:focus + label[b-p3hgw3rwoa],
.form-control:not(:placeholder-shown) + label[b-p3hgw3rwoa] {
    transform: translateY(-1.5rem) scale(0.85);
}

/* File Upload Fixes */
.btn-upload[b-p3hgw3rwoa] {
    position: relative;
    overflow: hidden;
}

.visually-hidden[b-p3hgw3rwoa] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.file-name[b-p3hgw3rwoa] {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: white;
}

/* Department Select Fix */
.form-select[b-p3hgw3rwoa] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

/* Button Height Consistency */
.btn[b-p3hgw3rwoa] {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Photo Upload Section Fixes */
.photo-upload-actions[b-p3hgw3rwoa] {
    min-width: 280px;
}

/* Disabled Field Styling */
.form-control:disabled[b-p3hgw3rwoa], .form-select:disabled[b-p3hgw3rwoa] {
    background-color: #f8f9fa;
    opacity: 1; /* Fix for Safari */
}

/* Validation Message Positioning */
.validation-message[b-p3hgw3rwoa] {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-control[b-p3hgw3rwoa], .form-select[b-p3hgw3rwoa] {
        min-height: 45px;
    }

    .btn[b-p3hgw3rwoa] {
        min-height: 45px;
    }
}

/* _content/AlexSupport/Components/Pages/Profile/EditUsersInfo.razor.rz.scp.css */

.edit-profile-page[b-b339aoel5l] {
    padding: 2rem 1rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

.edit-profile-container[b-b339aoel5l] {
    max-width: 1200px;
    margin: 0 auto;
}

.edit-profile-header[b-b339aoel5l] {
    text-align: center;
    margin-bottom: 2rem;
}

    .edit-profile-header h2[b-b339aoel5l] {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

.edit-profile-card[b-b339aoel5l] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

/* Profile Photo Section */
.profile-photo-section[b-b339aoel5l] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.photo-preview-container[b-b339aoel5l] {
    position: relative;
    flex-shrink: 0;
}

.photo-preview[b-b339aoel5l] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 6px solid #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .photo-preview:hover[b-b339aoel5l] {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

.profile-image[b-b339aoel5l] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.initials-circle[b-b339aoel5l] {
    font-size: 3.5rem;
    font-weight: 600;
    color: #5e72e4;
    text-transform: uppercase;
}

.photo-overlay[b-b339aoel5l] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.photo-preview:hover .photo-overlay[b-b339aoel5l] {
    opacity: 1;
}

.photo-upload-actions[b-b339aoel5l] {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-upload[b-b339aoel5l] {
    background-color: #5e72e4;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

    .btn-upload:hover[b-b339aoel5l] {
        background-color: #4a5acf;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(94, 114, 228, 0.3);
    }

.btn-remove[b-b339aoel5l] {
    background-color: transparent;
    color: #f5365c;
    border: 1px solid #f5365c;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

    .btn-remove:hover[b-b339aoel5l] {
        background-color: rgba(245, 54, 92, 0.1);
    }

.upload-constraints[b-b339aoel5l] {
    margin-top: 0.5rem;
}

.upload-error-message[b-b339aoel5l] {
    color: #f5365c;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

/* Divider */
.divider[b-b339aoel5l] {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.divider-line[b-b339aoel5l] {
    flex: 1;
    height: 1px;
    background-color: #e9ecef;
}

.divider-text[b-b339aoel5l] {
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
}

/* Form Sections */
.form-sections[b-b339aoel5l] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.section-title[b-b339aoel5l] {
    color: #5e72e4;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.form-grid[b-b339aoel5l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

/* Form Groups */
.form-group[b-b339aoel5l] {
    margin-bottom: 1.5rem;
    position: relative;
}

    .form-group.floating label[b-b339aoel5l] {
        position: absolute;
        top: 0.75rem;
        left: 1rem;
        color: #6c757d;
        transition: all 0.2s ease;
        pointer-events: none;
        background-color: white;
        padding: 0 0.25rem;
        transform-origin: left top;
    }

    .form-group.floating.disabled label[b-b339aoel5l] {
        background-color: #f8f9fa;
    }

.form-control:focus + label[b-b339aoel5l],
.form-control:not(:placeholder-shown) + label[b-b339aoel5l] {
    transform: translateY(-1.25rem) scale(0.85);
    color: #5e72e4;
}

.form-control[b-b339aoel5l] {
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: calc(2.7rem + 2px);

}

    .form-control:focus[b-b339aoel5l] {
        border-color: #5e72e4;
        box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
    }

    .form-control[b-b339aoel5l]::placeholder {
        color: transparent;
    }

    .form-control:disabled[b-b339aoel5l] {
        background-color: #f8f9fa;
        cursor: not-allowed;
    }

.form-select[b-b339aoel5l] {
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: calc(2.5rem + 2px);
}

    .form-select:focus[b-b339aoel5l] {
        border-color: #5e72e4;
        box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
    }

.form-note[b-b339aoel5l] {
    color: #6c757d;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

/* Validation */
.validation-summary[b-b339aoel5l] {
    background-color: #fff3f3;
    border-left: 4px solid #f5365c;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.validation-message[b-b339aoel5l] {
    color: #f5365c;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

/* Form Actions */
.form-actions[b-b339aoel5l] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.btn-cancel[b-b339aoel5l] {
    background-color: white;
    color: #6c757d;
    border: 1px solid #e9ecef;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-cancel:hover[b-b339aoel5l] {
        background-color: #f8f9fa;
        border-color: #dee2e6;
    }

.btn-save[b-b339aoel5l] {
    background-color: #5e72e4;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-save:hover:not(:disabled)[b-b339aoel5l] {
        background-color: #4a5acf;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(94, 114, 228, 0.3);
    }

    .btn-save:disabled[b-b339aoel5l] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Responsive Adjustments */
@media (max-width: 992px) {
    .edit-profile-card[b-b339aoel5l] {
        padding: 2rem;
    }

    .profile-photo-section[b-b339aoel5l] {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .edit-profile-card[b-b339aoel5l] {
        padding: 1.5rem;
    }

    .profile-photo-section[b-b339aoel5l] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .photo-upload-actions[b-b339aoel5l] {
        align-items: center;
    }

    .btn-upload[b-b339aoel5l],
    .btn-remove[b-b339aoel5l] {
        width: 100%;
        justify-content: center;
    }

    .form-actions[b-b339aoel5l] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .edit-profile-page[b-b339aoel5l] {
        padding: 1rem 0.5rem;
    }

    .edit-profile-card[b-b339aoel5l] {
        padding: 1.25rem;
    }

    .form-actions[b-b339aoel5l] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .btn-cancel[b-b339aoel5l],
    .btn-save[b-b339aoel5l] {
        width: 100%;
    }
}
/* Updated Form Control Heights */
.form-control[b-b339aoel5l], .form-select[b-b339aoel5l] {
    min-height: 50px; /* Increased from previous */
    padding: 1rem 1rem;
    font-size: 1rem;
}

/* Floating Label Adjustments */
.form-group.floating label[b-b339aoel5l] {
    top: 1rem;
    left: 1rem;
    font-size: 1rem;
}

.form-control:focus + label[b-b339aoel5l],
.form-control:not(:placeholder-shown) + label[b-b339aoel5l] {
    transform: translateY(-1.5rem) scale(0.85);
}

/* File Upload Fixes */
.btn-upload[b-b339aoel5l] {
    position: relative;
    overflow: hidden;
}

.visually-hidden[b-b339aoel5l] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.file-name[b-b339aoel5l] {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: white;
}

/* Department Select Fix */
.form-select[b-b339aoel5l] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
}

/* Button Height Consistency */
.btn[b-b339aoel5l] {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Photo Upload Section Fixes */
.photo-upload-actions[b-b339aoel5l] {
    min-width: 280px;
}

/* Disabled Field Styling */
.form-control:disabled[b-b339aoel5l], .form-select:disabled[b-b339aoel5l] {
    background-color: #f8f9fa;
    opacity: 1; /* Fix for Safari */
}

/* Validation Message Positioning */
.validation-message[b-b339aoel5l] {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-control[b-b339aoel5l], .form-select[b-b339aoel5l] {
        min-height: 45px;
    }

    .btn[b-b339aoel5l] {
        min-height: 45px;
    }
}

/* _content/AlexSupport/Components/Pages/Profile/ProfileComponent.razor.rz.scp.css */
.profile-page[b-cz35j3cmzj] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.profile-container[b-cz35j3cmzj] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.profile-header[b-cz35j3cmzj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #1a237e, #283593, #3949ab);
    color: white;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.avatar-container[b-cz35j3cmzj] {
    position: relative;
    margin-bottom: 1.5rem;
}

.avatar[b-cz35j3cmzj] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .avatar img[b-cz35j3cmzj] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .avatar .initials[b-cz35j3cmzj] {
        font-size: 2.5rem;
        font-weight: bold;
        color: #555;
    }

.edit-btn[b-cz35j3cmzj] {
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
}

.profile-info h1[b-cz35j3cmzj] {
    margin: 0.5rem 0;
    font-weight: 600;
}

.stats[b-cz35j3cmzj] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.stat-item[b-cz35j3cmzj] {
    text-align: center;
}

.stat-value[b-cz35j3cmzj] {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}

.stat-label[b-cz35j3cmzj] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.profile-details[b-cz35j3cmzj] {
    padding: 2rem;
}

.detail-section[b-cz35j3cmzj] {
    margin-bottom: 2rem;
}

    .detail-section h3[b-cz35j3cmzj] {
        margin-bottom: 1.5rem;
        color: #444;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

.detail-grid[b-cz35j3cmzj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.detail-item[b-cz35j3cmzj] {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #6e8efb;
}

.detail-label[b-cz35j3cmzj] {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.detail-value[b-cz35j3cmzj] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.loading-container[b-cz35j3cmzj] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-header[b-cz35j3cmzj] {
        padding: 1.5rem;
    }

    .avatar[b-cz35j3cmzj] {
        width: 100px;
        height: 100px;
    }

    .stats[b-cz35j3cmzj] {
        flex-direction: column;
        gap: 1rem;
    }

    .detail-grid[b-cz35j3cmzj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .profile-page[b-cz35j3cmzj] {
        padding: 1rem;
    }

    .profile-header[b-cz35j3cmzj] {
        padding: 1rem;
    }

    .profile-details[b-cz35j3cmzj] {
        padding: 1rem;
    }
}

.loading-container[b-cz35j3cmzj],
.error-container[b-cz35j3cmzj],
.no-user-container[b-cz35j3cmzj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
}

    .error-container .alert[b-cz35j3cmzj],
    .no-user-container .alert[b-cz35j3cmzj] {
        max-width: 600px;
        width: 100%;
    }

.initials[b-cz35j3cmzj] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #555;
}

/* Add to existing media queries */
@media (max-width: 768px) {
    .loading-container[b-cz35j3cmzj],
    .error-container[b-cz35j3cmzj],
    .no-user-container[b-cz35j3cmzj] {
        min-height: 200px;
    }
}

.btn-edit-gradient[b-cz35j3cmzj] {
    background: linear-gradient(135deg, #4a6cf7 0%, #2541b2 100%);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

    .btn-edit-gradient:hover[b-cz35j3cmzj] {
        background: linear-gradient(135deg, #2541b2 0%, #4a6cf7 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
/* _content/AlexSupport/Components/Pages/TicketsComponents/CreateTicketComponent.razor.rz.scp.css */
/* ===== Base Variables ===== */
/*:root {
    --primary-color: #4361ee;
    --primary-light: #eef2ff;
    --secondary-color: #3a0ca3;
    --danger-color: #f72585;
    --success-color: #4cc9f0;
    --warning-color: #f8961e;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --border-radius: 0.5rem;
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --transition: all 0.2s ease-in-out;
}*/

/* ===== Page Layout ===== */
/*.page-title {
    text-align: center;
    margin: 1.5rem 0 2.5rem;
    color: var(--dark-color);
    font-weight: 700;
    font-size: 2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

    .page-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--primary-color);
        border-radius: 2px;
    }

.ticket-form-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: 1px solid rgba(0, 0, 0, 0.05);
}*/

/* ===== Form Grid ===== */
/*.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.full-width {
    grid-column: 1 / -1;
}*/

/* ===== Form Elements ===== */
/*.form-label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--dark-color);
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 0.85rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: var(--border-radius);
    font-size: 1rem;
    transition: var(--transition);
    background-color: var(--light-color);
}

    .form-control:focus {
        border-color: var(--primary-color);
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.15);
        background-color: white;
    }*/

/* Select dropdown styling */
/*select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
}*/

/* Textarea specific styling */
/*textarea.form-control {
    min-height: 150px;
    resize: vertical;
}*/

/* ===== File Upload ===== */
/*.file-upload-container {
    position: relative;
    margin-top: 0.5rem;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    border: 2px dashed #cbd5e0;
    border-radius: var(--border-radius);
    background-color: #f8fafc;
    text-align: center;
    transition: var(--transition);
    color: #64748b;
}

    .file-upload-label:hover {
        border-color: var(--primary-color);
        background-color: rgba(67, 97, 238, 0.05);
        color: var(--primary-color);
    }

    .file-upload-label i {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 1rem;
    }

.file-size-info {
    color: #94a3b8;
    font-size: 0.875rem;
    margin-top: 0.75rem;
}

.upload-progress {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--dark-color);
}

.progress-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

    .progress-bar::after {
        content: '';
        display: block;
        height: 100%;
        width: 0;
        background-color: var(--primary-color);
        animation: progress 2s ease-in-out infinite;
    }*/

/* ===== Image Preview ===== */
/*.image-preview {
    margin-top: 1.5rem;
}

.preview-container {
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    overflow: hidden;
}

    .preview-container img {
        max-width: 100%;
        max-height: 250px;
        display: block;
        object-fit: contain;
    }

.btn-remove-image {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--danger-color);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .btn-remove-image:hover {
        background-color: #d1146a;
        transform: scale(1.1);
    }*/

/* ===== Form Actions ===== */
/*.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e2e8f0;
}

.btn {
    padding: 0.85rem 2rem;
    border-radius: var(--border-radius);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-cancel {
    background-color: #64748b;
    color: white;
}

    .btn-cancel:hover {
        background-color: #475569;
        transform: translateY(-2px);
    }

.btn-submit {
    background-color: var(--primary-color);
    color: white;
}

    .btn-submit:hover {
        background-color: var(--secondary-color);
        transform: translateY(-2px);
    }

    .btn-submit:disabled {
        background-color: #cbd5e1;
        cursor: not-allowed;
        transform: none;
    }*/

/* ===== Validation ===== */
/*.validation-summary {
    color: var(--danger-color);
    margin-bottom: 2rem;
    padding: 1.25rem;
    background-color: rgba(247, 37, 133, 0.05);
    border-radius: var(--border-radius);
    border-left: 4px solid var(--danger-color);
    font-size: 0.95rem;
}

.validation-message {
    color: var(--danger-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: block;
    font-weight: 500;
}*/

/* ===== Loading State ===== */
/*.spinner-border {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.15em;
}*/

/* ===== Animations ===== */
/*@keyframes progress {
    0% {
        width: 0;
        transform: translateX(0);
    }

    50% {
        width: 100%;
        transform: translateX(0);
    }

    100% {
        width: 0;
        transform: translateX(200%);
    }
}*/

/* ===== Responsive Adjustments ===== */
/*@media (max-width: 992px) {
    .ticket-form-container {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .ticket-form-container {
        padding: 1.5rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-actions {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .ticket-form-container {
        padding: 1.25rem;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .form-control {
        padding: 0.75rem 1rem;
    }
}*/

/* ===== Updated CSS ===== */
/*:root {
    --primary-color: #4361ee;
    --primary-light: #eef2ff;
    --secondary-color: #3a0ca3;
    --danger-color: #f72585;
    --success-color: #4cc9f0;
    --warning-color: #f8961e;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --border-radius: 0.5rem;
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --transition: all 0.2s ease-in-out;
}*/

/* Input with icon container */
/*.input-with-icon .input-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: white;
    border-radius: var(--border-radius);
    padding: 0.5rem 1rem;
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}

    .input-with-icon .input-container:focus-within {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.15);
    }

.input-with-icon .input-icon {
    font-size: 1.25rem;
    color: var(--primary-color);
    min-width: 24px;
}

.input-with-icon .input-wrapper {
    flex: 1;
}*/

/* Form label styling */
/*.input-with-icon .form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 600;
    color: #4a5568;
    font-size: 0.85rem;
}*/

/* Input field styling */
/*.input-with-icon .form-control {
    width: 100%;
    padding: 0.5rem 0;
    border: none;
    background: transparent;
    font-size: 1rem;
    color: var(--dark-color);
    outline: none;
}

.input-with-icon select.form-control {
    padding-right: 1.5rem;
    background-position: right center;
}*/

/* Placeholder styling */
/*.input-with-icon .form-control::placeholder {
    color: #a0aec0;
    opacity: 1;
}*/

/* File upload specific styling */
/*.file-upload-container {
    border-radius: var(--border-radius);
    background-color: #f8fafc;
    transition: var(--transition);
}

.file-upload-label {
    padding: 1.5rem;
    border: 2px dashed #cbd5e0;
    color: #64748b;
}

    .file-upload-label:hover {
        border-color: var(--primary-color);
        background-color: rgba(67, 97, 238, 0.05);
    }

.upload-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}*/

/* Priority-specific colors */
/*.input-with-icon .form-control option[value="Low"] {
    color: #38a169;
}

.input-with-icon .form-control option[value="Medium"] {
    color: #d69e2e;
}

.input-with-icon .form-control option[value="High"] {
    color: #dd6b20;
}

.input-with-icon .form-control option[value="Urgent"] {
    color: #e53e3e;
}*/

/* Responsive adjustments */
/*@media (max-width: 768px) {
    .input-with-icon .input-container {
        padding: 0.5rem;
    }

    .input-with-icon .input-icon {
        font-size: 1.1rem;
    }
}*/
/* _content/AlexSupport/Components/Pages/TicketsComponents/DailyTasksComponent.razor.rz.scp.css */
/* Base Styles */
:root[b-opjj8ss894] {
    --primary-color: #0d6efd;
    --secondary-color: #0b5ed7;
    --danger-color: #dc3545;
    --success-color: #198754;
    --warning-color: #ffc107;
    --dark-color: #212529;
    --gray-color: #6c757d;
    --light-color: #f8f9fa;
    --border-radius: 0.375rem;
    --box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --transition: all 0.2s ease-in-out;
}

body[b-opjj8ss894] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--dark-color);
    background-color: #f5f7fa;
}

/* Container Styles */
.container-fluid[b-opjj8ss894] {
    padding: 0 15px;
}

/* Card Styles */
.card[b-opjj8ss894] {
    border: none;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}



/* Button Styles */
.btn[b-opjj8ss894] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.btn-light[b-opjj8ss894] {
    background-color: white;
    color: var(--dark-color);
}

.btn-outline-primary[b-opjj8ss894] {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

    .btn-outline-primary:hover[b-opjj8ss894] {
        background-color: var(--primary-color);
        color: white;
    }

.btn-outline-secondary[b-opjj8ss894] {
    border-color: #6c757d;
    color: #6c757d;
}

    .btn-outline-secondary:hover[b-opjj8ss894] {
        background-color: #6c757d;
        color: white;
    }

/* Priority Badges */
.badge[b-opjj8ss894] {
    font-weight: 500;
    padding: 0.35em 0.65em;
    text-transform: capitalize;
}

.badge-priority-low[b-opjj8ss894] {
    background-color: var(--success-color);
    color: white;
}

.badge-priority-medium[b-opjj8ss894] {
    background-color: var(--primary-color);
    color: var(--light-colorhg);
}

.badge-priority-high[b-opjj8ss894] {
    background-color: #fd7e14;
    color: white;
}

.badge-priority-urgent[b-opjj8ss894] {
    background-color: var(--danger-color);
    color: white;
}

/* Task Card Styles */
.ticket-card[b-opjj8ss894] {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .ticket-card:hover[b-opjj8ss894] {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.ticket-header[b-opjj8ss894] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ticket-id[b-opjj8ss894] {
    font-size: 0.875rem;
    color: var(--gray-color);
}

.ticket-title[b-opjj8ss894] {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.ticket-description[b-opjj8ss894] {
    color: var(--gray-color);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.ticket-footer[b-opjj8ss894] {
    margin-top: auto;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.875rem;
    color: var(--gray-color);
}

/* Dropdown Menu */
.dropdown-menu[b-opjj8ss894] {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
}

.dropdown-item[b-opjj8ss894] {
    padding: 0.5rem 1rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .dropdown-item i[b-opjj8ss894] {
        width: 1.25rem;
        text-align: center;
    }

/* Empty State */
.no-tickets[b-opjj8ss894] {
    text-align: center;
    padding: 3rem;
    color: var(--gray-color);
}

    .no-tickets i[b-opjj8ss894] {
        font-size: 3rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

/* Loading Spinner */
.loading-container[b-opjj8ss894] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1050;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .card-header[b-opjj8ss894] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .input-group-lg[b-opjj8ss894] {
        max-width: 100%;
    }

    .form-select[b-opjj8ss894] {
        width: 100%;
    }

    .btn[b-opjj8ss894] {
        width: 100%;
    }
}

/* Animation */
@@keyframes fadeIn {
    from[b-opjj8ss894] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-opjj8ss894] {
        opacity: 1;
        transform: translateY(0);
    }
}

.col[b-opjj8ss894] {
    animation: fadeIn 0.3s ease-out;
}

/* Utility Classes */
.rounded-3[b-opjj8ss894] {
    border-radius: 0.75rem !important;
}

.rounded-pill[b-opjj8ss894] {
    border-radius: 50rem !important;
}

.disabled[b-opjj8ss894] {
    opacity: 0.65;
    cursor: not-allowed;
}

.z-index-1050[b-opjj8ss894] {
    z-index: 1050;
}

.transition-all[b-opjj8ss894] {
    transition: all 0.2s ease-in-out;
}

.hover-shadow:hover[b-opjj8ss894] {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px);
}
/* Dropdown Menu Styles */
.dropdown-toggle[b-opjj8ss894] {
    padding: 0.25rem 0.5rem;
    border: none;
    background: transparent;
    color: #6c757d;
}

.dropdown-toggle[b-opjj8ss894]::after {
    display: none; /* Hide default caret */
}

.dropdown-menu[b-opjj8ss894] {
    min-width: 180px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    padding: 0.5rem 0;
}

.dropdown-item[b-opjj8ss894] {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-opjj8ss894] {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.dropdown-item i[b-opjj8ss894] {
    width: 1.25rem;
    text-align: center;
    margin-right: 0.5rem;
}

.dropdown-item.text-danger:hover[b-opjj8ss894] {
    color: #dc3545 !important;
    background-color: #f8f9fa;
}

/* Three dots icon */
.bi-three-dots-vertical[b-opjj8ss894] {
    font-size: 1.25rem;
    line-height: 1;
}
/* Header Styles (Matches Categories Page) */
.bg-primary-gradient[b-opjj8ss894] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
}

.card-header[b-opjj8ss894] {
    border-bottom: none;
}

/* Search Input Styling */
.input-group-lg .form-control[b-opjj8ss894] {
    height: calc(3.5rem + 2px);
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
}

.input-group-text[b-opjj8ss894] {
    transition: all 0.3s ease;
}

.form-control:focus[b-opjj8ss894] {
    box-shadow: none;
    border-color: #dee2e6;
}

    .form-control:focus + .input-group-text[b-opjj8ss894] {
        color: #0d6efd;
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .card-header[b-opjj8ss894] {
        padding: 1.5rem 1rem;
    }

    .input-group-lg .form-control[b-opjj8ss894],
    .input-group-lg .input-group-text[b-opjj8ss894],
    .form-select-lg[b-opjj8ss894] {
        font-size: 1rem;
        padding: 0.75rem;
    }

    .btn-lg[b-opjj8ss894] {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    .d-flex.flex-md-row[b-opjj8ss894] {
        gap: 1rem !important;
    }
}

@media (max-width: 576px) {
    .card-header[b-opjj8ss894] {
        padding: 1rem 0.75rem;
    }

    .input-group-lg .form-control[b-opjj8ss894],
    .form-select-lg[b-opjj8ss894] {
        font-size: 0.9rem;
    }

    h2[b-opjj8ss894] {
        font-size: 1.5rem;
    }

    .bi[b-opjj8ss894] {
        font-size: 1.2rem;
    }
}
.bg-primary-gradient[b-opjj8ss894] {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
}

.transition-all[b-opjj8ss894] {
    transition: all 0.2s ease-in-out;
}

.hover-shadow:hover[b-opjj8ss894] {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px);
}

.z-index-1050[b-opjj8ss894] {
    z-index: 1050;
}

.rounded-3[b-opjj8ss894] {
    border-radius: 0.75rem !important;
}

.rounded-pill[b-opjj8ss894] {
    border-radius: 50rem !important;
}

.disabled[b-opjj8ss894] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Search input enhancements */
.input-group-text[b-opjj8ss894] {
    transition: all 0.3s ease;
}

.form-control:focus[b-opjj8ss894] {
    box-shadow: none;
    border-color: #dee2e6;
}

    .form-control:focus + .input-group-text[b-opjj8ss894] {
        color: #0d6efd;
    }

/* Animation for search results */
.col[b-opjj8ss894] {
    animation: fadeIn 0.3s ease-out;
}

@@keyframes fadeIn {
    from[b-opjj8ss894] {
        opacity: 0;
        transform: translateY(10px);
    }

    to[b-opjj8ss894] {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-item.active .page-link[b-opjj8ss894] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-link[b-opjj8ss894] {
    color: #0d6efd;
}
/* _content/AlexSupport/Components/Pages/TicketsComponents/TicketComponent.razor.rz.scp.css */
body[b-tlx7wbhl5t] {
}
.tickets-container[b-tlx7wbhl5t] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ticket-card[b-tlx7wbhl5t] {
    border-left: 4px solid;
    border-left-color: var(--status-border-color);
    transition: all 0.3s ease;
}

    .ticket-card:hover[b-tlx7wbhl5t] {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        transform: translateY(-2px);
    }

.badge-status-open[b-tlx7wbhl5t] {
    background-color: #0d6efd;
    --status-border-color: #0d6efd;
}

.badge-status-Assigned[b-tlx7wbhl5t] {
    background-color: green;
    --status-border-color: green;
}

.badge-status-Esclated[b-tlx7wbhl5t] {
    background-color: #a98004;
    --status-border-color: #a98004;
}.badge-status-closed[b-tlx7wbhl5t] {
    background-color: darkred;
    --status-border-color: white;
}


.btn-action-active[b-tlx7wbhl5t] {
    background-color: #198754;
    color: white;
}

.btn-action-inactive[b-tlx7wbhl5t] {
    background-color: #6c757d;
    color: white;
}

.collapse-body[b-tlx7wbhl5t] {
    transition: all 0.3s ease;
}
/* _content/AlexSupport/Components/Pages/TicketsComponents/TicketDetailsComponent.razor.rz.scp.css */
/* Ticket Details Component - Enhanced Styles */
.ticket-container[b-s9o8z0k4m3] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    --text-color: #2c3e50;
    --light-gray: #e9ecef;
    --dark-gray: #6c757d;
    --primary-color: #4a6bdf;
    --secondary-color: #6c757d;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #17a2b8;
    --card-bg: #ffffff;
    --card-border: 1px solid #e0e0e0;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --card-header-bg: #f5f7fa;
    --card-header-text: #34495e;
    --info-label-color: #4a6bdf;
    --info-value-color: #2c3e50;
}

.ticket-header[b-s9o8z0k4m3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 25px;
    background-color: var(--card-header-bg);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
}

    .ticket-header h3[b-s9o8z0k4m3] {
        margin: 0;
        color: var(--primary-color);
        font-size: 1.8rem;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 12px;
    }

.ticket-grid[b-s9o8z0k4m3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 50px;
    margin-bottom: 30px;


}

.user-info-section[b-s9o8z0k4m3],
.ticket-info-section[b-s9o8z0k4m3],
.action-section[b-s9o8z0k4m3],
.image-section[b-s9o8z0k4m3],
.chat-section[b-s9o8z0k4m3] {
    background: var(--card-bg);
    border: var(--card-border);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    padding: 25px;
    transition: all 0.3s ease;
    width: calc(100% - 10px);
}

    .user-info-section h4[b-s9o8z0k4m3],
    .ticket-info-section h4[b-s9o8z0k4m3],
    .action-section h4[b-s9o8z0k4m3],
    .image-section h4[b-s9o8z0k4m3],
    .chat-section h4[b-s9o8z0k4m3] {
        color: var(--card-header-text);
        background-color: var(--card-header-bg);
        font-weight: 600;
        font-size: 1.25rem;
        padding: 15px 20px;
        margin: -25px -25px 25px -25px;
        border-radius: 10px 10px 0 0;
        border-bottom: var(--card-border);
        display: flex;
        align-items: center;
        gap: 10px;
    }

.info-card[b-s9o8z0k4m3] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-row[b-s9o8z0k4m3] {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 15px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .info-row:last-child[b-s9o8z0k4m3] {
        border-bottom: none;
    }

.info-label[b-s9o8z0k4m3] {
    font-weight: 600;
    color: var(--info-label-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-value[b-s9o8z0k4m3] {
    word-break: break-word;
    font-weight: 500;
    color: var(--info-value-color);
}

.ticket-id-status[b-s9o8z0k4m3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.ticket-id[b-s9o8z0k4m3] {
    font-weight: 700;
    color: var(--text-color);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.badge[b-s9o8z0k4m3] {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
}

.status-open[b-s9o8z0k4m3] {
    background-color: #d4edda;
    color: #155724;
}

.status-assigned[b-s9o8z0k4m3] {
    background-color: #fff3cd;
    color: #856404;
}

.status-esclated[b-s9o8z0k4m3] {
    background-color: #fff3cd;
    color: #856404;
}

.status-closed[b-s9o8z0k4m3] {
    background-color: #f8d7da;
    color: #721c24;
}

.priority-low[b-s9o8z0k4m3] {
    background-color: #e2e3e5;
    color: #383d41;
}

.priority-medium[b-s9o8z0k4m3] {
    background-color: #cce5ff;
    color: #004085;
}

.priority-high[b-s9o8z0k4m3] {
    background-color: #ffd6cc;
    color: #cc3300;
}

.priority-urgent[b-s9o8z0k4m3] {
    background-color: #ffcccc;
    color: #ff0000;
}

.ticket-actions[b-s9o8z0k4m3] {
    display: flex;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.btn[b-s9o8z0k4m3] {
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .btn:hover[b-s9o8z0k4m3] {
        opacity: 0.9;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

.btn-primary[b-s9o8z0k4m3] {
    background-color: var(--primary-color);
    color: white;
}

.btn-secondary[b-s9o8z0k4m3] {
    background-color: var(--secondary-color);
    color: white;
}

.btn-warning[b-s9o8z0k4m3] {
    background-color: var(--warning-color);
    color: white;
}

.btn-danger[b-s9o8z0k4m3] {
    background-color: var(--danger-color);
    color: white;
}

.btn-info[b-s9o8z0k4m3] {
    background-color: var(--info-color);
    color: white;
}

.btn-outline[b-s9o8z0k4m3] {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-back[b-s9o8z0k4m3] {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-solved[b-s9o8z0k4m3] {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
    padding: 0.35rem 0.7rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-unsolved[b-s9o8z0k4m3] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 0.35rem 0.7rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.rating-display[b-s9o8z0k4m3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stars-display[b-s9o8z0k4m3] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .stars-display i[b-s9o8z0k4m3] {
        color: #ffc107;
        font-size: 1rem;
    }

.rating-text[b-s9o8z0k4m3] {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: var(--dark-gray);
    font-weight: 500;
}

.no-rating[b-s9o8z0k4m3] {
    color: var(--dark-gray);
    font-style: italic;
    font-weight: 500;
}

.animated-progress-container[b-s9o8z0k4m3] {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    height: 26px;
    margin-top: 8px;
    position: relative;
}

.animated-progress-bar[b-s9o8z0k4m3] {
    height: 100%;
    width: 0;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 26px;
    transition: width 1.5s ease-in-out;
}

.progress-text[b-s9o8z0k4m3] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 26px;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.image-section[b-s9o8z0k4m3] {
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.ticket-image[b-s9o8z0k4m3] {
    max-width: 100%;
    max-height: 350px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    border: 1px solid #eee;
    object-fit: contain;
    margin: auto;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

    .ticket-image:hover[b-s9o8z0k4m3] {
        transform: scale(1.03);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

.no-image[b-s9o8z0k4m3] {
    padding: 20px;
    text-align: center;
    color: var(--dark-gray);
    font-style: italic;
    margin: auto;
}

.chat-section[b-s9o8z0k4m3] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Responsive Grid Layout */
@media (min-width: 1200px) {
    .ticket-grid[b-s9o8z0k4m3] {
        grid-template-columns: repeat(3, 1fr);
    }

    .user-info-section[b-s9o8z0k4m3] {
        grid-row: 1;
        grid-column: 1;
    }

    .ticket-info-section[b-s9o8z0k4m3] {
        grid-row: 1;
        grid-column: 2;
    }

    .action-section[b-s9o8z0k4m3] {
        grid-row: 2;
        grid-column: 1;
    }

    .image-section[b-s9o8z0k4m3] {
        grid-row: 2;
        grid-column: 2;
    }

    .chat-section[b-s9o8z0k4m3] {
        grid-row: 1 / span 2;
        grid-column: 3;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ticket-grid[b-s9o8z0k4m3] {
        grid-template-columns: repeat(2, 1fr);
    }

    .chat-section[b-s9o8z0k4m3] {
        grid-column: 1 / span 2;
    }
}

@media (max-width: 767px) {
    .ticket-container[b-s9o8z0k4m3] {
        padding: 15px;
    }

    .ticket-grid[b-s9o8z0k4m3] {
        grid-template-columns: 1fr;
    }

    .ticket-header[b-s9o8z0k4m3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }

    .user-info-section[b-s9o8z0k4m3],
    .ticket-info-section[b-s9o8z0k4m3],
    .action-section[b-s9o8z0k4m3],
    .image-section[b-s9o8z0k4m3],
    .chat-section[b-s9o8z0k4m3] {
        width: 100%;
        padding: 20px;
    }

        .user-info-section h4[b-s9o8z0k4m3],
        .ticket-info-section h4[b-s9o8z0k4m3],
        .action-section h4[b-s9o8z0k4m3],
        .image-section h4[b-s9o8z0k4m3],
        .chat-section h4[b-s9o8z0k4m3] {
            margin: -20px -20px 20px -20px;
            padding: 12px 15px;
        }

    .info-row[b-s9o8z0k4m3] {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .ticket-actions[b-s9o8z0k4m3] {
        flex-direction: column;
    }

    .btn[b-s9o8z0k4m3] {
        width: 100%;
    }

    .chat-section[b-s9o8z0k4m3] {
        order: 5;
    }
}

/* Ticket Details Component - Enhanced Text Handling */
.ticket-container[b-s9o8z0k4m3] {
    /* ... (keep your existing container styles) ... */
}

/* Card text scaling system */
.info-card[b-s9o8z0k4m3] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    container-type: inline-size; /* Enable container queries */
}

.info-row[b-s9o8z0k4m3] {
    display: grid;
    grid-template-columns: minmax(120px, 180px) 1fr; /* Flexible label width */
    gap: 15px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    container-type: inline-size;
}

.info-label[b-s9o8z0k4m3] {
    font-weight: 600;
    color: var(--info-label-color);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(0.85rem, 1.2cqi, 1rem); /* Fluid font size */
}

.info-value[b-s9o8z0k4m3] {
    word-break: break-word;
    font-weight: 500;
    color: var(--info-value-color);
    font-size: clamp(0.9rem, 1.5cqi, 1.05rem); /* Fluid font size */
    hyphens: auto; /* Better hyphenation */
}

/* Container query-based text scaling */
@container (max-width: 400px) {
    .info-row[b-s9o8z0k4m3] {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .info-label[b-s9o8z0k4m3],
    .info-value[b-s9o8z0k4m3] {
        font-size: clamp(0.8rem, 2cqi, 0.9rem); /* Smaller text on narrow containers */
    }
}

/* Card width adjustments */
.user-info-section[b-s9o8z0k4m3],
.ticket-info-section[b-s9o8z0k4m3],
.action-section[b-s9o8z0k4m3],
.image-section[b-s9o8z0k4m3],
.chat-section[b-s9o8z0k4m3] {
    width: 100%;
    min-width: 0;
    padding: 25px;
    container-type: inline-size;
}

/* Responsive grid layout with minimum card width */
.ticket-grid[b-s9o8z0k4m3] {
    display: grid;
    gap: 25px;
    margin-bottom: 30px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
}

/* Font scaling for card titles */
.user-info-section h4[b-s9o8z0k4m3],
.ticket-info-section h4[b-s9o8z0k4m3],
.action-section h4[b-s9o8z0k4m3],
.image-section h4[b-s9o8z0k4m3],
.chat-section h4[b-s9o8z0k4m3] {
    font-size: clamp(1.1rem, 2cqi, 1.4rem); /* Fluid heading size */
}

/* Badge text scaling */
.badge[b-s9o8z0k4m3] {
    font-size: clamp(0.75rem, 1.5cqi, 0.85rem);
    padding: clamp(4px, 1cqi, 6px) clamp(8px, 2cqi, 14px);
}

/* Button text scaling */
.btn[b-s9o8z0k4m3] {
    font-size: clamp(0.85rem, 1.5cqi, 0.95rem);
    padding: clamp(8px, 1.5cqi, 10px) clamp(12px, 2cqi, 20px);
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .ticket-grid[b-s9o8z0k4m3] {
        grid-template-columns: 1fr;
    }

    .info-row[b-s9o8z0k4m3] {
        grid-template-columns: 1fr;
    }

    .info-label[b-s9o8z0k4m3],
    .info-value[b-s9o8z0k4m3] {
        font-size: 0.9rem !important; /* Fixed size on mobile */
    }
}

/* Prevent single character overflow */
.hyphenate[b-s9o8z0k4m3] {
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.access-denied-container[b-s9o8z0k4m3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 2rem;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.denied-content[b-s9o8z0k4m3] {
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    animation: fadeIn-b-s9o8z0k4m3 0.6s ease-in-out, slideUp-b-s9o8z0k4m3 0.6s ease-in-out;
}

.lock-icon[b-s9o8z0k4m3] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: #ff4757;
    animation: shake-b-s9o8z0k4m3 0.8s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

    .lock-icon svg[b-s9o8z0k4m3] {
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

h1[b-s9o8z0k4m3] {
    color: #ff4757;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

p[b-s9o8z0k4m3] {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.buttons[b-s9o8z0k4m3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

button[b-s9o8z0k4m3] {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.home-button[b-s9o8z0k4m3] {
    background-color: #576574;
    color: white;
}

    .home-button:hover[b-s9o8z0k4m3] {
        background-color: #3d4d5e;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.contact-button[b-s9o8z0k4m3] {
    background-color: #ff4757;
    color: white;
}

    .contact-button:hover[b-s9o8z0k4m3] {
        background-color: #e8413d;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.denied-footer[b-s9o8z0k4m3] {
    margin-top: 2rem;
    color: #666;
    font-size: 0.9rem;
    max-width: 600px;
    animation: fadeIn-b-s9o8z0k4m3 1s ease-in-out;
}

/* Animations */
@keyframes fadeIn-b-s9o8z0k4m3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-s9o8z0k4m3 {
    from {
        transform: translateY(20px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes shake-b-s9o8z0k4m3 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .denied-content[b-s9o8z0k4m3] {
        padding: 2rem 1.5rem;
    }

    h1[b-s9o8z0k4m3] {
        font-size: 2rem;
    }

    p[b-s9o8z0k4m3] {
        font-size: 1rem;
    }

    button[b-s9o8z0k4m3] {
        padding: 0.7rem 1.2rem;
        min-width: 160px;
    }
}

@media (max-width: 480px) {
    .buttons[b-s9o8z0k4m3] {
        flex-direction: column;
    }

    button[b-s9o8z0k4m3] {
        width: 100%;
    }
}
/* _content/AlexSupport/Components/Shared/ChatComponent.razor.rz.scp.css */
/* Chat Card Container */
.chat-card[b-okad1ybjs0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 800px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Chat Header */
.chat-header[b-okad1ybjs0] {
    background: #4a6fa5;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chat-header h3[b-okad1ybjs0] {
        margin: 0;
        font-size: 1.2rem;
    }

.connection-status[b-okad1ybjs0] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    text-transform: capitalize;
}

.status-dot[b-okad1ybjs0] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.connection-status.connected .status-dot[b-okad1ybjs0] {
    background: #4caf50;
}

.connection-status.disconnected .status-dot[b-okad1ybjs0] {
    background: #f44336;
}

.connection-status.connecting .status-dot[b-okad1ybjs0] {
    background: #ffc107;
}

/* Chat Messages Area */
.chat-messages[b-okad1ybjs0] {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f5f7fb;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.empty-chat[b-okad1ybjs0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #888;
}

    .empty-chat i[b-okad1ybjs0] {
        font-size: 3rem;
        margin-bottom: 15px;
        opacity: 0.5;
    }

/* Date Separators */
.date-separator[b-okad1ybjs0] {
    position: relative;
    text-align: center;
    margin: 20px 0;
    color: #666;
    font-size: 0.8rem;
    font-weight: 500;
}

    .date-separator[b-okad1ybjs0]::before,
    .date-separator[b-okad1ybjs0]::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30%;
        height: 1px;
        background: #ddd;
    }

    .date-separator[b-okad1ybjs0]::before {
        left: 0;
    }

    .date-separator[b-okad1ybjs0]::after {
        right: 0;
    }

    .date-separator span[b-okad1ybjs0] {
        background: #f5f7fb;
        padding: 4px 12px;
        border-radius: 20px;
        position: relative;
        z-index: 1;
    }

/* Individual Messages */
.message[b-okad1ybjs0] {
    max-width: 80%;
    width: fit-content;
}

.message-content[b-okad1ybjs0] {
    padding: 10px 15px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.message-meta[b-okad1ybjs0] {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.message-sender[b-okad1ybjs0] {
    font-weight: 600;
    color: #333;
}

.message-time[b-okad1ybjs0] {
    color: #666;
    margin-left: 10px;
}

.message-text[b-okad1ybjs0] {
    word-wrap: break-word;
    white-space: pre-wrap;
}

/* Sent vs Received Messages */
.message.sent[b-okad1ybjs0] {
    align-self: flex-end;
}

    .message.sent .message-content[b-okad1ybjs0] {
        background: #e3f2fd;
        border-bottom-right-radius: 4px;
    }

.message.received[b-okad1ybjs0] {
    align-self: flex-start;
}

    .message.received .message-content[b-okad1ybjs0] {
        background: #ffffff;
        border-bottom-left-radius: 4px;
    }

/* Image Handling */
.message-image-container[b-okad1ybjs0] {
    margin-top: 8px;
    max-width: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.message-image[b-okad1ybjs0] {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

    .message-image:hover[b-okad1ybjs0] {
        transform: scale(1.02);
    }

.image-preview[b-okad1ybjs0] {
    position: relative;
    max-width: 200px;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .image-preview img[b-okad1ybjs0] {
        max-width: 100%;
        height: auto;
        display: block;
    }

.remove-image[b-okad1ybjs0] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

    .remove-image:hover[b-okad1ybjs0] {
        background: rgba(0, 0, 0, 0.7);
    }

/* Chat Input Area */
.chat-input-area[b-okad1ybjs0] {
    border-top: 1px solid #e0e0e0;
    background: #fff;
    padding: 10px;
}

.input-group[b-okad1ybjs0] {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

    .input-group textarea[b-okad1ybjs0] {
        flex: 1;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 12px 15px;
        resize: none;
        min-height: 50px;
        max-height: 150px;
        font-family: inherit;
        font-size: 0.95rem;
        transition: border-color 0.3s;
    }

        .input-group textarea:focus[b-okad1ybjs0] {
            outline: none;
            border-color: #4a6fa5;
        }

.input-actions[b-okad1ybjs0] {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}

.file-upload[b-okad1ybjs0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f2f5;
    cursor: pointer;
    color: #4a6fa5;
    transition: background 0.2s;
}

    .file-upload:hover[b-okad1ybjs0] {
        background: #e0e6ed;
    }

    .file-upload input[type="file"][b-okad1ybjs0] {
        display: none;
    }

.btn-send[b-okad1ybjs0] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4a6fa5;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-send:hover[b-okad1ybjs0] {
        background: #3a5a80;
    }

    .btn-send:disabled[b-okad1ybjs0] {
        background: #cccccc;
        cursor: not-allowed;
    }

/* Fullscreen Image Styles */
.fullscreen-image-overlay[b-okad1ybjs0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.fullscreen-image-container[b-okad1ybjs0] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.fullscreen-image[b-okad1ybjs0] {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.close-fullscreen[b-okad1ybjs0],
.download-image[b-okad1ybjs0] {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close-fullscreen[b-okad1ybjs0] {
    top: 10px;
    right: 10px;
}

.download-image[b-okad1ybjs0] {
    bottom: 10px;
    right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .chat-card[b-okad1ybjs0] {
        max-height: none;
        height: 100vh;
        border-radius: 0;
    }

    .message[b-okad1ybjs0] {
        max-width: 90%;
    }

    .message-image-container[b-okad1ybjs0] {
        max-width: 200px;
    }

    .date-separator[b-okad1ybjs0]::before,
    .date-separator[b-okad1ybjs0]::after {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .chat-card[b-okad1ybjs0] {
        max-height: 700px;
    }

    .message[b-okad1ybjs0] {
        max-width: 75%;
    }

    .message-image-container[b-okad1ybjs0] {
        max-width: 250px;
    }
}

@media (min-width: 993px) {
    .chat-card[b-okad1ybjs0] {
        max-height: 800px;
    }

    .message[b-okad1ybjs0] {
        max-width: 70%;
    }

    .message-image-container[b-okad1ybjs0] {
        max-width: 300px;
    }
}
/* _content/AlexSupport/Components/Shared/Note.razor.rz.scp.css */
.notification-container[b-vhmkh6dcaf] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    max-width: 100%;
    width: 380px;
    box-sizing: border-box;
    padding: 0 1rem;
}

.notification-card[b-vhmkh6dcaf] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-left: 5px solid #4a6bdf;
    animation: slideIn-b-vhmkh6dcaf 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 1rem;
    transform-origin: top right;
    transition: all 0.3s ease;
    opacity: 0.98;
}

    .notification-card:hover[b-vhmkh6dcaf] {
        opacity: 1;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.notification-header[b-vhmkh6dcaf] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.notification-icon[b-vhmkh6dcaf] {
    margin-right: 0.75rem;
    font-size: 1.3rem;
    color: #4a6bdf;
    min-width: 24px;
    text-align: center;
}

.notification-title[b-vhmkh6dcaf] {
    font-weight: 600;
    flex-grow: 1;
    color: #2c3e50;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.notification-close[b-vhmkh6dcaf] {
    background: none;
    border: none;
    font-size: 1.3rem;
    cursor: pointer;
    color: #a0aec0;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .notification-close:hover[b-vhmkh6dcaf] {
        color: #718096;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .notification-close:focus[b-vhmkh6dcaf] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(74, 109, 223, 0.3);
    }

.notification-content[b-vhmkh6dcaf] {
    padding: 1.25rem;
    line-height: 1.6;
    color: #4a5568;
    font-size: 0.9rem;
}

/* Different notification types */
.notification-card.success[b-vhmkh6dcaf] {
    border-left-color: #48bb78;
}

    .notification-card.success .notification-icon[b-vhmkh6dcaf] {
        color: #48bb78;
    }

.notification-card.error[b-vhmkh6dcaf] {
    border-left-color: #f56565;
}

    .notification-card.error .notification-icon[b-vhmkh6dcaf] {
        color: #f56565;
    }

.notification-card.warning[b-vhmkh6dcaf] {
    border-left-color: #ed8936;
}

    .notification-card.warning .notification-icon[b-vhmkh6dcaf] {
        color: #ed8936;
    }

/* Animation */
@keyframes slideIn-b-vhmkh6dcaf {
    from {
        transform: translateX(120%) scale(0.9);
        opacity: 0;
    }

    to {
        transform: translateX(0) scale(1);
        opacity: 0.98;
    }
}

.notification-card.exit[b-vhmkh6dcaf] {
    animation: slideOut-b-vhmkh6dcaf 0.4s cubic-bezier(0.7, 0, 0.84, 0);
}

@keyframes slideOut-b-vhmkh6dcaf {
    to {
        transform: translateX(120%) scale(0.9);
        opacity: 0;
    }
}

/* Progress bar for auto-dismiss */
.notification-progress[b-vhmkh6dcaf] {
    height: 3px;
    background: rgba(74, 109, 223, 0.2);
    width: 100%;
    overflow: hidden;
}

.notification-progress-bar[b-vhmkh6dcaf] {
    height: 100%;
    background: linear-gradient(to right, #4a6bdf, #6b8cff);
    animation: progressBar-b-vhmkh6dcaf linear forwards;
}

@keyframes progressBar-b-vhmkh6dcaf {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .notification-container[b-vhmkh6dcaf] {
        width: calc(100% - 2rem);
        right: 1rem;
        left: 1rem;
        top: 0.5rem;
    }

    .notification-card[b-vhmkh6dcaf] {
        width: 100%;
        border-radius: 10px;
    }
}
/* _content/AlexSupport/Components/Shared/NotificationBell.razor.rz.scp.css */
/* Floating Notification Bell */
.floating-notification-bell[b-ipyfk58cuy] {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

    .floating-notification-bell.mobile[b-ipyfk58cuy] {
        right: 50%;
        transform: translateX(50%);
    }

.bell-container[b-ipyfk58cuy] {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #4285f4, #34a853);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .bell-container:hover[b-ipyfk58cuy] {
        transform: scale(1.1);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    }

    .bell-container.active[b-ipyfk58cuy] {
        background: linear-gradient(135deg, #34a853, #4285f4);
    }

.notification-counter[b-ipyfk58cuy] {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid white;
    animation: pulse-b-ipyfk58cuy 1.5s infinite;
}

@keyframes pulse-b-ipyfk58cuy {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Notification Card */
.notification-card[b-ipyfk58cuy] {
    width: 360px;
    max-height: 70vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: fadeIn-b-ipyfk58cuy 0.3s ease-out;
}

@keyframes fadeIn-b-ipyfk58cuy {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification-header[b-ipyfk58cuy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

    .notification-header h3[b-ipyfk58cuy] {
        margin: 0;
        font-size: 18px;
        color: #212529;
        font-weight: 600;
    }

.mark-all-btn[b-ipyfk58cuy] {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #4285f4;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.2s;
}

    .mark-all-btn:hover[b-ipyfk58cuy] {
        background: rgba(66, 133, 244, 0.1);
    }

.notification-list[b-ipyfk58cuy] {
    overflow-y: auto;
    max-height: 60vh;
}

.notification[b-ipyfk58cuy] {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f3f5;
    display: flex;
    gap: 12px;
    transition: background 0.2s;
    cursor: pointer;
}

    .notification:hover[b-ipyfk58cuy] {
        background: #f8f9fa;
    }

    .notification.unread[b-ipyfk58cuy] {
        background: #f0f7ff;
    }

.notification-content[b-ipyfk58cuy] {
    flex: 1;
}

    .notification-content p[b-ipyfk58cuy] {
        margin: 0;
        color: #212529;
        font-size: 14px;
        line-height: 1.4;
    }

.notification-time[b-ipyfk58cuy] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6c757d;
}

.unread-indicator[b-ipyfk58cuy] {
    width: 8px;
    height: 8px;
    background: #4285f4;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.empty-state[b-ipyfk58cuy] {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
}

    .empty-state svg[b-ipyfk58cuy] {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
        color: #adb5bd;
    }

    .empty-state p[b-ipyfk58cuy] {
        margin: 0;
        font-size: 14px;
    }

/* Responsive Styles */
@media (max-width: 768px) {
    .notification-card[b-ipyfk58cuy] {
        width: 90vw;
        right: 5vw;
        left: 5vw;
    }

    .bell-container[b-ipyfk58cuy] {
        width: 50px;
        height: 50px;
    }
}
