* {
  margin: 0;
  padding: 0;
}

#app {
  display: flex;
}

#container {
  width: 630px;
  height: 100%;
  transform: translate(0%, 0%);
}

.mapwrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.btn-start {
  background-color: red;
  height: 4vh;
  font-size: 1.4vw;
  color: white;
}

.inputf {
  display: flex;
  justify-content: space-around;
}

.radio {
  display: flex;
  justify-content: space-around;
}

.btn-link {
  font-size: 1.4vw;
  font-weight: bold;
}

.btn-salmon:hover {
  background-color: rgb(228, 252, 162);
  color: black;
}

.btn-tool {
  font-size: 1.2vw;
  width: 12vw;
  background-color: #b7b6b6;
  border: none;
}

.btn-active {
  background-color: #fb1616;
  color: white;

}

.btn-tool:hover {
  background-color: #fb1616;
  color: white;
}

.city1 {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 50px;
  column-gap: 0px;
  overflow-y: scroll;
  height: 45vh;
}

.city1in {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}

.basic {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 2px;
}

.basicwrap {
  display: flex;
  justify-content: space-between;
}

.basicin {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

.start {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.btngrid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.link {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.tools {
  display: flex;
  width: 30vw;
  height: 100vh;
  flex-wrap: wrap;
}