    /* Add a font from Google Fonts */
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

    /* Style for the tooltip */
    .leaflet-popup-content-wrapper {
        background-color: rgba(35, 35, 35, 0.95); /* Darker background */
        color: #ffffff; /* White text color */
        font-family: 'Inconsolata', sans-serif; /* Sleek font */
        border-radius: 4px; /* Less rounded corners */
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); /* Less pronounced shadow */
    }
    .leaflet-popup-content {
        margin: 10px; /* Less inner spacing for the content */
        line-height: 1.6; /* More comfortable line height */
        font-size: 14px; /* Smaller font size for a less "clunky" look */
    }
    .leaflet-popup-tip-container {
        width: 20px; /* Smaller tip */
        height: 10px; /* Smaller tip */
    }
    .leaflet-popup-tip {
        background: transparent; /* Hide the default tip */
        box-shadow: none;
    }
    /* More subtle close button */
    .leaflet-popup-close-button {
        background-color: #444; /* Dark background for the close button */
        border-radius: 50%; /* Circular close button */
        color: #ccc; /* Subtle X color */
        font-size: 18px; /* Smaller X */
        line-height: 18px; /* Adjust line height to vertically center */
        width: 18px; /* Smaller close button */
        height: 18px; /* Smaller close button */
        margin-top: 4px; /* Align to the top right corner */
        margin-right: 4px; /* Align to the top right corner */
    }
    .custom-div-icon {
        background-color: #f431ec; /* Your specified color */
        border: 1px solid #000000; /* Black edge */
        border-radius: 50%; /* Circular shape */
        width: 14px; /* Width of the icon */
        height: 14px; /* Height of the icon */
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff; /* Text color */
    }
    .custom-div-icon i {
        line-height: 24px; /* Aligns the text vertically */
    }


.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.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;
}



@import url("https://fonts.cdnfonts.com/css/public-pixel");

