    .popup-container {
      font-family: Arial, sans-serif;
      width: 300px;
    }

    .popup-container h4 {
      margin: 0;
      font-size: 15px;
      color: #005b80;
      font-weight: bold;
    }

    .popup-line {
      display: block;
      height: 2px;
      background-color: #005b80;
      margin: 6px 0 8px 0;
    }

    .popup-content {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 10px;
    }

    .popup-content div {
      margin-bottom: 4px;
    }

    .popup-content b {
      display: inline-block;
      width: 100px;
    }

    .popup-buttons {
      display: flex;
      gap: 10px;
      justify-content: space-between;
    }

    .popup-buttons a {
      flex: 1;
      text-align: center;
      padding: 6px;
      font-size: 13px;
      text-decoration: none;
      color: white;
      background-color: #005b80;
      border-radius: 4px;
      font-weight: bold;
      transition: background-color 0.2s;
    }

    .popup-buttons a:hover {
      background-color: #003d99;
    }

    .popup-buttons a i {
      margin-right: 6px;
    }
	.popup-photo img {
	  width: 100%;
	  max-height: 150px;
	  object-fit: cover;
	  border-radius: 8px;
	  margin-bottom: 8px;
	}
	
	
 .custom-tooltip {
  background-color: rgba(0, 91, 128, 0.9);
  color: white; /* Warna teks */
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.leaflet-tooltip.custom-tooltip {
  background: rgba(0, 91, 128, 0.9);
  border: none;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
}

.leaflet-tooltip.custom-tooltip::before {
  border-top-color: rgba(0, 128, 0, 0.9);
}


    .popup-container-jbt {
      font-family: Arial, sans-serif;
      width: 300px;
    }

    .popup-container-jbt h4 {
      margin: 0;
      font-size: 15px;
      color: #005b80;
      font-weight: bold;
    }

    .popup-line-jbt {
      display: block;
      height: 2px;
      background-color: #005b80;
      margin: 6px 0 8px 0;
    }

    .popup-content-jbt {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 10px;
    }

    .popup-content-jbt div {
      margin-bottom: 4px;
    }

    .popup-content-jbt b {
      display: inline-block;
      width: 100px;
    }

    .popup-buttons-jbt {
      display: flex;
      gap: 10px;
      justify-content: space-between;
    }

    .popup-buttons-jbt a {
      flex: 1;
      text-align: center;
      padding: 6px;
      font-size: 13px;
      text-decoration: none;
      color: white;
      background-color: #005b80;
      border-radius: 4px;
      font-weight: bold;
      transition: background-color 0.2s;
    }

    .popup-buttons-jbt a:hover {
      background-color: #003d99;
    }

    .popup-buttons-jbt a i {
      margin-right: 6px;
    }
	.popup-photo-jbt img {
	  width: 100%;
	  max-height: 150px;
	  object-fit: cover;
	  border-radius: 8px;
	  margin-bottom: 8px;
	}
	