/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2024 | 09:08:07 */
/* points*/
#buddypress .users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement, #buddypress .users-header .gamipress-buddypress-points .gamipress-buddypress-points-type, #buddypress .users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank {
    vertical-align: middle;
    border: 0px;
    padding: 5px 5px 5px 5px;
    box-shadow: hidden;
    font-size: 13px;
    color: var(--bb-body-text-color);
    margin-right: 5px;
    background-color: var(--bb-secondary-button-background-regular);;
    border-radius: var(--bb-block-radius-inner);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}