/* _content/quotes-web/Shared/MainLayout.razor.rz.scp.css */
.header-wrapper[b-q0rrioj6ss] {
    height: 10vh;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper__light[b-q0rrioj6ss] {
    background-color: rgba(108,117,125,0.4);
}

.header-wrapper__dark[b-q0rrioj6ss] {
    background-color: rgba(66,66,66,0.4);
}

.header-wrapper h1[b-q0rrioj6ss] {
    cursor: pointer;
    user-select: none;
}

.login-wrapper[b-q0rrioj6ss] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/quotes-web/View/Administration/AdministrationPage.razor.rz.scp.css */
.admin-container[b-uyawt40qw6] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
/* _content/quotes-web/View/Administration/ImportExportForm.razor.rz.scp.css */
.import-export-container[b-srl4gmyqts] {
    display: flex;
    gap: 1rem;
    align-items: end;
}
/* _content/quotes-web/View/Quoting/Author/AuthorForm.razor.rz.scp.css */
[b-jnec375anb] .creation-container {
    display: flex;
    max-width: 98vw;
    gap: 4rem;
    align-items: center;
    flex-direction: column;
    margin: 1rem auto;
    padding: 20px;
}

[b-jnec375anb] .input-field {
    width: 88vw;
}

[b-jnec375anb] .input-button {
    align-self: flex-start;
}

@media screen and (min-width: 500px) {
    [b-jnec375anb] .create-button {
        align-self: flex-end;
    }

    [b-jnec375anb] .creation-container {
        max-width: 50vw;
        gap: 1rem;
    }

    [b-jnec375anb] .input-field {
        width: 48vw;
    }
}
/* _content/quotes-web/View/Quoting/Author/AuthorList.razor.rz.scp.css */
.author-list[b-pq5xweehdd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.author-actions[b-pq5xweehdd] {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
}

[b-pq5xweehdd] .author {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    align-content: flex-start;
    padding: 10px;
    width: 100%;
}

[b-pq5xweehdd] .author-image {
    width: 100%;
    height: 300px;
}

[b-pq5xweehdd] .author-name {
    text-overflow: ellipsis;
    flex-shrink: 1;
}

@media screen and (min-width: 500px) {
    .author-list[b-pq5xweehdd] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    [b-pq5xweehdd] .author-image {
        width: 500px;
        height: 500px !important;
    }

    [b-pq5xweehdd] .author {
        height: fit-content;
        flex-basis: 500px;
        flex-grow: 0;
        flex-shrink: 0;
        width: unset;
    }
}
/* _content/quotes-web/View/Quoting/OverviewPage.razor.rz.scp.css */
.list-wrapper[b-sbt73m63kq] {
    margin: 0 1rem;
    display: flex;
    flex-grow: 1;
}
.add-button[b-sbt73m63kq] {
    position: absolute;
    inset: auto 1rem 1rem auto;
}
/* _content/quotes-web/View/Quoting/Quote/QuoteForm.razor.rz.scp.css */
[b-dkvel2w465] .creation-container {
    display: flex;
    max-width: 98vw;
    gap: 4rem;
    align-items: center;
    flex-direction: column;
    margin: 1rem auto;
    padding: 20px;
}

[b-dkvel2w465] .input-field {
    width: 88vw;
}

@media screen and (min-width: 500px) {
    [b-dkvel2w465] .create-button {
        align-self: flex-end;
    }

    [b-dkvel2w465] .creation-container {
        max-width: 50vw;
        gap: 1rem;
    }

    [b-dkvel2w465] .input-field {
        width: 48vw;
    }
}
/* _content/quotes-web/View/Quoting/Quote/QuoteList.razor.rz.scp.css */
.quote-list[b-4gf2vdciap] {
    padding-top: 1rem;
    display: flex;
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    gap: 1rem;
}

.loading-container[b-4gf2vdciap] {
    padding-top: 1rem;
    display: flex;
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

[b-4gf2vdciap] .quote {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    align-content: flex-start;
    padding: 10px;
    width: 100%;
}

[b-4gf2vdciap] .quote-image {
    width: 100%;
    height: 300px;
}

[b-4gf2vdciap] .quote-text {
    text-overflow: ellipsis;
    flex-shrink: 1;
}

[b-4gf2vdciap] .quote-detail {
    flex-basis: 50px;
}

@media screen and (min-width: 500px) {
    .quote-list[b-4gf2vdciap] {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    [b-4gf2vdciap] .quote-image {
        width: calc(100vw / 5);
        height: calc(100vw / 5) !important;
    }

    [b-4gf2vdciap] .quote {
        height: fit-content;
        flex-basis: calc(100vw / 5);
        flex-grow: 0;
        flex-shrink: 0;
        width: unset;
    }
}
