/* Map theme: rouge #e31c23, noir #212529, gris */
.wilaya-popup{
    position:absolute !important;
    background: rgba(33, 37, 41, 0.92) !important;
    z-index:999 !important;
    padding:12px !important;
    display: flex !important;
    justify-content: center !important;
    border: 1px solid var(--accent-color, #e31c23) !important;
    border-radius: 4px !important;
    color: #fff !important;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.35) !important;
    white-space: wrap !important;
  }
  .wilaya-popup span{
    text-align: center !important;
    font-weight: bold !important;
  }
  .svg-container{
      position: relative !important;
      background: #f1f3f5 !important;
  }
  .svg-container .path{
    stroke: #ffffff !important;
    stroke-width: 0.5;
  }