.requred_radio:before {
  border: 1px solid #f53d3d !important;
}

.reuired_field {
  border: 1px solid #f53d3d !important;
}

.autocomplete-result-list {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 3px 15px;
  max-height: 175px;
  overflow-y: scroll;
  visibility: hidden;
}
.autocomplete-result-list li:hover {
  cursor: pointer;
}

.waiting_response {
  position: relative;
}
.waiting_response:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 97%;
  margin-top: -20px;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 5px solid grey;
  border-top-color: black;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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