html,
    body {
 
      height: 100%;
 
      margin: 0px;
 
    }
 
    .containerxx {
 
      height: 100%;
 
      background: #f0e68c;
 
    }
 
 
    #map {
      width: 100%;
      height: 100%;
    }
 
    .custom-popup .leaflet-popup-content-wrapper {
      background: #2c3e50;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      border-radius: 0px;
    }
 
    .custom-popup .leaflet-popup-content-wrapper a {
      color: rgba(255, 255, 255, 0.1);
    }
 
    .custom-popup .leaflet-popup-tip-container {
      width: 30px;
      height: 15px;
    }
 
    .custom-popup .leaflet-popup-tip {
      background: transparent;
      border: none;
      box-shadow: none;
    }
 
    /* css to customize Leaflet default styles  */
    .custom .leaflet-popup-tip,
    .custom .leaflet-popup-content-wrapper {
      background: #0b3654; 
      color: #ffffff;
    }
 
    .waseman {
      text-align: center;
      padding: 10px ;
    }
 
    .facebook,
    .twitter,
    .instagram,
    .telegram {
      padding: 10px 15px;
      background: #555956;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 10px;
      color: white;
      border-radius: 3px;
    }
 
    .facebook:hover,
    .twitter:hover,
    .instagram:hover,
    .telegram:hover {
      background: #c97d18;
    }