.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform 0.25s ease-out, opacity 0.25s ease-in;
    -moz-transition: -moz-transform 0.25s ease-out, opacity 0.25s ease-in;
    -o-transition: -o-transform 0.25s ease-out, opacity 0.25s ease-in;
    transition: transform 0.25s ease-out, opacity 0.25s ease-in;
}
.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 30px;
    color: #fff;
    font-family: IRANSans, Tahoma, Arial, Helvetica, sans-serif;
}
.marker-cluster-small {
    background-color: rgba(196, 212, 229, 0.6);
}
.marker-cluster-small div {
    background-color: rgba(0, 63, 127, 0.6);
}
.marker-cluster-medium {
    background-color: rgba(255, 165, 51, 0.6);
}
.marker-cluster-medium div {
    background-color: rgba(234, 99, 4, 0.6);
}
.marker-cluster-large {
    background-color: rgba(244, 111, 97, 0.6);
}
.marker-cluster-large div {
    background-color: rgba(229, 55, 55, 0.6);
}
.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c;
}
.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39;
}
.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357;
}
.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c;
}
.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73;
}
.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017;
}
.leaflet-draw-section {
    position: relative;
}
.leaflet-draw-toolbar {
    margin-top: 12px;
}
.leaflet-draw-toolbar-top {
    margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
    border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
    border-bottom-right-radius: 0;
}
.leaflet-draw-toolbar a {
    background-image: url(/themes-assets/v3/img/spritesheet.png?b6147173537ae9a2634f26fba7c1a4a6);
    background-image: linear-gradient(transparent, transparent),
        url(/themes-assets/v3/img/spritesheet.svg?8b8e805f363960265540b85d674cb339);
    background-repeat: no-repeat;
    background-size: 300px 30px;
    background-clip: padding-box;
}
.leaflet-retina .leaflet-draw-toolbar a {
    background-image: url(/themes-assets/v3/img/spritesheet-2x.png?bf4bb577300a587e6ea50c85ef00952c);
    background-image: linear-gradient(transparent, transparent),
        url(/themes-assets/v3/img/spritesheet.svg?8b8e805f363960265540b85d674cb339);
}
.leaflet-draw a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.leaflet-draw a .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.leaflet-draw-actions {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 26px;
    top: 0;
    white-space: nowrap;
}
.leaflet-touch .leaflet-draw-actions {
    left: 32px;
}
.leaflet-right .leaflet-draw-actions {
    right: 26px;
    left: auto;
}
.leaflet-touch .leaflet-right .leaflet-draw-actions {
    right: 32px;
    left: auto;
}
.leaflet-draw-actions li {
    display: inline-block;
}
.leaflet-draw-actions li:first-child a {
    border-left: 0;
}
.leaflet-draw-actions li:last-child a {
    border-radius: 0 4px 4px 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
    border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
    border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
    background-color: #919187;
    border-left: 1px solid #aaa;
    color: #fff;
    font: 11px/19px Helvetica Neue, Arial, Helvetica, sans-serif;
    line-height: 28px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
}
.leaflet-touch .leaflet-draw-actions a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}
.leaflet-draw-actions-bottom {
    margin-top: 0;
}
.leaflet-draw-actions-top {
    margin-top: 1px;
}
.leaflet-draw-actions-bottom a,
.leaflet-draw-actions-top a {
    height: 27px;
    line-height: 27px;
}
.leaflet-draw-actions a:hover {
    background-color: #a0a098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
    height: 26px;
    line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    background-position: -2px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
    background-position: 0 -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-position: -31px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
    background-position: -29px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
    background-position: -62px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
    background-position: -60px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
    background-position: -92px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
    background-position: -90px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
    background-position: -122px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
    background-position: -120px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
    background-position: -273px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
    background-position: -271px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
    background-position: -152px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
    background-position: -150px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
    background-position: -182px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
    background-position: -180px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
    background-position: -212px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
    background-position: -210px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
    background-position: -242px -2px;
}
.leaflet-touch
    .leaflet-draw-toolbar
    .leaflet-draw-edit-remove.leaflet-disabled {
    background-position: -240px -2px;
}
.leaflet-mouse-marker {
    background-color: #fff;
    cursor: crosshair;
}
.leaflet-draw-tooltip {
    background: #363636;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font: 12px/18px Helvetica Neue, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    margin-top: -21px;
    padding: 4px 8px;
    position: absolute;
    visibility: hidden;
    white-space: nowrap;
    z-index: 6;
}
.leaflet-draw-tooltip:before {
    border-right: 6px solid rgba(0, 0, 0, 0.5);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    top: 7px;
    left: -7px;
}
.leaflet-error-draw-tooltip {
    background-color: #f2dede;
    border: 1px solid #e6b6bd;
    color: #b94a48;
}
.leaflet-error-draw-tooltip:before {
    border-right-color: #e6b6bd;
}
.leaflet-draw-tooltip-single {
    margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
    color: #f8d5e4;
}
.leaflet-draw-guide-dash {
    font-size: 1%;
    opacity: 0.6;
    position: absolute;
    width: 5px;
    height: 5px;
}
.leaflet-edit-marker-selected {
    background-color: rgba(254, 87, 161, 0.1);
    border: 4px dashed rgba(254, 87, 161, 0.6);
    border-radius: 4px;
    box-sizing: content-box;
}
.leaflet-edit-move {
    cursor: move;
}
.leaflet-edit-resize {
    cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
    border: 1px solid #999;
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}
.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 4px;
    width: 4px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
