/* Stable sizing plus a no-text fallback for Google's Material Icons font. */
.material-icons,
.ajc-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
}

html.material-icons-pending .material-icons,
html.material-icons-pending .ajc-icon {
  visibility: hidden;
}

html.material-icons-fallback-active .material-icons,
html.material-icons-fallback-active .ajc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.material-icons > .material-icon-fallback,
.ajc-icon > .material-icon-fallback {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  flex: 0 0 auto;
}
