.error {
  color: red;
}
.md-select-value *:first-child {
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.md-dialog h2:first-letter {
  text-transform: capitalize;
}
.custom-color-formly-type {
  width: 90%;
}
md-dialog.filter-dialog {
  width: 960px;
}
