/**
 * BuddyBoss Header Bar Widget Styles for Hub Child Theme
 */

:root {
  --mpcs-primary-color: var(--bb-primary-color, #1A1B1C);
  --e-global-color-primary: #1A1B1C;
  --bb-primary-color: #333333;
  --bb-primary-color-rgb: 51, 51, 51;
  --bb-body-background-color: #FAFBFD;
  --bb-body-background-color-rgb: 250, 251, 253;
  --bb-content-background-color: #FFFFFF;
  --bb-content-alternate-background-color: #FBFBFC;
  --bb-content-border-color: #E7E9EC;
  --bb-content-border-color-rgb: 231, 233, 236;
  --bb-cover-image-background-color: #C4C4C4;
  --bb-headings-color: #333333;
  --bb-headings-color-rgb: 51, 51, 51;
  --bb-body-text-color: #5E646D;
  --bb-body-text-color-rgb: 94, 100, 109;
  --bb-alternate-text-color: #A3A5A9;
  --bb-alternate-text-color-rgb: 163, 165, 169;
  --bb-primary-button-background-regular: #F2F4F5;
  --bb-primary-button-background-hover: #000000;
  --bb-primary-button-border-regular: #CCCCCC;
  --bb-primary-button-border-hover: #E2E2E2;
  --bb-primary-button-text-regular: #000000;
  --bb-primary-button-text-regular-rgb: 0, 0, 0;
  --bb-primary-button-text-hover: #FFFFFF;
  --bb-primary-button-text-hover-rgb: 255, 255, 255;
  --bb-secondary-button-background-regular: #F2F4F5;
  --bb-secondary-button-background-hover: #333333;
  --bb-secondary-button-border-regular: #F2F4F5;
  --bb-secondary-button-border-hover: #333333;
  --bb-secondary-button-text-regular: #1E2132;
  --bb-secondary-button-text-hover: #FFFFFF;
  --bb-header-background: #FFFFFF;
  --bb-header-alternate-background: #F2F4F5;
  --bb-header-links: #5E646D;
  --bb-header-links-hover: #010C1C;
  --bb-header-mobile-logo-size: 55px;
  --bb-header-height: 60px;
  --bb-sidenav-background: #FFFFFF;
  --bb-sidenav-text-regular: #939597;
  --bb-sidenav-text-hover: #939597;
  --bb-sidenav-text-active: #939597;
  --bb-sidenav-menu-background-color-regular: #FFFFFF;
  --bb-sidenav-menu-background-color-hover: #F2F4F5;
  --bb-sidenav-menu-background-color-active: #F2F4F5;
  --bb-sidenav-count-text-color-regular: #939597;
  --bb-sidenav-count-text-color-hover: #FFFFFF;
  --bb-sidenav-count-text-color-active: #F2F4F5;
  --bb-sidenav-count-background-color-regular: #F2F4F5;
  --bb-sidenav-count-background-color-hover: #F2F4F5;
  --bb-sidenav-count-background-color-active: #5A5A5A;
  --bb-footer-background: #FFFFFF;
  --bb-footer-widget-background: #FFFFFF;
  --bb-footer-text-color: #5A5A5A;
  --bb-footer-menu-link-color-regular: #5A5A5A;
  --bb-footer-menu-link-color-hover: #1E73BE;
  --bb-footer-menu-link-color-active: #1E2132;
  --bb-admin-screen-bgr-color: #FAFBFD;
  --bb-admin-screen-txt-color: #333333;
  --bb-login-register-link-color-regular: #5A5A5A;
  --bb-login-register-link-color-hover: #1E2132;
  --bb-login-register-button-background-color-regular: #333333;
  --bb-login-register-button-background-color-hover: #000000;
  --bb-login-register-button-border-color-regular: #333333;
  --bb-login-register-button-border-color-hover: #000000;
  --bb-login-register-button-text-color-regular: #FFFFFF;
  --bb-login-register-button-text-color-hover: #FFFFFF;
  --bb-label-background-color: #D7DFFF;
  --bb-label-text-color: #1E73BE;
  --bb-tooltip-background: #333333;
  --bb-tooltip-background-rgb: 51, 51, 51;
  --bb-tooltip-color: #FFFFFF;
  --bb-default-notice-color: #1E73BE;
  --bb-default-notice-color-rgb: 30, 115, 190;
  --bb-success-color: #81D742;
  --bb-success-color-rgb: 129, 215, 66;
  --bb-warning-color: #939597;
  --bb-warning-color-rgb: 147, 149, 151;
  --bb-danger-color: #EF3E46;
  --bb-danger-color-rgb: 239, 62, 70;
  --bb-login-custom-heading-color: #FFFFFF;
  --bb-button-radius: 100px;
  --bb-block-radius: 15px;
  --bb-option-radius: 5px;
  --bb-block-radius-inner: 6px;
  --bb-input-radius: 6px;
  --bb-label-type-radius: 6px;
  --bb-checkbox-radius: 5.4px;
  --bb-primary-button-focus-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);
  --bb-secondary-button-focus-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);
  --bb-outline-button-focus-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 2px rgba(0, 0, 0, 0.08);
  --bb-input-focus-shadow: 0px 0px 0px 2px rgba(var(--bb-primary-color-rgb), 0.1);
  --bb-input-focus-border-color: var(--bb-primary-color);
  --bb-widget-title-text-transform: none;

}

/* WALOGIN */
.elementor-115978 .elementor-element.elementor-element-5717c43b img {
  border-radius: 0;
}

@media screen and (max-width: 544px) {
  .matching-address {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 360px) {
  .matching-address {
    font-size: 9px !important;
  }
}

.matching-address {
  font-size: 12px;
  text-align: center !important;
  display: flex !important;
  justify-content: center;
}

.chainium-connect,
.walogin-process,
.already-matching .walogin {
  border: 1px solid var(--e-global-color-2b163fc) !important;
  border-radius: 30px;
  min-height: 40px;
  line-height: 2.30769231;
  padding: 0 12px;
  width: 100%;
  color: #1a1a1a;
  border-color: #1a1a1a;
  background: #fff;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  margin: 10px 0;
}

.chainium-connect:hover,
.walogin-connect:hover {
  border-radius: 30px;
  min-height: 40px;
  line-height: 2.5;
  padding: 0 12px;
  width: 100%;
  color: #1a1a1a !important;
  border-color: #1a1a1a;
  background: #fff;
}

.chainium-connect,
.walogin.button,
.walogin-connect {
  border-radius: 30px;
  border: 1px solid !important;
  min-height: 40px;
  line-height: 2.5;
  padding: 0 12px;
  width: 100%;
  color: #1a1a1a;
  border-color: #1a1a1a !important;
  background: #fff !important;

}

.walogin.button:hover {
  border-radius: 30px;
  min-height: 40px;
  line-height: 2.5;
  padding: 0 12px;
  width: 100%;
  color: #1a1a1a;
  border-color: #1a1a1a;
  background: #fff;
}

.swal2-input {
  height: 2.25em;
  border-radius: 15px !important;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  font-size: 1em;
}

.swal2-title {
  font-size: 1.25em !important;
}

.order-again {
  display: none;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-deny {
  border-radius: 30px !important;
}

.swal2-popup,
.cp-modal .cp-modal-content,
.connector-modal .modal-content {
  border-radius: 30px !important;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 30px;
  background: initial;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 1em;
}

/* END WALOGIN */


.elementor-173 .elementor-element.elementor-element-7ff046d .btn,
.notification-wrap .quicknav,
.notification-link,
.elementor-section[link],
.elementor-column[link]>.elementor-widget-wrap,
.e-con[link],
.e-container[link] {
  cursor: pointer;
}

[data-elementor-device-mode=mobile] .lqd-mobile-sec,
[data-elementor-device-mode=tablet] .lqd-mobile-sec {
  display: none !important;
}

.bb-header-bar {
  height: 60px !important;
}

.icon_mobile_menu {
  backdrop-filter: blur(10px);
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-10577.bb-menu-section .link-text {
  display: none;
}

.menu-item-10577 {
  min-height: 10px !important;
}


ul.buddypanel-menu>li>a>i~span:not(.count) {
  margin-left: -5px;
  vertical-align: middle;
}

.buddypanel .link-text,
.buddypanel span.count:not(.small) {
  margin-left: -5px !important;
}

.bb-template-v2 .side-panel-menu a {
  padding: 13px 0 10px 0;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 30px;
}

[class*=" bb-icon-"]:before {
  margin-top: 3px;
}

/* radius */

.fr-content-element,
.fr-window-skin-fresco .fr-content-background,
.user-wrap .sub-menu,
.notification-dropdown,
.bb-template-v2 .gamipress-buddypress-points .gamipress-buddypress-points-type,
.gamipress-progress-bar .gamipress-progress-bar-completed,
.gamipress-progress-bar .gamipress-progress-bar-completed.gamipress-progress-bar-striped,
.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.gamipress-buddypress-achievements .gamipress-buddypress-achievement,
.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,
.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  border-radius: 30px !important;
}

.notification-content a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.notification-content {
  font-size: 14px;
}

/* Hide action buttons and mark-read-all button */
.actions,
.mark-read-all {
  display: none !important;
}

/* Style notification links */
.notification-list a {
  position: relative;
  z-index: 1;
}

/* Make sure the full link covers the entire notification item */
.notification-list-item {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #E7E9EC;
  margin: 0;
}

.notification-list-item:last-child {
  border-bottom: 0;
}

.notification-list-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.notification-list-item .bb-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.notification-list-item .notification-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.notification-content span {
  display: block;
}

.notification-time {
  display: block;
  font-size: 12px;
  color: #A3A5A9;
  margin-top: 5px;
}

/* Header Bar Container */
.bb-header-bar-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*background-color: #fff;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  min-height: 60px;
  position: relative;
  z-index: 100;
}

/* Header Aside */
.header-aside {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

/* Logo */
.bb-header-bar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.bb-header-bar-logo a {
  display: block;
  line-height: 1;
}

.bb-header-bar-logo img.bb-logo {
  max-height: 38px;
  width: auto;
  vertical-align: middle;
}

/* Responsive styles for the logo */
@media (max-width: 768px) {
  .bb-header-bar-logo img.bb-logo {
    max-height: 30px;
  }
}

/* Navigation */
.bb-header-bar-navigation {
  flex: 1;
}

.bb-header-bar-navigation ul {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-header-bar-navigation li {
  margin: 0 10px;
}

.bb-header-bar-navigation a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.bb-header-bar-navigation a:hover {
  /*color: #007bff;*/
}

/* Mobile Menu */
.bb-header-bar-mobile-menu {
  display: none !important;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .bb-header-bar-mobile-menu {
    display: block !important;
  }

  .bb-header-bar-navigation:not(.style-3) {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /*background-color: #fff;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
  }

  .bb-header-bar-navigation.visible {
    display: block !important;
  }

  .bb-header-bar-navigation ul {
    flex-direction: column !important;
    padding: 10px 0;
  }

  .bb-header-bar-navigation li {
    margin: 0;
  }

  .bb-header-bar-navigation a {
    display: block !important;
    padding: 10px 20px;
  }
}

/* Search Form */
.bb-header-bar-search {
  margin-right: 15px;
}

.bb-search-form {
  display: flex !important;
  align-items: center;
}

.bb-search-form input.search-field {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  width: 200px;
}

.bb-search-form button {
  background-color: #1A1B1C;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  margin-left: 5px;
  cursor: pointer;
}

.bb-search-form button:hover {
  background-color: #1A1B1C;
}

/* Login/Register */
.bb-header-bar-login {
  display: flex !important;
  align-items: center;
}

.bb-header-bar-login a {
  display: inline-block !important;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin-left: 10px;
}

.bb-header-bar-login .login-button {
  background-color: var(--bb-primary-button-background-regular) !important;
  color: var(--bb-primary-button-text-regular) !important;
  border: 1px solid var(--bb-primary-button-border-regular) !important;
  border-radius: var(--bb-button-radius) !important;
  padding: 0 20px !important;
}

.bb-header-bar-login .login-button:hover {
  color: white !important;
  background-color: black !important;
}

.bb-header-bar-login .register-button {
  background-color: #1A1B1C;
  color: #fff;
}


.bb-header-bar-login .login-button:hover {
  background-color: #f5f5f5;
}

.bb-header-bar-login .register-button:hover {
  background-color: #1A1B1C;
}

.bb-icon-inbox:before {
  content: '\ee62';
}

/* Login and Register buttons */

.bb-header-bar .sign-in-box {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.bb-header-bar .sign-in-box .sign-in {
  background-color: var(--bb-primary-button-background-regular) !important;
  color: var(--bb-primary-button-text-regular) !important;
  border: 1px solid var(--bb-primary-button-border-regular) !important;
  border-radius: var(--bb-button-radius) !important;
  padding: 5px 20px !important;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  text-decoration: none;
  cursor: pointer;
}

.bb-header-bar .sign-in-box .sign-in:hover {
  color: white !important;
  background-color: black !important;
}

.bb-header-bar .sign-in-box .register {
  display: none !important;
}

.bb-header-bar .sign-in-box .register {
  background-color: #1A1B1C;
  color: #fff;
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 1.3;
}

.bb-header-bar .sign-in-box .register:hover {
  background-color: #1A1B1C;
  color: #fff;
}

/* Avatar styling */
.bb-header-bar .user-wrap .user-link img {
  border-radius: 50%;
  max-width: 40px;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(18, 43, 70, 0.1);
  background: #fff;
}

/* Logout menu */
.user-wrap .logout-menu {
  border-top: 1px solid #E7E9EC;
  padding-top: 5px;
  margin-top: 5px;
}

.user-wrap .logout-link a {
  color: #000;
}

.user-wrap .logout-link a:hover {
  background-color: rgba(239, 62, 70, 0.1);
}

/* Error Message */
.bb-header-bar-error {
  padding: 10px;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  margin: 10px 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .bb-header-bar-navigation {
    display: none !important;
  }

  .bb-header-bar-logo {
    margin-right: auto;
  }

  .user-wrap .user-name {
    display: none;
  }
}

/* BuddyBoss Header Bar */
.bb-header-bar-container {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.bb-header-bar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  /*background-color: #fff;*/
  position: relative;
  z-index: 100;
}

/* Logo */
.bb-header-bar-logo {
  display: flex !important;
  align-items: center;
  margin-right: 20px;
}

.bb-header-bar-logo a {
  display: flex !important;
  align-items: center;
  text-decoration: none;
}

.bb-header-bar-logo img {
  max-height: 50px;
  width: auto;
}

.bb-header-bar-logo .site-title {
  font-size: 20px;
  font-weight: 600;
  color: #1A1B1C;
}

/* Navigation */
.bb-header-bar-navigation {
  flex: 1;
  display: flex !important;
  align-items: center;
}

.bb-header-bar-menu {
  display: flex !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-header-bar-menu li {
  margin-right: 20px;
}

.bb-header-bar-menu a {
  color: #1A1B1C;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.bb-header-bar-menu a:hover {
  color: #1A1B1C;
}

.bb-header-bar-mobile-menu {
  display: none !important;
  margin-right: 15px;
}

/* Header Aside */
.bb-header-bar-aside {
  display: flex !important;
  align-items: center;
}

/* Common elements */




.bb-separator {
  width: 1px;
  height: 24px;
  background-color: #E7E9EC;
  margin: 0 10px;
}

/* Notification Dropdown */
.notification-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  min-width: 400px;
  z-index: 999;
  margin-top: 10px;
  overflow: hidden;
}

.dropdown-passive.selected .notification-dropdown,
.notification-wrap.selected .notification-dropdown,
#header-notifications-dropdown-elem.selected .notification-dropdown,
#header-messages-dropdown-elem.selected .notification-dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}

/* Override BuddyBoss theme styles for dropdowns */
#header-notifications-dropdown-elem.selected .notification-dropdown,
#header-messages-dropdown-elem.selected .notification-dropdown {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1001 !important;
}

/* Fix for dropdown positioning */
#header-notifications-dropdown-elem .notification-dropdown,
#header-messages-dropdown-elem .notification-dropdown {
  position: absolute;
  top: 100%;
  right: -4px;
  min-width: 400px;
  margin-top: 5px;
}

/* Ensure proper z-index for dropdowns */
.menu-item-has-children .notification-dropdown {
  z-index: 1001;
}

/* Notification List */
.notification-list {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Notification list item styling */
.notification-list-item {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #E7E9EC;
  margin: 0;
}

.notification-list-item:last-child {
  border-bottom: 0;
}

.notification-list-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.notification-list-item .bb-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.notification-list-item .notification-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.notification-content span {
  display: block;
}

.notification-time {
  display: block;
  font-size: 12px;
  color: #A3A5A9;
  margin-top: 5px;
}

/* Mark as Read Button */
.actions {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.mark-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F5F5F5;
  color: #1A1B1C;
  text-decoration: none;
  cursor: pointer;
}

.mark-read:hover {
  background-color: #E7E9EC;
}

.mark-read .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* Empty State */
.bb-no-notifications,
.bb-no-messages {
  padding: 10px 15px;
  text-align: center;
  color: #939597;
}

/* Messages Dropdown */
.message-list-item {
  position: relative;
  border-bottom: 1px solid #E7E9EC;
  margin: 0;
  padding: 15px 20px;
}

.message-list-item:last-child {
  border-bottom: none;
}

.message-list-item.unread {
  background-color: rgba(var(--bb-primary-color-rgb), 0.05);
}

.message-list-item .bb-full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.message-content {
  position: relative;
  padding-right: 30px;
  z-index: 2;
}

.message-sender {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.message-excerpt {
  display: block;
  color: var(--bb-body-text-color);
  font-size: 14px;
  margin-bottom: 5px;
}

.message-time {
  display: block;
  font-size: 12px;
  color: #A3A5A9;
}

/* Empty State */
.bb-no-messages {
  padding: 20px;
  text-align: center;
  color: #A3A5A9;
}

/* Dropdown Footer */
.notification-footer {
  padding: 15px 20px;
  border-top: 1px solid #E7E9EC;
  text-align: center;
}

.notification-footer a {
  display: inline-block;
  color: var(--bb-primary-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.notification-footer a i {
  margin-left: 5px;
}

/* User Menu */
.user-wrap {
  position: relative;
}

.user-wrap.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #E7E9EC;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  min-width: 180px;
  z-index: 999;
  /*margin-top: 10px;*/
  opacity: 0;
  visibility: hidden;
}

.user-wrap.menu-item-has-children.selected .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1001;
  min-width: 250px;
  height: fit-content;
}

.user-wrap-container>.sub-menu:before {
  display: none;
}

/*
.user-wrap.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
} */

.user-wrap.menu-item-has-children .wrapper {
  padding: 0;
}

.user-wrap.menu-item-has-children .sub-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-wrap.menu-item-has-children .sub-menu-inner li {
  margin: 0;
  padding: 0;
}

.user-wrap.menu-item-has-children .sub-menu-inner li:last-child {
  border-bottom: none;
}

.user-wrap.menu-item-has-children .sub-menu-inner a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #122B46;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.user-wrap.menu-item-has-children .sub-menu-inner a:hover {
  background-color: #F5F5F5;
}

.user-wrap.menu-item-has-children .sub-menu-inner li:first-child a {
  display: flex;
  align-items: center;
  padding: 15px;
}

.user-wrap.menu-item-has-children .sub-menu-inner li:first-child a:hover {
  background-color: transparent;
}

.user-wrap.menu-item-has-children .sub-menu-inner li:first-child .avatar {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
}

.user-wrap.menu-item-has-children .sub-menu-inner li:first-child span {
  display: flex;
  flex-direction: column;
}

.user-wrap.menu-item-has-children .sub-menu-inner .user-name {
  font-weight: 500;
  margin-bottom: 2px;
  padding: 0;
  border-bottom: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  line-height: 1.3;
}

.user-wrap.menu-item-has-children .sub-menu-inner .user-mention {
  font-size: 12px;
  color: #939597;
}

.user-wrap.menu-item-has-children .sub-menu-inner i {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

/* Menu items */
.user-wrap .bb-my-account-menu,
.user-wrap .user-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-wrap .bb-my-account-menu li,
.user-wrap .user-menu-item {
  margin: 0;
}

.user-wrap .bb-my-account-menu a,
.user-wrap .user-menu-item a {
  display: flex !important;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  color: #1A1B1C;
  font-size: 14px;
}

.user-wrap .bb-my-account-menu a:hover,
.user-wrap .user-menu-item a:hover {
  background-color: #F5F5F5;
}

.user-wrap .bb-my-account-menu i,
.user-wrap .user-menu-item i {
  margin-right: 5px;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.logout-link a:hover {
  background-color: transparent !important;
}

/* Header Search */
.header-search-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: #1A1B1C;
  cursor: pointer;
  margin-right: 5px;
}

.header-search-link:hover {
  background-color: #F5F5F5;
}

.header-search-link i {
  font-size: 20px;
}

.search-visible .bb-search-form {
  display: block !important;
}

.bb-search-form {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  padding: 0 20px;
}

.bb-search-form-inner {
  display: flex !important;
  align-items: center;
  height: 100%;
}

.bb-search-form input.search-field {
  flex: 1;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  height: 100%;
  background-color: transparent;
}

.bb-search-form input.search-field:focus {
  outline: none;
}

.bb-close-search {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: #1A1B1C;
  cursor: pointer;
}

.bb-close-search:hover {
  background-color: #F5F5F5;
}

.bb-close-search i {
  font-size: 20px;
}

/* Cart */
.bb-header-bar-cart {
  position: relative;
  margin-right: 5px;
}

.cart-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  color: #1A1B1C;
  cursor: pointer;
}

.cart-link:hover {
  background-color: #F5F5F5;
}

.cart-link i {
  font-size: 20px;
}

.user-wrap,
.notification-wrap {
  display: inline-block;
}


.cart-link .count {
  position: absolute;
  background-color: #EF3E46;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  padding: 0 4px;
}


.notification-wrap span.count {
  background-color: var(--bb-primary-color);
  line-height: 1.6;
  font-size: 9px;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  padding: 1px 6px;
  position: absolute;
}


/* Loading Indicator */
.bb-header-loader {
  text-align: center;
  padding: 20px;
}

.animate-spin {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* BuddyBoss Header Bar Styles */
.buddyboss-header-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  height: 100%;
}

.buddyboss-header-bar .notification-wrap {
  position: relative;
  margin-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-header .menu-item-has-children .notification-link {
  margin: 0 5px;
}

.buddyboss-header-bar .notification-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 5px;
  color: var(--bb-headings-color);
  text-decoration: none;
  position: relative;

}

.buddyboss-header-bar .notification-link i {
  font-size: 20px;
  line-height: 1;
}

.notification-link .count {
  position: absolute;
  top: -webkit-calc(50% - 20px);
  right: -8px;
  background-color: #EF3E46 !important;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  padding: 0 4px;
}

/* Dropdown Styles */
.buddyboss-header-bar .notification-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  padding: 0;
  margin-top: 10px;
  z-index: 1001;
  display: none;
  overflow: hidden;
  transform-origin: top right;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}

.buddyboss-header-bar .notification-wrap.selected .notification-dropdown {
  display: block;
  animation-name: dropdown-animation;
}

@keyframes dropdown-animation {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Notification Header */
.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #E7E9EC;
}

.notification-header .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #1A1B1C;
}

.notification-header .mark-read-all {
  font-size: 13px;
  color: var(--bb-primary-color);
  text-decoration: none;
  cursor: pointer;
}

.notification-header .mark-read-all:hover {
  text-decoration: underline;
}

/* Dropdown Header */
.buddyboss-header-bar .notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #E7E9EC;
}

.buddyboss-header-bar .notification-header .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--bb-headings-color);
}

