/* FL alerts: Classic pastel blue → Fibre Lab green */
.alert-info,
#notifications .alert-info,
#content-wrapper .alert-info,
body#product .alert-info,
#product #notifications .alert,
#notifications .notification-info,
.bootstrap .alert-info {
  background-color: #eef6d4 !important;
  border-color: #c6e06a !important;
  color: #3f5a12 !important;
}
.alert-info hr,
.bootstrap .alert-info hr {
  border-top-color: #b5d455 !important;
}
.alert-info .alert-link,
.alert-info a,
.bootstrap .alert-info .alert-link {
  color: #2f4a0c !important;
}
.alert-info .material-icons,
.alert-info .close,
#notifications .alert-info .material-icons {
  color: #5a7a18 !important;
}
/* soft success-style twin if used for same banner */
.alert-success {
  background-color: #eef6d4 !important;
  border-color: #c6e06a !important;
  color: #3f5a12 !important;
}
