/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Usunięcie efektu hover z nagłówków sekcji w lewym panelu BuddyBoss (np. Ogólne, Strefa Klienta) */
.buddypanel-menu li.bb-menu-section > a.bb-menu-item {
    pointer-events: none !important;
}

.buddypanel-menu li.bb-menu-section > a.bb-menu-item:hover,
.buddypanel-menu li.bb-menu-section > a.bb-menu-item:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Odstęp na dole dla przylepionego paska bocznego (sticky sidebar), żeby nie przyklejał się do samego dołu ekranu */
.bb-sticky-sidebar {
    padding-bottom: 40px !important;
}
