.my-legend .legend-scale ul {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 20px;
    margin-bottom: 0px;
    padding: 0;
    float: left;
    list-style: none;
}
.my-legend .legend-scale ul li {
    display: block;
    float: left;
    width: 40px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 60%;
    list-style: none;
    font-weight: bold;
    background-color: #fff;
}
.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 15px;
    width: 40px;
    border: 1px solid;
}
.point-circle {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    position: relative;
    opacity: 0.6;
    border: 1px solid #33333366;
    transition: width .2s, height .2s, left .2s, top .2s;
    overflow: hidden;
    cursor: pointer !important;
    direction: rtl;
}
.gmnoprint {display:none !important}
.point-circle:hover{
    background-color: white !important;
    opacity: 1 !important;
    width: 10em;
    height: 6em;
    border-radius: 0.5em;
    z-index: 1000 !important;
    padding: 0em 0.5em;
    font-weight: bold;
}
.point-circle>div{
    opacity: 0;
    display: none;
    transition-delay: .4s;
    transition: opacity .2s, display .2s;
}
.point-circle:hover>div{
    opacity: 1;
    display: block;
}
.yNHHyP-marker-view:has(>div:hover) {
    z-index: 1000;
}