#map {
    position: relative;
    height: 450px;
    width: 100%;
}

.bike-icon {
    position: relative;
    width: 25px;
    height: 32px;
    overflow: hidden;
    background: url(../assets/logo/station-marker.png);
    background-size: contain;
}

.bike-icon div {
    z-index: 1;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: medium;
}

.custom-cluster {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(21, 25, 29, 0.9);
    color: white;
    border-radius: 50%;
}

.custom-cluster span {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

.velov-buttons {
    position: absolute;
    z-index: 401;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 1.3rem;
    margin-top: 0.5rem;
}
.velov-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 1.5rem;
    margin: 0;
    border: none;
    background-color: white;
    color: var(--black);
    border-radius: 1.3rem;
    cursor: pointer;
    text-transform: uppercase;
    text-align: start;
    font-size: 11px;
    font-weight: 600;
}

.velov-buttons .active {
    background-color: var(--red);
    color: white;
}

.velov-buttons button .fa-solid {
    font-size: 20px;
    margin-right: 0.7rem;
    color: var(--black);
}
