.draggable {
    position:absolute;
    display:block;
    z-index:1000;
    background-color:#0000000a;
    opacity:1;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    padding-left:10px;
    border-radius:5px;
    cursor:grab;
    user-select:none;
    text-decoration:none;
    max-height:75vh;
    max-width:60vh;
    overflow-x:auto;
    overflow-y:scroll;
    scrollbar-width:none;
}

.draggable:active {
    cursor:grabbing;
}

.bi {
    fill: currentColor;
    text-decoration:none;
    user-select:none;
    cursor:pointer;
    height:20px;
    width:20px;
} .bi:hover {
      fill:white !important;
  }

.bi-x-circle:hover {
    fill:darkred !important;
}

.draggable-menu-item {
    color:inherit;
    user-select:none;
    text-decoration:none;
}

details, details > summary {
    list-style: none;
    display:block;
}
    details > summary::-webkit-details-marker {
        display: none;
    }

.leaflet-container a {
    color:inherit !important;
    text-decoration:none;
    user-select:none;
}

.leaflet-input-fields {
    border-width:thin;
    text-decoration:none;
    user-select:none;
    outline:none;
} .leaflet-input-fields:focus {
      outline:none;
  }

.draggable-submenu-item-list {
    color: inherit;
    text-decoration: none;
    user-select: none;
    padding:10px 0 0 10px;
    list-style:none;
    cursor:pointer;
    font-size:14px;
    display:block;
}

.tab {
    overflow: hidden;
    background-color: inherit;
    padding-top:15px;
} .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
  }

.tabcontent {
    display:none;
    padding:15px 10px 0 0;
}

.latlngli {
    text-align: inherit;
}

.closetabs {
    position:relative;
    float: right;
    font-size: 20px;
    font-family: sans-serif;
    cursor: pointer;
} .closetabs:hover {
      color: darkred;
  }

.rota-select {
    border: none;
    background: none;
    max-width: 40px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1000; /* Higher than the map */
}
#edit-window {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45vh;
    height: 55vh;
    background-color: white;
    z-index: 1001; /* Higher than the overlay */
}

.index-btn {
    padding: 5px;
}

@keyframes bubble-middle {
    0% {
        r: 5;
    }

    100% {
        r: 10;
    }
} .signal-animation {
      animation: bubble-middle 500ms ease-out infinite;
  }

.current-color {
    color: currentColor !important;
    fill: currentColor !important;
    text-decoration: none !important;
    user-select: none !important;
    border: none !important;
    background: none !important;
    padding: 0px !important;
}