/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

input:read-only,
input[readonly] {
  background-color: #f2f2f2 !important;
  font-style: italic;
}

.usz-invalid-address {
  color: #0024d4;
}
input {
  -webkit-user-select: text;
}
.nf-field-element {
  position: relative;
}

.nf-field-element span.active {
  display: block !important;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 500px;
  overflow-x: scroll;
  background: #fff;
  z-index: 999;
}
.nf-field-element span.active strong {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

.ui-widget-content {
  background: #fff;
  padding: 10px;
  list-style: none;
  width: 100% !important;
  max-width: 450px !important;
}
.ui-widget-content li {
  cursor: pointer;
}
