.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px 'Titillium Web', sans-serif;
}
.marker-cluster span {
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.marker-cluster-small div {
    background-color: rgba(6, 26, 177, 0.8);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
#findBoxNowPaketomatModal .marker-cluster-small div {
    background-color: rgba(53, 211, 47, 0.8);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
#findOverseasPaketomatModal .marker-cluster-small div {
    background-color: rgba(238, 127, 1, 0.85);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.marker-cluster-small div span {
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.marker-cluster-medium div {
    background-color: rgba(6, 26, 177, 0.8);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}
#findBoxNowPaketomatModal .marker-cluster-medium div {
    background-color: rgba(53, 211, 47, 0.8);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}
#findOverseasPaketomatModal .marker-cluster-medium div {
    background-color: rgba(238, 127, 1, 0.85);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}
.marker-cluster-medium div span {
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.marker-cluster-large div {
    background-color: rgba(6, 26, 177, 0.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}
#findBoxNowPaketomatModal .marker-cluster-large div {
    background-color: rgba(53, 211, 47, 0.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}
#findOverseasPaketomatModal .marker-cluster-large div {
    background-color: rgba(238, 127, 1, 0.85);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}
.marker-cluster-large div span {
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}