body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
}

#map {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'vazir';
    src: url("../font/Vazir-Medium.ttf");
}

* {
    font-family: 'vazir';
}

#modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#modalContent {
    background: white;
    padding: 10px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

#modalContent iframe {
    width: 100%;
    height: 80vh;
}

#closeModal {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    background: #f00;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
}

.shenavarBTN {
    position: fixed;
    z-index: 10000;
    right: 15px;
    top: 0;
    /* transform: translateY(-90%) rotate(-90deg); */
    /* transform-origin: right center; */
}

.leaflet-control {
    display: none;
}