.svg-icon {
  width: 32px;
  height: 32px;
  stroke-width: 1.5;
  margin-right: 0.5em;
  line-height: 1em;
  margin-left: 0.2em;
  stroke: rgb(173, 173, 173);
}
.exo-icon {
  width: 26px;
  height: 26px;
  stroke-width: 1.5;
  margin-right: 0.5em;
  line-height: 1em;
  margin-left: 0.4em;
  stroke: #dfd0f8;
}

.exo-icon-list {
  width: 26px;
  height: 26px;
  stroke-width: 1.3;
  margin-right: 0.5em;
  line-height: 1em;
  margin-left: 0.2em;
  stroke: #550a6a;
}
.exo-icon-card {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
  margin-right: 0.5em;
  line-height: 1em;
  margin-left: 0.2em;
  stroke: #bbafce;
}
.exo-icon-list.success {
  stroke: #289b19 !important;
}
.exo-icon-list.warning {
  stroke: #f5c207 !important;
}
.exo-icon-list.danger {
  stroke: #e60505 !important;
}
.exo-icon-list.muted {
  stroke: #a5a5a5 !important;
}
