/* _page-header imported */
.page-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  top: 0;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.32);
}

.page-header:has(.mobile-show-sidebar-menu__crm-logo-button) {
  justify-content: initial;
}
.page-header:has(.mobile-show-sidebar-menu__crm-logo-button) .page-header__title {
  flex-grow: 1;
}

.page-header__title {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}

.page-header-wrapper:has(.page-header) {
  position: sticky;
  top: 0;
  z-index: 101;
}

.page-header > span:first-child,
.page-header > h1:first-child {
  min-width: 0;
}

/*# sourceMappingURL=main-page.css.map */
