.city-style {
    color: #475669;
    font-weight: bold;
    cursor: pointer;
}

.city-style-container::-webkit-scrollbar {
    width: 10px;
}
 
.city-style-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.city-style-container::-webkit-scrollbar-thumb {
  background-color: #999;
  outline: 1px solid slategrey;
  border-radius: 50px;
}

.city-style-container::-webkit-scrollbar-thumb:hover {
    background-color: #318cc6;
}

.coordinates-input {
    color: #475669;
    font-weight: bold;
    padding-top: 20px;
}

.coordinates-input:hover {
    color: #318cc6;
}

.metro-style {
    color: #475669;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
