

.pmagic.pg-geo-map-wrap {
    display: block;
    width: 100%;
}

.pmagic.pg-geo-map-wrap #pg_map {
    display: block;
    width: 100%;
    flex: 1 1 100%;
}

.pmagic .pg-map-wrap .pg-map-user-avatar img {   
    margin: 0px !important;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0px;
    width: 40px;
    height: 40px;
}

.pmagic .pg-map-wrap .pg-map-user-name {

    width: auto;
    font-size: 14px;
    font-weight: bold;
}

.pmagic .pg-map-wrap .pg-map-user-group {    
    text-align: left;
    color: rgb(26, 26, 26);
    width: 100%;
    clear: left;
    max-width: 300px;
    margin-bottom: 15px;
}

.pmagic .pg-map-wrap .pg-map-user-group span.pm_geo_label { font-weight: 700}

.pmagic .pg-map-wrap  .pg-map-meta {   
    margin: 10px 0px 4px 10px;
    float: left;
    width: 100%;
    max-width: 380px;
}

.pmagic .pg-map-wrap .pg-map-user-avatar {
    margin-top: 4px;
}

.pmagic .pm-user-status.pm-online {
    height: 16px;
    margin-left: 0px;
}

.pmagic .pg-map-wrap .pg-map-user-name {
    padding-left: 0;
    margin: 14px 0px 3px 0px;
}

.pmagic .pg-map-user-group .removebutton{display: none;}


.pmagic .pg-map-wrap .pm-section-wrapper {}

.pmagic .pg-map-wrap .pm-section-wrapper .pm-user-description-row {
    border: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px;
}

.pmagic .pg-map-wrap .pm-section-wrapper .pm-user-description-row .pm-card-label { 
    margin-right: 10px;
    font-weight: 400;
    display: inline-block;
    min-width: 110px;
    text-align: left;
    max-width: 100%;
    margin-bottom: 4px;
}

.pmagic .pg-map-wrap .pm-section-wrapper .pm-user-description-row .pm-card-label::after{ content: ":"}

.pmagic .pg-map-wrap .pm-section-wrapper .pm-user-description-row .pm-card-value {    display: inline-block;
    word-break: break-all;
    max-width: 240px;}

.pmagic .pg-map-wrap  .pm_frontend_attachment .attachment_icon img {
    width: auto;
    max-width: 50px;
    margin-bottom: 6px;
    float: left;
    margin-right: 6px;
}


/*Auto Search*/

.pm-clear{
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 22px; height: 22px;
      border-radius: 50%;
      background: #c3c7cc;
      color: #fff;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      cursor: pointer;
      display: none;
      user-select: none;
}
.pm-clear:hover{ background: #9aa1a8; }

.pm_search_wrap{
    position:relative;
}

.pm-accordian-content .pm-search-input-wrap {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.pmagic .pm-field-input.pm_address .pm_search_wrap .pm-clear{
    width: 18px;
    height: 18px;
    line-height: 16px;
    top: 20px;
}

.pmagic .pm-field-input.pm_address .pm_search_wrap input.pm_address_search.pac-target-input{
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 99% 50%;
}
