/* Notification Center Alignment */
.notification, .flash-message, .alert, .toast {
 text-align: center !important;
 display: flex;
 align-items: center;
 justify-content: center;
}

.notification-content, .flash-content {
 text-align: center;
 width: 100%;
}

/* RTL Support */
[dir="rtl"] .notification,
[dir="rtl"] .flash-message {
 text-align: center !important;
}
