.map-item__container {
    border: none !important;
    position: relative;
}

.map-item__marker-label {
    position: absolute;
    top: -5px;
    left: 30px;
    width: 22px;
    height: 22px;
    font-weight: bold;
    color: #fff;
    background: var(--bs-primary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0;
}

.map-item__img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
}

.map-item__online {
    border: 2px solid green;
}

.map-item__offline  {
    border: 2px solid #adb5bd;
}
