/* /Layout/MainLayout.razor.rz.scp.css */
/* Toast Notifications Styling */
.toast-container .toast[b-6v5ebjb4ko] {
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    animation: slideInRight-b-6v5ebjb4ko 0.3s ease-out;
    margin-bottom: 0.75rem;
}

@keyframes slideInRight-b-6v5ebjb4ko {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast-container .toast .toast-header[b-6v5ebjb4ko] {
    border-bottom: none;
    font-weight: 600;
}

.toast-container .toast .toast-body[b-6v5ebjb4ko] {
    font-size: 0.9rem;
}

.toast-container .toast .btn-close[b-6v5ebjb4ko] {
    filter: brightness(0) invert(1);
}

.toast-container .toast.bg-warning .btn-close[b-6v5ebjb4ko] {
    filter: brightness(0);
}

/* Ensure toasts appear above chat and modals */
.toast-container[b-6v5ebjb4ko] {
    z-index: 9999 !important;
}
