.icon-warning {
  color: orange;
}

.icon-success {
  color: green;
}

.icon-error {
  color: red;
}

.icon-blue {
  color: #00A1E0;
}