@import '_content/Telleling.Common.Razor/Telleling.Common.Razor.kb0pjixxqw.bundle.scp.css';

/* _content/Telleling.Bizman.App/Areas/Finplan/Pages/Finplan.razor.rz.scp.css */
/* _content/Telleling.Bizman.App/Areas/Lead/Pages/LeadTimeline.razor.rz.scp.css */
.customer-info[b-bidiqd3t53] {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.customer-info h2[b-bidiqd3t53] {
    margin-top: 0;
}

.kpi-container[b-bidiqd3t53] {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.kpi[b-bidiqd3t53] {
    background-color: #e9ecef;
    padding: 10px 15px;
    border-radius: 6px;
}

.timeline[b-bidiqd3t53] {
    position: relative;
    margin: 20px 0;
    padding-left: 30px;
}

.timeline[b-bidiqd3t53]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background:  linear-gradient(#dee2e6,#dee2e6 90%, white); 
}

.event[b-bidiqd3t53] {
    position: relative;
    margin-bottom: 20px;
}

.event[b-bidiqd3t53]::before {
    content: '';
    position: absolute;
    left: -19px;
    top: 18px;
    width: 10px;
    height: 10px;
    background-color: #0d6efd;
    border-radius: 50%;
}

.event-content[b-bidiqd3t53] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.event-time[b-bidiqd3t53] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.event-type[b-bidiqd3t53] {
    font-weight: bold;
    margin-bottom: 5px;
}

.event-notes[b-bidiqd3t53] {
    color: #343a40;
    margin-bottom: 5px;
}
