.gawkk-city-lookup-select{
  box-sizing:border-box;
  width:100%;
  min-height:48px;
  padding:10px 38px 10px 13px;
  border:1px solid #d6dfd9;
  border-radius:12px;
  background:#fff;
  color:#17251c;
  font:inherit;
  font-size:15px;
  line-height:1.25;
}
.gawkk-city-lookup-select:focus{
  border-color:#27804b;
  outline:0;
  box-shadow:0 0 0 3px rgba(39,128,75,.11);
}
.gawkk-city-lookup-select:disabled{
  color:#68756e;
  background:#f5f7f5;
  cursor:wait;
}
.gawkk-city-manual-input[hidden]{display:none!important;}
.gawkk-city-manual-input:not([hidden]){margin-top:8px;}
.gawkk-city-lookup-status{
  display:block;
  margin-top:6px;
  color:#68756e;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.gawkk-city-lookup-status.is-success{color:#176b3a;}
.gawkk-city-lookup-status.is-warning{color:#8a5a00;}
.gawkk-city-lookup-status.is-loading{color:#53645a;}
.gawkk-address-fields .gawkk-city-lookup-select,
.gawkk-invoice .gawkk-city-lookup-select{
  display:block;
  max-width:100%;
}
