/*
======================================
|           Common Classes             |
======================================
*/

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


/*--- Active Members----*/

ul.pg-recent-active-users li.pg-user-vcard{
    margin: 0px;
    border-bottom: 1px solid #f3f3f3;
    border-top-width: 0;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    padding: 10px 3px 10px 15px;

} 

ul.pg-recent-active-users li.pg-user-vcard:before,
ul.pg-recent-active-users li.pg-user-vcard:after{ 
    display:none
}

ul.pg-recent-active-users li.pg-user-vcard .pg-active-user-avatar {
    margin-right: 10px;
    position: relative;
    width: 48px;
    height: 48px;
    float: left;
}

ul.pg-recent-active-users li.pg-user-vcard .pg-active-user-avatar img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
}

.pg-recent-active-users-wrapper ul.pg-recent-active-users {
    margin: 0px;
    padding: 0px;
    margin-bottom: 12px;
    border-bottom: 0px solid #fff;
    box-shadow: 0px 0px 2px 1px #e6e6e6;
}

.pg-recent-active-users-wrapper ul.pg-recent-active-users .pg_users_online_widget_notice {
    padding: 15px 10px;
    font-size: 12px;
}

.pg-recent-active-users-wrapper ul.pg-recent-active-users span.pm-user-status.pm-online {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 12px;
    height: 12px;
    /* background-color: #66dc0b; */
    border-radius: 50%;
}

.pg-recent-active-users-wrapper .pg-more-link-block .pg-more-active a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.pg-recent-active-users-wrapper {
    margin-bottom: 15px;
}

.pg-recent-active-users-wrapper .pg-more-link-block {
    padding-left: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

