@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* _content/AssesstoPortal/Components/BackButton.razor.rz.scp.css */
[b-db1rv4qs85] .back-button {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    touch-action: manipulation;
}
/* Add this to your MainLayout.razor.css file */
.top-row .back-button[b-db1rv4qs85] {
    margin-left: 10px;
    background-color: transparent;
    color: #0366d6;
}

    .top-row .back-button:hover[b-db1rv4qs85] {
        background-color: rgba(0,0,0,0.05);
    }
[b-db1rv4qs85] .back-button.btn-small {
    padding: 4px 8px;
    font-size: 12px;
    margin: 2px;
}

    .back-button.btn-medium[b-db1rv4qs85] {
        padding: 8px 12px;
        font-size: 14px;
        margin: 5px 0;
    }

    .back-button.btn-large[b-db1rv4qs85] {
        padding: 12px 20px;
        font-size: 16px;
        margin: 10px 0;
    }

[b-db1rv4qs85] .back-arrow {
    margin-right: 3px;
    font-weight: bold;
}
/* _content/AssesstoPortal/Components/CGRangeComponent.razor.rz.scp.css */

.date-range-picker[b-kfaewpxa2x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.date-picker-container[b-kfaewpxa2x] {
    display: flex;
    gap: 1rem;
}

.date-picker[b-kfaewpxa2x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.date-range-presets[b-kfaewpxa2x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.preset-buttons[b-kfaewpxa2x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .date-picker-container[b-kfaewpxa2x] {
        flex-direction: column;
    }
}

/* _content/AssesstoPortal/Components/ModuleAreaComp.razor.rz.scp.css */

.sales-container[b-j9bln9pw56] {
    padding: 1.5rem;
    max-width: 1440px;
    margin: 0 auto;
}

.sales-header[b-j9bln9pw56] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

    .sales-header h1[b-j9bln9pw56] {
        color: #2c3e50;
        font-size: 1.75rem;
        margin: 0;
    }

.quick-actions[b-j9bln9pw56] {
    display: flex;
    gap: 0.5rem;
}

.action-button[b-j9bln9pw56] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .action-button i[b-j9bln9pw56] {
        margin-right: 0.5rem;
    }

    .action-button.primary[b-j9bln9pw56] {
        background-color: #3498db;
        color: white;
    }

        .action-button.primary:hover[b-j9bln9pw56] {
            background-color: #2980b9;
        }

    .action-button.secondary[b-j9bln9pw56] {
        background-color: #f8f9fa;
        color: #3498db;
        border: 1px solid #e0e0e0;
    }

        .action-button.secondary:hover[b-j9bln9pw56] {
            background-color: #e9ecef;
        }

.module-nav[b-j9bln9pw56] {
    margin-bottom: 1.5rem;
}

.nav-tabs[b-j9bln9pw56] {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

    .nav-tabs[b-j9bln9pw56]::-webkit-scrollbar {
        height: 4px;
    }

    .nav-tabs[b-j9bln9pw56]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

.nav-tab[b-j9bln9pw56] {
    padding: 0.75rem 1.25rem;
    border: none;
    background: none;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

    .nav-tab i[b-j9bln9pw56] {
        margin-right: 0.5rem;
        font-size: 1.1rem;
    }

    .nav-tab.active[b-j9bln9pw56] {
        color: #3498db;
        border-bottom-color: #3498db;
    }

    .nav-tab:hover:not(.active)[b-j9bln9pw56] {
        color: #495057;
        background-color: #f8f9fa;
    }

.content-grid[b-j9bln9pw56] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.menu-card[b-j9bln9pw56] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    border: 1px solid #e0e0e0;
}

    .menu-card:hover[b-j9bln9pw56] {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-card.action[b-j9bln9pw56] {
        background-color: #e3f2fd;
        border-color: #bbdefb;
    }

.card-icon[b-j9bln9pw56] {
    font-size: 1.75rem;
    color: #3498db;
    margin-bottom: 0.75rem;
}

.card-label[b-j9bln9pw56] {
    font-weight: 500;
    text-align: center;
    color: #2c3e50;
}

.folder-badge[b-j9bln9pw56] {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    color: #6c757d;
}

.loading-state[b-j9bln9pw56] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-j9bln9pw56] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin-b-j9bln9pw56 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-j9bln9pw56 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .sales-header[b-j9bln9pw56] {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-actions[b-j9bln9pw56] {
        margin-top: 1rem;
        width: 100%;
    }

    .action-button[b-j9bln9pw56] {
        flex: 1;
        justify-content: center;
    }

    .content-grid[b-j9bln9pw56] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
/* _content/AssesstoPortal/Components/ModuleAreaComp2.razor.rz.scp.css */

.sales-container[b-fes1ealxsu] {
    padding: 1.5rem;
    max-width: 1440px;
    margin: 0 auto;
}

.sales-header[b-fes1ealxsu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

    .sales-header h1[b-fes1ealxsu] {
        color: #2c3e50;
        font-size: 1.75rem;
        margin: 0;
    }
.search-box[b-fes1ealxsu] {
    flex: 2;
    max-width: 500px;
}
.search-input-wrapper[b-fes1ealxsu] {
    position: relative;
    width: 100%;
}

.search-icon[b-fes1ealxsu] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}
.search-input[b-fes1ealxsu] {
    width: 100%;
    padding: 0.5rem 2.5rem;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

    .search-input:focus[b-fes1ealxsu] {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    }

.search-clear-btn[b-fes1ealxsu] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

    .search-clear-btn:hover[b-fes1ealxsu] {
        background-color: #f8f9fa;
    }
.quick-actions[b-fes1ealxsu] {
    display: flex;
    gap: 0.5rem;
}

.action-button[b-fes1ealxsu] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .action-button i[b-fes1ealxsu] {
        margin-right: 0.5rem;
    }

    .action-button.primary[b-fes1ealxsu] {
        background-color: #3498db;
        color: white;
    }

        .action-button.primary:hover[b-fes1ealxsu] {
            background-color: #2980b9;
        }

    .action-button.secondary[b-fes1ealxsu] {
        background-color: #f8f9fa;
        color: #3498db;
        border: 1px solid #e0e0e0;
    }

        .action-button.secondary:hover[b-fes1ealxsu] {
            background-color: #e9ecef;
        }

.module-nav[b-fes1ealxsu] {
    margin-bottom: 1.5rem;
}

.nav-tabs[b-fes1ealxsu] {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

    .nav-tabs[b-fes1ealxsu]::-webkit-scrollbar {
        height: 4px;
    }

    .nav-tabs[b-fes1ealxsu]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

.nav-tab[b-fes1ealxsu] {
    padding: 0.75rem 1.25rem;
    border: none;
    background: none;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

    .nav-tab i[b-fes1ealxsu] {
        margin-right: 0.5rem;
        font-size: 1.1rem;
    }

    .nav-tab.active[b-fes1ealxsu] {
        color: #3498db;
        border-bottom-color: #3498db;
    }

    .nav-tab:hover:not(.active)[b-fes1ealxsu] {
        color: #495057;
        background-color: #f8f9fa;
    }

.content-grid[b-fes1ealxsu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.menu-card[b-fes1ealxsu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    border: 1px solid #e0e0e0;
}

    .menu-card:hover[b-fes1ealxsu] {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .menu-card.action[b-fes1ealxsu] {
        background-color: #e3f2fd;
        border-color: #bbdefb;
    }

.card-icon[b-fes1ealxsu] {
    font-size: 1.75rem;
    color: #3498db;
    margin-bottom: 0.75rem;
}

.card-label[b-fes1ealxsu] {
    font-weight: 500;
    text-align: center;
    color: #2c3e50;
}

.folder-badge[b-fes1ealxsu] {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    color: #6c757d;
}

.loading-state[b-fes1ealxsu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-fes1ealxsu] {
    width: 2.5rem;
    height: 2.5rem;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin-b-fes1ealxsu 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-fes1ealxsu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .sales-header[b-fes1ealxsu] {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-actions[b-fes1ealxsu] {
        margin-top: 1rem;
        width: 100%;
    }

    .action-button[b-fes1ealxsu] {
        flex: 1;
        justify-content: center;
    }

    .content-grid[b-fes1ealxsu] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
/* _content/AssesstoPortal/Pages/Components/NotificationBell.razor.rz.scp.css */
/* Bell Button */
.notification-bell-container[b-t2l3y0eoqw] {
    position: relative;
}

.notification-bell[b-t2l3y0eoqw] {
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .notification-bell:hover[b-t2l3y0eoqw] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .notification-bell svg[b-t2l3y0eoqw] {
        color: #333;
    }

.notification-badge[b-t2l3y0eoqw] {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #dc3545;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
    line-height: 1.2;
}

/* Overlay */
.notification-overlay[b-t2l3y0eoqw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    animation: fadeIn-b-t2l3y0eoqw 0.2s ease;
}

@keyframes fadeIn-b-t2l3y0eoqw {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Popup Container */
.notification-popup[b-t2l3y0eoqw] {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-t2l3y0eoqw 0.3s ease;
}

@keyframes slideUp-b-t2l3y0eoqw {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Popup Header */
.popup-header[b-t2l3y0eoqw] {
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.popup-tabs[b-t2l3y0eoqw] {
    display: flex;
    gap: 8px;
}

.tab-button[b-t2l3y0eoqw] {
    background: transparent;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab-button:hover[b-t2l3y0eoqw] {
        background-color: #f5f5f5;
        color: #333;
    }

    .tab-button.active[b-t2l3y0eoqw] {
        background-color: #007bff;
        color: white;
    }

.popup-header-actions[b-t2l3y0eoqw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new-message-btn[b-t2l3y0eoqw] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s;
    white-space: nowrap;
}

    .new-message-btn:hover[b-t2l3y0eoqw] {
        background-color: #0056b3;
    }

    .new-message-btn span[b-t2l3y0eoqw] {
        font-size: 18px;
        font-weight: 600;
    }

.close-popup-btn[b-t2l3y0eoqw] {
    background: transparent;
    border: none;
    padding: 6px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

    .close-popup-btn:hover[b-t2l3y0eoqw] {
        background-color: #f5f5f5;
    }

    .close-popup-btn svg[b-t2l3y0eoqw] {
        color: #666;
    }

/* Search Bar */
.popup-search[b-t2l3y0eoqw] {
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .popup-search svg[b-t2l3y0eoqw] {
        color: #999;
        flex-shrink: 0;
    }

    .popup-search input[b-t2l3y0eoqw] {
        flex: 1;
        border: none;
        outline: none;
        font-size: 14px;
        color: #333;
    }

        .popup-search input[b-t2l3y0eoqw]::placeholder {
            color: #999;
        }

/* Content */
.popup-content[b-t2l3y0eoqw] {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
}

/* Notification Card */
.notification-card[b-t2l3y0eoqw] {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-bottom: 8px;
    position: relative;
}

    .notification-card:hover[b-t2l3y0eoqw] {
        background-color: #f8f9fa;
    }

    .notification-card.unread[b-t2l3y0eoqw] {
        background-color: #f0f7ff;
    }

.notification-avatar[b-t2l3y0eoqw] {
    position: relative;
    flex-shrink: 0;
}

    .notification-avatar img[b-t2l3y0eoqw] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }

.avatar-placeholder[b-t2l3y0eoqw] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.online-indicator[b-t2l3y0eoqw] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background-color: #28a745;
    border: 2px solid white;
    border-radius: 50%;
}

.notification-body[b-t2l3y0eoqw] {
    flex: 1;
    min-width: 0;
}

.notification-header-row[b-t2l3y0eoqw] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.notification-name[b-t2l3y0eoqw] {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-date[b-t2l3y0eoqw] {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    margin-left: 8px;
}

.notification-preview[b-t2l3y0eoqw] {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-actions[b-t2l3y0eoqw] {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.action-btn[b-t2l3y0eoqw] {
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .action-btn:hover[b-t2l3y0eoqw] {
        background-color: #5f4dd1;
    }

    .action-btn:first-child[b-t2l3y0eoqw] {
        background-color: #007bff;
    }

        .action-btn:first-child:hover[b-t2l3y0eoqw] {
            background-color: #0056b3;
        }

.unread-badge[b-t2l3y0eoqw] {
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: #dc3545;
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

/* Empty State */
.empty-state[b-t2l3y0eoqw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

    .empty-state svg[b-t2l3y0eoqw] {
        color: #ccc;
        margin-bottom: 16px;
    }

    .empty-state p[b-t2l3y0eoqw] {
        color: #999;
        font-size: 15px;
        margin: 0;
    }

/* Scrollbar */
.popup-content[b-t2l3y0eoqw]::-webkit-scrollbar {
    width: 6px;
}

.popup-content[b-t2l3y0eoqw]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popup-content[b-t2l3y0eoqw]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

    .popup-content[b-t2l3y0eoqw]::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

/* Responsive */
@media (max-width: 640px) {
    .notification-popup[b-t2l3y0eoqw] {
        max-width: 100%;
        max-height: 90vh;
        border-radius: 12px 12px 0 0;
    }

    .popup-header[b-t2l3y0eoqw] {
        flex-wrap: wrap;
    }

    .popup-tabs[b-t2l3y0eoqw] {
        flex: 1;
    }

    .new-message-btn span:first-child[b-t2l3y0eoqw] {
        display: none;
    }
}
/* _content/AssesstoPortal/Pages/Index.razor.rz.scp.css */
.bottom-20 > .dxflItem[b-4hepyzqyn7] {
    height: 20% !important;
    min-height: 80px;
    flex-shrink: 0;
}
/* _content/AssesstoPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-yzz1adc913] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yzz1adc913] {
    flex: 1;
}

.sidebar[b-yzz1adc913] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yzz1adc913] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yzz1adc913]  a, .top-row .btn-link[b-yzz1adc913] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yzz1adc913] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yzz1adc913] {
        display: none;
    }

    .top-row.auth[b-yzz1adc913] {
        justify-content: space-between;
    }

    .top-row a[b-yzz1adc913], .top-row .btn-link[b-yzz1adc913] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yzz1adc913] {
        flex-direction: row;
    }

    .sidebar[b-yzz1adc913] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yzz1adc913] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yzz1adc913], article[b-yzz1adc913] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Main Layout Container */
    .app-container[b-yzz1adc913] {
        display: flex;
        height: 100vh;
        overflow: hidden;
        background-color: #f5f5f5;
    }
    /* Sidebar */
    .app-sidebar[b-yzz1adc913] {
        width: 260px;
        background-color: #4d4d4d;
        color: white;
        overflow-y: auto;
        flex-shrink: 0;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    /* Main Content Area */
    .app-main[b-yzz1adc913] {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }


    .app-header[b-yzz1adc913] {
        background-color: white;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        z-index: 100;
    }

    .header-content[b-yzz1adc913] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px;
        height: 64px;
    }
    .header-actions[b-yzz1adc913] {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    /* Main Content */
    .app-content[b-yzz1adc913] {
        flex: 1;
        overflow-y: auto;
        padding: 24px;
        background-color: #f5f5f5;
    }

}
/* _content/AssesstoPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-epgj4uojri] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-epgj4uojri] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-epgj4uojri] {
    font-size: 1.1rem;
}

.oi[b-epgj4uojri] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-epgj4uojri] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-epgj4uojri] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-epgj4uojri] {
        padding-bottom: 1rem;
    }

    .nav-item[b-epgj4uojri]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-epgj4uojri]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-epgj4uojri]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-epgj4uojri] {
        display: none;
    }

    .collapse[b-epgj4uojri] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-epgj4uojri] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
