/* _content/WebBlazorServerUI/Components/ArrangementHelperDialog.razor.rz.scp.css */
.roof-helper-clip[b-n20fiotgya] {
    max-height: 20rem;
    object-fit: contain;
}
/* _content/WebBlazorServerUI/Components/ArrangementMapActionMenu.razor.rz.scp.css */
.arrangement-map-action-menu[b-t4hgu8vhb7] {
    position: fixed;
    top: 50%;
    right: var(--roof-overlay-edge, 1rem);
    transform: translateY(-50%);
    z-index: 1025;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.35rem;
    background: var(--roof-overlay-surface, rgba(255, 255, 255, 0.98));
    border: var(--roof-overlay-border, 1px solid rgba(17, 38, 65, 0.1));
    border-radius: 0.25rem;
    box-shadow: var(--roof-overlay-shadow, 0 0.5rem 1.5rem rgba(17, 38, 65, 0.14));
}

.arrangement-map-action-menu__button[b-t4hgu8vhb7] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 4rem;
    min-height: 3.5rem;
    padding: 0.35rem 0.25rem;
    color: #6c757d;
    background: transparent;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: none;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 140ms ease, color 140ms ease;
}

.arrangement-map-action-menu__button:hover[b-t4hgu8vhb7],
.arrangement-map-action-menu__button:focus[b-t4hgu8vhb7] {
    color: #6c757d;
    background: var(--roof-overlay-hover-bg, rgba(17, 38, 65, 0.06));
    box-shadow: none;
    outline: 0;
}

.arrangement-map-action-menu__button [class*="ToolbarIcon-"][b-t4hgu8vhb7] {
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .arrangement-map-action-menu[b-t4hgu8vhb7] {
        top: auto;
        bottom: 11rem;
        transform: none;
        gap: 0.2rem;
        padding: 0.25rem;
    }

    .arrangement-map-action-menu__button[b-t4hgu8vhb7] {
        width: 3rem;
        min-height: 3.25rem;
        font-size: 0.6rem;
    }
}
/* _content/WebBlazorServerUI/Components/ManualRoofHelperDialog.razor.rz.scp.css */
.roof-helper-clip[b-0ps4w67f56] {
    max-height: 20rem;
    object-fit: contain;
}

.roof-helper-tool-icon[b-0ps4w67f56] {
    color: currentColor;
    font-size: 1.5rem;
    line-height: 1;
}

.roof-helper-tool-icon[b-0ps4w67f56]::before,
.roof-helper-tool-icon span[b-0ps4w67f56]::before {
    color: currentColor !important;
}
/* _content/WebBlazorServerUI/Components/ManualRoofSettingsDialog.razor.rz.scp.css */
@media (max-width: 575.98px) {
    .roofHelper_modal-footer[b-i1rmkt4y4b] {
        flex-direction: column;
        align-items: stretch;
    }

    .roofHelper_modal-footer .btn[b-i1rmkt4y4b] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* _content/WebBlazorServerUI/Components/RoofFarFromProjectDialog.razor.rz.scp.css */
.roof-far-dialog__icon[b-hu9yp5f4g3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--roof-overlay-accent-soft);
    color: var(--customer);
    font-size: 1.5rem;
}

.roof-far-dialog__text[b-hu9yp5f4g3] {
    color: var(--roof-overlay-text);
    line-height: 1.5;
}
/* _content/WebBlazorServerUI/Components/RoofMapActionMenu.razor.rz.scp.css */
.roof-map-action-menu[b-p4x1rvps6v] {
    position: fixed;
    top: 50%;
    right: var(--roof-overlay-edge, 1rem);
    transform: translateY(-50%);
    z-index: 1025;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.35rem;
    background: var(--roof-overlay-surface);
    border: var(--roof-overlay-border);
    border-radius: 0.25rem;
    box-shadow: var(--roof-overlay-shadow);
}

.roof-map-action-menu:empty[b-p4x1rvps6v] {
    display: none;
}

.roof-map-action-menu__button[b-p4x1rvps6v] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    width: 4rem;
    min-height: 3.5rem;
    padding: 0.35rem 0.25rem;
    color: var(--roof-overlay-text);
    background: transparent;
    border: 0;
    border-radius: 0.125rem;
    box-shadow: none;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    transition: background-color 140ms ease, color 140ms ease;
}

