.app-board-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .app-board-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    margin-bottom: 0;
    background-color: white;
    background-color: var(--color-background);
    border-bottom: 1px solid #e9ecef;
    border-bottom-color: var(--color-gray-200);
  }
  .color_scheme_dark .app-board-header {
    border-bottom-color: #f1f3f5;
    border-bottom-color: var(--color-gray-100);
  }
}
.app-board-header__back {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #212529;
  color: var(--color-gray-900);
  font-size: 1.75rem;
  border-radius: 100%;
}
.app-board-header__back > ion-icon {
  --ionicon-stroke-width: 1rem;
}
.app-board-header__back > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.app-board-header__back:hover {
  background-color: #f1f3f5;
  background-color: var(--color-gray-100);
}
@media (max-width: 1024px) {
  .app-board-header__back {
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  .app-board-header__back > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.app-board-header__title {
  flex: 1;
  padding-right: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .app-board-header__title {
    display: block;
    padding-left: 6rem;
    padding-right: 6rem;
    font-weight: 600;
    text-align: center;
  }
}
.app-board-header__title.app--left {
  text-align: left;
}
@media (max-width: 1024px) {
  .app-board-header__title.app--left {
    padding-left: 2.5rem;
  }
}
.app-board-header__icon-group {
  position: absolute;
  top: 0;
  right: 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: -0.5rem;
}
@media (max-width: 1024px) {
  .app-board-header__icon-group {
    padding-right: 0.5rem;
    margin-right: 0;
  }
}
.app-board-header__icon-group > .app-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.app-board-header__icon-group > .app-button:last-child {
  margin-right: 0.5rem;
}
.app-board-header__icon {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  color: #212529;
  color: var(--color-gray-900);
  font-size: 1.25rem;
  background-color: transparent;
  border-radius: 100%;
  transition: 0.2s ease;
}
.app-board-header__icon:hover {
  color: var(--color-gray-900);
  background-color: #f1f3f5;
  background-color: var(--color-gray-100);
}
.app-board-header__icon > svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 1024px) {
  .app-board-header__icon > svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.app-board-header__icon.app--is-more > svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 1024px) {
  .app-board-header__icon.app--is-more > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1023px) {
  .app-board-header.fixed {
    position: fixed;
    z-index: 200;
    top: 0;
    background-color: white;
    background: var(--color-background);
    width: calc((1200px * 0.66666666) - (2rem + 2rem));
    height: 51px;
    transition: background-color 0.2s ease;
  }
  .app-board-header.fixed .app-board-header__title {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .app-board-header.fixed .app-board-header__title:not(.app--is-left) {
    max-width: 50%;
  }
  .app-board-header.fixed + .app-board-header__space {
    height: calc(52px + 1rem);
  }
}
/*# sourceMappingURL=2ed997c4f568ffa7a891154725de18d620d9bcf6.board-header.scss.map */