@font-face {
    font-family: 'Public Pixel';
    src: url('./PublicPixel.woff2') format('woff2');
    src: url('./PublicPixel.woff') format('woff');
    src: url('./PublicPixel.svg') format('svg');
    src: url('./PublicPixel.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a.notspecial:before {
    content: "";
}
a.special:before {
    content: "~>";
}
@-webkit-keyframes blink-animation{0%{opacity:0}25%{opacity:0}50%{opacity:1}}@keyframes blink1{0%{opacity:.25}22%{opacity:.25}50%{opacity:1}}@-webkit-keyframes blink1{0%{opacity:.25}22%{opacity:.25}50%{opacity:1}}@keyframes blink2{0%{opacity:.25}33%{opacity:.25}50%{opacity:1}}@-webkit-keyframes blink2{0%{opacity:.25}33%{opacity:.25}50%{opacity:1}}@keyframes blink3{0%{opacity:.25}44%{opacity:.25}50%{opacity:1}}@-webkit-keyframes blink3{0%{opacity:.25}44%{opacity:.25}50%{opacity:1}}
.blink {
    animation: blink-animation 1s steps(3,start) infinite;
    -webkit-animation: blink-animation 1s steps(3,start) infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink-animation;
    animation-name: blink-animation;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    /*margin-left: 10px;*/
    margin-bottom: 80px;
    padding-bottom: 80px;
}
  html {overflow-x: initial !important;}:root { --bg-color:#ffffff; --text-color:#333333; --select-text-bg-color:#B5D6FC; --select-text-font-color:auto; --monospace:"Lucida Console",Consolas,"Courier",monospace; --title-bar-height:20px; }
         .mac-os-11 { --title-bar-height:28px; }
         html { font-size: 8px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
         body { margin: 0px; padding: 0px; height: auto; inset: 0px; font-size: 1rem; line-height: 1.42857; overflow-x: hidden; background: inherit; tab-size: 4; }
         body {
          -ms-overflow-style: none; /* for Internet Explorer, Edge */
          scrollbar-width: none; /* for Firefox */
          overflow-y: scroll; 
        }

        body::-webkit-scrollbar {
          display: none; /* for Chrome, Safari, and Opera */
        }
         a.url { word-break: break-all; }
         /*a:active, a:hover { outline: 0px; }*/
         .in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
         #write { margin-top: 20px; margin-bottom: 20px; height: auto; width: inherit; word-break: normal; overflow-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 20px; }
         #write.first-line-indent p { text-indent: 2em; }
         #write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
         #write.first-line-indent li { margin-left: 2em; }
         .for-image #write { padding-left: 8px; padding-right: 8px; }
         body.typora-export { padding-left: 30px; padding-right: 30px; }
         .typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
         .typora-export .task-list-item input { pointer-events: none; }
         @media screen and (max-width: 500px) {
         body.typora-export { padding-left: 0px; padding-right: 0px; }
         #write { padding-left: 20px; padding-right: 20px; }
         }
         #write li > figure:last-child { margin-bottom: 0.5rem; }
         #write ol, #write ul:not(.tree) { position: relative; }
         img { max-width: 100%; vertical-align: middle; image-orientation: from-image; }
         button, input, select, textarea { color: inherit; font: inherit; }
         input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
         *, ::after, ::before { box-sizing: border-box; }
         #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
         #write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
         p { line-height: inherit; }
         h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 4; }
         p { orphans: 4; }
         h1 { font-size: 2rem; }
         h2 { font-size: 1.6rem; }
         h3 { font-size: 1.5rem; }
         h4 { font-size: 1.3rem; }
         h5 { font-size: 1.1rem; }
         h6 { font-size: 1rem; }
         .md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
         .hidden { display: none; }
         .md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
         a { cursor: pointer; }
         sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.7); color: rgb(85, 85, 85); border-radius: 4px; cursor: pointer; }
         sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
         #write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
         figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
         figure > table { margin: 0px; }
         thead, tr { break-inside: avoid; break-after: auto; }
         thead { display: table-header-group; }
         table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
         table.md-table td { min-width: 32px; }
         .CodeMirror-gutters { border-right: 0px; background-color: inherit; }
         .CodeMirror-linenumber { user-select: none; }
         .CodeMirror { text-align: left; }
         .CodeMirror-placeholder { opacity: 0.3; }
         .CodeMirror pre { padding: 0px 4px; }
         .CodeMirror-lines { padding: 0px; }
         div.hr:focus { cursor: none; }
         #write pre { white-space: pre-wrap; }
         #write.fences-no-line-wrapping pre { white-space: pre; }
         #write pre.ty-contain-cm { white-space: normal; }
         .CodeMirror-gutters { margin-right: 4px; }
         .md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background: inherit; position: relative !important; }
         .md-fences-adv-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
         #write .md-fences.mock-cm { white-space: pre-wrap; }
         .md-fences.md-fences-with-lineno { padding-left: 0px; }
         #write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
         .md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
         .CodeMirror-line, twitterwidget { break-inside: avoid; }
         svg { break-inside: avoid; }
         .footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
         .footnotes + .footnotes { margin-top: 0px; }
         .md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; background: 0px 0px; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; -webkit-tap-highlight-color: transparent; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; }
         li div { padding-top: 0px; }
         blockquote { margin: 1rem 0px; }
         li .mathjax-block, li p { margin: 0.5rem 0px; }
         li blockquote { margin: 1rem 0px; }
         li { margin: 0px; position: relative; }
         blockquote > :last-child { margin-bottom: 0px; }
         blockquote > :first-child, li > :first-child { margin-top: 0px; }
         .footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
         #write .footnote-line { white-space: pre-wrap; }
         @media print {
         body, html { border: 1px solid transparent; height: 99%; break-after: avoid; break-before: avoid; font-variant-ligatures: no-common-ligatures; }
         #write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; padding-bottom: 0px !important; }
         .typora-export * { -webkit-print-color-adjust: exact; }
         .typora-export #write { break-after: avoid; }
         .typora-export #write::after { height: 0px; }
         .is-mac table { break-inside: avoid; }
         .typora-export-show-outline .typora-export-sidebar { display: none; }
         }
         .footnote-line { margin-top: 0.714em; font-size: 0.7em; }
         a img, img a { cursor: pointer; }
         pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background: rgb(204, 204, 204); display: block; overflow-x: hidden; }
         p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
         #write.first-line-indent p > .md-image:only-child:not(.md-img-error) img { left: -2em; position: relative; }
         p > .md-image:only-child { display: inline-block; width: 100%; }
         #write .MathJax_Display { margin: 0.8em 0px 0px; }
         .md-math-block { width: 100%; }
         .md-math-block:not(:empty)::after { display: none; }
         .MathJax_ref { fill: currentcolor; }
         [contenteditable="true"]:active, [contenteditable="true"]:focus, [contenteditable="false"]:active, [contenteditable="false"]:focus { outline: 0px; box-shadow: none; }
         .md-task-list-item { position: relative; list-style-type: none; }
         .task-list-item.md-task-list-item { padding-left: 0px; }
         .md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
         .math { font-size: 0.4rem; }
         .md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-radius: 10px; }
         .md-toc-content { position: relative; margin-left: 0px; }
         .md-toc-content::after, .md-toc::after { display: none; }
         .md-toc-item { display: block; color: rgb(65, 131, 196); }
         .md-toc-item a { text-decoration: none; }
         .md-toc-inner:hover { text-decoration: underline; }
         .md-toc-inner { display: inline-block; cursor: pointer; }
         .md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
         .md-toc-h2 .md-toc-inner { margin-left: 2em; }
         .md-toc-h3 .md-toc-inner { margin-left: 4em; }
         .md-toc-h4 .md-toc-inner { margin-left: 6em; }
         .md-toc-h5 .md-toc-inner { margin-left: 8em; }
         .md-toc-h6 .md-toc-inner { margin-left: 10em; }
         @media screen and (max-width: 48em) {
         .md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
         .md-toc-h4 .md-toc-inner { margin-left: 5em; }
         .md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
         .md-toc-h6 .md-toc-inner { margin-left: 8em; }
         }
         a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
         .footnote-line a:not(.reversefootnote) { color: inherit; }
         .md-attr { display: none; }
         .md-fn-count::after { content: "."; }
         code, pre, samp, tt { font-family: var(--monospace); }
         kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; }
         .md-comment { color: rgb(162, 127, 3); opacity: 0.6; font-family: var(--monospace); }
         code { text-align: left; vertical-align: initial; }
         a.md-print-anchor { white-space: pre !important; border-width: initial !important; border-style: none !important; border-color: initial !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; background: 0px 0px !important; text-decoration: initial !important; text-shadow: initial !important; }
         .os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
         .md-diagram-panel > svg { max-width: 100%; }
         [lang="flow"] svg, [lang="mermaid"] svg { max-width: 100%; height: auto; }
         [lang="mermaid"] .node text { font-size: 2rem; }
         table tr th { border-bottom: 0px; }
         video { max-width: 100%; display: block; margin: 0px auto; }
         .highlight td, .highlight tr { border: 0px; }
         mark { background: rgb(255, 255, 0); color: rgb(0, 0, 0); }
         .md-html-inline .md-plain, .md-html-inline strong, mark .md-inline-math, mark strong { color: inherit; }
         .md-expand mark .md-meta { opacity: 0.3 !important; }
         mark .md-meta { color: rgb(0, 0, 0); }
         @media print {
         .typora-export h1, .typora-export h2, .typora-export h3, .typora-export h4, .typora-export h5, .typora-export h6 { break-inside: avoid; }
         }
         .md-diagram-panel .messageText { stroke: none !important; }
         .md-diagram-panel .start-state { fill: var(--node-fill); }
         .md-diagram-panel .edgeLabel rect { opacity: 1 !important; }
         .md-fences.md-fences-math { font-size: 1em; }
         .md-fences-advanced:not(.md-focus) { padding: 0px; white-space: nowrap; border: 0px; }
         .md-fences-advanced:not(.md-focus) { background: inherit; }
         .typora-export-show-outline .typora-export-content { max-width: 1440px; margin: auto; display: flex; flex-direction: row; }
         .typora-export-sidebar { width: 300px; font-size: 0.8rem; margin-top: 80px; margin-right: 18px; }
         .typora-export-show-outline #write { --webkit-flex:2; flex: 2 1 0%; }
         .typora-export-sidebar .outline-content { position: fixed; top: 0px; max-height: 100%; overflow: hidden auto; padding-bottom: 30px; padding-top: 60px; width: 300px; }
         @media screen and (max-width: 1024px) {
         .typora-export-sidebar, .typora-export-sidebar .outline-content { width: 240px; }
         }
         @media screen and (max-width: 800px) {
         .typora-export-sidebar { display: none; }
         }
         .outline-content li, .outline-content ul:not(.tree) { margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px; list-style: none; }
         .outline-content ul:not(.tree) { margin-top: 0px; margin-bottom: 0px; }
         .outline-content strong { font-weight: 400; }
         .outline-expander { width: 1rem; height: 1.42857rem; position: relative; display: table-cell; vertical-align: middle; cursor: pointer; padding-left: 4px; }
         .outline-expander::before { content: ""; position: relative; font-family: Ionicons; display: inline-block; font-size: 8px; vertical-align: middle; }
         .outline-item { padding-top: 3px; padding-bottom: 3px; cursor: pointer; }
         .outline-expander:hover::before { content: ""; }
         .outline-h1 > .outline-item { padding-left: 0px; }
         .outline-h2 > .outline-item { padding-left: 1em; }
         .outline-h3 > .outline-item { padding-left: 2em; }
         .outline-h4 > .outline-item { padding-left: 3em; }
         .outline-h5 > .outline-item { padding-left: 4em; }
         .outline-h6 > .outline-item { padding-left: 5em; }
         .outline-label { cursor: pointer; display: table-cell; vertical-align: middle; text-decoration: none; color: inherit; }
         .outline-label:hover { text-decoration: underline; }
         .outline-item:hover { border-color: rgb(245, 245, 245); background-color: var(--item-hover-bg-color); }
         .outline-item:hover { margin-left: -28px; margin-right: -28px; border-left: 28px solid transparent; border-right: 28px solid transparent; }
         .outline-item-single .outline-expander::before, .outline-item-single .outline-expander:hover::before { display: none; }
         .outline-item-open > .outline-item > .outline-expander::before { content: ""; }
         .outline-children { display: none; }
         .info-panel-tab-wrapper { display: none; }
         .outline-item-open > .outline-children { display: block; }
         .typora-export .outline-item { padding-top: 1px; padding-bottom: 1px; }
         .typora-export .outline-item:hover { margin-right: -8px; border-right: 8px solid transparent; }
         .typora-export .outline-expander::before { content: "+"; font-family: inherit; top: -1px; }
         .typora-export .outline-expander:hover::before, .typora-export .outline-item-open > .outline-item > .outline-expander::before { content: "−"; }
         .typora-export-collapse-outline .outline-children { display: none; }
         .typora-export-collapse-outline .outline-item-open > .outline-children, .typora-export-no-collapse-outline .outline-children { display: block; }
         .typora-export-no-collapse-outline .outline-expander::before { content: "" !important; }
         .typora-export-show-outline .outline-item-active > .outline-item .outline-label { font-weight: 700; }
         .md-inline-math-container mjx-container { zoom: 0.95; }
         @include-when-export url(https://fonts.loli.net/css?family=Inconsolata:400,700&subset=latin-ext);
         :root {
         --side-bar-bg-color: #5F5F5F;
         --active-file-text-color: #222;
         --text-color: #ebebeb;
         --window-border: 1px solid #606060;
         --active-file-bg-color: rgba(219, 219, 253, 0.4);
         --active-file-text-color: white;
         --control-text-color: #ccc;
         --rawblock-edit-panel-bd: #263238;
         }
         html, body {
         background: url("wallpaper_d_19286.gif") no-repeat center center fixed;
         background-size: cover; 
         background-repeat: no-repeat; 
         background-attachment: fixed;
         background-poisition: center;
         font-size: 1.8rem;
         color: #ebebeb;
         font-family: 'Inconsolata', monospace;
         }
         html.mac-supports-vibrant,
         .mac-supports-vibrant body {
         }
         #write {
         width: 700px;
         /*width: 600px;*/
         padding-left: 1px;
         background-color:rgba(13, 13, 13, 0.88);
         padding-right: 1px;
         border-color:  white;
         border-style:  solid;
         border-width:  1px;
         }
         /**
         * ---------------------
         * Block Elements
         */
         pre.md-meta-block {
         font-family: monospace;
         color: #DDD;
         padding: 15px;
         background: inherit;
         border: 1px grey dashed;
         font-size: 0.8rem;
         line-height: 1.45;
         }
         h1,
         h2,
         h3,
         h4,
         h5,
         h6,
         [mdlike='h1'],
         [mdlike='h2'],
         [mdlike='h3'],
         [mdlike='h4'],
         [mdlike='h5'],
         [mdlike='h6'] {
         font-weight: bold;
         /*font-family: "PT Mono", monospace;*/
         font-family: "Public Pixel", sans-serif;
         color: #dbdbfd;
         }
         [mdlike='h1'] > .md-blockmeta,
         [mdlike='h2'] > .md-blockmeta,
         [mdlike='h3'] > .md-blockmeta,
         [mdlike='h4'] > .md-blockmeta,
         [mdlike='h5'] > .md-blockmeta,
         [mdlike='h6'] > .md-blockmeta {
         color: inherit;
         font-weight: inherit;
         font-style: inherit;
         }
         h1,
         [mdlike='h1'] {
         font-size: 1.6rem;
         }
         h1:be/*fore {
         content: "# ";
         }*/

         h2,
         [mdlike='h2'] {
         font-size: 1.28rem;
         }
         h2:before {
         content: "# ";
         }
         h3,
         [mdlike='h3'] {
         font-size: 1.4rem;
         }
         h3:before,
         h3.md-focus:before {
         content: "## ";
         }
         h4,
         [mdlike='h4'] {
         font-size: 1.25rem;
         }
         h4:before,
         h4.md-focus:before {
         content: "### ";
         }
         h5,
         h6,
         [mdlike='h4'],
         [mdlike='h5'],
         [mdlike='h6'] {
         color: #549ad8;
         }
         h5,
         [mdlike='h5'] {
         font-size: 0.7975rem;
         }
         h5:before,
         h5.md-focus:before {
         content: "##### ";
         }
         h6,
         [mdlike='h6'] {
         font-size: 1rem;
         }
         h6:before,
         h6.md-focus:before {
         content: "####### ";
         }
         /** override the default style for focused headings */
         h3.md-focus:before,
         h4.md-focus:before,
         h5.md-focus:before,
         h6.md-focus:before {
         color: inherit;
         border: inherit;
         border-radius: inherit;
         position: inherit;
         left: initial;
         float: none;
         top: initial;
         font-size: inherit;
         padding-left: inherit;
         padding-right: inherit;
         vertical-align: inherit;
         font-weight: inherit;
         line-height: inherit;
         }
         table {
         line-height: 1.6rem;
         border-collapse: collapse;
         border-spacing: 0;
         empty-cells: show;
         border: 1px solid #cbcbcb;
         }
         thead {
         background-color: #263238;
         color: #f5f5f5;
         text-align: left;
         vertical-align: bottom;
         }
         td,
         th {
         /*white-space: nowrap;*/
         border-left: 1px solid #cbcbcb;
         border-width: 0 0 0 1px;
         margin: 0;
         overflow: visible;
         padding: .5em 1em;
         }
         .md-toc-item {
         position: relative;
         }
         .md-toc-inner {
         width: 100%;
         display: inline-block;
         }
         a.md-toc-inner {
         color: #CCC;
         }
         .md-toc-h2 .md-toc-inner {
         padding-left: 2em;
         margin-left: 0;
         }
         .md-toc-h3 .md-toc-inner {
         padding-left: 4em;
         margin-left: 0;
         }
         .md-toc-h4 .md-toc-inner {
         padding-left: 6em;
         margin-left: 0;
         }
         .md-toc-h5 .md-toc-inner {
         padding-left: 8em;
         margin-left: 0;
         }
         .md-toc-h6 .md-toc-inner {
         padding-left: 10em;
         margin-left: 0;
         }
         #write > table {
         width: 100%;
         }
         #write > h1,
         #write > [mdlike='h1'] {
         margin-left: -2ch;
         }
         #write > h2,
         #write > [mdlike='h2'] {
         margin-left: -3ch;
         }
         #write > h3,
         #write > [mdlike='h3'] {
         margin-left: -4ch;
         }
         #write > h4,
         #write > [mdlike='h4'] {
         margin-left: -5ch;
         }
         #write > h5,
         #write > [mdlike='h5'] {
         margin-left: -6ch;
         }
         #write > h6,
         #write > [mdlike='h6'] {
         margin-left: -7ch;
         }
         #write p {
         margin-top: 1rem;
         margin-bottom: 1rem;
         }
         #write h1,
         #write h2,
         #write h3,
         #write h4,
         #write h5,
         #write h6,
         #write [mdlike='h1'],
         #write [mdlike='h2'],
         #write [mdlike='h3'],
         #write [mdlike='h4'],
         #write [mdlike='h5'],
         #write [mdlike='h6'] {
         margin-top: 0.83em;
         margin-bottom: 0.83em;
         }
         @media (min-width: 800px) {
         .pin-outline #write {
         padding-left: 10ch;
         padding-right: 6ch;
         }
         #write {
         padding-left: 5ch;
         padding-right: 5ch;
         }
         #write > h6,
         #write > p [mdlike='h6'] {
         margin-left: -8ch;
         }
         }
         @media (max-width: 1200px) {
         .pin-outline #write {
         padding-left: 10ch;
         padding-right: 8ch;
         }
         .pin-outline #write > h1,
         .pin-outline #write > h2,
         .pin-outline #write > h3,
         .pin-outline #write > h4,
         .pin-outline #write > h5,
         .pin-outline #write > h6,
         .pin-outline #write > p [mdlike='h1'],
         .pin-outline #write > p [mdlike='h2'],
         .pin-outline #write > p [mdlike='h3'],
         .pin-outline #write > p [mdlike='h4'],
         .pin-outline #write > p [mdlike='h5'],
         .pin-outline #write > p [mdlike='h6'] {
         margin-left: 0;
         }
         }
         @media (max-width: 600px) {
         .pin-outline #write {
         padding-left: 4ch;
         padding-right: 4ch;
         }
         #write {
         padding-left: 4ch;
         padding-right: 4ch;
         }
         #write > h1,
         #write > h2,
         #write > h3,
         #write > h4,
         #write > h5,
         #write > h6,
         #write > p [mdlike='h1'],
         #write > p [mdlike='h2'],
         #write > p [mdlike='h3'],
         #write > p [mdlike='h4'],
         #write > p [mdlike='h5'],
         #write > p [mdlike='h6'] {
         margin-left: 0;
         }
         }
         ul[cid]:not(.tree) {
         list-style-type: none;
         }
         ul[cid]:not(.tree) li:before {
         content: "*";
         margin-left: -3ch;
         position: absolute;
         color: #4fac4f;
         }
         ul[data-mark="-"]:not(.tree) > li:before {
         content: "-";
         }
         ul[data-mark="+"]:not(.tree) > li:before {
         content: "+";
         }
         .task-list > li:before {
         margin-left: -6ch;
         }
         ol[cid] {
         counter-reset: item;
         list-style-type: none;
         }
         ol[cid] > li:before {
         content: counter(item) ". ";
         counter-increment: item;
         color: #4fac4f;
         margin-left: -2ch;
         position: absolute;
         }
         .task-list-item input:before {
         content: '[ ]';
         display: inline-block;
         margin-left: -2ch;
         width: 4ch;
         position: absolute;
         top: -1px;
         vertical-align: middle;
         text-align: center;
         background-color: #222;
         color: #4fac4f;
         }
         .task-list-item input:checked:before {
         content: '[x]';
         }
         .task-list-item input:checked ~ * {
         text-decoration: line-through;
         }
         blockquote {
         background-color: rgba(128, 128, 128, 0.05);
         border-top-right-radius: 5px;
         border-bottom-right-radius: 5px;
         padding: 0 20px;
         border-left: 8px solid #979797;
         }
         hr {
         position: relative;
         height: 20px;
         font-size: 0;
         line-height: 0;
         overflow: hidden;
         border: 0;
         margin-bottom: 20px;
         }
         hr:after {
         content: "--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------";
         position: absolute;
         top: 0;
         left: 0;
         font-size: 14px;
         line-height: 20px;
         width: 100%;
         word-wrap: break-word;
         }
         /**
         * Code Fences
         */
         .md-fences:not(.md-fences-with-lineon) .cm-s-inner {
         padding-left: 8px;
         }
         .CodeMirror.cm-s-inner {
         padding-top: 8px;
         border-radius: 3px;
         padding-bottom: 16px;
         }
         .CodeMirror.cm-s-inner .CodeMirror-gutters {
         background: #263238;
         color: #537f7e;
         border: none;
         }
         .CodeMirror .CodeMirror-guttermarker,
         .CodeMirror.cm-s-inner .CodeMirror-guttermarker,
         .CodeMirror .CodeMirror-guttermarker-subtle,
         .CodeMirror.cm-s-inner .CodeMirror-guttermarker-subtle,
         .CodeMirror .CodeMirror-linenumber,
         .CodeMirror.cm-s-inner .CodeMirror-linenumber {
         color: #537f7e;
         }
         .CodeMirror .CodeMirror-cursor,
         .CodeMirror.cm-s-inner .CodeMirror-cursor {
         border-left: 1px solid #f8f8f0;
         }
         .CodeMirror div.CodeMirror-selected,
         .CodeMirror.cm-s-inner div.CodeMirror-selected {
         background: rgba(255, 255, 255, 0.15);
         }
         .CodeMirror .CodeMirror-focused div.CodeMirror-selected,
         .CodeMirror.cm-s-inner .CodeMirror-focused div.CodeMirror-selected {
         background: rgba(255, 255, 255, 0.1);
         }
         .CodeMirror .CodeMirror-line::selection,
         .CodeMirror.cm-s-inner .CodeMirror-line::selection,
         .CodeMirror .CodeMirror-line > span::selection,
         .CodeMirror.cm-s-inner .CodeMirror-line > span::selection,
         .CodeMirror .CodeMirror-line > span > span::selection,
         .CodeMirror.cm-s-inner .CodeMirror-line > span > span::selection {
         background: rgba(255, 255, 255, 0.1);
         }
         .CodeMirror .CodeMirror-line::-moz-selection,
         .CodeMirror.cm-s-inner .CodeMirror-line::-moz-selection,
         .CodeMirror .CodeMirror-line > span::-moz-selection,
         .CodeMirror.cm-s-inner .CodeMirror-line > span::-moz-selection,
         .CodeMirror .CodeMirror-line > span > span::-moz-selection,
         .CodeMirror.cm-s-inner .CodeMirror-line > span > span::-moz-selection {
         background: rgba(255, 255, 255, 0.1);
         }
         .CodeMirror .CodeMirror-activeline-background,
         .CodeMirror.cm-s-inner .CodeMirror-activeline-background {
         background: rgba(0, 0, 0, 0);
         }
         .CodeMirror .cm-keyword,
         .CodeMirror.cm-s-inner .cm-keyword {
         color: #c792ea;
         }
         .CodeMirror .cm-operator,
         .CodeMirror.cm-s-inner .cm-operator {
         color: #e9eded;
         }
         .CodeMirror .cm-variable-2,
         .CodeMirror.cm-s-inner .cm-variable-2 {
         color: #80CBC4;
         }
         .CodeMirror .cm-variable-3,
         .CodeMirror.cm-s-inner .cm-variable-3 {
         color: #82B1FF;
         }
         .CodeMirror .cm-builtin,
         .CodeMirror.cm-s-inner .cm-builtin {
         color: #DECB6B;
         }
         .CodeMirror .cm-atom,
         .CodeMirror.cm-s-inner .cm-atom {
         color: #ceb6b8;
         }
         .CodeMirror .cm-number,
         .CodeMirror.cm-s-inner .cm-number {
         color: #ceb6b8;
         }
         .CodeMirror .cm-def,
         .CodeMirror.cm-s-inner .cm-def {
         color: #e9eded;
         }
         .CodeMirror .cm-string,
         .CodeMirror.cm-s-inner .cm-string {
         color: #C3E88D;
         }
         .CodeMirror .cm-string-2,
         .CodeMirror.cm-s-inner .cm-string-2 {
         color: #80CBC4;
         }
         .CodeMirror .cm-comment,
         .CodeMirror.cm-s-inner .cm-comment {
         color: #546E7A;
         }
         .CodeMirror .cm-variable,
         .CodeMirror.cm-s-inner .cm-variable {
         color: #ebebeb;
         }
         .CodeMirror .cm-tag,
         .CodeMirror.cm-s-inner .cm-tag {
         color: #f76764;
         }
         .CodeMirror .cm-meta,
         .CodeMirror.cm-s-inner .cm-meta {
         color: #DDD;
         }
         .CodeMirror .cm-attribute,
         .CodeMirror.cm-s-inner .cm-attribute {
         color: #8888fd;
         }
         .CodeMirror .cm-property,
         .CodeMirror.cm-s-inner .cm-property {
         color: #ebebeb;
         }
         .CodeMirror .cm-qualifier,
         .CodeMirror.cm-s-inner .cm-qualifier {
         color: #DECB6B;
         }
         .CodeMirror .cm-variable-3,
         .CodeMirror.cm-s-inner .cm-variable-3 {
         color: #DECB6B;
         }
         .CodeMirror .cm-tag,
         .CodeMirror.cm-s-inner .cm-tag {
         color: #ff5370;
         }
         .CodeMirror .cm-header,
         .CodeMirror.cm-s-inner .cm-header,
         .CodeMirror .cm-header,
         .CodeMirror.cm-s-inner .cm-header {
         color: #b6e6ff;
         }
         .CodeMirror .cm-error,
         .CodeMirror.cm-s-inner .cm-error {
         color: #ffffff;
         background-color: #EC5F67;
         }
         .CodeMirror .cm-link,
         .CodeMirror.cm-s-inner .cm-link {
         color: #B2B2E0;
         }
         .cm-s-inner {
         background-color: #263238;
         color: #e9eded;
         }
         .pieTitleText {
         font-family: 'Inconsolata', monospace;
         color: #000;
         }
         .md-fences-adv-panel {
         font-family: 'Inconsolata', monospace;
         color: #000; 
         }
         .cm-s-inner .CodeMirror-matchingbracket {
         text-decoration: underline;
         color: white !important;
         }
         /**apply to code fences with plan text**/
         .md-fences {
         background: #263238;
         color: #e9eded;
         border: none;
         overflow-x: visible;
         white-space: pre;
         border-radius: 3px;
         padding-top: 4px;
         padding-bottom: 4px;
         }
         .md-fences .CodeMirror.cm-s-inner:before {
         content: "``` " attr(lang);
         }
         .md-fences .CodeMirror-scroll:after {
         content: " ";
         }
         .md-fences .CodeMirror.cm-s-inner:after {
         content: "```";
         bottom: 0;
         z-index: 99;
         }
         .md-fences .code-tooltip {
         background-color: #263238;
         }
         /**
         * Inline Elements
         */
         code {
         /*color: #b9ca4a; */
	color: #FFF01F;
         font-family: "Public Pixel", sans-serif;
         font-size: 0.6em;
         }
         mark {
         background: bisque;
         }
         strong {
         color: #white;
         }
         em {
         color: #c885f5;
         }
         a {
         color: #8ac9ff;
         }
         #write a:hover {
         background-color: #2a6496;
         color: white;
         text-decoration: none;
         }
         .md-meta,
         .md-content {
         display: inline;
         }
         #typora-source .cm-header {
         font-weight: bold;
         font-family: "PT Mono", monospace;
         color: #dbdbfd;
         font-size: 1rem;
         line-height: 1rem;
         }
         #typora-source .cm-strong {
         color: #ffffc5;
         }
         #typora-source .cm-em {
         color: #c885f5;
         }
         #typora-source .cm-link {
         color: #8ac9ff;
         }
         #typora-source .cm-string {
         color: #5b808d;
         }
         #typora-source .cm-comment {
         color: #b9ca4a;
         }
         /*
         * Electron UI
         */
         .outline-item:hover {
         background-color: #333;
         color: white;
         border-color: #333;
         }
         #write div.md-toc-tooltip {
         background-color: #222;
         }
         .btn,
         .btn .btn-default {
         background: transparent;
         color: #b8bfc6;
         }
         .md-table-edit {
         border-top: 1px solid gray;
         background-color: #363B40;
         }
         .popover-title {
         background: transparent;
         }
         .context-menu {
         border-radius: 0;
         }
         .context-menu.dropdown-menu > li > a:hover,
         .context-menu.dropdown-menu > li > a:focus {
         background-color: inherit;
         }
         .context-menu.dropdown-menu .divider {
         background-color: #777777;
         }
         .btn {
         color: #fff;
         letter-spacing: 1px;
         text-decoration: none;
         white-space: nowrap;
         background-color: #444449;
         border-radius: 5px;
         cursor: pointer;
         box-sizing: border-box;
         }
         .btn:hover,
         .btn:focus,
         #footer-word-count:hover,
         .show-word-count #footer-word-count,
         .mouse-entered .footer-btn:hover {
         color: #fff;
         border-color: #777;
         background-color: #777;
         outline: 0;
         }
         #outline-btn,
         #outline-btn:hover .ion-android-radio-button-on {
         color: white;
         }
         .btn.btn-primary {
         color: #FFF;
         background-color: #777;
         border-color: #777;
         }
         .btn.btn-primary:hover {
         color: #FFF;
         background-color: #428bca;
         border-color: #428bca;
         }
         .mouse-entered #top-titlebar .toolbar-icon.btn:hover {
         background-color: #777777;
         color: #f5f5f5;
         }
         #md-searchpanel,
         #md-notification {
         left: 0;
         }
         #md-searchpanel,
         #md-notification,
         .on-search-panel-open header,
         .modal-content,
         .popover,
         .dropdown-menu,
         .megamenu-menu,
         #outline-dropmenu,
         .typora-node #outline-dropmenu {
         background-color: #42464A;
         }
         .popover.bottom > .arrow:after {
         border-bottom-color: #42464A;
         }
         #md-notification {
         color: #ddd;
         }
         .typora-node #outline-dropmenu {
         border-right: 1px solid #555;
         }
         .info-panel-tab.active,
         .info-panel-tab.active:hover,
         .info-panel-tab:hover {
         color: #ddd;
         }
         .menu-style-btn.active,
         .context-menu.dropdown-menu > .active > a,
         .context-menu.dropdown-menu > li > a:hover {
         background-color: #777777;
         color: white;
         }
         .form-control:focus {
         color: #999;
         }
         .input-group-addon {
         padding-right: 16px;
         }
         input,
         input.form-control {
         border-radius: 0;
         background-color: transparent;
         border: 1px solid #ccc;
         color: inherit;
         }
         .dropdown-menu .menu-item-container a.menu-style-btn:not(.menu-style-btn-2width) {
         width: calc(25% - 2.5px);
         }
         #w-unpin {
         color: #222;
         }
         .dropdown-menu .divider {
         background-color: #999;
         }
         #footer-word-count-info {
         bottom: 28px;
         }
         #megamenu-content,
         .megamenu-opened header {
         background-color: #222;
         background: #222;
         }
         .md-expand.md-image > .md-meta {
         background-color: rgba(219, 219, 219, 0.86);
         }
         @media (min-width: 1000px) {
         .ty-footer {
         background-color: inherit;
         }
         }
         .md-image>.md-meta {
         color: #b5adcd;
         background-color: rgba(190, 190, 190, 0.37);
         }
         .md-expand.md-image > .md-meta {
         color: #5f5b6c;
         }
         #typora-sidebar {
         background: transparent;
         }
         .html-for-mac #typora-sidebar {
         border-right: none;
         }
         content,
         titlebar {
         background: var(--bg-color);
         }
         .sidebar-footer {
         background: #222;
         border-top: 1px transparent solid;
         }
         .file-list-item,
         .sidebar-tabs {
         border-top: none;
         border-bottom: none;
         }
         .ty-side-sort-btn.active {
         background: var(--bg-color);
         }
         .file-node-content:hover {
         color: white;
         }
         .md-task-list-item>input {
         margin-top: calc(1rem - 12px);
         }
         input[type='checkbox'] { 
         display: none; 
         } 
         .wrap-coldaoible { 
         margin: 1.2rem 0; 
         }