.roof-map-action-menu__button:hover[b-p4x1rvps6v],
.roof-map-action-menu__button:focus[b-p4x1rvps6v] {
    color: var(--roof-overlay-text);
    background: var(--roof-overlay-hover-bg);
    box-shadow: none;
    outline: 0;
}

.roof-map-action-menu__button i[b-p4x1rvps6v] {
    color: inherit;
    font-size: 1rem;
}

@media (max-width: 1199.98px) {
    .roof-map-action-menu[b-p4x1rvps6v] {
        transform: none;
        gap: 0.2rem;
        padding: 0.25rem;
    }

    .roof-map-action-menu__button[b-p4x1rvps6v] {
        width: 3rem;
        min-height: 3.25rem;
        font-size: 0.6rem;
    }
}
/* _content/WebBlazorServerUI/Components/RoofMapOverlays.razor.rz.scp.css */
.roof-overlay-anchor[b-gqgoq0w0ra] {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    pointer-events: none;
    visibility: hidden;
    z-index: 2;
}
/* _content/WebBlazorServerUI/Components/RoofModeChangeConfirmDialog.razor.rz.scp.css */
.roof-mode-confirm__icon[b-o1bkst9lec] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: rgba(240, 173, 78, 0.18);
    color: #d6841a;
    font-size: 1.5rem;
}

.roof-mode-confirm__text[b-o1bkst9lec] {
    color: var(--roof-overlay-text);
    line-height: 1.5;
}
/* _content/WebBlazorServerUI/Components/RoofModeSelectionDialog.razor.rz.scp.css */
@media (max-width: 575.98px) {
    .modal-header[b-y6nlcuvml9] {
        padding: 0.75rem 1rem;
    }

    .modal-title[b-y6nlcuvml9] {
        font-size: 1.1rem;
    }
}

.roof-mode-select__col[b-y6nlcuvml9] {
    padding: 0.375rem 0;
}

.roof-mode-select__card[b-y6nlcuvml9] {
    display: grid;
    grid-template-columns: 3rem 1fr;
    column-gap: 0.75rem;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid var(--roof-overlay-line);
    border-radius: 0.5rem;
    background: #fff;
    color: var(--customer);
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.roof-mode-select__card:hover[b-y6nlcuvml9],
.roof-mode-select__card:focus-visible[b-y6nlcuvml9] {
    border-color: var(--customer);
    box-shadow: var(--roof-overlay-shadow-strong);
    transform: translateY(-2px);
    outline: none;
}

.roof-mode-select__icon[b-y6nlcuvml9] {
    display: inline-flex;
    grid-row: 1 / span 2;
    width: 3rem;
    height: 3rem;
}

@media (min-width: 576px) {
    .modal-dialog.roof-mode-select__dialog[b-y6nlcuvml9] {
        max-width: 38rem;
    }

    .roof-mode-select__col[b-y6nlcuvml9] {
        padding: 0.75rem;
    }

    .roof-mode-select__card[b-y6nlcuvml9] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 17rem;
        padding: 2.75rem 1.5rem;
    }

    .roof-mode-select__icon[b-y6nlcuvml9] {
        width: 5.5rem;
        height: 5.5rem;
        margin-bottom: 1.25rem;
    }
}

.roof-mode-select__icon[b-y6nlcuvml9]  svg {
    width: 100%;
    height: 100%;
}

