/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2025 | 06:54:23 */
/* menu de gauche*/
.panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    height: var(--bb-header-height);
    background-color: var(--bb-sidenav-background);
    position: relative;
    z-index: 29;
    height: 60px;
    align-content: flex-end;
    justify-content: flex-start;
}

/* centrage du bullet Check mais pas que*/
[class*=" bb-icon-"]:before, [class^=bb-icon-]:before {
    font-family: bb-icons;
    font-style: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0em !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 0;
}

/* Couleur des icones réseaux sociaux du profil des membres */
.social-networks-wrap a i {
    font-size: 24px;
    color: #f2bf51 !important;
}

/* icones de notofocation Lue(s) Non lue(s)*/
.notification-list.bb-nouveau-list .bs-item-wrap .notification-avatar a>i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2bf51;
    bottom: -5px;
    border-radius: 50%;
    color: var(--bb-content-background-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    width: 25px;
}

/* Bouton "Supprimer l'album" */
div#buddypress .bb-album-actions .button.error.outline {
    background: 0 0;
    color: #f2bf51;
    border-color: #f2bf51;
    font-weight: 700;
}

/* Bouton Rejoindre le groupe sans Majuscules*/
.groups-header #cover-image-container #item-header-content .group-actions-absolute .groups-meta .generic-button>* {
    min-width: auto;
    padding: 0 16px;
    height: 38px;
    line-height: 38px;
    text-transform: none;
}