/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-ootp88ftdq] {
    height: 100%;
}

[b-ootp88ftdq] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--dxds-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-ootp88ftdq] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-ootp88ftdq] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-ootp88ftdq] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-ootp88ftdq] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-ootp88ftdq] {
        display: none;
        visibility: hidden;
    }

    [b-ootp88ftdq] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-ootp88ftdq] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g3lyzn75d2] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--dxds-font-family-sans-serif));
    min-height: 0;
}

[b-g3lyzn75d2] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-g3lyzn75d2] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-g3lyzn75d2] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-g3lyzn75d2] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-g3lyzn75d2] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-g3lyzn75d2] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-g3lyzn75d2] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-g3lyzn75d2] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-g3lyzn75d2] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-g3lyzn75d2] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-g3lyzn75d2] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-g3lyzn75d2] {
    display: inline-flex;
}

.menu-button-nav[b-g3lyzn75d2] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-g3lyzn75d2] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-g3lyzn75d2]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-g3lyzn75d2]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-xjiandsx00] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-xjiandsx00] {
    text-align: center;
}

[b-xjiandsx00] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-xjiandsx00] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-xjiandsx00] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-xjiandsx00] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-xjiandsx00] .menu-item {
    color: var(--bs-white, #fff);
}

[b-xjiandsx00] .icon {
    margin-left: 0.5rem;
}

[b-xjiandsx00] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-xjiandsx00] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-xjiandsx00] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-xjiandsx00] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-xjiandsx00] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-xjiandsx00] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-xjiandsx00] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-xjiandsx00] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-xjiandsx00] {
        text-align: inherit;
    }
}
/* /Components/Pages/BookingWizard.razor.rz.scp.css */
.icon-boat input[b-r4a4i5qdfh],
.icon-boat .dxbl-edit-area[b-r4a4i5qdfh] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Bootsname.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}

.icon-email input[b-r4a4i5qdfh],
.icon-email .dxbl-edit-area[b-r4a4i5qdfh] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Email.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}


.wizard-layout[b-r4a4i5qdfh] {
    max-width: 980px;
    margin: 0 auto;
    padding: 16px
}

.wizard-header .progress[b-r4a4i5qdfh] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    color: #6b7280
}

.wizard-header .step.active[b-r4a4i5qdfh] {
    color: #003f6b;
    font-weight: 600
}

.wizard-header .sep[b-r4a4i5qdfh] {
    color: #9ca3af
}

.wizard-actions[b-r4a4i5qdfh] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.landing[b-r4a4i5qdfh] {
    text-align: center
}

.customer-logo[b-r4a4i5qdfh] {
    max-width: 220px;
    margin: 8px auto 16px
}

.harbor-thumb[b-r4a4i5qdfh] {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0
}

.footer[b-r4a4i5qdfh] {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    color: #6b7280
}

.footer-logo[b-r4a4i5qdfh] {
    max-width: 140px
}

.slider-container[b-r4a4i5qdfh] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .slider-container input[type=range][b-r4a4i5qdfh] {
        width: 100%;
        accent-color: #0078d4; /* DevExpress Primary */
    }

.slider-value[b-r4a4i5qdfh] {
    font-weight: 600;
    text-align: center;
    color: #003f6b;
}
.wizard-actions[b-r4a4i5qdfh] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}

.nav-btn[b-r4a4i5qdfh] {
    background: transparent;
    border: none;
    padding: 0;
}

.nav-icon[b-r4a4i5qdfh] {
    width: 48px; /* Größe anpassen */
    height: auto;
    cursor: pointer;
}
/* /Components/Pages/BookingWizardWoMo.razor.rz.scp.css */

.spinner-controls[b-ijs8mpfg50] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.spinner-label[b-ijs8mpfg50] {
    flex: 0 0 100px;
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
}

.spinner-btn[b-ijs8mpfg50] {
    min-width: 60px !important;
    min-height: 60px !important;
    font-size: 28px !important;
    border-radius: 12px !important;
    flex-shrink: 0;
}

    .spinner-btn.minus[b-ijs8mpfg50] {
        background: #6c757d !important;
    }

    .spinner-btn.plus[b-ijs8mpfg50] {
        background: #007bff !important;
    }

.spinner-input[b-ijs8mpfg50] {
    flex: 1;
    min-width: 0;
    text-align: center;
}

/* DxSpinEdit Text zentrieren */
.spinner-input input[b-ijs8mpfg50] {
    text-align: center !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
}