.roof-mode-select__title[b-y6nlcuvml9] {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.roof-mode-select__desc[b-y6nlcuvml9] {
    font-size: 0.85rem;
    color: var(--roof-overlay-text);
}
/* _content/WebBlazorServerUI/Components/RoofModeSwitch.razor.rz.scp.css */
.roof-mode-switch[b-kky6bo6t6t] {
    position: absolute;
    top: 0.5rem;
    left: var(--roof-overlay-edge, 1rem);
    z-index: 1025;
    padding: 0.3rem;
    background: var(--roof-overlay-surface);
    border: var(--roof-overlay-border);
    border-radius: 0.25rem;
    box-shadow: var(--roof-overlay-shadow);
}

.roof-mode-switch__option[b-kky6bo6t6t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 6.35rem;
    padding: 0.4rem 0.75rem;
    border: 0;
    border-radius: 0.125rem !important;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
}

.roof-mode-switch__tool-icon[b-kky6bo6t6t] {
    color: currentColor;
    font-size: 1.35rem;
    line-height: 1;
}

.roof-mode-switch__tool-icon[b-kky6bo6t6t]::before,
.roof-mode-switch__tool-icon span[b-kky6bo6t6t]::before {
    color: currentColor !important;
}

.roof-mode-switch__option--active[b-kky6bo6t6t],
.roof-mode-switch__option--active:hover[b-kky6bo6t6t],
.roof-mode-switch__option--active:focus[b-kky6bo6t6t],
.roof-mode-switch__option--active:active[b-kky6bo6t6t] {
    background: var(--roof-overlay-accent);
    color: var(--roof-overlay-accent-contrast);
    border-color: transparent;
    box-shadow: none;
}
/* _content/WebBlazorServerUI/Components/RoofOutside3DCoverageDialog.razor.rz.scp.css */
.roof-coverage-dialog__hint[b-p1ylj6q7w5] {
    display: block;
    margin-top: 0.25rem;
    color: var(--roof-overlay-text);
}
/* _content/WebBlazorServerUI/Components/RoofPill.razor.rz.scp.css */
.roof-pill[b-hsoj0xq1nn] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    pointer-events: none;
}

.roof-pill__label[b-hsoj0xq1nn] {
    padding: 0.7rem;
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: auto;
}

.roof-pill__btn[b-hsoj0xq1nn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    line-height: 1;
    border-radius: 0.25rem;
    pointer-events: auto;
}

.roof-pill__btn i[b-hsoj0xq1nn] {
    font-size: 0.95rem;
}

.roof-pill__move[b-hsoj0xq1nn] {
    cursor: grab;
    /* Required for the pointer-event drag: prevents the browser from turning
       touch input into scrolling/panning instead of pointermove events. */
    touch-action: none;
}

.roof-pill__move:active[b-hsoj0xq1nn] {
    cursor: grabbing;
}
/* _content/WebBlazorServerUI/Components/RoofRightAngleToggle.razor.rz.scp.css */
.roof-ra-toggle[b-08h92ibajk] {
    position: absolute;
    top: 0.5rem;
    right: var(--roof-overlay-edge, 1rem);
    z-index: 1025;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.7rem 0.4rem 0.5rem;
    color: var(--roof-overlay-text);
    background: var(--roof-overlay-surface);
    border: var(--roof-overlay-border);
    border-radius: 0.25rem;
    box-shadow: var(--roof-overlay-shadow);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: color 140ms ease, background-color 140ms ease;
}

.roof-ra-toggle:hover[b-08h92ibajk],
.roof-ra-toggle:focus[b-08h92ibajk] {
    color: var(--roof-overlay-text-strong);
    outline: 0;
}

.roof-ra-toggle--active[b-08h92ibajk],
.roof-ra-toggle--active:hover[b-08h92ibajk],
.roof-ra-toggle--active:focus[b-08h92ibajk] {
    color: var(--roof-overlay-accent);
}

.roof-ra-toggle__pill[b-08h92ibajk] {
    position: relative;
    flex: 0 0 auto;
    width: 1.85rem;
    height: 1rem;
    background: var(--roof-overlay-track);
    border-radius: 999px;
    transition: background 140ms ease;
}

.roof-ra-toggle__pill[b-08h92ibajk]::after {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: transform 140ms ease;
}

.roof-ra-toggle--active .roof-ra-toggle__pill[b-08h92ibajk] {
    background: var(--roof-overlay-accent);
}

.roof-ra-toggle--active .roof-ra-toggle__pill[b-08h92ibajk]::after {
    transform: translateX(0.85rem);
}

.roof-ra-toggle__label[b-08h92ibajk] {
    line-height: 1;
}