.buddyboss-header-bar .notification-header .mark-read-all {
  font-size: 13px;
  color: var(--bb-primary-color);
  cursor: pointer;
  text-decoration: none;
}

/* Notification List */
.buddyboss-header-bar .notification-list {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.buddyboss-header-bar .notification-list li {
  position: relative;
  border-bottom: 1px solid #E7E9EC;
  margin: 0;
  padding: 0;
}

.buddyboss-header-bar .notification-list li:last-child {
  border-bottom: none;
}

.buddyboss-header-bar .notification-list li.unread {
  background-color: rgba(var(--bb-primary-color-rgb), 0.05);
}

.buddyboss-header-bar .notification-list li a {
  display: block;
  padding: 15px 20px;
  color: var(--bb-body-text-color);
  text-decoration: none;
}

.buddyboss-header-bar .notification-list li a:hover {
  background-color: rgba(var(--bb-primary-color-rgb), 0.05);
}

.buddyboss-header-bar .notification-content {
  position: relative;
  padding-right: 30px;
}

.buddyboss-header-bar .notification-time,
.buddyboss-header-bar .message-time {
  display: block;
  font-size: 12px;
  color: #A3A5A9;
  margin-top: 5px;
}

.buddyboss-header-bar .message-sender {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.buddyboss-header-bar .message-excerpt {
  display: block;
  color: var(--bb-body-text-color);
  font-size: 14px;
}

/* Dropdown Footer */
.buddyboss-header-bar .notification-footer {
  padding: 15px 20px;
  border-top: 1px solid #E7E9EC;
  text-align: center;
}

.buddyboss-header-bar .notification-footer a {
  display: block;
  color: var(--bb-primary-color);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.buddyboss-header-bar .notification-footer a i {
  margin-left: 5px;
}

/* Empty State */
.buddyboss-header-bar .bb-no-notifications,
.buddyboss-header-bar .bb-no-messages {
  padding: 20px;
  text-align: center;
  color: #A3A5A9;
}

/* Mark as Read Button */
.buddyboss-header-bar .actions {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.buddyboss-header-bar .mark-read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #A3A5A9;
  cursor: pointer;
}

.buddyboss-header-bar .mark-read:hover {
  background-color: rgba(var(--bb-primary-color-rgb), 0.1);
  color: var(--bb-primary-color);
}

/* Cart Styles */
.buddyboss-header-bar .cart-wrap {
  position: relative;
  margin-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.buddyboss-header-bar .cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  color: var(--bb-headings-color);
  text-decoration: none;
  position: relative;
}

.buddyboss-header-bar .cart-link i {
  font-size: 20px;
  line-height: 1;
}

.buddyboss-header-bar .cart-link .count {
  position: absolute;
  background-color: var(--bb-primary-color);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* User Menu Styles */
.buddyboss-header-bar .user-wrap {
  position: relative;
  margin-left: 15px;
  height: 100%;
  display: flex;
  align-items: center;
}

.buddyboss-header-bar .user-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  color: var(--bb-headings-color);
  text-decoration: none;
}

.buddyboss-header-bar .user-name {
  margin-left: 5px;
  font-weight: 600;
}

.buddyboss-header-bar .user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.buddyboss-header-bar .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .buddyboss-header-bar .notification-dropdown {
    width: 350px;
  }

  .buddyboss-header-bar .user-name {
    display: none;
  }
}

.site-header .header-search-link i,
.site-header .notification-link i,
.bb-header-bar .quicknav .notification-link i {
  background-color: #0000000D;
  display: block;
  font-size: 1rem;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.bb-header-bar .quicknav .notification-link i {
  font-size: 18px;
}

/* Ensure all notification icons have consistent spacing */
.bb-header-bar .notification-wrap {
  /*margin-left: 5px;*/
  padding: 0 10px;
}

.bb-header-bar .notification-wrap .notification-link,
.notification-link {
  color: var(--bb-header-links);
  /*background-color: #f2f4f5;*/
  /*padding: 0 5px;*/
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.bb-header-bar .notification-wrap .notification-link i:hover,
.notification-link i:hover,
.bb-header-bar .notification-wrap .notification-link:hover,
.notification-link:hover,
.bb-header-bar .quicknav .notification-link:hover {
  color: #010C1C !important;
}

.bb-header-bar .notification-wrap .notification-link i {
  font-size: 18px;
  /*color: var(--bb-header-links);*/
}


/* BuddyBoss Style 3 Menu */

.primary-menu>li {
  float: left;
  display: inline-block;
  height: var(--bb-header-height);
  line-height: var(--bb-header-height);
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}

.bb-header-bar-navigation.style-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.bb-header-bar-navigation.style-3 .main-navigation {
  width: 100%;
}

.bb-header-bar-navigation.style-3 #primary-navbar {
  display: flex;
  justify-content: center;
}

.bb-header-bar-navigation.style-3 .primary-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.bb-header-bar-navigation.style-3 .primary-menu>li {
  position: relative;
  margin: 0 10px;
}

.bb-header-bar-navigation.style-3 .primary-menu>li>a {
  padding: 0 10px;
  color: #1A1B1C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.24px;
  position: relative;
  text-decoration: none;
  height: 60px;
  min-width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bb-header-bar-navigation.style-3 .primary-menu>li>a i {
  font-size: 22px;
  margin-right: 5px;
}

.bb-header-bar-navigation.style-3 .primary-menu>li>a:hover {
  color: var(--bb-primary-color);
}

.bb-header-bar-navigation.style-3 .primary-menu>li.current-menu-item>a {
  color: var(--bb-primary-color);
}

.bb-header-bar-navigation.style-3 .primary-menu>li.current-menu-item>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bb-primary-color);
}

/* Overflow menu */
.bb-header-bar-navigation.style-3 #navbar-collapse {
  position: relative;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .more-button {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #1A1B1C;
  font-size: 22px;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .more-button:hover {
  color: var(--bb-primary-color);
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  width: 200px;
  padding: 10px 0;
  display: none;
  z-index: 100;
}

.bb-header-bar-navigation.style-3 #navbar-collapse:hover .sub-menu {
  display: block;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu-inner li {
  margin: 0;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu-inner a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #1A1B1C;
  font-size: 14px;
  text-decoration: none;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu-inner a:hover {
  color: var(--bb-primary-color);
  background-color: #F5F5F5;
}

.bb-header-bar-navigation.style-3 #navbar-collapse .sub-menu-inner a i {
  margin-right: 10px;
  font-size: 18px;
}

/* BuddyBoss Style 3 Menu with Icons Only */
.bb-header-bar-navigation.style-3.icons-only {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.bb-header-bar-navigation.style-3.icons-only .main-navigation {
  width: 100%;
}

.bb-header-bar-navigation.style-3.icons-only #primary-navbar {
  display: flex;
  justify-content: center;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li {
  position: relative;
  margin: 0;
  border-radius: 20px;
}

/* Button Style */
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.button>a {
  background-color: var(--bb-primary-color);
  color: #ffffff;
  width: auto;
  padding: 0 20px;
  border-radius: 100px;
  height: 40px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.button>a:hover {
  background-color: var(--bb-primary-color-hover);
  color: #ffffff;
}

/* Hover and Active States */
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover {
  color: var(--bb-primary-color);
  background-color: rgba(var(--bb-primary-color-rgb), 0.1);
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.selected>a {
  color: var(--bb-primary-color);
}


/* Overflow Menu */
.bb-header-bar-navigation.style-3.icons-only #navbar-collapse {
  position: relative;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 50px;*/
  color: #1A1B1C;
  font-size: 24px;
  background-color: transparent;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .more-button:hover {
  color: var(--bb-primary-color);
  background-color: rgba(var(--bb-primary-color-rgb), 0.1);
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  width: 220px;
  padding: 10px 0;
  display: none;
  z-index: 100;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse:hover .sub-menu {
  display: block;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner li {
  margin: 0;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #1A1B1C;
  font-size: 14px;
  text-decoration: none;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a:hover {
  color: var(--bb-primary-color);
  background-color: rgba(var(--bb-primary-color-rgb), 0.05);
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a i {
  margin-right: 10px;
  font-size: 20px;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a .menu-item-text {
  display: inline-block;
}

/* Add styles for the menu bar logo */
.bb-header-bar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.bb-header-bar-logo a {
  display: block;
  line-height: 1;
}



/* Responsive styles for the logo */
@media (max-width: 768px) {}

/* Mobile styles (max-width: 767px) */
@media (max-width: 799px) {

  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only,
  .messages-wrap,
  .bb-header-bar .quicknav .notification-link {
    display: none !important;
  }

  .user-wrap {
    display: none;
  }

  .bb-header-bar-logo img.bb-logo {
    max-height: 30px !important;
  }

  .bb-header-bar-container {
    height: 60px;
    padding: 0 !important;
  }

  /* Center the logo */
  .bb-header-bar-logo {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
  }

  .bb-header-bar-logo img {
    max-height: 40px !important;
  }

  /* Hide ALL menu items by default */
  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li {
    display: none !important;
  }

  /* ONLY show the notification icon (3rd item) */
  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li:nth-child(3) {
    display: block !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  /* Show the menu bar icon on the left */
  .bb-header-bar-mobile-menu.sidemenu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    color: #1A1B1C !important;
    font-size: 24px !important;
    z-index: 10 !important;
  }

  /* Hide overflow menu on mobile */
  .bb-header-bar-navigation.style-3.icons-only #navbar-collapse {
    display: none !important;
  }

}



.site-header .header-aside [data-balloon]:after,
.site-header .header-aside [data-balloon]:before {
  z-index: 1003;
}

/*
.site-header {
  background-color: var(--bb-header-background);
  box-shadow: inset 0 -1px 0 0 #dcdfe3;
  position: relative;
}*/

.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  bottom: 0;
  width: 13px;
  box-shadow: 5px 0 13px -3px rgba(18, 43, 70, 0.1);
  pointer-events: none;
}

.site-header i,
.site-header .notification-dropdown i,
.site-header .header-aside .notification-dropdown i,
.site-header .header-search-wrap i {
  color: var(--bb-header-links);
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}

.site-header .header-aside .notification-dropdown .notification-footer i {
  font-size: 20px;
}

[dir="rtl"] .site-header .header-aside .notification-dropdown .notification-footer i.bb-icon-angle-right:before {
  content: "\e8ab";
}

.site-header .more-button i {
  font-size: 15px;
}

.site-header .site-header-container.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .site-header-container .site-title>a {
  color: var(--bb-headings-color);
  font-size: 1.5rem;
  font-weight: 600;
}

.site-header .menu-item-has-children.selected span[data-balloon]:after,
.site-header .menu-item-has-children.selected span[data-balloon]:before {
  display: none;
}

.site-header .bb-header-loader {
  text-align: center;
  margin: 10px 0;
}

.site-header .buddypanel_logo_display_on {
  display: none;
}

.site-header .header-aside i {
  color: var(--bb-header-links);
}

.site-header .header-search-primary {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -2px;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}

body:not(.bb-buddypanel) .site-header:before {
  display: none;
}

.bb-buddypanel-right .site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: unset;
  right: -13px;
  bottom: 0;
  width: 13px;
  box-shadow: -5px 0 13px -3px rgba(18, 43, 70, 0.1);
  pointer-events: none;
}

.buddypanel-logo .site-header .header-2 .buddypanel_logo_display_on {
  display: block;
  visibility: hidden;
  opacity: 0;
}

.header-aside .notification-list.bb-nouveau-list .actions .dashicons-visibility:before,
.header-aside .notification-list.bb-nouveau-list .actions .dashicons-dismiss:before,
.header-aside .notification-list.bb-nouveau-list .actions .dashicons-trash:before,
.header-aside .notification-list.bb-nouveau-list .actions .dashicons-hidden:before {
  font-size: 24px;
}

.sticky-header .site-header {
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 0 1px 0 rgba(65, 71, 108, 0.15);
  position: fixed;
  z-index: 612;
  width: 100%;
}

.sticky-header .site-header.has-scrolled {
  box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 0 5px 10px -7px rgba(65, 71, 108, 0.25);
}

.bb-submenu-isactive:not(.sticky-header) .site {
  overflow-x: visible;
}

.search-visible .site-header a.header-search-link[data-balloon]:after,
.search-visible .site-header a.header-search-link[data-balloon]:before {
  display: none;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--bb-header-height);
  min-width: 50px;
  padding: 20px 5px 10px 5px;
  /*padding-right: 30px;*/
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
}

.header-2 .site-branding {
  margin: auto;
  padding: 0 20px;
}


.buddypress-wrap .bp-navs .component-navigation .sub-menu li a:hover {
  background: var(--bb-content-alternate-background-color);
  color: var(--bb-primary-color);
}

.buddypress-wrap#buddypress.bp-dir-hori-nav .create-button a:hover {
  background: var(--bb-content-alternate-background-color);
  color: var(--bb-primary-color);
}

@media screen and (max-width: 46.8em) {

  .bp-subnavs li.selected a:focus,
  .bp-subnavs li.selected a:hover {
    background: transparent;
  }

  .bp-subnavs li.selected a:focus {
    background: transparent;
    color: var(--bb-headings-color);
  }
}

.site-header .sub-menu {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  right: -22px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  bottom: unset;
  z-index: 100;
}

#object-nav .sub-menu {
  top: 50px;
  bottom: unset;
}

#header-aside .bb-my-account-menu {
  list-style: none;
  margin: 0;
}

#header-aside .bb-my-account-menu li {
  position: static;
}

#header-aside .bb-my-account-menu li:hover>.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

#header-aside .bb-my-account-menu i {
  position: relative;
  top: 2px;
}

#header-aside .bb-my-account-menu .sub-menu {
  display: none;
  position: absolute;
  width: 187px;
  left: -187px;
  top: 0;
  box-sizing: border-box;
  margin: 0;
}

#header-aside .bb-my-account-menu .sub-menu::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

#header-aside .bb-my-account-menu .sub-menu a:hover {
  background: transparent;
}

#header-aside .bb-my-account-menu .sub-menu .current-menu-item a {
  background: transparent;
}

.user-wrap.menu-item-has-children .sub-menu-inner .count {
  position: static;
  float: right;
  line-height: 1.5;
}

.header-aside .wrapper {
  position: relative;
}

