.wilaya-popup{
    position:absolute !important;
    background: #00000088 !important;
    /* width:180px !important; */
    z-index:999 !important;
    padding:12px !important;
    display: flex !important;
    justify-content: center !important;
    border :1px solid #463333 !important;
    border-radius: 2px !important;
    color:white !important;
    box-shadow: 3px 3px 6px #5b5b5b2b !important;
    white-space: wrap !important;
    /* transform:translate3d(-50%,-50%,0) !important;
    transition:transform 0.2s cubic-bezier(.02,1.23,.79,1.08) !important; */
  }
  .wilaya-popup span{
    text-align: center !important;
    font-weight: bold !important;
  }
  .svg-container{
      position: relative !important;
  }