
/* map-cluster-orange.css */

.rf-cluster{
    border-radius:50%;
    border:4px solid rgba(255,255,255,.95);
    box-shadow:0 6px 18px rgba(0,0,0,.18);
}

.rf-cluster-small{width:38px !important;height:38px !important;}
.rf-cluster-medium{width:44px !important;height:44px !important;}
.rf-cluster-large{width:50px !important;height:50px !important;}

.rf-cluster-small span{background:#ffb020;color:#fff;}
.rf-cluster-medium span{background:#f59e0b;color:#fff;}
.rf-cluster-large span{background:#ea8a00;color:#fff;}

.rf-cluster span{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-weight:700;
}
