.list {
  flex-grow: 1;
  overflow-y: scroll;
  width: 100%;
  height: calc(100vh - 250px); 
  box-sizing: border-box;
  scroll-margin-top: 0;
  scroll-margin-bottom: 0; 
  padding: 0;
  align-items: center;
  justify-content: center;
  top: 172px;
  bottom: 140px; 
  position: absolute;
  padding-bottom: 90px;
  background-color: rgba(0, 0, 0, 0.2);
}

.list hr {
    border: 0;
    height: 1px;
    background: #383838;
}

.list i {
  font-size: 24px;
  color: blue;
}




/* CSS Styles */

/* Place container */
.place {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}

/* Title container */
.title-container {
  display: flex;
  align-items: center;
}

/* Place icon */
.place-icon {
  margin-right: 10px;
  font-size: 1.5em;
  cursor: pointer;
}

/* Place title */
.place-title {
  font-size: 24px;
  cursor: pointer;
  color: white;
  margin-left: 50px;
}

.place-title:hover {
  
  color: lime;
  
}

/* Map icon link */
.place a {
  text-decoration: none;
}

/* Map icon */
.map-icon {
  font-size: 1.5em;
  color: #007BFF; /* Customize color as needed */
  cursor: pointer;
   margin-right: 20px;
}

/* Optional hover effect */
.map-icon:hover {
  color: #0056b3;
}


#loading-indicator {
width: 100%;
position: fixed;
top: 50%;
}