/* _content/WebBlazorServerUI/Components/StepperInfoBox.razor.rz.scp.css */
.stepper-info-box[b-t0kiqwh0z1] {
    --sib-success: #5cb85c;
    --sib-success-soft: rgba(92, 184, 92, 0.16);
    --sib-text-muted: #526173;
    --sib-icon-box: 2.5rem;
    --sib-icon-size: 1.7rem;
    --sib-glyph-size: 1.95rem;

    position: absolute;
    top: 0.5rem;
    left: 50%;
    z-index: 1030;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 540px;
    max-width: calc(100% - 2rem);
    min-height: 4.85rem;
    padding: 0.75rem 0.85rem;
    color: #212529;
    background: var(--roof-overlay-surface, rgba(255, 255, 255, 0.98));
    border: var(--roof-overlay-border, 1px solid rgba(17, 38, 65, 0.1));
    border-radius: 0.25rem;
    box-shadow: var(--roof-overlay-shadow-strong, 0 0.75rem 1.75rem rgba(17, 38, 65, 0.18));
    overflow: hidden;
    transform: translateX(-50%);
    transition: transform 240ms ease-in-out, opacity 180ms ease-in-out;
}

.stepper-info-box--offscreen[b-t0kiqwh0z1] {
    transform: translate(-50%, calc(-100% - 9rem));
    opacity: 0;
    pointer-events: none;
}

.stepper-info-box__status[b-t0kiqwh0z1] {
    flex: 0 0 auto;
    width: var(--sib-icon-box);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--roof-overlay-accent);
    font-size: var(--sib-icon-size);
    line-height: 1;
}

.stepper-info-box--complete .stepper-info-box__status[b-t0kiqwh0z1] {
    width: var(--sib-icon-box);
    height: var(--sib-icon-box);
    color: var(--sib-success);
    background: var(--sib-success-soft);
    border-radius: 50%;
    animation: sib-complete-pop-b-t0kiqwh0z1 360ms ease-out;
}

.stepper-info-box__complete-icon[b-t0kiqwh0z1] {
    line-height: 1;
}

.stepper-info-box__status-glyph[b-t0kiqwh0z1] {
    font-size: var(--sib-glyph-size);
    line-height: 1;
}

.stepper-info-box__status-glyph[b-t0kiqwh0z1]::before,
.stepper-info-box__status-glyph span[b-t0kiqwh0z1]::before {
    color: currentColor !important;
}

.stepper-info-box__content[b-t0kiqwh0z1] {
    flex: 1 1 auto;
    min-width: 0;
}

.stepper-info-box__title[b-t0kiqwh0z1] {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

.stepper-info-box__subtitle[b-t0kiqwh0z1] {
    margin: 0.15rem 0 0;
    color: var(--sib-text-muted);
    font-size: 0.8rem;
    line-height: 1.25;
}

.stepper-info-box__actions[b-t0kiqwh0z1] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    align-items: stretch;
}

.stepper-info-box__action[b-t0kiqwh0z1] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    color: var(--sib-text-muted);
    background: #fff;
    border: 1px solid rgba(82, 97, 115, 0.18);
    border-radius: 0.4rem;
    box-shadow: 0 0.25rem 0.75rem rgba(17, 38, 65, 0.06);
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.stepper-info-box__action:hover[b-t0kiqwh0z1],
.stepper-info-box__action:focus[b-t0kiqwh0z1] {
    color: var(--roof-overlay-accent);
    border-color: var(--roof-overlay-accent);
    outline: 0;
}

/* Solid primary variant — the commit action ("Done" on the ridge step). */
.stepper-info-box__action--primary[b-t0kiqwh0z1] {
    color: var(--roof-overlay-accent-contrast);
    background: var(--roof-overlay-accent);
    border-color: var(--roof-overlay-accent);
}

.stepper-info-box__action--primary:hover[b-t0kiqwh0z1],
.stepper-info-box__action--primary:focus[b-t0kiqwh0z1] {
    color: var(--roof-overlay-accent-contrast);
    border-color: var(--roof-overlay-accent);
    filter: brightness(0.95);
}

