@charset "utf-8";

#MapiMapFreeword {
  padding: 15px 0 0;
  margin: 0 10px;
}

#MapiMapFreeword .MapiFormTxt {
  width: 80%;
  height: 24px;
  border: 1px solid #ccc;
  padding: 5px;
}

#MapiMapFreeword .MapiFormBtn {
  border: 1px solid #ccc;
  padding: 5px 15px;
  width:17%;
}

.search-inner {
  width:100%;
  margin: 20px 0;;
}
.gps-btn-wrap {
  transition: 0.3s;
}

.gps-btn-wrap:hover {
  opacity: 0.6;
}

#MapiMapCurrentLocationSearch {
  min-height: 60px;
  width:500px;
  margin: 0 auto;
  display:flex;
  align-items: center;
  justify-content: center;
  color:white;
  text-align: center;
  border-radius: 6px;
  border: 1px solid silver;
  background-color: rgb(0, 24, 113);
  font-size: 1.2rem;
  transition: 0.3s
}

.gps-btn-wrap {
  position: relative;
}
.icon-current-btn {
    width: 25px;
    height: 25px;
    fill: #fff;
    position: absolute;
    top: 17px;
    left: 33%;
    z-index: 1;
}
