/* /Shared/Components/ToasterComponent.razor.rz.scp.css */
.alert-notifications[b-psmg3b499j] {
    position: fixed;
    z-index: 1040;
    right: 10px;
    top: calc(1rem + 16px);
    font-size: 1rem;
}

@keyframes demo-alert-notify-b-psmg3b499j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.alert-notifications .alert:last-of-type[b-psmg3b499j] {
    animation: demo-alert-notify-b-psmg3b499j 0.3s linear;
    animation-fill-mode: forwards;
}
/* /Shared/MainLayout.razor.rz.scp.css */
