.clicked {
    background-color: red;
    border: red;
}
.btn-primary:hover{
    background-color: red !important;
    border: red !important;
}

.marker-cluster {
    background-color: rgb(235, 141, 0);
    border: 2px solid #888;
    color: #888;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    }
