@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Summary/ListSummary.razor.rz.scp.css */
.item-description[b-vilxzd0l58] {
    color: grey;
}

.card-header[b-vilxzd0l58] {
    /*noinspection CssUnresolvedCustomProperty*/
    color: var(--bs-card-color);
    border-bottom: none;
}

.room-section[b-vilxzd0l58] {
    /*noinspection CssUnresolvedCustomProperty*/
    border-bottom: 1px solid var(--bs-card-color);
}
/* /Layout/AdminLayout.razor.rz.scp.css */
.admin-container[b-7mout323od] {
    display: flex;
    min-height: calc(100vh - 80px - 54px);
    background: white;
}

.admin-sidebar[b-7mout323od] {
    width: 260px;
    min-width: 260px;
    background: white;
    color: #4a4a4a;
    border-right: 1px solid #e5e7eb;
    padding: 1.75rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-header[b-7mout323od] {
    padding: 0 0.5rem;
}

.sidebar-kicker[b-7mout323od] {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.35rem;
}

.sidebar-title[b-7mout323od] {
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
}

.sidebar-copy[b-7mout323od] {
    margin: 0;
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.5;
}

.sidebar-nav[b-7mout323od] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li[b-7mout323od] {
    margin-bottom: 0.35rem;
}

.sidebar-nav a[b-7mout323od] {
    display: block;
    padding: 0.8rem 0.9rem;
    border-radius: 0.5rem;
    color: #4a4a4a;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    border: 1px solid transparent;
    font-weight: 500;
}

.sidebar-nav a:hover[b-7mout323od] {
    background-color: #f5f7fa;
    color: var(--primary);
    text-decoration: none !important;
}

.sidebar-nav a.active[b-7mout323od] {
    background: #f5f7fa;
    color: var(--primary);
    border-color: #d6e3f0;
}

.admin-content[b-7mout323od] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
}

.admin-content-inner[b-7mout323od] {
    max-width: 1240px;
    margin: 0 auto;
}

article[b-7mout323od] {
    padding: 0 !important;
}

[b-7mout323od] .admin-page {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

[b-7mout323od] .admin-page-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    padding: 0.25rem 0;
}

[b-7mout323od] .admin-page-title {
    margin: 0;
    font-size: clamp(1.7rem, 2vw, 2.25rem);
    line-height: 1.1;
    color: var(--primary);
}

[b-7mout323od] .admin-page-copy {
    margin: 0.5rem 0 0;
    max-width: 52rem;
    color: #6b7280;
    line-height: 1.6;
}

[b-7mout323od] .admin-page-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--primary);
}

[b-7mout323od] .admin-page-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

[b-7mout323od] .admin-card {
    border: none;
    border-radius: 0.25rem;
    background: white;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    overflow: hidden;
}

[b-7mout323od] .admin-card-body {
    padding: 1.5rem 2rem;
}

[b-7mout323od] .admin-card-note {
    margin: 0;
    color: #6b7280;
    font-size: 0.94rem;
}

[b-7mout323od] .admin-alert-stack {
    display: grid;
    gap: 0.8rem;
}

[b-7mout323od] .admin-table-wrap {
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    overflow: hidden;
    background: #fff;
}

[b-7mout323od] .admin-table {
    margin: 0;
}

[b-7mout323od] .admin-table thead th {
    background: #f8fafc;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
    border-bottom-width: 1px;
    padding: 0.95rem 1rem;
}

[b-7mout323od] .admin-table tbody td {
    padding: 1rem;
    vertical-align: middle;
}

[b-7mout323od] .admin-table tbody tr:last-child td {
    border-bottom: 0;
}

[b-7mout323od] .admin-table-label {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

[b-7mout323od] .admin-table-label strong {
    color: var(--primary);
}

[b-7mout323od] .admin-muted {
    color: #6b7280;
    font-size: 0.88rem;
}

[b-7mout323od] .admin-input {
    min-height: 2.75rem;
    border-radius: 0.375rem;
    border-color: var(--bs-border-color);
    padding-inline: 0.9rem;
    box-shadow: none;
}

[b-7mout323od] .admin-input.form-control-sm {
    min-height: 2.4rem;
}

[b-7mout323od] .admin-input:focus {
    border-color: var(--primary);
    box-shadow: none;
}

[b-7mout323od] .admin-checkbox {
    width: 1.15rem;
    height: 1.15rem;
}

[b-7mout323od] .admin-save-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.9rem;
    padding-top: 1rem;
}

