.pm-group-view .pm-profile-image {
  top: 10px;
  max-width: 400px;
}

.pmagic .pm-group-view .pm-profile-title {
  margin: 1em 0 0 420px;
}

.pm-group-view .pm-profile-image img {
  border-radius: 100%;
  width: 400px;
  height: 400px;
}

/*    
  .pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-label{
      width: 0;
  }
  */
#advance_search_group {
  width: 100%;
}

.pm33 {
  /* For the spacing of featured members */
  width: 23%;
}

.avatar.avatar-100.photo.avatar-default.pm-user-profile {
  /* for default images */
  width: 280px;
}

.gravatar.avatar.avatar-100.um-avatar.um-avatar-uploaded {
  /* for uploaded images */
  width: 280px;
  border-radius:50%;   /*  round images */
}

.avatar.avatar-100.photo.pm-user-profile
{
  /* for ProfileGrid Default images */
  width: 280px;
  border-radius:50%;   /*  round images */

}

.gravatar.avatar.avatar-600.um-avatar.um-avatar-default{
   /* for ProfileGrid Default images */
   width: 280px; 
   border-radius:50%;   /*  round images */
}


.gravatar.avatar.avatar-600.um-avatar.um-avatar-uploaded{
   /* for UM images */
   width: 280px; 
   border-radius:50%;   /*  round images */
}

.pm-user-profile{
  /* for ProfileGrid user images */
  width: 280px;
  height: 280px;
  border-radius:50%;   /*  round images */
}


#search_result {
  /* for search result spacing */
  max-width: 20em;
  display: flex;
  justify-content: center;

}

#pm_result_pane {
  margin: 30px auto;

}
 /* Styles the search input boxes to make a little bigger */
.pmagic .pm-users-search-page .pm-user {border:0px solid #ffffff!important;}

.pm-search-box input[type="text"].pm-search-input,
.pm-search-box select  {padding:8px 5px;
border-radius:4px;
}


/* Styles profile text  - bigger and darker */
.pm-group-view .pm-section .pm-section-content .pm-user-description-row .pm-card-value 
{ font-size: 15px;
color:#425B76!important; /* Blue */
}
a.pm_showmoretxt { 
color:#E3795B!important; /* Orange */
}

.pm-card-label  { font-size: 15px!important;

}

.pm-user-card-cover.pm-dbfl {
    display: none;
}

.pmagic .pm-user-image {
    margin-top: 45px;
}
