.igea-leaflet-map-lib #lMapComponent {
    border: 1px solid #ccc;
}

.igea-leaflet-map-lib .leaflet-top,
.igea-leaflet-map-lib .leaflet-bottom,
.igea-leaflet-map-lib .leaflet-control {
    z-index: 400;
}

.igea-leaflet-map-lib .hover-pointer:hover {
    cursor: pointer;
}

.igea-leaflet-map-lib .map-tool-buttons {
    z-index: 400;
}

.igea-leaflet-map-lib .close-identify-btn {
    position: absolute;
    right: 3%;
}

.igea-leaflet-map-lib .preview-group-layer-buttons {
    position: absolute;
    bottom: 35px;
    left: 0;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5%;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    box-shadow: 0px 0px 13px 1px #888888b8;
    z-index: 500;
}

.igea-leaflet-map-lib .moving-map-btn,
.igea-leaflet-map-lib .identify-all-btn,
.igea-leaflet-map-lib .data-export-btn,
.igea-leaflet-map-lib .draw-point-btn,
.igea-leaflet-map-lib .draw-line-btn,
.igea-leaflet-map-lib .draw-polygon-btn,
.igea-leaflet-map-lib .data-export-btn,
.igea-leaflet-map-lib .reset-user-cql-btn,
.igea-leaflet-map-lib .remove-drawn-btn {
    position: absolute;
    right: 0%;
    top: 0%;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5%;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    box-shadow: 0px 0px 13px 1px #888888b8;
}

.igea-leaflet-map-lib .identify-all-btn i {
    position: absolute;
    top: 17%;
    left: 26%;
}

.igea-leaflet-map-lib .moving-map-btn i {
    position: absolute;
    top: 17%;
    left: 18%;
}

.igea-leaflet-map-lib .data-export-btn i {
    position: absolute;
    top: 17%;
    left: 38%;
}

.igea-leaflet-map-lib .reset-user-cql-btn i {
    position: absolute;
    top: 20%;
    left: 18%;
}

.igea-leaflet-map-lib .draw-point-btn i {
    position: absolute;
    font-size: 16px;
    top: 27%;
    left: 34%;
}

.igea-leaflet-map-lib .draw-line-btn i {
    position: absolute;
    font-size: 15px;
    top: 28%;
    left: 24%;
}

.igea-leaflet-map-lib .draw-polygon-btn i {
    position: absolute;
    top: 20%;
    left: 22%;
}

.igea-leaflet-map-lib .remove-drawn-btn i {
    position: absolute;
    top: 22%;
    left: 17%;
}

.igea-leaflet-map-lib .identify-all-btn.active,
.igea-leaflet-map-lib .moving-map-btn.active,
.igea-leaflet-map-lib .data-export-btn.active,
.igea-leaflet-map-lib .draw-point-btn.active,
.igea-leaflet-map-lib .draw-line-btn.active,
.igea-leaflet-map-lib .draw-polygon-btn.active,
.igea-leaflet-map-lib .data-export-btn.active,
.igea-leaflet-map-lib .reset-user-cql-btn.active {
    border: 2px solid #ccc;
    color: rgb(10, 148, 4);
}

.igea-leaflet-map-lib .preview-group-layer-buttons.active {
    border: 2px solid rgb(10, 148, 4);
}

.igea-leaflet-map-lib .identify-popup-window {
    position: absolute;
    right: 0%;
    margin-right: 55px;
    max-height: 430px;
    min-height: 200px;
    max-width: 380px;
    min-width: 300px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 1%;
    z-index: 400;
    box-shadow: 0px 0px 13px 1px #888888b8;
}

.igea-leaflet-map-lib .identify-popup-window-body::-webkit-scrollbar-track {
    background: transparent;
}

.igea-leaflet-map-lib .identify-popup-window-body::-webkit-scrollbar {
    width: 5px;
}

.igea-leaflet-map-lib .identify-popup-window-body::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 0.7);
    border-radius: 20px;
}

.igea-leaflet-map-lib .identify-popup-window-body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(204, 204, 204);
}

.igea-leaflet-map-lib .identify-popup-window-header {
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 4px 8px 0px #88888852;
}

.igea-leaflet-map-lib .identify-popup-window-body {
    height: 388px;
    overflow-y: scroll;
}

.igea-leaflet-map-lib .identify-popup-window-header i:first-child {
    color: rgb(10, 148, 4);
}

.igea-leaflet-map-lib .identify-window-body-entry-header {
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
}

.igea-leaflet-map-lib .identify-window-body-entry {
    border-bottom: 1px solid #ccc;
}

.igea-leaflet-map-lib .identify-window-body-entry-key {
    word-break: break-all;
    border-right: 1px solid #ccc;
}

