
.leaflet-container {
    background-color: #fff;
}

.leaflet-control-attribution {
    display: none;
}

.doag-tooltip {
    background-color: #C30109;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0;
    border-radius: 5px;
}
.doag-tooltip::before {
    border-top-color: #C30109;
}
.doag-tooltip__header {
    background: #fff url(../Images/logo_doag.svg) no-repeat;
    background-position: center;
    background-size: 60px 20px;
    width: 71px;
    height: 20px;
    padding: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.doag-tooltip__title {
    padding: 5px;
    text-align: center;
}
