@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';

/* _content/ConexaMobilityAppClient/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-zhj15h1q23] {
    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-zhj15h1q23] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.movexa-user-menu[b-zhj15h1q23] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.movexa-user-menu__avatar[b-zhj15h1q23] {
    font-size: 0.75rem;
    font-weight: 700;
}

.movexa-user-menu__name[b-zhj15h1q23] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--movexa-on-surface);
}

.movexa-appbar-back[b-zhj15h1q23] {
    margin-left: -0.25rem;
    margin-right: 0.15rem;
}

.movexa-appbar-tenant-slug[b-zhj15h1q23] {
    opacity: 0.75;
    color: var(--movexa-on-surface-variant);
}

.movexa-appbar-login[b-zhj15h1q23] {
    text-transform: none;
    font-weight: 600;
    color: var(--movexa-on-surface) !important;
}
/* _content/ConexaMobilityAppClient/Components/Pages/Ride.razor.rz.scp.css */
.movexa-ride-map-canvas[b-x9jw95823q] {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.movexa-map-fab[b-x9jw95823q] {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 950;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(15, 23, 42, 0.4);
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    color: #0b1326;
    font: inherit;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    display: grid;
    place-items: center;
}

.movexa-map-fab svg[b-x9jw95823q] {
    display: block;
}

.movexa-cancel-link[b-x9jw95823q] {
    text-transform: none !important;
    font-weight: 500 !important;
}

.movexa-ride-map-canvas[b-x9jw95823q]  > body,
.movexa-ride-map-canvas[b-x9jw95823q]  > div,
.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-container {
    width: 100% !important;
    height: 100% !important;
}

.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-tile-pane {
    filter: none;
}

:global(.movexa-theme-dark) .movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-tile-pane {
    filter: brightness(0.72) contrast(1.15) saturate(0.65);
}

.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-container {
    filter: none;
    background: var(--movexa-map-host-bg);
}

.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-control-layers,
.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-control-layers-expanded,
.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-control-layers-toggle {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Ruta: esquinas y extremos suaves */
.movexa-ride-map-canvas[b-x9jw95823q]  .leaflet-overlay-pane path {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.movexa-ride-map-loading[b-x9jw95823q] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 16rem;
    color: var(--movexa-on-surface-variant, #94a3b8);
}

.movexa-ride-vehicle-photo[b-x9jw95823q] {
    display: block;
    max-height: 96px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.movexa-ride-waiting-callout[b-x9jw95823q] {
    position: absolute;
    top: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 900;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: calc(100% - 2rem);
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: var(--movexa-glass-surface);
    border: 1px solid var(--movexa-glass-border);
    backdrop-filter: blur(10px);
    color: var(--movexa-on-surface);
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.movexa-ride-waiting-callout__pulse[b-x9jw95823q] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.7);
    animation: movexa-ride-pulse-b-x9jw95823q 1.4s ease-out infinite;
}

@keyframes movexa-ride-pulse-b-x9jw95823q {
    0% { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.65); }
    70% { box-shadow: 0 0 0 10px rgba(96, 165, 250, 0); }
    100% { box-shadow: 0 0 0 0 rgba(96, 165, 250, 0); }
}

.movexa-ride-waiting__status[b-x9jw95823q] {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
}

.movexa-ride-waiting__route[b-x9jw95823q] {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    border: 1px solid var(--movexa-glass-border);
    background: var(--movexa-muted-fill);
}
/* _content/ConexaMobilityAppClient/Components/Pages/Search.razor.rz.scp.css */
/* Uber-style booking wizard layouts */

.booking-page[b-6re74sbcke] {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: var(--movexa-bg);
    color: var(--movexa-on-surface);
}

.booking-page--home[b-6re74sbcke],
.booking-page--plan[b-6re74sbcke] {
    overflow-y: auto;
    padding: 1rem 1.15rem calc(1.25rem + var(--movexa-bottom-nav-clearance, 0px));
    max-width: 40rem;
    margin: 0 auto;
}

.booking-page--plan[b-6re74sbcke] {
    padding-bottom: 1.5rem;
    max-width: 32rem;
}

.booking-page--plan-preview[b-6re74sbcke] {
    grid-template-rows: minmax(28vh, 42vh) minmax(0, 1fr);
}

.booking-page--plan-preview .booking-plan-sheet[b-6re74sbcke] {
    min-height: 0;
    overflow-y: auto;
    background: var(--movexa-surface, var(--movexa-bg));
    border-radius: 16px 16px 0 0;
    padding: 0.5rem 1rem calc(1rem + var(--movexa-bottom-nav-clearance, 0px));
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.08);
}

[b-6re74sbcke] .booking-plan__footer {
    margin-top: 0.75rem;
    padding-top: 0.25rem;
}

[b-6re74sbcke] .booking-plan__continue {
    text-transform: none;
    font-weight: 600;
}

.booking-page--map[b-6re74sbcke] {
    display: grid;
    grid-template-rows: minmax(28vh, 1fr) auto;
    height: 100%;
}

.booking-page--choose[b-6re74sbcke] {
    grid-template-rows: minmax(42vh, 1fr) minmax(0, 1fr);
}

.booking-page--confirm[b-6re74sbcke] {
    grid-template-rows: minmax(40vh, 1fr) auto;
}

/* —— Home (lista Uber-style, sin mapa) —— */
.booking-page--home[b-6re74sbcke] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

[b-6re74sbcke] .booking-home__active-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--movexa-glass-border, rgba(148, 163, 184, 0.35));
    border-radius: 14px;
    background: var(--movexa-glass-surface, var(--movexa-muted-fill));
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

