
.btn-primary {
    background-color: #ea0a8e;
    border-color: #ea0a8e;
}

.btn-primary:hover{
    background-color: #ea0a8e;
    border-color: #ea0a8e;
}

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #ea0a8e;
}

input[type=range]:focus {
    outline: none;
}

.marker {
    background-image: url('dome.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }
