@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/WeddingConfirmation/Pages/Index.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .wrap[b-6svgtk25n1] {
        margin: 1rem !important;
    }
}
/* _content/WeddingConfirmation/Pages/Thanks.razor.rz.scp.css */
.text[b-ljup5z2rkj] {
    text-align: center;
}

@media (max-width: 640.98px) {
    .thanks[b-ljup5z2rkj] {
        position: absolute;
        top: 25%;
    }
}

@media (min-width: 641px) {
    .text[b-ljup5z2rkj]{
        padding-bottom: 10px;
    }
}
/* _content/WeddingConfirmation/Shared/MainLayout.razor.rz.scp.css */
.page[b-yzlsuieg4x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yzlsuieg4x] {
    flex: 1;
}

.sidebar[b-yzlsuieg4x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yzlsuieg4x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yzlsuieg4x]  a, .top-row .btn-link[b-yzlsuieg4x] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yzlsuieg4x] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yzlsuieg4x] {
        display: none;
    }

    .top-row.auth[b-yzlsuieg4x] {
        justify-content: space-between;
    }

    .top-row a[b-yzlsuieg4x], .top-row .btn-link[b-yzlsuieg4x] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yzlsuieg4x] {
        flex-direction: row;
    }

    .sidebar[b-yzlsuieg4x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yzlsuieg4x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yzlsuieg4x], article[b-yzlsuieg4x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.page[b-yzlsuieg4x] {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content[b-yzlsuieg4x] {
    max-width: 800px;
}


@media (max-width: 640.98px) {
    .content[b-yzlsuieg4x] {
        max-width: 100vw;
    }
    .page[b-yzlsuieg4x] {
        background-color: wheat;
    }
}


@media (min-width: 641px) {
    .page[b-yzlsuieg4x] {
        background-image: url('images/wedding.jpg');
    }

    .content[b-yzlsuieg4x] {
        background-color: wheat;
        max-width: 800px;
        margin: 40px auto;
        border-radius: 16px;
    }
}