[b-6re74sbcke] .booking-home__active-card--scheduled {
    border-color: var(--movexa-glass-border, rgba(148, 163, 184, 0.28));
}

[b-6re74sbcke] .booking-home__active-card-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

[b-6re74sbcke] .booking-home__active-card-copy strong {
    font-size: 0.95rem;
    font-weight: 700;
}

[b-6re74sbcke] .booking-home__active-card-copy small {
    color: var(--movexa-on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-6re74sbcke] .booking-home__active-card-cta {
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--movexa-primary, #5b5ee8);
}

[b-6re74sbcke] .booking-home__search-row {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
}

[b-6re74sbcke] .booking-home__where {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.25rem;
    padding: 0 1rem;
    border: none;
    border-radius: 999px;
    background: var(--movexa-muted-fill);
    color: var(--movexa-on-surface);
    font: inherit;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
}

[b-6re74sbcke] .booking-home__where-icon {
    opacity: 0.7;
}

[b-6re74sbcke] .booking-home__later {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.9rem;
    border: none;
    border-radius: 999px;
    background: var(--movexa-muted-fill);
    color: var(--movexa-on-surface);
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

[b-6re74sbcke] .booking-home__recents {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

[b-6re74sbcke] .booking-home__recent {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.25rem;
    border: none;
    border-bottom: 1px solid var(--movexa-muted-fill);
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

[b-6re74sbcke] .booking-home__recent-icon {
    opacity: 0.55;
    flex-shrink: 0;
}

[b-6re74sbcke] .booking-home__recent-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

[b-6re74sbcke] .booking-home__recent-text strong {
    font-size: 0.95rem;
}

[b-6re74sbcke] .booking-home__recent-text small {
    color: var(--movexa-on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-6re74sbcke] .booking-home__recent-chevron {
    opacity: 0.4;
    flex-shrink: 0;
}

[b-6re74sbcke] .booking-home__foryou {
    margin-top: 1.5rem;
}

[b-6re74sbcke] .booking-home__section-title {
    font-weight: 700;
    margin-bottom: 0.85rem;
}

[b-6re74sbcke] .booking-home__modalities {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
}

[b-6re74sbcke] .booking-home__modality {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    min-width: 4.5rem;
    border: none;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

[b-6re74sbcke] .booking-home__modality-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--movexa-muted-fill);
    overflow: hidden;
}

[b-6re74sbcke] .booking-home__modality-icon img {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

[b-6re74sbcke] .booking-home__modality-name {
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    max-width: 5rem;
}

/* —— Plan —— */
[b-6re74sbcke] .booking-plan__header {
    display: grid;
    grid-template-columns: 2.5rem 1fr 2.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

[b-6re74sbcke] .booking-plan__title {
    text-align: center;
    font-weight: 700;
    margin: 0;
}

[b-6re74sbcke] .booking-plan__route {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    border: 1px solid var(--movexa-glass-border);
    background: var(--movexa-muted-fill);
}

[b-6re74sbcke] .booking-plan__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

[b-6re74sbcke] .booking-plan__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: #fff;
}

[b-6re74sbcke] .booking-plan__dot--dest {
    border-radius: 2px;
}

[b-6re74sbcke] .booking-plan__line {
    width: 2px;
    flex: 1;
    min-height: 1.75rem;
    margin: 0.35rem 0;
    background: var(--movexa-glass-border);
}

[b-6re74sbcke] .booking-plan__fields {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

[b-6re74sbcke] .booking-plan__locating {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.85rem;
    color: var(--movexa-on-surface-variant);
    font-size: 0.875rem;
}

[b-6re74sbcke] .booking-plan__list {
    margin-top: 0.85rem;
    border-radius: 12px;
    overflow: hidden;
    background: var(--movexa-muted-fill);
}

[b-6re74sbcke] .booking-plan__recent-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
}

[b-6re74sbcke] .booking-plan__dist {
    font-size: 0.75rem;
    color: var(--movexa-on-surface-variant);
    min-width: 2.75rem;
    padding-top: 0.15rem;
}

[b-6re74sbcke] .booking-plan__recent-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

[b-6re74sbcke] .booking-plan__recent-text small {
    color: var(--movexa-on-surface-variant);
}

/* —— Map overlays —— */
.booking-page--map .ride-request-map[b-6re74sbcke] {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--movexa-map-host-bg);
}

.ride-request-map__canvas[b-6re74sbcke] {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.ride-request-map__canvas[b-6re74sbcke]  > body {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.ride-request-map__canvas[b-6re74sbcke]  > div,
.ride-request-map__canvas[b-6re74sbcke]  .leaflet-container,
.ride-request-map[b-6re74sbcke]  .leaflet-container {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    background: var(--movexa-map-host-bg);
}

.ride-request-map[b-6re74sbcke]  .leaflet-control-layers,
.ride-request-map[b-6re74sbcke]  .leaflet-control-layers-expanded,
.booking-page[b-6re74sbcke]  .leaflet-control-layers {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Ruta: esquinas y extremos suaves (SVG Leaflet; PolylineSymbol LFB no expone lineCap) */
.ride-request-map[b-6re74sbcke]  .leaflet-overlay-pane path {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ride-request-map__loading[b-6re74sbcke] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--movexa-on-surface-variant);
    background: var(--movexa-map-host-bg);
}

.booking-map__back[b-6re74sbcke] {
    display: none !important;
}

.booking-map__chips[b-6re74sbcke] {
    position: absolute;
    top: calc(0.65rem + env(safe-area-inset-top, 0px));
    right: calc(0.65rem + env(safe-area-inset-right, 0px));
    left: calc(0.65rem + env(safe-area-inset-left, 0px));
    z-index: 1190;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
    pointer-events: none;
}

.booking-map__chip[b-6re74sbcke] {
    pointer-events: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    padding: 0.45rem 0.75rem;
    border: none;
    border-radius: 12px;
    background: var(--movexa-glass-surface);
    color: var(--movexa-on-surface);
    font: inherit;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.booking-map__chip-label[b-6re74sbcke] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.65;
}

.booking-map__chip-value[b-6re74sbcke] {
    font-size: 0.8125rem;
    font-weight: 600;
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.booking-map__callout[b-6re74sbcke] {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    z-index: 1190;
    max-width: calc(100% - 2rem);
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.booking-page--pick[b-6re74sbcke] {
    grid-template-rows: minmax(45vh, 1fr) auto;
}

.booking-map__pin-modes[b-6re74sbcke] {
    position: absolute;
    top: calc(0.65rem + env(safe-area-inset-top, 0px));
    right: calc(0.65rem + env(safe-area-inset-right, 0px));
    z-index: 1190;
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: var(--movexa-glass-surface);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.booking-map__pin-mode[b-6re74sbcke] {
    border: none;
    background: transparent;
    color: var(--movexa-on-surface);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    cursor: pointer;
    opacity: 0.7;
}

.booking-map__pin-mode--active[b-6re74sbcke] {
    background: var(--movexa-primary, #1f7aec);
    color: #fff;
    opacity: 1;
}

.booking-pick-map[b-6re74sbcke] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.35rem 1.15rem calc(1rem + env(safe-area-inset-bottom, 0px));
    background: var(--movexa-bg);
    border-radius: 20px 20px 0 0;
    border-top: 1px solid var(--movexa-glass-border);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.booking-pick-map__handle[b-6re74sbcke] {
    width: 2.5rem;
    height: 0.28rem;
    margin: 0.35rem auto 0.55rem;
    border-radius: 999px;
    background: var(--movexa-muted-fill);
}

.booking-pick-map__title[b-6re74sbcke] {
    margin: 0 !important;
    text-align: center;
}

.booking-pick-map__hint[b-6re74sbcke] {
    margin: 0 0 0.5rem !important;
    text-align: center;
    opacity: 0.7;
}

.booking-pick-map__address[b-6re74sbcke] {
    margin: 0 0 0.75rem !important;
    text-align: center;
    min-height: 1.4em;
}

.booking-pick-map__confirm[b-6re74sbcke] {
    margin-top: 0.15rem;
}

[b-6re74sbcke] .booking-plan__list--actions {
    margin-top: 0.5rem;
    border-top: 1px solid var(--movexa-muted-fill);
    padding-top: 0.35rem !important;
}

/* —— Choose sheet —— */
[b-6re74sbcke] .booking-choose,
[b-6re74sbcke] .booking-confirm {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: var(--movexa-bg);
    border-radius: 20px 20px 0 0;
    border-top: 1px solid var(--movexa-glass-border);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
    max-height: 100%;
    overflow: hidden;
}

[b-6re74sbcke] .booking-choose__handle,
[b-6re74sbcke] .booking-confirm__handle {
    width: 2.5rem;
    height: 0.25rem;
    margin: 0.55rem auto 0.25rem;
    border-radius: 999px;
    background: var(--movexa-on-surface-variant);
    flex-shrink: 0;
    opacity: 0.45;
}

[b-6re74sbcke] .booking-choose__header,
[b-6re74sbcke] .booking-confirm__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1rem 0.65rem;
    position: relative;
}

[b-6re74sbcke] .booking-choose__title,
[b-6re74sbcke] .booking-confirm__title {
    font-weight: 700;
    margin: 0;
}

[b-6re74sbcke] .booking-confirm__header .mud-icon-button {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
}

[b-6re74sbcke] .booking-choose__login {
    display: flex;
    gap: 0.65rem;
    margin: 0 1rem 0.75rem;
    padding: 0.75rem;
    border-radius: 12px;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.28);
    font-size: 0.875rem;
}

[b-6re74sbcke] .booking-choose__products {
    list-style: none;
    margin: 0;
    padding: 0 0.75rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

[b-6re74sbcke] .booking-choose__product {
    width: 100%;
    display: grid;
    grid-template-columns: 3.25rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.85rem 0.75rem;
    margin-bottom: 0.45rem;
    border: 1px solid transparent;
    border-radius: 14px;
    background: var(--movexa-muted-fill);
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-align: left;
}

[b-6re74sbcke] .booking-choose__product--selected {
    border-color: var(--movexa-on-surface);
    background: var(--movexa-muted-fill);
}

[b-6re74sbcke] .booking-choose__product-icon {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
}

[b-6re74sbcke] .booking-choose__product-icon img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

[b-6re74sbcke] .booking-choose__product-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

[b-6re74sbcke] .booking-choose__product-name {
    font-weight: 700;
}

[b-6re74sbcke] .booking-choose__product-eta {
    font-size: 0.8125rem;
    color: var(--movexa-on-surface-variant);
}

[b-6re74sbcke] .booking-choose__product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

[b-6re74sbcke] .booking-choose__product-price strong {
    font-size: 1.05rem;
}

[b-6re74sbcke] .booking-choose__product-price small {
    color: var(--movexa-on-surface-variant);
}

[b-6re74sbcke] .booking-choose__payment {
    padding: 0.65rem 1rem 0.25rem;
    flex-shrink: 0;
}

[b-6re74sbcke] .booking-choose__footer,
[b-6re74sbcke] .booking-confirm__footer {
    padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    flex-shrink: 0;
}

/* —— Confirm sheet —— */
[b-6re74sbcke] .booking-confirm__search {
    padding: 0 1rem 0.65rem;
}

[b-6re74sbcke] .booking-confirm__card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 1rem 0.75rem;
    padding: 0.85rem;
    border-radius: 14px;
    border: 1px solid var(--movexa-glass-border);
    background: var(--movexa-muted-fill);
}

[b-6re74sbcke] .booking-confirm__obs {
    margin: 0 1rem 0.5rem;
    border-radius: 12px;
    border: 1px solid var(--movexa-muted-fill);
    padding: 0.35rem 0.65rem 0.65rem;
}

[b-6re74sbcke] .booking-confirm__obs-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0;
    border: none;
    background: transparent;
    color: var(--movexa-on-surface-variant);
    font: inherit;
    cursor: pointer;
}

@media (min-width: 901px) {
    .booking-page--map[b-6re74sbcke] {
        grid-template-columns: minmax(0, 1fr) min(420px, 38vw);
        grid-template-rows: 1fr;
    }

    .booking-page--choose[b-6re74sbcke],
    .booking-page--confirm[b-6re74sbcke] {
        grid-template-rows: 1fr;
    }

    .booking-choose[b-6re74sbcke],
    .booking-confirm[b-6re74sbcke] {
        border-radius: 0;
        border-top: none;
        border-left: 1px solid var(--movexa-muted-fill);
        max-height: none;
        height: 100%;
    }

    .booking-choose__handle[b-6re74sbcke],
    .booking-confirm__handle[b-6re74sbcke] {
        display: none;
    }
}
/* _content/ConexaMobilityAppClient/Components/Shared/ClayBrandIcon.razor.rz.scp.css */
.clay-brand-icon[b-gvlfa508yo] {
    object-fit: contain;
    display: block;
}

.clay-empty-state__icon[b-gvlfa508yo] {
    margin: 0 auto 0.75rem;
}

.booking-home__recent-icon[b-gvlfa508yo] {
    flex-shrink: 0;
}
/* _content/ConexaMobilityAppClient/Components/Shared/ClientBottomNav.razor.rz.scp.css */
.client-bottom-nav[b-gabxnj6rva] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding: 0.2rem 0.35rem calc(0.2rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--movexa-glass-border);
    background: var(--movexa-glass-surface);
    backdrop-filter: blur(12px);
    color: var(--movexa-on-surface);
}

.client-bottom-nav__item[b-gabxnj6rva] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.2rem 0.15rem;
    color: var(--movexa-on-surface-variant);
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 600;
    border-radius: 10px;
    transition: color 0.15s ease, background 0.15s ease;
}

.client-bottom-nav__item:hover[b-gabxnj6rva] {
    color: var(--movexa-on-surface);
}

.client-bottom-nav__item--active[b-gabxnj6rva] {
    color: var(--mud-palette-primary, var(--movexa-primary, #5b8def));
    background: color-mix(in srgb, var(--mud-palette-primary, var(--movexa-primary, #5b8def)) 12%, transparent);
}

.client-bottom-nav__icon[b-gabxnj6rva] {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.client-bottom-nav__item--active .client-bottom-nav__icon[b-gabxnj6rva] {
    opacity: 1;
    transform: translateY(-1px);
}

/* Main-content bottom clearance lives in movexa.css (global). Scoped rules here
   would not match MudMainContent in MainLayout. */
/* _content/ConexaMobilityAppClient/Components/Shared/PortalBanner.razor.rz.scp.css */
.portal-banner-cliente[b-i36nx3eico] {
    background: #e3f2fd;
    border: 2px solid #1565c0;
    border-radius: 8px;
    text-align: center;
}

.portal-banner-title[b-i36nx3eico] {
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #0d47a1;
}