/*         #navbar a {
         color: #ffffff;
         }
        #navbar span {
        color: #ffffff;
        }
*/

         #menu {
         float:  right;
         align:  right;
         /*font-family: "Public Pixel", sans-serif;*/
         /*font-size: 1rem;*/
         }
/*         #menu a:hover, #footer a:hover {
           background-color: white;
           color: black;
           text-decoration: underline;
         }*/
         #footer a:hover, #menu a:hover{
           background-color: white;
           color: black;
           text-decoration: underline;
         }
         /*#menu a:hover {
           background-color: #b9ca4a;
           color: black;
           text-decoration: underline;
         }*/
         #menu a, #footer a{
          color:  white;
          text-decoration: none;
         }
         #footer {
          align:  center;
         }
         #tog, #content { display: none }
         #tog:checked + #content { display: block }
         
         #rpctable a {
           color: #eb3498;
         }
         #rpctable a:hover {
           background-color: #eb3498;
           color: white;
           text-decoration: underline;
         }
         .title h1 {
          width: 5px;
         }
         .titleindex h1 {
          width: 5px;
         }
         .vali {
         font-family: 'Inconsolata', monospace;
         font-size: 1.8rem;
         }

         #title {
          max-width: 36%;
          font-size:  1.7rem;
         }
         #titlehome {
          max-width: 38%;
          font-size:  1.7rem;
         }
         #titleindex {
          max-width: 40%;
          font-size:  1.7rem;
         }
         #titlehomeindex {
          max-width: 38%;
          font-size:  1.7rem;
         }

         h1 a {
  /*transform: translate(-50%, -50%);*/
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: text-shadow 0.05s;
}