.icon-boat input[b-ijs8mpfg50],
.icon-boat .dxbl-edit-area[b-ijs8mpfg50] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Bootsname.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}

.icon-email input[b-ijs8mpfg50],
.icon-email .dxbl-edit-area[b-ijs8mpfg50] {
    padding-left: 35px;
    background-image: url('/images/MarinaPay_Icon_Email.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px 18px;
}


.wizard-layout[b-ijs8mpfg50] {
    max-width: 980px;
    margin: 0 auto;
    padding: 16px
}

.wizard-header .progress[b-ijs8mpfg50] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    color: #6b7280
}

.wizard-header .step.active[b-ijs8mpfg50] {
    color: #003f6b;
    font-weight: 600
}

.wizard-header .sep[b-ijs8mpfg50] {
    color: #9ca3af
}

.wizard-actions[b-ijs8mpfg50] {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.landing[b-ijs8mpfg50] {
    text-align: center
}

.customer-logo[b-ijs8mpfg50] {
    max-width: 220px;
    margin: 8px auto 16px
}

.harbor-thumb[b-ijs8mpfg50] {
    max-width: 100%;
    border-radius: 8px;
    margin: 16px 0
}

.footer[b-ijs8mpfg50] {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    color: #6b7280
}

.footer-logo[b-ijs8mpfg50] {
    max-width: 140px
}


.slider-container[b-ijs8mpfg50] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slider-container input[type=range][b-ijs8mpfg50] {
    width: 100%;
    accent-color: #0078d4; /* DevExpress Primary */
}

.slider-value[b-ijs8mpfg50] {
    font-weight: 600;
    text-align: center;
    color: #003f6b;
}

.wizard-actions[b-ijs8mpfg50] {
    position: sticky;
    bottom: 0;
    background: white;
    padding: 12px 20px;
    border-top: 1px solid #ddd;
}

.nav-btn[b-ijs8mpfg50] {
    background: transparent;
    border: none;
    padding: 0;
}

.nav-icon[b-ijs8mpfg50] {
    width: 48px; /* Größe anpassen */
    height: auto;
    cursor: pointer;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-mqxk5qnl4p] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-mqxk5qnl4p] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-mqxk5qnl4p] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-mqxk5qnl4p] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--dxds-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
[b-8i6edskyxe] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-8i6edskyxe] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-8i6edskyxe] .title {
    text-align: center;
}

[b-8i6edskyxe] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-8i6edskyxe] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--dxds-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-8i6edskyxe] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-8i6edskyxe] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--dxds-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/PaymentCancel.razor.rz.scp.css */
.payment-cancel[b-ic6yru1vet] {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.cancel-actions[b-ic6yru1vet] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
/* /Components/Pages/PaymentError.razor.rz.scp.css */
.payment-error[b-xyjvekjfmd] {
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 16px;
    text-align: center;
}

    .payment-error .error-actions[b-xyjvekjfmd] {
        display: flex;
        gap: 12px;
        justify-content: center;
        margin-top: 24px;
    }

.tech-details[b-xyjvekjfmd] {
    margin: 16px auto 4px;
    padding: 12px 14px;
    max-width: 560px;
    text-align: left;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff7f7;
    color: #7f1d1d;
}
/* /Components/Shared/ScrollPicker.razor.rz.scp.css */
/* ScrollPicker.razor.css */
.scrollpicker[b-ghgub0j28d] {
    position: relative;
    width: 100%;
    max-width: 260px;
    outline: none;
}

    /* Feste Höhe = sichtbare Anzahl * Item-Höhe */
    .scrollpicker .list[b-ghgub0j28d] {
        height: calc(var(--visible) * var(--item-h)); /* statt max-height */
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        background: #fff;
        scrollbar-width: thin;
    }

    .scrollpicker .item[b-ghgub0j28d] {
        height: var(--item-h);
        display: flex;
        align-items: center;
        justify-content: center;
        scroll-snap-align: center;
        font-size: 1rem;
        color: #374151;
    }

        .scrollpicker .item.active[b-ghgub0j28d] {
            font-weight: 600;
            color: #003f6b;
        }

    .scrollpicker .highlight-window[b-ghgub0j28d] {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: var(--item-h);
        transform: translateY(-50%);
        border-top: 1px solid #0078d4;
        border-bottom: 1px solid #0078d4;
        background: linear-gradient(to bottom, rgba(0,120,212,0.06), rgba(0,120,212,0.06));
        border-radius: 4px;
    }
