.cursor {
  &-pointer {
    cursor: pointer !important;
  }

  &-move {
    cursor: move !important;
  }

  &-text {
    cursor: text !important;
  }

  &-wait {
    cursor: wait !important;
  }

  &-help {
    cursor: help !important;
  }
}