/*.valiname {*/
    /*color: #ff5555;*/
    /*color:  #55ffff;
  /*  color:  white;*/
/*}/*
.at {
    /*color: #ffff55;*/
    color:  #ffffff;
    color:  white;
}
.atindex {
    color: #FFFFFF;
    text-color: color: #FFFFFF;
}
.dao {
    color:  #55ffff;
    color:  white;
}
.hash {
    /*color: #ff55ff;*/
    /*color: #eb3498;*/
    color:  #55ffff;
    color:  white;
}
.hashindex {
    /*color: #ff55ff;*/
    /*color: #eb3498;*/
    color:  #FFF01F;
    color:  white;
}

.title a:hover {
  background-color:  transparent;
}
.titlehome a:hover {
  background-color:  transparent;
}
#title a:hover {
   color: black !important;
   text-color: #39FF14 !important;
   text-decoration:  none;
  background-color:  white !important;
}

#titlehome a:hover {
   color: black !important;
   text-decoration:  none;
  background-color:  #FFF01F;
}

.titleindex  {
  color:  #FFF01F;
  text-color: #FFF01F;
}
.titleindex a:hover {
  background-color:  transparent;
}
.titlehomeindex a:hover {
  background-color:  transparent;
}
#titleindex a:hover {
   color: black !important;
   text-color: #39FF14 !important;
   text-decoration:  none;
  background-color:  #FFF01F; !important;
}

