.page-menu .page-title { background-color: #47494C; }.navbar-default { background-color: #47494C; }.btn.btn-blue { background-color: #47494C; border-color: #47494C; }.list-group-item .checked  { color: #47494C; }.list-group-item .details  { color: #47494C; }
        .tooltip-combined-wrapper {
                background: transparent !important;
                border: none !important;
                box-shadow: none !important;
        }
        
        .tooltip-combined-wrapper .leaflet-tooltip-content {
                margin: 0 !important;
                padding: 0 !important;
        }
        
        .tooltip-container {
                display: flex;
                align-items: center;
                gap: 1px;
        }
        
        .tooltip-speed-circle {
                background-color: #4CAF50;
                color: white;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                border: 2px solid white;
                box-shadow: 0 2px 6px rgba(0,0,0,0.3);
        }
        
        .tooltip-label-icon {
                border-radius: 10px;
                font-size: 10px;
                font-weight: bold;
                border: 2px solid white;
                box-shadow: 0 2px 6px rgba(0,0,0,0.3);
                white-space: nowrap;
        }
        