.hsIcon {
    /* transition: all 0.3s ease; */
}
.hotspotsClusterInner .hsIcon {
    display: none !important;
}

.cluster{
    width: 34px;
    height: 34px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    color: #004B6F;
    display: flex; 
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px #004B6F inset;
    font-family: var(--fontNormal);
    font-size: 16px;
}

.cluster-hotspot {
    /* transition: transform 0.1s ease !important; */
}
body.hasHover .cluster-hotspot:hover {
    transform: scale(1.1);
}