.leaflet-popup-content-wrapper{
    background: transparent !important;
    margin: 0;
}
.leaflet-popup-content .card-body{
    max-height: 250px;
    overflow: auto;
    background: #ffffff;
}
.leaflet-popup-content{
	width: 370px !important;
    margin: 0 !important;
}
.leaflet-container a.leaflet-popup-close-button{
    color: #ffffff !important;
}
.leaflet-popup-content .card-widget{
	border-radius: 7px;
    overflow: hidden;
}