File: /var/www/html/wp-content/plugins/memberpress/css/readylaunch/compatibility.css
/* Ensures the account dropdown works properly in BuddyBoss */
.mepr-pro-account-table svg {
width: 20px;
height: 20px;
cursor: pointer;
}
.mepr-tooltip-content {
background: #fff;
color: #333;
padding: 4px 8px;
font-size: 14px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
display: none;
z-index: 9;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
}
.mepr-tooltip-content[data-show] {
display: block;
}
.mepr-tooltip-content > * {
display: block;
padding: 0.25rem 1.5rem;
clear: both;
/* font-weight: 400; */
color: #212529;
text-align: left;
white-space: nowrap;
}