@font-face {
    font-family: Iransans;
    src: url('../fonts/IranSans/woff/IRANSansWeb.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.leaflet-container{
    width: 98vw !important;
    height: 97vh !important;
}
.logo-control-img{
    width: 112px;
    height: auto;
    opacity:0.5;
}
.leaflet-right {
    width: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: -10px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}


.AttributionClass{
    font-size: 10px;
}
.leaflet-container .leaflet-control-attribution {
    background: transparent;
    background: transparent;
    height: 36px;
}
.leaflet-popup-tip {
    width: 0px;
    height: 0px;
}

.PGLabel {
    background-color: transparent !important;
    border: unset !important;
    text-shadow: 1px 2px 2px #edecec !important;
    color:#7e99b1 !important;
    /* font-size: 13px !important;*/
    width: 80px !important;
    font-family: Iransans !important;
}
.PGLabel-txt {
    font-family: Iransans !important;
}

.PGLabel:before {
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}

.leaflet-interactive {
    cursor: grab !important;
}
