@import url("../css/base.d41d8cd98f00.css");

.disabled-chip {
  background-color: #f3f4f6;
  color: #6b7280;
  filter: chroma(0.5);
}

.disabled-chip img {
  filter: grayscale(1);
}

.callout-chip {
  background-color: rgba(244, 164, 132, 0.62);
}

.border {
  border-radius: 5px;
}