.igea-leaflet-map-lib .identify-window-body-entry-value {
    font-weight: bold;
    font-style: italic;
    word-break: break-all;
}

.igea-leaflet-map-lib .map-menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 5px 0px 6px 0px #88888873;
    z-index: 400;
}

.igea-leaflet-map-lib .map-menu-body {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    overflow-y: scroll;
}

.igea-leaflet-map-lib .map-menu-body::-webkit-scrollbar-track {
    background: transparent;
}

.igea-leaflet-map-lib .map-menu-body::-webkit-scrollbar {
    width: 5px;
}

.igea-leaflet-map-lib .map-menu-body::-webkit-scrollbar-thumb {
    background-color: rgba(204, 204, 204, 0.7);
    border-radius: 20px;
}

.igea-leaflet-map-lib .map-menu-body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(204, 204, 204);
}

.igea-leaflet-map-lib .map-menu-header {
    position: relative;
    flex: 0 0 auto;
    min-height: 40px;
    align-items: center;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 4px 8px 0px #88888852
}

.igea-leaflet-map-lib .map-menu-header span {
    font-weight: bold;
}

.igea-leaflet-map-lib .map-menu-hide {
    width: 0% !important;
}

.igea-leaflet-map-lib .map-menu-show-btn {
    position: absolute;
    right: -30px;
    top: 47%;
    width: 30px;
    height: 40px;
    font-size: 25px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    background-color: inherit;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 400;
}

.igea-leaflet-map-lib .map-menu-show-btn i {
    position: absolute;
    top: 15%;
    left: 15%;
}

.igea-leaflet-map-lib .map-menu-body-base-header span,
.igea-leaflet-map-lib .map-menu-body-overlay-header span,
.igea-leaflet-map-lib .map-menu-body-vector-header span {
    font-weight: bold;
    font-size: 15px;
}

.igea-leaflet-map-lib .map-menu-body-custom-group-header span {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    word-break: break-word;
}

.igea-leaflet-map-lib .map-menu-layer-name {
    font-size: 14px;
    word-break: break-word;
}

.igea-leaflet-map-lib .map-notification-container {
    position: absolute;
    right: 0%;
    bottom: 0%;
    margin-right: 10px;
    margin-bottom: 30px;
    min-height: 10vh;
    max-height: 20vh;
    width: 25vw;
    z-index: 400;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 1px #888888b8;
}

.igea-leaflet-map-lib .map-notification-container h6 {
    color: rgba(0, 0, 0, 0.73);
}

.igea-leaflet-map-lib .notification-success i {
    color: rgba(0, 157, 0, 0.8);
}

.igea-leaflet-map-lib .notification-error i {
    color: rgba(183, 0, 0, 0.8);
}

.igea-leaflet-map-lib .notification-info i {
    color: rgba(0, 65, 213, 0.8);
}

/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.igea-leaflet-map-lib *,
.igea-leaflet-map-lib ::before,
.igea-leaflet-map-lib ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.igea-leaflet-map-lib ::before,
.igea-leaflet-map-lib ::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

.igea-leaflet-map-lib hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.igea-leaflet-map-lib abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.igea-leaflet-map-lib h1,
.igea-leaflet-map-lib h2,
.igea-leaflet-map-lib h3,
.igea-leaflet-map-lib h4,
.igea-leaflet-map-lib h5,
.igea-leaflet-map-lib h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.igea-leaflet-map-lib a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

.igea-leaflet-map-lib b,
.igea-leaflet-map-lib strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

.igea-leaflet-map-lib code,
.igea-leaflet-map-lib kbd,
.igea-leaflet-map-lib samp,
.igea-leaflet-map-lib pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

.igea-leaflet-map-lib small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

.igea-leaflet-map-lib sub,
.igea-leaflet-map-lib sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.igea-leaflet-map-lib sub {
  bottom: -0.25em;
}

.igea-leaflet-map-lib sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

.igea-leaflet-map-lib table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

.igea-leaflet-map-lib button,
.igea-leaflet-map-lib input,
.igea-leaflet-map-lib optgroup,
.igea-leaflet-map-lib select,
.igea-leaflet-map-lib textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

