:root {
  /*! put your custom css here */
}

.my-community-user-name {
  word-break: break-word;
  overflow-wrap: break-word; /* Better browser support */
}

header {
  border-bottom: 1px solid #cccccc;
}

.header-badge-icons svg.slds-icon,
.header-badge-icons lightning-icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.header-badge-icons .bell-button-wrapper .slds-button__icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: var(--dxp-g-brand) !important;
  stroke-width: 44px;
}

.bell-button-wrapper button:hover,
.bell-button-wrapper button:active,
.bell-button-wrapper .slds-button:focus {
  color: var(--dxp-g-brand-hover);
}

.notification-dropdown svg.slds-button__icon.slds-button__icon_small {
  width: 1rem;
  height: 1rem;
}

.menu-trigger-p{
  font-size: 1rem !important;
}