#titlehomeindex a:hover {
   color: black !important;
   text-decoration:  none;
  background-color:  #FFF01F;
}



#highlighted a, #highlighed p{
    /*color: #b9ca4a;*/
   /* color:  #ffff55; */
	color: #FFF01F;
}

#highlighted a:hover{
    background-color: white;
    color: black;
}
#highlighted a:hover{
    background-color: #FFF01F;
    color: black;
}


.tree,
.tree ul,
.tree li {
    list-style-type: none !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tree {
    padding-left: 20px !important;
}

.tree li {
    margin-left: 20px !important;
    padding-left: 1.5em !important;
}

.tree li:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border-left: 1px solid #666 !important;
    width: 1.5em !important;
    height: 100% !important;
}

.tree li:last-child:before {
    height: 1em !important;
}

.tree li:only-child:before {
    border-left: none !important;
}

.tree li:only-child ~ ul {
    display: none !important;
}

.tree li:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -0.5em !important;
    border-top: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    width: 0.5em !important;
    height: 0.5em !important;
    background: white !important;
}

.tree > li:last-child > :before {
    display: none !important;
}

.tree > li:only-child > :before {
    display: none !important;
}

.tree > li:only-child > :after {
    border-left: 1px solid #666 !important;
    left: 0 !important;
}

