@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BlazorBlog/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/BlazorBlog/Components/Pages/Admin/ManageBlogPosts.razor.rz.scp.css */
.table > tbody > tr > td[b-de0uxj4ie0] {
    vertical-align: middle;
}

.admin-button[b-de0uxj4ie0] {
    width: 70px;
}

.table > tbody > tr > td[b-de0uxj4ie0] {
    vertical-align: middle;
}

.admin-button[b-de0uxj4ie0] {
    width: 70px;
}
/* _content/BlazorBlog/Components/Pages/Home.razor.rz.scp.css */
.shano-div-class[b-otejjbbavm] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* _content/BlazorBlog/Components/Shared/ConfirmationModal.razor.rz.scp.css */
.modal-backdrop[b-x5ghc5fqw4] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content[b-x5ghc5fqw4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 50%;
    max-width: 400px;
}
/* _content/BlazorBlog/Components/Shared/Loader.razor.rz.scp.css */
.fullscreen-fixed[b-c3d5u5h5z0]{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay[b-c3d5u5h5z0] {
    background: black;
    opacity: 0.5;
    z-index: 1050;
}

.loader-wrapper[b-c3d5u5h5z0]{
    z-index: 1051;
}
/* _content/BlazorBlog/Components/Shared/Toast.razor.rz.scp.css */
.toast-container[b-lm5q09sec4] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
}

.toast[b-lm5q09sec4] {
    min-width: 250px;
    margin-bottom: 0.5rem;
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 0.25rem;
}

.toast-header[b-lm5q09sec4] {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.toast-body[b-lm5q09sec4] {
    padding: 0.75rem;
}

.close[b-lm5q09sec4] {
    background: none;
    border: none;
    color: #fff;
}

.toast.Info[b-lm5q09sec4] {
    background-color: #17a2b8;
}

.toast.Success[b-lm5q09sec4] {
    background-color: #28a745;
}

.toast.Warning[b-lm5q09sec4] {
    background-color: #ffc107;
}

.toast.Error[b-lm5q09sec4] {
    background-color: #dc3545;
}
