#map-content {
    display: flex;
}

.hidden {
  display: none !important;
}

.col-md-12 {
  position: relative;
  min-width: 260px;
  min-height: 1px;
  margin: 0;
  padding: 20px;
  background-color: #fffeec;
}

#route-condition {
    margin-bottom: 16px;
    box-sizing: border-box;
}

#route-condition span {
    display: block;
    margin: 12px 0 4px;
    font-size: 1.6rem;
    line-height: 1;
}

#route-condition input {
    margin: 4px 0;
}

#route-condition label[for="highway"] {
    cursor: pointer;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.button {
    position: relative;
    margin-bottom: 8px;
}

.button #route-button {
    width: 90px;
    padding: 8px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    background-color: #65b979;
    border: 1px solid #65b979;
    border-radius: 5px;
    cursor: pointer;
}

.button #route-button:hover {
    background-color: #285733;
    border-color: #285733;
}

.button #clear-button {
    position: absolute;
    right: 0;
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.button #clear-button:hover {
    background-color: #ccc;
}

#route-result {
    padding: 8px 4px;
    font-size: 1.4rem;
}



@media screen and (max-width: 782px){
#map {
    height: 65%!important;
}

#menu {
    height: fit-content!important;
}

#map-content {
    display: block;
}

.form-control {
    width: 240px;
}

.col-md-12 {
    min-width: unset;
}



@media screen and (max-width: 767px){
#inc-maps {
    margin-bottom: 60px;
}
}
