/* _content/MyRatedPros.Portal.Web/Pages/Admin/AdminAlerts.razor.rz.scp.css */
.admin-alert-card--navigable:hover[b-6i0qn905ik] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* _content/MyRatedPros.Portal.Web/Shared/Footer.razor.rz.scp.css */
.app-footer[b-jtihif0iwg] {
    background-color: #0AA2C4;
    color: #ffffff;
    padding: 1.25rem 1.5rem;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}

.footer-content[b-jtihif0iwg] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-copyright[b-jtihif0iwg] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .app-footer[b-jtihif0iwg] {
        padding: 1rem 1rem;
    }

    .footer-copyright[b-jtihif0iwg] {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .app-footer[b-jtihif0iwg] {
        padding: 0.875rem 1rem;
    }

    .footer-copyright[b-jtihif0iwg] {
        font-size: 0.8rem;
    }
}

/* _content/MyRatedPros.Portal.Web/Shared/LoginDisplay.razor.rz.scp.css */
.top-navbar[b-wkgtpsiqcn] {
    background: linear-gradient(135deg, #ffffff 0%, #F0FCFF 100%);
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    height: 64px;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.top-navbar-content[b-wkgtpsiqcn] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-navbar-brand[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
}

.top-navbar-title[b-wkgtpsiqcn] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0AA2C4;
    letter-spacing: -0.02em;
}

.top-navbar-actions[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-greeting[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
}

.greeting-text[b-wkgtpsiqcn] {
    color: #333333;
    font-size: 0.95rem;
}

.greeting-text strong[b-wkgtpsiqcn] {
    color: #07AED3;
    font-weight: 600;
}

.user-menu-action[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

/*
 * Badge wrapper is position:absolute; width/height 100% of .mud-badge-root — so the red count
 * sits on the top-right of the ROOT box. If the root stretches wide, the badge looks "far" from the icon.
 * Target mud-badge-root (not .mud-badge — that class is on the pill only).
 */
.user-menu-action[b-wkgtpsiqcn]  .login-display-account-badge.mud-badge-root {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: fit-content;
    vertical-align: middle;
}

.user-menu-action[b-wkgtpsiqcn]  .login-display-account-badge.mud-badge-root > .mud-menu {
    flex: 0 0 auto;
}

.user-menu-action[b-wkgtpsiqcn]  .mud-menu > .mud-button-root,
.user-menu-action[b-wkgtpsiqcn]  .mud-menu > .mud-icon-button {
    color: #07AED3;
    transition: all 0.2s ease;
}

.user-menu-action[b-wkgtpsiqcn]  .mud-menu > .mud-button-root:hover,
.user-menu-action[b-wkgtpsiqcn]  .mud-menu > .mud-icon-button:hover {
    background-color: #F0FCFF;
    color: #0AA2C4;
}

.login-action[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
}

.login-link[b-wkgtpsiqcn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    color: #07AED3;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.login-link:hover[b-wkgtpsiqcn] {
    background-color: #F0FCFF;
    color: #0AA2C4;
    border-color: #07AED3;
    transform: translateY(-1px);
}

.login-link .oi[b-wkgtpsiqcn] {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .top-navbar[b-wkgtpsiqcn] {
        padding: 0 1rem;
        min-height: 56px;
        height: auto;
    }

    .top-navbar-content[b-wkgtpsiqcn] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .top-navbar-title[b-wkgtpsiqcn] {
        font-size: 0.95rem;
    }

    .greeting-text[b-wkgtpsiqcn] {
        font-size: 0.8rem;
    }

    .top-navbar-actions[b-wkgtpsiqcn] {
        gap: 0.5rem;
    }

    .login-link[b-wkgtpsiqcn] {
        padding: 0.35rem 0.65rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .top-navbar-content[b-wkgtpsiqcn] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.75rem 0;
    }

    .top-navbar-actions[b-wkgtpsiqcn] {
        width: 100%;
        justify-content: space-between;
    }

    .greeting-text[b-wkgtpsiqcn] {
        display: none;
    }
}

/* _content/MyRatedPros.Portal.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-efuxctpyym] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background-color: #F0FCFF;
    width: 100%;
    overflow-x: hidden;
}

main[b-efuxctpyym] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-x: hidden;
}

/* Full-width layout when sidebar is hidden (non-admin users) */
.page-no-sidebar .main-full-width[b-efuxctpyym] {
    margin-left: 0 !important;
    width: 100% !important;
}

.unauthorized-message[b-efuxctpyym] {
    padding: 2rem 0;
}

.sidebar[b-efuxctpyym] {
    background-color: #F0FCFF;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
    transition: width 0.3s ease;
}

.sidebar.collapsed[b-efuxctpyym] {
    width: 70px !important;
    min-width: 70px !important;
}

.top-row[b-efuxctpyym] {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    justify-content: flex-end;
    height: 0.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

    .top-row[b-efuxctpyym]  a, .top-row .btn-link[b-efuxctpyym] {
        white-space: nowrap;
        margin-left: 0.5rem;
    }

    .top-row a:first-child[b-efuxctpyym] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    .page[b-efuxctpyym] {
        flex-direction: column;
    }

    .sidebar[b-efuxctpyym] {
        width: 100% !important;
        min-width: 100% !important;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        max-height: 64px;
        overflow: visible;
        transition: max-height 0.3s ease;
    }

    .sidebar.mobile-open[b-efuxctpyym] {
        max-height: 100vh;
        overflow-y: auto;
    }

    .sidebar.collapsed[b-efuxctpyym] {
        width: 100% !important;
        min-width: 100% !important;
    }

    main[b-efuxctpyym] {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 64px;
    }

    main.sidebar-collapsed[b-efuxctpyym] {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .top-row:not(.auth)[b-efuxctpyym] {
        display: none;
    }

    .top-row.auth[b-efuxctpyym] {
        justify-content: space-between;
    }

    .top-row a[b-efuxctpyym], .top-row .btn-link[b-efuxctpyym] {
        margin-left: 0;
    }
}

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

    .sidebar[b-efuxctpyym] {
        width: 260px;
        min-width: 260px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
    }

    main[b-efuxctpyym] {
        margin-left: 260px;
        width: calc(100% - 260px);
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        transition: margin-left 0.3s ease, width 0.3s ease;
    }

    main.sidebar-collapsed[b-efuxctpyym] {
        margin-left: 70px;
        width: calc(100% - 70px);
    }

    .top-row[b-efuxctpyym] {
        position: sticky;
        top: 0;
        z-index: 100;
    }

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

    article.content[b-efuxctpyym] {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
        padding-bottom: 0;
    }
}
/* _content/MyRatedPros.Portal.Web/Shared/NavMenu.razor.rz.scp.css */
/* Sidebar Header with Logo */
.sidebar-header[b-ch2zum4rgr] {
    background-color: #F0FCFF;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    height: 64px;
    min-height: 64px;
    flex-shrink: 0;
    gap: 0.5rem;
}

.logo-container[b-ch2zum4rgr] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.logo-container.collapsed[b-ch2zum4rgr] {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.sidebar-logo[b-ch2zum4rgr] {
    height: 32px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
}

.navbar-brand[b-ch2zum4rgr] {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

.navbar-toggler[b-ch2zum4rgr] {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.navbar-toggler:hover[b-ch2zum4rgr] {
    background-color: #07AED3;
    border-color: #07AED3;
}

.navbar-toggler:hover .oi[b-ch2zum4rgr] {
    color: #ffffff;
}

.navbar-toggler .oi[b-ch2zum4rgr] {
    font-size: 0.9rem;
    color: #333333;
    width: auto;
    margin: 0;
    line-height: 1;
}

/* Navigation Sections */
.nav-scrollable[b-ch2zum4rgr] {
    padding: 1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    background-color: #F0FCFF;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-section[b-ch2zum4rgr] {
    margin-bottom: 1.5rem;
}

.nav-section-title[b-ch2zum4rgr] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    padding: 0.5rem 0 0.75rem;
    margin-bottom: 0.25rem;
}

.nav-item[b-ch2zum4rgr] {
    padding: 0;
    margin-bottom: 0.25rem;
}

.oi[b-ch2zum4rgr] {
    width: 1.5rem;
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 0.75rem;
    text-align: center;
    flex-shrink: 0;
    transition: margin 0.3s ease;
}

.sidebar.collapsed .nav-item .oi[b-ch2zum4rgr] {
    margin-right: 0;
}

.nav-link-text[b-ch2zum4rgr] {
    flex: 1;
    transition: opacity 0.3s ease, width 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
}

.nav-link-text.collapsed[b-ch2zum4rgr] {
    opacity: 0;
    width: 0;
    margin: 0;
}

.nav-item[b-ch2zum4rgr]  a {
    color: #333333;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    padding: 0 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    justify-content: flex-start;
}

.sidebar.collapsed .nav-item[b-ch2zum4rgr]  a {
    justify-content: center;
    padding: 0 0.5rem;
}

.nav-item[b-ch2zum4rgr]  a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: #07AED3;
    border-radius: 0 2px 2px 0;
    transition: height 0.2s ease;
}

.nav-item[b-ch2zum4rgr]  a:hover {
    background-color: rgba(7, 174, 211, 0.1);
    color: #07AED3;
    transform: translateX(2px);
}

.nav-item[b-ch2zum4rgr]  a:hover::before {
    height: 60%;
}

.nav-item[b-ch2zum4rgr]  a.active {
    background-color: rgba(7, 174, 211, 0.15);
    color: #07AED3;
    font-weight: 600;
}

.nav-item[b-ch2zum4rgr]  a.active::before {
    height: 70%;
}

/* Navigation Group Header */
.nav-group-header[b-ch2zum4rgr] {
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333333;
    transition: all 0.2s ease;
    position: relative;
}

.nav-group-header:hover[b-ch2zum4rgr] {
    background-color: rgba(7, 174, 211, 0.1);
    color: #07AED3;
}

.nav-group-header.collapsed[b-ch2zum4rgr] {
    justify-content: center;
    padding: 0 0.5rem;
}

/* Chevron icon - only visible when expanded */
.nav-chevron[b-ch2zum4rgr] {
    width: 0.75rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.nav-group-header.collapsed .nav-chevron[b-ch2zum4rgr] {
    display: none;
}

/* Main icon */
.nav-main-icon[b-ch2zum4rgr] {
    width: 1.5rem;
    font-size: 1rem;
    margin-right: 0.75rem;
    text-align: center;
    flex-shrink: 0;
    transition: margin 0.3s ease;
}

.nav-group-header.collapsed .nav-main-icon[b-ch2zum4rgr] {
    margin-right: 0;
}

/* Submenu */
.nav-submenu[b-ch2zum4rgr] {
    margin-left: 0rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    padding-left: 0.0rem;
    border-left: 2px solid rgba(7, 174, 211, 0.2);
    transition: all 0.3s ease;
}

.nav-submenu.collapsed[b-ch2zum4rgr] {
    margin-left: 0;
    border-left: none;
    margin-top: 0.125rem;
    margin-bottom: 0.25rem;
}

.nav-sub-link[b-ch2zum4rgr] {
    font-size: 0.85rem !important;
    padding-left: 1.5rem !important;
}

.nav-submenu.collapsed .nav-sub-link[b-ch2zum4rgr] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    justify-content: center !important;
}

.nav-sub-link .oi[b-ch2zum4rgr] {
    width: 1.25rem;
    font-size: 0.9rem;
}

.nav-submenu.collapsed .nav-sub-link .oi[b-ch2zum4rgr] {
    width: 1.5rem;
    font-size: 1rem;
    margin-right: 0;
}

/* Scrollbar Styling */
.nav-scrollable[b-ch2zum4rgr]::-webkit-scrollbar {
    width: 6px;
}

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

.nav-scrollable[b-ch2zum4rgr]::-webkit-scrollbar-thumb {
    background: rgba(7, 174, 211, 0.3);
    border-radius: 3px;
}

.nav-scrollable[b-ch2zum4rgr]::-webkit-scrollbar-thumb:hover {
    background: rgba(7, 174, 211, 0.5);
}

@media (min-width: 641px) {
    .navbar-toggler[b-ch2zum4rgr] {
        display: flex !important;
    }

    .collapse[b-ch2zum4rgr] {
        display: block;
    }
    
    .nav-scrollable[b-ch2zum4rgr] {
        height: calc(100vh - 64px);
        min-height: calc(100vh - 64px);
    }

    .sidebar-header[b-ch2zum4rgr] {
        height: 64px;
        min-height: 64px;
    }
}

@media (max-width: 768px) {
    .sidebar-header[b-ch2zum4rgr] {
        height: 64px;
        min-height: 64px;
        padding: 0 1rem;
        background-color: #F0FCFF;
        position: relative;
        z-index: 2001;
    }

    .sidebar-logo[b-ch2zum4rgr] {
        height: 28px;
        max-width: 100px;
    }

    .navbar-toggler[b-ch2zum4rgr] {
        display: flex !important;
        z-index: 2002;
    }

    .nav-scrollable[b-ch2zum4rgr] {
        display: none;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        height: calc(100vh - 64px);
        max-height: calc(100vh - 64px);
        background-color: #F0FCFF;
        overflow-y: auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 2000;
    }

    .sidebar.mobile-open .nav-scrollable[b-ch2zum4rgr] {
        display: block;
    }

    .nav-item[b-ch2zum4rgr]  a {
        padding: 0.75rem 1rem;
        height: auto;
        min-height: 3rem;
    }

    .logo-container[b-ch2zum4rgr] {
        justify-content: flex-start;
    }

    .logo-container.collapsed[b-ch2zum4rgr] {
        opacity: 1;
        width: auto;
    }
}
/* _content/MyRatedPros.Portal.Web/Shared/RedirectToLogin.razor.rz.scp.css */
