/* _content/BlazorBlog.Public/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.Public/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;
}
