@import 'NTG.Agent.WebClient.Client.79zzjlkbfd.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Mobile header styles */
.mobile-header[b-rvlxss58lo] {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 60px;
    background: var(--bs-body-bg, #ffffff);
    border-bottom: 1px solid var(--bs-border-color, #e1e5e9);
    z-index: 1000;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
}

.mobile-title[b-rvlxss58lo] {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-body-color, #374151);
}

.mobile-menu-btn[b-rvlxss58lo] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
}

.mobile-menu-btn:hover[b-rvlxss58lo] {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-overlay[b-rvlxss58lo] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-overlay.show[b-rvlxss58lo] {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .mobile-header[b-rvlxss58lo] {
        display: flex;
        background: var(--bs-body-bg, #ffffff) !important;
    }
    
    .mobile-overlay[b-rvlxss58lo] {
        display: block;
    }
    
    #sidebarColumn[b-rvlxss58lo] {
        position: fixed !important;
        top: 50px;
        left: 0;
        width: 255px;
        height: calc(100vh - 50px);
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        background: var(--bs-body-bg);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
        flex: none !important;
        max-width: none !important;
    }
    
    #sidebarColumn .sidebar[b-rvlxss58lo] {
        height: 100%;
        overflow: hidden;
    }
    
    #sidebarColumn .conversation-sidebar[b-rvlxss58lo] {
        margin-left: 0 !important;
        width: 280px !important;
        height: 100% !important;
    }
    
    #sidebarColumn.mobile-open[b-rvlxss58lo] {
        transform: translateX(0) !important;
    }
    
    #sidebarColumn .conversation-sidebar.collapsed[b-rvlxss58lo] {
        width: 280px !important;
        transform: none !important;
    }
    
    #sidebarColumn.mobile-open .conversation-sidebar.collapsed[b-rvlxss58lo] {
        width: 280px !important;
        transform: none !important;
        visibility: visible !important;
    }
    
    #mainContent[b-rvlxss58lo] {
        margin-left: 0 !important;
        padding-top: 110px !important;
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #sidebarColumn.sidebarcolumn-collapsed[b-rvlxss58lo],
    #sidebarColumn.col-2[b-rvlxss58lo] {
        position: fixed !important;
        width: 280px !important;
        flex: none !important;
        max-width: none !important;
    }
    
    #mainContent.expanded-content[b-rvlxss58lo],
    #mainContent.col-10[b-rvlxss58lo] {
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        margin-left: 0 !important;
    }
    
    .header[b-rvlxss58lo] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        height: auto;
        background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    }
    
    #mainContent[b-rvlxss58lo] {
        padding-top: 110px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .mobile-header[b-rvlxss58lo] {
        display: flex;
        background: var(--bs-body-bg, #ffffff) !important;
    }
    
    .mobile-overlay[b-rvlxss58lo] {
        display: block;
    }
    
    .page.row[b-rvlxss58lo] {
        flex-direction: column !important;
        margin: 0 !important;
    }
    
    .page.row > *[b-rvlxss58lo] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #sidebarColumn[b-rvlxss58lo] {
        position: fixed !important;
        top: 50px;
        left: 0;
        width: 255px;
        height: calc(100vh - 50px);
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        background: var(--bs-body-bg);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
        flex: none !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0 !important;
    }
    
    #sidebarColumn .sidebar[b-rvlxss58lo] {
        height: 100%;
        overflow: hidden;
    }
    
    #sidebarColumn .conversation-sidebar[b-rvlxss58lo] {
        margin-left: 0 !important;
        width: 320px !important;
        height: 100% !important;
    }
    
    #sidebarColumn.mobile-open[b-rvlxss58lo] {
        transform: translateX(0) !important;
    }
    
    #sidebarColumn .conversation-sidebar.collapsed[b-rvlxss58lo] {
        width: 320px !important;
        transform: none !important;
    }
    
    #sidebarColumn.mobile-open .conversation-sidebar.collapsed[b-rvlxss58lo] {
        width: 320px !important;
        transform: none !important;
        visibility: visible !important;
    }
    
    #mainContent[b-rvlxss58lo] {
        margin-left: 0 !important;
        padding-top: 110px !important;
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        min-height: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #sidebarColumn.sidebarcolumn-collapsed[b-rvlxss58lo],
    #sidebarColumn.col-2[b-rvlxss58lo] {
        position: fixed !important;
        width: 255px !important;
        flex: none !important;
        max-width: none !important;
    }
    
    #mainContent.expanded-content[b-rvlxss58lo],
    #mainContent.col-10[b-rvlxss58lo] {
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        margin-left: 0 !important;
    }
    
    .header[b-rvlxss58lo] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        height: auto;
        background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    }
}

