.example-fieldWithPrefix .neo-prefixfield .neo-input-wrapper {
  position: relative;
  overflow: visible;
}
.example-fieldWithPrefix .neo-prefixfield .neo-input-wrapper::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: indianred;
  border-radius: 50%;
  top: 2px;
  left: -12px;
}
.example-fieldWithPrefix .neo-prefixfield.neo-focus .neo-input-wrapper::before {
  background-color: darkseagreen;
}

/*# sourceMappingURL=MainContainer.css.map */