.header-aside .wrapper .sub-menu-inner {
  width: 187px;
  max-height: 76vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-aside .wrapper .sub-menu-inner .ab-sub-wrapper .ab-submenu,
.header-aside .wrapper .sub-menu-inner .ab-submenu .bb-sub-menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.header-aside .wrapper .bb-sub-menu {
  width: 187px;
  margin: 0;
  list-style: none;
}

.header-aside .wrapper li {
  position: static;
}

.header-aside .wrapper li .wrapper {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  list-style: none;
  left: -187px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.header-aside .wrapper li .wrapper:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.header-aside .wrapper li:hover>.wrapper {
  opacity: 1;
  visibility: visible;
}

.header-aside .wrapper a {
  position: static;
}

.buddypanel span.count {
  box-shadow: none;
}

span.count {
  background-color: var(--bb-primary-color);
  border-radius: 100px;
  margin-left: auto;
  padding: 3px 9px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  color: var(--bb-body-background-color);
  letter-spacing: -0.55px;
}

.primary-menu span.count {
  line-height: 1.5;
  margin-left: 5px;
}

span.count.small {
  font-size: 10px;
  padding: 3px 5px 4px;
  position: absolute;
  left: 34px;
  top: 10px;
  line-height: 1;
  -webkit-transition: all linear 0.6s;
  transition: all linear 0.6s;
}

.header-aside .button.signup {
  margin-left: 0.3125rem;
  min-width: initial;
}

.bb-header-more-menu,
.bb-help-dropdown-wrap {
  position: relative;
}

.bb-header-more-menu:hover .bb-more-menu-icon:after,
.bb-header-more-menu:hover .bb-help-link:after,
.bb-header-more-menu:hover .bb-more-menu-nav,
.bb-header-more-menu:hover .bb-help-content,
.bb-help-dropdown-wrap:hover .bb-more-menu-icon:after,
.bb-help-dropdown-wrap:hover .bb-help-link:after,
.bb-help-dropdown-wrap:hover .bb-more-menu-nav,
.bb-help-dropdown-wrap:hover .bb-help-content {
  opacity: 1;
  visibility: visible;
}

.bb-more-menu-icon,
.bb-help-link {
  position: relative;
  height: var(--bb-header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-more-menu-icon:after,
.bb-help-link:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  margin: 0;
  right: 5px;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  /* transition: all linear 0.2s; */
  z-index: 101;
  opacity: 0;
  visibility: hidden;
}

.bb-more-menu-nav,
.bb-help-content {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 10px;
  position: absolute;
  /* transition: all linear 0.2s; */
  right: -15px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 168px;
  z-index: 100;
  font-size: 13px;
  line-height: 1.6;
  color: #939597;
  letter-spacing: -0.24px;
  opacity: 0;
  visibility: hidden;
}

.header-aside .bb-more-menu-nav .menu-item-has-children>a:after {
  display: none;
}

.bb-more-menu-nav {
  padding: 5px 0;
}

.bb-more-menu-nav ul {
  list-style: none;
  margin: 0;
}

.bb-more-menu-nav li:hover>a {
  background: #f5f5f5;
  color: var(--bb-primary-color);
}

.bb-more-menu-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: inherit;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 0.9375rem;
}

.bb-more-menu-nav a:hover {
  background: #f5f5f5;
  color: var(--bb-primary-color);
}

.bb-more-menu-nav i {
  font-size: 14px;
  margin-right: 8px;
}

.bb-more-menu-nav [data-balloon]:before,
.bb-more-menu-nav [data-balloon]:after {
  display: none;
}

.bb-more-menu-nav .sub-menu {
  right: 95%;
  top: 0;
}

.bb-more-menu-nav .sub-menu .sub-menu {
  left: auto;
}


/* Fixed `contenteditable = true` height issue in FireFox */
*[contenteditable]:empty:before {
  content: "\feff";
}

.select2-dropdown {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  border: 0;
  padding: 5px 10px;
  margin-right: 0;
  max-width: 300px;
}

.select2-dropdown .select2-results__option {
  border-radius: 3px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 2px 5px;
}

html {
  height: 100%;
  background-image: url("../images/adminbar-background.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
}

html,
body {
  min-height: 100%;
}

.site {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

body:not(.page-template-page-fullscreen, .elementor-page) .site {
  overflow-x: hidden;
  /* Fixed horizontal scroll issue in mobile */
}

/*
  .site-header,
  .site-content:not(.maintenance-content),
  .bb-footer {
    padding: 0 10px;
  }*/

.site-content {
  min-height: 70vh;
}

.sticky-header .site-content {
  min-height: 85vh;
}

.site-main {
  position: relative;
}

/* This will prevent jerk while page loading */
.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, .activate) #primary,
body.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer, .activate) #page #primary {
  max-width: 900px;
  width: 100%;
}

.content-area {
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
}

.my-messages .content-area {
  padding-top: 1.5625rem;
}

@media screen and (max-width: 800px) {
  .content-area {
    padding-bottom: 1.25rem;
  }
}

body .widget-area:not(.widget-area-secondary) {
  padding-top: 1.875rem;
}

.infinite-loading-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}

@media (min-width: 800px) {

  .bb-buddypanel:not(.register) .site,
  .bb-buddypanel:not(.activate) .site {
    margin-left: 68px;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
  }
}

@media (min-width: 800px) {
  .bb-buddypanel.bb-buddypanel-right:not(.register) .site {
    margin-right: 68px;
    margin-left: 0;
    -webkit-transition: margin-right 0.2s;
    transition: margin-right 0.2s;
  }
}

/* 404 Page */
.no-results.not-found,
.error-404 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.no-results.not-found .page-header,
.error-404 .page-header {
  margin-bottom: 40px;
}

.no-results.not-found .page-title,
.error-404 .page-title {
  margin-bottom: 10px;
}

.no-results.not-found .desc,
.error-404 .desc {
  font-size: 18px;
  font-weight: 300;
  color: var(--bb-body-text-color);
  letter-spacing: -0.24px;
  line-height: 1.5;
}

.no-results.not-found .button,
.error-404 .button {
  min-width: 140px;
}

.no-results.not-found .bb-img-404,
.error-404 .bb-img-404 {
  margin: 0 auto 40px;
}

.no-results.not-found .bb-img-404--theme-2-0 svg>path,
.error-404 .bb-img-404--theme-2-0 svg>path {
  fill: var(--bb-body-background-color);
  stroke: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg g path,
.error-404 .bb-img-404--theme-2-0 svg g path {
  fill: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg circle,
.error-404 .bb-img-404--theme-2-0 svg circle {
  stroke: var(--bb-primary-color);
}

.no-results.not-found .bb-img-404--theme-2-0 svg .circle-fill-404,
.error-404 .bb-img-404--theme-2-0 svg .circle-fill-404 {
  fill: var(--bb-primary-color);
}

.bb-img-404--theme-2-0 svg {
  width: 90%;
  max-width: 500px;
}

.bb-img-404--custom img {
  max-width: 100%;
}

.no-results.not-found .search-form {
  display: table;
  position: relative;
  margin: 0 auto;
}

.no-results.not-found .search-form:before {
  content: "\ef10";
  color: inherit;
  font-family: bb-icons;
  font-size: 17px;
  position: absolute;
  left: 9px;
  top: 8px;
  opacity: 0.4;
}

.no-results.not-found .search-form label {
  min-width: 28%;
}

.no-results.not-found .search-form .search-field {
  border-radius: 100px 0 0 100px;
  border-right: 0;
  width: 100%;
}

.no-results.not-found .search-form .search-submit {
  border-radius: 0 var(--bb-button-radius) var(--bb-button-radius) 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.24px;
}

.no-results.not-found .search-form input[type="search"] {
  background-image: none;
}

.no-results.not-found .no-results-img {
  margin-bottom: 50px;
}

.avatar {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

#wpadminbar #wp-admin-bar-my-account .ab-item .display-name {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

@media screen and (min-width: 781px) {
  #wpadminbar #wp-admin-bar-my-account .ab-item .display-name {
    position: relative;
  }
}

@media screen and (min-width: 781px) {
  #wpadminbar #wp-admin-bar-my-account.menupop>.ab-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #wpadminbar #wp-admin-bar-my-account.menupop>.ab-item:before {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

#wpadminbar #wp-admin-bar-my-account.with-avatar .ab-item .display-name:has(img.avatar) {
  padding-right: 24px;
}

@media screen and (min-width: 781px) {
  #wpadminbar #wp-admin-bar-my-account.with-avatar .ab-item .display-name img.avatar {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

#wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper #wp-admin-bar-user-info .display-name {
  max-width: 200px;
  height: auto;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0;
}

@media screen and (max-width: 781px) {
  #wpadminbar #wp-admin-bar-my-account .ab-sub-wrapper #wp-admin-bar-user-info .display-name {
    max-width: 85vw;
  }
}

@media screen and (min-width: 800px) {
  .widget-area:not(.widget-area-secondary) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }

  .sidebar-left:not(.forums-sidebar) .site-content-grid {
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media screen and (max-width: 799px) {
  body.sidebar-right:not(.profile-sidebar) .widget-area:not(.widget-area-secondary) {
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}



.search-visible .site-header--bb .header-search-wrap {
  opacity: 1;
  visibility: visible;
}

.header-search-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: var(--bb-header-height);
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  z-index: 2;
}

.header-search-wrap .container {
  padding: 0;
  position: relative;
  width: 100%;
}

.header-search-wrap .search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--bb-header-height);
  margin: 0 auto;
  max-width: 500px;
}

.header-search-wrap .search-form label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.header-search-wrap input.search-field,
.header-search-wrap .search-field-top {
  background-color: var(--bb-header-alternate-background);
  background-size: 16px;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  color: var(--bb-header-links);
  font-size: 14px;
  font-weight: 400;
  height: initial;
  min-height: initial;
  overflow: hidden;
  outline: none;
  padding: 10px 15px 10px 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.header-search-wrap input.search-field:focus,
.header-search-wrap .search-field-top:focus {
  box-shadow: var(--bb-input-focus-shadow);
  border-color: var(--bb-input-focus-border-color);
}

.header-search-wrap input.search-submit {
  position: absolute;
  width: 30px;
  font-size: 0;
  top: 18px;
  padding: 0;
  opacity: 0;
}

.header-search-wrap a.close-search {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  right: 10px;
}

.header-search-wrap a.close-search i {
  font-size: 24px;
  color: var(--bb-header-links);
}

.site-header i.bb-icon-menu-left {
  font-size: 24px;
}

.header-aside .sub-menu {
  min-width: 180px;
}

.header-aside .menu-item-has-children:not(.hideshow):after {
  display: none;
}

.entry-header {
  margin-bottom: 2.1875rem;
}

.entry-header:empty {
  display: none;
}

.post-grid .entry-header {
  margin-bottom: 1.25rem;
}

.entry-header.has-parent-forums {
  margin-bottom: 0;
}

.entry-header.has-parent-forums h1 {
  margin-bottom: 0;
}

.bb-single-forum.has-subforums h1 {
  margin-bottom: 30px;
}

.entry-title {
  font-size: 1.75rem;
  color: var(--bb-headings-color);
  line-height: 1.5rem;
  margin: 0;
}

.menu-link {
  font-size: 0.875rem;
  color: #939597;
  letter-spacing: -0.24px;
}

.menu-link:hover {
  color: var(--bb-primary-color);
}

.button.signup {
  margin-left: 0.625rem;
  min-width: 110px;
}



.beaver-header {
  position: relative;
}

.fl-theme-builder-header.bb-sfwd-aside .buddypanel .panel-head {
  display: none;
}

.ehf-header #masthead {
  width: 100%;
}

@media (min-width: 800px) {

  body.bb-buddypanel:not(.bb-sfwd-aside)>.fl-builder-content,
  .bb-buddypanel:not(.bb-sfwd-aside) .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    padding-left: 68px;
  }

  .beaver-sticky-header .buddypanel {
    top: 0;
  }

  .beaver-sticky-header.admin-bar .buddypanel {
    top: 32px;
  }
}

.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
  position: initial;
}

@-webkit-keyframes autofill {
  to {
    background-color: transparent;
    background-image: url("../images/svg/search.svg");
  }
}

@keyframes autofill {
  to {
    background-color: transparent;
    background-image: url("../images/svg/search.svg");
  }
}

.header-search-wrap input.search-field:-webkit-autofill {
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 480px) {
  .header-search-wrap input.search-field {
    width: 100%;
    padding-right: 50px;
  }
}

@media (max-width: 799px) {

  .site-header-container,
  .buddypanel {
    display: none;
  }

  .bb-mobile-header {
    height: 76px;
  }

  .bb-left-panel-mobile {
    margin-left: 10px;
  }

  .site-header .bb-left-panel-mobile>i {
    color: var(--bb-header-links);
  }

  .bb-left-panel-mobile,
  .header-search-link {
    color: #939597;
    font-size: 26px;
  }

  .site-title a {
    display: inline-block;
  }

  .bb-mobile-panel-open {
    overflow-y: hidden;
  }
}

@media (min-width: 800px) {

  .bb-mobile-header-wrapper,
  .bb-mobile-panel-wrapper {
    display: none !important;
  }
}

/*
   * Elementor header
  */
.elementor-location-header section.elementor-section section.elementor-section .bb-mobile-header-wrapper {
  display: none !important;
}

@media (max-width: 800px) {
  .elementor-location-header .site-header .menu-item-has-children {
    position: inherit;
  }

  .elementor-location-header .site-header .menu-item-has-children .sub-menu {
    right: 0;
  }

  .elementor-location-header .site-header .menu-item-has-children .sub-menu:before {
    right: inherit;
    left: 30px;
  }
}

@media (max-width: 768px) {
  .elementor-location-header .site-header .menu-item-has-children .sub-menu:before {
    left: 68px;
  }
}

@media (max-width: 545px) {
  .elementor-location-header .elementor-section-wrap .elementor-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bb-mobile-panel-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.7);
}

.bb-mobile-panel-wrapper.left {
  left: 0;
}

.bb-mobile-panel-wrapper.left.closed {
  left: -110%;
}

.bb-mobile-panel-wrapper.right {
  right: 0;
}

.bb-mobile-panel-wrapper.right.closed {
  right: -110%;
}

.bb-mobile-panel-wrapper.dark {
  background-color: #242424;
}

.bb-mobile-panel-wrapper.light {
  background-color: #fff;
}

.bb-mobile-panel-wrapper .bb-mobile-panel-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bb-content-background-color);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
  width: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 -20px 20px;
  z-index: 199;
}

.bb-mobile-panel-wrapper.left:not(.closed) .bb-mobile-panel-header,
.bb-mobile-panel-wrapper.right:not(.closed) .bb-mobile-panel-header {
  left: 0;
}

.admin-bar .bb-mobile-panel-wrapper {
  top: 32px;
}

.bb-mobile-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bb-content-background-color);
  min-height: 100%;
  position: relative;
  padding: 0 20px 30px;
  z-index: 11;
}

.bb-mobile-panel-inner .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.site-header .bb-mobile-panel-inner .main-navigation .sub-menu a {
  margin: 0;
  padding: 13px 10px;
}

.bb-mobile-panel-inner .side-panel-menu {
  min-height: 100%;
  width: 100%;
}

.bb-mobile-panel-inner .side-panel-menu .bp-menu-item-at-bottom {
  margin-top: auto;
}

