/* Toastr notification icon alignment */
.toast-info .toast-message {
    display: flex;
    align-items: center;
}
.toast-info .toast-message i {
    margin-right: 10px;
}
.toast-info .toast-message .notification-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
