/* _content/AlpsBarkPark.Bestie.Client.WebApi/Components/Components/HeaderBar.razor.rz.scp.css */
.select-facility[b-191y36c7q2] {
    margin: auto;
    display: inline-block;
    width: 33vw;
}

.only-facility[b-191y36c7q2] {
    margin: auto;
    display: inline-block;
    width: 33vw;
}
/* _content/AlpsBarkPark.Bestie.Client.WebApi/Components/Layouts/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y0l3qb2fnj] {
    background: #ffdd00;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-y0l3qb2fnj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

main[b-y0l3qb2fnj] {
    width: min(100%, 1200px);
    margin: 0 auto 0 0;
    padding: 20px;
}
/* _content/AlpsBarkPark.Bestie.Client.WebApi/Components/Pages/PetEdit.razor.rz.scp.css */
.page-wrapper[b-hyvjw1ot7q] {
    display: grid;
    grid-template-columns: 1fr 30vw;
    grid-template-rows: auto auto;
    grid-template-areas:
        "form space"
        "table table";
}

.form-wrapper[b-hyvjw1ot7q] {
    grid-area: form;
    padding: 20px;
}

.table-wrapper[b-hyvjw1ot7q] {
    grid-area: table;
    padding: 20px;
}
/* _content/AlpsBarkPark.Bestie.Client.WebApi/Components/Pages/ReservationEdit.razor.rz.scp.css */
.page-wrapper[b-tggzhvz8zw] {
    display: grid;
    grid-template-columns: 1fr 30vw;
    grid-template-rows: auto auto;
    grid-template-areas:
        "form space"
        "table table";
}

.form-wrapper[b-tggzhvz8zw] {
    grid-area: form;
    padding: 20px;
}

.table-wrapper[b-tggzhvz8zw] {
    grid-area: table;
    padding: 20px;
}