[b-7mout323od] .admin-save-hint {
    color: #6b7280;
    font-size: 0.9rem;
}

[b-7mout323od] .admin-empty-state {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
}

.navigation-bar[b-7mout323od] {
    border-bottom: 1px solid lightgray;
    background-color: white;
    display: flex;
    min-height: 3.25rem;
    position: relative;
    z-index: 5;

    .navigation-bar-brand {
        display: flex;
        flex-shrink: 0;
        min-height: 3.25rem;
    }

    .navigation-bar-item[b-7mout323od] {
        cursor: pointer;
        align-items: center;
        display: flex;
        padding: .5rem .75rem;
    }

    .navigation-bar-item img[b-7mout323od] {
        height: 64px;
        max-height: 64px;
    }

    .navigation-bar-menu[b-7mout323od] {
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
    }

    .navigation-bar-end[b-7mout323od] {
        justify-content: flex-end;
        margin-left: auto;
        display: flex;
    }

    .icon-text[b-7mout323od] {
        display: inline-flex;
        line-height: 1.5rem;
        vertical-align: top;
        padding-right: 3rem;

        .icon {
            margin-right: .75rem;
            display: inline-flex;
            justify-content: center;
            height: 1.5rem;
            width: 1.5rem;
        }

        a[b-7mout323od] {
            color: #0a0a0a;
        }
    }
}

.footer[b-7mout323od] {
    padding: 1.25rem;
}

