#map {
	height: 750px;
    width: 100%;
    border-radius: 15px;
	overflow: hidden;
}
.leaflet-control-attribution {
    display: none;
}

.fullScreen {
    width: 34px;
    height: 34px;
    background: white;
    font-size: 21px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

.leaflet-control-layers-list {
    padding: unset !important;
}
.leaflet-control-layers-toggle {
    width: 30px !important;
    height: 30px !important;
}
.leaflet-control-layers-base {
    text-align: left !important;
}

.flex-control-paging {
    display: none !important;
}
.leaflet-popup-content {
    margin: 13px 8px !important;
    width: unset !important;
    min-width: 198px !important;
}
.flex-prev {
    height: 45px !important;
}
.flex-next {
    height: 45px !important;
    color: rgb(0, 0, 0) !important;
}
.mapConts {
    width: 97%;
    margin: 0 1.5% 0 1.5%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 31px 7px rgb(0 0 0 / 21%);
    border-radius: 15px;
}

@media (orientation: landscape) and (max-height: 723px) {
    .mapConts {
        height: 77vh;
    }
}
