body {
  color: #000;
  font-family: Boathouse, Segoe UI, Helvetica Neue, -apple-system, system-ui,
    BlinkMacSystemFont, Roboto, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 14px;
  line-height: 18px;
  background-color: rgb(250, 250, 250);
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
  margin-top: 0px;
  margin-bottom: 7px;
}
p {
  font-size: small;
  margin: 0;
}

form {
  padding: 20px;
}

.container {
  display: grid;
  grid-template-columns: 350px auto;
  background-color: transparent;
  padding: 10px;
}

.container > div {
  padding: 20px;
}

.routeDisplay {
  padding: 20px;
  background-color: white;
  width: fit-content;
  display: block;
  margin-bottom: 20px;
}

.map {
  height: 400px;
  width: 600px;
}

.infoPanel {
  display: flex;
  padding-left: 0px;
}

.infoPanel > li {
  padding-right: 10px;
  list-style-type: none;
  display: none;
}
.uploadMenu {
  position: sticky;
  align-items: center;
  top: 0;
  left: 0;
  height: fit-content;
  width: fit-content;
}

.routeTypeIcon {
  height: 24px;
  width: 24px;
  margin: auto 0;
}

.error_p {
  margin-left: 15px;
  margin-top: 5px;
  color: indianred;
}