@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Areas/Admin/AdminLayout.razor.rz.scp.css */
/* Admin Layout - Material Design 3 */

.admin-layout[b-ivdh8ydp92] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F5F5F5;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Top App Bar (Material Design 3) */
.admin-topbar[b-ivdh8ydp92] {
    background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%);
    color: white;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.12);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sidebar-toggle[b-ivdh8ydp92] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    margin-right: 1rem;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-toggle:hover[b-ivdh8ydp92] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.sidebar-toggle:active[b-ivdh8ydp92] {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(0.98);
}

.sidebar-toggle i[b-ivdh8ydp92] {
    transition: transform 0.2s ease;
}

.sidebar-toggle:hover i[b-ivdh8ydp92] {
    transform: rotate(90deg);
}

.topbar-brand[b-ivdh8ydp92] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.0125em;
}

.topbar-brand .brand-logo[b-ivdh8ydp92] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.topbar-actions[b-ivdh8ydp92] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Site Links */
.site-links[b-ivdh8ydp92] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-links .btn[b-ivdh8ydp92] {
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 0.875rem;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-links .btn:hover[b-ivdh8ydp92] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.site-links .btn i[b-ivdh8ydp92] {
    font-size: 1rem;
}

.user-text[b-ivdh8ydp92] {
    white-space: nowrap;
}

/* Main Content - Material Design 3 Surface */
.admin-content[b-ivdh8ydp92] {
    margin-left: 0;
    margin-top: 64px; /* Account for fixed header */
    padding: 24px;
    min-height: calc(100vh - 64px);
}

/* Customize Offcanvas for admin sidebar */
.admin-layout :deep(.offcanvas)[b-ivdh8ydp92] {
    top: 64px; /* Below the header */
    height: calc(100vh - 64px);
    width: 280px;
    background: #F5F5F5;
}

.admin-layout :deep(.offcanvas-body)[b-ivdh8ydp92] {
    padding: 1rem;
    background: #F5F5F5;
}

.admin-layout :deep(.offcanvas-header)[b-ivdh8ydp92] {
    display: none; /* Hide default header since we have custom toggle */
}

/* Material Design Cards in Admin */
.admin-layout .card[b-ivdh8ydp92] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-layout .card:hover[b-ivdh8ydp92] {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 3px 6px rgba(0,0,0,0.10);
}

/* Material Buttons in Admin */
.admin-layout .btn-primary[b-ivdh8ydp92] {
    background: #1565C0;
    border: none;
    border-radius: 20px;
    padding: 10px 24px;
    font-weight: 500;
    letter-spacing: 0.0892857143em;
    text-transform: uppercase;
    font-size: 0.875rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.12);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-layout .btn-primary:hover[b-ivdh8ydp92] {
    background: #0D47A1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 3px 6px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

.admin-layout .btn-primary:active[b-ivdh8ydp92] {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.sidebar-backdrop[b-ivdh8ydp92] {
    display: none; /* Hidden by default on desktop */
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
}

/* Show backdrop on mobile when sidebar is open */
@media (max-width: 991px) {
    .sidebar-backdrop[b-ivdh8ydp92] {
        display: block;
    }
}

/* Responsive Design */

/* Tablet and Mobile - Offcanvas adjustments */
@media (max-width: 767px) {
    .admin-topbar[b-ivdh8ydp92] {
        padding: 0 1rem;
        height: 56px;
    }
    
    .topbar-brand .brand-text[b-ivdh8ydp92] {
        display: none;
    }
    
    .site-links .link-text[b-ivdh8ydp92] {
        display: none;
    }
    
    .site-links[b-ivdh8ydp92] {
        gap: 4px;
    }
    
    .site-links .btn[b-ivdh8ydp92] {
        padding: 6px 8px;
        font-size: 1rem;
    }
    
    .admin-content[b-ivdh8ydp92] {
        padding: 16px;
        margin-top: 56px;
    }
    
    .admin-layout :deep(.offcanvas)[b-ivdh8ydp92] {
        top: 56px;
        height: calc(100vh - 56px);
    }
}


/* /Areas/Admin/AdminSidebar.razor.rz.scp.css */
/* Admin Sidebar Styling - Material Design Theme */

/* Dashboard Link */
.dashboard-link[b-zimg7fi87k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    color: #546E7A;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.dashboard-link:hover[b-zimg7fi87k] {
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.dashboard-link i[b-zimg7fi87k] {
    font-size: 1.25rem;
}

.dashboard-link-active[b-zimg7fi87k] {
    background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(21, 101, 192, 0.4) !important;
}

.dashboard-link-active:hover[b-zimg7fi87k] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(21, 101, 192, 0.5) !important;
}

/* Sidebar Navigation Sections */
.sidebar-section[b-zimg7fi87k] {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.sidebar-section:hover[b-zimg7fi87k] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.sidebar-section-header[b-zimg7fi87k] {
    width: 100%;
    border: none;
    background: transparent;
    color: #2C3E50;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar-section-header:hover[b-zimg7fi87k] {
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
}

.sidebar-section-header i[b-zimg7fi87k] {
    transition: transform 0.2s ease;
}

.sidebar-section-header:hover i[b-zimg7fi87k] {
    transform: scale(1.1);
}

.sidebar-section-body[b-zimg7fi87k] {
    display: none;
    flex-direction: column;
    background: #FAFAFA;
}

.sidebar-section-body.show[b-zimg7fi87k] {
    display: flex;
}

.sidebar-section-body .list-group-item[b-zimg7fi87k] {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    background: transparent;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #546E7A;
    transition: all 0.2s ease;
    text-decoration: none;
}

.sidebar-section-body .list-group-item:hover[b-zimg7fi87k] {
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    padding-left: 2.75rem;
}

.sidebar-section-body .list-group-item i[b-zimg7fi87k] {
    font-size: 1rem;
    opacity: 0.7;
}

.sidebar-section-body .list-group-item:hover i[b-zimg7fi87k] {
    opacity: 1;
}

.sidebar-section-body .list-group-item.active[b-zimg7fi87k] {
    background: linear-gradient(90deg, rgba(21, 101, 192, 0.15) 0%, rgba(21, 101, 192, 0.08) 100%);
    color: #1565C0;
    font-weight: 600;
    border-left: 3px solid #1565C0;
    padding-left: calc(2.5rem - 3px);
}

.sidebar-section-body .list-group-item.active i[b-zimg7fi87k] {
    opacity: 1;
}
/* /Areas/Admin/Forum/Home.razor.rz.scp.css */
/* Forum Home Page - Tabs */

.threads-list[b-0sqc6zf9rf] {
    padding: 0;
}

.thread-item[b-0sqc6zf9rf] {
    display: grid;
    grid-template-columns: 60px 1fr 180px 200px;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.thread-item:last-child[b-0sqc6zf9rf] {
    border-bottom: none;
}

.thread-item:hover[b-0sqc6zf9rf] {
    background: #f8f9fa;
}

.thread-icon[b-0sqc6zf9rf] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thread-details[b-0sqc6zf9rf] {
    flex: 1;
    min-width: 0;
}

.thread-stats[b-0sqc6zf9rf] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.thread-activity[b-0sqc6zf9rf] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Responsive Design */
@media (max-width: 992px) {
    .thread-item[b-0sqc6zf9rf] {
        grid-template-columns: 50px 1fr auto;
        gap: 0.75rem;
    }
    
    .thread-activity[b-0sqc6zf9rf] {
        display: none;
    }
}

@media (max-width: 768px) {
    .thread-item[b-0sqc6zf9rf] {
        grid-template-columns: 40px 1fr;
        gap: 0.75rem;
    }
    
    .thread-stats[b-0sqc6zf9rf] {
        display: none;
    }
}
/* /Areas/BeoWorld/BeoWorldLayout.razor.rz.scp.css */
/* BeoWorld & Forum Layout - Horizontal Navigation */

.beoworld-layout[b-5fxgm9fsr4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: var(--beoworld-font, 'Roboto', sans-serif);
}

/* Top Navigation Bar - Clean White */
.beoworld-navbar[b-5fxgm9fsr4] {
    background: #FFFFFF;
    color: #333;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #E0E0E0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.beoworld-navbar .container-fluid[b-5fxgm9fsr4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Brand */
.navbar-brand[b-5fxgm9fsr4] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.brand-link[b-5fxgm9fsr4] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #3181A8;
    font-weight: 700;
    font-size: 1.5rem;
    transition: color 0.2s ease;
}

.brand-link:hover[b-5fxgm9fsr4] {
    color: #DEB256;
}

.brand-logo[b-5fxgm9fsr4] {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.brand-text[b-5fxgm9fsr4] {
    font-weight: 700;
}

/* BeoWorld Bootstrap Navbar */
.beoworld-navbar[b-5fxgm9fsr4] {
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #E0E0E0;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.5rem 0;
}

/* Hamburger button */
.navbar-toggler[b-5fxgm9fsr4] {
    border: 1px solid rgba(49, 129, 168, 0.3);
    color: #3181A8;
}

.navbar-toggler:focus[b-5fxgm9fsr4] {
    box-shadow: 0 0 0 0.25rem rgba(49, 129, 168, 0.25);
}

.navbar-toggler .bi-list[b-5fxgm9fsr4] {
    font-size: 1.5rem;
}

/* Brand/Logo */
.navbar-brand[b-5fxgm9fsr4] {
    display: flex;
    align-items: center;
    color: #3181A8 !important;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
}

.navbar-brand:hover[b-5fxgm9fsr4] {
    color: #DEB256 !important;
}

.brand-logo[b-5fxgm9fsr4] {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.brand-text[b-5fxgm9fsr4] {
    font-weight: 700;
}

/* Navigation links */
.navbar-nav .nav-link[b-5fxgm9fsr4] {
    color: #555;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.navbar-nav .nav-link:hover[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.1);
    color: #3181A8;
}

.navbar-nav .nav-link.active[b-5fxgm9fsr4] {
    background: #3181A8;
    color: white !important;
}

.navbar-nav .nav-link i[b-5fxgm9fsr4] {
    margin-right: 0.25rem;
}

/* Dropdown */
.dropdown-menu[b-5fxgm9fsr4] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.dropdown-item[b-5fxgm9fsr4] {
    padding: 0.6rem 1.25rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-5fxgm9fsr4] {
    background-color: rgba(49, 129, 168, 0.08);
    color: #3181A8;
}

.dropdown-item i[b-5fxgm9fsr4] {
    margin-right: 0.5rem;
    color: #3181A8;
}

/* Search box */
.search-box[b-5fxgm9fsr4] {
    position: relative;
}

.search-box input[b-5fxgm9fsr4] {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 2rem;
    border-radius: 20px;
    width: 200px;
}

.search-box input:focus[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.05);
    border-color: #3181A8;
    outline: none;
}

.search-box i[b-5fxgm9fsr4] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.4);
}

/* Buttons */
.btn-outline-primary[b-5fxgm9fsr4] {
    color: #3181A8;
    border-color: #3181A8;
}

.btn-outline-primary:hover[b-5fxgm9fsr4] {
    background: #3181A8;
    border-color: #3181A8;
    color: white;
}

.btn-primary[b-5fxgm9fsr4] {
    background: #3181A8;
    border-color: #3181A8;
}

.btn-primary:hover[b-5fxgm9fsr4] {
    background: #276a8a;
    border-color: #276a8a;
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .navbar-nav[b-5fxgm9fsr4] {
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link[b-5fxgm9fsr4] {
        padding: 0.75rem 1rem;
    }
    
    .search-box[b-5fxgm9fsr4] {
        margin: 1rem 0;
    }
    
    .search-box input[b-5fxgm9fsr4] {
        width: 100%;
    }
}

.beoworld-radzen-menu::v-deep .rz-navigation-item[b-5fxgm9fsr4] {
    background: transparent !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-link[b-5fxgm9fsr4] {
    color: #555 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    transition: all 0.2s ease !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-link:hover[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.1) !important;
    color: #3181A8 !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-link-active[b-5fxgm9fsr4] {
    background: #3181A8 !important;
    color: white !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-icon[b-5fxgm9fsr4] {
    font-size: 1.1rem !important;
    margin-right: 0.5rem !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-menu[b-5fxgm9fsr4] {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    margin-top: 0.5rem !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-children .rz-navigation-item-link[b-5fxgm9fsr4] {
    padding: 0.6rem 1.25rem !important;
}

.beoworld-radzen-menu::v-deep .rz-navigation-item-children .rz-navigation-item-link:hover[b-5fxgm9fsr4] {
    background-color: rgba(49, 129, 168, 0.08) !important;
}


.navbar-nav .nav-link[b-5fxgm9fsr4] {
    color: #555;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

.navbar-nav .nav-link:hover[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.1);
    color: #3181A8;
}

.navbar-nav .nav-link.active[b-5fxgm9fsr4] {
    background: #3181A8;
    color: white;
}

.navbar-nav .nav-link i[b-5fxgm9fsr4] {
    font-size: 1.1rem;
}

/* Dropdown Styles */
.navbar-nav .dropdown[b-5fxgm9fsr4] {
    position: relative;
}

.navbar-nav .dropdown-toggle[b-5fxgm9fsr4] {
    color: #555;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

.navbar-nav .dropdown-toggle:hover[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.1);
    color: #3181A8;
}

.navbar-nav .dropdown-toggle[b-5fxgm9fsr4]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-nav .dropdown-menu[b-5fxgm9fsr4] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 220px;
    padding: 0.5rem 0;
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.navbar-nav .dropdown-menu.show[b-5fxgm9fsr4] {
    display: block;
    animation: dropdownFadeIn-b-5fxgm9fsr4 0.2s ease;
}

@keyframes dropdownFadeIn-b-5fxgm9fsr4 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-nav .dropdown-item[b-5fxgm9fsr4] {
    display: block;
    width: 100%;
    padding: 0.6rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #555;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: all 0.2s ease;
}

.navbar-nav .dropdown-item:hover[b-5fxgm9fsr4],
.navbar-nav .dropdown-item:focus[b-5fxgm9fsr4] {
    color: #3181A8;
    background-color: rgba(49, 129, 168, 0.08);
}

.navbar-nav .dropdown-item i[b-5fxgm9fsr4] {
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
    color: #3181A8;
    font-size: 1rem;
}

.navbar-nav .dropdown-item:hover i[b-5fxgm9fsr4] {
    color: #DEB256;
}


/* Navbar Actions - Desktop (Always visible) */
.navbar-actions-desktop[b-5fxgm9fsr4] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

/* Search Box */
.search-box[b-5fxgm9fsr4] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input[b-5fxgm9fsr4] {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    border-radius: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.search-box input[b-5fxgm9fsr4]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.search-box input:focus[b-5fxgm9fsr4] {
    background: rgba(49, 129, 168, 0.05);
    border-color: #3181A8;
    outline: none;
    width: 250px;
}

.search-box i[b-5fxgm9fsr4] {
    position: absolute;
    right: 0.75rem;
    color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

/* User Menu */
.user-menu .btn[b-5fxgm9fsr4] {
    color: #3181A8;
    border-color: #3181A8;
    font-weight: 500;
}

.user-menu .btn:hover[b-5fxgm9fsr4] {
    background: #3181A8;
    border-color: #3181A8;
    color: white;
}

/* Main Content */
.beoworld-content[b-5fxgm9fsr4] {
    flex: 1;
    padding: 0;
    background: var(--beoworld-bg-light, #F2EFEC);
}

/* Footer */
.beoworld-footer[b-5fxgm9fsr4] {
    background: var(--beoworld-bg-dark, #333333);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.beoworld-footer h6[b-5fxgm9fsr4] {
    color: var(--beoworld-primary, #DEB256);
    font-weight: 500;
    margin-bottom: 1rem;
}

.beoworld-footer a[b-5fxgm9fsr4] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.beoworld-footer a:hover[b-5fxgm9fsr4] {
    color: var(--beoworld-primary, #DEB256);
}

.beoworld-footer ul[b-5fxgm9fsr4] {
    padding-left: 0;
}

.beoworld-footer ul li[b-5fxgm9fsr4] {
    margin-bottom: 0.5rem;
}

.social-links[b-5fxgm9fsr4] {
    display: flex;
    gap: 1rem;
}

.social-links a[b-5fxgm9fsr4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.2s ease;
}

.social-links a:hover[b-5fxgm9fsr4] {
    background: var(--beoworld-primary, #DEB256);
    color: var(--beoworld-bg-dark, #333333);
    transform: translateY(-2px);
}

/* Responsive Design */

/* Tablet and Mobile */
@media (max-width: 991px) {
    .beoworld-navbar .container-fluid[b-5fxgm9fsr4] {
        flex-wrap: wrap;
    }
    
    .navbar-toggler[b-5fxgm9fsr4] {
        display: flex !important;
        align-items: center;
        justify-content: center;
        order: 0; /* First */
        min-width: 44px;
        min-height: 44px;
    }
    
    .navbar-brand[b-5fxgm9fsr4] {
        order: 1; /* Second */
        flex: 1;
    }
    
    /* Desktop actions stay visible on mobile - on top row */
    .navbar-actions-desktop[b-5fxgm9fsr4] {
        order: 2; /* Third - same row */
        margin-left: 0;
        gap: 0.5rem;
    }
    
    .navbar-actions-desktop .search-box[b-5fxgm9fsr4] {
        display: none; /* Hide search on very small screens */
    }
    
    .navbar-actions-desktop .user-menu[b-5fxgm9fsr4] {
        display: flex;
        gap: 0.25rem;
    }
    
    .navbar-actions-desktop .user-menu .btn[b-5fxgm9fsr4] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-actions-desktop .user-menu .btn span[b-5fxgm9fsr4] {
        display: none; /* Hide text, show only icons */
    }
    
    /* Mobile menu - navigation only - full width on second row */
    .navbar-menu[b-5fxgm9fsr4] {
        order: 3;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 0;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        border-top: 1px solid #e0e0e0;
    }
    
    .navbar-menu.show[b-5fxgm9fsr4] {
        max-height: 80vh;
        overflow-y: auto;
        padding: 1rem;
        gap: 1rem;
    }
    
    .navbar-nav[b-5fxgm9fsr4] {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }
    
    /* Update Radzen menu for mobile */
    .beoworld-radzen-menu[b-5fxgm9fsr4] {
        flex-direction: column;
        width: 100%;
    }
    
    ::v-deep .beoworld-radzen-menu .rz-navigation-item[b-5fxgm9fsr4] {
        width: 100%;
    }
    
    ::v-deep .beoworld-radzen-menu .rz-navigation-item-link[b-5fxgm9fsr4] {
        width: 100%;
        justify-content: flex-start;
        padding: 0.75rem 1rem !important;
        border-radius: 4px !important;
    }
    
    ::v-deep .beoworld-radzen-menu .rz-navigation-menu[b-5fxgm9fsr4] {
        position: static !important;
        width: 100%;
        margin-top: 0.25rem !important;
        margin-left: 1rem !important;
        box-shadow: none !important;
        border-left: 2px solid #3181A8 !important;
    }
    
    
    .navbar-actions[b-5fxgm9fsr4] {
        flex-direction: column;
        width: 100%;
    }
    
    .search-box[b-5fxgm9fsr4] {
        width: 100%;
    }
    
    .search-box input[b-5fxgm9fsr4] {
        width: 100%;
    }
    
    .search-box input:focus[b-5fxgm9fsr4] {
        width: 100%;
    }
    
    .user-menu[b-5fxgm9fsr4] {
        width: 100%;
    }
    
    .user-menu .btn[b-5fxgm9fsr4] {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .beoworld-navbar .container-fluid[b-5fxgm9fsr4] {
        padding: 0.5rem 1rem;
    }
    
    .brand-text[b-5fxgm9fsr4] {
        font-size: 1.25rem;
    }
    
    .brand-logo[b-5fxgm9fsr4] {
        font-size: 1.5rem;
    }
    
    .navbar-nav .nav-link[b-5fxgm9fsr4] {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
    
    .beoworld-footer[b-5fxgm9fsr4] {
        padding: 2rem 0 1rem;
    }
    
    .beoworld-footer .row > div[b-5fxgm9fsr4] {
        margin-bottom: 2rem;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .beoworld-navbar .container-fluid[b-5fxgm9fsr4] {
        padding: 0.5rem 0.75rem;
    }
    
    .navbar-menu[b-5fxgm9fsr4] {
        margin-left: 0;
    }
    
    .brand-text[b-5fxgm9fsr4] {
        font-size: 1.1rem;
    }
}
/* /Areas/BeoWorld/ForumCategoryItem.razor.rz.scp.css */
/* Forum Category Item - Single Card Structure */

/* ONE Card per Forum Group */
.forum-group-card[b-5j5154iojc] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.5rem;
    overflow: hidden;
    padding: 0;
}

/* Parent Forum Header - at top of card */
.forum-parent-header[b-5j5154iojc] {
    background: #f8f9fa;
    border-bottom: 2px solid #e0e0e0;
    padding: 0.6rem 1rem;
}

/* Parent Title - Simple layout with icon + text */
.forum-parent-title[b-5j5154iojc] {
    display: flex;
    align-items: center;
}

/* Forum Item Row - for both parent and children */
.forum-item-row[b-5j5154iojc] {
    padding: 0.4rem 1rem;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f0f0f0;
}

.forum-item-row:last-child[b-5j5154iojc] {
    border-bottom: none;
}

.forum-item-row:hover[b-5j5154iojc] {
    background: #f8f9fa;
}

/* Child Forum Row */
.forum-item-row.child-forum[b-5j5154iojc] {
    background: white;
}

/* Sub-forum List - container for children */
.sub-forum-list[b-5j5154iojc] {
    background: white;
}

/* Content Layout */
.forum-item-content[b-5j5154iojc] {
    display: grid;
    grid-template-columns: 50px 1fr 180px 200px;
    gap: 1rem;
    align-items: center;
}

.forum-icon-wrapper[b-5j5154iojc] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forum-icon-wrapper i[b-5j5154iojc] {
    color: #7b7b7b;
}

.forum-details-wrapper[b-5j5154iojc] {
    flex: 1;
    min-width: 0;
}

.forum-stats-wrapper[b-5j5154iojc] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.forum-activity-wrapper[b-5j5154iojc] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Last Activity Link */
.last-activity-link[b-5j5154iojc] {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.15s ease;
}

.last-activity-link:hover[b-5j5154iojc] {
    transform: translateX(2px);
}

.last-activity-link:hover .bi-person-circle[b-5j5154iojc] {
    color: #5c6ac4 !important;
}

/* Hierarchical Indentation - for nested children */
.indent-level-1[b-5j5154iojc] {
    padding-left: 3rem;
}

.indent-level-2[b-5j5154iojc] {
    padding-left: 5rem;
}

.indent-level-3[b-5j5154iojc] {
    padding-left: 7rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .forum-item-content[b-5j5154iojc] {
        grid-template-columns: 45px 1fr auto;
        gap: 0.5rem;
    }
    
    .forum-activity-wrapper[b-5j5154iojc] {
        display: none;
    }
    
    .indent-level-1[b-5j5154iojc] {
        padding-left: 2rem;
    }
    
    .indent-level-2[b-5j5154iojc] {
        padding-left: 3rem;
    }
    
    .indent-level-3[b-5j5154iojc] {
        padding-left: 4rem;
    }
}

@media (max-width: 768px) {
    .forum-item-content[b-5j5154iojc] {
        grid-template-columns: 40px 1fr;
        gap: 0.5rem;
    }
    
    .forum-stats-wrapper[b-5j5154iojc] {
        display: none;
    }
    
    .indent-level-1[b-5j5154iojc] {
        padding-left: 1.5rem;
    }
    
    .indent-level-2[b-5j5154iojc] {
        padding-left: 2.5rem;
    }
    
    .indent-level-3[b-5j5154iojc] {
        padding-left: 3.5rem;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .forum-item-content[b-5j5154iojc] {
        grid-template-columns: 50px 1fr auto;
    }
    
    .forum-activity-wrapper[b-5j5154iojc] {
        display: none;
    }
    
    .indent-level-1[b-5j5154iojc] {
        margin-left: 1.5rem;
    }
    
    .indent-level-2[b-5j5154iojc] {
        margin-left: 3rem;
    }
    
    .indent-level-3[b-5j5154iojc] {
        margin-left: 4.5rem;
    }
}

@media (max-width: 768px) {
    .forum-item-content[b-5j5154iojc] {
        grid-template-columns: 40px 1fr;
        gap: 0.75rem;
    }
    
    .forum-stats-wrapper[b-5j5154iojc] {
        display: none;
    }
    
    .indent-level-1[b-5j5154iojc] {
        margin-left: 1rem;
    }
    
    .indent-level-2[b-5j5154iojc] {
        margin-left: 2rem;
    }
    
    .indent-level-3[b-5j5154iojc] {
        margin-left: 3rem;
    }
}

/* Material Design Touch Ripple Effect */
.forum-card[b-5j5154iojc]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(var(--rz-primary-rgb), 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.forum-card:active[b-5j5154iojc]::after {
    width: 300px;
    height: 300px;
}

/* /Areas/BeoWorld/ForumList.razor.rz.scp.css */
/* BeoWorld Forum List - Hierarchical Display */

.forum-container[b-iapddvgw0f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.forum-header[b-iapddvgw0f] {
    margin-bottom: 2rem;
}

.forum-header h1[b-iapddvgw0f] {
    color: #3181A8;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Forum List */
.forum-list[b-iapddvgw0f] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    overflow: hidden;
}

/* Forum Item */
.forum-item[b-iapddvgw0f] {
    display: grid;
    grid-template-columns: 60px 1fr 120px 150px;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #E0E0E0;
    transition: background 0.2s ease;
    align-items: center;
}

.forum-item:last-child[b-iapddvgw0f] {
    border-bottom: none;
}

.forum-item:hover[b-iapddvgw0f] {
    background: #F8F9FA;
}

/* Indentation for sub-forums */
.forum-item-indent-1[b-iapddvgw0f] {
    padding-left: 3rem;
    background: #FAFAFA;
}

.forum-item-indent-1 .forum-icon[b-iapddvgw0f] {
    font-size: 2rem;
}

.forum-item-indent-2[b-iapddvgw0f] {
    padding-left: 5rem;
    background: #F5F5F5;
}

.forum-item-indent-2 .forum-icon[b-iapddvgw0f] {
    font-size: 1.5rem;
}

.forum-item-indent-3[b-iapddvgw0f] {
    padding-left: 7rem;
    background: #F0F0F0;
}

.forum-item-indent-3 .forum-icon[b-iapddvgw0f] {
    font-size: 1.25rem;
}

/* Forum Icon */
.forum-icon[b-iapddvgw0f] {
    font-size: 2.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Forum Details */
.forum-details[b-iapddvgw0f] {
    min-width: 0;
}

.forum-name-section[b-iapddvgw0f] {
    display: flex;
    flex-direction: column;
}

.forum-name[b-iapddvgw0f] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #3181A8;
    text-decoration: none;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
}

.forum-name:hover[b-iapddvgw0f] {
    color: #DEB256;
    text-decoration: underline;
}

.forum-description[b-iapddvgw0f] {
    font-size: 0.875rem;
    color: #616161;
    margin: 0;
    line-height: 1.4;
}

/* Forum Stats */
.forum-stats[b-iapddvgw0f] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
    font-size: 0.875rem;
}

.stat-item[b-iapddvgw0f] {
    color: #757575;
    white-space: nowrap;
}

/* Last Post */
.forum-last-post[b-iapddvgw0f] {
    text-align: right;
    font-size: 0.8125rem;
}

/* Alternative Visual Hierarchy (Tree Lines) */
.forum-item-indent-1[b-iapddvgw0f]::before {
    content: "??";
    position: absolute;
    left: 2rem;
    color: #BDBDBD;
    font-size: 1.25rem;
}

.forum-item-indent-2[b-iapddvgw0f]::before {
    content: "  ??";
    position: absolute;
    left: 3.5rem;
    color: #BDBDBD;
    font-size: 1rem;
}

.forum-item-indent-3[b-iapddvgw0f]::before {
    content: "    ??";
    position: absolute;
    left: 5rem;
    color: #BDBDBD;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .forum-item[b-iapddvgw0f] {
        grid-template-columns: 50px 1fr 100px;
        gap: 0.75rem;
    }
    
    .forum-last-post[b-iapddvgw0f] {
        display: none;
    }
    
    .forum-item-indent-1[b-iapddvgw0f] {
        padding-left: 2rem;
    }
    
    .forum-item-indent-2[b-iapddvgw0f] {
        padding-left: 3.5rem;
    }
    
    .forum-item-indent-3[b-iapddvgw0f] {
        padding-left: 5rem;
    }
}

@media (max-width: 768px) {
    .forum-item[b-iapddvgw0f] {
        grid-template-columns: 40px 1fr;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .forum-stats[b-iapddvgw0f] {
        display: none;
    }
    
    .forum-icon[b-iapddvgw0f] {
        font-size: 1.5rem;
    }
    
    .forum-item-indent-1[b-iapddvgw0f] {
        padding-left: 1.5rem;
    }
    
    .forum-item-indent-2[b-iapddvgw0f] {
        padding-left: 2.5rem;
    }
    
    .forum-item-indent-3[b-iapddvgw0f] {
        padding-left: 3.5rem;
    }
}

/* Loading State */
.spinner-border[b-iapddvgw0f] {
    width: 3rem;
    height: 3rem;
}
/* /Areas/BeoWorld/MemberAvatar.razor.rz.scp.css */
/* Member Avatar Component Styles */

.member-avatar[b-xrlw7y2ueq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-image[b-xrlw7y2ueq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-initials[b-xrlw7y2ueq] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

/* Size Variants */
.avatar-small[b-xrlw7y2ueq] {
    width: 32px;
    height: 32px;
}

.avatar-small .avatar-initials[b-xrlw7y2ueq] {
    font-size: 0.75rem;
}

.avatar-medium[b-xrlw7y2ueq] {
    width: 48px;
    height: 48px;
}

.avatar-medium .avatar-initials[b-xrlw7y2ueq] {
    font-size: 1rem;
}

.avatar-large[b-xrlw7y2ueq] {
    width: 64px;
    height: 64px;
}

.avatar-large .avatar-initials[b-xrlw7y2ueq] {
    font-size: 1.25rem;
}

.avatar-xlarge[b-xrlw7y2ueq] {
    width: 96px;
    height: 96px;
}

.avatar-xlarge .avatar-initials[b-xrlw7y2ueq] {
    font-size: 1.75rem;
}
/* /Areas/BeoWorld/Pages/Forum/Category.razor.rz.scp.css */
/* Forum Category Page Styles */

.threads-list[b-c2y9v5ai0n] {
    padding: 0;
}

.thread-item[b-c2y9v5ai0n] {
    display: grid;
    grid-template-columns: 60px 1fr auto auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s ease;
}

.thread-item:last-child[b-c2y9v5ai0n] {
    border-bottom: none;
}

.thread-item:hover[b-c2y9v5ai0n] {
    background: #f8f9fa;
}

.thread-icon[b-c2y9v5ai0n] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thread-details[b-c2y9v5ai0n] {
    flex: 1;
    min-width: 0;
}

.thread-stats[b-c2y9v5ai0n] {
    min-width: 150px;
    text-align: right;
}

.thread-last-activity[b-c2y9v5ai0n] {
    min-width: 140px;
    text-align: right;
}

/* Last Activity Link */
.last-activity-link[b-c2y9v5ai0n] {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.15s ease;
}

.last-activity-link:hover[b-c2y9v5ai0n] {
    transform: translateX(-2px);
}

.last-activity-link:hover .bi-person-circle[b-c2y9v5ai0n] {
    color: #4a5cc5 !important;
}

/* Breadcrumb */
.breadcrumb[b-c2y9v5ai0n] {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.breadcrumb-item a[b-c2y9v5ai0n] {
    color: #5c6ac4;
    text-decoration: none;
}

.breadcrumb-item a:hover[b-c2y9v5ai0n] {
    text-decoration: underline;
}

.breadcrumb-item.active[b-c2y9v5ai0n] {
    color: #666;
}

/* Responsive Design */
@media (max-width: 992px) {
    .thread-item[b-c2y9v5ai0n] {
        grid-template-columns: 50px 1fr auto;
    }
    
    .thread-last-activity[b-c2y9v5ai0n] {
        display: none;
    }
}

@media (max-width: 768px) {
    .thread-item[b-c2y9v5ai0n] {
        grid-template-columns: 40px 1fr;
        gap: 0.75rem;
    }
    
    .thread-stats[b-c2y9v5ai0n] {
        display: none;
    }
}
/* /Areas/BeoWorld/Pages/Forum/Home.razor.rz.scp.css */
/* Forum Home Page - Tabs */

.threads-list[b-q8w13qlfh7] {
    padding: 0;
}

.thread-item[b-q8w13qlfh7] {
    display: grid;
    grid-template-columns: 60px 1fr 180px 200px;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.thread-item:last-child[b-q8w13qlfh7] {
    border-bottom: none;
}

.thread-item:hover[b-q8w13qlfh7] {
    background: #f8f9fa;
}

.thread-icon[b-q8w13qlfh7] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thread-details[b-q8w13qlfh7] {
    flex: 1;
    min-width: 0;
}

.thread-stats[b-q8w13qlfh7] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.thread-activity[b-q8w13qlfh7] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Responsive Design */
@media (max-width: 992px) {
    .thread-item[b-q8w13qlfh7] {
        grid-template-columns: 50px 1fr auto;
        gap: 0.75rem;
    }
    
    .thread-activity[b-q8w13qlfh7] {
        display: none;
    }
}

@media (max-width: 768px) {
    .thread-item[b-q8w13qlfh7] {
        grid-template-columns: 40px 1fr;
        gap: 0.75rem;
    }
    
    .thread-stats[b-q8w13qlfh7] {
        display: none;
    }
}
/* /Areas/BeoWorld/Pages/Forum/Thread.razor.rz.scp.css */
/* Forum Thread Page Styles */

.posts-container[b-3brdn0ori0] {
    max-width: 100%;
}

.post-card[b-3brdn0ori0] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

/* Highlight animation for newly posted/linked posts */
.post-card:target[b-3brdn0ori0] {
    animation: highlightPost-b-3brdn0ori0 2s ease-in-out;
    border-color: #5c6ac4;
}

.post-card.post-highlight[b-3brdn0ori0] {
    animation: highlightPost-b-3brdn0ori0 2s ease-in-out;
    border-color: #5c6ac4 !important;
}

@keyframes highlightPost-b-3brdn0ori0 {
    0% {
        background-color: white;
        box-shadow: 0 0 0 0 rgba(92, 106, 196, 0.4);
    }
    50% {
        background-color: #f0f4ff;
        box-shadow: 0 0 20px 5px rgba(92, 106, 196, 0.4);
    }
    100% {
        background-color: white;
        box-shadow: 0 0 0 0 rgba(92, 106, 196, 0);
    }
}

/* Typing Indicator Animation */
.typing-indicator[b-3brdn0ori0] {
    display: flex;
    align-items: center;
    animation: fadeIn-b-3brdn0ori0 0.3s ease-in;
}

.typing-dots[b-3brdn0ori0] {
    display: inline-flex;
    gap: 3px;
}

.typing-dots .dot[b-3brdn0ori0] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #5c6ac4;
    display: inline-block;
    animation: typingDot-b-3brdn0ori0 1.4s infinite ease-in-out;
}

.typing-dots .dot:nth-child(1)[b-3brdn0ori0] {
    animation-delay: 0s;
}

.typing-dots .dot:nth-child(2)[b-3brdn0ori0] {
    animation-delay: 0.2s;
}

.typing-dots .dot:nth-child(3)[b-3brdn0ori0] {
    animation-delay: 0.4s;
}

@keyframes typingDot-b-3brdn0ori0 {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.5;
    }
    30% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

@keyframes fadeIn-b-3brdn0ori0 {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Original Post Styling */
.original-post[b-3brdn0ori0] {
    border: 2px solid #5c6ac4;
    background: #f8f9ff;
}

.original-post-badge[b-3brdn0ori0] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.post-content[b-3brdn0ori0] {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
}

/* Author Column */
.post-author[b-3brdn0ori0] {
    background: #f8f9fa;
    padding: 1.5rem 1rem;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}

.author-avatar[b-3brdn0ori0] {
    margin-bottom: 0.5rem;
}

.author-details[b-3brdn0ori0] {
    margin-top: 0.5rem;
}

/* Post Body Column */
.post-body[b-3brdn0ori0] {
    padding: 1.5rem;
    min-height: 150px;
}

.post-meta[b-3brdn0ori0] {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.post-content-text[b-3brdn0ori0] {
    margin-top: 1rem;
    line-height: 1.6;
    color: #333;
}

.post-content-text p[b-3brdn0ori0] {
    margin-bottom: 1rem;
}

.post-content-text img[b-3brdn0ori0] {
    max-width: 100%;
    height: auto;
}

/* Quote Styling - mcare-quote div with data-quote (flat structure - Quill-proof) */

/* NEW: mcare-quote div with flat structure - no nested divs */
.post-content-text div.mcare-quote[data-quote="true"][b-3brdn0ori0],
.post-content-text .mcare-quote[data-quote="true"][b-3brdn0ori0] {
    border: 3px solid #0066cc !important;
    border-left: 8px solid #0066cc !important;
    background: #e3f2fd !important;
    padding: 20px !important;
    margin: 24px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,102,204,0.25) !important;
    display: block !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

/* Quote author link styling */
.post-content-text .mcare-quote .mcare-quote-author[b-3brdn0ori0],
.post-content-text .mcare-quote strong.mcare-quote-author[b-3brdn0ori0] {
    font-weight: 700 !important;
    color: #0066cc !important;
    font-size: 1.05rem !important;
    display: block !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #90caf9 !important;
}

.post-content-text .mcare-quote .mcare-quote-author a[b-3brdn0ori0],
.post-content-text .mcare-quote strong.mcare-quote-author a[b-3brdn0ori0] {
    color: #0066cc !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.2s ease !important;
}

.post-content-text .mcare-quote .mcare-quote-author a:hover[b-3brdn0ori0],
.post-content-text .mcare-quote strong.mcare-quote-author a:hover[b-3brdn0ori0] {
    color: #004499 !important;
    text-decoration: underline !important;
}

/* Like Button Styles */
.like-button-container[b-3brdn0ori0] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.post-like-button[b-3brdn0ori0] {
    transition: all 0.2s ease;
}

.post-like-button:hover[b-3brdn0ori0] {
    transform: scale(1.1);
}

.post-like-button.liked[b-3brdn0ori0] {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    animation: likeAnimation-b-3brdn0ori0 0.4s ease;
}

/* Thumbs up icon animation */
.bi-hand-thumbs-up-fill[b-3brdn0ori0] {
    animation: thumbsUpAnimation-b-3brdn0ori0 0.3s ease;
}

@keyframes thumbsUpAnimation-b-3brdn0ori0 {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.3) rotate(-10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

@keyframes likeAnimation-b-3brdn0ori0 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.like-count[b-3brdn0ori0] {
    font-weight: 600;
    margin-left: 4px;
    color: #666;
    transition: color 0.2s ease;
}

/* Hover effect for like button */
.like-button-container button:hover .bi-hand-thumbs-up[b-3brdn0ori0] {
    transform: scale(1.1);
}

/* Mention Autocomplete Styles */
.ql-mention-list-container[b-3brdn0ori0] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
}

.ql-mention-list[b-3brdn0ori0] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ql-mention-list-item[b-3brdn0ori0] {
    padding: 0 !important;
    cursor: pointer;
    transition: background-color 0.2s;
}

.ql-mention-list-item:hover[b-3brdn0ori0],
.ql-mention-list-item.selected[b-3brdn0ori0] {
    background-color: #f0f4ff !important;
}

/* Mention in post content */
.mention[b-3brdn0ori0] {
    color: #5c6ac4;
    background-color: rgba(92, 106, 196, 0.1);
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.mention:hover[b-3brdn0ori0] {
    background-color: rgba(92, 106, 196, 0.2);
    text-decoration: underline;
}

/* Moderator Toolbar Styles */
.moderator-toolbar[b-3brdn0ori0] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left: 4px solid #f39c12;
    padding: 8px 12px;
    margin: -16px -16px 16px -16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.toolbar-label[b-3brdn0ori0] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #856404;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toolbar-label i[b-3brdn0ori0] {
    font-size: 1rem;
}

.toolbar-actions[b-3brdn0ori0] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.toolbar-separator[b-3brdn0ori0] {
    width: 1px;
    height: 24px;
    background: rgba(133, 100, 4, 0.3);
    margin: 0 4px;
}

/* Make toolbar buttons smaller and more compact */
.moderator-toolbar button[b-3brdn0ori0] {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    transition: all 0.2s ease;
}

.moderator-toolbar button:hover[b-3brdn0ori0] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.moderator-toolbar button i[b-3brdn0ori0] {
    font-size: 0.9rem;
}




/* Nested mcare-quotes */
.post-content-text div.mcare-quote div.mcare-quote[b-3brdn0ori0],
.post-content-text .mcare-quote .mcare-quote[b-3brdn0ori0] {
    border-left-color: #42a5f5 !important;
    background: rgba(187, 222, 251, 0.5) !important;
    margin: 12px 0 12px 12px !important;
    padding: 16px !important;
}

/* LEGACY: Old data-quote divs without mcare-quote class */
.post-content-text div[data-quote="true"]:not(.mcare-quote)[b-3brdn0ori0] {
    border: 3px solid #0066cc !important;
    border-left: 8px solid #0066cc !important;
    background: #e3f2fd !important;
    padding: 20px !important;
    margin: 24px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,102,204,0.25) !important;
    display: block !important;
}

.post-content-text div[data-quote="true"]:not(.mcare-quote) strong[b-3brdn0ori0] {
    font-weight: 700 !important;
    color: #0066cc !important;
    font-size: 1.05rem !important;
}

.post-content-text div[data-quote="true"]:not(.mcare-quote) em[b-3brdn0ori0] {
    color: #333 !important;
    font-style: italic !important;
    line-height: 1.6 !important;
}

/* OLD: Legacy blockquotes */
.post-content-text blockquote[b-3brdn0ori0] {
    border: 3px solid #0066cc !important;
    border-left: 8px solid #0066cc !important;
    background: #e3f2fd !important;
    padding: 20px !important;
    margin: 24px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0,102,204,0.25) !important;
}

.post-content-text blockquote strong[b-3brdn0ori0] {
    font-weight: 700 !important;
    color: #0066cc !important;
    font-size: 1.05rem !important;
}

.post-content-text blockquote .mcare-quote-title[b-3brdn0ori0] {
    font-weight: 700 !important;
    color: #0066cc !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #90caf9 !important;
}

/* Nested quotes */
.post-content-text div[data-quote="true"] div[data-quote="true"][b-3brdn0ori0] {
    border-left-color: #42a5f5 !important;
    background: rgba(187, 222, 251, 0.5) !important;
    margin: 12px 0 12px 12px !important;
    padding: 16px !important;
}

.post-content-text blockquote blockquote[b-3brdn0ori0] {
    border-left-color: #42a5f5 !important;
    background: rgba(187, 222, 251, 0.5) !important;
    margin: 12px 0 12px 12px !important;
    padding: 16px !important;
}

/* Breadcrumb */
.breadcrumb[b-3brdn0ori0] {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.breadcrumb-item a[b-3brdn0ori0] {
    color: #5c6ac4;
    text-decoration: none;
}

.breadcrumb-item a:hover[b-3brdn0ori0] {
    text-decoration: underline;
}

.breadcrumb-item.active[b-3brdn0ori0] {
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .post-content[b-3brdn0ori0] {
        grid-template-columns: 1fr;
    }
    
    .post-author[b-3brdn0ori0] {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 1rem;
    }
    
    .post-body[b-3brdn0ori0] {
        padding: 1rem;
    }
}
/* /Areas/BeoWorld/SponsorBanner.razor.rz.scp.css */
.sponsor-banner[b-thtmhgic5i] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.sponsor-banner-container[b-thtmhgic5i] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.sponsor-item[b-thtmhgic5i] {
    flex: 0 0 auto;
    max-width: 200px;
}

.sponsor-link[b-thtmhgic5i] {
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
}

.sponsor-link:hover[b-thtmhgic5i] {
    transform: translateY(-4px);
    opacity: 0.85;
}

.sponsor-logo[b-thtmhgic5i] {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sponsor-banner-container[b-thtmhgic5i] {
        gap: 1rem;
    }
    
    .sponsor-item[b-thtmhgic5i] {
        max-width: 150px;
    }
    
    .sponsor-logo[b-thtmhgic5i] {
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .sponsor-banner[b-thtmhgic5i] {
        padding: 1rem;
    }
    
    .sponsor-banner-container[b-thtmhgic5i] {
        gap: 0.75rem;
    }
    
    .sponsor-item[b-thtmhgic5i] {
        max-width: 120px;
    }
    
    .sponsor-logo[b-thtmhgic5i] {
        max-height: 40px;
    }
}
/* /Areas/Multicare/Layout/MulticareLayout.razor.rz.scp.css */
/* Multicare Layout - Horizontal Navigation */
/* Colors: Multicare Blue #007aff */

.multicare-layout[b-6xfb9nfifo] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Top Navigation Bar - Multicare Blue */
.multicare-navbar[b-6xfb9nfifo] {
    background: linear-gradient(135deg, #007aff 0%, #0051d5 100%);
    color: white;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 122, 255, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.multicare-navbar .container-fluid[b-6xfb9nfifo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

/* Brand */
.navbar-brand[b-6xfb9nfifo] {
    display: flex;
    align-items: center;
}

.brand-link[b-6xfb9nfifo] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    transition: opacity 0.2s ease;
}

.brand-link:hover[b-6xfb9nfifo] {
    opacity: 0.9;
    color: white;
}

.brand-logo[b-6xfb9nfifo] {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.brand-text[b-6xfb9nfifo] {
    font-weight: 700;
}

/* Mobile Toggle */
.navbar-toggler[b-6xfb9nfifo] {
    display: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.navbar-toggler:hover[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.2);
}

/* Navigation Menu */
.navbar-menu[b-6xfb9nfifo] {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
    justify-content: space-between;
    margin-left: 2rem;
}

.navbar-nav[b-6xfb9nfifo] {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link[b-6xfb9nfifo] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-nav .nav-link:hover[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.navbar-nav .nav-link.active[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.navbar-nav .nav-link i[b-6xfb9nfifo] {
    font-size: 1.1rem;
}

/* Navbar Actions */
.navbar-actions[b-6xfb9nfifo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Search Box */
.search-box[b-6xfb9nfifo] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    border-radius: 20px;
    width: 200px;
    transition: all 0.3s ease;
}

.search-box input[b-6xfb9nfifo]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-box input:focus[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
    width: 250px;
}

.search-box i[b-6xfb9nfifo] {
    position: absolute;
    right: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

/* User Menu */
.user-menu .btn[b-6xfb9nfifo] {
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.user-menu .btn:hover[b-6xfb9nfifo] {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    color: white;
}

/* Main Content */
.multicare-content[b-6xfb9nfifo] {
    flex: 1;
    padding: 0;
    background: #f5f5f5;
}

/* Footer - Matching Multicare dark theme */
.multicare-footer[b-6xfb9nfifo] {
    background: #2c2c2c;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem 0;
    margin-top: 4rem;
}

.multicare-footer a[b-6xfb9nfifo] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}

.multicare-footer a:hover[b-6xfb9nfifo] {
    color: white;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 991px) {
    .navbar-toggler[b-6xfb9nfifo] {
        display: block;
    }
    
    .navbar-menu[b-6xfb9nfifo] {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: #0051d5;
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
        box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .navbar-menu.show[b-6xfb9nfifo] {
        max-height: 500px;
    }
    
    .navbar-nav[b-6xfb9nfifo] {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-nav .nav-link[b-6xfb9nfifo] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .navbar-actions[b-6xfb9nfifo] {
        flex-direction: column;
        width: 100%;
    }
    
    .search-box[b-6xfb9nfifo] {
        width: 100%;
    }
    
    .search-box input[b-6xfb9nfifo] {
        width: 100%;
    }
    
    .search-box input:focus[b-6xfb9nfifo] {
        width: 100%;
    }
    
    .user-menu[b-6xfb9nfifo] {
        width: 100%;
    }
    
    .user-menu .btn[b-6xfb9nfifo] {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .multicare-navbar .container-fluid[b-6xfb9nfifo] {
        padding: 0.5rem 1rem;
    }
    
    .brand-text[b-6xfb9nfifo] {
        font-size: 1.25rem;
    }
    
    .brand-logo[b-6xfb9nfifo] {
        font-size: 1.5rem;
    }
    
    .navbar-nav .nav-link[b-6xfb9nfifo] {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .multicare-navbar .container-fluid[b-6xfb9nfifo] {
        padding: 0.5rem 0.75rem;
    }
    
    .navbar-menu[b-6xfb9nfifo] {
        margin-left: 0;
    }
    
    .brand-text[b-6xfb9nfifo] {
        font-size: 1.1rem;
    }
}
/* /Areas/Multiserve/MultiserveLayout.razor.rz.scp.css */
/* Multiserve Layout - Material Design 3 */

.multiserve-layout[b-eatf3w4s5x] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F5F5F5;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}

/* Override any body padding from Bootstrap offcanvas */
:global(body)[b-eatf3w4s5x] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Top App Bar (Material Design 3) */
.multiserve-topbar[b-eatf3w4s5x] {
    background: linear-gradient(135deg, #00897B 0%, #00695C 100%);
    color: white;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15), 0 2px 4px rgba(0,0,0,0.12);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 !important;
    width: 100%;
}

.sidebar-toggle[b-eatf3w4s5x] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    margin-right: 1rem;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-toggle:hover[b-eatf3w4s5x] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.sidebar-toggle:active[b-eatf3w4s5x] {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(0.98);
}

.sidebar-toggle i[b-eatf3w4s5x] {
    transition: transform 0.2s ease;
}

.sidebar-toggle:hover i[b-eatf3w4s5x] {
    transform: rotate(90deg);
}

.topbar-brand[b-eatf3w4s5x] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.0125em;
}

.topbar-brand .brand-logo[b-eatf3w4s5x] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.topbar-actions[b-eatf3w4s5x] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Main Content - Material Design 3 Surface */
.multiserve-content[b-eatf3w4s5x] {
    flex: 1;
    width: 100%;
    min-height: calc(100vh - 64px);
    position: relative;
    transition: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Prevent body shift when offcanvas opens */
.multiserve-layout[b-eatf3w4s5x] {
    position: relative;
    overflow-x: hidden;
}

/* Ensure body doesn't shift */
:global(body)[b-eatf3w4s5x] {
    overflow-x: hidden !important;
}

:global(body.offcanvas-open)[b-eatf3w4s5x] {
    overflow-x: hidden !important;
    position: static !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
}

/* Customize Offcanvas for multiserve sidebar */
.multiserve-layout :deep(.offcanvas)[b-eatf3w4s5x] {
    position: fixed !important;
    top: 64px !important; /* Below the header */
    left: 0 !important;
    height: calc(100vh - 64px) !important;
    width: 280px !important;
    background: #F5F5F5;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out !important;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.multiserve-layout :deep(.offcanvas.show)[b-eatf3w4s5x] {
    transform: translateX(0) !important;
    box-shadow: 2px 0 8px rgba(0,0,0,0.15);
}

.multiserve-layout :deep(.offcanvas.showing)[b-eatf3w4s5x],
.multiserve-layout :deep(.offcanvas.hiding)[b-eatf3w4s5x] {
    transition: transform 0.3s ease-in-out !important;
}

.multiserve-layout :deep(.offcanvas-backdrop)[b-eatf3w4s5x] {
    position: fixed !important;
    top: 64px !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.multiserve-layout :deep(.offcanvas-body)[b-eatf3w4s5x],
.multiserve-layout :deep(.offcanvas-multiserve-body)[b-eatf3w4s5x] {
    padding: 1rem;
    background: #F5F5F5;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiserve-layout :deep(.offcanvas-header)[b-eatf3w4s5x] {
    display: none; /* Hide default header since we have custom toggle */
}

/* Material Design Cards in Multiserve */
.multiserve-layout .card[b-eatf3w4s5x] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.multiserve-layout .card:hover[b-eatf3w4s5x] {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 3px 6px rgba(0,0,0,0.10);
}


.topbar-actions[b-eatf3w4s5x] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

/* Sidebar */
.multiserve-sidebar[b-eatf3w4s5x] {
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 260px;
    background: white;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 999;
}

.sidebar-header[b-eatf3w4s5x] {
    padding: 1.5rem 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-header h5[b-eatf3w4s5x] {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Sidebar Navigation */
.sidebar-nav[b-eatf3w4s5x] {
    padding: 1rem 0;
}

.nav-section[b-eatf3w4s5x] {
    margin-bottom: 1.5rem;
}

.nav-section-header[b-eatf3w4s5x] {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-section-header i[b-eatf3w4s5x] {
    font-size: 1rem;
}

.sidebar-nav .nav-link[b-eatf3w4s5x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1rem 0.65rem 2rem;
    color: #495057;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.sidebar-nav .nav-link:hover[b-eatf3w4s5x] {
    background: #f8f9fa;
    color: #16a085;
    border-left-color: #e9ecef;
}

.sidebar-nav .nav-link.active[b-eatf3w4s5x] {
    background: #e8f5f3;
    color: #16a085;
    border-left-color: #16a085;
    font-weight: 500;
}

.sidebar-nav .nav-link i[b-eatf3w4s5x] {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.sidebar-footer[b-eatf3w4s5x] {
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

/* Main Content */
.multiserve-content[b-eatf3w4s5x] {
    margin-left: 260px;
    margin-top: 60px;
    padding: 2rem;
    min-height: calc(100vh - 60px);
    transition: margin-left 0.3s ease;
}

/* Sidebar Hidden State */
.multiserve-sidebar:not(.show)[b-eatf3w4s5x] {
    transform: translateX(-260px);
}

body:has(.multiserve-sidebar:not(.show)) .multiserve-content[b-eatf3w4s5x] {
    margin-left: 0;
}

/* Responsive Design */

/* Tablet */
@media (max-width: 991px) {
    .multiserve-sidebar[b-eatf3w4s5x] {
        transform: translateX(-260px);
    }
    
    .multiserve-sidebar.show[b-eatf3w4s5x] {
        transform: translateX(0);
    }
    
    .multiserve-content[b-eatf3w4s5x] {
        margin-left: 0;
    }
    
    .topbar-brand .brand-text[b-eatf3w4s5x] {
        display: none;
    }
    
    .topbar-actions .small[b-eatf3w4s5x] {
        display: none;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .multiserve-topbar[b-eatf3w4s5x] {
        padding: 0 1rem;
        height: 56px;
    }
    
    .multiserve-content[b-eatf3w4s5x] {
        padding: 1rem;
        margin-top: 56px;
    }
    
    .multiserve-sidebar[b-eatf3w4s5x] {
        top: 56px;
        width: 100%;
        max-width: 280px;
    }
    
    /* Backdrop when sidebar is open on mobile */
    .multiserve-sidebar.show[b-eatf3w4s5x]::before {
        content: '';
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .multiserve-topbar[b-eatf3w4s5x] {
        padding: 0 0.75rem;
    }
    
    .topbar-brand .brand-logo[b-eatf3w4s5x] {
        font-size: 1.25rem;
    }
    
    .multiserve-content[b-eatf3w4s5x] {
        padding: 0.75rem;
    }
}

/* Scrollbar Styling for Sidebar */
.multiserve-sidebar[b-eatf3w4s5x]::-webkit-scrollbar {
    width: 6px;
}

.multiserve-sidebar[b-eatf3w4s5x]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.multiserve-sidebar[b-eatf3w4s5x]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.multiserve-sidebar[b-eatf3w4s5x]::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* /Areas/Multiserve/MultiserveSidebar.razor.rz.scp.css */
/* Multiserve Sidebar Styling - Material Design Theme */

/* Dashboard Link */
.dashboard-link[b-oh7xd5ha1l] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    color: #546E7A;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.dashboard-link:hover[b-oh7xd5ha1l] {
    background: rgba(0, 137, 123, 0.08);
    color: #00897B;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.dashboard-link i[b-oh7xd5ha1l] {
    font-size: 1.25rem;
}

.dashboard-link-active[b-oh7xd5ha1l] {
    background: linear-gradient(135deg, #00897B 0%, #00695C 100%) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(0, 137, 123, 0.4) !important;
}

.dashboard-link-active:hover[b-oh7xd5ha1l] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 137, 123, 0.5) !important;
}

/* Sidebar Navigation Sections */
.sidebar-section[b-oh7xd5ha1l] {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.sidebar-section:hover[b-oh7xd5ha1l] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.sidebar-section-header[b-oh7xd5ha1l] {
    width: 100%;
    border: none;
    background: transparent;
    color: #2C3E50;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sidebar-section-header:hover[b-oh7xd5ha1l] {
    background: rgba(0, 137, 123, 0.08);
    color: #00897B;
}

.sidebar-section-header i[b-oh7xd5ha1l] {
    transition: transform 0.2s ease;
}

.sidebar-section-header:hover i[b-oh7xd5ha1l] {
    transform: scale(1.1);
}

.sidebar-section-body[b-oh7xd5ha1l] {
    display: none;
    flex-direction: column;
    background: #FAFAFA;
}

.sidebar-section-body.show[b-oh7xd5ha1l] {
    display: flex;
}

.sidebar-section-body .list-group-item[b-oh7xd5ha1l] {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0;
    background: transparent;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #546E7A;
    transition: all 0.2s ease;
    text-decoration: none;
}

.sidebar-section-body .list-group-item:hover[b-oh7xd5ha1l] {
    background: rgba(0, 137, 123, 0.08);
    color: #00897B;
    padding-left: 2.75rem;
}

.sidebar-section-body .list-group-item i[b-oh7xd5ha1l] {
    font-size: 1rem;
    opacity: 0.7;
}

.sidebar-section-body .list-group-item:hover i[b-oh7xd5ha1l] {
    opacity: 1;
}

.sidebar-section-body .list-group-item.active[b-oh7xd5ha1l] {
    background: linear-gradient(90deg, rgba(0, 137, 123, 0.15) 0%, rgba(0, 137, 123, 0.08) 100%);
    color: #00897B;
    font-weight: 600;
    border-left: 3px solid #00897B;
    padding-left: calc(2.5rem - 3px);
}

.sidebar-section-body .list-group-item.active i[b-oh7xd5ha1l] {
    opacity: 1;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-st5157dr8u],
.components-reconnect-repeated-attempt-visible[b-st5157dr8u],
.components-reconnect-failed-visible[b-st5157dr8u],
.components-pause-visible[b-st5157dr8u],
.components-resume-failed-visible[b-st5157dr8u],
.components-rejoining-animation[b-st5157dr8u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-retrying[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-failed[b-st5157dr8u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-st5157dr8u] {
    display: block;
}


#components-reconnect-modal[b-st5157dr8u] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-st5157dr8u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-st5157dr8u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-st5157dr8u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-st5157dr8u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-st5157dr8u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-st5157dr8u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-st5157dr8u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-st5157dr8u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-st5157dr8u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-st5157dr8u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-st5157dr8u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-st5157dr8u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-st5157dr8u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-st5157dr8u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-st5157dr8u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-st5157dr8u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-st5157dr8u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-st5157dr8u {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