.igea-leaflet-map-lib button,
.igea-leaflet-map-lib select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.igea-leaflet-map-lib button,
.igea-leaflet-map-lib [type='button'],
.igea-leaflet-map-lib [type='reset'],
.igea-leaflet-map-lib [type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

.igea-leaflet-map-lib :-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

.igea-leaflet-map-lib :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.igea-leaflet-map-lib progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

.igea-leaflet-map-lib ::-webkit-inner-spin-button,
.igea-leaflet-map-lib ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

.igea-leaflet-map-lib [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

.igea-leaflet-map-lib ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

.igea-leaflet-map-lib ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

.igea-leaflet-map-lib summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

.igea-leaflet-map-lib blockquote,
.igea-leaflet-map-lib dl,
.igea-leaflet-map-lib dd,
.igea-leaflet-map-lib h1,
.igea-leaflet-map-lib h2,
.igea-leaflet-map-lib h3,
.igea-leaflet-map-lib h4,
.igea-leaflet-map-lib h5,
.igea-leaflet-map-lib h6,
.igea-leaflet-map-lib hr,
.igea-leaflet-map-lib figure,
.igea-leaflet-map-lib p,
.igea-leaflet-map-lib pre {
  margin: 0;
}

.igea-leaflet-map-lib fieldset {
  margin: 0;
  padding: 0;
}

.igea-leaflet-map-lib legend {
  padding: 0;
}

.igea-leaflet-map-lib ol,
.igea-leaflet-map-lib ul,
.igea-leaflet-map-lib menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.igea-leaflet-map-lib textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

.igea-leaflet-map-lib input::-moz-placeholder, .igea-leaflet-map-lib textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.igea-leaflet-map-lib input::placeholder,
.igea-leaflet-map-lib textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.igea-leaflet-map-lib button,
.igea-leaflet-map-lib [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

.igea-leaflet-map-lib :disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

.igea-leaflet-map-lib img,
.igea-leaflet-map-lib svg,
.igea-leaflet-map-lib video,
.igea-leaflet-map-lib canvas,
.igea-leaflet-map-lib audio,
.igea-leaflet-map-lib iframe,
.igea-leaflet-map-lib embed,
.igea-leaflet-map-lib object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

.igea-leaflet-map-lib img,
.igea-leaflet-map-lib video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

.igea-leaflet-map-lib [hidden] {
  display: none;
}

.igea-leaflet-map-lib *, .igea-leaflet-map-lib ::before, .igea-leaflet-map-lib ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

.igea-leaflet-map-lib ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

.igea-leaflet-map-lib .visible {
    visibility: visible;
}

.igea-leaflet-map-lib .static {
    position: static;
}

.igea-leaflet-map-lib .fixed {
    position: fixed;
}

.igea-leaflet-map-lib .absolute {
    position: absolute;
}

.igea-leaflet-map-lib .col-span-2 {
    grid-column: span 2 / span 2;
}

.igea-leaflet-map-lib .m-0 {
    margin: 0px;
}

.igea-leaflet-map-lib .my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.igea-leaflet-map-lib .my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.igea-leaflet-map-lib .my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.igea-leaflet-map-lib .ml-1 {
    margin-left: 0.25rem;
}

.igea-leaflet-map-lib .ml-1\.5 {
    margin-left: 0.375rem;
}

.igea-leaflet-map-lib .ml-2 {
    margin-left: 0.5rem;
}

.igea-leaflet-map-lib .mt-1 {
    margin-top: 0.25rem;
}

.igea-leaflet-map-lib .mt-2 {
    margin-top: 0.5rem;
}

.igea-leaflet-map-lib .flex {
    display: flex;
}

.igea-leaflet-map-lib .table {
    display: table;
}

.igea-leaflet-map-lib .grid {
    display: grid;
}

.igea-leaflet-map-lib .hidden {
    display: none;
}

.igea-leaflet-map-lib .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.igea-leaflet-map-lib .resize {
    resize: both;
}

.igea-leaflet-map-lib .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.igea-leaflet-map-lib .flex-row {
    flex-direction: row;
}

.igea-leaflet-map-lib .gap-3 {
    gap: 0.75rem;
}

.igea-leaflet-map-lib .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.igea-leaflet-map-lib .px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.igea-leaflet-map-lib .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.igea-leaflet-map-lib .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.igea-leaflet-map-lib .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.igea-leaflet-map-lib .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.igea-leaflet-map-lib .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.igea-leaflet-map-lib .pb-1 {
    padding-bottom: 0.25rem;
}

.igea-leaflet-map-lib .pb-2 {
    padding-bottom: 0.5rem;
}

.igea-leaflet-map-lib .pl-1 {
    padding-left: 0.25rem;
}

.igea-leaflet-map-lib .pl-2 {
    padding-left: 0.5rem;
}

.igea-leaflet-map-lib .pl-3 {
    padding-left: 0.75rem;
}

.igea-leaflet-map-lib .pl-5 {
    padding-left: 1.25rem;
}

.igea-leaflet-map-lib .pr-2 {
    padding-right: 0.5rem;
}

.igea-leaflet-map-lib .ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.igea-leaflet-map-lib .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.igea-leaflet-map-lib .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.igea-leaflet-map-lib .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}