wg-cmf-task-filter-settings {
  display: block;
  max-width: 90%;
}

.content {
  h1 {
    margin-bottom: 10px;
  }

  .wrap-plan-dates {
    margin-bottom: 15px;
    color: var(--color-gray-aaa);
  }
}

.management-panel {
  position: fixed;
  z-index: 1;
  bottom: 30px;

  width: stretch;
  margin-right: 30px;
  padding-right: 30px;
}

.release-button {
  width: 90px;
  margin-right: 10px;

  &.sprint {
    width: 160px;
  }

  button {
    width: 100%;
  }
}

.export-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
