.mypopup {
    bottom: -150px !important;
    left: 20px !important;
}

.mypopup .leaflet-popup-content-wrapper {
    background-color: rgba(0, 0, 0, 0.24);
}

.mypopup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0px;
    width: 200px;
}

.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-tip-container {
    display: none;
}

.vehiclepopup .leaflet-popup-content-wrapper {
    background: none !important;
    border-radius: 0;
    box-shadow: none;
}

.carpopup {
    bottom: 0px !important;
    left: 0px !important;
    top: -22px !important;
    margin-bottom: 0 !important;
}

.carpopup .leaflet-popup-content-wrapper {
    background-color: blue;
}