@media (min-width: 1025px) {
    .mobile-header[b-rvlxss58lo] {
        display: none !important;
    }
    
    .mobile-overlay[b-rvlxss58lo] {
        display: none !important;
    }
    
    #sidebarColumn[b-rvlxss58lo] {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        z-index: auto !important;
        background: none !important;
        box-shadow: none !important;
    }
    
    #sidebarColumn.sidebarcolumn-collapsed[b-rvlxss58lo] {
        flex: 0 0 70px !important;
        max-width: 70px !important;
        width: 70px !important;
    }
    
    #mainContent.expanded-content[b-rvlxss58lo] {
        flex: 1 !important;
        max-width: calc(100% - 70px) !important;
        width: calc(100% - 70px) !important;
    }
    
    #sidebarColumn.col-2[b-rvlxss58lo] {
        flex: 0 0 280px !important;
        max-width: 280px !important;
        width: 280px !important;
    }
    
    #mainContent.col-10[b-rvlxss58lo] {
        flex: 1 !important;
        max-width: calc(100% - 280px) !important;
        width: calc(100% - 280px) !important;
    }
    
    #sidebarColumn[b-rvlxss58lo], #mainContent[b-rvlxss58lo] {
        transition: all 0.3s ease;
    }
}

.page[b-rvlxss58lo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rvlxss58lo] {
    flex: 1;
    transition: all 0.3s ease;
}

main.expanded-content[b-rvlxss58lo] {
    padding-left: 0;
}

#sidebarColumn[b-rvlxss58lo], #mainContent[b-rvlxss58lo] {
    transition: all 0.3s ease;
}

@media (min-width: 1025px) {
    .page.row[b-rvlxss58lo] {
        flex-direction: row;
        margin: 0;
    }
    
    #sidebarColumn[b-rvlxss58lo] {
        min-height: 100vh;
        padding: 0;
    }
    
    #mainContent[b-rvlxss58lo] {
        padding: 0;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    main.expanded-content[b-rvlxss58lo] {
        margin-left: 0;
    }
    
    .page.row[b-rvlxss58lo] {
        flex-direction: column !important;
        margin: 0 !important;
    }
    
    .page.row > *[b-rvlxss58lo] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #sidebarColumn[b-rvlxss58lo] {
        min-height: auto !important;
    }
    
    #mainContent[b-rvlxss58lo] {
        min-height: auto !important;
    }
}

.header[b-rvlxss58lo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rvlxss58lo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rvlxss58lo]  a, .top-row[b-rvlxss58lo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rvlxss58lo]  a:hover, .top-row[b-rvlxss58lo]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-rvlxss58lo] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-rvlxss58lo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

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

#blazor-error-ui .dismiss[b-rvlxss58lo] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 1025px) {
    .sidebarcolumn-collapsed[b-rvlxss58lo] {
        flex: 0 0 70px !important;
        max-width: 70px !important;
        width: 70px !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cychwajssm] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: none;
    outline: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .navbar-toggler[b-cychwajssm] {
        width: 2.5rem;
        height: 2rem;
        position: relative;
        top: auto;
        right: auto;
        background-size: 1.25rem;
    }
}

.navbar-toggler:checked[b-cychwajssm] {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    outline: none;
}

.navbar-toggler:focus[b-cychwajssm] {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:active[b-cychwajssm] {
    border: none;
    outline: none;
    box-shadow: none;
}

.top-row[b-cychwajssm] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

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

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

.bi-house-door-fill-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-lock-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 0a4 4 0 0 1 4 4v2.05a2.5 2.5 0 0 1 2 2.45v5a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 13.5v-5a2.5 2.5 0 0 1 2-2.45V4a4 4 0 0 1 4-4m0 1a3 3 0 0 0-3 3v2h6V4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-add' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0m-2-6a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3Cpath d='M8.256 14a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-cychwajssm] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6m5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

.nav-item[b-cychwajssm]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    display: flex;
    width: 100%;
}

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

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

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

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

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

    .nav-scrollable[b-cychwajssm] {
        display: block;
        overflow-y: auto;
    }
}


@media (max-width: 768px) {
    .navbar[b-cychwajssm] {
        padding: 0.5rem 1rem;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-brand[b-cychwajssm] {
        font-size: 0.9rem;
        margin: 0;
    }
    
    .navbar-toggler[b-cychwajssm] {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        width: 2.5rem; 
        height: 2rem;
    }
    
    .nav-scrollable[b-cychwajssm] {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: none;
    }
    
    .navbar-toggler:checked ~ .nav-scrollable[b-cychwajssm] {
        display: block;
    }
    
    .nav[b-cychwajssm] {
        padding: 0.5rem 0;
    }
    
    .nav-item[b-cychwajssm] {
        margin: 0;
    }
    
    .nav-item .nav-link[b-cychwajssm] {
        padding: 0.5rem 1rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 0.9rem;
    }
    
    .nav-item:last-child .nav-link[b-cychwajssm] {
        border-bottom: none;
    }
}
