@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/Zenzio.Ai.Dealership.Server/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xru9xvgsbk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xru9xvgsbk] {
    flex: 1;
}

#blazor-error-ui[b-xru9xvgsbk] {
    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-xru9xvgsbk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Zenzio.Ai.Dealership.Server/Components/LoadingSpinner.razor.rz.scp.css */
.loading-overlay[b-x3fygtx02e] {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(245, 247, 250, 0.75);
    z-index: 1040;
}
.spinner-container[b-x3fygtx02e] {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50%;
    top: 10px;
    z-index: 1040;
}
/* _content/Zenzio.Ai.Dealership.Server/Components/Pages/Home.razor.rz.scp.css */
[b-w09lrd4l7k] .thumbnail-btn{
    all: unset;
}

.header-bar[b-w09lrd4l7k] {
    background-color: #002f6c;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    height: 38px !important;
}

.header-bar i[b-w09lrd4l7k] {
    margin-right: 0.25rem;
}

.pricing-box[b-w09lrd4l7k] {
    background-color: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
}

.pricing-box li span:first-child[b-w09lrd4l7k] {
    font-weight: 600;
}

.carousel-img[b-w09lrd4l7k] {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.thumb-row[b-w09lrd4l7k] {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 0.5rem;
}

.thumb-row img[b-w09lrd4l7k] {
    height: 80px;
    margin-right: 0.5rem;
    cursor: pointer;
}

.align-top[b-w09lrd4l7k] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.feature-tile[b-w09lrd4l7k] {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.feature-label[b-w09lrd4l7k] {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.vehicle-disclaimer[b-w09lrd4l7k]{
    line-height: 1.5;
    font-size: 12px !important;
    font-weight: 400;
    font-style: oblique;
    color: rgba(0,0,0,.6);
}
.thumb-img[b-w09lrd4l7k] {
    cursor: pointer;
    width: 100px; /* Adjust thumbnail size as needed */
    height: auto;
    margin: 5px;
    border: 2px solid transparent; /* Default thumbnail border */
    transition: border 0.3s ease;
}

.thumb-img.active-thumbnail[b-w09lrd4l7k] {
    border: 2px solid #007bff; /* Highlight active thumbnail */
    border-radius: 4px;
}