.bb-mobile-panel-inner .side-panel-menu .bp-menu-item-at-bottom~.bp-menu-item-at-bottom {
  margin-top: 0;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section {
  min-height: 48px;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a {
  background-color: transparent !important;
  color: var(--bb-headings-color);
  cursor: auto;
  font-weight: 600;
  opacity: 0.5;
  padding-left: 0;
  text-transform: uppercase;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a>[class*="bb-icon"] {
  display: none;
}

.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:hover,
.bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a:focus {
  background-color: var(--bb-content-background-color);
  color: var(--bb-headings-color);
}

.buddypanel-open .bb-mobile-panel-inner ul.buddypanel-menu>li>a> :first-child {
  margin-left: 0;
}

.bb-mobile-panel-inner hr {
  background: var(--bb-content-border-color);
  height: 1px;
  opacity: 0.5;
  margin: 15px 0 10px 5px;
}

.bb-mobile-panel-inner .mobile-menu {
  list-style: none;
  margin: 0;
}

.bb-mobile-panel-inner .mobile-menu>li {
  float: none;
  line-height: 1;
  margin: 0;
  height: auto;
}

.bb-mobile-panel-inner .mobile-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.bb-mobile-panel-inner footer {
  opacity: 0.5;
  font-size: 13px;
  color: #939597;
  letter-spacing: -0.22px;
}

.bb-mobile-panel-inner .side-panel-menu {
  margin: 0;
}

.bb-mobile-panel-inner .side-panel-menu>li {
  min-height: 44px;
}

.bb-mobile-panel-inner .side-panel-menu>li span~i:not(.bb-icon-angle-down) {
  margin-left: 10px;
}

.bb-mobile-panel-inner .side-panel-menu a {
  padding: 15px 0;
}

.bb-mobile-panel-inner [data-balloon]:before,
.bb-mobile-panel-inner [data-balloon]:after {
  display: none;
}

.bb-mobile-panel-inner .menu-item i {
  margin-top: 0;
}

.bb-mobile-panel-inner .menu-item i:not(.bb-icon-angle-down) {
  margin-left: 0;
  margin-right: 15px;
  margin-top: 0;
  min-width: initial;
}

.bb-mobile-panel-inner .bb-primary-menu a {
  font-size: 14px;
  color: var(--bb-headings-color);
  letter-spacing: -0.21px;
}

.bb-mobile-panel-inner .bb-primary-menu a>i {
  color: var(--bb-headings-color);
}

.bb-mobile-panel-inner .bb-primary-menu a>i.bs-submenu-toggle {
  color: var(--bb-alternate-text-color);
  font-size: 20px;
}

.bb-mobile-panel-inner .bb-primary-menu a:hover {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu a:hover>i {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu a>.count {
  float: right;
  margin-right: 10px;
  line-height: 1.4;
}

.bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu li {
  min-height: 50px;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a,
.bb-mobile-panel-inner .side-panel-menu a {
  font-size: 14px;
  color: var(--bb-headings-color);
  line-height: 24px;
  padding: 13px 0;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a>i,
.bb-mobile-panel-inner .side-panel-menu a>i {
  color: var(--bb-headings-color);
  vertical-align: middle;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a>span,
.bb-mobile-panel-inner .side-panel-menu a>span {
  vertical-align: middle;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a>span:not(.count),
.bb-mobile-panel-inner .side-panel-menu a>span:not(.count) {
  margin-right: auto;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a>i.bs-submenu-toggle,
.bb-mobile-panel-inner .side-panel-menu a>i.bs-submenu-toggle {
  color: var(--bb-alternate-text-color);
  font-size: 20px;
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a:hover,
.bb-mobile-panel-inner .side-panel-menu a:hover {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .sub-menu a:hover>i,
.bb-mobile-panel-inner .side-panel-menu a:hover>i {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a,
.bb-mobile-panel-inner .side-panel-menu .sub-menu a {
  color: var(--bb-headings-color);
  width: 100%;
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a>i,
.bb-mobile-panel-inner .side-panel-menu .sub-menu a>i {
  color: var(--bb-headings-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu a:hover {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .side-panel-menu .current-menu-item .sub-menu .current-menu-item a {
  color: var(--bb-primary-color);
}

.bb-mobile-panel-inner .menu-item-has-children:not(.hideshow):after {
  display: none;
}

.bb-mobile-panel-inner .side-panel-menu .bs-submenu-toggle {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.bb-mobile-panel-inner .sub-menu.bb-open {
  display: block;
  box-shadow: none;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.bb-mobile-panel-inner .sub-menu.bb-open a {
  background: transparent;
  padding: 10px 0;
}

.bb-mobile-panel-inner .buddypanel-menu li {
  position: relative;
}

.bb-mobile-panel-inner .bs-submenu-toggle {
  color: inherit;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 22;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.bb-mobile-panel-inner .sub-menu .bs-submenu-toggle {
  top: 5px;
}

.bb-mobile-panel-inner .current-menu-item>a {
  font-weight: 500;
}

.bb-mobile-panel-inner .main-navigation+.bb-login-section {
  margin-top: 20px;
}

.bb-mobile-panel-inner li:not(.bb-menu-section) i.bb-icon-l.bb-icon-file.bb-custom-icon {
  display: none;
}

.bb-mobile-panel-inner li:not(.bb-menu-section) i.bb-icon-l.bb-icon-file.bb-custom-icon+span {
  margin-left: 0;
}

a.bb-close-panel {
  cursor: pointer;
}

.closed a.bb-close-panel {
  visibility: hidden;
  opacity: 0;
}

a.bb-close-panel i {
  color: var(--bb-alternate-text-color);
  border-radius: 50px;
  font-size: 30px;
  line-height: 1;
}

.bb-search-area .search-field {
  border-radius: 50px;
  font-size: 14px;
  height: 34px;
  width: 100%;
}

.bb-search-area .search-submit {
  display: none;
}

.bb-login-section .button {
  margin-bottom: 16px;
}

.bb-mobile-panel-header .user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb-mobile-panel-header .avatar {
  border-radius: 50%;
  margin-right: 10px;
  max-width: 50px;
}

.bb-mobile-panel-header .user-name {
  font-size: 16px;
  font-weight: 500;
  color: var(--bb-headings-color);
  letter-spacing: -0.24px;
  line-height: 21px;
}

.bb-mobile-panel-header+hr {
  margin-bottom: 15px;
}

.bb-mobile-panel-header .logo-wrap img {
  width: var(--bb-header-mobile-logo-size);
}

.bs-submenu-toggle {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bs-submenu-toggle.bs-submenu-open {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

[dir="rtl"] .side-panel-menu .bs-submenu-toggle {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

[dir="rtl"] .side-panel-menu .bs-submenu-toggle.bs-submenu-open {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.bb-mobile-header .header-aside {
  padding-right: 15px;
}

.bb-mobile-header .header-aside span:not(.count) {
  line-height: 1;
}

.mobile-logo-wrapper {
  padding: 0 15px;
}

.bb-single-icon .mobile-logo-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-account-link {
  line-height: 1;
}

.my-account-link a {
  font-size: 13px;
  font-weight: 500;
  color: var(--bb-alternate-text-color);
  letter-spacing: -0.24px;
  line-height: 20px;
}

.admin-bar .bb-mobile-panel-header {
  top: 32px;
}

@media screen and (max-width: 799px) {
  .header-search-wrap .search-form {
    margin: 0 0 0 15px;
    max-width: -webkit-calc(100% - 64px);
    max-width: calc(100% - 64px);
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .bb-mobile-panel-wrapper {
    top: 46px;
    height: -webkit-calc(100% - 46px);
    height: calc(100% - 46px);
  }

  .admin-bar .bb-mobile-panel-header {
    top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .bb-mobile-header .header-aside>*:last-child {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 543px) {
  #header-notifications-dropdown-elem:not(:last-child) .notification-dropdown {
    right: -38px;
  }

  .messages-wrap:not(:last-child) .notification-dropdown {
    right: -78px;
  }

  .messages-wrap:nth-last-child(2):not(:last-child) .notification-dropdown {
    right: -35px;
  }
}

.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-ancestor>a,
.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-item>a,
.site-header .bb-mobile-panel-wrapper .sub-menu .current-menu-parent>a,
.site-header .bb-mobile-panel-wrapper .sub-menu a:hover {
  background: transparent;
}

.buddypanel-open ul.buddypanel-menu.mobile-menu>li>a>img:first-child {
  margin-right: 18px;
  margin-left: 2px;
}

.menu-item i._mi,
.menu-item img._mi {
  display: inline-block;
  vertical-align: middle;
}

.menu-item i._mi {
  width: auto;
  height: auto;
  margin-top: -0.265em;
  font-size: 24px;
  line-height: 1;
}

.menu-item i._before,
.rtl .menu-item i._after {
  margin-right: 0.5rem;
}

.menu-item i._after,
.rtl .menu-item i._before {
  margin-left: 0.4em;
}

.menu-item img._before,
.rtl .menu-item img._after {
  margin-right: 0.5em;
}

.menu-item img._after,
.rtl .menu-item img._before {
  margin-left: 0.5em;
}

.menu-item ._svg {
  width: 1em;
  font-size: 20px;
}

.menu-item ._image {
  width: 1.4em;
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.menu-item i.elusive {
  margin-top: -0.3em;
}

/**
   * Force the icons' styles
   *
   * Some themes -- notably 2014 -- has nasty rules that
   * could override the icons' styles so we need to force them here.
   */
.dashicons-admin-site:before {
  content: "\f319" !important;
}

.dashicons-welcome-view-site:before {
  content: "\f115" !important;
}

.side-panel-menu img._mi {
  margin-left: 4px;
  margin-right: 12px;
}

#primary-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 130px;
}

@media screen and (min-width: 992px) {
  #primary-navbar {
    min-width: 210px;
  }
}

.buddypanel-transtioned #primary-navbar {
  overflow: hidden;
}

.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover>.sub-menu,
.site-header .main-navigation .primary-menu.bb-primary-overflow .menu-item-has-children:hover>a:after {
  visibility: hidden;
}

.primary-menu.bb-primary-overflow .menu-item-has-children:not(.hideshow):after {
  opacity: 0;
}

.primary-menu {
  margin: 0;
  /* Display flex needs here to work backend settings */
  list-style: none;
  vertical-align: middle;
  height: var(--bb-header-height);
  white-space: nowrap;
}

.primary-menu.bb-primary-overflow {
  overflow: hidden;
}

.primary-menu li:hover>a>i {
  color: var(--bb-header-links-hover);
}

.primary-menu li.no-icon>a:hover:after {
  color: var(--bb-header-links-hover);
}

body:not(.bb-page-loaded) .primary-menu {
  height: var(--bb-header-height);
  overflow: hidden;
}

body:not(.bb-page-loaded).menu-style-tab_bar .primary-menu>li:after {
  display: none;
}





.primary-menu>li:first-child {
  padding-left: 0;
}

.primary-menu>li>a {
  font-weight: 400;
  height: var(--bb-header-height);
  display: block;
  color: var(--bb-header-links);
}

.primary-menu>li>a i._mi {
  margin-top: 0;
}

.primary-menu>li>a:hover {
  color: var(--bb-header-links-hover);
}

.primary-menu>li .ab-submenu a {
  color: var(--bb-body-text-color);
}

.primary-menu>li .sub-menu i._mi {
  margin-top: -0.165em;
  font-size: 16px;
}

.primary-menu a {
  font-size: 0.875rem;
  color: var(--bb-header-links);
  letter-spacing: -0.24px;
}

.primary-menu a:hover,
.primary-menu a:focus {
  color: var(--bb-header-links-hover);
}

.primary-menu a:hover>i,
.primary-menu a:focus>i {
  color: var(--bb-header-links-hover);
}

.primary-menu .current-menu-parent>a,
.primary-menu .current-menu-ancestor>a,
.primary-menu .current-menu-item>a,
.primary-menu .current_page_item>a {
  font-weight: 600;
  color: var(--bb-header-links-hover);
  letter-spacing: -0.24px;
}

.primary-menu .current-menu-parent>a>i.bb-icon-l,
.primary-menu .current-menu-parent>a>i.bb-icon-lined,
.primary-menu .current-menu-ancestor>a>i.bb-icon-l,
.primary-menu .current-menu-ancestor>a>i.bb-icon-lined,
.primary-menu .current-menu-item>a>i.bb-icon-l,
.primary-menu .current-menu-item>a>i.bb-icon-lined,
.primary-menu .current_page_item>a>i.bb-icon-l,
.primary-menu .current_page_item>a>i.bb-icon-lined {
  font-weight: 300;
}

.primary-menu .current-menu-parent>a>i.bb-icon-rl,
.primary-menu .current-menu-parent>a>i.bb-icon-round-lined,
.primary-menu .current-menu-ancestor>a>i.bb-icon-rl,
.primary-menu .current-menu-ancestor>a>i.bb-icon-round-lined,
.primary-menu .current-menu-item>a>i.bb-icon-rl,
.primary-menu .current-menu-item>a>i.bb-icon-round-lined,
.primary-menu .current_page_item>a>i.bb-icon-rl,
.primary-menu .current_page_item>a>i.bb-icon-round-lined {
  font-weight: 200;
}

.primary-menu .current-menu-parent>a>i.bb-icon-bl,
.primary-menu .current-menu-parent>a>i.bb-icon-box-lined,
.primary-menu .current-menu-ancestor>a>i.bb-icon-bl,
.primary-menu .current-menu-ancestor>a>i.bb-icon-box-lined,
.primary-menu .current-menu-item>a>i.bb-icon-bl,
.primary-menu .current-menu-item>a>i.bb-icon-box-lined,
.primary-menu .current_page_item>a>i.bb-icon-bl,
.primary-menu .current_page_item>a>i.bb-icon-box-lined {
  font-weight: 600;
}

.primary-menu .current-menu-parent>a>i,
.primary-menu .current-menu-ancestor>a>i,
.primary-menu .current-menu-item>a>i,
.primary-menu .current_page_item>a>i {
  color: var(--bb-header-links-hover);
}

.primary-menu .more-button {
  font-size: 22px;
  color: var(--bb-headings-color);
  line-height: 1;
}

.primary-menu .more-button i {
  position: relative;
}

.primary-menu>.menu-item-has-children:not(.hideshow) {
  padding: 0 22px 0 10px;
}

.primary-menu .menu-item-has-children>a:after {
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}

.menu-style-tab_bar .site-header .primary-menu>li:after {
  -webkit-transition: none;
  transition: none;
  margin-top: -10px;
}

.menu-style-tab_bar .site-header .primary-menu>li:before {
  display: none;
}

.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li:before,
.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu li:after {
  display: none;
}

.menu-style-tab_bar .site-header #primary-navbar .primary-menu>.menu-item>.ab-submenu {
  margin-top: 30px;
  left: -15px;
}

.menu-style-tab_bar .site-header #primary-navbar #navbar-collapse #navbar-extend>li:after,
.menu-style-tab_bar .site-header #primary-navbar #navbar-collapse #navbar-extend>li:before {
  display: none;
}

.menu-style-tab_bar .site-header .primary-menu>li.menu-item-has-children:not(.hideshow):after {
  color: var(--bb-tooltip-color);
  content: attr(data-balloon);
  font-size: 13px;
  font-weight: 500;
  left: 50%;
  margin: -5px 0 0;
  max-width: initial;
  right: inherit;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  width: initial;
  z-index: 999999;
}

.menu-style-tab_bar .site-header .primary-menu>li.menu-item-has-children:not(.hideshow) .bb-sub-menu .menu-item.menu-item-has-children:after {
  display: none;
}

.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a {
  color: transparent;
}

.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a:after {
  content: "\ee6e";
  font-family: bb-icons;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: var(--bb-header-links);
  left: 50%;
  position: absolute;
  right: initial;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a:hover:after {
  color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current_page_item>a:after,
.menu-style-tab_bar .site-header .primary-menu>li.no-icon>a.current-menu-item>a:after {
  color: var(--bb-header-links);
}

.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a,
.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a {
  border-bottom-color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu>li.current_page_item>a i._mi,
.menu-style-tab_bar .site-header .primary-menu>li.current-menu-item>a i._mi {
  color: var(--bb-header-links);
}

.menu-style-tab_bar .site-header .primary-menu>li.menu-item-has-children:not(.hideshow) {
  padding: 0 5px;
}

.menu-style-tab_bar .site-header .primary-menu>li>a {
  min-width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid transparent;
}

.menu-style-tab_bar .site-header .primary-menu>li>a:hover:before {
  height: 40px;
}

.menu-style-tab_bar .site-header .primary-menu>li>a:hover>i._mi {
  color: var(--bb-header-links-hover);
}

.menu-style-tab_bar .site-header .primary-menu>li>a>i._mi {
  font-size: 24px;
  margin-left: 0;
  margin-right: 0;
  min-width: 20px;
}

.menu-style-tab_bar .site-header .primary-menu>li>a>span {
  display: none;
}

#navbar-collapse {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

#navbar-collapse:not(.hasItems) {
  margin: 0;
}

#navbar-collapse:not(.hasItems) a.more-button {
  display: none;
}

#navbar-collapse a.more-button {
  opacity: 0;
  visibility: hidden;
}

#navbar-collapse #navbar-extend {
  display: none;
}

#navbar-collapse.hasItems a.more-button {
  opacity: 1;
  visibility: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navbar-collapse.hasItems #navbar-extend {
  display: block;
}

.menu-items-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-items-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header .sub-menu a {
  display: block;
  font-size: 13px;
  font-weight: inherit;
  color: var(--bb-body-text-color);
  letter-spacing: -0.24px;
  line-height: 1.15;
  margin-bottom: 1px;
  padding: 0.625rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header .sub-menu li:hover>a,
.site-header .sub-menu .current-menu-parent>a,
.site-header .sub-menu .current-menu-ancestor>a,
.site-header .sub-menu .current-menu-item>a {
  background: var(--bb-content-alternate-background-color);
  color: var(--bb-primary-color);
}

.site-header .sub-menu .current-menu-parent>a,
.site-header .sub-menu .current-menu-ancestor>a,
.site-header .sub-menu .current-menu-item>a {
  font-weight: 600;
}

.site-header .sub-menu .sub-menu {
  top: -6px;
  left: -webkit-calc(100% + -16px);
  left: calc(100% + -16px);
}

.site-header .sub-menu .menu-item-has-children:not(.hideshow):after {
  line-height: 1;
  right: 15px;
  top: 4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-header .sub-menu .menu-item-has-children>a:after {
  left: -webkit-calc(100% + 5px);
  left: calc(100% + 5px);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 28px;
  display: none;
}

.site-header .sub-menu .sub-menu-inner .user-link {
  padding: 0.9375rem;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 168px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 28px;
  border: 7px solid #000;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 1002;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu {
  list-style: none;
  margin: 0;
  line-height: normal;
  background: #fff;
  max-height: 65vh;
  max-width: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu {
  right: inherit;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  top: -10px;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover .ab-submenu:before {
  display: none;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item:hover>a {
  color: var(--bb-header-links-hover);
  background: var(--bb-content-alternate-background-color);
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item.menu-item-has-children {
  margin: 0;
  position: static;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item.menu-item-has-children:after {
  content: "";
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item.menu-item-has-children>a {
  margin: 0 8px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item.menu-item-has-children>a:after {
  content: "\e826";
  font-family: bb-icons;
  font-size: 20px;
  color: var(--bb-header-links);
  margin: 0;
  margin-left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: unset;
  right: 0;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 1rem 0.5625rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a:hover {
  background: #f5f5f5;
}

.site-header #primary-navbar .primary-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a>i._mi {
  margin-top: 0;
}

.site-header #primary-navbar .primary-menu .menu-item:hover>.ab-submenu {
  opacity: 1;
  visibility: visible;
}

.site-header #primary-navbar .primary-menu .ab-submenu .menu-item-has-children:hover {
  position: static;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper {
  position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner {
  width: 168px;
  max-height: 65vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item {
  position: static;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item a {
  padding: 0.5625rem 0.9375rem 0.5625rem 1.5rem;
  position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item i._mi {
  margin-top: 0;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children:after {
  display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item.menu-item-has-children>a:before {
  content: "\e8ab";
  font-family: bb-icons;
  font-weight: normal;
  speak: none;
  display: inline-block;
  color: #939597;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  list-style: none;
  left: -100%;
  z-index: 10;
  display: none;
  width: 168px;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu {
  list-style: none;
  margin: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:before,
.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu li:after {
  display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:hover {
  background: #f5f5f5;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item.menu-item-has-children:hover .ab-submenu {
  display: block;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item .ab-submenu {
  display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item .ab-submenu:before {
  display: none;
}

.site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item:hover .ab-submenu {
  display: block;
}

.site-header .bb-mobile-panel-wrapper .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.site-header .menu-item-has-children {
  position: relative;
}

.site-header .menu-item-has-children>a {
  position: relative;
}

.primary-menu>li>.sub-menu:before,
.user-wrap-container>.sub-menu:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 28px;
  border: 7px solid black;
  border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 1002;
}

.user-wrap-container>.sub-menu:before {
  right: 68px;
}

.site-header .main-navigation .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.site-header .header-aside .menu-item-has-children.selected>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.user-wrap-container .sub-menu {
  /** ---- BuddyPress component's sub menu items ------------- **/
}

.user-wrap-container .sub-menu li.menupop:hover .ab-sub-wrapper {
  display: block;
}

.user-wrap-container .sub-menu .ab-sub-wrapper {
  display: none;
  position: absolute;
  width: 187px;
  left: -187px;
  top: 0;
  box-sizing: border-box;
  margin: 0;
  border-radius: 4px;
}

.user-wrap-container .sub-menu .ab-sub-wrapper::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  box-shadow: 2px -2px 2px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.user-wrap-container .sub-menu .ab-sub-wrapper .ab-submenu {
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  list-style: none;
  padding: 5px 0;
  border-radius: 4px;
}

.user-wrap-container .sub-menu-inner>li>a>i {
  color: var(--bb-alternate-text-color);
  font-size: 18px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

.user-wrap-container .sub-menu-inner>li>a:hover>i {
  color: var(--bb-primary-color);
}

.site-header .more-button {
  height: var(--bb-header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-button.active {
  position: relative;
}

.more-button.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2px;
  margin: 0 auto;
  right: 0;
  left: -7px;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: var(--bb-content-background-color) var(--bb-content-background-color) transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 101;
  opacity: 1;
  visibility: visible;
}

.menu-style-standard .primary-menu .menu-item-has-children:not(.hideshow):after,
#navbar-extend .menu-item-has-children:after {
  content: "\e826";
  font-family: bb-icons;
  font-weight: normal;
  font-style: normal;
  speak: none;
  display: inline-block;
  color: var(--bb-header-links);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.primary-menu .menu-item-has-children .menu-item-has-children:after {
  color: var(--bb-body-text-color);
}

.site-header #navbar-extend.sub-menu .menu-item-has-children:after {
  right: 15px;
  top: 4px;
}

li.hideshow {
  padding: 0 8px;
  position: relative;
}

.sub-menu .user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  border-bottom: 1px solid var(--bb-content-border-color);
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.sub-menu span.user-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--bb-headings-color);
  letter-spacing: -0.24px;
  margin-bottom: 2px;
  display: block;
}

.sub-menu .user-mention {
  color: #939597;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.sub-menu .user-link img {
  float: left;
  margin-right: 10px;
}

.sub-menu li.current.selected a {
  font-weight: 500;
  color: var(--bb-headings-color);
  border: 0;
}

.notification-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--bb-header-height);
}

.notification-link.active i {
  position: relative;
}

.notification-link.active i:after {
  content: "";
  background: #ee343c;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 4px;
  top: 1px;
}

.notification-link.active i.bb-icon-mail-small:after {
  right: 0;
}

.notification-dropdown {
  background: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  list-style: none;
  position: absolute;
  /* @include transition; */
  right: -15px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 400px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  display: none;
}

.selected .notification-dropdown {
  z-index: 1001;
  display: block;
}

.menu-item-has-children.selected .notification-dropdown {
  opacity: 1;
  visibility: visible;
}

.dropdown-left .notification-dropdown {
  right: auto;
  left: -15px;
}

@media (max-width: 543px) {
  .notification-dropdown {
    min-width: 330px;
    max-width: 330px;
  }
}

@media (max-width: 380px) {
  .notification-dropdown {
    min-width: 280px;
    max-width: 280px;
  }
}

.user-wrap.menu-item-has-children:not(.hideshow):after {
  display: none;
}

.user-wrap.menu-item-has-children .bb-icon-angle-down {
  font-size: 22px;
}

.user-wrap.menu-item-has-children .sub-menu {
  min-width: 180px;
}

.user-wrap.menu-item-has-children .sub-menu a {
  display: block;
  position: relative;
}

.user-wrap.menu-item-has-children .user-name {
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .user-wrap.menu-item-has-children .user-name {
    max-width: 180px;
  }
}

.user-wrap.menu-item-has-children span.no-count {
  display: none;
}

.user-wrap.menu-item-has-children span.count {
  font-size: 10px;
  padding: 1px 7px;
  position: absolute;
  right: 10px;
}

.user-wrap.menu-item-has-children>a:after {
  left: auto;
  right: 48px;
  margin: auto;
  bottom: -3px;
}

.user-wrap.menu-item-has-children #header-my-account-menu ul.has-icon>li.no-icon>a:before,
.user-wrap.menu-item-has-children #header-my-account-menu.has-icon>li.no-icon>a:before {
  content: "\ee6e";
  font-family: bb-icons;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  min-width: 16px;
  text-align: center;
}

.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu {
  border-radius: 4px;
}

/*.user-wrap.menu-item-has-children #header-my-account-menu ul:not(.has-icon) > li > a, .user-wrap.menu-item-has-children #header-my-account-menu:not(.has-icon) > li > a {
    padding-left: 14px;
  }*/
.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu .has-icon>li.no-icon>a {
  padding-left: 14px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .ab-submenu .has-icon>li.no-icon>a:before {
  display: none;
}

.user-wrap.menu-item-has-children #header-my-account-menu ul {
  padding: 5px 0;
}

.user-wrap.menu-item-has-children #header-my-account-menu li li>a {
  background-color: transparent;
}

.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-parent>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-ancestor>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-item>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li:hover>a {
  background: var(--bb-content-alternate-background-color);
  color: var(--bb-primary-color);
  font-weight: normal;
}

.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-parent>a:before,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-parent>a>i,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-ancestor>a:before,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-ancestor>a>i,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-item>a:before,
.user-wrap.menu-item-has-children #header-my-account-menu>li.current-menu-item>a>i,
.user-wrap.menu-item-has-children #header-my-account-menu>li:hover>a:before,
.user-wrap.menu-item-has-children #header-my-account-menu>li:hover>a>i {
  color: var(--bb-primary-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu>li li.current-menu-parent>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li li.current-menu-ancestor>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li li.current-menu-item>a,
.user-wrap.menu-item-has-children #header-my-account-menu>li li:hover>a {
  background: transparent;
  color: var(--bb-primary-color);
  font-weight: normal;
}

.user-wrap.menu-item-has-children #header-my-account-menu a {
  padding: 11px 14px 9px 45px;
  position: relative;
  color: var(--bb-body-text-color);
  background-color: transparent;
}

.user-wrap.menu-item-has-children #header-my-account-menu a:before {
  color: var(--bb-alternate-text-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu a i,
.user-wrap.menu-item-has-children #header-my-account-menu a img {
  font-size: 18px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  min-width: 18px;
  text-align: center;
  color: var(--bb-alternate-text-color);
}

.user-wrap.menu-item-has-children #header-my-account-menu a img {
  max-width: 18px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu {
  padding-top: 8px;
  padding-bottom: 8px;
}

.user-wrap.menu-item-has-children #header-my-account-menu .bb-sub-menu a:hover {
  background-color: #fff;
}

.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:before,
.user-wrap.menu-item-has-children #header-my-account-menu [data-balloon]:after {
  display: none;
}

ul#wp-admin-bar-my-account-default {
  background-color: #464b50;
}

ul#wp-admin-bar-my-account-default.has-menupop+#wp-admin-bar-my-account-buddypress li:not(.menupop),
ul#wp-admin-bar-my-account-default.has-menupop>li:not(.menupop) {
  padding-left: 16px;
}

#wp-admin-bar-user-actions #wp-admin-bar-user-info {
  margin-bottom: 10px;
}

.bb-more-menu-nav.dropdown-left {
  right: auto;
  left: -15px;
}

.bb-more-menu-nav.dropdown-left .sub-menu {
  right: auto;
  left: 95%;
}

.bb-more-menu-nav.dropdown-left .menu-item-has-children>a:after {
  display: none;
}

.bb-more-menu-nav a:after {
  display: none;
}

.dropdown-left .sub-menu,
.dropdown-left .bb-help-content {
  right: auto;
  left: -15px;
}

.user-wrap .wp-admin-bar-arrow {
  display: none;
}

span.count {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.user-wrap ul.sub-menu a:not(.user-link)>.count {
  background: rgba(238, 52, 60, 0.95);
  box-shadow: none;
  border-radius: 100px;
  margin-left: auto;
  padding: 2px 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.55px;
  min-width: 16px;
  min-height: 16px;
}

.site-header-container .sub-menu .ab-submenu a:hover {
  background: transparent;
}

.bb-footer .bb-menu-section,
.bb-my-account-menu .bb-menu-section,
.primary-menu .bb-menu-section {
  display: none;
}

.site-header .sub-menu,
.site-header ul.submenu,
.bb-footer .footer-menu .sub-menu,
.bb-footer .footer-menu ul.submenu,
#object-nav .sub-menu,
#object-nav ul.submenu,
.bp-navs .component-navigation .sub-menu,
.bp-navs .component-navigation ul.submenu,
.bb-profile-grid.bb-grid .bp-navs .sub-menu,
.bb-profile-grid.bb-grid .bp-navs ul.submenu,
#buddypress .sub-menu,
#buddypress ul.submenu {
  background: var(--bb-content-background-color);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: var(--bb-block-radius);
  list-style: none;
  padding: 10px 0;
  position: absolute;
  right: -20px;
  bottom: 30px;
  margin: 0;
  min-width: 168px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.site-header .sub-menu.active,
.site-header ul.submenu.active,
.bb-footer .footer-menu .sub-menu.active,
.bb-footer .footer-menu ul.submenu.active,
#object-nav .sub-menu.active,
#object-nav ul.submenu.active,
.bp-navs .component-navigation .sub-menu.active,
.bp-navs .component-navigation ul.submenu.active,
.bb-profile-grid.bb-grid .bp-navs .sub-menu.active,
.bb-profile-grid.bb-grid .bp-navs ul.submenu.active,
#buddypress .sub-menu.active,
#buddypress ul.submenu.active {
  opacity: 1;
  visibility: visible;
}

.site-header>ul .bb_more_dropdown__title,
.bb-footer .footer-menu>ul .bb_more_dropdown__title,
#object-nav>ul .bb_more_dropdown__title,
.bp-navs .component-navigation>ul .bb_more_dropdown__title,
.bb-profile-grid.bb-grid .bp-navs>ul .bb_more_dropdown__title,
#buddypress>ul .bb_more_dropdown__title {
  display: none;
}

@media screen and (max-width: 980px) {

  .site-header .sub-menu.bb_more_dropdown.open,
  .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open,
  #object-nav .sub-menu.bb_more_dropdown.open,
  .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open,
  .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open,
  #buddypress .sub-menu.bb_more_dropdown.open {
    padding: 48px 0 0;
  }

  .site-header .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,
  .bb-footer .footer-menu .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,
  #object-nav .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,
  .bp-navs .component-navigation .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,
  .bb-profile-grid.bb-grid .bp-navs .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title,
  #buddypress .sub-menu.bb_more_dropdown.open .bb_more_dropdown__title {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.bb-profile-grid.bb-grid .bp-navs ul.sub-menu {
  bottom: unset;
}

.bb-profile-grid.bb-grid .bp-navs .more-button.active:after {
  bottom: -15px;
}

.bb-footer .footer-menu .sub-menu li,
.bb-footer .footer-menu ul.sub-menu li,
#object-nav .sub-menu li,
#object-nav ul.sub-menu li,
.bp-navs .component-navigation .sub-menu li,
.bp-navs .component-navigation ul.sub-menu li,
.bb-profile-grid.bb-grid .bp-navs .sub-menu li,
.bb-profile-grid.bb-grid .bp-navs ul.sub-menu li {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
}

.bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,
.bb-footer .footer-menu ul.sub-menu li.bb_more_dropdown__title,
#object-nav .sub-menu li.bb_more_dropdown__title,
#object-nav ul.sub-menu li.bb_more_dropdown__title,
.bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,
.bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title,
.bb-profile-grid.bb-grid .bp-navs .sub-menu li.bb_more_dropdown__title,
.bb-profile-grid.bb-grid .bp-navs ul.sub-menu li.bb_more_dropdown__title {
  padding: 10px 15px;
}

@media screen and (min-width: 980px) {

  .bb-footer .footer-menu .sub-menu li.bb_more_dropdown__title,
  .bb-footer .footer-menu ul.sub-menu li.bb_more_dropdown__title,
  #object-nav .sub-menu li.bb_more_dropdown__title,
  #object-nav ul.sub-menu li.bb_more_dropdown__title,
  .bp-navs .component-navigation .sub-menu li.bb_more_dropdown__title,
  .bp-navs .component-navigation ul.sub-menu li.bb_more_dropdown__title,
  .bb-profile-grid.bb-grid .bp-navs .sub-menu li.bb_more_dropdown__title,
  .bb-profile-grid.bb-grid .bp-navs ul.sub-menu li.bb_more_dropdown__title {
    display: none;
  }
}

.bb-footer .footer-menu .sub-menu a,
.bb-footer .footer-menu ul.sub-menu a,
#object-nav .sub-menu a,
#object-nav ul.sub-menu a,
.bp-navs .component-navigation .sub-menu a,
.bp-navs .component-navigation ul.sub-menu a,
.bb-profile-grid.bb-grid .bp-navs .sub-menu a,
.bb-profile-grid.bb-grid .bp-navs ul.sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  font-weight: inherit;
  color: var(--bb-body-text-color);
  background-color: transparent;
  border: 0;
  letter-spacing: -0.24px;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.75rem 0.9375rem;
  overflow: hidden;
}

.bb-footer .footer-menu .sub-menu a:hover,
.bb-footer .footer-menu ul.sub-menu a:hover,
#object-nav .sub-menu a:hover,
#object-nav ul.sub-menu a:hover,
.bp-navs .component-navigation .sub-menu a:hover,
.bp-navs .component-navigation ul.sub-menu a:hover,
.bb-profile-grid.bb-grid .bp-navs .sub-menu a:hover,
.bb-profile-grid.bb-grid .bp-navs ul.sub-menu a:hover {
  background: var(--bb-content-alternate-background-color);
}

.bb-footer .footer-menu>.bb_more_dropdown__title,
#object-nav>.bb_more_dropdown__title,
.bp-navs .component-navigation>.bb_more_dropdown__title,
.bb-profile-grid.bb-grid .bp-navs>.bb_more_dropdown__title {
  display: none;
}

.bb-footer .footer-menu .more-button,
#object-nav .more-button,
.bp-navs .component-navigation .more-button,
.bb-profile-grid.bb-grid .bp-navs .more-button {
  padding: 14px 0;
  line-height: 1.1;
}

.bb-footer .footer-menu .more-button i,
#object-nav .more-button i,
.bp-navs .component-navigation .more-button i,
.bb-profile-grid.bb-grid .bp-navs .more-button i {
  font-size: 1.25rem;
}

.bb-template-v1 .bb-profile-grid.bb-grid .bp-navs .more-button {
  padding: 9px 0;
}

.activity-type-navs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bp-navs .component-navigation .sub-menu {
  bottom: unset;
}

.bp-navs .component-navigation .sub-menu a {
  margin-bottom: 0;
}

.bp-navs .component-navigation .sub-menu li a .bb-component-nav-item-point {
  padding-bottom: 0;
  border-bottom: 0;
}

.bp-navs .component-navigation .sub-menu .bb-component-nav-item-point {
  white-space: nowrap;
}

.bp-navs .component-navigation .more-button.active:after {
  bottom: -18px;
}

.bb-template-v1 .component-navigation .sub-menu li.selected a,
.bb-template-v1 .component-navigation .sub-menu li.selected a .bb-component-nav-item-point,
.bb-template-v2 .component-navigation .sub-menu li.selected a,
.bb-template-v2 .component-navigation .sub-menu li.selected a .bb-component-nav-item-point {
  border-bottom: 0;
}

.dropdown:not(.v-select) {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 17.5rem;
  color: #000;
  font-size: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 18.75rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.dropdown:not(.v-select).dropdown-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  border: none;
}

.dropdown:not(.v-select) .close {
  margin: 1.25rem auto;
}

.dropdown:not(.v-select).open {
  overflow: auto;
}

.dropdown:not(.v-select) ul {
  list-style: none;
  margin: 0;
}

.dropdown:not(.v-select) ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dropdown:not(.v-select) ul li:last-child {
  border-bottom: none;
}

.dropdown:not(.v-select) ul a {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #000;
}

.dropdown:not(.v-select) ul a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.message {
  font-size: 16px;
  line-height: 24px;
  background: #e0e1e1;
  color: var(--bb-body-text-color);
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: 0.75rem;
  margin-bottom: 27px;
  position: relative;
}

.message a {
  color: inherit;
}

.message h2,
.message h3,
.message h4,
.message h5,
.message h6 {
  margin-bottom: 0;
}

.message .close {
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}

.message.error {
  background: var(--bb-danger-color);
  color: #fff;
}

.message.success {
  background: var(--bb-success-color);
  color: #fff;
}

.message.warning {
  background: var(--bb-warning-color);
}

.message.focus {
  background: var(--bb-default-notice-color);
  color: #fff;
}

.message.black {
  background: #0d0d0e;
  color: #fff;
}

.message.inverted {
  background: #fff;
}

button[data-balloon] {
  overflow: visible;
}

[data-balloon] {
  position: relative;
  cursor: pointer;
}

[data-balloon]:after {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.24px;
  background: rgba(var(--bb-tooltip-background-rgb), 0.95);
  border-radius: 14px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  color: var(--bb-tooltip-color);
  content: attr(data-balloon);
  line-height: 1.3;
  padding: 7px 15px;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

[data-balloon]:hover:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {
  opacity: 1;
  pointer-events: auto;
}

[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}

[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

[data-balloon][data-balloon-blunt]:before,
[data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  transition: none;
}

[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-left"]:hover:after,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-left"]:hover:before,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

[data-balloon][data-balloon-pos="up-right"]:hover:after,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="up-right"]:hover:before,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down"]:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos="down"]:hover:after,
[data-balloon][data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down"]:hover:before,
[data-balloon][data-balloon-pos="down"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="down-left"]:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-left"]:hover:after,
[data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-left"]:hover:before,
[data-balloon][data-balloon-pos="down-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

[data-balloon][data-balloon-pos="down-right"]:hover:after,
[data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="down-right"]:hover:before,
[data-balloon][data-balloon-pos="down-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-balloon][data-balloon-pos="left"]:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:after,
[data-balloon][data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="left"]:hover:before,
[data-balloon][data-balloon-pos="left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:after,
[data-balloon][data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos="right"]:hover:before,
[data-balloon][data-balloon-pos="right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[data-balloon][data-balloon-length="small"]:after {
  white-space: normal;
  width: 80px;
}

[data-balloon][data-balloon-length="medium"]:after {
  white-space: normal;
  width: 150px;
}

[data-balloon][data-balloon-length="large"]:after {
  white-space: normal;
  width: 260px;
}

[data-balloon][data-balloon-length="xlarge"]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length="xlarge"]:after {
    white-space: normal;
    width: 90vw;
  }
}

[data-balloon][data-balloon-length="fit"]:after {
  white-space: normal;
  width: 100%;
}

[data-bp-tooltip]:after {
  background: rgba(var(--bb-tooltip-background-rgb), 0.95);
  color: var(--bb-tooltip-color);
}

[data-bp-tooltip]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22var(--bb-tooltip-background)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
}




















.buddypanel {
  background: var(--bb-sidenav-background);
  box-shadow: 0 3px 13px 0 rgba(18, 43, 70, 0.1);
  left: 0;
  position: fixed;
  width: 68px;
  height: 100%;
  z-index: 611;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.buddypanel .link-text {
  display: block;
  min-width: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buddypanel .link-text,
.buddypanel span.count:not(.small) {
  opacity: 0;
  width: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;

}

.buddypanel [data-balloon][data-balloon-pos="right"]:before {
  left: inherit;
  top: inherit;
  margin-left: 60px;
  margin-top: 14px;
}

.buddypanel [data-balloon][data-balloon-pos="right"]:after {
  left: inherit;
  top: inherit;
  margin-left: 65px;
  margin-top: 25px;
}

.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos="right"]:before,
.buddypanel .side-panel-scroll [data-balloon][data-balloon-pos="right"]:after {
  display: none;
}

.buddypanel ul.buddypanel-menu li a>span:not(.count) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buddypanel ul.buddypanel-menu li a>span:not(.count) span.wpml-ls-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buddypanel ul.buddypanel-menu li a>img._image+span:not(.count),
.buddypanel ul.buddypanel-menu li a>i+span:not(.count) {
  margin-right: auto;
}

/*.buddypanel ul.buddypanel-menu > li > a > i + span:not(.count) {
    margin-left: -10px;
  } */


.buddypanel .site-branding {
  position: relative;
  z-index: 29;
  /*background-color: var(--bb-sidenav-background);*/
}

.buddypanel .count {
  margin-right: 7px;
}

.buddypanel .menu-item-has-children .count {
  margin-right: 2px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 20px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:first-child {
  display: none;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section:after {
  background-color: var(--bb-sidenav-text-regular);
  content: "";
  opacity: 0.3;
  height: 1px;
  width: 20px;
}

body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li.bb-menu-section>a {
  display: none;
}

.buddypanel-logo-off .buddypanel .side-panel-inner {
  padding-top: 15px;
}

.buddypanel-logo-off.buddypanel-open .buddypanel .side-panel-inner {
  padding-top: 15px;
}

.buddypanel-open ul.buddypanel-menu>li>a> :first-child {
  margin-left: 18px;
}

.buddypanel-open ul.buddypanel-menu>li>a i {
  margin-left: 0;
}

.buddypanel-open ul.buddypanel-menu>li>a>img:first-child {
  margin-left: 24px;
  margin-right: 15px;
}

.bb-template-v2 .buddypanel-open ul.buddypanel-menu>li>a>img:first-child {
  margin-left: 15px;
  margin-right: 8px;
}

/* ul.buddypanel-menu > li > a > img:first-child {
      margin: 0 12px 0 3px;
      max-width: 19px;
  
      .bb-template-v2 & {
          margin: 0 12px 0 3px;
          max-width: 19px;
      }
  } */
.buddypanel-open .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down) {
  margin-left: 0;
}

ul.buddypanel-menu li.bb-menu-section {
  min-height: 42px;
}

ul.buddypanel-menu li.bb-menu-section a {
  cursor: auto;
  background-color: transparent;
  font-weight: 600;
  opacity: 0.5;
  padding: 18px 20px 10px 35px;
  text-transform: uppercase;
}

ul.buddypanel-menu li.bb-menu-section a:hover {
  background-color: transparent;
}

ul.buddypanel-menu li.bb-menu-section a>i[class*="bb-icon"] {
  display: none;
}

body.bb-buddypanel-right .buddypanel {
  left: auto;
  right: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel {
  width: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .side-panel-inner {
  display: none;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .buddypanel .site-branding {
  opacity: 0;
  visibility: hidden;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside .site {
  margin-left: 0;
}

body.bb-buddypanel:not(.buddypanel-open).bb-sfwd-aside.bb-buddypanel-right .site {
  margin-right: 0;
}

body.bb-buddypanel:not(.buddypanel-open, .sticky-header).bb-sfwd-aside .buddypanel.has-scrolled a.bb-toggle-panel {
  opacity: 0;
  visibility: hidden;
}

.buddypanel #site-logo {
  text-align: left;
  padding: 5px 20px 20px;
  height: auto;
  max-height: none;
}

.buddypanel.buddypanel--toggle-off #site-logo {
  padding-top: 20px;
}

.buddypanel h1.site-title,
.buddypanel h2.site-title {
  width: 100%;
}

.buddypanel .site-title img {
  max-height: none;
  max-width: 190px;
}

.buddypanel.buddypanel--toggle-off #site-logo {
  padding-top: 20px;
}

.bb-sfwd-aside .buddypanel.buddypanel--toggle-on #site-logo {
  padding-top: 20px;
}

.bb-sfwd-aside.buddypanel-logo-off .side-panel-inner {
  padding-top: 20px;
}

.buddypanel-menu {
  min-height: 100%;
}

.side-panel-menu-container {
  height: 100%;
  padding-top: 15px;
}

@media screen and (min-width: 800px) {
  .bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
  }
}

@media screen and (min-width: 800px) {
  .bb-buddypanel.buddypanel-open.sticky-header .site-header {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }

  /*
    .bb-buddypanel .site-header,
    .bb-buddypanel .site-content,
    .bb-buddypanel .header-search-wrap,
    .bb-buddypanel .bb-footer {
      padding: 0 30px;
    } */

  .buddypanel-open:not(.register) .site {
    margin-left: 230px;
  }

  .buddypanel-open:not(.register).bb-buddypanel-right .site {
    margin-right: 230px;
    margin-left: inherit;
  }

  .buddypanel-open:not(.register) .buddypanel {
    width: 230px;
  }

  .buddypanel-open:not(.register) .buddypanel .link-text,
  .buddypanel-open:not(.register) .buddypanel span.count:not(.small) {
    opacity: 1;
    width: auto;
    visibility: visible;
  }

  .buddypanel-open:not(.register) .link-text {
    min-width: 120px;
  }

  .buddypanel-open:not(.register) span.count.small {
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }

  .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="right"]:before,
  .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="right"]:after,
  .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="left"]:before,
  .buddypanel-open:not(.register) .buddypanel [data-balloon][data-balloon-pos="left"]:after {
    display: none;
  }

  .buddypanel-open:not(.register) .buddypanel span.visuallyhidden {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
  }

  .buddypanel-open:not(.register) .buddypanel ul.buddypanel-menu>li>a>span {
    opacity: 1;
    width: auto;
    visibility: visible;
  }
}

.bb-buddypanel.in-bbapp .site,
.buddypanel-open.in-bbapp .site {
  margin-left: 0;
}

.in-bbapp.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer) #primary,
.in-bbapp.has-sidebar.buddypress.has-sidebar:not(.profile-sidebar, .group-sidebar, .llms-pointer) #page #primary {
  max-width: inherit;
}

@media screen and (max-width: 799px) {
  .buddypanel-open.buddypanel-header .site {
    margin-left: 0;
  }

  .header-search-wrap {
    padding: 0 10px;
  }
}

body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu>li>a>span {
  opacity: 0;
  width: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

body:not(.buddypanel-open) .buddypanel ul.buddypanel-menu>li>a>span.count {
  display: none;
}

.panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--bb-header-height);
  background-color: var(--bb-sidenav-background);
  position: relative;
  z-index: 29;
}

.bb-buddypanel-right .panel-head {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .bb-toggle-panel {
  display: block;
  margin-right: 20px;
  margin-left: 0;
  color: var(--bb-sidenav-text-regular);
}

.site-header .bb-toggle-panel:hover {
  color: var(--bb-sidenav-text-hover);
}

.site-header .bb-toggle-panel i {
  color: inherit;
  font-size: 24px;
}

.bb-buddypanel.buddypanel-header.bb-buddypanel-right .site-header .header-3>.bb-toggle-panel {
  display: none;
}

.bb-buddypanel.buddypanel-header.bb-buddypanel-right .bb-toggle-panel {
  margin-right: 0;
}

body:not(.bb-sfwd-aside) .header-3 .bb-toggle-panel {
  display: none;
}

@-webkit-keyframes site-brand {
  0% {
    height: auto;
    opacity: 1;
  }

  50% {
    height: auto;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes site-brand {
  0% {
    height: auto;
    opacity: 1;
  }

  50% {
    height: auto;
    opacity: 0;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

body.buddypanel-header.buddypanel-open .buddypanel #site-logo {
  height: auto;
  opacity: 1;
}

body.buddypanel-header:not(.buddypanel-open, .bb-sfwd-aside) .buddypanel #site-logo {
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding: 0 0 15px;
  -webkit-animation: site-brand 0.3s;
  animation: site-brand 0.3s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.buddypanel .bb-toggle-panel {
  color: var(--bb-sidenav-text-regular);
  font-size: 24px;
  padding: 10px 16px;
  min-width: 68px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.buddypanel .bb-toggle-panel i {
  font-size: inherit;
}

.buddypanel .bb-toggle-panel:hover {
  color: var(--bb-sidenav-text-hover);
}

.admin-bar .side-panel-inner {
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px);
  overflow: hidden;
}

.side-panel-inner {
  height: -webkit-calc(100% - 88px);
  height: calc(100% - 88px);
  overflow: hidden;
}

.buddypanel-toggle-off .side-panel-inner {
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
}

.buddypanel .menu-item i._mi {
  font-size: 24px;
}

.side-panel-inner.is_block .buddypanel-menu-block li {
  margin-bottom: 0;
}

.side-panel-inner.is_block .buddypanel-menu-block li>a {
  color: var(--bb-headings-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li>a:hover {
  color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li>a:hover span.count {
  color: #fff;
}

.side-panel-inner.is_block .buddypanel-menu-block li>a:hover>i:not(.bs-submenu-toggle) {
  color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a {
  color: var(--bb-primary-color);
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-l,
.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-lined {
  font-weight: 300;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-rl,
.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-round-lined {
  font-weight: 200;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-bl,
.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i.bb-icon-box-lined {
  font-weight: 600;
}

.side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a span.count {
  color: #fff;
}

.side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section a {
  color: var(--bb-headings-color);
  font-weight: 600;
  padding-left: 10px;
}

.widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover {
  color: var(--bb-primary-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a>.bs-submenu-toggle,
.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a>i:not(.bs-submenu-toggle),
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a>.bs-submenu-toggle,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a>i:not(.bs-submenu-toggle) {
  color: var(--bb-alternate-text-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li>a,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li>a {
  padding: 13px 0;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover {
  color: var(--bb-headings-color);
  background-color: var(--bb-content-alternate-background-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.bs-submenu-toggle),
.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li a:hover>.bs-submenu-toggle,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>i:not(.bs-submenu-toggle),
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li a:hover>.bs-submenu-toggle {
  color: var(--bb-alternate-text-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a {
  color: var(--bb-content-background-color);
  background-color: var(--bb-primary-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.bs-submenu-toggle),
.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>.bs-submenu-toggle,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>i:not(.bs-submenu-toggle),
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.current-menu-item>a>.bs-submenu-toggle {
  color: var(--bb-content-background-color);
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section>a,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section>a {
  padding: 18px 0 8px 10px;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child {
  min-height: initial;
}

.bb-template-v2 .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child>a,
.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block li.bb-menu-section:first-child>a {
  padding-top: 5px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu {
  margin-top: 6px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section) {
  margin-left: 6px;
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section)>a {
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
}

.bb-template-v2 .widget.widget_block .side-panel-inner.is_block .buddypanel-menu-block.has-section-menu li:not(.bb-menu-section)>a .bs-submenu-toggle {
  right: 16px;
}

.buddypanel .side-panel-menu a {
  color: var(--bb-sidenav-text-regular);
  background-color: var(--bb-sidenav-menu-background-color-regular);
}

.buddypanel .side-panel-menu a>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-regular);
  opacity: 0.5;
}

.buddypanel .side-panel-menu a .count {
  color: var(--bb-sidenav-count-text-color-regular);
  background-color: var(--bb-sidenav-count-background-color-regular);
}

.buddypanel .side-panel-menu a:hover {
  color: var(--bb-sidenav-text-hover);
  background-color: var(--bb-sidenav-menu-background-color-hover);
}

.buddypanel .side-panel-menu a:hover>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-hover);
}

.buddypanel .side-panel-menu a:hover .count {
  color: var(--bb-sidenav-count-text-color-hover);
  background-color: var(--bb-sidenav-count-background-color-hover);
}

.buddypanel .side-panel-menu .current-menu-item>a {
  background-color: var(--bb-sidenav-menu-background-color-active);
  color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item>a>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-active);
  opacity: 1;
}

.buddypanel .side-panel-menu .current-menu-item>a .count {
  color: var(--bb-sidenav-count-text-color-active);
  background-color: var(--bb-sidenav-count-background-color-active);
}

.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-l,
.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-lined {
  font-weight: 300;
}

.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-rl,
.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-round-lined {
  font-weight: 200;
}

.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-bl,
.buddypanel .side-panel-menu .current-menu-item>a>i.bb-icon-box-lined {
  font-weight: 600;
}

.buddypanel .side-panel-menu .current-menu-item>a:hover {
  color: var(--bb-sidenav-text-active);
  background-color: var(--bb-sidenav-menu-background-color-active);
}

.buddypanel .side-panel-menu .current-menu-item>a:hover i {
  color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item>a:hover>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-active);
}

.buddypanel .side-panel-menu .current-menu-item>a:hover .count {
  color: var(--bb-sidenav-count-text-color-active);
  background-color: var(--bb-sidenav-count-background-color-active);
}

.buddypanel .side-panel-menu li.bb-menu-section a {
  color: var(--bb-sidenav-text-regular);
}

.buddypanel .side-panel-menu .sub-menu a {
  width: 100%;
  padding-left: 50px;
  margin-left: -32px;
}

.buddypanel .side-panel-menu .sub-menu a>i.bb-custom-icon {
  display: none;
}

.bb-template-v2 .buddypanel .side-panel-menu li.bb-menu-section a:hover,
.bb-template-v2 .buddypanel .side-panel-menu li.bb-menu-section:not(.current-menu-item) a:hover {
  background-color: transparent;
  color: var(--bb-sidenav-text-regular);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a .count {
  color: var(--bb-sidenav-count-text-color-regular);
  background-color: var(--bb-sidenav-count-background-color-regular);
  border-color: rgba(0, 0, 0, 0.05);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover {
  color: var(--bb-sidenav-text-hover);
  background-color: var(--bb-sidenav-menu-background-color-hover);
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover .count {
  color: var(--bb-sidenav-count-text-color-hover);
  background-color: var(--bb-sidenav-count-background-color-hover);
  border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover i:not(.bb-icon-angle-down),
.bb-template-v2 .buddypanel .side-panel-menu li:not(.current-menu-item) a:hover>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-hover);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a {
  background-color: var(--bb-sidenav-menu-background-color-active);
  color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a .count {
  color: var(--bb-sidenav-count-text-color-active);
  background-color: var(--bb-sidenav-count-background-color-active);
  border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a i:not(.bb-icon-angle-down),
.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-active);
  opacity: 1;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a:hover {
  color: var(--bb-sidenav-text-active);
  background-color: var(--bb-sidenav-menu-background-color-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a:hover .count {
  color: var(--bb-sidenav-count-text-color-active);
  background-color: var(--bb-sidenav-count-background-color-active);
  border-color: transparent;
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a:hover i:not(.bb-icon-angle-down) {
  color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu li.current-menu-item>a:hover>.bs-submenu-toggle {
  color: var(--bb-sidenav-text-active);
}

.bb-template-v2 .buddypanel .side-panel-menu .sub-menu a {
  padding-left: 40px;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}

.side-panel-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  /* smartphones, touchscreens */
}

.side-panel-menu li {
  min-height: 52px;
}

.side-panel-menu .bp-menu-item-at-bottom {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.side-panel-menu .bp-menu-item-at-bottom~.bp-menu-item-at-bottom {
  margin-top: 0;
}

.side-panel-menu a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  width: 100%;
}

.side-panel-menu a>.bs-submenu-toggle {
  color: var(--bb-alternate-text-color);
}

.side-panel-menu a:hover span.count {
  color: #fff;
}

.side-panel-menu a:hover>.bs-submenu-toggle {
  color: var(--bb-alternate-text-color);
}

.side-panel-menu i {
  font-size: 20px;
  margin-left: 7px;
  margin-right: 0.4em;
  margin-top: 2px;
}

.side-panel-menu .current-menu-item>a>span {
  font-weight: 500;
}

.side-panel-menu .bs-submenu-toggle {
  cursor: pointer;
  position: relative;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 22px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.buddypanel-open .side-panel-menu .bs-submenu-toggle {
  opacity: 1;
  visibility: visible;
}

.side-panel-menu .sub-menu {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.side-panel-menu .sub-menu a {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
}

.side-panel-menu .sub-menu i._mi._before,
.side-panel-menu .sub-menu i._mi._after,
.side-panel-menu .sub-menu i.bb-icon-file {
  margin-left: 0;
}

.side-panel-menu .sub-menu span+i._mi._after {
  margin-left: 12px;
}

.touch-only .side-panel-menu {
  overflow: auto;
  height: 100%;
}

.touch-only .side-panel-menu a {
  position: static;
  width: 100% !important;
}

.touch-only .side-panel-menu li {
  min-height: auto;
}

.bb-template-v2 .touch-only .side-panel-menu li {
  min-height: auto;
}




.buddypanel-menu>li>.bb-menu-item>img {
  margin: 0 24px;
  width: 19px;
}

.buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down) {
  margin: 0;
  min-width: 68px;
  text-align: center;
}

.buddypanel-menu .bb-menu-item>i:not(.bb-icon-angle-down) {
  margin-top: 0;
}

@media (max-width: 799px) {
  .buddypanel-menu>li>.bb-menu-item>img {
    margin: 0 17px 0 0;
  }

  .buddypanel-menu>li>.bb-menu-item>i:not(.bb-icon-angle-down) {
    min-width: 32px;
    text-align: left;
    margin-right: 0;
  }
}

.buddypanel-menu .menu-item-has-children:not(.hideshow):after {
  display: none;
}

.buddypanel-menu .sub-menu {
  display: none;
  position: static;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 800px) {
  .buddypanel-open .buddypanel-menu .sub-menu.bb-open {
    display: block;
    box-shadow: none;
    padding-left: 32px;
    padding-top: 52px;
  }

  .buddypanel-open .buddypanel-menu .sub-menu.bb-open .sub-menu {
    padding-left: 0;
  }
}

@media (min-width: 800px) {
  .buddypanel-open .touch-only .buddypanel-menu .sub-menu.bb-open {
    padding-top: 5px;
  }
}

body.buddypanel-open .buddypanel .buddypanel_on_open_site_icon,
body.buddypanel-open .buddypanel .buddypanel_on_close_site_icon,
body.buddypanel-open .buddypanel .buddypanel_off_open_site_icon,
body.buddypanel-open .buddypanel .buddypanel_off_close_site_icon {
  display: none;
  padding: 15px 12px 25px;
}

body.buddypanel-open .buddypanel .buddypanel_logo_display_on {
  display: block;
  padding: 15px 12px 25px;
}

body.buddypanel-open .buddypanel .buddypanel-site-icon-link img {
  max-width: 44px;
}

body:not(.buddypanel-open) .buddypanel .buddypanel_on_open_site_icon,
body:not(.buddypanel-open) .buddypanel .buddypanel_on_close_site_icon {
  display: block;
  text-align: center;
}

body:not(.buddypanel-open) .buddypanel .buddypanel_logo_display_on,
body:not(.buddypanel-open) .buddypanel .buddypanel_off_open_site_icon,
body:not(.buddypanel-open) .buddypanel .buddypanel_off_close_site_icon {
  display: none;
}

body:not(.buddypanel-open) .buddypanel .buddypanel-site-icon {
  padding: 15px 12px 25px;
}

body:not(.buddypanel-open) .buddypanel.buddypanel--toggle-off .buddypanel-site-icon {
  padding-top: 20px;
}

body:not(.buddypanel-open) .buddypanel .buddypanel-site-icon-link img {
  max-width: 38px;
}

.buddypanel-logo-off .buddypanel--toggle-off .side-panel-inner {
  padding-top: 20px;
}

body:not(.buddypanel-open).bb-sfwd-aside .buddypanel-site-icon {
  display: none;
}

.widget-area {
  padding-bottom: 1.25rem;
}

.widget-area-secondary .widget:first-child {
  margin-top: 0;
}

.widget {
  background: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
  border-radius: var(--bb-block-radius);
  font-size: 0.875rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  /* Page List */
  /* Archives */
  /* Category */
  /* Search */
  /* RSS */
  /* Activity Update */
  /* Social Group */
  /* Whos Online */
  /* Profile Search */
  /* Forums List */
  /* Profile Completion */
  /* Recent Post */
  /* Log in/out */
  /* Follow Us */
  /* Forum Views */
  /* Members I'm Following */
  /* Members Following Me */
}

.widget form,
.widget ul,
.widget ol {
  margin-bottom: 0;
}

.widget fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.widget select {
  width: 100%;
}

.widget h2.widget-title,
.widget h2.widgettitle,
.widget label:not(.bps-label) {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 14px;
  text-transform: var(--bb-widget-title-text-transform);
  display: inline-block;
  color: var(--bb-headings-color);
  font-weight: 600;
}

.widget label {
  font-weight: 600;
}

.widget .more-block a.count-more {
  text-transform: uppercase;
}

.widget.widget_block .wp-block-page-list li,
.widget.widget_pages ul li {
  margin-bottom: 0;
}

.widget.widget_block .wp-block-page-list li a,
.widget.widget_pages ul li a {
  padding: 8px 0;
  font-weight: 400;
  color: var(--bb-headings-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: block;
}

.widget.widget_block .wp-block-page-list li a:hover,
.widget.widget_pages ul li a:hover {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_block .wp-block-page-list li ul,
.widget.widget_pages ul li ul {
  margin-left: 20px;
}

.widget.widget_block .wp-block-page-list li.current_page_item a,
.widget.widget_block .wp-block-page-list li.current-menu-item a,
.widget.widget_pages ul li.current_page_item a,
.widget.widget_pages ul li.current-menu-item a {
  color: var(--bb-headings-color);
  font-weight: 600;
}

.widget .wp-block-archives-list li {
  margin-bottom: 0;
  padding: 8px 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget .wp-block-archives-list li a {
  font-weight: 400;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget .wp-block-archives-list li:hover {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget .wp-block-archives-list li:hover a {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget .wp-block-archives-list li.active a {
  color: var(--bb-headings-color);
  font-weight: 600;
}

.widget .wp-block-archives-dropdown select {
  border-radius: var(--bb-block-radius);
  border-color: var(--bb-content-border-color);
  font-size: 14px;
}

.widget .wp-block-archives-dropdown select:focus {
  box-shadow: none;
}

.widget.widget_categories .wp-block-categories-list li {
  color: var(--bb-headings-color);
  padding: 8px 0;
  margin-bottom: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_categories .wp-block-categories-list li a {
  color: var(--bb-headings-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 400;
}

.widget.widget_categories .wp-block-categories-list li.current-cat,
.widget.widget_categories .wp-block-categories-list li.current-cat-ancestor {
  font-weight: 600;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li,
.widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li {
  font-weight: 400;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li.current-cat,
.widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li.current-cat {
  color: var(--bb-primary-color);
  font-weight: 600;
}

.widget.widget_categories .wp-block-categories-list li.current-cat .children li.current-cat a,
.widget.widget_categories .wp-block-categories-list li.current-cat-ancestor .children li.current-cat a {
  font-weight: 600;
  color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li .children {
  margin-top: 8px;
  margin-left: 20px;
}

.widget.widget_categories .wp-block-categories-list li .children li {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_categories .wp-block-categories-list li .children li a {
  color: var(--bb-headings-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_categories .wp-block-categories-list li .children li:last-child {
  padding-bottom: 0;
}

.widget.widget_categories .wp-block-categories-list li .children li:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li .children li:hover a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.widget.widget_categories .wp-block-categories-list li:hover a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.widget.widget_search input[name="bbp_search"],
.widget.widget_search input[type="search"],
.widget.widget_search input.search {
  border: 1px solid var(--bb-content-border-color);
  background-color: var(--bb-content-background-color);
  border-radius: var(--bb-button-radius);
}

.widget.widget_search .wp-block-search__button {
  background-color: var(--bb-primary-button-background-regular);
  color: var(--bb-primary-button-text-regular);
  border: 1px solid var(--bb-primary-button-border-regular);
  border-radius: 100px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.widget.widget_search .wp-block-search__button:focus {
  box-shadow: var(--bb-primary-button-focus-shadow);
}

.widget.widget_search .wp-block-search__button:hover {
  background-color: var(--bb-primary-button-background-hover);
  color: var(--bb-primary-button-text-hover);
  border-color: var(--bb-primary-button-border-hover);
}

.widget.widget_rss .wp-block-rss li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget.widget_rss .wp-block-rss li:not(:last-child) {
  margin-bottom: 15px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: var(--bb-headings-color);
  margin-bottom: 8px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-publish-date {
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400;
  color: var(--bb-alternate-text-color);
  margin-bottom: 8px;
}

.widget.widget_rss .wp-block-rss li .wp-block-rss__item-author {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -0.24px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.widget.activity_update .activity-update .bp-activity-info p,
.widget.activity_update .activity-update .bp-activity-info a:not(.activity-time-since) {
  color: var(--bb-body-text-color);
}

.widget.activity_update .activity-update .bp-activity-info .activity-time-since {
  color: var(--bb-alternate-text-color);
  font-size: 13px;
  line-height: 19.5px;
}

.widget.activity_update .activity-update .bp-activity-info .activity-time-since:hover {
  color: var(--bb-primary-color);
}

.widget.activity_update .bp-feedback {
  border-radius: none;
  border: none;
  background-color: none;
  margin: 0;
}

.widget.activity_update .bp-feedback .bp-icon {
  display: none;
}

.widget.activity_update .bp-feedback p {
  padding: 0;
  color: var(--bb-alternate-text-color);
}

.widget.widget_bp_groups_widget .widget-error {
  color: var(--bb-alternate-text-color);
}

.widget.widget_bp_groups_widget .item-options {
  margin-bottom: 17.5px;
}

.widget.widget_bp_groups_widget .item-options a {
  font-weight: 500;
  color: var(--bb-headings-color);
}

.widget.widget_bp_groups_widget #groups-list li .item-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 15px;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-title {
  margin-bottom: 0;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-title a {
  color: var(--bb-headings-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.widget.widget_bp_groups_widget #groups-list li .item .item-meta,
.widget.widget_bp_groups_widget #groups-list li .item .item-meta span {
  color: var(--bb-alternate-text-color);
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0;
}

.widget.widget_bp_groups_widget .more-block .count-more {
  text-transform: uppercase;
}

.widget.widget_bp_core_whos_online_widget div.item-options,
.widget.buddypress.widget_bp_core_whos_online_widget div.item-options {
  margin-bottom: 20px;
}

.widget.widget_bp_core_whos_online_widget div.item-options a,
.widget.buddypress.widget_bp_core_whos_online_widget div.item-options a {
  font-weight: 500;
}

.widget.widget_bp_core_whos_online_widget .widget-error,
.widget.buddypress.widget_bp_core_whos_online_widget .widget-error {
  color: var(--bb-alternate-text-color);
}

.widget.bp-profile-search-widget .widget-title {
  width: 100%;
  font-weight: 700;
  padding: 12px 20px;
}

.widget.bp-profile-search-widget .bps-label {
  font-weight: 500;
  color: var(--bb-headings-color);
  margin-bottom: 10px;
}

.widget.bp-profile-search-widget .bp-field-wrap,
.widget.bp-profile-search-widget .clear-from-wrap {
  margin-bottom: 15px;
}

.widget.widget_display_forums .bb-sidebar-forums li {
  margin-bottom: 7px;
}

.widget.widget_display_forums .bb-sidebar-forums li:last-child {
  margin-bottom: 0;
}

.widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title {
  color: var(--bb-headings-color);
  font-weight: 500;
}

.widget.widget_display_forums .bb-sidebar-forums li .bbp-forum-title:before {
  margin-right: 10px;
}

.widget.widget_display_forums .bb-sidebar-forums li .topics-count {
  color: var(--bb-alternate-text-color);
  font-size: 14px;
  line-height: 21px;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums {
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 23px;
  max-width: 100%;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums li {
  margin: 3.5px 0;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-forums-list {
  margin-left: 0;
  max-width: 100%;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum>.bbp-forums-list,
.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum>.bbp-forums-list>li>.bbp-forums-list,
.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-sub-forum>.bbp-forums-list>li>.bbp-forums-list>li>.bbp-forums-list {
  margin-left: 10px;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums .bbp-forum-link:before {
  display: none;
}

.widget.widget_display_forums .bb-sidebar-forums li .bb-sidebar-forums li .bbp-forum-link {
  color: var(--bb-body-text-color);
  font-weight: 500;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress_wrap {
  padding: 0 15px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_name a {
  color: var(--bb-alternate-text-color);
  display: inline-block;
  width: 100%;
  font-weight: 500;
  line-height: 18px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .progress * {
  color: var(--bb-alternate-text-color);
  font-weight: 500;
  line-height: 21px;
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_ico {
  border-color: var(--bb-content-border-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap .section_ico:before {
  background: var(--bb-content-border-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico {
  border-color: var(--bb-success-color);
  background-color: var(--bb-success-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico .bb-icon-check {
  color: var(--bb-content-background-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_ico:before {
  background: var(--bb-success-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .section_name a {
  color: var(--bb-headings-color);
}

.widget.widget_bp_profile_completion_widget .pc_detailed_progress .single_section_wrap.completed .progress * {
  color: var(--bb-success-color);
}

.widget.bb_widget_recent_posts .bb-recent-posts li {
  margin-bottom: 15px;
}

.widget.bb_widget_recent_posts .bb-recent-posts li:last-child {
  margin-bottom: 0;
}

.widget.bb_widget_recent_posts .bb-recent-posts li .bb-title {
  font-weight: 600;
}

.widget.bb_widget_recent_posts .bb-recent-posts li .post-date {
  margin-top: 0;
}

.widget.widget_block .logged-in {
  padding-top: 0.31rem;
}

.widget.widget_block .logged-in a {
  color: var(--bb-headings-color);
  font-weight: 500;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_block .logged-in a:before {
  content: "\ef23";
  font-family: bb-icons;
  display: inline-block;
  font-weight: 300;
  margin-right: 5px;
}

.widget.widget_block .logged-in a:hover {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_block .logged-out #loginform p {
  margin-bottom: 20px;
}

.widget.widget_block .logged-out #loginform p:last-child {
  margin-bottom: 0;
}

.widget.widget_block .logged-out #loginform label {
  color: var(--bb-headings-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.24px;
  text-transform: none;
  margin-bottom: 10px;
}

.widget.widget_block .logged-out #loginform input:not([type="checkbox"]) {
  width: 100%;
}

.widget.widget_block .logged-out #loginform .login-remember label {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget.widget_block .logged-out #loginform .login-remember input[type="checkbox"] {
  height: 18px;
  width: 18px;
  background: var(--bb-content-background-color);
  margin-right: 6px;
  border-radius: var(--bb-checkbox-radius);
  border: 1px solid var(--bb-content-border-color);
}

.widget.widget_block .logged-out #loginform input[type="submit"] {
  width: auto;
  border-radius: var(--bb-button-radius);
}

.widget.widget_follow_us .bb-follow-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
}

.widget.widget_follow_us .bb-follow-links a {
  opacity: 0.3;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-right: 8px;
}

.widget.widget_follow_us .bb-follow-links a i {
  color: var(--bb-body-text-color);
  font-weight: 200;
  font-size: 32px;
}

.widget.widget_follow_us .bb-follow-links a:hover {
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget.widget_display_views ul li {
  margin-bottom: 7px;
}

.widget.widget_display_views ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_display_views ul li .bbp-view-title {
  font-weight: 500;
}

.widget.widget_bp_follow_following_widget .avatar-block .item-avatar img {
  width: 44px;
  max-width: 44px;
}

.widget.widget_bp_follow_follower_widget .avatar-block .item-avatar img {
  width: 44px;
  max-width: 44px;
}

/* Remove widget styling if added in group */
.widget.widget_block .wp-block-group .widget {
  background: none transparent;
  border: 0;
  padding: 0;
}

/* Calendar */
.widget_calendar .calendar_wrap {
  position: relative;
}

.widget_calendar #wp-calendar,
.wp-block-calendar #wp-calendar {
  margin-bottom: 10px;
}

.widget_calendar #wp-calendar *,
.widget_calendar #wp-calendar,
.wp-block-calendar #wp-calendar *,
.wp-block-calendar #wp-calendar {
  border: none;
  font-weight: 500;
  font-size: 14px;
}

.widget_calendar #wp-calendar caption,
.wp-block-calendar #wp-calendar caption {
  padding-bottom: 0;
  margin-bottom: 10px;
  color: var(--bb-headings-color);
}

.widget_calendar #wp-calendar thead th,
.wp-block-calendar #wp-calendar thead th {
  background: none;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: var(--bb-headings-color);
}

.widget_calendar #wp-calendar tbody td,
.wp-block-calendar #wp-calendar tbody td {
  padding: 8px 10px;
}

.widget_calendar #wp-calendar tbody td a,
.wp-block-calendar #wp-calendar tbody td a {
  font-weight: 600;
}

.widget_calendar #wp-calendar tbody td#today,
.wp-block-calendar #wp-calendar tbody td#today {
  color: var(--bb-primary-color);
}

.widget_calendar table:where(:not(.has-text-color)),
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: var(--bb-alternate-text-color);
}

:not(.widget_block)>.widget_calendar.has-small-font-size,
:not(.widget_block)>.wp-block-calendar.has-small-font-size {
  max-width: 240px;
}

:not(.widget_block)>.widget_calendar.has-small-font-size #wp-calendar tbody td,
:not(.widget_block)>.wp-block-calendar.has-small-font-size #wp-calendar tbody td {
  padding: 4px 6px;
}

.widget_calendar.has-small-font-size #wp-calendar *,
.widget_calendar.has-small-font-size #wp-calendar thead th,
.wp-block-calendar.has-small-font-size #wp-calendar *,
.wp-block-calendar.has-small-font-size #wp-calendar thead th {
  font-size: 11px;
}

:not(.widget_block)>.widget_calendar.has-large-font-size,
:not(.widget_block)>.wp-block-calendar.has-large-font-size {
  max-width: 320px;
}

.widget_calendar.has-large-font-size #wp-calendar *,
.widget_calendar.has-large-font-size #wp-calendar thead th,
.wp-block-calendar.has-large-font-size #wp-calendar *,
.wp-block-calendar.has-large-font-size #wp-calendar thead th {
  font-size: 18px;
}

:not(.widget_block)>.widget_calendar.has-x-large-font-size,
:not(.widget_block)>.wp-block-calendar.has-x-large-font-size {
  max-width: 360px;
}

:not(.widget_block)>.widget_calendar.has-x-large-font-size #wp-calendar tbody td,
:not(.widget_block)>.wp-block-calendar.has-x-large-font-size #wp-calendar tbody td {
  padding: 12px 15px;
}

.widget_calendar.has-x-large-font-size #wp-calendar *,
.widget_calendar.has-x-large-font-size #wp-calendar thead th,
.wp-block-calendar.has-x-large-font-size #wp-calendar *,
.wp-block-calendar.has-x-large-font-size #wp-calendar thead th {
  font-size: 24px;
}

@media screen and (max-width: 544px) {

  :not(.widget_block)>.widget_calendar.has-x-large-font-size,
  :not(.widget_block)>.wp-block-calendar.has-x-large-font-size {
    max-width: 360px;
  }

  :not(.widget_block)>.widget_calendar.has-x-large-font-size #wp-calendar tbody td,
  :not(.widget_block)>.wp-block-calendar.has-x-large-font-size #wp-calendar tbody td {
    padding: 12px 15px;
  }

  .widget_calendar.has-x-large-font-size #wp-calendar *,
  .widget_calendar.has-x-large-font-size #wp-calendar thead th,
  .wp-block-calendar.has-x-large-font-size #wp-calendar *,
  .wp-block-calendar.has-x-large-font-size #wp-calendar thead th {
    font-size: 20px;
  }
}

.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget_calendar .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
  font-weight: 500;
  color: var(--bb-secondary-button-text-regular);
  font-size: 14px;
  line-height: 16.71px;
  letter-spacing: -0.24px;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget_calendar .wp-calendar-nav a:hover,
.wp-block-calendar .wp-calendar-nav a:hover {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.wp-block-categories-list li {
  color: var(--bb-headings-color);
  padding: 8px 0;
  margin-bottom: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.wp-block-categories-list li a {
  color: var(--bb-headings-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-weight: 400;
}

.wp-block-categories-list li.current-cat,
.wp-block-categories-list li.current-cat-ancestor {
  font-weight: 600;
}

.wp-block-categories-list li.current-cat .children li,
.wp-block-categories-list li.current-cat-ancestor .children li {
  font-weight: 400;
}

.wp-block-categories-list li.current-cat .children li.current-cat,
.wp-block-categories-list li.current-cat-ancestor .children li.current-cat {
  color: var(--bb-primary-color);
  font-weight: 600;
}

.wp-block-categories-list li.current-cat .children li.current-cat a,
.wp-block-categories-list li.current-cat-ancestor .children li.current-cat a {
  font-weight: 600;
  color: var(--bb-primary-color);
}

.wp-block-categories-list li .children {
  margin-top: 8px;
  margin-left: 20px;
}

.wp-block-categories-list li .children li {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.wp-block-categories-list li .children li a {
  color: var(--bb-headings-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.wp-block-categories-list li .children li:last-child {
  padding-bottom: 0;
}

.wp-block-categories-list li .children li:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.wp-block-categories-list li .children li:hover a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.wp-block-categories-list li:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

.wp-block-categories-list li:hover a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  color: var(--bb-primary-color);
}

/* Recent Comments */
.wp-block-latest-comments li {
  margin-bottom: 15px;
}

.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}

.wp-block-latest-comments li img {
  width: 36px;
  height: 36px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
  color: var(--bb-headings-color);
  font-weight: 400;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta * {
  color: var(--bb-headings-color);
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
  font-weight: 600;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  font-size: 0.875rem;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
  color: var(--bb-primary-color);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  color: var(--bb-alternate-text-color);
  font-size: 13px;
  line-height: 19.5px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
  color: var(--bb-body-text-color);
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.24px;
}


/******* review */


.default-header .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-2 .main-navigation,
.header-2 .header-aside {
  width: 40%;
}

.header-2 .site-title {
  text-align: center;
  line-height: normal;
}

.header-style-3 .main-navigation #primary-navbar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bb-mobile-header .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

body:not(.logged-in) .bb-mobile-header .flex-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 0;
  color: var(--bb-headings-color);
}

.site-title a {
  color: var(--bb-headings-color);
}

.site-title img {
  max-height: 76px;
  min-height: 60px;
  width: auto;
  padding: 10px 0;
  object-fit: contain;
}

#site-logo .site-title img.bb-logo {
  position: relative;
  z-index: 1;
}

.site-branding.bb-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-branding.bb-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

a.custom-logo-link {
  display: inline-block;
}

.site-header .button i {
  color: inherit;
}

.user-link img {
  border-radius: 50%;
  max-width: 36px;
  image-rendering: optimize-contrast;
}

.header-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-aside>* {
  padding: 0 10px;
  height: var(--bb-header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-aside>*:first-child {
  padding-left: 0;
}

.header-aside>*:last-child {
  padding-right: 0;
}

.header-aside .bb-button:not(.button) {
  font-size: 14px;
  color: #939597;
  letter-spacing: -0.24px;
  line-height: 1;
}

.header-aside .bb-button:not(.button):hover {
  color: var(--bb-primary-color);
}

.header-aside .user-wrap.user-wrap-container {
  margin-left: 10px;
}

.header-aside.avatar {
  aspect-ratio: auto;
}

.site-header .header-aside.avatar .sub-menu {
  right: 0;
}

.site-header .header-aside.avatar .sub-menu:before {
  right: 13px;
}

.header-aside-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-aside-inner>* {
  padding: 0 8px;
  line-height: 1;
}

.header-aside-inner>*:last-child {
  padding-right: 0;
}

.header-aside-inner .bb-header-buttons {
  padding: 0;
}

.header-aside-inner .ab-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-aside-inner .ab-submenu a {
  padding-left: 25px;
}

a.user-link {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--bb-headings-color);
  letter-spacing: -0.24px;
  height: var(--bb-header-height);
}

a.user-link i {
  margin: 0 3px 0 2px;
}

.bb-separator {
  background: var(--bb-header-links);
  height: 24px;
  max-height: 24px;
  width: 1px;
  display: inline-block;
  margin: 0 8px;
  opacity: 0.2;
  padding: 0;
  vertical-align: middle;
}

















.group:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
address,
hr {
  margin: 0rem 0rem 1.6875rem;
  padding: 0;
}

/* stylelint-disable scss/no-duplicate-mixins */
/* stylelint-enable */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Sections
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of 'bolder' by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent 'sub' and 'sup' elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native 'audio' and 'video'
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from 'fieldset' elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    'fieldset' elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}









/* NATIVE BB CSS */


/**
   * 1. Remove border when inside 'a' element in IE 8/9/10. [normalize.css]
   * 2. Offset 'alt' text from surrounding copy.
   * 3. Make sure images are scaled correctly.
   * 4. Fluid images for responsive purposes.
   * 5. Setting 'vertical-align' removes the whitespace that appears under 'img'
   *    elements when they are dropped into a page as-is. Safer alternative to
   *    using 'display: block;'.
   *
   */
img {
  border: 0;
  /* [1] */
  font-style: italic;
  /* [2] */
  height: auto;
  /* [3] */
  max-width: 100%;
  /* [4] */
  vertical-align: middle;
  /* [5] */
}

/* Default Links */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  text-decoration-skip: objects;
  /* 2 */
}

a {
  color: var(--bb-primary-color);
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: var(--bb-primary-color);
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.black {
  color: #0d0d0e;
}

.inverted {
  color: #fff;
}

.error {
  color: var(--bb-danger-color);
}

.success {
  color: var(--bb-success-color);
}

.warning {
  color: var(--bb-warning-color);
}

.focus {
  color: var(--bb-default-notice-color);
}

.aluminum {
  color: #f8f8f8;
}

.silver {
  color: #e0e1e1;
}

.lightgray {
  color: #dedfe2;
}

.gray {
  color: #bdbdbd;
}

.midgray {
  color: #676b72;
}

.darkgray {
  color: #313439;
}

.bg-black {
  background-color: #0d0d0e;
}

.bg-inverted {
  background-color: #fff;
}

.bg-error {
  background-color: var(--bb-danger-color);
}

.bg-success {
  background-color: var(--bb-success-color);
}

.bg-warning {
  background-color: var(--bb-warning-color);
}

.bg-focus {
  background-color: var(--bb-default-notice-color);
}

.bg-aluminum {
  background-color: #f8f8f8;
}

.bg-silver {
  background-color: #e0e1e1;
}

.bg-lightgray {
  background-color: #dedfe2;
}

.bg-gray {
  background-color: #bdbdbd;
}

.bg-midgray {
  background-color: #676b72;
}

.bg-darkgray {
  background-color: #313439;
}

.bg-highlight {
  background-color: #edf2ff;
}

/* ------------------------------------*\
      #HEADINGS
  \*------------------------------------ */
h1,
.h1 {
  font-size: 2.125rem;
  line-height: 42px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 21px;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 21px;
  font-weight: 500;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--bb-headings-color);
  font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
}

ul,
ol,
dd {
  margin: 0rem 0rem 1.6875rem 1.6875rem;
  padding: 0;
}

/* BuddyBoss Style Menu with Icons */
.bb-header-bar-navigation.style-3.icons-only {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.bb-header-bar-navigation.style-3.icons-only .main-navigation {
  width: 100%;
}

.bb-header-bar-navigation.style-3.icons-only #primary-navbar {
  display: flex;
  justify-content: center;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li {
  position: relative;
  margin: 0 5px;
}

/* Icons Only Style */
/*
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only > li > a {
    padding: 0;
    color: var(--bb-header-links);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    width: 50px;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    border-radius: 100px;
    transition: all 0.3s ease;
    
} */

/* BuddyBoss Icon Classes */
._mi {
  display: inline-block;
  vertical-align: middle;
}

._mi._before {
  margin-right: 0.5em;
}

._mi._after {
  margin-left: 0.5em;
}

/* BuddyBoss Legacy Icons */
@font-face {
  font-family: 'bb-icons-legacy';
  src: url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.eot?80309869');
  src: url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.eot?80309869#iefix') format('embedded-opentype'),
    url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.woff2?80309869') format('woff2'),
    url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.woff?80309869') format('woff'),
    url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.ttf?80309869') format('truetype'),
    url('../../buddyboss-theme/inc/plugins/buddyboss-menu-icons/vendor/kucrut/icon-picker/css/types/bb-icons.svg?80309869#bb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Base icon styles */
[class*=" bb-icon-"].buddyboss_legacy:before,
[class^="bb-icon-"].buddyboss_legacy:before,
i._mi._before.buddyboss_legacy:before {
  font-family: "bb-icons-legacy" !important;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.8);
}

/* Triangle icon */
.buddyboss_legacy.bb-icon-triangle:before,
i._mi._before.buddyboss_legacy.bb-icon-triangle:before {
  content: '\e8de' !important;
  font-family: "bb-icons-legacy" !important;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: 0px;
}

/* Stop icon */
.buddyboss_legacy.bb-icon-stop:before,
i._mi._before.buddyboss_legacy.bb-icon-stop:before {
  font-family: "bb-icons-legacy" !important;
  font-size: 21px;
  top: 0px;
}

/* Home icon */
.buddyboss_legacy.bb-icon-home:before,
i._mi._before.buddyboss_legacy.bb-icon-home:before,
.buddyboss_legacy.bb-icon-l.bb-icon-home:before,
i._mi._before.buddyboss_legacy.bb-icon-l.bb-icon-home:before {
  content: '\e812' !important;
  font-family: "bb-icons-legacy" !important;
}

/* Common icons that might be used in menus */
.buddyboss_legacy.bb-icon-user:before,
i._mi._before.buddyboss_legacy.bb-icon-user:before {
  content: '\e95d' !important;
  font-family: "bb-icons-legacy" !important;
}

.buddyboss_legacy.bb-icon-settings:before,
i._mi._before.buddyboss_legacy.bb-icon-settings:before {
  content: '\e810' !important;
  font-family: "bb-icons-legacy" !important;
}

.buddyboss_legacy.bb-icon-dashboard:before,
i._mi._before.buddyboss_legacy.bb-icon-dashboard:before {
  content: '\e807' !important;
  font-family: "bb-icons-legacy" !important;
}

/* Add more icon definitions as needed */

/* Specific styling for BuddyBoss Legacy icons */
i._mi._before.buddyboss_legacy {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}


.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a i {
  font-size: 24px;
  margin: 0;
  color: var(--bb-header-links);
  transition: all 0.3s ease;
  font-weight: 400;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover,
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.current-menu-item>a {
  color: var(--bb-primary-color);
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover i,
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.current-menu-item>a i {
  color: var(--bb-primary-color);
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a .menu-item-text {
  display: none;
}

/* Hover and active states for triangle icon */
.menu-item:hover i._mi._before.buddyboss_legacy.bb-icon-triangle,
.current-menu-item i._mi._before.buddyboss_legacy.bb-icon-triangle {
  color: var(--bb-primary-color);
}

/* SVG Icon Styling */
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a img.menu-item-icon {
  width: 19px;
  height: 19px;
  margin: 0;
  transition: all 0.3s ease;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a img.svg-icon {
  filter: var(--bb-svg-icon-color);
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover img.svg-icon,
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.current-menu-item>a img.svg-icon {
  filter: var(--bb-primary-color-filter);
}

/* Notification Badge */
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.menu-item-has-notification>a:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 12px;
  width: 8px;
  height: 8px;
  background-color: var(--bb-danger-color);
  border-radius: 50%;
}

/* Button Style */
.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.button>a {
  background-color: var(--bb-primary-color);
  color: #ffffff;
  width: auto;
  padding: 0 20px;
  border-radius: 100px;
  height: 40px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.button>a:hover {
  background-color: var(--bb-primary-color-hover);
  color: #ffffff;
}

/* Overflow Menu */
.bb-header-bar-navigation.style-3.icons-only #navbar-collapse {
  position: relative;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 50px;
  color: var(--bb-header-links);
  font-size: 24px;
  background-color: transparent;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .more-button:hover {
  color: var(--bb-primary-color);
  background-color: var(--bb-content-alternate-background-color);
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.05), 0 6px 32px 0 rgba(18, 43, 70, 0.1);
  border-radius: 4px;
  width: 220px;
  padding: 10px 0;
  display: none;
  z-index: 100;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse:hover .sub-menu {
  display: block;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner li {
  margin: 0;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: var(--bb-header-links);
  font-size: 14px;
  text-decoration: none;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a:hover {
  color: var(--bb-primary-color);
  background-color: var(--bb-content-alternate-background-color);
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a i {
  margin-right: 10px;
  font-size: 20px;
}

.bb-header-bar-navigation.style-3.icons-only #navbar-collapse .sub-menu-inner a .menu-item-text {
  display: inline-block;
}

/* Dark mode logo styles */
.bb-header-bar-logo .bb-logo {
  max-height: 60px;
  width: auto;
}

.bb-header-bar-logo .bb-logo-dark {
  display: none;
}

body.bb-dark-theme .bb-header-bar-logo .bb-logo {
  display: none;
}

body.bb-dark-theme .bb-header-bar-logo .bb-logo-dark {
  display: inline-block;
}

/* Responsive logo styles */
@media (max-width: 767px) {

  .bb-header-bar-logo .bb-logo,
  .bb-header-bar-logo .bb-logo-dark {
    max-height: 40px;
  }
}

/* Responsive Styles for Mobile */
@media (max-width: 767px) {

  /* Ensure the navigation is displayed */
  .bb-header-bar-navigation.style-3.icons-only {
    display: flex !important;
  }

  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a {
    height: 60px;
    width: 40px;
  }

  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a i {
    font-size: 20px;
  }

  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.menu-item-has-notification>a:after {
    top: 18px;
    right: 10px;
    width: 6px;
    height: 6px;
  }

  /* Center the logo */
  .bb-header-bar-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  /* Hide all menu items except notifications */
  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li {
    display: none !important;
  }

  /* Only show the notification icon */
  .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li:nth-child(3) {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* Menu bar icon on the left with sidemenu class */
  .bb-header-bar-mobile-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: var(--bb-header-links);
    font-size: 24px;
    z-index: 10;
  }

  /* Hide overflow menu on mobile */
  .bb-header-bar-navigation.style-3.icons-only #navbar-collapse {
    display: none !important;
  }

  /* Adjust container height for mobile */
  .bb-header-bar-container {
    height: 60px;
  }
}

/* Dark Mode Support */
.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a {
  color: var(--bb-alternate-text-color);
}

.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a i {
  color: var(--bb-alternate-text-color);
}

.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover,
.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.current-menu-item>a {
  color: var(--bb-primary-color);
}

.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li>a:hover i,
.bb-dark-theme .bb-header-bar-navigation.style-3.icons-only .primary-menu.icons-only>li.current-menu-item>a i {
  color: var(--bb-primary-color);
}

/* BuddyBoss Menu Icons Styles */

/* Menu Icon Styles */
.menu-item>a>i {
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  color: var(--bb-alternate-text-color);
  transition: color 0.3s ease;
}

/* Menu Icon Hover State */
.menu-item:hover>a>i,
.current-menu-item>a>i,
.current-menu-parent>a>i {
  color: var(--bb-primary-color);
}

/* Menu Icon Active State */
.current-menu-item>a>i,
.current-menu-parent>a>i {
  font-weight: 600;
}

/* Menu Item Background Hover ---  .current-menu-item > a, */
.menu-item:hover>a,
.current-menu-parent>a {
  background-color: var(--bb-content-alternate-background-color);
}

/* SVG Icon Support */
.menu-item>a>svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: var(--bb-alternate-text-color);
  transition: fill 0.3s ease;
}

.menu-item:hover>a>svg,
.current-menu-item>a>svg,
.current-menu-parent>a>svg {
  fill: var(--bb-primary-color);
}

/* Notification Badge */
.menu-item>a>.count {
  background-color: var(--bb-primary-color);
  color: #ffffff;
  border-radius: 100px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 6px;
  margin-left: 5px;
  vertical-align: middle;
}

/* Mobile Menu Adjustments */
@media (max-width: 768px) {

  .menu-item>a>i,
  .menu-item>a>svg {
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

/* Dark Mode Support */
.bb-dark-theme .menu-item>a>i,
.bb-dark-theme .menu-item>a>svg {
  color: var(--bb-alternate-text-color);
  fill: var(--bb-alternate-text-color);
}

.bb-dark-theme .menu-item:hover>a>i,
.bb-dark-theme .current-menu-item>a>i,
.bb-dark-theme .current-menu-parent>a>i,
.bb-dark-theme .menu-item:hover>a>svg,
.bb-dark-theme .current-menu-item>a>svg,
.bb-dark-theme .current-menu-parent>a>svg {
  color: var(--bb-primary-color);
  fill: var(--bb-primary-color);
}

/**
 * BuddyBoss Mobile Menu CSS - Hub Child Theme
 * El panel móvil nativo (.bb-mobile-panel-wrapper) es manejado por theme.min.js.
 * Hamburguer: .bb-left-panel-mobile (clase nativa de BuddyBoss)
 */

/* ==================================================
   LOGO: visible solo en mobile (desktop lo muestra el BuddyPanel)
   ================================================== */
@media (min-width: 800px) {
  .bb-header-bar-logo {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .bb-header-bar-logo {
    display: flex !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
  }

  .bb-header-bar-logo img.bb-logo {
    max-height: 40px !important;
  }
}

/* ==================================================
   HAMBURGER .bb-left-panel-mobile
   Oculto en desktop, visible en mobile
   ================================================== */

@media (min-width: 800px) {
  .bb-left-panel-mobile.push-left {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .bb-left-panel-mobile.push-left {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
    color: var(--bb-header-links, #5E646D);
    text-decoration: none;
    z-index: 20;
  }
}

/* ==================================================
   MOBILE PANEL NATIVO (.bb-mobile-panel-wrapper)
   theme.min.js agrega clase 'open' cuando se abre
   Estilos base por si el CSS del tema no los carga (shortcode context)
   ================================================== */
.bb-mobile-panel-wrapper {
  position: fixed !important;
  top: 0;
  left: -100%;
  width: 100% !important;
  /* override buddyboss-header-bar.css */
  height: 100vh;
  z-index: 99999;
  overflow-y: auto;
  transition: left 0.3s ease;
  background: var(--bb-sidenav-background, #fff);
}

.bb-mobile-panel-wrapper.open {
  left: 0 !important;
}

/* Cuando el panel está open, forzar visibilidad de todos sus hijos
   (BuddyBoss aplica opacity:0 en .closed que puede sobrevivir al toggle) */
.bb-mobile-panel-wrapper.open .bb-mobile-panel-inner,
.bb-mobile-panel-wrapper.open .bb-mobile-panel-header,
.bb-mobile-panel-wrapper.open .bb-close-panel,
.bb-mobile-panel-wrapper.open .user-wrap,
.bb-mobile-panel-wrapper.open .main-navigation,
.bb-mobile-panel-wrapper.open nav {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

/* Sin overlay — el panel ya es full width */

/* ==================================================
   MOBILE PANEL HEADER: user-wrap, avatar, close button
   ================================================== */
.bb-mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--bb-sidenav-background, #fff);
}

.bb-mobile-panel-header .user-wrap {
  display: flex !important;
  /* override .user-wrap { display:none } de buddyboss-styles mobile */
  align-items: center;
  gap: 12px;
  flex: 1;
  overflow: hidden;
}

.bb-mobile-panel-header .user-wrap img,
.bb-mobile-panel-header .user-wrap .avatar {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  object-fit: cover;
  flex-shrink: 0;
}

.bb-mobile-panel-header .user-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--bb-body-text, #1C1C1C);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.bb-mobile-panel-header .my-account-link {
  font-size: 12px;
  color: var(--bb-body-text-subdued, #7a8896);
  margin-top: 2px;
}

.bb-mobile-panel-header .my-account-link a {
  color: inherit;
  text-decoration: none;
}

.bb-mobile-panel-header .bb-close-panel {
  display: flex !important;
  /* forzar visible, puede ser override por otras reglas */
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--bb-body-text, #1C1C1C);
  padding: 8px;
  flex-shrink: 0;
  line-height: 1;
  text-decoration: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}


/* ==================================================
   MOBILE PANEL NAV: iconos + texto en los menu items
   ================================================== */
.bb-mobile-panel-wrapper .main-navigation {
  padding: 8px 0;
}

.bb-mobile-panel-wrapper .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-mobile-panel-wrapper .main-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  /*font-size: 14px;*/
  color: var(--bb-body-text, #1C1C1C);
  text-decoration: none;
  transition: background 0.15s ease;
}

.bb-mobile-panel-wrapper .main-navigation ul li a i,
.bb-mobile-panel-wrapper .main-navigation ul li a img.menu-item-icon {
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  color: var(--bb-body-text-subdued, #5E646D);
}

.bb-mobile-panel-wrapper .main-navigation ul li a .menu-item-text {
  flex: 1;
}

/* Sección separadora: estilo de label uppercase */
.bb-mobile-panel-wrapper .main-navigation ul li.bb-menu-section>a {
  padding: 16px 20px 6px;
  pointer-events: none;
  cursor: default;
  background: transparent !important;
}

.bb-mobile-panel-wrapper .main-navigation ul li.bb-menu-section>a .link-text {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bb-body-text-subdued, #9A9FAA);
}

.mobile-menu .menu-item-10542,
.mobile-menu .menu-item-10577 {
  display: none;
}