/* _content/ReconnaWebPlatform/Components/Layout/MainLayout.razor.rz.scp.css */
/* Dashboard Layout */
.dashboard-layout[b-6mzuw5hwqt] {
    display: flex;
    min-height: 100vh;
    background-color: #f8f9fa;
}

/* Sidebar */
.sidebar[b-6mzuw5hwqt] {
    width: 260px;
    background: linear-gradient(180deg, #003153 0%, #00243d 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    transition: width 0.3s ease;
}

.sidebar-collapsed .sidebar[b-6mzuw5hwqt] {
    width: 70px;
}

.sidebar-header[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-brand[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.sidebar-brand-icon[b-6mzuw5hwqt] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.sidebar-brand-text[b-6mzuw5hwqt] {
    font-size: 1.25rem;
    font-weight: 700;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.sidebar-collapsed .sidebar-brand-text[b-6mzuw5hwqt] {
    opacity: 0;
    width: 0;
}

.sidebar-toggle[b-6mzuw5hwqt] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.sidebar-toggle:hover[b-6mzuw5hwqt] {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-collapsed .sidebar-toggle[b-6mzuw5hwqt] {
    margin: 0 auto;
}

/* Sidebar Navigation */
.sidebar-nav[b-6mzuw5hwqt] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 0;
}

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

.nav-section-title[b-6mzuw5hwqt] {
    display: block;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.sidebar-collapsed .nav-section-title[b-6mzuw5hwqt] {
    opacity: 0;
}

/* New Project Button */
.sidebar-action[b-6mzuw5hwqt] {
    padding: 0.75rem 0.75rem 0;
}

.btn-new-project[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.btn-new-project:hover[b-6mzuw5hwqt] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-new-project i[b-6mzuw5hwqt] {
    font-size: 0.875rem;
}

.sidebar-collapsed .btn-new-project[b-6mzuw5hwqt] {
    padding: 0.75rem;
}

.sidebar-collapsed .btn-new-project .nav-item-text[b-6mzuw5hwqt] {
    display: none;
}

.nav-item[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    margin: 0.125rem 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nav-item:hover[b-6mzuw5hwqt] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-item.active[b-6mzuw5hwqt] {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.nav-item i[b-6mzuw5hwqt] {
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.nav-item-text[b-6mzuw5hwqt] {
    transition: opacity 0.2s ease;
}

.sidebar-collapsed .nav-item-text[b-6mzuw5hwqt] {
    opacity: 0;
    width: 0;
}

.sidebar-collapsed .nav-item[b-6mzuw5hwqt] {
    justify-content: center;
    padding: 0.75rem;
}

.nav-badge[b-6mzuw5hwqt] {
    margin-left: auto;
    background: #ef4444;
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    transition: opacity 0.2s ease;
}

.sidebar-collapsed .nav-badge[b-6mzuw5hwqt] {
    display: none;
}

/* Sidebar Footer */
.sidebar-footer[b-6mzuw5hwqt] {
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-top: 0.5rem;
    position: relative;
}

.sidebar-collapsed .user-profile[b-6mzuw5hwqt] {
    justify-content: center;
    padding: 0.5rem;
}

.user-info[b-6mzuw5hwqt] {
    flex: 1;
    min-width: 0;
    transition: opacity 0.2s ease;
}

.sidebar-collapsed .user-info[b-6mzuw5hwqt] {
    display: none;
}

.user-name[b-6mzuw5hwqt] {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-6mzuw5hwqt] {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.user-menu-btn[b-6mzuw5hwqt] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.2s ease;
}

.sidebar-collapsed .user-menu-btn[b-6mzuw5hwqt] {
    display: none;
}

.user-menu-btn:hover[b-6mzuw5hwqt] {
    color: #ffffff;
}

.user-dropdown[b-6mzuw5hwqt] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.5rem;
    overflow: hidden;
    z-index: 10;
}

.dropdown-item[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    color: #36454F;
    text-decoration: none;
    font-size: 0.875rem;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dropdown-item:hover[b-6mzuw5hwqt] {
    background: #f8f9fa;
}

.dropdown-item.text-danger[b-6mzuw5hwqt] {
    color: #ef4444;
}

.dropdown-divider[b-6mzuw5hwqt] {
    margin: 0.25rem 0;
    border: none;
    border-top: 1px solid #e9ecef;
}

/* Main Wrapper */
.main-wrapper[b-6mzuw5hwqt] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
}

.sidebar-collapsed .main-wrapper[b-6mzuw5hwqt] {
    margin-left: 70px;
}

/* Header */
.main-header[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 49, 83, 0.1);
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-left[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mobile-sidebar-toggle[b-6mzuw5hwqt] {
    display: none;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #003153;
    cursor: pointer;
}

.search-box[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    min-width: 300px;
}

.search-box i[b-6mzuw5hwqt] {
    color: #718096;
}

.search-box input[b-6mzuw5hwqt] {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    font-size: 0.9375rem;
    color: #1a1a2e;
}

.search-box input[b-6mzuw5hwqt]::placeholder {
    color: #718096;
}

.header-right[b-6mzuw5hwqt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-btn[b-6mzuw5hwqt] {
    position: relative;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #36454F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.header-btn:hover[b-6mzuw5hwqt] {
    background: #f8f9fa;
    color: #003153;
}

.notification-badge[b-6mzuw5hwqt] {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ef4444;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 600;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Content */
.main-content[b-6mzuw5hwqt] {
    flex: 1;
    padding: 1.5rem;
}

/* Mobile Overlay */
.sidebar-overlay[b-6mzuw5hwqt] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* Responsive */
@media (max-width: 1024px) {
    .search-box[b-6mzuw5hwqt] {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .sidebar[b-6mzuw5hwqt] {
        transform: translateX(-100%);
    }
    
    .sidebar-overlay[b-6mzuw5hwqt] {
        display: block;
    }
    
    .dashboard-layout.mobile-sidebar-open .sidebar[b-6mzuw5hwqt] {
        transform: translateX(0);
    }
    
    .main-wrapper[b-6mzuw5hwqt] {
        margin-left: 0;
    }
    
    .sidebar-collapsed .main-wrapper[b-6mzuw5hwqt] {
        margin-left: 0;
    }
    
    .mobile-sidebar-toggle[b-6mzuw5hwqt] {
        display: block;
    }
    
    .search-box[b-6mzuw5hwqt] {
        display: none;
    }
}

/* Error UI */
#blazor-error-ui[b-6mzuw5hwqt] {
    background: #ef4444;
    color: #ffffff;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

#blazor-error-ui[style][b-6mzuw5hwqt] {
    display: block;
}

#blazor-error-ui .reload[b-6mzuw5hwqt],
#blazor-error-ui .dismiss[b-6mzuw5hwqt] {
    color: #ffffff;
    cursor: pointer;
    margin-left: 1rem;
}



@keyframes spin-b-6mzuw5hwqt {
    to { transform: rotate(360deg); }
}
@keyframes pulse-b-6mzuw5hwqt {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
/* _content/ReconnaWebPlatform/Components/Pages/InvestPal/ProjectDetails.razor.rz.scp.css */
/* _content/ReconnaWebPlatform/Components/Shared/CreateProjectModal.razor.rz.scp.css */
.modal-overlay[b-kg6x0ay95f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-kg6x0ay95f 0.2s ease;
    padding: 1rem;
}

@keyframes fadeIn-b-kg6x0ay95f {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-container[b-kg6x0ay95f] {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-kg6x0ay95f 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 49, 83, 0.3);
}

.modal-container.modal-large[b-kg6x0ay95f] {
    max-width: 900px;
}

@keyframes slideUp-b-kg6x0ay95f {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-header[b-kg6x0ay95f] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    flex-shrink: 0;
}

.modal-title-section h2[b-kg6x0ay95f] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #003153;
    margin: 0 0 0.75rem 0;
}

.step-indicator[b-kg6x0ay95f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.step[b-kg6x0ay95f] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #a0aec0;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    background: #f1f5f9;
}

.step.active[b-kg6x0ay95f] {
    color: #003153;
    background: #e0f2fe;
}

.step.completed[b-kg6x0ay95f] {
    color: #10b981;
    background: #d1fae5;
}

.step-divider[b-kg6x0ay95f] {
    width: 20px;
    height: 2px;
    background: #e2e8f0;
}

.modal-close[b-kg6x0ay95f] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #718096;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.modal-close:hover[b-kg6x0ay95f] {
    background: #f1f5f9;
    color: #003153;
}

.modal-body[b-kg6x0ay95f] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.step-content[b-kg6x0ay95f] {
    min-height: 300px;
}

.step-name[b-kg6x0ay95f] {
    text-align: center;
    padding: 2rem 1rem;
}

.step-icon[b-kg6x0ay95f] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #003153 0%, #004d80 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto 1.5rem;
}

.step-content h3[b-kg6x0ay95f] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #003153;
    margin-bottom: 0.5rem;
}

.step-description[b-kg6x0ay95f] {
    color: #718096;
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
}

.name-input-group[b-kg6x0ay95f] {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.form-input-large[b-kg6x0ay95f] {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
    text-align: center;
}

.char-count[b-kg6x0ay95f] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: #a0aec0;
}

.project-type-grid[b-kg6x0ay95f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.project-type-card[b-kg6x0ay95f] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.project-type-card:hover[b-kg6x0ay95f] {
    border-color: #003153;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 49, 83, 0.1);
}

.project-type-card.selected[b-kg6x0ay95f] {
    border-color: #003153;
    background: #f8fafc;
    box-shadow: 0 0 0 3px rgba(0, 49, 83, 0.1);
}

.type-icon[b-kg6x0ay95f] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.type-content[b-kg6x0ay95f] {
    flex: 1;
}

.type-name[b-kg6x0ay95f] {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.type-description[b-kg6x0ay95f] {
    display: block;
    font-size: 0.8125rem;
    color: #718096;
    line-height: 1.4;
}

.details-step[b-kg6x0ay95f] {
    min-height: auto;
}

.selected-type-header[b-kg6x0ay95f] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.selected-type-badge[b-kg6x0ay95f] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid;
}

.selected-type-header h3[b-kg6x0ay95f] {
    margin: 0;
    flex: 1;
}

.form-sections[b-kg6x0ay95f] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-section[b-kg6x0ay95f] {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.25rem;
}

.form-section h4[b-kg6x0ay95f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #003153;
    margin: 0 0 1rem 0;
}

.form-section h4 i[b-kg6x0ay95f] {
    color: #3b82f6;
}

.form-row[b-kg6x0ay95f] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-row.three-col[b-kg6x0ay95f] {
    grid-template-columns: repeat(3, 1fr);
}

.form-group[b-kg6x0ay95f] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-kg6x0ay95f] {
    margin-bottom: 0;
}

.form-label[b-kg6x0ay95f] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 0.375rem;
}

.form-input[b-kg6x0ay95f] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    color: #1a1a2e;
    transition: all 0.2s ease;
}

.form-input:focus[b-kg6x0ay95f] {
    outline: none;
    border-color: #003153;
    box-shadow: 0 0 0 3px rgba(0, 49, 83, 0.1);
}

.form-textarea[b-kg6x0ay95f] {
    resize: vertical;
    min-height: 80px;
}

.input-with-prefix[b-kg6x0ay95f] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-prefix[b-kg6x0ay95f] {
    position: absolute;
    left: 0.875rem;
    color: #718096;
    font-size: 0.875rem;
    font-weight: 500;
}

.input-with-prefix .form-input[b-kg6x0ay95f] {
    padding-left: 3rem;
}

.checkbox-label[b-kg6x0ay95f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #4a5568;
    cursor: pointer;
}

.checkbox-label input[b-kg6x0ay95f] {
    width: 16px;
    height: 16px;
    accent-color: #003153;
}

.modal-footer[b-kg6x0ay95f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e9ecef;
    background: #f8fafc;
    flex-shrink: 0;
    border-radius: 0 0 16px 16px;
}

.footer-actions[b-kg6x0ay95f] {
    display: flex;
    gap: 0.75rem;
}

.btn[b-kg6x0ay95f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary[b-kg6x0ay95f] {
    background: #003153;
    color: #fff;
}

.btn-primary:hover:not(:disabled)[b-kg6x0ay95f] {
    background: #004570;
}

.btn-primary:disabled[b-kg6x0ay95f] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-kg6x0ay95f] {
    background: #e9ecef;
    color: #1a1a2e;
}

.btn-secondary:hover[b-kg6x0ay95f] {
    background: #dee2e6;
}

.btn-outline[b-kg6x0ay95f] {
    background: #fff;
    color: #003153;
    border: 2px solid #003153;
}

.btn-outline:hover:not(:disabled)[b-kg6x0ay95f] {
    background: #f8fafc;
}

.btn-outline:disabled[b-kg6x0ay95f] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-kg6x0ay95f] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-kg6x0ay95f 0.8s linear infinite;
}

@keyframes spin-b-kg6x0ay95f {
    to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .modal-container[b-kg6x0ay95f] {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .modal-container.modal-large[b-kg6x0ay95f] {
        max-width: 100%;
    }

    .project-type-grid[b-kg6x0ay95f] {
        grid-template-columns: 1fr;
    }

    .form-row[b-kg6x0ay95f],
    .form-row.three-col[b-kg6x0ay95f] {
        grid-template-columns: 1fr;
    }

    .step-indicator[b-kg6x0ay95f] {
        display: none;
    }

    .modal-footer[b-kg6x0ay95f] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-actions[b-kg6x0ay95f] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-kg6x0ay95f] {
        width: 100%;
    }
}

