/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */#map{height:100%}html,body{height:100%;margin:0;padding:0}.address_input{position:absolute;top:55px;left:10px;background-color:#bcbcbc;padding:6px;border-radius:5px;width:500px;border:2px;border-color:#00f;border-style:solid;transition:1.2s;z-index:10}.address_input_hided{transform:translate(-517px);transition:1.2s}.address_info{display:flex;flex-direction:column;position:relative;top:25px;opacity:.89;background-color:#22eef5;border-radius:3px;border-color:#000;border-style:solid;border-width:1px;padding:3px;z-index:10}.transparent{opacity:0}.address_info:hover{z-index:20}.address_textarea{position:absolute;top:6px;left:30px;right:5px;overscroll-behavior:none;resize:none;line-height:18px}.address_chk{background-color:#bcbcbc;border:none;resize:none;line-height:18px}.buttons{display:flex;align-items:center;justify-content:center}.button{margin-left:3px;margin-right:3px}.hide_button{position:absolute;right:3px;bottom:4px;background-color:transparent;border-style:none}.show_button{position:absolute;left:10px;top:270px;background-color:transparent;border-style:none;z-index:1}
