#root{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;width:100vw;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#root .auto-input{width:200px}.autocomplete-form{margin-top:25px;margin-left:15px;margin-right:15px}.autocomplete-form-input-elements{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.autocomplete-form-items{position:absolute;width:inherit;border-width:1px;border-style:solid;border-color:#d3d3d3;z-index:1}.autocomplete-form input{margin-bottom:1px}.autocomplete-form .hide{display:none}