:host {
  display: flex;
  flex-direction: column;

  h1 {
    margin-top: 0;
  }

  .header {
    display: flex;
    gap: 20px;
    align-items: center;

    margin-bottom: 10px;
    padding-top: 20px;

    .status-menu-trigger {
      cursor: pointer;
      user-select: none;

      display: flex;
      gap: 5px;
      align-items: center;
    }

    .btn-create {
      margin-left: auto;
    }
  }
}

app-cmf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
