html,
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1f2c3c;
}

body > div.pac-container {
  z-index: 1500 !important;
  box-shadow: none;
  border-radius: 0px;
  border: 0.5px solid #1f2c3c;
}

#__next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
