.modal-card label+label{margin-top:13px}
.modal-card select{width:100%;font:inherit;border:1px solid #cfd8d3;border-radius:9px;padding:12px;background:#fff}
.modal-card input:focus,.modal-card select:focus{outline:2px solid #13784922;border-color:var(--green)}
.city-picker-button{display:flex;width:100%;align-items:center;justify-content:space-between;border:1px solid #cfd8d3;border-radius:9px;background:#fff;color:#1b2822;padding:12px;text-align:right}.city-picker-button b{color:var(--green);font-size:18px}
.city-dialog[hidden]{display:none}.city-dialog{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:18px;background:rgba(9,29,18,.58)}.city-sheet{display:flex;width:min(560px,100%);max-height:min(720px,85vh);flex-direction:column;border-radius:23px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.28);overflow:hidden}.city-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 10px}.city-dialog-head h2{margin:0;font-size:18px}.city-dialog-head button{width:38px;height:38px;border:0;border-radius:12px;background:#eef5f0;color:#31523e;font-size:25px}.city-search{display:flex;align-items:center;margin:8px 18px 12px;border:1.5px solid #dbe5df;border-radius:14px;background:#f8fbf9;padding:0 13px}.city-search span{color:var(--green);font-size:22px}.city-search input{width:100%;border:0;background:transparent;outline:none;padding:13px 10px}.city-results{overflow:auto;padding:0 12px 16px}.city-option{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf2ee;background:#fff;padding:13px 10px;color:#1b2822;text-align:right;cursor:pointer}.city-option small{color:#738078}.city-empty{padding:35px 15px;text-align:center;color:#738078}
