@import '_content/ParkingModule/ParkingModule.bundle.scp.css';
@import '_content/SearchModule/SearchModule.bundle.scp.css';
@import '_content/SharedComponents/SharedComponents.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ux68dfg4bq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* main rule removed - defined in app.css with complete flex properties */

.sidebar[b-ux68dfg4bq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* Link styles moved to app.css - ::deep is deprecated and styles target child components */

.top-row[b-ux68dfg4bq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (max-width: 640.98px) {
    .top-row[b-ux68dfg4bq] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-ux68dfg4bq] {
        flex-direction: row;
    }

    .sidebar[b-ux68dfg4bq] {
        width: clamp(200px, 18vw, 280px);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ux68dfg4bq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ux68dfg4bq], article[b-ux68dfg4bq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/HomeTab/BannerCarousel.razor.rz.scp.css */
/* Container and slide sizing to mirror our responsive banner setup */

/* Responsive image scaling, no cropping */
.carousel-img[b-aj4lb5jp2b] {
    width: 100%;
    height: 100%;
    display: block;
}

/* Base overlay style; you can override via OverlayCssClass */
.carousel-overlay-text[b-aj4lb5jp2b] {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    /* make transform‐origin the top-left corner so scale happens relative to image corner */
    transform-origin: 0 0;
}

    /* fluid headings & paragraphs */
    .carousel-overlay-text h2[b-aj4lb5jp2b] {
        /* e.g. 5% of the viewport's smaller dimension */
        font-size: 2vmin;
        line-height: 1.1;
    }

    .carousel-overlay-text p[b-aj4lb5jp2b] {
        font-size: 1.5vmin;
        line-height: 1.4;
    }
/* /Pages/HomeTab/DeviceCard.razor.rz.scp.css */
.device-title[b-3ocnwmv5yd] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
/* /Pages/HomeTab/Filters/DeviceSelection.razor.rz.scp.css */
/* Component-specific styles - DevExpress overrides moved to app.css */
.pointer-all[b-3rid5xl08b],
.pointer-all *[b-3rid5xl08b] {
    cursor: pointer !important;
}
/* /Pages/HomeTab/HomeMain.razor.rz.scp.css */
.device-removed[b-aw4a25tv7t] {
    background-color: var(--bs-red);
}

.device-added[b-aw4a25tv7t] {
    background-color: var(--bs-green);
}

.logo-img[b-aw4a25tv7t] {
    max-width: 100%;
    max-height: 65%;
    width: auto;
    height: auto;
    display: block;
}
/* /Pages/HomeTab/UnassignedDevicesList/LocalDeviceAuth.razor.rz.scp.css */
.btn-submit[b-fgey65yono] {
    color: #fff;
    background-color: #FF5C00;
    border-color: #FF5C00AA;
}

    .btn-submit:hover[b-fgey65yono] {
        background-color: #FF5C00BB;
        border-color: #FF5C00BB;
        color: #fff;
    }
/* /Pages/TenantSelect.razor.rz.scp.css */
.select-tenant-container[b-vic5x75j4m] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.select-tenant-card[b-vic5x75j4m] {
    background: var(--bs-body-bg);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 200px;
    max-width: 700px;
    width: 100%;
}

.select-tenant-title[b-vic5x75j4m] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-body-color);
    text-align: center;
}

.select-tenant-subtitle[b-vic5x75j4m] {
    font-size: 1rem;
    color: var(--bs-secondary-color);
    text-align: center;
    margin-bottom: 30px;
}

.tenant-selection-container[b-vic5x75j4m] {
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tenant-combobox[b-vic5x75j4m] {
    width: 100%;
}

[b-vic5x75j4m] .wait-white {
    --dxbl-wait-indicator-color: white;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .select-tenant-container[b-vic5x75j4m] {
        align-items: flex-start;
        padding-top: 40px;
    }

    .select-tenant-card[b-vic5x75j4m] {
        padding: 20px;
    }

    .select-tenant-title[b-vic5x75j4m] {
        font-size: 1.5rem;
    }

    .select-tenant-subtitle[b-vic5x75j4m] {
        font-size: 0.9rem;
    }
}