@media (max-width: 991.98px) {
    .admin-container[b-7mout323od] {
        flex-direction: column;
    }

    .admin-sidebar[b-7mout323od] {
        width: 100%;
        min-width: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .admin-content[b-7mout323od] {
        padding: 1.25rem;
    }

    [b-7mout323od] .admin-page-header {
        flex-direction: column;
        align-items: start;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
article[b-zdg0btlldq] {
    padding: 0 !important;
}

.navigation-bar[b-zdg0btlldq] {
    border-bottom: 1px solid lightgray;
    background-color: white;
    display: flex;
    min-height: 3.25rem;
    position: relative;
    z-index: 5;

    .navigation-bar-brand {
        display: flex;
        flex-shrink: 0;
        min-height: 3.25rem;
    }

    .navigation-bar-item[b-zdg0btlldq] {
        cursor: pointer;
        align-items: center;
        display: flex;
        padding: .5rem .75rem;
    }

    .navigation-bar-item img[b-zdg0btlldq] {
        height: 64px;
        max-height: 64px;
    }

    .navigation-bar-menu[b-zdg0btlldq] {
        flex-grow: 1;
        flex-shrink: 0;
        display: flex;
    }

    .navigation-bar-end[b-zdg0btlldq] {
        justify-content: flex-end;
        margin-left: auto;
        display: flex;
    }

    .icon-text[b-zdg0btlldq] {
        display: inline-flex;
        line-height: 1.5rem;
        vertical-align: top;
        padding-right: 3rem;

        .icon {
            margin-right: .75rem;
            display: inline-flex;
            justify-content: center;
            height: 1.5rem;
            width: 1.5rem;
        }

        a[b-zdg0btlldq] {
            color: #0a0a0a;
        }
    }
}

.footer[b-zdg0btlldq] {
    padding: 1.25rem;
}
/* /Pages/Admin/AdminLogin.razor.rz.scp.css */
.admin-login-page[b-arpg0ytgj1] {
    min-height: calc(100vh - 140px);
    display: grid;
    place-items: center;
    padding: 2rem 1rem 3rem;
    background: white;
}

.admin-login-shell[b-arpg0ytgj1] {
    width: min(100%, 27rem);
    display: grid;
    gap: 1rem;
}

.admin-login-card[b-arpg0ytgj1] {
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    overflow: hidden;
}

.admin-login-header[b-arpg0ytgj1] {
    padding: 1.5rem 1.5rem 0;
}

.admin-login-kicker[b-arpg0ytgj1] {
    display: inline-block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--primary);
}

.admin-login-title[b-arpg0ytgj1] {
    margin: 0;
    color: var(--primary);
    font-size: 1.8rem;
}

.admin-login-copy[b-arpg0ytgj1] {
    margin: 0.6rem 0 0;
    color: #6b7280;
    line-height: 1.6;
}

.admin-login-body[b-arpg0ytgj1] {
    padding: 1.5rem;
}

.admin-login-field[b-arpg0ytgj1] {
    margin-bottom: 1rem;
}

.admin-login-label[b-arpg0ytgj1] {
    display: block;
    margin-bottom: 0.45rem;
    font-weight: 600;
    color: #4a4a4a;
}

.admin-login-input[b-arpg0ytgj1] {
    min-height: 2.9rem;
    border-radius: 0.375rem;
    border-color: var(--bs-border-color);
    box-shadow: none;
}

.admin-login-input:focus[b-arpg0ytgj1] {
    border-color: var(--primary);
    box-shadow: none;
}

.admin-login-submit[b-arpg0ytgj1] {
    min-height: 2.9rem;
    border-radius: 0.375rem;
    font-weight: 600;
}
/* /Pages/LandingPage.razor.rz.scp.css */
.section[b-bmyqrl0ep1] {
    padding: 8rem;
}

.landing-page-hero[b-bmyqrl0ep1] {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
    url(assets/robot.webp);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 9rem);

    .text {
        max-width: 62%;
    }

    .price_tag[b-bmyqrl0ep1] {
        position: absolute;
        top: -50px;
        right: 15%;

        .price-tag_img {
            height: 400px;
        }

        .price-tag_text[b-bmyqrl0ep1],
        .price-tag_fee[b-bmyqrl0ep1],
        .price-tag_desc[b-bmyqrl0ep1] {
            position: absolute;
            color: white;
            transform: rotate(6deg);
        }

        .price-tag_text[b-bmyqrl0ep1] {
            right: 35%;
            top: 225px;
        }

        .price-tag_fee[b-bmyqrl0ep1] {
            top: 200px;
            font-size: 1.5rem;
            right: 25%;


            .protection_fee {
                font-size: 4rem;
                font-weight: bold;
            }

            .euro[b-bmyqrl0ep1] {
                background-color: white;
                color: #D2232B;
                font-weight: bold;
                border-radius: 5px;
            }
        }

        .price-tag_desc[b-bmyqrl0ep1] {
            text-align: center;
            top: 290px;
            right: 27%;
            font-size: 0.9rem;
        }
    }

    .steps[b-bmyqrl0ep1] {
        display: flex;
        align-items: center;
        max-width: 62%;

        .step-icon {
            font-size: 5rem;
            display: flex;
        }
    }
}

.steps-container[b-bmyqrl0ep1] {
    a:hover {
        text-decoration: none;
    }
}

.icon.is-large[b-bmyqrl0ep1] {
    height: 5rem;
    width: 5rem;
}

ul[b-bmyqrl0ep1] {
    margin-left: 1.5rem
}

@media (max-width: 1200px) {
    .landing-page-hero[b-bmyqrl0ep1] {
        padding-top: 12rem;

        .title {
            width: 80%
        }

        .price_tag[b-bmyqrl0ep1] {
            right: 0;
            top: -40px;
        }

        .text[b-bmyqrl0ep1],
        .steps[b-bmyqrl0ep1] {
            max-width: 100%;
        }
    }
}

@media (max-width: 650px) {
    .icon.is-large[b-bmyqrl0ep1] {
        height: 3rem;
        width: 3rem;
    }

    .landing-page-hero[b-bmyqrl0ep1] {
        padding-top: 15rem;

        .steps {
            .step-icon {
                font-size: 3rem
            }
        }
    }
}