@keyframes sib-complete-pop-b-t0kiqwh0z1 {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .stepper-info-box[b-t0kiqwh0z1] {
        --sib-icon-box: 2.25rem;
        --sib-icon-size: 1.5rem;
        --sib-glyph-size: 1.7rem;

        top: 0.75rem;
        bottom: auto;
        left: 0.75rem;
        width: calc(100% - 1.5rem);
        max-width: none;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.6rem 0.65rem;
        transform: none;
    }

    .stepper-info-box--offscreen[b-t0kiqwh0z1] {
        transform: translateY(calc(-100% - 8rem));
    }

    .stepper-info-box__content[b-t0kiqwh0z1] {
        flex-basis: 0;
    }

    .stepper-info-box__actions[b-t0kiqwh0z1] {
        flex-basis: 100%;
    }

    .stepper-info-box__action[b-t0kiqwh0z1] {
        flex-basis: 100%;
        justify-content: center;
        gap: 0.25rem;
        padding: 0.4rem 0.5rem;
        font-size: 0.78rem;
    }

    .stepper-info-box__title[b-t0kiqwh0z1] {
        font-size: 0.9rem;
    }

    .stepper-info-box__subtitle[b-t0kiqwh0z1] {
        font-size: 0.72rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stepper-info-box[b-t0kiqwh0z1] {
        transition: none;
    }

    .stepper-info-box--complete .stepper-info-box__status[b-t0kiqwh0z1] {
        animation: none;
    }
}
/* _content/WebBlazorServerUI/Stepper/Pages/Roof.razor.rz.scp.css */
.roof-step-map[b-hzv59r754s] {
    position: relative;
}

.roof-helper-clip[b-hzv59r754s] {
    max-height: 20rem;
    object-fit: contain;
}

.roof-map-overlays[b-hzv59r754s] {
    position: absolute;
    inset: 0;
    z-index: 1024;
    pointer-events: none;
    overflow: hidden;
}

.roof-options__toggle[b-hzv59r754s] {
    display: none;
}

.roof-options__backdrop[b-hzv59r754s] {
    display: none;
}

@media (max-width: 1199.98px) {
    .roof-map-controls[b-hzv59r754s] {
        position: fixed;
        bottom: 11rem;
        right: var(--roof-overlay-edge, 1rem);
        z-index: 1025;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
    }

    .roof-map-controls[b-hzv59r754s]  .roof-map-action-menu {
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .roof-options[b-hzv59r754s] {
        position: relative;
    }

    .roof-options__toggle[b-hzv59r754s] {
        position: static;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        color: var(--roof-overlay-text);
        background: var(--roof-overlay-surface);
        border: var(--roof-overlay-border);
        border-radius: 50%;
        box-shadow: var(--roof-overlay-shadow);
        font-size: 1.1rem;
        cursor: pointer;
        transition: color 140ms ease, background-color 140ms ease;
    }

    .roof-options__toggle:hover[b-hzv59r754s],
    .roof-options__toggle:focus[b-hzv59r754s] {
        color: var(--roof-overlay-text-strong);
        outline: 0;
    }

    .roof-options--open .roof-options__toggle[b-hzv59r754s] {
        color: var(--roof-overlay-accent);
    }

    .roof-options__panel[b-hzv59r754s] {
        position: absolute;
        bottom: calc(100% + 0.4rem);
        right: 0;
        z-index: 1026;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.6rem;
        min-width: 14rem;
        padding: 0.6rem;
        background: var(--roof-overlay-surface);
        border: var(--roof-overlay-border);
        border-radius: 0.25rem;
        box-shadow: var(--roof-overlay-shadow);
    }

    .roof-options--open .roof-options__panel[b-hzv59r754s] {
        display: flex;
    }

    .roof-options__panel[b-hzv59r754s]  .roof-mode-switch,
    .roof-options__panel[b-hzv59r754s]  .roof-ra-toggle {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 0;
    }

    .roof-options__panel[b-hzv59r754s]  .roof-mode-switch {
        flex-direction: column;
        width: 100%;
        gap: 0.25rem;
    }

    .roof-options__panel[b-hzv59r754s]  .roof-mode-switch__option {
        width: 100%;
        margin: 0;
        flex: 0 0 auto;
        justify-content: flex-start;
        min-width: 0;
        white-space: normal;
        border-radius: 0.25rem !important;
    }

    .roof-options__panel[b-hzv59r754s]  .roof-ra-toggle {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 0.5rem;
        margin-top: 0.15rem;
        padding: 0.55rem 0.35rem 0.1rem;
        border-top: 1px solid var(--roof-overlay-line);
        border-radius: 0;
        white-space: normal;
    }

    .roof-options__backdrop[b-hzv59r754s] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1024;
        display: block;
        background: var(--roof-overlay-line);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .roof-map-controls[b-hzv59r754s] {
        bottom: 7rem;
    }
}