.dropdown {
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: style for the dropdown button to match your design */
.dropdown > a {
  cursor: pointer;
}




















#map {
    width: 100%; /* Full width */
    padding-top: 0%; /* This will be relative to the width, creating a 1:2 aspect ratio */
    position: relative; /* Needed for the trick to work */
    align: center;
    height: 400px;
}


.leaflet-popup-content { color: #ddd; background: #333; border-radius: 1px; }
.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

    /* Add a font from Google Fonts */
    @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

    /* Style for the tooltip */
    .leaflet-popup-content-wrapper {
        background-color: rgba(35, 35, 35, 0.95); /* Darker background */
        color: #ffffff; /* White text color */
        font-family: 'Inconsolata', sans-serif; /* Sleek font */
        border-radius: 4px; /* Less rounded corners */
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.3); /* Less pronounced shadow */
    }
    .leaflet-popup-content {
        margin: 10px; /* Less inner spacing for the content */
        line-height: 1.6; /* More comfortable line height */
        font-size: 10px; /* Smaller font size for a less "clunky" look */
    }
    .leaflet-popup-content table {
        padding: 0;
        margin: 0;
    }
    .leaflet-popup-content tr {
        margin: 0;
        padding: 0;
    }
    .leaflet-popup-content td {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .leaflet-popup-tip-container {
        width: 20px; /* Smaller tip */
        height: 10px; /* Smaller tip */
    }
    .leaflet-popup-tip {
        background: transparent; /* Hide the default tip */
        box-shadow: none;
    }
    /* More subtle close button */
    .leaflet-popup-close-button {
        background-color: #444; /* Dark background for the close button */
        border-radius: 50%; /* Circular close button */
        color: #ccc; /* Subtle X color */
        font-size: 18px; /* Smaller X */
        line-height: 18px; /* Adjust line height to vertically center */
        width: 18px; /* Smaller close button */
        height: 18px; /* Smaller close button */
        margin-top: 4px; /* Align to the top right corner */
        margin-right: 4px; /* Align to the top right corner */
    }
    .custom-div-icon {
        background-color: #f431ec; /* Your specified color */
        border: 1px solid #000000; /* Black edge */
        border-radius: 50%; /* Circular shape */
        width: 14px; /* Width of the icon */
        height: 14px; /* Height of the icon */
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff; /* Text color */
    }
    .custom-div-icon i {
        line-height: 24px; /* Aligns the text vertically */
    }


.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}
.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}
.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}
.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

.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;
}

