@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.b0752fscgn.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rh4kzzxf0p] {
    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-rh4kzzxf0p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Desktop styles */
.step-indicator[b-lcqf4bvbed] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.step-number[b-lcqf4bvbed] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 8px;
    border: 2px solid transparent;
}

.step-indicator.active .step-number[b-lcqf4bvbed] {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.step-indicator.completed .step-number[b-lcqf4bvbed] {
    background-color: #198754;
    color: white;
    border-color: #198754;
}

.step-text[b-lcqf4bvbed] {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
}

.step-indicator.active .step-text[b-lcqf4bvbed] {
    color: #0d6efd;
    font-weight: 600;
}

.step-indicator.completed .step-text[b-lcqf4bvbed] {
    color: #198754;
    font-weight: 600;
}

.progress-line[b-lcqf4bvbed] {
    height: 2px;
    background-color: #e9ecef;
    flex: 1;
    margin: 0 15px;
    position: relative;
    top: -16px;
    min-width: 20px;
}

.progress-line.active[b-lcqf4bvbed] {
    background-color: #198754;
}

/* Mobile responsive styles */
@media (max-width: 576px) {
    /* Make the container use a different layout for mobile */
    .card-body .d-flex.justify-content-between[b-lcqf4bvbed] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem;
    }
    
    .step-indicator[b-lcqf4bvbed] {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-width: auto;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.375rem;
        background-color: #f8f9fa;
        transition: background-color 0.15s ease-in-out;
    }
    
    .step-indicator.active[b-lcqf4bvbed] {
        background-color: rgba(13, 110, 253, 0.1);
    }
    
    .step-indicator.completed[b-lcqf4bvbed] {
        background-color: rgba(25, 135, 84, 0.1);
    }
    
    .step-number[b-lcqf4bvbed] {
        width: 32px;
        height: 32px;
        margin-bottom: 0;
        margin-right: 0.75rem;
        font-size: 0.875rem;
    }
    
    .step-text[b-lcqf4bvbed] {
        font-size: 1rem;
        white-space: normal;
        text-align: left;
        flex: 1;
    }
    
    /* Hide progress lines on mobile since we're stacking vertically */
    .progress-line[b-lcqf4bvbed] {
        display: none;
    }
}

/* Tablet styles */
@media (min-width: 577px) and (max-width: 768px) {
    .step-indicator[b-lcqf4bvbed] {
        min-width: 60px;
    }
    
    .step-number[b-lcqf4bvbed] {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
    
    .step-text[b-lcqf4bvbed] {
        font-size: 0.75rem;
    }
    
    .progress-line[b-lcqf4bvbed] {
        margin: 0 8px;
        min-width: 15px;
    }
}

.dealer-card:hover[b-lcqf4bvbed] {
    border-color: #0d6efd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
    transition: all 0.15s ease-in-out;
}
