.onboarding-field-group{
    padding-top: 10px !important;
}
.onboarding-profile-field{
    width: 100% !important;
    min-width: 100% !important;
}

.medd-custom-members-filter.disabled{
    display: none !important;
}

/* if screen width is less than 1024 */
@media (min-width: 1024px) {
    /* hide the show/hide filter toggle  */
    #medd-toggle-member-filters{
        display: none !important;
    }

}

#buddypress .button-wrap.member-button-wrap.footer-button-wrap>.generic-button>.view-profile>i:before {
    content: '\ee69';
}

.medd-member-type-inactive{
    background-color:#1B7896 !important;
}

