.acl-register-form .acl-field-search,
.acl-register-form #acl_city_picker{position:relative}
.acl-register-form .acl-combobox-input{
  width:100%;
  padding:13px 14px;
  border:1px solid #d0d5dd;
  border-radius:14px;
  background:#fff;
  color:#101828;
}
.acl-register-form .acl-combobox-menu{
  position:absolute;
  top:100%;
  left:0;
  right:0;
  z-index:30;
  background:#fff;
  border:1px solid #d0d5dd;
  border-radius:14px;
  box-shadow:0 18px 40px rgba(15,23,42,.12);
  margin-top:8px;
  max-height:280px;
  overflow:auto;
}
.acl-register-form .acl-combobox-item{
  display:block;
  width:100%;
  text-align:left;
  background:#fff;
  border:0;
  border-bottom:1px solid #f2f4f7;
  padding:11px 14px;
  cursor:pointer;
  color:#172b4d;
}
.acl-register-form .acl-combobox-item:last-child{border-bottom:0}
.acl-register-form .acl-combobox-item:hover,
.acl-register-form .acl-combobox-item:focus{
  background:#fff7ed;
  outline:none;
}
.acl-register-form .acl-combobox-item.is-muted{
  color:#667085;
  font-style:italic;
}
.acl-register-form .acl-combobox-item.is-custom{
  color:#0f766e;
  font-weight:600;
}
.acl-register-form .acl-field-search.is-open .acl-combobox-input,
.acl-register-form #acl_city_picker.is-open .acl-combobox-input{
  border-color:#f97316;
  box-shadow:0 0 0 3px rgba(249,115,22,.14);
}
.acl-register-form .acl-help{
  margin-top:6px;
  color:#667085;
  font-size:.92rem;
}
