.map-profile-avatar {
    position: relative;
}

.map-profile-avatar img {
    position: absolute;
    top: 19%;
    width: 38px !important;
    height: 38px;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 1;
    left: 19%;
    transform: rotate(315deg);
}

.pointer {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--color-main);
    border-radius: 60px 60px 0px 60px;
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.pointer::after {
    content: "";
    width: 38px;
    height: 38px;
    background: #222;
    position: absolute;
    left: 18%;
    top: 18%;
    border-radius: 60px;
}