.create-task-btn {
  cursor: pointer;

  position: fixed;
  right: 12px;
  bottom: 74px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  background-color: var(--app-bg-color-l4);
  border-radius: 50%;
  box-shadow:
    0 4px 4px rgb(0 0 0 / 25%),
    0 1px 1px rgb(0 0 0 / 14%),
    0 2px 1px rgb(0 0 0 / 12%);

  app-cmf-icon {
    padding-top: 3px;
  }
}
