.marker-icone {
    height: 25px !important;
}

.maps-icone-container {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.maps-icone-container.clicked {
    background-color: #ffffffde;
    border: 1px solid #E73443;
}