body {
  padding:0;
  margin:0;
}
#map {
  width: 100%;
  height: 100vh;
}

#float-box {
  display: block;
  width: fit-content;
  height: 30px;
  background-color: white;
  position: relative;
  border-radius: 5px;
  margin: 10px;
  display: flex;
  align-items: center;
  z-index: 1000;
  padding: 5px;
  float: right
}
#float-box img {
  width: 25px;
  height: 25px;
}

#float-box p {
  color: #4D5C64;
  font-family: Lato;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 5px;
  font-weight: 600;
}

#madeby {
  display: block;
  width: fit-content;
  height: 30px;
  position: relative;
  border-radius: 5px;
  display: flex;
  top: 90%;
  align-items: center;
  z-index: 1000;
  padding: 5px;
  float: bottom-left
}

#madeby p {
  color: grey;
  font-family: Lato;
  font-size: 0.5 rem;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 400;
}

/* css to customize Leaflet default styles  */
.customPopup .leaflet-popup-content-wrapper{

}
.leaflet-popup-content p {
  margin: 0 !important;
}
.customPopup .leaflet-popup-tip,
.customPopup .leaflet-popup-content-wrapper h2{

}
.leaflet-popup-content {
  margin: 0 !important;
  width: fit-content !important
  
}
.leaflet-popup-content-wrapper {
  padding: 0px !important;
  width: fit-content !important
}
.map-popup-container img {
  width: 100%;
  border-radius: 14px 14px 0 0;
}

.map-popup-container {
  width: 300px;
  max-width: auto;
  height: auto;
  border-radius: 30px;
  border-color: #82919A;
  transition: 0.3s;
  padding-bottom: 5px;
}
.map-popup-container h2 {
  color: #4D5C64;
  font-family: Lato;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.map-popup-container p {
  color: #82919A;
  font-family: Lato;
  font-size: 14px;
}


.popup-description-container{
  padding: 10px 15px 0px 15px;
  margin-bottom: 5px;

}
.popup-timeline-container {
  width: auto;
  min-height: fit-content;
  max-height: 160px;
  overflow-y: scroll;
  background: #ffff;
  border-top: 1px solid rgb(220,220,220);
  margin-top: 3px;
}
.popup-timeline-container ul{
  padding-left: 20px;
}

.popup-timeline-container ul{
  padding-left: 20px;
}
.popup-timeline li{
  padding-bottom: 1.5rem;
  position: relative;
  width: auto;
  border-left: 2px solid #B4BDC2;
  margin-top: 0;
  padding-left: 12px;
  margin-left: 5px;
  list-style: none;
 
}

.popup-timeline li:before {
    position: relative;
    content: attr(data);
    text-align: right;
    left: -38px;
    color: white;
    font-family: Lato;
    font-size: 10px;
   border-radius: 2px ;
   background-color: #82919A;
   padding: 3px;

}
.popup-timeline-obra {
  position: relative;
}

